.commentsApp {
  padding: 30px 15px 10px;
}

.commentsApp * {
  outline: 0;
}

.commentsApp .adviewDFPBanner.activeBan:not(.DFP-091-RELATED) {
  background-color: transparent;
}

.commentsApp__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row wrap;
}

.commentsApp__heading {
  color: #222;
  font: 600 22px/26px calibre, sans-serif;
}

.commentsApp__headerCounter {
  font-weight: 400;
}

.commentsApp__sorting {
  position: relative;
}

.commentsApp__textStyledBtn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: all 0.2s ease-out;
}

.commentsApp__textStyledBtn:hover {
  opacity: 0.8;
}

.commentsApp__sortingSelected {
  font: 600 15px/18px calibre, sans-serif;
  color: #666;
}

.commentsApp__sortingSelected:first-letter {
  text-transform: uppercase;
}

.commentsApp__Box {
  display: none;
  position: absolute;
  width: auto;
  z-index: 9;
  white-space: nowrap;
  top: -14px;
  right: 0;
  background: #fff;
  padding: 14px 20px 14px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.commentsApp__Box--active {
  display: block;
}

.commentsApp__Box--options {
  padding: 13px 15px;
  top: 27px;
  right: 7px;
}

.commentsApp__BoxOption {
  display: block;
  text-align: left;
  position: relative;
  font: 400 15px/18px calibre, sans-serif;
  margin: 10px 0;
  color: #666;
}

.commentsApp__BoxOption:first-of-type {
  margin-top: 0;
}

.commentsApp__BoxOption:last-of-type {
  margin-bottom: 0;
}

.commentsApp__sorting .commentsApp__BoxOption--active {
  font: 600 15px/18px calibre, sans-serif;
}

.commentsApp__sorting .commentsApp__BoxOption--active:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  left: -20px;
  top: 5px;
  background-image: url("918bbdb696c0de4adb461edb08bf198f9b371cfd.svg");
}

.commentsApp__BoxOption--report {
  font: 600 15px/18px calibre, sans-serif;
}

.commentsApp__sortingTriangle {
  vertical-align: middle;
  margin-left: 7px;
}

.commentsApp__sortingTrianglePath {
  fill: #666;
}

.commentsApp__articleTitle {
  color: #999;
  font: 400 15px/21px calibre, sans-serif;
  padding: 10px 0 15px;
}

.commentsApp__infoMessage {
  height: 0;
  transition: height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  width: 100%;
  font: 600 15px/18px calibre, sans-serif;
  padding: 0 6px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.commentsApp__infoMessage--error,
.commentsApp__infoMessage--success {
  height: 30px;
  margin: 40px 0 22px;
  height: fit-content;
  padding: 6px 5px 5px;
  transition: height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}

.commentsApp__infoMessage--error {
  background-color: #ffcdd2;
  color: #d32f2f;
}

.commentsApp__infoMessage--success {
  background-color: #e8f5e9;
  color: #388e3c;
}

.commentsApp__comment .commentsApp__infoMessage {
  width: calc(100% - 40px);
  margin-left: 40px;
}

.commentsApp__subComments .commentsApp__infoMessage {
  width: 100%;
  margin-left: 0;
}

.commentsApp__infoMessageClose {
  cursor: pointer;
}

.commentsApp__textField {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid #ccc;
  border-radius: 2px;
}

.commentsApp__comment .commentsApp__textField {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.commentsApp__comment .commentsApp__textField--active {
  height: auto;
  opacity: 1;
  margin: 36px 0 30px 40px;
}

.commentsApp__textField:not(.commentsApp__textField--active)
  ~ .commentsApp__infoMessage {
  width: 100%;
  margin-left: 0;
}

.commentsApp__addCommentTextarea {
  font: 400 18px/25px calibre, sans-serif;
  color: #999;
  width: 100%;
  border: none;
  resize: none;
  min-height: 48px;
  display: block;
  padding: 12px 15px 11px;
}

.commentsApp__addCommentTextarea--revealBottom {
  color: #222;
  resize: vertical;
  transition: min-height 1s ease-in-out;
  min-height: 110px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
}

.commentsApp__addCommentTextarea--revealBottom::-webkit-input-placeholder {
  color: #222;
}

.commentsApp__addCommentTextarea--revealBottom::-moz-placeholder {
  color: #222;
}

.commentsApp__addCommentTextarea--revealBottom:-ms-input-placeholder {
  color: #222;
}

.commentsApp__addCommentTextarea--revealBottom:-moz-placeholder {
  color: #222;
}

.commentsApp__addCommentTextarea::-webkit-input-placeholder {
  color: #999;
}

.commentsApp__addCommentTextarea::-moz-placeholder {
  color: #999;
}

.commentsApp__addCommentTextarea:-ms-input-placeholder {
  color: #999;
}

.commentsApp__addCommentTextarea:-moz-placeholder {
  color: #999;
}

.commentsApp__bottom {
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 2px 2px;
  display: none;
  padding: 0 15px;
}

.commentsApp__addCommentTextarea--revealBottom + .commentsApp__bottom {
  padding: 15px;
  display: flex;
}

.commentsApp__bottomFrame {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 20px;
  transition: height 0.5s ease-in-out;
  padding-right: 10px;
  outline: 0;
}

.commentsApp__bottomFrame--expand {
  height: 36px;
  transition: height 0.5s ease-in-out;
}

.commentsApp__bottomFrame--expand:after {
  transform: rotate(180deg);
}

.commentsApp:not(.commentsApp--logged) .commentsApp__bottomFrame {
  visibility: hidden;
  width: 1px;
}

.commentsApp.commentsApp--guest .commentsApp__bottomFrame {
  visibility: visible;
  width: auto;
}

.commentsApp__bottomFrame:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 8px;
  height: 4px;
  background-image: url("../images/7ea96a809ed22e5ed1b721df15c93a528fe90293.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}

.commentsApp__bottomFrame .commentsApp__bottomFrameElement {
  background: transparent;
  border: 0;
  text-align: left;
  font: 600 15px/18px calibre, sans-serif;
}

.commentsApp__bottomFrame .commentsApp__userName {
  padding: 0 6px 0 0;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease-out;
  max-width: 115px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.commentsApp__bottomFrame .commentsApp__userName:hover {
  opacity: 0.8;
}

.commentsApp__bottomFrame .commentsApp__logout {
  cursor: pointer;
}

.commentsApp__bottomFrame .commentsApp__logout:hover {
  color: #000;
}

.commentsApp__bottomFrame .commentsApp__change {
  position: absolute;
  width: max-content;
  display: none;
  top: -48px;
  left: 0;
  background: #fff;
  padding: 13px 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  font: 600 15px/18px calibre, sans-serif;
  color: #666;
}

.commentsApp__bottomFrame .commentsApp__change--active {
  display: inline-block;
}

.commentsApp__button {
  background: #444;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 6px 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  font: 600 15px/18px calibre, sans-serif;
  cursor: pointer;
}

.commentsApp__button:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 4px 7px 0 rgba(0, 0, 0, 0.2);
  filter: brightness(1.2);
  -webkit-filter: brightness(120%);
}

.commentsApp.commentsApp--logged .commentsApp__button--login {
  display: none;
}

.commentsApp.commentsApp--logged
  .commentsApp__popup
  .commentsApp__button--login {
  display: block;
}

.commentsApp:not(.commentsApp--logged) .commentsApp__button--send {
  display: none;
}

.commentsApp__commentsContainer {
  margin: 26px 0 0;
  display: flex;
  flex-direction: column;
}

.commentsApp__comment {
  margin: 0 0 5px;
  padding: 18px 0 0;
  border-top: 1px solid #e5e5e5;
}

.commentsApp__comment--first,
.commentsApp__comment:first-of-type {
  padding: 0;
  border-top: none;
}

.commentsApp__commentHead {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.commentsApp__commentAuthor {
  font: 600 18px/22px calibre, sans-serif;
  margin-right: 10px;
  color: #222;
}

.commentsApp__commentDate {
  font: 400 18px/22px calibre, sans-serif;
}

.commentsApp__commentBody {
  font: 400 18px/25px calibre, sans-serif;
  color: #222;
  margin: 6px 0 10px;
}

.commentsApp__commentDate {
  color: #999;
}

.commentsApp__subComments {
  padding-left: 40px;
  transition: height 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.commentsApp__comment--expand .commentsApp__subComments {
  transition: height 0.3s ease-in-out;
  height: 100%;
  overflow: visible;
}

.commentsApp__subComments .commentsApp__textField {
  margin-left: 0;
}

.commentsApp__subComments .commentsApp__comment {
  padding-top: 0;
  border: none;
  margin-top: 16px;
}

.commentsApp__subComments .commentsApp__comment:last-of-type {
  margin-bottom: 0;
}

.commentsApp__options {
  position: relative;
  margin-left: auto;
}

.commentsApp__optionsDots {
  position: relative;
  min-width: 16px;
  min-height: 16px;
  transform: rotate(90deg);
}

.commentsApp__optionsDots:before {
  content: "";
  display: block;
  background-image: url("../images/8e03e453f67c3955365e6a5b60b2fcb67a20783f.svg");
  width: 12px;
  height: 3px;
  margin-left: 2px;
}

.commentsApp__optionsDots:focus ~ .commentsApp__Box,
.commentsApp__optionsDots ~ .commentsApp__Box:hover {
  display: block;
}

.commentsApp__commentFooter {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.commentsApp__commentFooter > :not(:last-child) {
  margin-right: 30px;
}

.commentsApp__votes {
  font: 400 15px/25px calibre, sans-serif;
  position: relative;
}

.commentsApp__votesInfo {
  display: none;
  position: absolute;
  top: -35px;
  width: 260px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 4px 8px;
}

.commentsApp__votesInfo--active {
  display: block;
}

.commentsApp__votesInfo--close {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.commentsApp__votesInfo a {
  font-weight: 600;
}

.commentsApp__vote {
  padding: 0;
  color: #666;
  font: 400 15px/25px calibre, sans-serif;
}

.commentsApp.commentsApp--logged .commentsApp__vote--unlogged,
.commentsApp:not(.commentsApp--logged) .commentsApp__vote--logged {
  display: none;
}

.commentsApp__vote--up {
  margin-right: 30px;
}

.commentsApp__vote--up:hover .commentsApp__voteSVGPath--fill {
  fill: #48c110;
}

.commentsApp__vote--down:hover .commentsApp__voteSVGPath--fill {
  fill: #e30000;
}

.commentsApp__vote--active.commentsApp__vote--up
  .commentsApp__voteSVGPath--fill {
  fill: #48c110;
}

.commentsApp__vote--active.commentsApp__vote--down
  .commentsApp__voteSVGPath--fill {
  fill: #e30000;
}

.commentsApp__voteSVG {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.commentsApp__voteSVGPath--transparent {
  fill: none;
}

.commentsApp__voteSVGPath--fill {
  fill: #666;
}

.commentsApp__reply,
.commentsApp__showReplies {
  font: 600 15px/25px calibre, sans-serif;
}

.commentsApp__reply {
  color: #222;
}

.commentsApp__showReplies {
  color: #666;
  position: relative;
  padding: 0 15px 0 0;
  margin-top: 15px;
}

.commentsApp__showReplies:after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 8px;
  height: 4px;
  background-image: url("../images/7ea96a809ed22e5ed1b721df15c93a528fe90293.svg");
  background-repeat: no-repeat;
}

.commentsApp__loadMore {
  padding: 8px 0 0;
}

.commentsApp__buttonLoadMore {
  border: 2px solid #444;
  background: #fff;
  color: #222;
  padding: 4px 20px 6px;
  height: 30px;
  width: 100%;
}

.commentsApp__buttonLoadMore--hidden {
  display: none;
}

.commentsApp__popup,
.commentsApp__popupOverlay {
  display: none;
  position: fixed;
}

.commentsApp__popup--active,
.commentsApp__popupOverlay--active {
  display: block;
}

.commentsApp__popupOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999990;
}

.commentsApp__popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  z-index: 999991;
  width: 100%;
}

.commentsApp__popupInner {
  position: relative;
  padding: 30px 15px;
}

.commentsApp__popupClose {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 0;
}

.commentsApp__popupCloseSVGPath {
  fill: #666;
}

.commentsApp__popupHeader {
  display: block;
  font: 600 22px/26px calibre, sans-serif;
}

.commentsApp__popup--guest .commentsApp__popupHeader {
  margin: 0 0 30px;
}

.commentsApp__popupInfo {
  font: 400 15px/25px calibre, sans-serif;
  padding: 8px 0 26px;
}

.commentsApp__popupInputContainer {
  margin: 0 0 15px;
}

.commentsApp__popupInputContainer--memory {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: -5px 0 30px;
}

.commentsApp__popupInputContainer--memory .commentsApp__popupLink {
  color: #666;
}

.commentsApp__popupInputError,
.commentsApp__popupInputErrorTop {
  display: none;
  color: #e30000;
  margin: 5px 0 0;
  font: 400 15px/18px calibre, sans-serif;
}

.commentsApp__popupInputError--show,
.commentsApp__popupInputErrorTop--show {
  display: block;
}

.commentsApp__popupInputErrorTop {
  padding-bottom: 5px;
}

.commentsApp__popupInput--password,
.commentsApp__popupInput--username {
  font: 400 15px/25px calibre, sans-serif;
  padding: 6px 15px 7px;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 1px;
  color: #999;
  position: relative;
}

.commentsApp__popupInput--password:focus,
.commentsApp__popupInput--username:focus {
  color: #222;
}

.commentsApp__popupInput--password:focus::-webkit-input-placeholder,
.commentsApp__popupInput--username:focus::-webkit-input-placeholder {
  color: #222;
}

.commentsApp__popupInput--password:focus::-moz-placeholder,
.commentsApp__popupInput--username:focus::-moz-placeholder {
  color: #222;
}

.commentsApp__popupInput--password:focus:-ms-input-placeholder,
.commentsApp__popupInput--username:focus:-ms-input-placeholder {
  color: #222;
}

.commentsApp__popupInput--password:focus:-moz-placeholder,
.commentsApp__popupInput--username:focus:-moz-placeholder {
  color: #222;
}

.commentsApp__popupInput--password::-webkit-input-placeholder,
.commentsApp__popupInput--username::-webkit-input-placeholder {
  color: #999;
}

.commentsApp__popupInput--password::-moz-placeholder,
.commentsApp__popupInput--username::-moz-placeholder {
  color: #999;
}

.commentsApp__popupInput--password:-ms-input-placeholder,
.commentsApp__popupInput--username:-ms-input-placeholder {
  color: #999;
}

.commentsApp__popupInput--password:-moz-placeholder,
.commentsApp__popupInput--username:-moz-placeholder {
  color: #999;
}

.commentsApp__popupInput--error {
  border-bottom: 2px solid #e30000;
}

.commentsApp__label {
  cursor: pointer;
}

.commentsApp__popup .commentsApp__label {
  font: 400 16px/22px calibre, sans-serif;
}

.commentsApp__checkbox {
  display: none;
}

.commentsApp__fakeCheckbox {
  display: inline-block;
  background-size: 14px;
  margin: 0 10px 0 0;
  color: #666;
  cursor: pointer;
  background-image: url("362a9346ea387210d6af07a8397ced74321bf888.svg");
  background-repeat: no-repeat;
  background-position: 0;
}

.commentsApp__checkbox:checked + .commentsApp__fakeCheckbox {
  background-image: url("47ee4ae224639d4ed701c6c5de98c7c140fd552b.svg");
}

.commentsApp__fakeCheckbox-span {
  padding-left: 21px;
  width: max-content;
}

.commentsApp__popupLink {
  font: 600 15px/25px calibre, sans-serif;
}

.commentsApp__submit .commentsApp__button {
  display: block;
  font: 600 15px/18px calibre, sans-serif;
  width: 100%;
  height: 30px;
}

.commentsApp__submit .commentsApp__button--guest {
  border: 2px solid #444;
  background: #fff;
  color: #222;
}

.commentsApp__submit--asGuest {
  margin: 30px 0 0;
}

.mod_hat2014 .gridWrap:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.mod_hat2014 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: GPP Text,sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #262626;
  
  
    cursor: default
  z-index: 11000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
}

.mod_hat2014 a:hover {
  text-decoration: none;
}

.mod_hat2014 .gridWrap {
  margin: auto;
      box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.mod_hat2014 .c0 {
  float: left;
}

.mod_hat2014 .c0 .logo.c1 {
  float: none;
}

.mod_hat2014 .c0 .logo.c1 img {
  height: 28px;
  max-width: 200px;
  margin: 10px 0 0 10px;
}

.mod_hat2014 .c1 {
  float: right;
  font-size: 11px;
}

.mod_hat2014 .c1 .more {
  height: 50px;
  width: 62px;
  background-position: -113px -24px;
}

.mod_hat2014 .more {
  position: relative;
  border-left: 1px solid #4e4e5a;
  width: 62px;
  height: 50px;
}

.mod_hat2014 .more:before {
  top: 15px;
  left: 21px;
  width: 20px;
  height: 18px;
  background-position: -70px -110px;
}

.mod_hat2014 .more:hover {
  background-color: #292929;
}

.mod_hat2014 .more:before,
.mod_hat2014 .more input + ul:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-image: url("");
}

.mod_hat2014 .more input + ul {
  display: none;
}

.mod_hat2014 .more input:checked + ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
}

.mod_hat2014 .more input + ul:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 100%;
  right: 0;
  z-index: 0;
  background-color: #292931;
  width: 62px;
  height: 50px;
}

.mod_hat2014 .more input + ul:after {
  top: -22px;
  right: 11px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-position: 0 -132px;
  background-color: #fff;
}

.mod_hat2014 .more .menu {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.mod_hat2014 .links {
  position: absolute;
  width: 100vw;
  top: 50px;
  right: 0;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  border: none;
  background: #292930;
}

.mod_hat2014 .links .c0 {
  float: none;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 2px solid #383842;
  background: #292929;
}

.mod_hat2014 .links .c0:before {
  content: "serwisy";
  padding: 0 18px;
  font: 700 12px/40px Arial, sans-serif;
  color: #7d7d87;
  text-transform: uppercase;
}

.mod_hat2014 .links .c0 a {
  padding: 0 18px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

.mod_hat2014 .deskNav {
  width: 100%;
}

.mod_hat2014 .deskNav header {
  line-height: 40px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  color: #7d7d87;
  text-transform: uppercase;
}

.mod_hat2014 #rwdNav {
  height: auto;
  width: 100%;
  z-index: 2900;
  background: #292929;
}

.mod_hat2014 #rwdNav li {
  display: block;
}

.mod_hat2014 #rwdNav .p0 {
  padding-top: 9px;
}

.mod_hat2014 #rwdNav .p0 #e13 {
  display: none;
}

.mod_hat2014 #rwdNav .p0 a,
.mod_hat2014 #rwdNav .p0 span {
  padding: 0 18px;
  font: 700 20px/36px Arial, sans-serif;
  color: #fff;
  display: block;
}

.mod_hat2014 #rwdNav .p1 {
  padding: 0 0 5px 15px;
}

.mod_hat2014 #rwdNav .p1 a {
  font: 400 16px/32px Arial, sans-serif;
}

.mod_hat2014 a[name="profile"] {
  display: block;
  padding: 10px 20px 0;
  font: 700 12px/40px Arial, sans-serif;
  color: #a4a4a4;
  text-align: left;
  text-transform: uppercase;
  border: none;
  border-top: 2px solid #383842;
  background: #000;
}

.mod_hat2014 .user {
  padding-bottom: 10px;
  background: #000;
}

.IPHONE_OS .mod_hat2014 .user {
  padding-bottom: 30px;
}

.mod_hat2014 .user a {
  padding: 0 18px;
  font: 400 20px/40px Arial, sans-serif;
  color: #a4a4a4;
}

.mod_hat2014 .user img {
  display: none;
}

.mod_hat2014 .user .user {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 18px;
}

.pageHeadBrand.logo_center:not(.hasBanner) .col1 {
  position: relative;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.pageHeadBrand.logo_center:not(.hasBanner) .search {
  display: block;
}

.pageHeadBrand.hasBanner {
  margin-bottom: 10px;
}

#article_title:after,
#gazeta_article_lead:after,
.author_and_date .article_author:after,
.author_and_date:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.author_and_date {
  padding: 10px 15px;
}

#article_title {
  color: #222;
  word-break: break-word;
  font-size: 33px;
  margin-top: 10px;
}

.main_wrapper--video #article_title {
  padding: 14px 15px;
}

.main_wrapper:not(.main_wrapper--video) #article_title {
  padding: 2px 15px;
}

@supports (display: grid) {
  #article_title {
    width: 100%;
  }

  #pageTypeId_14 #article_title {
    padding: 0 15px;
  }
}

@supports not (display: grid) {
  #article_title,
  #gazeta_article_lead,
  .author_and_date {
    width: 100%;
  }

  .main_wrapper--video #article_title,
  .main_wrapper--video #gazeta_article_lead,
  .main_wrapper--video .author_and_date {
    padding-top: 20px;
  }

  #article_title:after,
  #gazeta_article_lead:after,
  .author_and_date:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #article_title {
    width: 100%;
  }

  #article_title:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }
}

.author_and_date .article_author,
.author_and_date .article_date,
.author_and_date img {
  display: block;
}

.author_and_date {
  flex-flow: row nowrap;
  padding-top: 10px;
}

.author_and_date img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.author_and_date .article_data {
  display: block;
  width: 100%;
}

.author_and_date .article_author {
  color: #666;
  font: 600 15px/18px calibre, sans-serif;
}

.author_and_date .article_date {
  color: #999;
  font: 400 15px/18px calibre, sans-serif;
}

@supports (display: grid) {
  .author_and_date {
    width: 100%;
  }
}

#gazeta_article_lead {
  color: #222;
  word-break: break-word;
  padding: 15px;
  font: 600 20px/28px calibre, sans-serif;
}

#gazeta_article_lead object {
  max-width: 100%;
}

.related_articles .related_articles_list:after,
.related_articles:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.related_articles {
  width: 100%;
  padding: 0;
}

.related_articles .related_articles_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.related_articles .related_article {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  padding: 20px 15px;
}

@media screen and (min-width: 520px) {
  .related_articles .related_article {
    width: 48%;
  }

  .related_articles .related_article:nth-of-type(odd) {
    margin-right: 2%;
  }

  .related_articles .related_article:nth-of-type(2n) {
    margin-left: 2%;
  }
}

.related_articles .related_article,
.related_articles .related_article img {
  box-shadow: 0 1px 1px 0 transparent, 0 1px 5px 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.related_articles .related_article:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.related_articles .related_article:hover,
.related_articles .related_article:hover a {
  color: rgba(34, 34, 34, 0.8);
}

.related_articles .related_article:hover img {
  -webkit-filter: brightness(107%) contrast(107%);
  -moz-filter: brightness(107%) contrast(107%);
  filter: brightness(107%) contrast(107%);
}

.related_articles .related_article_link {
  display: -webkit-flex;
  display: flex;
  color: #222;
}

.related_articles
  .adviewDFPBanner.activeBan
  ~ .related_article_link--ifAdHidden {
  display: none;
}

.related_articles .related_article_photo {
  display: block;
  width: 100%;
  border-radius: 1px 1px 0 0;
  width: 93px;
  height: 100%;
}

.related_articles .related_article_title {
  flex: 1;
  display: block;
  font: 600 18px/21px calibre, sans-serif;
  padding: 0 0 0 15px;
  margin-top: -4px;
}

.related_articles.is-forYou .related_article {
  max-height: 315px;
  border: none;
  padding: 10px;
}

.related_articles.is-forYou .related_article_link {
  min-height: 280px;
  display: block;
}

.related_articles.is-forYou .related_article_title {
  padding: 10px 0;
}

.related_articles.is-forYou .related_article_photo {
  width: 100%;
  height: auto;
}

.related_articles .adviewDFPBanner.activeBan {
  padding-top: 0;
}

.related_quiz .related_quiz_body .number_of_questions:after,
.related_quiz .related_quiz_body .question_title:after,
.related_quiz .related_quiz_body .quiz_open_image:after,
.related_quiz .related_quiz_title:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.related_quiz {
  border-radius: 1px;
  padding: 15px;
  width: 100%;
}

.related_quiz,
.related_quiz .related_quiz_header {
  background-color: #fff;
}

.related_quiz .related_quiz_title {
  position: relative;
  width: 100%;
  min-height: 50px;
  color: #222;
  font: 600 18px/21px calibre, sans-serif;
  padding: 0 15px 10px 50px;
}

.related_quiz .related_quiz_title:before {
  position: absolute;
  content: "QUIZ";
  display: inline-block;
  height: 36px;
  width: 36px;
  top: 0;
  color: #fff;
  font: 600 13px/36px calibre, sans-serif;
  text-align: center;
  border-radius: 50%;
  background-color: #222;
  left: 0;
}

.related_quiz .related_quiz_body {
  background-color: #fff;
}

.related_quiz .related_quiz_body .quiz_open_image img {
  display: block;
  width: 100%;
  height: auto;
}

.related_quiz .related_quiz_body .question_content {
  padding: 0;
}

.related_quiz .related_quiz_body .number_of_questions,
.related_quiz .related_quiz_body .question_title {
  display: block;
}

.related_quiz .related_quiz_body .number_of_questions {
  padding-top: 10px;
  font: 600 15px/22px calibre, sans-serif;
  color: #999;
}

.related_quiz .related_quiz_body .question_title {
  padding: 6px 0 16px;
  color: #222;
  word-break: break-word;
  font: 600 18px/22px calibre, sans-serif;
}

.related_quiz .related_quiz_body .answer_fields,
.related_quiz .related_quiz_body .submit_btn {
  width: 100%;
  border-radius: 2px;
}

.related_quiz .related_quiz_body .answer_fields {
  position: relative;
  background-color: #ededed;
  margin-bottom: 10px;
}

.related_quiz .related_quiz_body .answer_fields .answer_btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 20px;
}

.related_quiz .related_quiz_body .answer_fields .answer_label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 15px 20px 15px 60px;
  cursor: pointer;
}

.related_quiz .related_quiz_body .answer_fields .answer_label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 10px);
  left: 20px;
  border: 2px solid #444;
  border-radius: 50%;
  background-color: #ededed;
}

.related_quiz .related_quiz_body .answer_fields .answer_label:hover {
  background-color: #dcdcdc;
}

.related_quiz .related_quiz_body .answer_fields .answer_label .answer_photo {
  margin-right: 10px;
}

.related_quiz .related_quiz_body .answer_fields .answer_label .answer_txt {
  color: #242424;
  cursor: pointer;
  font: 400 18px/20px calibre, sans-serif;
}

.related_quiz .related_quiz_body .answer_btn:checked + .answer_label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 25px;
  border-radius: 50%;
  background-color: #444;
}

.related_quiz .related_quiz_body .submit_btn {
  height: 60px;
  padding: 15px 0;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #506e91;
  font: 600 17px/20px calibre, sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.related_quiz .related_quiz_body .submit_btn:hover {
  background-color: #627d9c;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.2);
}

#overlay_adult_content_inner .c1 .btns div:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

#overlay_adult {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 10000;
}

#overlay_adult,
#overlay_adult * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#overlay_adult_content_inner {
  margin: 96px auto;
  padding: 15px;
  background: #fff;
  overflow: hidden;
  word-wrap: break-word;
  max-width: 685px;
}

#overlay_adult_content_inner .c0 {
  float: left;
  width: 114px;
  height: 135px;
  text-align: center;
  font: 700 64px/134px Arial, sans-serif;
  color: #fff;
  background-image: -owg-linear-gradient(#e11025, #a91f2e);
  background-image: -webkit-linear-gradient(#e11025, #a91f2e);
  background-image: -moz-linear-gradient(#e11025, #a91f2e);
  background-image: -o-linear-gradient(#e11025, #a91f2e);
  background-image: linear-gradient(#e11025, #a91f2e);
  margin-right: 10px;
}

#overlay_adult_content_inner .c1 strong {
  font: 700 24px Arial, sans-serif;
  color: #c90d20;
  text-transform: uppercase;
}

#overlay_adult_content_inner .c1 p {
  font: 700 18px Arial, sans-serif;
  color: #000;
  margin-bottom: 0.8em;
}

#overlay_adult_content_inner .c1 input {
  vertical-align: middle;
}

#overlay_adult_content_inner .c1 label {
  font: normal 12px Arial, sans-serif;
  color: #000;
}

#overlay_adult_content_inner .c1 .btns {
  overflow: hidden;
  zoom: 1;
  margin-top: 15px;
}

#overlay_adult_content_inner .c1 .btns div {
  display: inline-block;
  width: 257px;
  margin: 10px 0;
  padding: 0 10px;
  font: 400 14px/29px Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #cecece;
  border-bottom-color: #b6b6b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#overlay_adult_content_inner .c1 .btns span {
  color: #c90d20;
  font-weight: 700;
}

@media screen and (max-height: 400px) {
  #overlay_adult #overlay_adult_content_inner {
    margin-top: 40px;
  }
}

@media screen and (min-width: 675px) {
  #overlay_adult #overlay_adult_content_inner .btns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  #overlay_adult_content_inner {
    margin-top: 75px;
    text-align: center;
  }

  #overlay_adult_content_inner .c0 {
    float: none;
    display: inline-block;
  }

  #overlay_adult_content_inner .c1 {
    max-width: 257px;
    margin: 27px auto 0;
    text-align: left;
  }

  #overlay_adult_content_inner .c1 .btns {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  #overlay_adult_content_inner .c1 .btns div {
    margin: 20px auto 0;
  }
}

.index_simple:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.index_simple {
  padding: 10px 15px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.index_simple .body > .content_wrap {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

.index_simple .header h1,
.index_simple .header h2 {
  color: #222;
  font: 700 25px/29px calibre, sans-serif;
  padding: 15px 15px 0;
}

.index_simple .list_tiles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_simple #indexDFP99:not(.active) {
  display: none;
}

.index_simple:not(.tiles):not(.mill) .entry {
  width: 100%;
}

.index_simple .entry {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s ease;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 15px;
}

.index_simple .entry:last-child {
  border-bottom: none;
}

.index_simple .entry iframe {
  max-width: 100%;
}

.index_simple .entry .article {
  -webkit-flex: 1;
  flex: 1;
}

.index_simple .entry:not(.video) figure {
  background-image: url("");
}

.index_simple .entry .imgw {
  position: relative;
  background: 50% no-repeat #ddd;
  min-width: 93px;
  max-width: 93px;
  margin-right: 15px;
}

.index_simple .entry .imgw img {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.index_simple .entry .imgw img[alt] {
  font-size: 10px;
  line-height: 12px;
}

.index_simple .entry .imgw a {
  display: block;
  line-height: 0;
}

.index_simple .entry header,
.index_simple .entry header a {
  color: #222;
  word-break: break-word;
  transition: all 0.2s ease-out;
  font: 600 17px/19px calibre, sans-serif;
  margin-top: -2px;
}

.index_simple .entry .lead {
  font: 400 18px/22px calibre, sans-serif;
  color: #222;
  padding: 12px 0;
}

.index_simple .entry .tags {
  padding: 3px 0 0;
}

.index_simple .entry .tags li {
  display: inline-block;
  padding-right: 10px;
}

.index_simple .entry .tags li,
.index_simple .entry .tags li a {
  color: #999;
}

.index_simple .entry .tags li a:hover {
  text-decoration: underline;
}

.index_simple .entry .author,
.index_simple .entry .authors {
  display: inline-block;
  color: #666;
  font: 600 13px/15px calibre, sans-serif;
}

.index_simple .entry .tags,
.index_simple .entry time {
  display: inline-block;
  color: #999;
  font: 400 13px/15px calibre, sans-serif;
}

.index_simple .entry .authinfo {
  line-height: 18px;
}

.index_simple .entry.inner {
  padding-top: 5px;
}

.index_simple .entry.photostory figure:after {
  content: "";
  position: absolute;
  bottom: 7%;
  display: block;
  background: url("");
  width: 20px;
  height: 20px;
  right: 5%;
}

.index_simple .entry.video.restriction_12 figure:before,
.index_simple .entry.video.restriction_16 figure:before,
.index_simple .entry.video.restriction_18 figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
}

.index_simple .entry.video.restriction_12.restriction_12 figure:before,
.index_simple .entry.video.restriction_16.restriction_12 figure:before,
.index_simple .entry.video.restriction_18.restriction_12 figure:before {
  background: url("");
}

.index_simple .entry.video.restriction_12.restriction_16 figure:before,
.index_simple .entry.video.restriction_16.restriction_16 figure:before,
.index_simple .entry.video.restriction_18.restriction_16 figure:before {
  background: url("");
}

.index_simple .entry.video.restriction_12.restriction_18 figure:before,
.index_simple .entry.video.restriction_16.restriction_18 figure:before,
.index_simple .entry.video.restriction_18.restriction_18 figure:before {
  background: url("");
}

.index_simple .entry.video figure:after {
  content: "";
  position: absolute;
  bottom: 7%;
  display: block;
  background: url("");
  width: 20px;
  height: 20px;
  right: 5%;
}

.index_simple .footer {
  padding: 12px 0;
}

.index_simple .footer .more a,
.index_simple .footer .pagination a.next,
.index_simple .footer .pagination a.prev {
  display: inline-block;
  padding: 10px 20px;
  height: 40px;
  font: 600 16px/19px calibre, sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #444;
}

.index_simple .footer .more a:hover,
.index_simple .footer .pagination a.next:hover,
.index_simple .footer .pagination a.prev:hover {
  color: #fff;
  background-color: #595959;
  box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}

.index_simple .footer .pagination .pages a,
.index_simple .footer .pagination .pages span {
  display: inline-block;
  font: 600 16px/19px calibre, sans-serif;
  color: #444;
  text-align: center;
  width: 35px;
  height: 35px;
}

.index_simple .footer .more {
  width: 100%;
  text-align: center;
}

.index_simple .footer .pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  clear: both;
}

.index_simple .footer .pagination .pages {
  margin-left: 15px;
}

.index_simple .footer .pagination .pages a {
  padding-top: 6px;
}

.index_simple .footer .pagination .pages span {
  border-radius: 50%;
  padding-top: 5px;
}

.index_simple .footer .pagination .pages span:not(.dots) {
  border: 1px solid #444;
}

.index_simple .footer .pagination .pages span.dots {
  color: #999;
  display: none;
}

.index_simple .footer .pagination a.prev {
  display: none;
}

.index_simple .footer .pagination a.next,
.index_simple .footer .pagination a.prev {
  height: 35px;
  padding: 7px 20px;
}

.index_simple .footer .pagination a.next {
  margin-right: 15px;
}

.index_simple.tiles {
  position: relative;
  padding-top: 10px;
}

.index_simple.tiles .list_tiles {
  padding: 15px 0 0;
}

.index_simple.tiles .header {
  text-align: left;
}

.index_simple.tiles .entry {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
}

.index_simple.tiles .entry a {
  display: block;
  transition: all 0.2s ease-out;
}

.index_simple.tiles .entry .imgw {
  position: relative;
  max-width: 100%;
  height: 0;
  margin-right: 0;
  background: #fff;
  overflow: hidden;
  padding-top: 56.36364%;
}

.index_simple.tiles .entry .imgw img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
}

.index_simple.tiles .entry .article,
.index_simple.tiles .entry .bombka {
  padding: 12px 15px 20px;
}

.index_simple.tiles .entry header {
  margin: 0;
}

.index_simple.tiles .entry header h2,
.index_simple.tiles .entry header h2 a {
  margin: 0;
  font: 700 21px/26px calibre, sans-serif;
}

.index_simple.tiles .entry.photostory figure:after {
  width: 40px;
  height: 40px;
}

.index_simple.tiles .entry:not(.video) figure {
  background-image: none;
}

.index_simple.tiles .tags {
  display: none;
}

.index_simple.mill {
  position: relative;
  z-index: 1;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}

.index_simple.mill .entry:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.index_head:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.index_head {
  padding: 10px 15px;
  display: none;
}

.index_head.visible {
  display: block;
  position: relative;
  z-index: 9;
}

.index_head .content_wrap {
  z-index: 10;
}

.index_head a.nextWeek {
  display: block;
  font: 600 18px/50px calibre, sans-serif;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #ff5983;
  margin: 40px auto;
  text-transform: uppercase;
  width: auto;
}

.tag_head.tag_head_v2 .tag_content:after,
.tag_head .tag_head_wrap:after,
.tag_head:not(.tag_head_v2) .tag_content:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.tag_head .tag_head_wrap {
  padding: 10px 15px;
}

.tag_head .tag_img {
  margin: 0 0 15px;
  text-align: center;
}

.tag_head .tag_entry_heading {
  padding-bottom: 8px;
  font: 600 22px/25px calibre, sans-serif;
}

.tag_head .tag_head_wrap h1 {
  font: 600 20px/48px calibre, sans-serif;
}

.tag_head .tag_head_wrap * {
  color: #222;
}

.tag_head .tag_content {
  background-color: #f5f5f5;
  padding: 20px;
}

.tag_head .tag_content p {
  margin: 0 0 20px;
}

.tag_head .tag_content a {
  color: #222;
  word-break: break-word;
  background-repeat: repeat-x;
  background-position: 0 1.1em;
  text-decoration: underline;
}

.tag_head .tag_content a,
.tag_head .tag_content a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tag_head .tag_content a:hover {
  color: #fff;
  background-image: none;
  background-color: #506e91;
}

.tag_head .tag_content a:hover:after {
  border-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tag_head.tag_head_v2 .tag_head_wrap {
  padding: 10px 0 5px;
  margin: 10px;
}

.tag_head.tag_head_v2 .tag_head_wrap * {
  text-transform: lowercase;
}

.tag_head.tag_head_v2 .tag_head_wrap :first-letter {
  text-transform: capitalize;
}

.tag_head.tag_head_v2 .tag_content {
  line-height: 30px;
  color: #222;
}

.tag_head.tag_head_v2 .tag_content .tag_entry {
  font: 400 19px/26px calibre, sans-serif;
}

.tag_head.tag_head_v2 .tag_content .tag_entry:last-child {
  color: #f5f5f5;
  display: block;
}

.tag_head.tag_head_v2 .tag_content .tag_entry:last-child h2 {
  color: #be0e6d;
  font-size: 13px;
  margin-right: 20px;
  text-transform: uppercase;
  font: 600 15px/18px calibre, sans-serif;
}

.tag_head.tag_head_v2 .tag_content .tag_entry:last-child .tag_contents > a {
  background-color: #fff;
  text-decoration: none;
  color: #666;
  padding: 5px;
  font-size: 13px;
}

.tag_head.tag_head_v2 .tag_content .tag_entry:last-child p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tag_head.tag_head_v2 .tag_content .tag_entry:last-child p a {
  margin: 1px;
  height: 25px;
  line-height: 13px;
}

.tag_head.tag_head_v2 .tag_content .tag_entry table {
  clear: both;
  margin: 0 0 25px -4px;
  font: 400 19px/30px calibre, sans-serif;
}

@supports (display: grid) {
  .tag_head.tag_head_v2 .tag_content .tag_entry table tbody {
    display: grid;
  }
}

.tag_head.tag_head_v2 .tag_content .tag_entry table td {
  vertical-align: top;
}

.tag_head.tag_head_v2 .tag_content .tag_entry table td:nth-child(odd) {
  color: #be0e6d;
}

.tag_head:not(.tag_head_v2) .tag_head_wrap {
  padding: 0 0 5px;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 0 20px;
}

.tag_head:not(.tag_head_v2) .tag_content {
  line-height: 30px;
  color: #222;
  font: 400 19px/26px calibre, sans-serif;
}

.newsBox:after,
.newsBox__newestList .newsBox__item:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.newsBox {
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  width: 100%;
}

.newsBox__header {
  display: flex;
  position: relative;
  transition: transform 0.2s ease-out;
  left: 0;
}

@media (-ms-high-contrast: none) {
  .newsBox__header {
    display: block;
    width: 100vw;
  }
}

.newsBox__tab {
  padding: 0 15px;
  flex: 1;
  white-space: nowrap;
  position: relative;
  margin-bottom: 15px;
  font: 600 18px/43px calibre, sans-serif;
  color: #999;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid #efefef;
  transition: color 0.2s ease-out;
  text-transform: uppercase;
}

@media (-ms-high-contrast: none) {
  .newsBox__tab {
    float: left;
  }
}

.newsBox__tab:hover {
  color: #506e91;
  cursor: pointer;
}

.newsBox__tab:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  transform: scale(0);
  left: 0;
  width: 100%;
  transition: transform 0.2s ease-out;
}

.newsBox--activeTab {
  color: #506e91;
  font-weight: 700;
}

.newsBox--activeTab:after {
  transform: scale(1);
  background-image: linear-gradient(90deg, #567396, #91a6c4);
}

.newsBox__content {
  display: flex;
  position: relative;
  left: 0;
  float: left;
  transition: transform 0.2s ease-out, height 0.2s ease-out;
}

@media (-ms-high-contrast: none) {
  .newsBox__content {
    width: 900px;
  }
}

.newsBox__contentElement {
  display: inline-block;
  overflow: hidden;
  width: 100vw;
  padding: 0 15px;
}

.newsBox__item {
  width: 100%;
  font: 600 17px/19px calibre, sans-serif;
}

.newsBox__itemLink .newsBox__itemPhoto,
.newsBox__itemLink .newsBox__itemTitle {
  display: inline-block;
}

.newsBox__itemLink:hover .newsBox__itemTitle {
  color: rgba(34, 34, 34, 0.8);
}

.newsBox__itemLink:hover .newsBox__itemPhoto {
  -webkit-filter: brightness(105%) contrast(105%);
  -moz-filter: brightness(105%) contrast(105%);
  filter: brightness(105%) contrast(105%);
}

.newsBox__popularList .newsBox__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.newsBox__popularList.newsBox__photoVersion .newsBox__itemLink {
  display: flex;
}

.newsBox__popularList.newsBox__photoVersion .newsBox__itemPhotoBox {
  width: 90px;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
  flex-shrink: 0;
}

.newsBox__popularList.newsBox__photoVersion
  .newsBox__itemPhotoBox
  .newsBox__itemPhoto {
  width: 100%;
  border-radius: 2px;
}

.newsBox__popularList:not(.newsBox__photoVersion) ul {
  counter-reset: posts_counter;
}

.newsBox__popularList:not(.newsBox__photoVersion) ul .newsBox__item {
  position: relative;
  min-height: 55px;
}

.newsBox__popularList:not(.newsBox__photoVersion) ul .newsBox__itemLink:after {
  content: counter(posts_counter);
  counter-increment: posts_counter;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(80, 110, 145, 0.3);
  font: 700 70px/50px calibre, sans-serif;
}

.newsBox__popularList:not(.newsBox__photoVersion) .newsBox__itemTitle {
  display: block;
}

.newsBox__popularList .newsBox__itemTitle {
  color: #222;
  text-align: left;
  margin-top: -2px;
}

.newsBox__newestList .newsBox__item {
  display: block;
  padding-bottom: 25px;
  color: #222;
}

.newsBox__newestList .newsBox__item:last-child {
  padding-bottom: 0;
}

.newsBox__newestList .newsBox__item .newsBox__itemTitle {
  display: inline;
}

.newsBox__newestList .newsBox__itemTime {
  font: 600 15px/22px calibre, sans-serif;
  color: #ff0001;
}

.newsBox__recomendationItemLink {
  display: flex;
  flex-direction: column;
  padding: 0 0 25px;
}

.newsBox__recomendationItemImage {
  width: 100%;
  height: 138px;
}

.newsBox__recomendationItemTitle {
  display: block;
  font: 600 20px/24px calibre, sans-serif;
  color: #222;
  padding: 8px 0 0;
  max-height: 110px;
  overflow: hidden;
}

.sponsored_article {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}

.sponsored_article.sponsored_article--gazetapl .title {
  color: red;
}

.sponsored_article.sponsored_article--gazetapl img {
  border-left: 4px solid red;
  padding-left: 10px;
}

.sponsored_article.sponsored_article--gazetapl .lead {
  padding-bottom: 0;
  font-weight: 700;
  border: none;
  border-left: 4px solid red;
}

.sponsored_article .header {
  font: 600 12px/26px calibre, sans-serif;
  color: #999;
  text-transform: uppercase;
  height: 18px;
}

.index_simple .sponsored_article .header {
  margin-bottom: 5px;
}

.sponsored_article .title {
  font: 700 18px/21px calibre, sans-serif;
  color: #222;
  margin-bottom: 12px;
}

.sponsored_article img {
  width: 100%;
  display: block;
}

.sponsored_article .lead {
  font: 600 18px/21px calibre, sans-serif;
  padding: 12px 15px 10px;
  color: #222;
  border: 1px solid #e5e5e5;
}

.recommendations {
  margin: 13px auto 0;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #fff;
}

.recommendations .recommendations_tabs_container {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.recommendations .recommendations_tabs_container.visible_tabs_1 label.tab {
  width: 100%;
}

.recommendations .recommendations_tabs_container.visible_tabs_2 label.tab {
  width: 50%;
}

.recommendations .recommendations_box {
  display: none;
}

.recommendations .tab {
  font: 700 18px/25px calibre, sans-serif;
  color: #999;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  top: -48px;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recommendations .tab:hover {
  color: #506e91;
}

.recommendations .recommendations_tabs_container[data-checked="1"] + label,
.recommendations input[id="recommendations_tab1"]:checked + label {
  color: #506e91;
  border-bottom: 2px solid #506e91;
}

.recommendations
  .recommendations_tabs_container[data-checked="1"]
  + label.single,
.recommendations input[id="recommendations_tab1"]:checked + label.single {
  color: #222;
  border-bottom: 0;
  text-align: left;
  cursor: default;
  padding-left: 15px;
}

.recommendations
  .recommendations_tabs_container[data-checked="1"]
  [id="recommendations_content1"],
.recommendations
  .recommendations_tabs_container[data-checked="1"]
  ~ [id="recommendations_content1"],
.recommendations
  input[id="recommendations_tab1"]:checked
  [id="recommendations_content1"],
.recommendations
  input[id="recommendations_tab1"]:checked
  ~ [id="recommendations_content1"] {
  display: block;
}

.recommendations .recommendations_tabs_container[data-checked="2"] + label,
.recommendations input[id="recommendations_tab2"]:checked + label {
  color: #506e91;
  border-bottom: 2px solid #506e91;
}

.recommendations
  .recommendations_tabs_container[data-checked="2"]
  + label.single,
.recommendations input[id="recommendations_tab2"]:checked + label.single {
  color: #222;
  border-bottom: 0;
  text-align: left;
  cursor: default;
  padding-left: 15px;
}

.recommendations
  .recommendations_tabs_container[data-checked="2"]
  [id="recommendations_content2"],
.recommendations
  .recommendations_tabs_container[data-checked="2"]
  ~ [id="recommendations_content2"],
.recommendations
  input[id="recommendations_tab2"]:checked
  [id="recommendations_content2"],
.recommendations
  input[id="recommendations_tab2"]:checked
  ~ [id="recommendations_content2"] {
  display: block;
}

.recommendations .recommendations_tabs_container[data-checked="3"] + label,
.recommendations input[id="recommendations_tab3"]:checked + label {
  color: #506e91;
  border-bottom: 2px solid #506e91;
}

.recommendations
  .recommendations_tabs_container[data-checked="3"]
  + label.single,
.recommendations input[id="recommendations_tab3"]:checked + label.single {
  color: #222;
  border-bottom: 0;
  text-align: left;
  cursor: default;
  padding-left: 15px;
}

.recommendations
  .recommendations_tabs_container[data-checked="3"]
  [id="recommendations_content3"],
.recommendations
  .recommendations_tabs_container[data-checked="3"]
  ~ [id="recommendations_content3"],
.recommendations
  input[id="recommendations_tab3"]:checked
  [id="recommendations_content3"],
.recommendations
  input[id="recommendations_tab3"]:checked
  ~ [id="recommendations_content3"] {
  display: block;
}

.recommendations .recommendations_tabs_container[data-checked="4"] + label,
.recommendations input[id="recommendations_tab4"]:checked + label {
  color: #506e91;
  border-bottom: 2px solid #506e91;
}

.recommendations
  .recommendations_tabs_container[data-checked="4"]
  + label.single,
.recommendations input[id="recommendations_tab4"]:checked + label.single {
  color: #222;
  border-bottom: 0;
  text-align: left;
  cursor: default;
  padding-left: 15px;
}

.recommendations
  .recommendations_tabs_container[data-checked="4"]
  [id="recommendations_content4"],
.recommendations
  .recommendations_tabs_container[data-checked="4"]
  ~ [id="recommendations_content4"],
.recommendations
  input[id="recommendations_tab4"]:checked
  [id="recommendations_content4"],
.recommendations
  input[id="recommendations_tab4"]:checked
  ~ [id="recommendations_content4"] {
  display: block;
}

.recommendations .hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.recommendations .plista_widget_belowArticle {
  padding-top: 30px;
}

.box_seo .content {
  display: -webkit-flex;
  display: flex;
  padding-left: 15px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 11px 0;
}

.box_seo .content li {
  font: 400 16px/40px calibre, sans-serif;
}

.box_seo .content > li {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
}

.box_seo .content > li a {
  color: #222;
  display: inline-block;
  min-width: 40px;
}

.box_seo .content > li a:hover {
  transition: all 0.2s ease-out;
  opacity: 0.7;
}

.box_seo .content > li h3 {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}

.box_seo .content > li h3 a {
  font: inherit;
}

.seoHead__content:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.seoHead {
  background: #fff;
  color: #222;
  padding: 24px 15px 26px;
  margin: 30px 0 0;
  font: 400 18px/23px calibre, sans-serif;
}

.seoHead__header {
  margin: 0 0 34px;
}

.seoHead__header-link {
  display: inline-block;
  background-image: linear-gradient(180deg, #506e91 50%, transparent 0);
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: all 0.2s linear;
}

.seoHead__heading {
  font: 600 28px/34px calibre, sans-serif;
}

.seoHead__img {
  max-width: 100%;
}

.seoHead__img-container {
  line-height: 0;
  float: left;
  width: 93px;
  margin: 0 15px 0 0;
}

.seoHead__body a {
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  transition: all 0.2s linear;
}

.seoHead__body a:hover {
  color: #fff;
  background-image: none;
  background-color: #506e91;
}

.seoHead__footer {
  list-style: disc inside;
}

.seoHead__footer-link {
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position: 0 1.1em;
  transition: all 0.2s linear;
}

.seoHead__footer-link:hover {
  color: #fff;
  background-image: none;
  background-color: #506e91;
}

.page_footer:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.page_footer {
  padding: 10px 15px;
  padding-top: 2px;
  margin: 0 auto;
  font: 400 15px/30px calibre, sans-serif;
  text-align: center;
  color: #969696;
  background: #fff;
  width: auto;
  padding-bottom: 20px;
}

.page_footer li {
  display: inline-block;
  padding: 0 8px;
}

.page_footer .page_footer_upper {
  border: 1px solid #ececec;
  border-width: 1px 0;
  padding: 20px;
  margin-bottom: 16px;
  font: 400 15px/30px calibre, sans-serif;
}

.page_footer .page_footer_upper a {
  color: #333;
}

.page_footer .page_footer_upper a:hover {
  color: rgba(34, 34, 34, 0.8);
}

.page_footer a {
  color: #999;
  display: inline-block;
  min-width: 40px;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  font: 400 14px/40px calibre, sans-serif;
}

.page_footer a:hover {
  color: #6b6b6b;
}

.page_footer .footer_upper_links {
  font: 400 15px/30px calibre, sans-serif;
}

.page_footer .footer_lower_links {
  font: 400 14px/30px calibre, sans-serif;
}

.adviewDFPBanner {
  line-height: 0;
}

.adviewDFPBanner.activeBan {
  padding: 20px 0;
  font-size: 21px;
  line-height: 30px;
}

.adviewDFPBanner.activeBan:not(.DFP-091-RELATED) {
  background-color: #f5f5f5;
}

.adviewDFPBanner.activeBan .banLabel {
  padding-bottom: 4px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body[id^="pageTypeId_"] [id*="MOBI"].adviewDFPBanner.activeBan,
body[id^="pageTypeId_"] [id^="DFP-001-TOPBOARD"].adviewDFPBanner.activeBan {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.right_aside .adviewDFPBanner.activeBan > div {
  margin-bottom: 0;
}

.right_aside .adviewDFPBanner.adblock > div {
  display: block !important;
}

.ban101_wrapper {
  margin: 0 0 30px;
}

.DFP-091-RELATED.activeBan.adviewDFPBanner {
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
}

.DFP-091-RELATED.activeBan div {
  max-width: 100% !important;
}

.DFP-091-RELATED.activeBan a {
  display: block;
  color: #222;
  font: 600 18px/21px calibre, sans-serif;
}

.DFP-091-RELATED.activeBan a.kd_ns_font,
.DFP-091-RELATED.activeBan a.t {
  padding: 10px 15px;
}

.DFP-091-RELATED.activeBan a img {
  width: 100%;
  border-radius: 1px 1px 0 0;
  background: url("")
    repeat 0 0 transparent;
}

body[id^="pageTypeId_1"] [id^="banC"][class*="activeBan"],
body[id^="pageTypeId_7"] [id^="banC"][class*="activeBan"] {
  margin: 15px 0;
  text-align: center;
}

#banP007_DFP.activeBan,
#banP0104_DFP.activeBan {
  text-align: center;
}

.hp-notification-mobile {
  position: fixed;
  bottom: 0;
  transition: transform 0.6s linear;
  z-index: 100;
  transform: translateY(200px);
  width: 100%;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
}

.hp-notification-mobile * {
  box-sizing: border-box;
}

.hp-notification-mobile__box {
  background: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-rows: 12px 30px;
  grid-template-columns: 64px auto;
  grid-gap: 5px 0;
}

.hp-notification-mobile__top {
  position: relative;
  font: 700 14px/16px calibre, sans-serif;
  color: #222;
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0 10px;
}

.hp-notification-mobile__timer {
  top: 0;
  right: 0;
  display: none;
}

.hp-notification-mobile__next {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  fill: #999;
}

.hp-notification-mobile__title {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.hp-notification-mobile__title:after {
  content: "";
  width: 77px;
  height: 4px;
  background: linear-gradient(90deg, #ff683c, red 50%, #ff3971);
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}

.hp-notification-mobile__image {
  grid-row: 1/3;
  grid-column: 1/2;
  overflow: hidden;
}

.hp-notification-mobile__image img {
  height: auto;
  width: 100%;
}

.hp-notification-mobile__header {
  grid-row: 2/3;
  grid-column: 2/3;
  font: 400 15px/15px calibre, sans-serif;
  color: #222;
  overflow: hidden;
  padding: 0 20px 0 10px;
}

.hp-notification-mobile--show {
  transform: translateY(0);
}

.hp-notification-mobile--breaking-news .hp-notification-mobile__box {
  grid-template-rows: 0 47px;
  grid-gap: 0;
}

.hp-notification-mobile--breaking-news .hp-notification-mobile__top {
  grid-row: 1/2;
  grid-column: 1/3;
  display: none;
}

.hp-notification-mobile--breaking-news .hp-notification-mobile__image {
  background-image: url("");
  background-position: 50%;
  background-size: cover;
  grid-row: 2/3;
  grid-column: 1/2;
  display: inline-block;
}

.hp-notification-mobile--breaking-news .hp-notification-mobile__image img {
  display: none;
}

.hp-notification-mobile--breaking-news .hp-notification-mobile__header {
  grid-row: 2/3;
  grid-column: 2/3;
  color: #e30000;
  font: 600 16px/16px calibre, sans-serif;
}

.hp-notification-mobile--breaking-news svg {
  fill: #e30000;
}

.hp-notification-mobile--see-on-hp .hp-notification-mobile__box {
  grid-template-rows: 14px 35px;
  grid-template-columns: 100%;
  grid-gap: 5px;
}

.hp-notification-mobile--see-on-hp .hp-notification-mobile__top {
  font: 700 16px/14px calibre, sans-serif;
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0;
}

.hp-notification-mobile--see-on-hp .hp-notification-mobile__title:after {
  height: 5px;
  bottom: 0;
}

.hp-notification-mobile--see-on-hp .hp-notification-mobile__image {
  display: none;
}

.hp-notification-mobile--see-on-hp .hp-notification-mobile__header {
  grid-row: 2/3;
  grid-column: 1/2;
  font: 400 16px/17px calibre, sans-serif;
  padding: 0 20px 0 0;
}

.hp-notification-mobile--big-version .hp-notification-mobile__box {
  grid-template-rows: 18px 68px;
  grid-template-columns: 93px auto;
  grid-gap: 15px;
  padding: 15px 15px 20px;
}

.hp-notification-mobile--big-version .hp-notification-mobile__top {
  grid-row: 1/2;
  grid-column: 1/3;
  padding: 0;
}

.hp-notification-mobile--big-version .hp-notification-mobile__title {
  font: 700 20px/20px calibre, sans-serif;
}

.hp-notification-mobile--big-version .hp-notification-mobile__title:after {
  bottom: 0;
  height: 7px;
}

.hp-notification-mobile--big-version .hp-notification-mobile__image {
  grid-row: 2/3;
  grid-column: 1/2;
}

.hp-notification-mobile--big-version .hp-notification-mobile__header {
  grid-row: 2/3;
  grid-column: 2/3;
  padding: 0;
  font: 400 16px/17px calibre, sans-serif;
}

.hp-notification-mobile--big-version .hp-notification-mobile__next {
  display: none;
}

.hp-notification-mobile--big-version .hp-notification-mobile__timer {
  display: block;
}

.hp-notification-mobile--return-bar {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  background: linear-gradient(90deg, #ff683c, red 50%, #ff3971);
  z-index: 50;
}

.hp-notification-mobile__timer.start {
  position: absolute;
  background: #f5f5f5;
  width: 25px;
  height: 25px;
}

.hp-notification-mobile__timer.start * {
  box-sizing: border-box;
}

.hp-notification-mobile__timer.start .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  border: 3px solid #ccc;
}

.hp-notification-mobile__timer.start .spinner {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  z-index: 200;
  border-right: none;
  animation: rotateLoadingBar 5s linear infinite;
}

@keyframes rotateLoadingBar {
  0% {
    transform: rotate(0deg);
  }

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

.hp-notification-mobile__timer.start:hover .filler,
.hp-notification-mobile__timer.start:hover .mask,
.hp-notification-mobile__timer.start:hover .spinner {
  animation-play-state: running;
}

.hp-notification-mobile__timer.start .filler {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  animation: opacityLoadingBar 5s steps(1) infinite reverse;
  border-left: none;
}

.hp-notification-mobile__timer.start .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
  animation: opacityLoadingBar 5s steps(1) infinite;
}

@keyframes opacityLoadingBar {
  0% {
    opacity: 0;
  }

  50%,
  to {
    opacity: 1;
  }
}

.hp-notification-mobile ~ .section_wrapper .page_footer {
  margin: 10px auto 55px;
}

#breadcrumbs:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

#sitePath {
  position: relative;
}

#breadcrumbs {
  overflow: hidden;
  height: 20px;
  margin: 17px 15px 8px;
  display: flex;
  flex-flow: row nowrap;
}

#breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f2f2f2 70%);
  z-index: 1;
}

#breadcrumbs .bc_item {
  color: #9f9f9f;
  position: relative;
  padding-right: 13px;
  flex: 1 0 auto;
}

#breadcrumbs .bc_item:after {
  content: "  \203A ";
  font-size: 1.3em;
  position: absolute;
  top: 0;
  right: 6px;
  line-height: 16px;
}

#breadcrumbs .bc_item:last-of-type {
  padding-right: 0;
}

#breadcrumbs .bc_item:last-of-type:after {
  display: none;
}

#breadcrumbs .bc_item .bc_item_link {
  font: inherit;
  color: inherit;
  transition: color 0.2s ease-in;
}

#breadcrumbs .bc_item .bc_item_link:hover {
  color: #8e8e8e;
  background: none;
}

@supports (display: grid) {
  #sitePath {
    width: 100%;
    margin-top: 100px;
  }
}





















/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell
    }
}

a {
    -webkit-user-modify: read-only
}

* {
    -webkit-tap-highlight-color: rgba(247,208,0,.25)
}

::selection {
    background: #f7d000;
    color: #000
}

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

.js-focus-visible :focus:not(.focus-visible) {
    outline: none
}

.js-focus-visible .focus-visible {
    outline: 3px solid #f7d000
}


@media (max-width: 1153px) {
    .is--menu-open body {
        overflow:hidden;
        background: #005e8c
    }

    .is--menu-open.is--mourning body {
        background: #404040
    }
}

a {
    text-decoration: none;
    color: #005e8c
}

.inside {
    position: relative;
    max-width: 1154px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px
}

.inside:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 1334px) {
    .inside {
        margin-left:90px;
        margin-right: 90px;
        max-width: none
    }
}

@media (min-width: 1480px) {
    .inside {
        margin-left:auto;
        margin-right: auto;
        max-width: 1300px
    }
}

.pushwoosh-subscribe-widget .pushwoosh-subscribe-widget__bell-button {
    -webkit-transform: none!important;
    transform: none!important
}

.is--read-more-button-active .pushwoosh-subscribe-widget {
    margin-bottom: 54px
}

@media (max-width: 639px) {
    .is--read-more-button-active .pushwoosh-subscribe-widget {
        margin-bottom:44px
    }
}

@media (max-width: 639px) {
    .is--gallery-button-active .pushwoosh-subscribe-widget {
        margin-bottom:74px
    }
}

.pushwoosh-subscribe-widget__popover img:only-child {
    margin-bottom: 0!important
}

.lazy-load {
    opacity: 0;
    transition: opacity .5s cubic-bezier(.4,0,.2,1)
}

.lazy-load--loaded {
    opacity: 1
}

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

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

@-webkit-keyframes increase {
    0% {
        -webkit-transform: translate(-50%) scaleX(.1);
        transform: translate(-50%) scaleX(.1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(125%) scaleX(1);
        transform: translate(125%) scaleX(1);
        opacity: 1
    }
}

@keyframes increase {
    0% {
        -webkit-transform: translate(-50%) scaleX(.1);
        transform: translate(-50%) scaleX(.1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(125%) scaleX(1);
        transform: translate(125%) scaleX(1);
        opacity: 1
    }
}

@-webkit-keyframes decrease {
    0% {
        -webkit-transform: translate(-125%) scaleX(1);
        transform: translate(-125%) scaleX(1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(75%) scaleX(.1);
        transform: translate(75%) scaleX(.1);
        opacity: 1
    }
}

@keyframes decrease {
    0% {
        -webkit-transform: translate(-125%) scaleX(1);
        transform: translate(-125%) scaleX(1);
        opacity: 1
    }

    to {
        -webkit-transform: translate(75%) scaleX(.1);
        transform: translate(75%) scaleX(.1);
        opacity: 1
    }
}

.sticky {
    transition: -webkit-transform .2s cubic-bezier(.4,0,.6,1);
    transition: transform .2s cubic-bezier(.4,0,.6,1);
    transition: transform .2s cubic-bezier(.4,0,.6,1),-webkit-transform .2s cubic-bezier(.4,0,.6,1)
}

.sticky:after,.sticky:before {
    content: "";
    display: table;
    clear: both
}

.sticky.is--sticky-bottom-start,.sticky.is--sticky-top-start {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .2s cubic-bezier(.4,0,.6,1);
    transition: transform .2s cubic-bezier(.4,0,.6,1);
    transition: transform .2s cubic-bezier(.4,0,.6,1),-webkit-transform .2s cubic-bezier(.4,0,.6,1)
}

.sticky.is--sticky-bottom-end,.sticky.is--sticky-top-end {
    position: absolute;
    bottom: 0
}

.sticky.is--sticky-top-start {
    transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .sticky.is--sticky-top-start {
        top:60px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .sticky.is--sticky-top-start {
        top:85px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .sticky.is--sticky-top-start {
        top:68px
    }
}

.search-form__state:checked~.container .sticky.is--sticky-top-start {
    -webkit-transform: translate3d(0,58px,0);
    transform: translate3d(0,58px,0)
}

@media (min-width: 1154px) {
    .header:not(.is--fixed):not(.is--sticky)~.container .sticky.is--sticky-top-start {
        -webkit-transform:translate3d(0,70px,0);
        transform: translate3d(0,70px,0)
    }

    .search-form__state:checked~.header:not(.is--fixed):not(.is--sticky)~.container .sticky.is--sticky-top-start {
        -webkit-transform: translate3d(0,128px,0);
        transform: translate3d(0,128px,0)
    }
}

@media (max-width: 639px) {
    .header:not(.is--fixed):not(.is--sticky)~.container .sticky.is--sticky-top-start {
        -webkit-transform:translate3d(0,50px,0);
        transform: translate3d(0,50px,0)
    }

    .search-form__state:checked~.header:not(.is--fixed):not(.is--sticky)~.container .sticky.is--sticky-top-start {
        -webkit-transform: translate3d(0,108px,0);
        transform: translate3d(0,108px,0)
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:210px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:235px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:218px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:135px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:160px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:143px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:560px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:585px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:568px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:120px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:145px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:128px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:360px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:385px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .sticky.is--sticky-top-start {
        top:368px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:94px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:119px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:102px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:244px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:269px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:252px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:169px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:194px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:177px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:594px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:619px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:602px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:154px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:179px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:162px
    }
}

@media (min-width: 1154px) and (max-width:1479px),(min-width:1480px) {
    .body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:394px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1024px) and (max-width:1153px) {
    .body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:419px
    }
}

@media (max-width: 639px),(min-width:640px) and (max-width:767px) {
    .body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .urgent-holder~.container__inner .sticky.is--sticky-top-start {
        top:402px
    }
}

.sticky.is--sticky-top-end {
    top: auto!important;
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important
}

.sticky.is--sticky-bottom-start {
    top: auto;
    bottom: 0
}

.nav__items {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

.nav__item {
    display: inline-block;
    font-size: 1.6rem
}

.nav__link {
    display: block;
    outline-offset: -3px
}

.nav--main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    top: -8.75px;
    height: 60px;
    margin: 0 290px 0 211px;
    padding: 0;
    text-align: right
}

.nav--main .nav__items {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 100%;
    overflow: hidden
}

.nav--main .nav__items:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.nav--main .nav__item {
    vertical-align: middle
}

.nav--main .nav__link {
    position: relative;
    padding: 0 1.25rem;
    font-size: 1.6rem;
    line-height: 5rem;
    font-weight: 700;
    color: #262626;
    text-align: center
}

.nav--main .nav__link.is--active:after,.nav--main .nav__link:hover:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 1.25rem;
    right: 1.25rem;
    height: 3px;
    margin: 0 1px;
    background: #f7d000
}

.is--mourning .nav--main .nav__link.is--active:after,.is--mourning .nav--main .nav__link:hover:after {
    background: #404040
}

.nav--main .overflow-menu__box {
    margin-right: -25px
}

.nav--main .overflow-menu__box .nav__item {
    display: block
}

.nav--main .overflow-menu__box .nav__link:after {
    display: none
}

.nav--main .overflow-menu__button {
    -webkit-flex: 1 0 30px;
    -ms-flex: 1 0 30px;
    flex: 1 0 30px;
    margin-right: -30px
}

.nav--sub {
    float: left;
    margin-left: -5px
}

.nav--sub .nav__item {
    margin: 11px 20px 11px 0
}

.nav--sub .nav__item.nav__item--with-img {
    margin: 0 20px 0 0
}

.nav--sub .nav__item.nav__item--with-img img {
    margin-bottom: -4px;
    image-rendering: -webkit-optimize-contrast
}

.is--mourning .nav--sub .nav__item.nav__item--with-img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.nav--sub .nav__link {
    padding: 5px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    opacity: .8
}

.nav--sub .nav__link:hover {
    text-decoration: underline;
    opacity: 1
}

@media (min-width: 1154px) {
    .nav--sub {
        position:relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav--sub .nav__items {
        height: 100%;
        overflow: hidden
    }
}

.nav--sub .overflow-menu__box {
    margin-right: 15px
}

.header.is--fixed .nav--sub .overflow-menu__box,.header.is--sticky .nav--sub .overflow-menu__box {
    display: none
}

.nav--sub .overflow-menu__box .nav__item {
    display: block;
    margin: 0
}

.nav--sub .overflow-menu__box .nav__link {
    color: #262626
}

.nav--sub .overflow-menu__button {
    -webkit-flex: 1 0 30px;
    -ms-flex: 1 0 30px;
    flex: 1 0 30px;
    margin: 0 10px 0 -15px;
    opacity: .8
}

.nav--sub .overflow-menu__button:hover,.nav--sub .overflow-menu__state:checked~.overflow-menu__button {
    opacity: 1
}

.nav--sub .overflow-menu__button:after {
    background-image: url(/templates/pnews2018/build/gfx/more-vert.e8084.svg)
}

.nav--social {
    float: right;
    margin: 7px -7px 7px 0
}

.nav--social .nav__link {
    float: left;
    width: 31px;
    height: 31px;
    margin: 0 0 0 -1px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: .8
}

.nav--social .nav__link:hover {
    opacity: 1
}

.nav--social .nav__link:before {
    content: "";
    float: left;
    width: 15px;
    height: 15px;
    margin: 8px;
    background: none no-repeat 50%;
    background-size: contain
}

.nav--social .nav__item--facebook .nav__link:before {
    background-image: url(/templates/pnews2018/build/gfx/facebook.55b36.svg)
}

.nav--social .nav__item--twitter .nav__link:before {
    background-image: url(/templates/pnews2018/build/gfx/twitter.9d00a.svg)
}

.nav--social .nav__item--youtube .nav__link:before {
    background-image: url(/templates/pnews2018/build/gfx/youtube.a7021.svg)
}

.nav--social .nav__item--instagram .nav__link:before {
    background-image: url(/templates/pnews2018/build/gfx/instagram.09adf.svg)
}

.nav--social .nav__item--googleplus .nav__link:before {
    background-image: url(/templates/pnews2018/build/gfx/googleplus.8a97a.svg)
}

.nav--social .nav__item--rss .nav__link:before {
    background-image: url(/templates/pnews2018/build/gfx/rss.3c268.svg)
}

.nav--social .nav__item--facebook .nav__link:before {
    background-position: 70% 0
}

.nav--social .nav__item--googleplus .nav__link {
    width: 37.2px
}

.nav--social .nav__item--googleplus .nav__link:before {
    width: 21.2px
}

.nav--social-box .nav__items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .01em;
    line-height: 1
}

.nav--social-box .nav__item {
    position: relative;
    display: inline-block;
    width: 14.47368%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.nav--social-box .nav__item:before {
    content: "";
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-top: 100%
}

.nav--social-box .nav__item:after {
    content: "";
    display: table;
    clear: both
}

.nav--social-box .nav__item--facebook {
    background-color: #3a579a;
    background-image: url(/templates/pnews2018/build/gfx/facebook-box.fe23d.svg)
}

.nav--social-box .nav__item--twitter {
    background-color: #47c7fa;
    background-image: url(/templates/pnews2018/build/gfx/twitter-box.4016d.svg)
}

.nav--social-box .nav__item--youtube {
    background-color: red;
    background-image: url(/templates/pnews2018/build/gfx/youtube-box.ab61b.svg)
}

.nav--social-box .nav__item--instagram {
    background-color: #b335a4;
    background-image: url(/templates/pnews2018/build/gfx/instagram-box.62969.svg)
}

.nav--social-box .nav__item--googleplus {
    background-color: #df4a32;
    background-image: url(/templates/pnews2018/build/gfx/googleplus-box.88099.svg)
}

.nav--social-box .nav__item--rss {
    background-color: #f8991d;
    background-image: url(/templates/pnews2018/build/gfx/rss-box.f217f.svg)
}

.nav--social-box .nav__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media (min-width: 768px) and (max-width:1023px) {
    .nav--social-box {
        margin:0 9%
    }
}

@media (max-width: 639px) {
    .nav--social-box {
        margin:0 15px
    }
}

@media (max-width: 1023px) {
    .nav--social-box {
        margin-bottom:25px
    }
}

.nav--social-program .nav__item {
    position: relative;
    display: inline-block;
    width: 44px;
    margin: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 100%;
    background: none no-repeat 50%;
    background-size: contain
}

.nav--social-program .nav__item:before {
    content: "";
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-top: 100%
}

.nav--social-program .nav__item:after {
    content: "";
    display: table;
    clear: both
}

.nav--social-program .nav__item--facebook {
    background-image: url(/templates/pnews2018/build/gfx/share/facebook.c6bdf.svg)
}

.nav--social-program .nav__item--twitter {
    background-image: url(/templates/pnews2018/build/gfx/share/twitter.57929.svg)
}

.nav--social-program .nav__item--wykop {
    background-image: url(/templates/pnews2018/build/gfx/share/wykop.9b15d.svg)
}

.nav--social-program .nav__item--googleplus {
    background-image: url(/templates/pnews2018/build/gfx/share/googleplus.752b3.svg)
}

.nav--social-program .nav__item--share {
    background-image: url(/templates/pnews2018/build/gfx/share/share.e2aee.svg)
}

.nav--social-program .nav__item--more {
    background-image: url(/templates/pnews2018/build/gfx/share/more.70b3b.svg)
}

.nav--social-program .nav__item--comments {
    background-image: url(/templates/pnews2018/build/gfx/share/comments.de310.svg)
}

.nav--social-program .nav__item:not(:last-child) {
    margin-right: 30px
}

.nav--social-program .nav__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.nav--social-program .nav__link.focus-visible {
    border: 3px solid #f7d000;
    border-radius: 100%
}

.nav--share {
    position: absolute;
    top: 0;
    z-index: 10
}

.nav--share .nav__item {
    position: relative;
    display: block;
    width: 100%;
    margin: 5px 0 32.6087%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #fff none no-repeat 50%;
    background-size: contain
}

.nav--share .nav__item:before {
    content: "";
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-top: 100%
}

.nav--share .nav__item:after {
    content: "";
    display: table;
    clear: both
}

.nav--share .nav__item--facebook {
    background-image: url(/templates/pnews2018/build/gfx/share/facebook.b4700.svg)
}

.nav--share .nav__item--twitter {
    background-image: url(/templates/pnews2018/build/gfx/share/twitter.a4e98.svg)
}

.nav--share .nav__item--wykop {
    background-image: url(/templates/pnews2018/build/gfx/share/wykop.f4c97.svg)
}

.nav--share .nav__item--googleplus {
    background-image: url(/templates/pnews2018/build/gfx/share/googleplus.2f829.svg)
}

.nav--share .nav__item--share {
    background-image: url(/templates/pnews2018/build/gfx/share/share.6a84f.svg)
}

.nav--share .nav__item--more {
    background-image: url(/templates/pnews2018/build/gfx/share/more.5b0e4.svg)
}

.nav--share .nav__item--comments {
    background-image: url(/templates/pnews2018/build/gfx/share/comments.8c333.svg)
}

.is--no-comments .nav--share .nav__item--comments {
    display: none!important
}

.nav--share .nav__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.nav--share .nav__link.focus-visible {
    border: 3px solid #f7d000;
    border-radius: 100%
}

.nav--share .nav__state {
    display: none
}

@media (min-width: 640px) {
    .nav--share .nav__item--more,.nav--share .nav__item--share {
        display:none
    }
}

@media (max-width: 639px) {
    .nav--share {
        left:0;
        right: 0;
        z-index: 10;
        width: auto!important;
        height: 100.01vh;
        pointer-events: none
    }

    .series .nav--share.is--sticky-parent-in-view {
        opacity: 1;
        visibility: visible;
        transition: opacity .3s cubic-bezier(.4,0,.2,1),visibility 0s 0s,-webkit-transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),visibility 0s 0s;
        transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),visibility 0s 0s,-webkit-transform .15s cubic-bezier(.4,0,.2,1)
    }

    .nav--share.is--sticky-parent-in-view-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: -webkit-transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1),-webkit-transform .2s cubic-bezier(.4,0,.6,1)
    }

    .nav--share.is--sticky-bottom-end.is--sticky-bottom-end,.nav--share.is--sticky-parent-in-view-bottom.is--sticky-parent-in-view-bottom,.series .nav--share {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s cubic-bezier(.4,0,.6,1),visibility 0s .3s,-webkit-transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1),opacity .3s cubic-bezier(.4,0,.6,1),visibility 0s .3s;
        transition: transform .2s cubic-bezier(.4,0,.6,1),opacity .3s cubic-bezier(.4,0,.6,1),visibility 0s .3s,-webkit-transform .2s cubic-bezier(.4,0,.6,1)
    }

    .nav--share:not(.is--sticky-bottom-end):not(.is--sticky-parent-in-view-bottom) {
        position: fixed;
        left: 15px;
        right: 15px;
        top: auto!important;
        bottom: 0!important
    }

    .nav--share .nav__state--share:checked~.nav__items .nav__item {
        display: inline-block
    }
}

@media (max-width: 639px) and (min-width:360px) {
    .nav--share .nav__state--share:checked~.nav__items .nav__item--more~.nav__item {
        display:none
    }

    .nav--share .nav__state--share:checked~.nav__items .nav__item--more~.nav__item--comments,.nav--share .nav__state--share:checked~.nav__items .nav__item--more~.nav__item--share {
        display: inline-block
    }
}

@media (max-width: 639px) and (max-width:359px) {
    .nav--share .nav__state--share:checked~.nav__items .nav__item--more {
        display:none
    }
}

@media (max-width: 639px) {
    .nav--share .nav__state--share:checked+.nav__state--more:checked~.nav__items .nav__item {
        display:inline-block
    }

    .nav--share .nav__state--share:checked+.nav__state--more:checked~.nav__items .nav__item--more {
        display: none
    }

    .nav--share .nav__items {
        position: absolute;
        left: 0;
        right: 54px;
        bottom: 0;
        min-height: 69px;
        text-align: right
    }

    .is--read-more-button-active .nav--share .nav__items {
        bottom: 44px
    }
}

@media (max-width: 639px) and (max-width:639px) {
    .is--gallery-button-active .nav--share .nav__items {
        bottom:74px
    }
}

@media (max-width: 639px) {
    .nav--share .nav__item {
        display:none;
        width: 54px;
        margin: 0 15px 15px 0;
        border: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.25);
        pointer-events: auto
    }

    .nav--share .nav__item--comments,.nav--share .nav__item--share {
        display: inline-block;
        position: absolute;
        left: 100%
    }

    .nav--share .nav__item--comments {
        bottom: 69px
    }

    .nav--share .nav__item--share {
        bottom: 0
    }
}

.nav--footer {
    margin: 22px 0 18px
}

.nav--footer .nav__items li:first-child {
    margin-left: 0
}

.nav--footer .nav__item {
    margin: 5px 0 5px 20px
}

.nav--footer .nav__link {
    font-size: 1.4rem;
    color: #262626;
    outline-offset: 0
}

.nav--footer .nav__link:hover {
    text-decoration: underline
}

@media (max-width: 767px) {
    .nav--footer {
        text-align:center;
        margin: 25px 0 20px
    }

    .nav--footer .nav__item {
        margin: 5px
    }
}

.nav--section {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    margin-right: -15px
}

.nav--section .nav__items {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    height: 50px;
    overflow: hidden
}

.nav--section .nav__item {
    max-width: 100%;
    height: 100%
}

.nav--section .nav__link {
    display: block;
    position: relative;
    max-width: 200px;
    padding: 18px 15px 19px;
    font-size: 1.3rem;
    line-height: 1;
    color: #262626;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.nav--section .nav__link:hover:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 3px;
    background: #f7d000
}

.nav--section .overflow-menu__box {
    right: 15px
}

.nav--section .overflow-menu__box .nav__item {
    display: block;
    margin-left: 0;
    margin-right: 0
}

.nav--section .overflow-menu__box .nav__link {
    white-space: normal
}

.nav--section .overflow-menu__box .nav__link:after {
    display: none
}

.nav--section .overflow-menu__button {
    -webkit-flex: 1 0 30px;
    -ms-flex: 1 0 30px;
    flex: 1 0 30px;
    margin: -2px 15px 0 0
}

.nav--search .nav__items {
    text-align: center
}

.nav--search .nav__item {
    margin: 5px
}

.nav--search .nav__link {
    font-size: 1.4rem;
    color: #262626;
    padding: 10px
}

.nav--search .nav__link.is--active,.nav--search .nav__link:hover {
    color: #005e8c
}

@-webkit-keyframes context {
    75% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes context {
    75% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.overflow-menu {
    pointer-events: none
}

.overflow-menu__state {
    display: none
}

.overflow-menu__box {
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    margin: 20px 0 0;
    padding: 7.5px 0;
    overflow: hidden;
    text-align: right;
    background: #eaeaea;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    pointer-events: auto
}

.overflow-menu__state:checked~.overflow-menu__box {
    visibility: visible;
    -webkit-animation: context .14s 1 forwards;
    animation: context .14s 1 forwards
}

.overflow-menu__box .nav__item {
    opacity: 0;
    transition: opacity .25s
}

.overflow-menu__box .nav__item:nth-of-type(n+1) {
    transition-delay: .05s
}

.overflow-menu__box .nav__item:nth-of-type(n+2) {
    transition-delay: .1s
}

.overflow-menu__box .nav__item:nth-of-type(n+3) {
    transition-delay: .15s
}

.overflow-menu__box .nav__item:nth-of-type(n+4) {
    transition-delay: .2s
}

.overflow-menu__box .nav__item:nth-of-type(n+5) {
    transition-delay: .25s
}

.overflow-menu__box .nav__item:nth-of-type(n+6) {
    transition-delay: .3s
}

.overflow-menu__box .nav__item:nth-of-type(n+7) {
    transition-delay: .35s
}

.overflow-menu__box .nav__item:nth-of-type(n+8) {
    transition-delay: .4s
}

.overflow-menu__box .nav__item:nth-of-type(n+9) {
    transition-delay: .45s
}

.overflow-menu__state:checked~.overflow-menu__box .nav__item {
    opacity: 1
}

.overflow-menu .nav__item {
    pointer-events: auto
}

.overflow-menu__box .nav__link {
    padding: 7.5px 15px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.23;
    text-align: right
}

.overflow-menu__box .nav__item:first-child .nav__link {
    margin: 0
}

.overflow-menu__box .nav__link.is--active,.overflow-menu__box .nav__link:hover {
    text-decoration: underline
}

.overflow-menu__button {
    position: relative;
    display: none;
    -webkit-flex: 1 0 30px;
    -ms-flex: 1 0 30px;
    flex: 1 0 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    pointer-events: auto
}

.overflow-menu__button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 12px;
    margin: -6px 0 0 -2px;
    background: url(/templates/pnews2018/build/gfx/more-vert.0a1bc.svg) no-repeat 50%;
    background-size: contain
}

.scroller {
    position: relative;
    width: 100%;
    padding-right: 20px;
    box-sizing: content-box;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth
}

.is--grabbing .scroller {
    scroll-behavior: auto
}

.scroller__inside {
    margin-right: -17px
}

.scroller__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4px;
    border-right: 1px solid #e5e5e5
}

.scroller__bar {
    position: absolute;
    top: 0;
    right: -1px;
    width: 3px;
    height: 50%;
    background: #a7a7a7;
    cursor: grab
}

.scroller__bar.is--grabbing,.scroller__track:hover .scroller__bar {
    width: 4px
}

.scroller__bar.is--grabbing {
    background: #f7d000
}

.is--grabbing * {
    cursor: grabbing!important
}

.button {
    display: inline-block;
    padding: 14px 20px;
    font-size: 1.4rem;
    line-height: 1;
    color: #262626;
    background: 0 0;
    border: 1px solid #e5e5e5
}

.button:not(:disabled):not([aria-disabled=true]) {
    cursor: pointer
}

.button:not(:disabled):not([aria-disabled=true]):hover {
    border-color: #666
}

.button:disabled,.button[aria-disabled=true] {
    background: #eaeaea;
    color: #666;
    cursor: default
}

.button:disabled:after,.button:disabled:before,.button[aria-disabled=true]:after,.button[aria-disabled=true]:before {
    opacity: .7
}

.button[hidden] {
    display: none!important
}

.button:after,.button:before {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url(/templates/pnews2018/build/gfx/arrow-down.8f731.svg) no-repeat 50%;
    background-size: contain
}

.button:before {
    margin: -2px 10px 0 0
}

.button:after {
    content: "";
    margin: -2px 0 0 10px
}

.button.button--arrow-right:after {
    background-image: url(/templates/pnews2018/build/gfx/arrow-right.d559d.svg)
}

.button.button--arrow-left:before {
    content: "";
    background-image: url(/templates/pnews2018/build/gfx/arrow-left.47855.svg)
}

.button.button--arrow-left:after,.button.button--without-arrow:after,.button.button--without-arrow:before {
    display: none
}

.button.button--fill {
    color: #fff;
    background: #005e8c;
    border-color: transparent!important
}

.button.button--fill:not(.is--loading):after,.button.button--fill:not(.is--loading):before {
    background-image: url(/templates/pnews2018/build/gfx/arrow-down.2c2cc.svg)
}

.button.button--fill:not(.is--loading).button--arrow-right:after {
    background-image: url(/templates/pnews2018/build/gfx/arrow-right.605ea.svg)
}

.button.button--fill:not(.is--loading).button--arrow-left:before {
    content: "";
    background-image: url(/templates/pnews2018/build/gfx/arrow-left.a6c3b.svg)
}

.button.button--fill:not(.is--loading):hover {
    background: #0086ab
}

.is--mourning .button.button--fill {
    background: #666
}

.is--mourning .button.button--fill:hover {
    background: #262626
}

.button.is--loading {
    border-color: #666
}

.button.is--loading:after,.button.is--loading:before {
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-top-color: currentcolor;
    border-radius: 10px;
    background: 0 0;
    -webkit-animation: rotate .5s linear infinite;
    animation: rotate .5s linear infinite
}

.button.is--loading:before {
    margin: -1px 9px -1px -1px
}

.button.is--loading:after {
    margin: -1px -1px -1px 9px
}

.label {
    padding: 0 10px;
    font-family: GPP Text,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #262626;
    text-transform: uppercase;
    background: #f7d000
}

@media (max-width: 639px) {
    .label {
        padding:0 5px;
        font-size: 1.1rem;
        line-height: 2.6rem
    }
}

.label--small {
    padding: .3rem;
    font-size: .9rem;
    letter-spacing: .01em;
    line-height: 1
}

.label--small:after,.label--small:before {
    content: "";
    display: block;
    width: 0;
    height: 0
}

.label--small:before {
    margin-bottom: -.09804em
}

.label--small:after {
    margin-top: -.15196em
}

.label--alert {
    color: #fff;
    background: #f0001a
}

.videoPlayer .videoPlayer__button--iconPlay:after,.videoPlayer .videoPlayer__button--iconPlay:before,.videoPlayer .videoPlayer__button--restore:hover,.videoPlayer .videoPlayer__controls {
    background: #005e8c
}

.videoPlayer .videoPlayer__button--iconVolume:after {
    border: 1px solid #005e8c
}

.videoPlayer.videoPlayer.fullscreen .videoPlayer__button--iconFullscreen {
    color: #005e8c
}

.videoPlayer.videoPlayer.stopped .videoPlayer__mask ._:after,.videoPlayer .videoPlayer__button--iconFullscreen {
    border-color: #fff
}

.videoPlayer.videoPlayer.ended .videoPlayer__button--iconPlay ._3:after,.videoPlayer.videoPlayer.playing .videoPlayer__mask ._:after {
    border-color: transparent transparent transparent #fff
}

.videoPlayer.videoPlayer.loading .videoPlayer__mask ._:after {
    border-color: #fff transparent transparent
}

.videoPlayer.videoPlayer.noAnimationSupported.loading .videoPlayer__mask ._:after {
    border-color: #fff transparent
}

.videoPlayer.videoPlayer.ended .videoPlayer__button--iconPlay ._3 {
    border-color: #fff transparent #fff #fff
}

.videoPlayer .videoPlayer__button--iconVolume ._1:after,.videoPlayer .videoPlayer__button--iconVolume ._2 {
    border-color: transparent #fff transparent transparent
}

.videoPlayer .videoPlayer__button--iconFullscreen,.videoPlayer .videoPlayer__label,.videoPlayer .videoPlayer__progress--played[value],.videoPlayer .videoPlayer__progress--volume[value] {
    color: #fff
}

.videoPlayer.videoPlayer.fullscreen .videoPlayer__button--iconFullscreen,.videoPlayer.videoPlayer.noRangeSupported .videoPlayer__progress--played,.videoPlayer.videoPlayer.noRangeSupported .videoPlayer__progress--volume,.videoPlayer .videoPlayer__button--iconPlay ._,.videoPlayer .videoPlayer__button--iconVolume ._1,.videoPlayer .videoPlayer__button--iconVolume ._1:before,.videoPlayer .videoPlayer__button--iconVolume:after {
    background: #fff
}

.videoPlayer.videoPlayer.muted .videoPlayer__button--iconVolume,.videoPlayer.videoPlayer.muted .videoPlayer__progress--volume[value] {
    color: #80afc6
}

.videoPlayer.videoPlayer.muted .videoPlayer__button--iconVolume ._1,.videoPlayer.videoPlayer.muted .videoPlayer__button--iconVolume ._1:before,.videoPlayer.videoPlayer.muted .videoPlayer__button--iconVolume:after,.videoPlayer.videoPlayer.noRangeSupported.muted .videoPlayer__progress--volume {
    background: #80afc6
}

.videoPlayer.videoPlayer.muted .videoPlayer__button--iconVolume ._1:after,.videoPlayer.videoPlayer.muted .videoPlayer__button--iconVolume ._2 {
    border-color: transparent #80afc6 transparent transparent
}

.videoPlayer.videoPlayer.noRangeSupported .videoPlayer__progress--bufferBg,.videoPlayer .videoPlayer__progress--bufferBg {
    background: #1f719a
}

.videoPlayer.videoPlayer.noRangeSupported .videoPlayer__progress--buffer,.videoPlayer.videoPlayer.noRangeSupported .videoPlayer__volumeWrap,.videoPlayer .videoPlayer__mask ._,.videoPlayer .videoPlayer__progress--volume[value] {
    background: #4d8eaf
}

.videoPlayer .videoPlayer__progress--buffer[value] {
    color: #4d8eaf
}

.videoPlayer.videoPlayer.playing .videoPlayer__progress--bufferBg {
    background: radial-gradient(ellipse at center,#4d8eaf 0,#4d8eaf 16%,transparent 42%)
}

.videoPlayer .videoPlayer__button.focus-visible,.videoPlayer .videoPlayer__progress--seek.focus-visible,.videoPlayer .videoPlayer__volume--seek.focus-visible,.videoPlayer .videoPlayer__volume input.focus-visible~label.videoPlayer__button {
    outline: 3px solid gold!important;
    outline-offset: -3px
}

.videoPlayer__form {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    margin: 0
}

.videoPlayer .videoPlayer__form *,.videoPlayer .videoPlayer__form :after,.videoPlayer .videoPlayer__form :before {
    box-sizing: border-box
}

.videoPlayer__form-scroll {
    height: 100%;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden
}

.videoPlayer__form-wrap {
    position: relative;
    min-height: 100%;
    width: 100%;
    padding: 2% 5% 56px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff
}

.videoPlayer__form-logs {
    display: none
}

.videoPlayer__form-info p {
    margin: 1em 0;
    line-height: 1.2
}

.videoPlayer__form-field {
    display: block;
    margin: 20px 0
}

.videoPlayer__form-input {
    width: 100%;
    padding: 5px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffeb3b;
    background: 0 0;
    border: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none;
    box-sizing: border-box
}

.videoPlayer__form-input--textarea {
    height: 55px;
    resize: none
}

.videoPlayer__form .videoPlayer__button--icm {
    width: 100%!important;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 20px;
    top: auto;
    bottom: 0;
    background: #ffeb3b!important;
    box-shadow: 0 0 20px 20px #111!important
}

.videoPlayer.videoPlayer.error.error .videoPlayer__mask:after {
    -webkit-animation: none!important;
    animation: none!important
}

.videoPlayer__placeholder {
    position: relative
}

.videoPlayer.videoPlayer.is--persistent:not(.ended)+.videoPlayer__placeholder {
    display: block
}

html.is--read-more-button-active .videoPlayer.is--persistent:not(.ended) {
    bottom: 54px
}

@media (max-width: 639px) {
    html.is--read-more-button-active .videoPlayer.is--persistent:not(.ended) {
        bottom:44px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 130px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 -3px 0 #fff
}

.header__hamburger,.header__state {
    display: none
}

.header__main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2000000;
    height: 85px;
    margin-top: 45px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15)
}

.header__main .inside--header {
    z-index: 20000000000;
    height: 42.5px;
    margin-top: 21.25px;
    margin-bottom: 21.25px
}

.header__sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #005e8c
}

.is--mourning .header__sub {
    background: #404040
}

.header__buttons {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

@media (max-width: 639px) {
    .header__buttons {
        right:15px
    }
}

.logo {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
    width: 201px;
    height: 42px;
    margin-top: -21px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center left 0;
    transform-origin: center left 0;
    transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
}

.is--mourning-ribbon .logo:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 22px;
    height: 35px;
    margin: 0 -14px -7px 0;
    background: url(ourning-ribbon.13d3f.svg) no-repeat 50%;
    background-size: contain
}

.logo__link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo__link:after {
    content: "";
    display: table;
    clear: both
}

.logo__img {
    float: left;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-align: left;
    font-size: 2.6rem;
    text-transform: lowercase;
    word-spacing: 30px;
    line-height: 1;
    color: #005e8c
}

.is--mourning .logo__img {
    -webkit-filter: grayscale(1) brightness(85%) contrast(150%);
    filter: grayscale(1) brightness(85%) contrast(150%)
}

.platform {
    position: absolute;
    top: 50%;
    right: 115px;
    margin-top: -25px
}

.platform__link {
    display: block;
    text-align: right;
    line-height: 1.15;
    position: relative;
    padding: 10px 43px 10px 5px
}

.platform__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(more.b6ea2.svg) no-repeat 50%;
    background-size: contain
}

.is--mourning .platform__link:after {
    background-image: url(more.dae27.svg)
}

.platform__header {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #f0001a;
    text-transform: uppercase
}

.is--mourning .platform__header {
    color: #333
}

.platform__text {
    display: block;
    font-size: 1.2rem;
    color: #848484
}

.search-form {
    visibility: hidden;
    height: 58px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: visibility 0s .2s,-webkit-transform .2s cubic-bezier(.4,0,.6,1);
    transition: transform .2s cubic-bezier(.4,0,.6,1),visibility 0s .2s;
    transition: transform .2s cubic-bezier(.4,0,.6,1),visibility 0s .2s,-webkit-transform .2s cubic-bezier(.4,0,.6,1)
}

.search-form:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 1;
    height: 50px;
    background: #fff;
    border-bottom: 2px solid #f2f2f2
}

.search-form .inside {
    padding: 0 80px 0 0;
    opacity: 0
}

.search-form__state {
    display: none
}

.search-form__state:checked~.header .search-form {
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
}

.search-form__state:checked~.header .search-form .inside {
    opacity: 1;
    transition: opacity .1s .1s
}

.search-form__button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 46px;
    height: 46px;
    margin: -23px 18px 0 0;
    padding: 0;
    background: 0 0;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.search-form__button:before {
    content: url(../images/close.d1c7e.svg);
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden
}

.search-form__button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px;
    background: url(../images/search.65042.svg) no-repeat 50%;
    background-size: contain
}

.search-form__button:hover:after {
    opacity: .9
}

.search-form__state:checked~.header .search-form__button--opener:after {
    background-image: url(../images/close.d1c7e.svg);
    width: 16px;
    height: 16px;
    margin: -8px
}

.search-form__input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 58px;
    text-align: center;
    text-indent: 80px;
    color: #262626;
    border: 0;
    outline: 0!important;
    -webkit-box-shadow: inset 0 0 0 50px #fff
}

.search-form__input::-webkit-autofill {
    -webkit-text-fill-color: #262626!important
}

.search-form__input::-webkit-search-cancel-button {
    display: none
}

.search-form__input::-webkit-input-placeholder {
    color: #262626;
    font-style: italic;
    opacity: .3
}

.search-form__input::placeholder {
    color: #262626;
    font-style: italic;
    opacity: .3
}

.search-form__input:placeholder-shown+.search-form__button {
    opacity: .3
}

.weather-box {
    float: left;
    max-width: 500px;
    height: 100%;
    padding-top: 1px
}

.weather-box__link {
    opacity: 1;
    transition: opacity .1s
}

.weather-box__link--hidden {
    opacity: 0
}

.weather-box .weather-box__weather-type-color {
    display: none
}

.weather-box,.weather-box__air,.weather-box__air-quality,.weather-box__container,.weather-box__weather {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.weather-box__container {
    font-size: 12px;
    color: #fff;
    height: 100%
}

.weather-box__link {
    color: inherit;
    text-decoration: none;
    font-size: 0
}

.weather-box__link:hover .weather-box__arrow {
    opacity: 1
}

.weather-box__arrow,.weather-box__text,.weather-box__text-small,.weather-box__weather {
    opacity: .8
}

.weather-box__city-name {
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
    max-height: 2em
}

.weather-box__temp {
    margin-left: 5px;
    font-size: 18px;
    font-weight: 700
}

.weather-box__air {
    margin-left: 12px;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.weather-box__air .weather-box__air-quality {
    margin-left: 3px;
    padding: 0 3px;
    font-weight: 700;
    box-sizing: border-box;
    opacity: 1
}

.weather-box__air .weather-box__air-quality.q1 {
    background-color: #57b108;
    color: #fff
}

.weather-box__air .weather-box__air-quality.q2 {
    background-color: #b0dd10;
    color: #000
}

.weather-box__air .weather-box__air-quality.q3 {
    background-color: #ffd911;
    color: #000
}

.weather-box__air .weather-box__air-quality.q4 {
    background-color: #e58100;
    color: #fff
}

.weather-box__air .weather-box__air-quality.q5 {
    background-color: #e50000;
    color: #fff
}

.weather-box__air .weather-box__air-quality.q6,.weather-box__air .weather-box__air-quality.q7 {
    background-color: #900;
    color: #fff
}

.is--mourning .weather-box__air .weather-box__air-quality {
    background-color: #ccc;
    color: #000
}

.weather-box__weather-type {
    font-size: 0
}

.weather-box__weather-type-img {
    display: block;
    height: 34px;
    width: 34px
}

.is--mourning .weather-box__weather-type-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.weather-box__weather-type-img:not([src]) {
    opacity: 0
}

.weather-box__text-small {
    font-size: 10px;
    margin-left: 6px
}

.weather-box__arrow {
    padding: 0 0 1px 9px;
    transition: opacity .2s;
    opacity: .5
}

.weather-box__arrow:after,.weather-box__arrow:before {
    width: 8px;
    height: 2px;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 1px
}

.weather-box__arrow:before {
    -webkit-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px)
}

.weather-box__arrow:after {
    -webkit-transform: rotate(-45deg) translateY(2px);
    transform: rotate(-45deg) translateY(2px)
}

@media (max-width: 1153px) {
    .weather-box {
        float:none;
        position: absolute;
        left: 316px;
        max-height: 85px;
        top: 0
    }

    .weather-box__container {
        color: #000
    }

    .weather-box__weather {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: 35px;
        margin-left: 5px
    }

    .weather-box__city-name {
        max-width: 80px;
        max-height: 3em
    }

    .weather-box .weather-box__weather-type {
        display: none
    }

    .weather-box .weather-box__weather-type-color {
        display: block;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        font-size: 0
    }

    .weather-box .weather-box__weather-type-img {
        height: 45px;
        width: 45px
    }

    .weather-box__temp {
        margin-left: 0
    }

    .weather-box__air {
        margin-left: 12px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        color: #848484
    }

    .weather-box__arrow,.weather-box__text,.weather-box__text-small,.weather-box__weather {
        opacity: 1
    }

    .weather-box__text {
        margin-bottom: 2px
    }

    .weather-box__air .weather-box__air-quality {
        margin-left: 0;
        margin-bottom: 5px
    }

    .weather-box__text-small {
        margin-left: 0
    }

    .weather-box__arrow:after,.weather-box__arrow:before {
        background-color: #848484
    }
}



.news {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    word-wrap: break-word
}

.news__link {
    display: block
}

.news__figure {
    position: relative;
    margin: 0;
    padding: 0;
    background: #eaeaea;
    overflow: hidden
}

.news__figure:before {
    content: "";
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-top: 56.25%
}

.news__figure:after {
    content: "";
    display: table;
    clear: both
}

.news__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;",sans-serif
}

.news__header {
    color: #262626
}

.news__title {
    clear: both;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2
}

a.news__link:hover .news__title {
    text-decoration: underline
}

.news__info {
    float: left;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #666;
    word-wrap: normal
}

.news__time {
    float: left;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    position: relative
}

.news__time:not(:last-child):after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: currentColor;
    opacity: .2
}

.news__category {
    color: #005e8c;
    display: flex;
}

.news__category:not(:last-child) {
    float: left;
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    position: relative
}

.news__category:not(:last-child):after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: #666;
    opacity: .2
}

.news__editor {
    float: left;
    color: #999
}

.news__editor-link {
    color: inherit
}

.news__editor-link:hover,.news a.news__category:hover {
    text-decoration: underline
}

.news__label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news--over .news__link {
    display: block;
    position: relative;
    overflow: hidden
}

.news--over .news__header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-height: 100%;
    padding: 0 15px 15px;
    color: #fff
}

.news--over .news__header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 140%;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.42) 32%,rgba(0,0,0,.8))
}

.news--over .news__info {
    font-size: 1.1rem;
    padding-left: 4px;
    padding-right: 4px;
    background: #005e8c;
    color: #fff
}

.news--over .news__category {
    color: #fff
}

@supports ((-webkit-filter: invert(1)) or (filter:invert(1))) {
    .news--over .news__category,.news--over .news__time,.news--over .news__title {
        color:#000;
        -webkit-filter: invert(1);
        filter: invert(1)
    }
}

.news--gallery .news__figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 22%;
    max-width: 134px;
    padding-top: MIN(134px,22%);
    background: url(gallery.aab95.svg) no-repeat 50%;
    background-size: contain;
    pointer-events: none;
    -webkit-filter: drop-shadow(0 0 24px #000);
    filter: drop-shadow(0 0 24px #000);
    opacity: .9
}

.news--gallery.news--over .news__figure:after {
    -webkit-filter: none;
    filter: none
}

.news--gallery.news--over .news__header {
    padding-right: 21%!important
}

.news--gallery:hover .news__figure:after {
    opacity: 1
}

.news--video .news__figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 22%;
    max-width: 134px;
    padding-top: MIN(134px,22%);
    background: url(play.29b85.svg) no-repeat 50%;
    background-size: contain;
    -webkit-filter: none;
    filter: none;
    opacity: .9
}

.news--video.news--over .news__header {
    padding-right: 21%!important
}

.news--video:hover .news__figure:after {
    opacity: 1
}

.news--video .news__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;",sans-serif;
    opacity: 0;
    will-change: opacity;
    pointer-events: none
}

.news--video.is--preview-src .news__video {
    opacity: 1;
    transition: opacity .75s
}

.news--vertical .news__link:after {
    content: "";
    display: table;
    clear: both
}

.news--vertical .news__link:not(.focus-visible):after {
    clear: right
}

.news--vertical .news__figure {
    float: left;
    width: 52%
}

.news--vertical .news__figure:before {
    padding-top: 177.77778%
}

.news--vertical .news__header {
    float: right;
    width: 48%;
    padding-left: 15px
}

.news--vertical .news__title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 639px) {
    .news--vertical .news__figure {
        width:48%
    }

    .news--vertical .news__header {
        width: 52%;
        padding: 0 10px
    }
}

.news--target {
    float: none;
    padding: 0;
    margin: 30px 0 0;
    transition: opacity .5s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1);
    transition: transform .4s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1)
}

@media (max-width: 639px) {
    .news--target.news {
        padding-left:15px;
        padding-right: 15px
    }
}

.news--target video.news__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news--target>.news__figure {
    clear: both;
    margin: 30px 0 15px
}

.news--target .news__title {
    margin-top: -10px;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2
}

@media (min-width: 1480px) {
    .news--target .news__title {
        font-size:4.8rem;
        line-height: 1.08333
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1154px) and (max-width:1479px) {
    .news--target .news__title {
        font-size:3.6rem;
        line-height: 1.16667
    }
}

.news--target .news__info {
    float: none;
    margin: 16px 0 -1px
}

.news--target .news__info:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 1480px) {
    .news--target .news__info {
        font-size:1.4rem
    }
}

@media (max-width: 639px) {
    .news--target .news__figure {
        margin-left:-15px;
        margin-right: -15px
    }
}

.news--target .news__figure:hover .news__photos-label,.news--target .news__figure:hover .news__photos-link:after,.news--target .news__figure:hover .news__photos-link:before {
    opacity: 1
}

.news--target .news__figure .news__photos-link {
    outline: none
}

.news--target .news__figure .news__photos-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: rgba(0,0,0,.5);
    transition: opacity .5s ease-in-out
}

@media (min-width: 1154px) {
    .news--target .news__figure .news__photos-link:before {
        opacity:.4
    }
}

.news--target .news__figure .news__photos-link.focus-visible:before {
    outline: 3px solid #f7d000;
    outline-offset: -3px
}

.news--target .news__figure .news__photos-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 10.97561%;
    height: 0;
    padding-top: 8.95854%;
    padding-bottom: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(photos.f5a41.svg) no-repeat top;
    transition: opacity .5s ease-in-out
}

@media (min-width: 1154px) {
    .news--target .news__figure .news__photos-link:after {
        opacity:.5
    }
}

@media (max-width: 639px) {
    .news--target .news__figure .news__photos-link:after {
        width:18.88889%;
        padding-top: 15.41667%;
        padding-bottom: 30px
    }
}

.news--target .news__figure .news__photos-link.is--loading:after {
    width: 4.87805%;
    padding: 4.87805% 0 0;
    margin: -4.87805% -2.43902%;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-radius: 100%;
    background: 0 0;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: rotate .5s linear infinite;
    animation: rotate .5s linear infinite
}

@media (max-width: 639px) {
    .news--target .news__figure .news__photos-link.is--loading:after {
        width:6.66667%;
        padding: 6.66667% 0 0;
        margin: -6.66667% -3.33333%;
        border-width: 3px
    }
}

.news--target .news__figure .news__photos-link.is--loading .news__photos-label,.news--target .news__figure .news__photos-link.is--loading:after,.news--target .news__figure .news__photos-link.is--loading:before {
    opacity: 1
}

.news--target .news__figure .news__photos-label {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    padding-top: 8.95854%;
    margin-top: 5px;
    transition: opacity .5s ease-in-out
}

@media (min-width: 1154px) {
    .news--target .news__figure .news__photos-label {
        opacity:.5
    }
}

@media (max-width: 639px) {
    .news--target .news__figure .news__photos-label {
        font-size:1.5rem;
        padding-top: 15.41667%
    }
}

.news--target .news__figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 4px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: rgba(0,0,0,.5)
}

.news--target .news__figure-signature {
    padding: 10px 0;
    margin: -15px 0 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: .8em
}

.news--target .news__video {
    float: left
}

.news--target .news__content {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5
}

.news--target .news__content:before {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 1480px) {
    .news--target .news__content {
        padding-left:80px;
        min-height: 315px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1154px) and (max-width:1479px) {
    .news--target .news__content {
        padding-left:70px;
        min-height: 315px
    }
}

@media (min-width: 640px) and (max-width:767px),(min-width:1024px) and (max-width:1153px) {
    .news--target .news__content {
        padding-left:50px;
        min-height: 250px
    }
}

@media (max-width: 767px),(min-width:1024px) and (max-width:1153px) {
    .news--target .news__content {
        font-size:1.6rem
    }
}

.news--target .news__share {
    padding-top: 1em;
    width: 46px
}

@media (min-width: 1480px) {
    .news--target .news__share {
        margin:0 0 0 -80px
    }
}

@media (min-width: 768px) and (max-width:1023px),(min-width:1154px) and (max-width:1479px) {
    .news--target .news__share {
        margin:0 0 0 -70px
    }
}

@media (min-width: 640px) and (max-width:767px),(min-width:1024px) and (max-width:1153px) {
    .news--target .news__share {
        width:36px;
        margin: 0 0 0 -50px
    }
}

.news--target .news__embed {
    margin: 0;
    padding: 0;
    overflow: hidden
}

@media (max-width: 639px) {
    .news--target .news__embed {
        margin:0 -15px
    }
}

.news--target .news__embed-box {
    position: relative
}

@media (max-width: 639px) {
    .news--target .news__embed-box {
        margin:0 15px
    }
}

.news--target .news__embed-box iframe {
    max-width: 100%
}

.news--target .news__embed-box[style^=padding] {
    margin: 0;
    padding-top: 56.25%;
    background: #eaeaea
}

.news--target .news__embed-box[style^=padding] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news--target .news__preview {
    font-size: 2rem;
    font-weight: 700
}

@media (max-width: 767px),(min-width:1024px) and (max-width:1153px) {
    .news--target .news__preview {
        font-size:1.8rem
    }
}

.news--target .news__bullets {
    margin: 2em 0;
    font-weight: 700
}

.news--target .news__bullets ol ::marker,.news--target .news__bullets ul ::marker {
    color: #21caeb
}

.news--target .news__bullets ul {
    padding-left: 23px
}

.news--target .news__bullets ul ::marker {
    content: url("data:image/svg+xml;charset=utf8,              %3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='11' viewBox='0 0 100 100'%3E                %3Cline x1='5' x2='5' y1='50' y2='50' stroke-width='8' stroke='%2321caeb' stroke-linecap='round' vector-effect='non-scaling-stroke'/%3E              %3C/svg%3E")
}

@media (max-width: 767px),(min-width:1024px) and (max-width:1153px) {
    .news--target .news__bullets ul {
        padding-left:18px
    }

    .news--target .news__bullets ul ::marker {
        content: url("data:image/svg+xml;charset=utf8,              %3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 100 100'%3E                %3Cline x1='5' x2='5' y1='50' y2='50' stroke-width='6' stroke='%2321caeb' stroke-linecap='round' vector-effect='non-scaling-stroke'/%3E              %3C/svg%3E")
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .news--target .news__bullets ul {
        padding-left: 17px
    }

    .news--target .news__bullets ul li {
        padding-left: 8px
    }
}

@media (-ms-high-contrast:none) and (max-width: 767px),(-ms-high-contrast:none) and (min-width:1024px) and (max-width:1153px),screen and (-ms-high-contrast:active) and (max-width:767px),screen and (-ms-high-contrast:active) and (min-width:1024px) and (max-width:1153px) {
    .news--target .news__bullets ul {
        padding-left:15px
    }

    .news--target .news__bullets ul li {
        padding-left: 3px
    }
}

.news--target .news__bullets ol {
    padding-left: 20px
}

.news--target .news__bullets ol li {
    padding-left: 3px
}

@media (max-width: 767px),(min-width:1024px) and (max-width:1153px) {
    .news--target .news__bullets ol {
        padding-left:15px
    }
}

.news--target .news__bullets li {
    margin-top: .4444em
}

.news--target .news__bullets p {
    margin: 0
}

.news--target .news__bullets a:not(.related__link):hover,.news--target .news__description a:not(.related__link):hover {
    text-decoration: underline
}

.news--target .news__description {
    margin: 1em 0;
    font-weight: 300;
    word-break: break-word;
    word-wrap: break-word
}

.news--target .news__description p {
    margin: 0
}

.news--target .news__description strong {
    font-weight: 700
}

.news--target .news__description video.videoPlayer {
    position: relative;
    border-bottom: 40px solid #fff
}

.news--target .news__description p iframe {
    max-width: 100%
}

@media (max-width: 639px) {
    .news--target .news__description p iframe {
        display:block;
        width: 100vw!important;
        max-width: none;
        margin-left: -15px!important
    }
}

.news--target .news__description .article-image img,.news--target .news__description .videoPlayer:not(.news__video),.news--target .news__description>figure img,.news--target .news__description p>img {
    max-width: 100%;
    width: 100%!important;
    height: auto!important;
    margin: 0
}

@media (max-width: 639px) {
    .news--target .news__description .article-image img,.news--target .news__description .videoPlayer:not(.news__video),.news--target .news__description>figure img,.news--target .news__description p>img {
        display:block;
        width: 100vw!important;
        max-width: none;
        margin-left: -15px!important
    }
}

.news--target .news__description figure:not([class]) {
    position: relative;
    display: inline-block;
    margin: 0;
    overflow: hidden
}

.news--target .news__description figure:not([class]) img {
    float: left
}

.news--target .news__description .news__figure {
    clear: none
}

@media (max-width: 639px) {
    .news--target .news__description .news__figure {
        display:block;
        width: auto!important;
        max-width: none;
        margin-left: -15px;
        margin-right: -15px
    }

    .news--target .news__description .news__figure .news__img {
        margin-left: 0!important
    }
}

.news--target .news__description .article-image {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden
}

.news--target .news__description .article-image img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0
}

.news--target .news__description .article-image-wrap {
    position: relative;
    width: 100%;
    float: left
}

.news--target .news__description .article-image-wrap:after {
    content: "";
    display: table;
    clear: both
}

.news--target .news__description .article-image-src {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 4px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background: rgba(0,0,0,.5)
}

.news--target .news__description .article-image-capition {
    clear: both;
    position: relative;
    padding: 10px 0 0;
    font-size: 1.4rem
}

.news--target .news__description .videoPlayer.is--persistent {
    margin: 0!important
}

.news--target .news__description .news--gallery-link {
    float: none
}

@media (max-width: 639px) {
    .news--target .news__description .news--gallery-link {
        margin:0 -15px;
        width: auto
    }
}

.news--target .news--gallery-link {
    margin: 0;
    padding: 0
}

.news--target .news--gallery-link .news__link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: #000;
    opacity: .8
}

.news--target .news--gallery-link .news__figure {
    margin: 0
}

.news--target .news--gallery-link .news__figure:after {
    margin: 0 3% 50px 0
}

@media (max-width: 767px) {
    .news--target .news--gallery-link .news__figure:after {
        margin:0 0 40px
    }
}

.news--target .news--gallery-link .news__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 4%;
    padding-bottom: 4%
}

.news--target .news--gallery-link .news__header:before {
    display: none
}

.news--target .news--gallery-link .news__title {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    overflow: hidden;
    width: 100%;
    margin: 3% 0 0;
    font-size: 2.4rem;
    line-height: 1.125
}

@media (max-width: 767px) {
    .news--target .news--gallery-link .news__title {
        font-size:1.8rem
    }
}

@media (max-width: 639px) {
    .news--target .news--gallery-link .news__title {
        -webkit-line-clamp:5
    }
}

.news--target .news--gallery-link .news__button {
    margin-top: 3%;
    font-weight: 400
}

.news--target .news--gallery-link .news__link:hover .news__button {
    background: #0086ab;
    border-color: transparent
}

.news--target .news__rndvod:before,.news--target .news__vodevents:before {
    content: "";
    display: table;
    clear: both
}

.news--target .news__rndvod-header,.news--target .news__vodevents-header {
    margin: 20px 0
}

.news--target .news__rndvod-link,.news--target .news__vodevents-link {
    font-weight: 700
}

.news--target .news__rndvod .videoPlayer,.news--target .news__vodevents .videoPlayer {
    margin: 0!important
}

.news--target .news__author {
    color: #999;
    margin: 1em 0 0
}

.news--target .news__author-link {
    color: inherit
}

.news--target .news__author-link:hover {
    text-decoration: underline
}

@media (min-width: 640px) {
    .news--target .news__related {
        float:right;
        width: 200px;
        margin-left: 20px
    }
}

.news--target .news__comments {
    width: 100%;
    margin-top: 30px;
    overflow: hidden
}

.is--no-comments .news--target .news__comments,.is--no-comments .news--target .news__comments+.ad {
    display: none
}

.news--target .news__comments-title {
    margin: 0
}

.news--target .news__comments-title:before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px
}

.news--target .news__comments .fb-comments {
    position: relative;
    min-height: 230px
}

.news--target .news__comments .fb-comments:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 4px solid transparent;
    border-top-color: #005e8c;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px;
    -webkit-animation: rotate .5s linear infinite;
    animation: rotate .5s linear infinite
}

.news--target .news__comments .fb-comments.fb_iframe_widget:before {
    display: none
}

.news--target .news__comments .fb-comments,.news--target .news__comments .fb-comments iframe,.news--target .news__comments .fb-comments span {
    width: 100%!important
}

.news--target .news__read-more-button {
    display: none
}

@media (max-width: 1153px) {
    .news--target .news__read-more-button {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 0;
        overflow: hidden;
        background: #f7d000;
        color: #262626;
        font-size: 1.4rem;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: -webkit-transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1),-webkit-transform .2s cubic-bezier(.4,0,.6,1)
    }

    .news--target .news__read-more-button:after {
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        margin: 0 0 0 6px;
        background: url(more.7145e.svg) no-repeat 50%;
        background-size: contain
    }

    .news--target .news__read-more-button.is--active {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        height: 54px;
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
    }
}

@media (max-width: 1153px) and (max-width:639px) {
    .news--target .news__read-more-button.is--active {
        height:44px
    }
}

.series__item.is--loading .news--target {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0
}

.news-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    clear: both;
    margin-left: -20px;
    text-align: left
}

.news-list__button {
    width: 100%;
    padding-left: 10px;
    text-align: center
}

@media (min-width: 640px) {
    .news-list__button {
        padding-left:20px
    }
}

.news-list__button .button {
    margin: 30px 0 40px
}

.news-list--hot-news {
    display: block;
    margin-top: -30px
}

.news-list--hot-news+.news-list--hot-news {
    margin-top: 10px
}

.news-list--hot-news:after {
    content: "";
    display: table;
    clear: both
}

.news-list--hot-news .news-list__title {
    margin: 0;
    padding: 17px 20px 3px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1
}

@media (max-width: 639px) {
    .news-list--hot-news .news-list__title {
        padding-left:30px;
        padding-right: 30px;
        font-size: 2rem
    }
}

.news-list--hot-news+.news-list--hot-news-bg {
    margin-top: 20px
}

.news-list--hot-news-bg {
    color: #fff;
    margin-bottom: -10px;
    padding: 0 0 20px
}

.news-list--hot-news-bg+.news-list--hot-news-bg {
    margin-top: 30px
}

.news-list--hot-news-bg-1 {
    background: #005e8c
}

.news-list--hot-news-bg-2 {
    background: #f0001a
}

.news-list--hot-news-bg-3 {
    background: #f7d000;
    color: #000
}

.news-list--hot-news-bg-4 {
    background: #262626
}

.news-list--hot-news-bg-5 {
    background: #000
}

.news-list--hot-news-bg .news-list__title {
    padding-top: 22px
}

.news-list--hot-news-bg .news:not(.news--over) .news__header {
    padding-bottom: 0
}

@media (min-width: 640px) {
    .news-list--hot-news-bg {
        margin-left:-20px;
        margin-right: -20px;
        padding: 0 20px 20px 0
    }
}

.is--mourning .news-list--hot-news-bg {
    color: #262626;
    background: #e5e5e5
}

.news-list--hot-news .news {
    margin-bottom: 0;
    margin-top: 20px
}

.news-list--hot-news-1 .news--over .news__figure:before {
    content: "";
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-top: 28.3871%
}

.news-list--hot-news-1 .news--over .news__figure:after {
    content: "";
    display: table;
    clear: both
}

.news-list--hot-news-1 .news--over .news__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.news-list--hot-news-1 .news--over .news__header:before {
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg,transparent,rgba(0,0,0,.42) 32%,rgba(0,0,0,.8))
}

.news-list--hot-news-1 .news--over .news__title {
    width: 45%
}

.news-list--hot-news-1 .news:not(.news--over) .news__header,.news-list--hot-news-1 .news:not(.news--over) .news__info,.news-list--hot-news-1 .news:not(.news--over) .news__link,.news-list--hot-news-1 .news:not(.news--over) .news__preview,.news-list--hot-news-1 .news:not(.news--over) .news__title {
    color: currentColor
}

.news-list--hot-news-1 .news:not(.news--over) .news__time {
    opacity: .7
}

.news-list--hot-news-1 .news:not(.news--over) .news__preview {
    font-size: 1.6rem;
    line-height: 1.1875;
    opacity: .8;
    margin: .725em 0 0
}

@media (min-width: 1480px) {
    .news-list--hot-news-1 .news__header {
        padding:0 20px 20px
    }

    .news-list--hot-news-1 .news__info {
        font-size: 1.25rem
    }

    .news-list--hot-news-1 .news__title {
        font-size: 3rem;
        line-height: 1.2;
        font-size: 3.4rem;
        line-height: 1.05882
    }

    .news-list--hot-news-1 .news__header {
        padding: 0 40px 40px
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__figure {
        float: left;
        width: 49.19355%
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__figure:before {
        content: "";
        float: left;
        width: 1px;
        height: 0;
        margin-left: -1px;
        padding-top: 57.70492%
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__figure:after {
        content: "";
        display: table;
        clear: both
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__header {
        float: left;
        width: 48%
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__info {
        margin-top: 20px
    }

    .news-list--hot-news-3 .news__header,.news-list--hot-news-4 .news__header {
        padding: 0 20px 20px
    }

    .news-list--hot-news-3 .news__info,.news-list--hot-news-4 .news__info {
        font-size: 1.25rem
    }

    .news-list--hot-news-3 .news__title,.news-list--hot-news-4 .news__title {
        font-size: 3rem;
        line-height: 1.2
    }

    .news-list--hot-news-3 .news,.news-list--hot-news-4 .news {
        width: 25%
    }

    .news-list--hot-news-3 .news__figure:before,.news-list--hot-news-4 .news__figure:before {
        content: "";
        float: left;
        width: 1px;
        height: 0;
        margin-left: -1px;
        padding-top: 119.32203%
    }

    .news-list--hot-news-3 .news__figure:after,.news-list--hot-news-4 .news__figure:after {
        content: "";
        display: table;
        clear: both
    }

    .news-list--hot-news-3 .news__title,.news-list--hot-news-4 .news__title {
        font-size: 1.8rem;
        line-height: 1.16667
    }

    .news-list--hot-news-5 .news {
        width: 25%
    }

    .news-list--hot-news-2 .news,.news-list--hot-news-3 .news:first-of-type,.news-list--hot-news-5 .news:first-of-type {
        width: 50%
    }

    .news-list--hot-news-2 .news .news__header,.news-list--hot-news-3 .news:first-of-type .news__header,.news-list--hot-news-5 .news:first-of-type .news__header {
        padding: 0 20px 20px
    }

    .news-list--hot-news-2 .news .news__info,.news-list--hot-news-3 .news:first-of-type .news__info,.news-list--hot-news-5 .news:first-of-type .news__info {
        font-size: 1.25rem
    }

    .news-list--hot-news-2 .news .news__title,.news-list--hot-news-3 .news:first-of-type .news__title,.news-list--hot-news-5 .news:first-of-type .news__title {
        font-size: 3rem;
        line-height: 1.2
    }

    .news-list--hot-news-2 .news .news__figure:before,.news-list--hot-news-3 .news:first-of-type .news__figure:before,.news-list--hot-news-5 .news:first-of-type .news__figure:before {
        content: "";
        float: left;
        width: 1px;
        height: 0;
        margin-left: -1px;
        padding-top: 57.70492%
    }

    .news-list--hot-news-2 .news .news__figure:after,.news-list--hot-news-3 .news:first-of-type .news__figure:after,.news-list--hot-news-5 .news:first-of-type .news__figure:after {
        content: "";
        display: table;
        clear: both
    }

    .news-list--hot-news-2 .news .news__info,.news-list--hot-news-3 .news:first-of-type .news__info,.news-list--hot-news-5 .news:first-of-type .news__info {
        margin-bottom: 2px
    }

    .news-list--hot-news-5 .news:nth-of-type(6) {
        clear: both
    }
}

@media (max-width: 1479px) {
    .news-list--hot-news-3 .news,.news-list--hot-news-4 .news,.news-list--hot-news-5 .news {
        width:50%
    }

    .news-list--hot-news-1 .news,.news-list--hot-news-2 .news,.news-list--hot-news-3 .news:first-of-type,.news-list--hot-news-5 .news:first-of-type {
        width: 100%
    }

    .news-list--hot-news-1 .news .news__figure:before,.news-list--hot-news-2 .news .news__figure:before,.news-list--hot-news-3 .news:first-of-type .news__figure:before,.news-list--hot-news-5 .news:first-of-type .news__figure:before {
        content: "";
        float: left;
        width: 1px;
        height: 0;
        margin-left: -1px;
        padding-top: 56.25%
    }

    .news-list--hot-news-1 .news .news__figure:after,.news-list--hot-news-2 .news .news__figure:after,.news-list--hot-news-3 .news:first-of-type .news__figure:after,.news-list--hot-news-5 .news:first-of-type .news__figure:after {
        content: "";
        display: table;
        clear: both
    }

    .news-list--hot-news-1 .news .news__info,.news-list--hot-news-2 .news .news__info,.news-list--hot-news-3 .news:first-of-type .news__info,.news-list--hot-news-5 .news:first-of-type .news__info {
        margin-bottom: 2px
    }

    .news-list--hot-news-1 .news--over .news__header:before {
        width: 75%
    }

    .news-list--hot-news-1 .news--over .news__title {
        width: 70%
    }
}

@media (max-width: 1479px) and (min-width:768px) {
    .news-list--hot-news .news__title {
        font-size:2rem;
        line-height: 1.2
    }

    .news-list--hot-news-1 .news .news__header,.news-list--hot-news-2 .news .news__header,.news-list--hot-news-3 .news:first-of-type .news__header,.news-list--hot-news-5 .news:first-of-type .news__header {
        padding: 0 20px 20px
    }

    .news-list--hot-news-1 .news .news__info,.news-list--hot-news-2 .news .news__info,.news-list--hot-news-3 .news:first-of-type .news__info,.news-list--hot-news-5 .news:first-of-type .news__info {
        font-size: 1.25rem
    }

    .news-list--hot-news-1 .news .news__title,.news-list--hot-news-2 .news .news__title,.news-list--hot-news-3 .news:first-of-type .news__title,.news-list--hot-news-5 .news:first-of-type .news__title {
        font-size: 3.6rem;
        line-height: 1.2
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__header {
        padding: 0
    }
}

@media (min-width: 1024px) and (max-width:1153px) {
    .news-list--hot-news-1 .news .news__header,.news-list--hot-news-2 .news .news__header,.news-list--hot-news-3 .news:first-of-type .news__header,.news-list--hot-news-5 .news:first-of-type .news__header {
        padding:0 20px 20px
    }

    .news-list--hot-news-1 .news .news__info,.news-list--hot-news-2 .news .news__info,.news-list--hot-news-3 .news:first-of-type .news__info,.news-list--hot-news-5 .news:first-of-type .news__info {
        font-size: 1.25rem
    }

    .news-list--hot-news-1 .news .news__title,.news-list--hot-news-2 .news .news__title,.news-list--hot-news-3 .news:first-of-type .news__title,.news-list--hot-news-5 .news:first-of-type .news__title {
        font-size: 3rem;
        line-height: 1.2
    }

    .news-list--hot-news .news__title {
        font-size: 1.6rem;
        line-height: 1.1875
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .news-list--hot-news-1 .news .news__header,.news-list--hot-news-2 .news .news__header,.news-list--hot-news-3 .news:first-of-type .news__header,.news-list--hot-news-5 .news:first-of-type .news__header {
        padding:0 20px 20px
    }

    .news-list--hot-news-1 .news .news__info,.news-list--hot-news-2 .news .news__info,.news-list--hot-news-3 .news:first-of-type .news__info,.news-list--hot-news-5 .news:first-of-type .news__info {
        font-size: 1.25rem
    }

    .news-list--hot-news-1 .news .news__title,.news-list--hot-news-2 .news .news__title,.news-list--hot-news-3 .news:first-of-type .news__title,.news-list--hot-news-5 .news:first-of-type .news__title {
        font-size: 3rem;
        line-height: 1.2
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__header {
        padding: 0
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__preview {
        font-size: 1.4rem;
        line-height: 1.21429
    }
}

@media (max-width: 639px) {
    .news-list--hot-news .news {
        width:100%
    }

    .news-list--hot-news .news__header {
        padding: 15px
    }

    .news-list--hot-news .news__info {
        display: none
    }

    .news-list--hot-news .news__title {
        font-size: 2rem;
        line-height: 1.2
    }

    .news-list--hot-news-1 .news--over .news__title {
        width: 60%
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__title {
        font-size: 2.4rem;
        line-height: 1.16667
    }

    .news-list--hot-news-1 .news:not(.news--over) .news__preview {
        font-size: 1.4rem;
        line-height: 1.21429
    }
}

.news-list--default {
    margin-bottom: -10px
}

main.section .news-list--default:first-child {
    margin-top: 30px
}

.news-list--default .news {
    width: 50%;
    margin-bottom: 35px
}

.news-list--default .news--vertical {
    margin-bottom: 40px
}

@media (min-width: 1480px) {
    .news-list--default .news {
        width:33.333%
    }

    .news-list--default .news:nth-of-type(5n+1),.news-list--default .news:nth-of-type(5n+2) {
        width: 50%
    }

    .news-list--default .news:nth-of-type(5n+1) .news__title,.news-list--default .news:nth-of-type(5n+2) .news__title {
        font-size: 2rem;
        line-height: 1.2
    }

    .news-list--default .news:nth-of-type(5n+1).news--vertical .news__figure,.news-list--default .news:nth-of-type(5n+2).news--vertical .news__figure {
        width: 46.5%
    }

    .news-list--default .news:nth-of-type(5n+1).news--vertical .news__header,.news-list--default .news:nth-of-type(5n+2).news--vertical .news__header {
        width: 53.5%;
        padding: 0 20px
    }
}

@media (max-width: 1479px) {
    .news-list--default .news:nth-of-type(5n+1) {
        width:100%
    }

    .news-list--default .news:nth-of-type(5n+1).news--vertical .news__figure {
        width: 43%
    }

    .news-list--default .news:nth-of-type(5n+1).news--vertical .news__header {
        width: 57%;
        padding: 0 30px
    }
}

@media (max-width: 639px) {
    .news-list--default .news:nth-of-type(5n+1).news--vertical .news__figure {
        width:50%
    }

    .news-list--default .news:nth-of-type(5n+1).news--vertical .news__header {
        width: 50%;
        padding: 0 15px
    }
}

@media (max-width: 1479px) and (min-width:768px) {
    .news-list--default .news__title {
        font-size:2rem;
        line-height: 1.2
    }

    .news-list--default .news:nth-of-type(5n+1) .news__title {
        font-size: 3rem
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .news-list--default .news__title {
        font-size:1.6rem;
        line-height: 1.1875
    }

    .news-list--default .news:nth-of-type(5n+1) .news__title {
        font-size: 2.4rem
    }
}

@media (max-width: 639px) {
    .news-list--default .news__info {
        display:none
    }

    .news-list--default .news__title {
        padding: 15px 15px 0;
        font-size: 1.4rem;
        line-height: 1.21429
    }

    .news-list--default .news.news--vertical .news__title {
        padding: 0
    }

    .news-list--default .news:nth-of-type(5n+1) .news__title {
        font-size: 1.8rem
    }
}

@media (min-width: 640px) and (max-width:767px),(min-width:768px) and (max-width:1023px) {
    .news-list--programs {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.news-list--programs .news {
    margin-bottom: 30px
}

.news-list--programs .news--video .news__figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 22%;
    max-width: 134px;
    padding-top: MIN(134px,22%);
    background: url(play.29b85.svg) no-repeat 50%;
    background-size: contain
}

.news-list--programs .news__header {
    margin-top: 12px
}

.news-list--programs .news__title {
    font-size: 2rem
}

.news-list--programs .news__info {
    float: none;
    font-size: 1.4rem
}

.news-list--programs .news__info:last-child {
    margin-bottom: 0
}

.news-list--programs .news__avatar {
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    overflow: hidden;
    background: #eaeaea;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;",sans-serif
}

.news-list--programs .news__avatar~.news__category,.news-list--programs .news__avatar~.news__time {
    display: block;
    float: none;
    margin-left: 54px
}

.news-list--programs .news__avatar~.news__category:after,.news-list--programs .news__avatar~.news__time:after {
    display: none
}

.news-list--programs .news__avatar~.news__time {
    margin-right: 0;
    padding-right: 0
}

.news-list--programs .news .news__time {
    float: none;
    font-size: 1.3rem
}

@media (min-width: 640px) and (max-width:767px),(min-width:768px) and (max-width:1023px) {
    .news-list--programs .news {
        width:50%;
        padding-left: 20px
    }

    .news-list--programs .news__title {
        font-size: 1.6rem
    }
}

@media (max-width: 639px) {
    .news-list--programs .news {
        margin-bottom:40px
    }

    .news-list--programs .news__header {
        padding: 0 15px
    }

    .news-list--programs .news__title {
        font-size: 1.8rem
    }

    .news-list--programs.news-list--3-in-row .news__title,.news-list--programs.news-list--full-page .news__title {
        padding: 0
    }

    .news-list--programs.news-list--3-in-row .news__title+.news__info,.news-list--programs.news-list--full-page .news__title+.news__info {
        display: block;
        font-size: 1.3rem
    }

    .news-list--programs.news-list--3-in-row .news__title+.news__info .news__avatar,.news-list--programs.news-list--3-in-row .news__title+.news__info .news__category+.news__time,.news-list--programs.news-list--full-page .news__title+.news__info .news__avatar,.news-list--programs.news-list--full-page .news__title+.news__info .news__category+.news__time {
        display: none
    }

    .news-list--programs.news-list--3-in-row .news__title+.news__info .news__category,.news-list--programs.news-list--full-page .news__title+.news__info .news__category {
        margin-left: 0
    }
}

.news-list--full-page {
    margin-top: -10px;
    margin-bottom: -10px
}

.news-list--full-page .news {
    width: 50%;
    margin-bottom: 35px
}

.news-list--full-page .news--vertical {
    margin-bottom: 40px
}

.news-list--full-page .news__title {
    line-height: 1.2
}

@media (min-width: 1024px) {
    .news-list--full-page .news {
        width:33.333%
    }

    .news-list--full-page .news:nth-of-type(5n+1),.news-list--full-page .news:nth-of-type(5n+2) {
        width: 50%
    }

    .news-list--full-page .news:nth-of-type(5n+1).news--vertical .news__figure,.news-list--full-page .news:nth-of-type(5n+2).news--vertical .news__figure {
        width: 46.5%
    }

    .news-list--full-page .news:nth-of-type(5n+1).news--vertical .news__header,.news-list--full-page .news:nth-of-type(5n+2).news--vertical .news__header {
        width: 53.5%;
        padding: 0 20px
    }
}

@media (max-width: 1023px) {
    .news-list--full-page .news:nth-of-type(5n+1) {
        width:100%
    }

    .news-list--full-page .news:nth-of-type(5n+1).news--vertical .news__figure {
        width: 43%
    }

    .news-list--full-page .news:nth-of-type(5n+1).news--vertical .news__header {
        width: 57%;
        padding: 0 30px
    }
}

@media (max-width: 639px) {
    .news-list--full-page .news:nth-of-type(5n+1).news--vertical .news__figure {
        width:50%
    }

    .news-list--full-page .news:nth-of-type(5n+1).news--vertical .news__header {
        width: 50%;
        padding: 0 15px
    }
}

@media (min-width: 1154px) {
    .news-list--full-page .news__title {
        font-size:2rem
    }

    .news-list--full-page .news:nth-of-type(5n+1) .news__title,.news-list--full-page .news:nth-of-type(5n+2) .news__title {
        font-size: 2.4rem
    }
}

@media (min-width: 1024px) and (max-width:1153px) {
    .news-list--full-page .news__title {
        font-size:1.6rem
    }

    .news-list--full-page .news:nth-of-type(5n+1) .news__title,.news-list--full-page .news:nth-of-type(5n+2) .news__title {
        font-size: 2.4rem
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .news-list--full-page .news__title {
        font-size:2rem
    }

    .news-list--full-page .news:nth-of-type(5n+1) .news__title {
        font-size: 3rem
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .news-list--full-page .news__title {
        font-size:1.6rem
    }

    .news-list--full-page .news:nth-of-type(5n+1) .news__title {
        font-size: 2.4rem
    }
}

@media (max-width: 639px) {
    .news-list--full-page .news__info {
        display:none
    }

    .news-list--full-page .news__title {
        padding: 15px 15px 0;
        font-size: 1.4rem
    }

    .news-list--full-page .news.news--vertical .news__title {
        padding: 0
    }

    .news-list--full-page .news:nth-of-type(5n+1) .news__title {
        font-size: 1.8rem
    }
}

.news-list--gallery-related {
    margin-bottom: -10px
}

.news-list--gallery-related .news {
    width: 50%
}

.news-list--gallery-related .news__title {
    font-size: 2rem
}

@media (min-width: 640px) and (max-width:767px),(min-width:1024px) and (max-width:1153px) {
    .news-list--gallery-related .news__title {
        font-size:1.6rem
    }
}

@media (max-width: 639px) {
    .news-list--gallery-related .news__title {
        font-size:1.4rem
    }
}

@media (max-width: 639px) {
    .news-list--gallery-related .news {
        width:100%
    }

    .news-list--gallery-related .news__figure {
        margin: 0
    }

    .news-list--gallery-related .news__info {
        display: none
    }
}

.news-list--3-in-row {
    margin-bottom: -10px
}

.news-list--3-in-row .news {
    width: 50%;
    margin-bottom: 35px
}

.news-list--3-in-row .news--vertical {
    margin-bottom: 40px
}

.news-list--3-in-row .news__title {
    font-size: 2rem
}

@media (min-width: 640px) and (max-width:767px),(min-width:1024px) and (max-width:1153px) {
    .news-list--3-in-row .news__title {
        font-size:1.6rem
    }
}

@media (max-width: 639px) {
    .news-list--3-in-row .news__title {
        font-size:1.4rem
    }
}

@media (min-width: 1024px) {
    .news-list--3-in-row .news {
        width:33.333%
    }
}

@media (max-width: 639px) {
    .news-list--3-in-row .news__info {
        display:none
    }

    .news-list--3-in-row .news__title {
        padding: 15px 15px 0
    }

    .news-list--3-in-row .news.news--vertical .news__title {
        padding: 0
    }
}

.news-list--report .news {
    margin-bottom: 30px
}

@media (max-width: 1023px) {
    .news-list--report .news {
        width:50%
    }

    .news-list--report .news:first-of-type {
        width: 100%
    }
}

@media (max-width: 639px) {
    .news-list--report .news {
        margin-bottom:40px
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .news-list--report .news:first-of-type .news__title {
        font-size:3rem
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .news-list--report .news:first-of-type .news__title {
        font-size:2.4rem
    }
}

@media (max-width: 639px) {
    .news-list--report .news:first-of-type .news__title {
        font-size:1.8rem
    }
}

.news-list--report .news-list__button .button {
    margin: 5px 0 40px
}

.news-list--recent-video {
    margin-bottom: -10px
}

.news-list--recent-video .news-list__button .button {
    margin: 20px 0
}

.news-list--recent-video .news {
    width: 50%;
    margin-bottom: 35px
}

.news-list--recent-video .news:first-child {
    width: 100%
}

.news-list--recent-video .news:first-child .news__figure:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 22%;
    max-width: 134px;
    padding-top: MIN(134px,22%);
    background: url(play.29b85.svg) no-repeat 50%;
    background-size: contain
}

.news-list--recent-video .news:first-child .news__title {
    font-size: 2.4rem;
    line-height: 1.2
}

@media (min-width: 1480px) {
    .news-list--recent-video {
        margin-bottom:0
    }

    .news-list--recent-video .news {
        width: 33.333%;
        margin-bottom: 20px
    }

    .news-list--recent-video .news:first-child {
        width: 66.666%
    }

    .news-list--recent-video .news:first-child .news__link {
        display: block;
        position: relative;
        overflow: hidden
    }

    .news-list--recent-video .news:first-child .news__header {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        max-height: 100%;
        padding: 0 15px 15px;
        color: #fff
    }

    .news-list--recent-video .news:first-child .news__header:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 140%;
        background: linear-gradient(180deg,transparent,rgba(0,0,0,.42) 32%,rgba(0,0,0,.8))
    }

    .news-list--recent-video .news:first-child .news__info {
        font-size: 1.1rem;
        padding-left: 4px;
        padding-right: 4px;
        background: #005e8c;
        color: #fff
    }

    .news-list--recent-video .news:first-child .news__category {
        color: #fff
    }

    @supports ((-webkit-filter: invert(1)) or (filter:invert(1))) {
        .news-list--recent-video .news:first-child .news__category,.news-list--recent-video .news:first-child .news__time,.news-list--recent-video .news:first-child .news__title {
            color:#000;
            -webkit-filter: invert(1);
            filter: invert(1)
        }
    }

    .news-list--recent-video .news:first-child .news__header {
        padding: 0 21% 20px 20px
    }

    .news-list--recent-video .news:first-child .news__info {
        font-size: 1.3rem;
        margin-bottom: 2px
    }
}

@media (max-width: 1479px) {
    .news-list--recent-video .news:first-child .news__figure:after {
        max-width:none
    }

    .news-list--recent-video .news:nth-of-type(2n+2):last-of-type {
        display: none
    }
}

@media (min-width: 1154px) and (max-width:1479px) {
    .news-list--recent-video .news__title {
        font-size:2rem;
        line-height: 1.2
    }

    .news-list--recent-video .news:first-child .news__title {
        font-size: 3rem
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .news-list--recent-video .news__title {
        font-size:2rem;
        line-height: 1.2
    }

    .news-list--recent-video .news:first-child .news__title {
        font-size: 3rem
    }
}

@media (max-width: 639px) {
    .news-list--recent-video {
        margin-bottom:-20px
    }

    .news-list--recent-video .news__header {
        padding: 15px 15px 0
    }

    .news-list--recent-video .news__info {
        display: none
    }

    .news-list--recent-video .news__title {
        font-size: 1.4rem;
        line-height: 1.2
    }

    .news-list--recent-video .news:first-child .news__title {
        font-size: 1.8rem
    }
}

.news-list--feuilleton {
    margin-top: 40px;
    margin-bottom: -10px
}

@media (max-width: 1479px) and (min-width:1024px) {
    .news-list--feuilleton {
        margin-top:30px;
        margin-bottom: -20px
    }
}

@media (max-width: 1479px) {
    .news-list--feuilleton .news__title {
        font-size:1.8rem;
        line-height: 1.222
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .news-list--feuilleton .news__header {
        padding-bottom:25px
    }

    .news-list--feuilleton .news__info {
        font-size: 1.3rem
    }

    .news-list--feuilleton .news__title {
        font-size: 2.4rem
    }
}

.news-list--weather {
    margin-top: 40px;
    margin-bottom: -15px
}

.news-list--weather .news__header:before {
    height: 250%
}

@media (max-width: 1479px) {
    .news-list--weather .news__title {
        font-size:1.8rem;
        line-height: 1.222
    }
}

@media (max-width: 1023px) {
    .news-list--weather {
        margin-bottom:0
    }

    .news-list--weather .news__figure:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3;
        width: 22%;
        max-width: 134px;
        padding-top: MIN(134px,22%);
        background: url(play.29b85.svg) no-repeat 50%;
        background-size: contain
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .news-list--weather .news__title {
        font-size:2.4rem
    }
}

@media (max-width: 639px) {
    .news {
        padding-left:10px
    }

    .news-list {
        margin-left: -10px
    }
}

.news__img,.news__title {
    transition: opacity .35s cubic-bezier(.4,0,.6,1)
}

.news-list.is--loading {
    cursor: wait
}

.news-list.is--loading .news__header {
    display: inline;
    float: none;
    background: #eaeaea
}

.news-list.is--loading .news__category,.news-list.is--loading .news__img,.news-list.is--loading .news__label,.news-list.is--loading .news__time,.news-list.is--loading .news__title {
    opacity: 0
}

.news-list.is--loading .news__info,.news-list.is--loading .news__title {
    display: inline;
    float: none
}

.news-list.is--loading .news__info>*,.news-list.is--loading .news__title>* {
    display: inline-block;
    float: none;
    height: 17px
}

.news-list.is--loading .news__info {
    display: block;
    position: relative
}

.news-list.is--loading .news__info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #eaeaea
}

.news-list.is--loading+.news-list__button {
    display: none
}

.no-js .news--target>.news__figure:after {
    content: " ";
    display: block;
    height: 40px;
    background: #fff
}

@media (max-width: 1023px) {
    .weather-box {
        left:160px
    }
}

@media (max-width: 767px) {
    .weather-box {
        max-height:68px
    }

    .weather-box .weather-box__weather-type-img {
        height: 32px;
        width: 32px
    }

    .weather-box__city-name {
        max-width: 60px
    }

    .weather-box__air {
        display: none
    }
}

@media (max-width: 639px) {
    .weather-box__air {
        display:none
    }
}

@media (max-width: 359px) {
    .weather-box__weather {
        display:none
    }
}

.body__ad-spons--desktop>.header.header,.body__ad-spons--mobile>.header.header {
    transition: top .6s ease,-webkit-transform .15s cubic-bezier(.4,0,.2,1);
    transition: transform .15s cubic-bezier(.4,0,.2,1),top .6s ease;
    transition: transform .15s cubic-bezier(.4,0,.2,1),top .6s ease,-webkit-transform .15s cubic-bezier(.4,0,.2,1)
}

@media (max-width: 1153px) {
    .body__ad-spons--desktop>.header.header,.body__ad-spons--mobile>.header.header {
        box-shadow:none;
        z-index: 2147483647
    }
}

.body__ad-spons--desktop>.header.header.is--fixed,.body__ad-spons--desktop>.header.header.is--sticky,.body__ad-spons--mobile>.header.header.is--fixed,.body__ad-spons--mobile>.header.header.is--sticky {
    transition: top .6s ease,-webkit-transform .2s cubic-bezier(.4,0,.6,1);
    transition: transform .2s cubic-bezier(.4,0,.6,1),top .6s ease;
    transition: transform .2s cubic-bezier(.4,0,.6,1),top .6s ease,-webkit-transform .2s cubic-bezier(.4,0,.6,1)
}

.body__ad-spons--desktop.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .header {
    top: 150px
}

.body__ad-spons--desktop.body__ad-spons--sticky:not(.body__ad-spons--hidden) .header {
    top: 75px
}

.body__ad-spons--desktop.body__ad-spons--expanded:not(.body__ad-spons--hidden) .header {
    top: 500px
}

.body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .header {
    top: 60px
}

.body__ad-spons--mobile.body__ad-spons--expanded:not(.body__ad-spons--hidden) .header {
    top: 300px
}

@media (min-width: 1154px) {
    .header,.header .inside--header,.header .nav--main .nav__link:after {
        -webkit-transform:translateZ(0);
        transform: translateZ(0);
        transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
    }

    .header.is--fixed,.header.is--sticky {
        -webkit-transform: translate3d(0,-70px,0);
        transform: translate3d(0,-70px,0)
    }

    .header.is--fixed .inside--header,.header.is--sticky .inside--header {
        -webkit-transform: translate3d(0,12.5px,0);
        transform: translate3d(0,12.5px,0)
    }

    .header.is--fixed .nav--main .nav__link:after,.header.is--sticky .nav--main .nav__link:after {
        -webkit-transform: translate3d(0,-54px,0);
        transform: translate3d(0,-54px,0)
    }

    .header.is--fixed,.header.is--fixed .inside--header,.header.is--fixed .nav--main .nav__link:after,.header.is--sticky,.header.is--sticky .inside--header,.header.is--sticky .nav--main .nav__link:after {
        transition: -webkit-transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1),-webkit-transform .2s cubic-bezier(.4,0,.6,1)
    }

    .body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .header.is--fixed,.body__ad-spons--mobile.body__ad-spons--collapsed:not(.body__ad-spons--hidden) .header.is--sticky {
        top: 0
    }

    .header__sub .inside {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header__sub .weather-box {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-left: 10px;
        margin-right: 20px
    }

    .header__sub .nav--social {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto
    }
}

@media (max-width: 1153px) {
    .header {
        height:85px
    }

    .header__main {
        margin-top: 0
    }

    .header__hamburger {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 46px;
        height: 46px;
        margin: -23px 0 0 25px;
        padding: 32px 0 0;
        font-size: 1.3rem;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        border: 0;
        background: 0 0
    }

    .header__hamburger:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: 6px 0 0 -10px;
        background: url(../images/menu.36104.svg) no-repeat 50%;
        background-size: contain
    }

    .header__state:checked~.container,.header__state:checked~.footer {
        opacity: 0
    }

    .header__sub {
        display: none
    }
}

@media (max-width: 1153px) {
    .header__state:checked~.header {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll
    }

    .body__ad-spons--desktop:not(.body__ad-spons--hidden) .header__state:checked~.header,.body__ad-spons--mobile:not(.body__ad-spons--hidden) .header__state:checked~.header {
        top: 0
    }

    .header__state:checked~.header .header__hamburger {
        text-indent: 100%
    }

    .header__state:checked~.header .header__hamburger:after {
        top: 50%;
        width: 16px;
        height: 16px;
        margin: -8px;
        background-image: url(/templates/pnews2018/build/gfx/close.d1c7e.svg)
    }

    .header__state:checked~.header .header__main {
        position: relative;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: auto
    }

    .header__state:checked~.header .header__main:before {
        content: "";
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -2px;
        background: #f2f2f2
    }

    .header__state:checked~.header .header__sub {
        position: relative;
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: auto
    }

    .header__state:checked~.header .header__sub .inside:after {
        display: none
    }

    .header__state:checked~.header .header__hamburger,.header__state:checked~.header .logo,.header__state:checked~.header .search-form__button--opener {
        top: 42.5px
    }

    .header__state:checked~.header .inside--header {
        position: static;
        height: 100%;
        margin: 0
    }

    .header__state:checked~.header .search-form {
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        z-index: 3;
        box-shadow: 0 2px 0 #f2f2f2
    }

    .header__state:checked~.header .search-form:before {
        height: 2px
    }

    .header__state:checked~.header .nav--main {
        display: block;
        top: 0;
        height: 100%;
        margin: 0;
        padding: 85px 0 68px;
        text-align: left;
        transition: margin .2s cubic-bezier(.4,0,.6,1)
    }

    .search-form__state:checked~.header__state:checked~.header .nav--main {
        margin-top: 58px;
        transition: margin .15s cubic-bezier(.4,0,.2,1)
    }

    .header__state:checked~.header .nav--main .nav__items {
        margin: 0 -25px;
        padding: 30px 0;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        column-gap: 10px
    }

    .header__state:checked~.header .nav--main .nav__items:before {
        display: none
    }

    .header__state:checked~.header .nav--main .nav__item {
        display: block
    }

    .header__state:checked~.header .nav--main .nav__link {
        display: inline-block;
        font-size: 2.4rem;
        line-height: 1;
        text-align: left;
        margin: 8px 0;
        padding: .625em 25px
    }

    .header__state:checked~.header .nav--main .nav__link:after {
        left: 25px;
        right: 25px
    }

    .header__state:checked~.header .nav--main.overflow-menu .overflow-menu__box,.header__state:checked~.header .nav--main.overflow-menu .overflow-menu__button {
        display: none!important
    }

    .header__state:checked~.header .nav--sub {
        float: none;
        margin: 0 -20px;
        padding: 33px 0
    }

    .header__state:checked~.header .nav--sub .nav__item {
        display: block;
        margin: 1px 0
    }

    .header__state:checked~.header .nav--sub .nav__link {
        display: inline-block;
        padding: 1.1em 20px;
        font-size: 1.8rem;
        opacity: 1
    }

    .header__state:checked~.header .nav--social {
        float: left;
        margin: 0 -25px 30px
    }

    .header__state:checked~.header .nav--social .nav__link {
        width: 60px;
        height: 60px;
        margin: 0 2px 0 0
    }

    .header__state:checked~.header .nav--social .nav__link:before {
        width: 28px;
        height: 28px;
        margin: 16px
    }

    .header__state:checked~.header .nav--social .nav__item--googleplus .nav__link {
        width: 72px
    }

    .header__state:checked~.header .nav--social .nav__item--googleplus .nav__link:before {
        width: 40px
    }

    .header__state:checked~.header .platform {
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        border-top: 2px solid #f2f2f2
    }

    .header__state:checked~.header .platform__link {
        padding: 0 65px 0 30px;
        text-align: left;
        font-size: 0;
        line-height: 1
    }

    .header__state:checked~.header .platform__link:after {
        right: 30px
    }

    .header__state:checked~.header .platform__header,.header__state:checked~.header .platform__text {
        display: inline-block;
        vertical-align: middle
    }

    .header__state:checked~.header .platform__header {
        margin: 1.4em 10px 1.4em 0
    }
}

@media (max-width: 767px) {
    .header__state:checked~.header .header__hamburger,.header__state:checked~.header .logo,.header__state:checked~.header .search-form__button--opener {
        top:34px
    }

    .header__state:checked~.header .header__main:before,.header__state:checked~.header .search-form {
        top: 68px
    }

    .header__state:checked~.header .nav--main {
        padding: 68px 0 52px
    }

    .header__state:checked~.header .nav--main .nav__items {
        padding: 18px 0
    }

    .header__state:checked~.header .nav--main .nav__link {
        font-size: 1.6rem;
        margin: 7px 0
    }

    .header__state:checked~.header .nav--sub {
        padding: 25px 0
    }

    .header__state:checked~.header .nav--sub .nav__link {
        font-size: 1.4rem
    }

    .header__state:checked~.header .nav--social {
        margin: -15px -23px 10px
    }

    .header__state:checked~.header .nav--social .nav__link {
        width: 52px;
        height: 52px
    }

    .header__state:checked~.header .nav--social .nav__link:before {
        width: 22px;
        height: 22px;
        margin: 15px
    }

    .header__state:checked~.header .nav--social .nav__item--googleplus .nav__link {
        width: 62.4px
    }

    .header__state:checked~.header .nav--social .nav__item--googleplus .nav__link:before {
        width: 32.4px
    }
}

@media (max-width: 639px) {
    .header__state:checked~.header .nav--social {
        margin:0 -20px 10px
    }

    .header__state:checked~.header .nav--social .nav__link {
        width: 46px;
        height: 46px
    }

    .header__state:checked~.header .nav--social .nav__link:before {
        width: 22px;
        height: 22px;
        margin: 12px
    }

    .header__state:checked~.header .nav--social .nav__item--googleplus .nav__link {
        width: 55.2px
    }

    .header__state:checked~.header .nav--social .nav__item--googleplus .nav__link:before {
        width: 31.2px
    }
}

@media (max-width: 767px) {
    .header,.header__main {
        height:68px;
        position: fixed;
    }

    .header__main .inside--header {
        margin: 12.75px auto
    }
}

@media (max-width: 639px) {
    .header .platform {
        visibility:visible;
        top: 68px;
        left: 0;
        right: 0;
        margin-top: -15px;
        background: #fff;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: -webkit-transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1)
    }

    .header .platform:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        height: 15px;
        margin-bottom: 2px;
        background: #fff;
        pointer-events: none
    }

    .header .platform__link {
        padding: 17px 60px 17px 30px!important;
        font-size: 0;
        line-height: 1;
        text-align: left;
        opacity: 1;
        transition: opacity .1s .1s
    }

    .header .platform__link:after {
        right: 30px;
        width: 24px;
        height: 24px;
        margin-top: -12px
    }

    .header .platform__header,.header .platform__text {
        display: inline-block;
        vertical-align: middle
    }

    .header .platform__header {
        margin: 1px 5px 1px 0!important
    }

    .header__state:not(:checked)~.header .platform {
        border-top: 2px solid #f2f2f2;
        box-shadow: 0 0 15px rgba(0,0,0,.15)
    }

    .header__state:not(:checked)~.header.is--fixed .platform,.header__state:not(:checked)~.header.is--sticky .platform {
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        transition: visibility 0s .2s,-webkit-transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1),visibility 0s .2s;
        transition: transform .2s cubic-bezier(.4,0,.6,1),visibility 0s .2s,-webkit-transform .2s cubic-bezier(.4,0,.6,1)
    }

    .header__state:not(:checked)~.header.is--fixed .platform__link,.header__state:not(:checked)~.header.is--sticky .platform__link {
        opacity: 0
    }

    .header__state:checked~.header .platform {
        transition: none
    }

    .search-form__state:checked~.header__state:not(:checked)~.header .platform {
        visibility: visible;
        -webkit-transform: translate3d(0,58px,0) scaleY(1);
        transform: translate3d(0,58px,0) scaleY(1)
    }

    .search-form__state:checked~.header__state:not(:checked)~.header .platform__link {
        opacity: 1
    }

    .search-form__state:checked~.header__state:not(:checked)~.header.is--fixed .platform,.search-form__state:checked~.header__state:not(:checked)~.header.is--sticky .platform {
        visibility: hidden;
        -webkit-transform: translate3d(0,58px,0) scaleY(0);
        transform: translate3d(0,58px,0) scaleY(0)
    }

    .search-form__state:checked~.header__state:not(:checked)~.header.is--fixed .platform__link,.search-form__state:checked~.header__state:not(:checked)~.header.is--sticky .platform__link {
        opacity: 0
    }
}

@media (min-width: 1154px) {
    .header.is--fixed .logo,.header.is--sticky .logo {
        -webkit-transform:scale(.87067);
        transform: scale(.87067);
        transition: -webkit-transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1);
        transition: transform .2s cubic-bezier(.4,0,.6,1),-webkit-transform .2s cubic-bezier(.4,0,.6,1)
    }
}




@media (max-width: 1023px) {
   

    .logo__link {
        position: relative;
        overflow: hidden
    }

    .logo__img {
      
        width: 201px;
        height: 42px
    }
}

@media (max-width: 1153px) and (min-width:768px) {
    .platform__link {
        padding:7px 52px 7px 5px
    }

    .platform__link:after {
        width: 36px;
        height: 36px;
        margin-top: -18px
    }

    .platform__header {
        font-size: 1.68rem
    }

    .platform__text {
        font-size: 1.44rem
    }
}

@media (max-width: 1153px) {
    .header__state:checked~.header .search-form {
        box-shadow:none
    }

    .header__state:checked~.header .search-form:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #f2f2f2
    }

    .search-form__button:after {
        width: 24px;
        height: 24px;
        margin: -12.6px
    }
}

@media (max-width: 1153px) {
    .nav--main {
        display:none;
        margin: 0
    }
}

.header.is--fixed .header__hamburger {
    display: none
}

.header.is--fixed .logo {
    margin-left: 0
}

@media (max-width: 639px) {
    .header.is--fixed .logo {
        width:42px
    }

    .header.is--fixed .logo__link {
        position: relative;
        overflow: hidden
    }

    .header.is--fixed .logo__img {
        position: absolute;
        top: 0;
        right: 0;
        width: 201px;
        height: 42px
    }
}

.mail-link {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 60px;
    background: url(../images/mail.a807b.svg) no-repeat 50%;
    width: 46px;
    height: 46px
}


.related-video__trigger .related-video__trigger-text:after {
  content: " ";
  background-image: url("");
  background-repeat: no-repeat;
  display: inline-block;
  bottom: 2px;
  left: 10px;
  position: relative;
  width: 12px;
  height: 7px;
}

.related-video__trigger--hide .related-video__trigger-text:after {
  background-image: url("");
}

.socialBar:after,
.socialBar_b:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.socialBar .svg_icon {
  fill: #fff;
  width: 24px;
  height: 45%;
}

.socialBar .svg_icon * {
  cursor: pointer;
}

.socialBar .count {
  display: block;
  margin: 0 auto;
  color: #666;
  font: 600 16px/22px calibre, sans-serif;
  text-align: center;
}

.socialBar .sc_item {
  width: 100%;
}

.socialBar .sc_item:not(:first-child) {
  padding-left: 12px;
}

.socialBar .sc_item a {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  background-color: #2444a0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  padding: 0;
}

.socialBar .sc_item.comments a {
  background-color: #444;
}

.socialBar .sc_item.fbShare.stats a {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.socialBar .sc_item.fbShare.stats span {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #31589c;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.socialBar .sc_item.fbShare a {
  background-color: #3b579d;
  background-position: 3px 10px;
}

.socialBar .sc_item.twitter a {
  background-color: #2ba9e1;
}

.socialBar.vertical {
  opacity: 0;
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.socialBar.vertical.visible {
  opacity: 1;
  bottom: 50px;
}

.socialBar.vertical .sc_items {
  width: 60px;
  position: absolute;
  right: 10px;
  top: -30px;
}

.socialBar.vertical .sc_items a {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.socialBar.vertical .fbShare {
  display: none;
}

.socialBar.vertical .fbShare a {
  background-color: #3b579d;
  width: 60px;
  height: 60px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 7.5px 25px 0 rgba(0, 0, 0, 0.19),
    3px 5px 7.5px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 7.5px 25px 0 rgba(0, 0, 0, 0.19),
    3px 5px 7.5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 4px 7.5px 25px 0 rgba(0, 0, 0, 0.19),
    3px 5px 7.5px 0 rgba(0, 0, 0, 0.24);
}

.socialBar.vertical .fbShare a .svg_icon {
  height: 12px;
  width: 12px;
}

.socialBar.vertical .fbShare span {
  color: #fff;
  width: 40px;
  margin: 3px 0 2px;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
}

.socialBar.vertical .count {
  height: 0;
  opacity: 0;
}

.socialBar.vertical .count,
.socialBar.vertical .count.active {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.socialBar.vertical .count.active {
  height: 22px;
  opacity: 1;
}

.socialBar.vertical .comments a:hover {
  background-color: #595959;
  -webkit-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.socialBar.horizontal {
  padding: 15px 0px 20px;
}

.socialBar.horizontal .sc_items {
  width: auto;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.socialBar.horizontal .sc_items,
.socialBar.horizontal .sc_items .sc_item a {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.socialBar.horizontal .sc_items .sc_item a {
  height: 39px;
  padding: 0 20px;
  -webkit-align-content: stretch;
  align-content: stretch;
  border-radius: 52px;
}

.socialBar.horizontal .sc_items .sc_item.comments {
  width: 100%;
}

.socialBar.horizontal .sc_items .sc_item.comments a {
  margin: 0 auto;
  background: #444;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 7.68px 0.32px transparent;
  -moz-box-shadow: 0 4px 7.68px 0.32px transparent;
  box-shadow: 0 4px 7.68px 0.32px transparent;
}

.socialBar.horizontal .sc_items .sc_item.fbShare a {
  background: #3b579d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.socialBar.horizontal .sc_items .sc_item .count {
  display: inline;
  color: #fff;
}

.socialBar.horizontal .sc_items .sc_item .sc_item_label {
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font: 600 16px/30px calibre, sans-serif;
}

.socialBar.horizontal .sc_items .sc_item .sc_item_label span {
  margin-left: 5px;
}

.socialBar_b .svg_icon {
  fill: #666;
  width: 24px;
  height: 45%;
}

.socialBar_b .svg_icon * {
  cursor: pointer;
}

.socialBar_b .count {
  display: block;
  margin: 0 auto;
  color: #666;
  font: 600 16px/22px calibre, sans-serif;
  text-align: center;
}

.socialBar_b .sc_item:not(:first-child) {
  padding-left: 0;
}

.socialBar_b .sc_item a {
  height: 52px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.socialBar_b.horizontal {
  padding: 15px 15px 20px;
}

.socialBar_b.horizontal .sc_items {
  width: auto;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.socialBar_b.horizontal .sc_items .sc_item a {
  height: 39px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  border-radius: 52px;
}

.socialBar_b.horizontal .sc_items .sc_item.comments {
  width: 100%;
}

.socialBar_b.horizontal .sc_items .sc_item.comments a {
  margin: 0 auto;
  color: #666;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: 0 4px 7.68px 0.32px transparent;
  -moz-box-shadow: 0 4px 7.68px 0.32px transparent;
  box-shadow: 0 4px 7.68px 0.32px transparent;
}

.socialBar_b.horizontal .sc_items .sc_item.comments .sc_item_label {
  color: #666;
}

.socialBar_b.horizontal .sc_items .sc_item.comments .sc_item_label .count {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  font: 600 15px/18px calibre, sans-serif;
}

.socialBar_b.horizontal .sc_items .sc_item.fbShare a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}

.socialBar_b.horizontal .sc_items .sc_item .sc_item_label {
  margin-right: 10px;
  color: #3b579d;
  text-transform: uppercase;
  cursor: pointer;
  font: 600 15px/18px calibre, sans-serif;
}

.socialBar_b.horizontal .sc_items .sc_item .sc_item_label span {
  margin-left: 5px;
}

#gazeta_article_body .art_blockquote:after,
#gazeta_article_body .imageUOM:after,
#gazeta_article_body .related-box .photo:after,
#gazeta_article_body h6:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

#gazeta_article_body .art_blockquote,
#gazeta_article_body h6 {
  padding: 10px 15px;
}

#gazeta_article_body {
  color: #222;
  padding: 0 15px;
  font: 400 20px/28px calibre, sans-serif;
}

#gazeta_article_body b {
  font-weight: 600;
}

#gazeta_article_body .cmsArtykulElem h5,
#gazeta_article_body p {
  word-break: break-word;
  padding: 7px 0px;
}

#gazeta_article_body .cmsArtykulElem h5.imgw span,
#gazeta_article_body p.imgw span {
  display: block;
  position: relative;
  padding: 5px 0 3px;
  color: #bbb;
  overflow: hidden;
  word-wrap: break-word;
  font: 400 14px/17px calibre, sans-serif;
}

#gazeta_article_body .cmsArtykulElem h5.imgw span:after,
#gazeta_article_body p.imgw span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

#gazeta_article_body #artykul img,
#gazeta_article_body .imgw img,
#gazeta_article_body p img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

#gazeta_article_body em {
  font-style: italic;
}

#gazeta_article_body #artykul a,
#gazeta_article_body .cmsArtykulElem a,
#gazeta_article_body a {
  font-weight: 400;
  color: #222;
  word-break: break-word;
  transition: all 0.2s linear;
  background-repeat: repeat-x;
  background-position: 0 1.1em;
}

#gazeta_article_body
  #artykul
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link),
#gazeta_article_body
  .cmsArtykulElem
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link),
#gazeta_article_body
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link) {
  background-image: -owg-linear-gradient(
    to bottom,
    #506e91 50%,
    transparent 50%
  );
  background-image: -moz-linear-gradient(
    to bottom,
    #506e91 50%,
    transparent 50%
  );
  background-image: -o-linear-gradient(to bottom, #506e91 50%, transparent 50%);
  background-size: 2px 2px;
}

#gazeta_article_body
  #artykul
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link)
  u,
#gazeta_article_body
  .cmsArtykulElem
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link)
  u,
#gazeta_article_body
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link)
  u {
  text-decoration: none;
}

#gazeta_article_body
  #artykul
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover,
#gazeta_article_body
  .cmsArtykulElem
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover,
#gazeta_article_body
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover {
  color: #fff;
  background-image: none;
  background-color: #506e91;
  transition: all 0.2s linear;
}

#gazeta_article_body
  #artykul
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover
  u,
#gazeta_article_body
  .cmsArtykulElem
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover
  u,
#gazeta_article_body
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover
  u {
  text-decoration: underline;
}

#gazeta_article_body
  #artykul
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover:after,
#gazeta_article_body
  .cmsArtykulElem
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover:after,
#gazeta_article_body
  a:not(.external_link):not(.cg3-product-link):not(.title-link):not(
    .gallery-open-button__link
  ):not(.ad__link):not(.relatedBox__link):hover:after {
  border-color: transparent;
  transition: all 0.2s linear;
}

#gazeta_article_body #artykul .external_link,
#gazeta_article_body a.external_link {
  background-image: -owg-linear-gradient(to right, #222 50%, transparent 50%);
  background-image: -webkit-linear-gradient(90deg, #222 50%, transparent 0);
  background-image: -moz-linear-gradient(to right, #222 50%, transparent 50%);
  background-image: -o-linear-gradient(to right, #222 50%, transparent 50%);
  background-image: linear-gradient(90deg, #222 50%, transparent 0);
  background-size: 3px 1px;
}

#gazeta_article_body #artykul .external_link:hover,
#gazeta_article_body a.external_link:hover {
  background-image: -owg-linear-gradient(to right, #ccc 50%, transparent 50%);
  background-image: -webkit-linear-gradient(90deg, #ccc 50%, transparent 0);
  background-image: -moz-linear-gradient(to right, #ccc 50%, transparent 50%);
  background-image: -o-linear-gradient(to right, #ccc 50%, transparent 50%);
  background-image: linear-gradient(90deg, #ccc 50%, transparent 0);
  background-size: 3px 1px;
}

#gazeta_article_body h3 a {
  line-height: 20px;
}

#gazeta_article_body .art_sub_title,
#gazeta_article_body .txt_srodtytul,
#gazeta_article_body h4 {
  word-break: break-word;
  padding: 22px 0 8px;
  font: 700 22px/26px calibre, sans-serif;
}

#gazeta_article_body .art_sub_title .external_link,
#gazeta_article_body .txt_srodtytul .external_link,
#gazeta_article_body h4 .external_link {
  font-weight: 600;
}

#gazeta_article_body .art_sub_title .external_link:hover,
#gazeta_article_body .txt_srodtytul .external_link:hover,
#gazeta_article_body h4 .external_link:hover {
  text-decoration: none;
}

#gazeta_article_body .art_sub_title .external_link:hover:after,
#gazeta_article_body .txt_srodtytul .external_link:hover:after,
#gazeta_article_body h4 .external_link:hover:after {
  border-color: #ccc;
}

#gazeta_article_body .art_interview_question {
  padding: 0 0 5px;
  font: 600 20px/28px calibre, sans-serif;
}

#gazeta_article_body iframe,
#gazeta_article_body object {
  max-width: 100%;
}

#gazeta_article_body #artykul .gazetaVideoPlayer a {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}

#gazeta_article_body .art_aside {
  margin: 30px 20px;
  border-left: 2px solid #dededc;
  padding: 18px 0 18px 15px;
  font-size: 15px;
}

#gazeta_article_body #artykul i.noApp {
  font: inherit;
  font-style: normal;
}

#gazeta_article_body #artykul i.noApp,
#gazeta_article_body #artykul i.noApp a,
#gazeta_article_body .art_strong {
  font-weight: 700;
}

#gazeta_article_body .art_blockquote,
#gazeta_article_body h6 {
  color: #000;
  position: relative;
  margin: 19px 0 15px;
  padding: 0 15px 0 38px;
  font: 600 21px/25px calibre, sans-serif;
}

#gazeta_article_body .art_blockquote:before,
#gazeta_article_body h6:before {
  content: ",,";
  position: absolute;
  color: #506e91;
  font: 700 60px/30px Times, sans-serif;
  top: -20px;
  left: 0;
}

#gazeta_article_body .art_oList,
#gazeta_article_body .art_uList,
#gazeta_article_body ol,
#gazeta_article_body ul {
  padding: 0 0 15px 20px;
  margin-left: 10px;
}

#gazeta_article_body .art_oList,
#gazeta_article_body ol {
  list-style: decimal outside;
}

#gazeta_article_body .art_oList > li,
#gazeta_article_body ol > li {
  padding: 3px 0 3px 5px;
}

#gazeta_article_body .art_uList,
#gazeta_article_body ul {
  list-style: disc outside;
}

#gazeta_article_body .art_uList > li,
#gazeta_article_body ul > li {
  padding: 3px 0;
}

#gazeta_article_body .imageUOM {
  display: block;
}

#gazeta_article_body .imageUOM img {
  width: 100%;
  display: block;
}

#gazeta_article_body .photoAuthor {
  position: relative;
  display: block;
  padding: 5px 0 3px;
  font: 400 15px/25px calibre, sans-serif;
  color: #bbb;
  font-size: 14px;
  line-height: 17px;
}

#gazeta_article_body .photoAuthor:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

#gazeta_article_body .art_embed {
  padding: 15px 0;
}

#gazeta_article_body .art_embed .instagram-media {
  width: 100%;
  max-width: 750px;
}

#gazeta_article_body .art_embed .youtube-container {
  display: block;
  margin: 15px auto;
  width: 100%;
  max-width: 750px;
}

#gazeta_article_body .art_embed .youtube-container .youtube-player {
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

#gazeta_article_body .art_embed .youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#gazeta_article_body .art_embed .youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}

#gazeta_article_body .art_embed .play-button {
  height: 54px;
  width: 54px;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -27px;
  position: absolute;
  background: url("") -378px
    0 no-repeat;
}

#gazeta_article_body .art_embed .video-description,
#gazeta_article_body .art_embed .video-head {
  display: block;
}

#gazeta_article_body .art_embed .video-head {
  padding: 0 0 10px;
  font: 700 22px/26px calibre, sans-serif;
}

#gazeta_article_body .art_embed .video-description {
  font: 600 17px/20px calibre, sans-serif;
  padding: 0 0 15px;
}

#gazeta_article_body .fb-embed {
  max-width: 100%;
}

#gazeta_article_body .relatedBox {
  padding: 0;
  display: inline-block;
  transition: all 0.2s linear;
  margin: 15px -15px;
  background-color: #f5f5f5;
}

#gazeta_article_body .relatedBox:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#gazeta_article_body .relatedBox:hover__link {
  color: rgba(34, 34, 34, 0.8);
  background-color: transparent;
}

#gazeta_article_body .relatedBox__link {
  display: flex;
}

#gazeta_article_body .relatedBox__image {
  width: 121px;
  height: 68px;
  margin: 15px;
}

#gazeta_article_body .relatedBox__title {
  text-decoration: none;
  word-wrap: break-word;
  overflow: hidden;
  height: 80px;
  padding: 11px 15px 15px 0;
  font: 600 18px/22px calibre, sans-serif;
}

#gazeta_article_body .related-box {
  color: #222;
  display: flex;
  justify-content: flex-start;
  margin: 0 -15px;
  background-color: #f5f5f5;
}

#gazeta_article_body .related-box,
#gazeta_article_body .related-box img {
  box-shadow: 0 1px 1px 0 transparent, 0 1px 5px 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#gazeta_article_body .related-box:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#gazeta_article_body .related-box:hover,
#gazeta_article_body .related-box:hover a {
  color: rgba(34, 34, 34, 0.8);
}

#gazeta_article_body .related-box:hover img {
  -webkit-filter: brightness(107%) contrast(107%);
  -moz-filter: brightness(107%) contrast(107%);
  filter: brightness(107%) contrast(107%);
}

#gazeta_article_body .related-box:hover .title-link {
  color: rgba(34, 34, 34, 0.8);
  background-color: transparent;
}

#gazeta_article_body .related-box .photo {
  display: inherit;
  padding: 15px;
}

#gazeta_article_body .related-box .photo .photo-link {
  display: inline-block;
}

#gazeta_article_body .related-box .photo .photo-link,
#gazeta_article_body .related-box .photo img {
  width: 121px;
  min-width: 121px;
  height: 68px;
}

#gazeta_article_body .related-box .title {
  -webkit-flex: 1;
  flex: 1;
}

#gazeta_article_body .related-box .content-type,
#gazeta_article_body .related-box .path {
  display: none;
}

#gazeta_article_body .related-box .title-link {
  display: block;
  color: #222;
  text-decoration: none;
  word-wrap: break-word;
  overflow: hidden;
  height: 80px;
  padding: 8px 15px 15px 0;
  font: 600 18px/22px calibre, sans-serif;
}

#gazeta_article_body .gallery-open-button {
  margin: 33px 0;
}

#gazeta_article_body .gallery-open-button__title {
  color: #506e91;
  font-size: 21px;
  font-weight: 400;
  margin-right: 15px;
}

#gazeta_article_body .gallery-open-button__link-wrapper {
  display: block;
  margin-top: 10px;
}

#gazeta_article_body .gallery-open-button__link {
  color: #506e91;
  font-size: 21px;
  font-weight: 700;
}

#gazeta_article_body .gallery-open-button__link--version1 {
  display: inline-block;
  margin-top: -18px;
}

#gazeta_article_body .gallery-open-button__link--version1:hover {
  text-decoration: underline;
  color: #506e91;
}

#gazeta_article_body .gallery-open-button__link--version1:before {
  background-image: url("");
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  border-radius: 50%;
  background-color: #506e91;
  width: 40px;
  height: 40px;
  content: "";
  position: relative;
  top: 14px;
  margin: 0 15px 0 0;
}

#gazeta_article_body .seo_faq {
  position: relative;
  background-color: #f5f5f5;
  padding: 36px 30px 0;
}

#gazeta_article_body .seo_faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 4px solid #506e91;
  border-left: 4px solid #506e91;
}

#gazeta_article_body .seo_faq h2 {
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

#gazeta_article_body .seo_faq p {
  position: relative;
  font-size: 21px;
  cursor: pointer;
}

#gazeta_article_body .seo_faq p:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  left: 0;
  top: 0;
}

#gazeta_article_body .seo_faq p:not(.art_paragraph):after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  right: 0;
  top: 53%;
  transform: translateY(-50%) rotate(45deg);
}

#gazeta_article_body .seo_faq p:first-of-type:before {
  display: none;
}

#gazeta_article_body .seo_faq p.selected:after {
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(225deg);
}

#gazeta_article_body .seo_faq p.selected + .art_paragraph {
  overflow: visible;
  height: auto;
  transform: scaleY(1);
  padding-bottom: 20px;
}

#gazeta_article_body .seo_faq .art_paragraph {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  color: #666;
  transition: all 0.5s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
}

#gazeta_article_body .seo_faq .art_paragraph:before {
  display: none;
}

#gazeta_article_body .seo_faq {
  width: 100vw;
  margin-left: -15px;
  padding: 28px 15px 0;
}

#gazeta_article_body .seo_faq h2 {
  font-size: 24px;
  line-height: 29px;
}

#gazeta_article_body .seo_faq p {
  font-size: 20px;
  line-height: 24px;
}

.related_images .container .desc:after,
.related_images:after,
.related_images img:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.related_images {
  padding: 10px 15px;
}

.related_images .container,
.related_images .container .author,
.related_images .container .desc,
.related_images .container .more,
.related_images .related_image_wrap ~ .desc,
.temp_desc_temp,
.temp_desc_temp_container {
  font: 400 14px/17px calibre, sans-serif;
}

.temp_desc_temp_container {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
}

.temp_desc_temp {
  padding: 0 0 0 110px;
}

.related_images {
  padding-left: 0;
  padding-right: 0;
}

.related_images img {
  display: block;
  width: 100%;
  padding: 10px;
  object-fit: cover;
}

.related_images .related_image_number_of_photo {
  display: flex;
  background: #fff;
  align-items: center;
  position: absolute;
  top: 0;
  border-top: 1px solid #ddd;
  padding: 7px 10px;
}

.related_images .gazetaPL .related-icon {
  display: none;
}

.related_images .gazetaPL .related_gazetaPL {
  display: inline-block;
}

.related_images .gazetaPL .related_open_text {
  padding: 10px 20px 11px;
}

.related_images .related_gazetaPL {
  display: none;
  font: 400 16px/19px calibre, sans-serif;
}

.related_images .related_image_number {
  padding-left: 6px;
  font: 600 16px/19px calibre, sans-serif;
}

.related_images .related_image_wrap.with_gallery {
  position: relative;
  z-index: 2;
}

.related_images .related_image_wrap.with_gallery.hide {
  display: none;
}

.related_images .related_image_wrap ~ .desc {
  width: 100%;
  text-align: left;
  padding: 5px 15px;
  overflow-wrap: break-word;
  color: #bbb;
}

.related_images .related_image_wrap ~ .desc.hide {
  display: none;
}

.related_images .related_image_open {
  text-align: center;
  padding: 2px 15px 20px;
}

.related_images .related_image_open .related_open_text {
  background: #506e91;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  white-space: nowrap;
  font: 400 16px/19px calibre, sans-serif;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 30px 11px;
}

.related_images .related_image_open .related_open_text,
.related_images .related_image_open .related_open_text * {
  cursor: pointer;
}

.related_images .related_image_open .related_open_text.hide {
  display: none;
}

.related_images .related_image_open .related_open_label {
  font-weight: 600;
}

.related_images .related_image_open .related-icon {
  height: 18px;
  width: 21px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
}

.related_images .related_image_open .gallery_icon {
  fill: #fff;
}

.related_images .related_gallery_closing_button {
  background-color: #506e91;
  opacity: 0.9;
  position: fixed;
  top: 50px;
  width: 100%;
  padding: 11.5px 14px;
  z-index: 5;
  display: none;
}

.related_images .related_gallery_closing_button.visible {
  display: block;
}

.related_images .related_gallery_closing_button span {
  opacity: 1;
  display: block;
  float: right;
  color: #fff;
  font: 600 14px/17px calibre, sans-serif;
  margin-right: 27px;
  position: relative;
}

.related_images .related_gallery_closing_button span:after,
.related_images .related_gallery_closing_button span:before {
  position: absolute;
  top: 1px;
  right: -22px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #fff;
}

.related_images .related_gallery_closing_button span:before {
  transform: rotate(45deg);
}

.related_images .related_gallery_closing_button span:after {
  transform: rotate(-45deg);
}

.related_images .container {
  border-bottom: 1px solid #efefef;
  color: #666;
  margin: 0 15px;
  padding: 10px 0;
}

.related_images .container .hide {
  display: none;
}

.related_images .container .desc {
  display: inline;
  position: relative;
  overflow: hidden;
}

.related_images .container .desc.collage {
  margin: 0 15px;
}

.related_images .container .desc:after {
  display: inline;
}

.related_images .container .desc .desc_more {
  display: none;
  opacity: 0;
  transition: visibility 0s ease-in-out 0s, opacity 0.8s ease-in-out;
}

.related_images .container .desc .show_animation {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.related_images .container .more {
  color: #666;
  position: relative;
  cursor: pointer;
}

.related_images .container .more .more_arrow {
  width: 10px;
  height: 8px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.related_images .container .more .more_arrow span {
  width: 10px;
  height: 10px;
  border: 1px solid #666;
  transform: rotate(45deg);
  display: block;
  margin-top: -5px;
  position: absolute;
  bottom: 2px;
}

.related_images .container .author {
  color: #bbb;
}

.related_images .related_images_list {
  display: none;
}

.related_images .related_images_list .related_image_wrap {
  position: relative;
  margin-top: 23px;
}

.related_images .related_images_list .related_image_wrap.related_1 {
  margin-top: 0;
}

.related_images .related_images_list .related_image_wrap:not(.related_1) {
  visibility: hidden;
}

.related_images .related_images_list .related_image_wrap.visible {
  visibility: visible;
}

.related_images .contentboard_wrap {
  width: 100%;
  margin: 3px 0 0;
}

.related_images .contentboard_wrap .adviewDFPBanner.activeBan {
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: #fff !important;
}

.related_images .current_image_count {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  font: 600 14px/17px calibre, sans-serif;
}

.related_images .related_images_list_end {
  padding-top: 12px;
}

.related_images .related_images_list_end .end_of_gallery {
  font: 400 19px/17px calibre, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 14px;
}

.related_images .related_images_list_end .current_article {
  font: 400 19px/17px calibre, sans-serif;
  color: #9a9a9a;
  padding: 0 15px;
}

.related_images .related_images_list_end .current_article_title {
  display: block;
  font: 600 20px/28px calibre, sans-serif;
  color: #222;
  padding-top: 2px;
}

@-moz-keyframes stretchIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(0);
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes stretchIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(0);
    opacity: 0;
    display: none;
  }
}

@-o-keyframes stretchIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(0);
    opacity: 0;
    display: none;
  }
}

@-ms-keyframes stretchIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(0);
    opacity: 0;
    display: none;
  }
}

@keyframes stretchIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(0);
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes stretchOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes stretchOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes stretchOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes stretchOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes stretchOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.poll_box {
  background: #f5f5f5;
  padding: 20px 15px;
}

.poll_box .poll_title {
  font: 600 22px/30px calibre, sans-serif;
  color: #1d1d1d;
  flex: auto;
  order: 1;
  font: 600 20px/30px calibre, sans-serif;
  line-height: 24px;
  margin-bottom: 20px;
}

.poll_box .poll_entry {
  padding-left: 27px;
  padding-bottom: 16px;
}

.poll_box .poll_entry:last-child {
  padding-bottom: 8px;
}

.poll_box .poll_entry input {
  display: none;
}

.poll_box .poll_entry input:checked + label:before {
  content: "";
  background: url("") -1px -1px
    no-repeat transparent;
}

.poll_box .poll_entry input + label {
  display: block;
  position: relative;
  font: 400 22px/26px calibre, sans-serif;
  color: #242424;
  font: 400 19px/23px calibre, sans-serif;
}

.poll_box .poll_entry input + label:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #444;
  height: 14px;
  width: 14px;
  left: -34px;
  top: 3px;
  left: -27px;
}

.poll_box .poll_with_image {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.poll_box .poll_with_image .poll_head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 14px;
}

.poll_box .poll_with_image .poll_image {
  order: 2;
  margin-left: 30px;
}

.poll_box .poll_with_image .poll_image img {
  display: block;
}

.poll_box .poll_with_image .poll_answers {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.poll_box .hasPhotos {
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.poll_box .hasPhotos .poll_entry img,
.poll_box .hasPhotos .poll_entry span {
  vertical-align: middle;
}

.poll_box .hasPhotos .poll_entry span {
  padding-left: 10px;
}

.poll_box .hasPhotos .poll_entry label {
  display: inline-block;
}

.poll_box .hasPhotos .poll_entry label:before {
  top: 24px;
}

.poll_box .poll_submit {
  text-align: right;
}

.poll_box .poll_submit input {
  color: #fff;
  font: 600 15px/27px calibre;
  border: none;
  padding: 2px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #444;
  -webkit-appearance: none;
  cursor: pointer;
}

.poll_box .poll_submit input:disabled {
  background: #b8b8b8;
}

.poll_box .poll_submit input:hover {
  background-color: #595959;
  -webkit-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 7.68px 0.32px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.poll_box.poll_box_with_answers .entry {
  padding-left: 0;
  padding-bottom: 25px;
}

.poll_box.poll_box_with_answers .entry:last-child {
  padding-bottom: 0;
}

.poll_box.poll_box_with_answers .entry .ques {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font: normal 21px/14px calibre;
  font-size: 20px;
  line-height: 24px;
  color: #242424;
}

.poll_box.poll_box_with_answers .entry .ques .pollQ {
  max-width: 67%;
}

.poll_box.poll_box_with_answers .entry .ques .ans {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.poll_box.poll_box_with_answers .entry .bar0 {
  width: 100%;
  background: #ddd;
  height: 24px;
  margin-top: 5px;
}

.poll_box.poll_box_with_answers .entry .bar0 .bar {
  height: 100%;
  background: #999;
}

.poll_box.poll_box_with_answers .entry .il {
  margin-left: 0.3rem;
  font-size: 16px;
  line-height: 11px;
  color: #999;
  line-height: 20px;
}

.poll_box.poll_box_with_answers .entry.hasPhoto {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.poll_box.poll_box_with_answers .entry.hasPhoto .columnLeft {
  margin-right: 15px;
}

.poll_box.poll_box_with_answers .entry.hasPhoto .columnLeft img {
  width: 73px;
  display: block;
}

.poll_box.poll_box_with_answers .entry.hasPhoto .columnRight {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.poll_box .captcha {
  width: 200px;
  margin-left: 100%;
  font: normal 16px/24px calibre;
  color: #1d1d1d;
  margin-top: -15px;
  margin-bottom: 12px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.poll_box .captcha span {
  display: block;
  width: 100%;
}

.poll_box .captcha .captchaGroup {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 32px;
}

.poll_box .captcha .captchaGroup input {
  border: solid #1d1d1d;
  border-width: 0 0 1px;
  margin: 3px 0 3px 5px;
  padding: 0 4px;
  outline: 0;
  line-height: 32px;
  font-size: 14px;
  width: 65px;
  text-align: center;
}

.poll_box .captcha.wrongCaptcha {
  width: 270px;
}

.tags:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

.tags {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  padding: 15px 15px 10px;
}

.tags .tag_link,
.tags .tags_header {
  font: 400 15px/23px calibre, sans-serif;
}

.tags .tags_header {
  float: left;
  text-transform: uppercase;
  color: #999;
  line-height: 34px;
}

.tags .tags_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.tags .tags_item {
  display: inline-block;
  padding: 0 5px 5px 0;
  text-transform: uppercase;
}

.tags .tag_link {
  background-color: #f5f5f5;
  border-radius: 1px;
  color: #666;
  display: inline-block;
  padding: 4px 10px 3px;
  word-break: break-word;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.tags .tag_link:hover {
  background-color: #dcdcdc;
}

.tags_b {
  position: relative;
  padding: 15px 0;
  background-color: #f5f5f5;
  overflow-x: scroll;
}

.tags_b .tags_list {
  display: flex;
  flex-flow: row nowrap;
}

.tags_b .tags_item {
  white-space: nowrap;
  background-color: #f5f5f5;
  border-right: 1px solid #dbdbdb;
}

.tags_b .tags_item:last-of-type {
  border: none;
}

.tags_b .tag_link {
  color: #666;
  display: block;
  font: 400 15px/21px calibre, sans-serif;
  line-height: 15px;
  text-transform: capitalize;
  padding: 0 15px;
}

.tags_b .tags_header {
  display: none;
}

.supervideoIndex {
  background: #fff;
  position: relative;
}

.supervideoIndex .head h2 {
  font: 600 18px/25px calibre, sans-serif;
  text-transform: uppercase;
  color: #222;
  padding-left: 15px;
  padding-top: 8px;
  height: 43px;
}

.supervideoIndex .body .entry {
  display: flex;
  border-top: 1px solid #efefef;
  padding: 15px;
}

.supervideoIndex .body .entry .imgw {
  margin-right: 15px;
}

.supervideoIndex .body .entry .imgw li {
  border-radius: 2px;
  height: 62px;
  overflow: hidden;
}

.supervideoIndex .body .entry .imgw li img {
  width: 93px;
  height: auto;
}

.supervideoIndex .body .entry h3 {
  font: 600 17px/19px calibre, sans-serif;
  color: #222;
}

.mod_comments .buttons .c0:after,
.mod_comments .buttons:after,
.mod_comments .content .inner > footer .c0:after,
.mod_comments .content .inner > footer .c1:after,
.mod_comments .content .inner > footer:after,
.mod_comments .content:after,
.mod_comments .content header:after,
.mod_comments .form .userLogin:after,
.mod_comments .form header:after,
.mod_comments .mark:after,
.mod_comments .msg:after,
.multilog-container .forgot:after,
.multilog-container .forgotLogin:after,
.multilog-container .log_form .cb:after,
.multilog-container .log_form:after,
.multilog-container:after {
  display: block;
  content: " ";
  width: 100%;
  clear: both;
  float: none;
}

#gazeta_article .goback {
  position: relative;
  padding-left: 18px;
}

#gazeta_article .goback:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 14px;
  background-image: url("");
  background-position: -46px -180px;
  background-repeat: no-repeat;
}

.mod_comments {
  padding: 9px 15px;
}

.mod_comments a {
  font-size: 16px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.mod_comments a:hover {
  color: hsla(0, 0%, 60%, 0.7);
  background-color: transparent;
}

.mod_comments .imgw {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  background: url("") 0 0
    no-repeat;
}

.mod_comments .imgw img {
  display: block;
}

.mod_comments .voteNeedLogin {
  display: none;
  position: absolute;
  width: 230px;
  height: 25px;
  overflow: hidden;
  padding-left: 6px;
  font: normal 11px/22px calibre;
  background-position: -46px -264px;
  background-repeat: no-repeat;
  background-image: url("");
  z-index: 100;
}

.mod_comments .voteNeedLogin .btnClose {
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.mod_comments footer .more {
  font-weight: 700;
  line-height: 26px;
  text-align: right;
}

.mod_comments .form {
  margin-bottom: 15px;
}

.mod_comments .form:before {
  display: block;
  color: #fff;
}

.mod_comments .form header .head {
  display: inline-block;
}

.mod_comments .form header .head,
.mod_comments .form header .head a {
  font: 600 22px/35px calibre, sans-serif;
  color: #222;
}

.mod_comments .form header .head a:hover {
  color: rgba(34, 34, 34, 0.8);
}

.mod_comments .form header .titleInComments {
  position: relative;
  width: 100%;
  height: 24px;
  font: 400 15px/24px calibre, sans-serif;
  color: #999;
  overflow: hidden;
  margin-bottom: 16px;
}

.mod_comments .form header .titleInComments:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background-image: -owg-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 70%);
  background-image: -webkit-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0),
    #fff 70%
  );
  background-image: -moz-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 70%);
  background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 70%);
  background-image: linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 70%);
}

.mod_comments .form .cLeft {
  float: left;
}

.mod_comments .form .userLogin .changeAcc,
.mod_comments .form .userLogin .name {
  font: 400 18px/20px calibre;
}

.mod_comments .form .userLogin .name {
  margin: 0;
  font-weight: 600;
  color: #222;
}

.mod_comments .form .userLogin .changeAcc {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
  cursor: pointer;
  color: #999;
}

.mod_comments .form .userLogin .changeAcc:hover {
  color: hsla(0, 0%, 60%, 0.7);
}

.mod_comments .form textarea {
  height: 90px;
  width: 100%;
  margin-bottom: 4px;
  font: 400 19px/26px calibre, sans-serif;
  color: #999;
  resize: vertical;
  border-radius: 2px;
  border-color: #e0e0e0 #ccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px #ebebeb, inset 0 1px 1px #ebebeb;
  padding: 0 10px;
}

.mod_comments .form button {
  font: 700 14px calibre;
  color: #fff;
  cursor: pointer;
}

.mod_comments .form .sendUserLogin {
  margin-bottom: 15px;
}

.mod_comments .form .sendUserLogin span {
  float: none;
  display: inline;
}

.mod_comments .form .sendUserLogin span:first-child {
  margin-right: 0;
}

.mod_comments .form .sendUserLogin .inline {
  float: left;
}

.mod_comments .form .sendUserLogin .inline a,
.mod_comments .form .sendUserLogin .inline span {
  display: inline;
  font: 400 19px/28px calibre, sans-serif;
  color: #999;
  vertical-align: middle;
}

.mod_comments .form .sendUserLogin .inline a.guest {
  font-weight: 600;
}

.mod_comments .form .sendUserLogin .inline a:hover {
  color: hsla(0, 0%, 60%, 0.7);
}

.mod_comments .form .sendUserLogin .accounts {
  margin-right: 2px;
}

.mod_comments .form .sendUserLogin .accounts span {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background: url("")
    no-repeat 0 0;
  cursor: pointer;
}

.mod_comments .form .sendUserLogin .accounts .gazeta {
  background-position: -83px -65px;
}

.mod_comments .form .sendUserLogin .accounts .gazeta:hover {
  background-position: -83px -93px;
}

.mod_comments .form .voteButton,
.mod_comments .form button {
  float: right;
}

.mod_comments .form button {
  padding: 2px 19px;
  font: 600 15px/27px calibre, sans-serif;
  border-radius: 52px;
  background: #444;
  border: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 8.68px 0.32px transparent;
  -moz-box-shadow: 0 2px 8.68px 0.32px transparent;
  box-shadow: 0 2px 8.68px 0.32px transparent;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.mod_comments .form button:hover {
  background: #595959;
  -webkit-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
}

.mod_comments > .form > form:not(.login) {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}

.mod_comments[data-logged="1"] .sendUserLogin .inline {
  display: none;
}

.mod_comments .container.content > header {
  margin-bottom: 17px;
  zoom: 1;
}

.mod_comments .container .order li,
.mod_comments .container .order ul {
  display: inline;
}

.mod_comments .container .order li {
  margin: 0;
  padding-left: 6px;
  border: 0;
}

.mod_comments .container .order li a {
  font: 600 15px/24px calibre;
  color: #888;
}

.mod_comments .container .order li a:hover {
  color: hsla(0, 0%, 53.3%, 0.7);
}

.mod_comments .container .order li:first-child {
  padding: 0;
}

.mod_comments .container .order li.active a {
  padding-right: 11px;
  color: #222;
  background-image: url("");
  background-repeat: no-repeat;
}

.mod_comments .container .order li.active a.asc {
  background-position: 100% -6px;
}

.mod_comments .container .order li.active a.desc {
  background-position: 100% -40px;
}

.mod_comments .container .order li.active a:hover {
  color: rgba(34, 34, 34, 0.8);
}

.mod_comments .container .showPrev {
  font: 600 16px/25px calibre;
}

.mod_comments .comment:first-child > section .content,
.mod_comments .comment:first-child > section .inner {
  border: none;
}

.mod_comments .comment .content {
  border-top: 1px solid #f5f5f5;
}

.mod_comments .comment .content .inner {
  padding-top: 8px;
  border-top: 1px solid #f9f9f9;
}

.mod_comments .content a:hover {
  background-color: transparent;
}

.mod_comments .content p {
  word-wrap: break-word;
}

.mod_comments .content header {
  margin: 0 0 3px;
}

.mod_comments .content header .c0,
.mod_comments .content header .c1 {
  margin-top: auto;
}

.mod_comments .content header .c0 {
  float: left;
}

.mod_comments .content header .author {
  margin-right: 6px;
  padding: 0;
}

.mod_comments .content header .author,
.mod_comments .content header .author a {
  display: inline-block;
  color: #222;
}

.mod_comments .content header .author a:hover {
  color: rgba(34, 34, 34, 0.8);
}

.mod_comments .content header .author,
.mod_comments .content header .author a,
.mod_comments .content header .ip,
.mod_comments .content header .when,
.mod_comments .content header time {
  font: 600 15px/30px calibre, sans-serif;
}

.mod_comments .content header time {
  margin-right: 2px;
  padding: 0;
  font-weight: 400;
  color: #999;
}

.mod_comments .content header .ip,
.mod_comments .content header .when {
  font-weight: 500;
  color: #999;
}

.mod_comments .content header .c1 {
  float: right;
  display: -webkit-flex;
  display: flex;
}

.mod_comments .content header .c1 span {
  color: #999;
}

.mod_comments .content header .c1 span,
.mod_comments .content header .c1 strong {
  display: inline;
  font: 400 16px/30px calibre, sans-serif;
}

.mod_comments .content header .c1 strong {
  font-weight: 700;
}

.mod_comments .content header .vote {
  display: -webkit-flex;
  display: flex;
  padding-top: 0;
}

.mod_comments .content header .plus {
  color: #05950f;
}

.mod_comments .content header .minus {
  color: #a00;
}

.mod_comments .content header .c1 strong,
.mod_comments .content header a[data-action] {
  margin-left: 5px;
}

.mod_comments .content header a[data-action] {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}

.mod_comments .content header a[data-action]:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-image: url("");
  background-repeat: no-repeat;
}

.mod_comments .content header a[data-action="downvote"]:before,
.mod_comments .content header a[data-action="upvote"]:before {
  width: 10px;
  height: 11px;
}

.mod_comments .content header a[data-action="upvote"]:before {
  background-position: -19px -10px;
}

.mod_comments .content header a[data-action="downvote"]:before {
  background-position: -51px -10px;
}

.mod_comments .content header a[data-action="remove"]:before {
  width: 9px;
  height: 10px;
  background-position: -147px -11px;
}

.mod_comments .content .inner > p {
  font: 400 19px/25px calibre, sans-serif;
  padding: 0 0 1px;
}

.mod_comments .content .inner .modInfo {
  font-style: italic;
  color: #777;
  text-decoration: none;
  padding: 0 0 4px;
  font-size: 14px;
  line-height: 19px;
}

.mod_comments .content .inner .hghtlight {
  padding-bottom: 7px;
}

.mod_comments .content .inner > footer {
  padding: 0 0 6px;
}

.mod_comments .content .inner > footer a {
  font: 600 15px/25px calibre, sans-serif;
}

.mod_comments .content .inner > footer .c0 p {
  text-transform: uppercase;
}

.mod_comments .content .inner > footer .c1 p {
  display: inline;
}

.mod_comments .content .inner > footer .exp a {
  padding-right: 14px;
  color: #666;
}

.mod_comments .content .inner > footer .exp a:hover {
  color: hsla(0, 0%, 40%, 0.7);
}

.mod_comments .content .inner > footer .reply a {
  color: #111;
}

.mod_comments .content .inner > footer .reply a:hover {
  color: rgba(17, 17, 17, 0.7);
}

.mod_comments .content .form {
  margin: 0 0 19px 30px;
}

.mod_comments .comment section + .child {
  margin-left: 40px;
}

.mod_comments .replies > .child {
  display: none;
}

.mod_comments .replies.expanded > .child {
  display: block;
}

.mod_comments .hidden {
  display: none;
}

.mod_comments .buttons,
.mod_comments .mark {
  padding: 8px 0;
  border: solid #e0e0e0;
  border-width: 1px 0;
}

.mod_comments .buttons + fieldset,
.mod_comments .mark + fieldset {
  margin-bottom: 12px;
  border-top: 0;
}

.mod_comments .mark {
  font: 600 18px/30px calibre;
  color: #222;
}

.mod_comments .msg {
  margin: 0 0 10px;
  padding: 9px;
  text-align: left;
  font: 600 16px/25px calibre;
}

.mod_comments .msg_ok {
  color: #388e3c;
  background: #e8f5e9;
}

.mod_comments .msg_error {
  color: #d32f2f;
  background: #ffcdd2;
}

.mod_comments .comment.removed .inner > p:not(.modInfo) {
  text-decoration: line-through;
}

.mod_comments .comment[data-em="1"] > .comment-body {
  background: #fffce9;
}

.mod_comments .buttons .c0 {
  float: left;
  margin-bottom: 5px;
}

.mod_comments .buttons .c1 {
  float: right;
  float: left;
}

.mod_comments .buttons button {
  margin: 0 6px 0 0;
  padding: 5px 9px;
  font: 600 13px calibre;
  color: #fff;
  border-color: #e2e2e2 #828282 #828282 #e2e2e2;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-image: -owg-linear-gradient(top, #cbcbcb, #aeaeae);
  background-image: -webkit-linear-gradient(top, #cbcbcb, #aeaeae);
  background-image: -moz-linear-gradient(top, #cbcbcb, #aeaeae);
  background-image: -o-linear-gradient(top, #cbcbcb, #aeaeae);
  background-image: linear-gradient(top, #cbcbcb, #aeaeae);
}

.mod_comments .buttons button span {
  position: relative;
  padding-left: 14px;
  color: #fff;
}

.mod_comments .buttons button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  background-image: url("");
  background-repeat: no-repeat;
}

.mod_comments .buttons button[data-action="delete"] span:before,
.mod_comments .buttons button[data-action="spam"] span:before {
  height: 10px;
  background-position: -147px -11px;
}

.mod_comments .buttons button[data-action="clean"] span:before {
  background: none;
}

.mod_comments .buttons button[data-action="markDelete"] span:before {
  background-position: -19px -44px;
}

.mod_comments .buttons button[data-action="publish"] span:before {
  left: 2px;
  background: none;
}

.mod_comments .buttons button[data-action="emphasise"] span:before {
  background-position: -83px -44px;
}

.mod_comments .buttons button[data-action="unemphasise"] span:before {
  background-position: -147px -44px;
}

.mod_comments .mark input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.mod_comments label.mod {
  float: left;
}

.mod_comments label.mod input {
  position: relative;
  top: 11px;
  margin-right: 3px;
}

.mod_comments.flex .comment .redactor {
  margin-right: 2px;
  padding: 0 2px;
  font: normal 10px Tahoma, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #9f9f9f;
}

.mod_comments .nsContext {
  margin: 32px 0;
}

.mod_comments footer .pages {
  padding: 8px 0;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.mod_comments footer .pages li,
.mod_comments footer .pages ul {
  display: inline;
}

.mod_comments footer .pages a,
.mod_comments footer .pages span {
  margin: 0 2px;
  padding: 2px 4px;
  border: 1px solid #dbdbdb;
}

.mod_comments footer .pages span {
  background: #dbdbdb;
}

.mod_comments footer .pages .e {
  background: 0;
  border-color: transparent;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  top: 34px !important;
}

#overlay #overlay_holder {
  position: relative;
  max-width: 410px;
  margin: 30px auto 0;
}

#overlay .overlay-body {
  position: relative;
  margin: 0 auto;
  background: #fff;
}

#overlay .overlay-inner {
  background: #fff;
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 1px 15px 5px #000;
}

#overlay .close {
  padding: 0 5px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #999;
  font: 400 22px Tahoma, sans-serif;
}

.fix-overlay-for-mobile {
  position: relative;
}

.multilog-container {
  position: relative;
  padding: 26px 28px;
  font-size: 16px;
}

.multilog-container header {
  margin: 0 0 40px 4px;
  color: #222;
}

.multilog-container header h2 {
  font: 600 23px/31px calibre, sans-serif;
}

.multilog-container.unvisible {
  display: none;
}

.multilog-container .msg {
  width: auto;
  margin: 16px 0;
  padding: 4px 0;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
  clear: both;
}

.multilog-container .msg.msg_error {
  color: #ce212d;
  border-color: #ce212d;
  background: #f7f0f0;
}

.multilog-container .multilog-select {
  width: 350px;
  color: #333;
}

.multilog-container .multilog-select h2 {
  font-size: 18px;
  font-weight: 700;
}

.multilog-container .multilog-select li {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

.multilog-container .multilog-select .accounts {
  display: flex;
  margin-top: 30px;
}

.multilog-container .multilog-select .accounts span {
  position: relative;
  display: block;
  font: 600 16px/19px calibre, sans-serif;
  padding: 10px 0 7px;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  height: 40px;
}

.multilog-container .multilog-select .accounts span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
}

.multilog-container .multilog-select .guest {
  margin-top: 53px;
}

.multilog-container .multilog-select .guest span:before {
  background-position: -11px -261px;
}

.multilog-container .log_form {
  width: 100%;
  max-width: 350px;
}

.multilog-container .log_form header {
  margin-left: 0;
  margin-bottom: 36px;
}

.multilog-container .log_form header p {
  margin: 5px 0 15px;
  font: 400 15px/15px calibre, sans-serif;
}

.multilog-container .log_form header .register {
  font-weight: 700;
}

.multilog-container .log_form .guest {
  width: 100%;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  padding: 9px 19px;
  font: 600 16px/19px calibre, sans-serif;
  border-radius: 52px;
  background: #fff;
  border: 1px solid #444;
  text-transform: uppercase;
  -webkit-appearance: none;
  color: #444;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8.68px 0.32px transparent;
  -moz-box-shadow: 0 2px 8.68px 0.32px transparent;
  box-shadow: 0 2px 8.68px 0.32px transparent;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.multilog-container .log_form .guest:hover {
  -webkit-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
}

.multilog-container .log_form .guest span {
  cursor: pointer;
}

.multilog-container .log_form .below_inputs_wrap {
  display: flex;
}

.multilog-container .log_form .below_inputs_wrap .pseudo_checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  margin: 0 10px -4px 0;
  background-image: url("362a9346ea387210d6af07a8397ced74321bf888.svg");
}

.multilog-container .log_form .below_inputs_wrap .remember .cb {
  display: none;
}

.multilog-container
  .log_form
  .below_inputs_wrap
  .remember
  .cb:checked
  ~ .pseudo_checkbox {
  background-image: url("47ee4ae224639d4ed701c6c5de98c7c140fd552b.svg");
}

.multilog-container .log_form .flex_2_col {
  flex: 50%;
}

.multilog-container .log_form .line {
  margin-bottom: 11px;
}

.multilog-container .log_form label {
  display: block;
  margin-bottom: 2px;
  color: #222;
  font: 400 15px/15px calibre, sans-serif;
}

.multilog-container .log_form .iTxt {
  width: 100%;
  height: 40px;
  padding: 7px 5px 7px 15px;
  border: 1px solid #ccc;
  font: 400 15px/15px calibre, sans-serif;
}

.multilog-container .log_form .iTxt::-webkit-input-placeholder {
  color: #bbb;
}

.multilog-container .log_form .iTxt:-moz-placeholder,
.multilog-container .log_form .iTxt::-moz-placeholder {
  color: #bbb;
}

.multilog-container .log_form .iTxt:-ms-input-placeholder {
  color: #bbb;
}

.multilog-container .log_form .input-error {
  border-bottom: 2px solid #e30000;
}

.multilog-container .log_form .msg_error {
  background-color: transparent;
  border: 0;
  margin: 0 0 0 15px;
  text-align: left;
  color: #e30000;
  font: 400 16px/22px calibre, sans-serif;
}

.multilog-container .log_form .cb {
  float: left;
  margin-right: 4px;
  margin-top: 9px;
}

.multilog-container .log_form .btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 9px 19px;
  font: 600 16px/19px calibre, sans-serif;
  border-radius: 52px;
  background: #444;
  border: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8.68px 0.32px transparent;
  -moz-box-shadow: 0 2px 8.68px 0.32px transparent;
  box-shadow: 0 2px 8.68px 0.32px transparent;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.multilog-container .log_form .btn:hover {
  background: #595959;
  -webkit-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
}

.multilog-container .or {
  padding: 6px 5px;
  position: absolute;
  left: 139px;
  top: 176px;
  color: #acacac;
  background: #fff;
}

.multilog-container .remember {
  font: 400 15px/15px calibre, sans-serif;
}

.multilog-container .forgot {
  font: 600 15px/15px calibre, sans-serif;
  margin-top: 2px;
  text-align: right;
}

.multilog-container-guest {
  padding-bottom: 10px;
}

.multilog-container-guest .line {
  width: 350px;
}

.multilog-container-guest header {
  margin-bottom: 32px;
}

.multilog-container-guest .log_form {
  float: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.multilog-container-guest .logon {
  margin: 40px 0 36px;
}

.mod_comments .regulationCommentsBox {
  position: relative;
  margin: 5px 0 15px;
}

.mod_comments .regulationCommentsBox [name="regulation"] {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.mod_comments .regulationCommentsBox [name="regulation"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}

.mod_comments .regulationCommentsBox [name="regulation"]:checked:after {
  border: none;
  background: url("");
}

.mod_comments .regulationCommentsBox [for="regulation"] {
  display: block;
  width: 100%;
  padding-left: 30px;
}

.mod_comments .regulationCommentsBox [for="regulation"] a {
  color: #0d3569;
  font-size: 21px;
  line-height: 30px;
}

.mod_comments .regulationCommentsBox [for="regulation"] a:hover {
  color: #0d3569;
  text-decoration: underline;
}

.mod_comments .regulationCommentsBox [for="regulation"]:after {
  content: "";
  display: block;
  height: 1px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

.mod_comments .regulationCommentsBox .msg_error + [name="regulation"] {
  top: 59px;
  left: 0;
}

.mod_comments .regulationCommentsBox .msg_error + [name="regulation"]:after,
.mod_comments
  .regulationCommentsBox
  .msg_error
  ~ [name="regulation"]:not(:checked)
  ~ [for="regulation"]:after {
  border-color: #b00020;
}

.mod_comments[data-logged="1"] .regulationCommentsBox {
  display: none;
}

.mod_comments button {
  margin-top: 1px;
  padding: 6px 10px;
  font-weight: 700;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  background: #3370bc;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.mod_comments button.notAccepted,
.mod_comments button.notAccepted:hover {
  background: buttonface;
  cursor: auto;
}

.mod_comments button:hover {
  background: #3c86e0;
}

@media screen and (min-width: 0) and (max-width: 800px) {
  .mod_comments .form textarea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 0px) and (max-width: 620px) {
  .mod_comments .form > header .head {
    font-size: 22px;
  }

  .mod_comments .form .sendUserLogin .inline {
    display: none;
  }

  #overlay .close {
    font: 400 29px Tahoma, sans-serif;
  }

  .multilog-container {
    width: 320px;
    padding: 26px 15px;
  }

  .multilog-container .log_form {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .multilog-container .log_form .line {
    width: 100%;
  }

  .multilog-container .log_form header {
    margin: 0 0 12px 4px;
  }

  .multilog-container .log_form .iTxt,
  .multilog-container .multilog-select {
    width: 100%;
  }

  .multilog-container .multilog-select .accounts {
    display: block;
  }

  .multilog-container .multilog-select li {
    float: left;
    width: calc(50% - 5px);
  }

  .multilog-container .multilog-select li span {
    width: 100%;
  }

  .multilog-container .multilog-select .guest {
    width: 100%;
    margin-top: 8px;
  }

  .multilog-container .forgotWrap,
  .multilog-container .logon,
  .multilog-container .multilog-select .guest span {
    width: 100%;
  }

  .multilog-container .or {
    display: none;
    top: 283px;
    right: 45%;
  }

  .multilog-container-guest .log_form {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .multilog-container-guest .log_form .logon {
    margin: 25px 0 5px;
  }
}

@media screen and (max-width: 330px) {
  .multilog-container {
    width: 300px;
  }
}

@media screen and (min-width: 321px) and (max-width: 530px) {
  .mod_comments .content header .c1 {
    display: none;
  }
}

.commentBox {
  padding: 10px 15px;
}

.commentBox__header {
  color: #222;
  padding-bottom: 10px;
  font: 600 22px/31px calibre, sans-serif;
}

.commentBox__articleTitle {
  color: #999;
  padding-bottom: 14px;
  font: 400 15px/18px calibre, sans-serif;
}

.commentBox__subheader {
  color: #222;
  padding-bottom: 18px;
  font: 600 15px/18px calibre, sans-serif;
}

.commentBox__buttonLink {
  height: 40px;
  background: #444;
  border-radius: 20px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  box-shadow: 0 4px 7.68px 0.32px transparent;
  justify-content: center;
  width: 100%;
}

.commentBox__buttonLink:hover {
  background: #595959;
  -webkit-box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8.68px 0.32px rgba(0, 0, 0, 0.2);
}

.commentBox__buttonLabel {
  color: #fff;
  font: 600 16px/22px calibre, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 10px;
}

.seo_faq {
  position: relative;
  background-color: #f5f5f5;
  width: 100vw;
  margin-left: -15px;
  padding: 28px 15px 10px;
}

.seo_faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 4px solid #506e91;
  border-left: 4px solid #506e91;
}

.seo_faq .seo_faq__title {
  padding: 0;
  font: 700 24px/29px calibre, sans-serif;
}

.seo_faq .seo_faq__question {
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  font: 400 20px/24px calibre, sans-serif;
}

.seo_faq .seo_faq__question:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  left: 0;
  top: 0;
}

.seo_faq .seo_faq__question:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  right: 0;
  top: 53%;
  transform: translateY(-50%) rotate(45deg);
}

.seo_faq__question:first-of-type:before {
  display: none;
}

.seo_faq .seo_faq__question--selected:after {
  transition: all 0.5s ease-in-out;
  transform: translateY(-50%) rotate(225deg);
}

.seo_faq .seo_faq__question--selected + .seo_faq__answer {
  overflow: visible;
  height: auto;
  transform: scaleY(1);
  padding-bottom: 10px;
}

.seo_faq .seo_faq__answer {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  color: #666;
  transition: all 0.5s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
  font: 400 20px/24px calibre, sans-serif;
}

.seo_faq .seo_faq__answer:before {
  display: none;
}

.hp_redirector {
  width: 100%;
  height: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.hp_redirector:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, hsla(0, 0%, 92.2%, 0.7) 50%, #fff);
}

.hp_redirector .hp_redirector-content {
  width: 1200px;
  margin: auto;
  padding: 10px 0 100px;
  position: relative;
}

.hp_redirector .hp_redirector-article_box img {
  width: 100%;
}

.hp_redirector .hp_redirector-article_box p {
  font: 700 16px/26px calibre;
  margin: 7px 0 10px;
  position: relative;
  overflow: hidden;
  height: 75px;
  color: #0a2140;
  text-align: left;
}

.hp_redirector .hp_redirector-circle-progress {
  display: none;
  position: fixed;
  bottom: 100px;
  z-index: 21;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
}

.hp_redirector .hp_redirector-circle-progress:after {
  content: "";
  background: url("") no-repeat;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50%;
}

.hp_redirector .hp_redirector-circle-progress__fill {
  stroke-width: 10px;
  stroke: url("");
  transition: stroke-dashoffset 0.4s linear;
  will-change: auto;
}

.hp_redirector .hp_redirector-circle-progress__fill_back {
  stroke-width: 10px;
  stroke: #000;
  opacity: 0.4;
}

.hp_redirector .hp_redirector-type_2 {
  position: relative;
}

.hp_redirector .o-daily {
  background: #fff;
  color: #222;
  margin: 20px auto 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 1300px;
}

.hp_redirector .o-daily:after {
  width: 100%;
  height: 20px;
  content: "";
  display: block;
  clear: both;
}

.hp_redirector .o-daily h2 {
  color: #222;
  font: 700 32px/32px calibre;
  display: block;
  float: left;
  height: 35px;
  max-width: 440px;
  padding: 0 20px 0 0;
  position: relative;
  text-align: left;
  z-index: 0;
}

.hp_redirector .o-daily h2:before {
  background: linear-gradient(45deg, #ff5b1e, #ff0068);
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  transition: width 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  width: 60%;
  z-index: -1;
}

.hp_redirector .o-daily h3 {
  display: block;
  float: left;
  padding: 10px 20px 0 0;
  width: 175px;
  font: 600 20px/18px calibre;
}

.hp_redirector .news-feed-mask {
  background: url("") repeat-y;
  display: block;
  height: 100%;
  width: 250px;
  position: absolute;
  right: -10px;
  top: 0;
}

.hp_redirector .c-article {
  width: 300px;
  height: 250px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  overflow: hidden;
  display: block;
}

.hp_redirector .c-article img {
  height: auto;
  position: relative;
  width: 100%;
}

.hp_redirector .c-article .o-article__header {
  color: #222;
  height: 125px;
  padding: 15px;
  position: relative;
}

.hp_redirector .c-article .o-article__header span {
  display: block;
  display: -webkit-box;
  height: 3.6em;
  margin: -7px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 600 1.25rem/1.2 calibre;
  text-align: left;
}

.hp_redirector .c-article .o-article__image {
  background-image: url("");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px auto;
  height: 125px;
  overflow: hidden;
  position: relative;
}

.hp_redirector .c-article.c-article.is-big-tile {
  width: 620px;
  height: 520px;
  background: #f5f5f5;
  margin-right: 20px;
  float: left;
}

.hp_redirector .c-article.c-article.is-big-tile .o-article__header {
  height: 270px;
  padding: 20px 20px 40px;
  margin: 0;
}

.hp_redirector .c-article.c-article.is-big-tile .o-article__header span {
  font: 700 1.75rem/1.2 calibre;
  display: block;
  height: 7.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.hp_redirector .c-article.c-article.is-big-tile .o-article__image {
  height: 350px;
}

.hp_redirector .c-article:nth-of-type(2) {
  margin-bottom: 20px;
}

body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
  margin: 0;
  padding: 0;
}

em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 100%;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  display: block;
}

body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: GPP Text,sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #262626;
    background: #f2f2f2;
    overflow-y: scroll;
    cursor: default
}

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

a:hover {
  color: rgba(34, 34, 34, 0.8);
}

html {
  font-size: 21px;
}

* {
  box-sizing: border-box;
}

.section_wrapper {
  width: 100%;
}

.section_wrapper .content_wrap {
  background-color: #fff;
  position: relative;
}

.aside_wrapper .columns_wrap {
  display: flex;
  flex-flow: row wrap;
}

.aside_wrapper,
.aside_wrapper .content_wrap {
  background-color: #f5f5f5;
}

#bottom_wrapper .columns_container {
  width: 100%;
}

.content_wrap {
  background-color: #fff;
  position: relative;
  width: 100%;
}

.left_aside,
.main_content,
.right_aside {
  width: 100%;
}

@supports (display: grid) {
  #article_wrapper.main_wrapper--video .top_section_bg {
    grid-row: 1 / span 5;
  }

  #article_wrapper.main_wrapper--video .bottom_section_bg {
    grid-row: 8 / span 3;
  }

  #article_wrapper.main_wrapper:not(.main_wrapper--video) .top_section_bg {
    grid-row: 1 / span 5;
  }

  #article_wrapper.main_wrapper:not(.main_wrapper--video) .bottom_section_bg {
    grid-row: 7;
  }

  #article_wrapper .bottom_section_bg,
  #article_wrapper .top_section_bg {
    position: relative;
    left: -20px;
    width: 1242px;
    height: 100%;
    background: #fff;
    z-index: -1;
    grid-column: 1 / span 3;
  }

  #photostory_wrapper {
    background-color: #fff;
  }

  .main_wrapper,
  .top_section {
    width: 100%;
  }

  .top_section--hide {
    display: none;
  }

  .bottom_section {
    width: 100%;
  }

  .bottom_section--hide {
    display: none;
  }

  .right_aside {
    width: 100%;
  }
}

@supports not (display: grid) {
  .main_wrapper {
    background-color: #fff;
    width: 100%;
  }

  .main_wrapper:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  #photostory_wrapper .author_and_date,
  .main_wrapper .bottom_section,
  .main_wrapper .right_aside,
  .main_wrapper .top_section {
    width: 100%;
  }

  #photostory_wrapper .author_and_date:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  #photostory_wrapper .fs_cl,
  #photostory_wrapper .fs_cr,
  #photostory_wrapper .fs_row,
  #photostory_wrapper .photostory_body,
  .bottom_section,
  .top_section {
    width: 100%;
  }

  .bottom_section--hide,
  .top_section--hide {
    display: none;
  }

  .index_body .main_content,
  .index_body .right_aside {
    float: left;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_wrapper {
    background-color: #fff;
    width: 100%;
  }

  .main_wrapper:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  #photostory_wrapper .author_and_date,
  .main_wrapper .bottom_section,
  .main_wrapper .right_aside,
  .main_wrapper .top_section {
    width: 100%;
  }

  #photostory_wrapper .author_and_date:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none;
  }

  #photostory_wrapper .fs_cl,
  #photostory_wrapper .fs_cr,
  #photostory_wrapper .fs_row,
  #photostory_wrapper .photostory_body {
    width: 100%;
  }
}


