* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom:1;
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.primary {
  margin: 0 0 20px;
  border-bottom: 1px solid #bbb;
}
.primary li {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 1.8rem;
  line-height: 2rem;
}
.primary li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #bbb;
  border-bottom: 0;
}
.primary li.active a {
  border-color: #012342;
  background: #012342;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  border: 0;
}
h1, h2, h3, h4 {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #000;
}

/** Basic layout **/
html {
  font-size: 62.5%;
}
body {
  font: 1.6rem/2rem 'Cocomat', sans-serif;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body--freeze {
  overflow: hidden;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  border-bottom: 1px solid #acd4f1;
  background: #012342;
  color: #fff;
}
.header--vb {
  background: #acd4f1;
}
.logged-in header {
  top: 29px;
}
.header__top {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #01101e;
}
.page--scrolled .header__top {
  display: none;
}
.vb-trigger {
  position: relative;
  float: left;
  padding: 3px 0 3px 30px;
  line-height: 2.4rem;
  text-transform: uppercase;
  cursor: pointer;
}
.vb-trigger--open {
  font-weight: bold;
  color: #012342;
}
.vb-trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin: -12px 0 0;
  width: 23px;
  height: 23px;
  transform: scaleY(-1);
  background: url(../../images/sprite.svg) -51px -2px no-repeat;
}
.vb-trigger--open:before {
  transform: none;
}
.header__right {
  float: right;
  margin: 3px 0;
}
.header__weather {
  float: left;
  position: relative;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 1px solid #01101e;
  line-height: 2.4rem;
}
.weather__link {
  display: block;
  padding: 0 0 0 38px;
  color: #fff;
}
.weather__status {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -16px 0 0;
}
.weather__temp {
  font-weight: bold;
}
.header__social {
  float: left;
  margin: 0 0 0 15px;
  padding: 0 15px 0 3px;
  border-left: 1px solid #01101e;
  border-right: 1px solid #01101e;
  font-size: 0;
  line-height: 0;
}
.header__social-item {
  display: inline-block;
  margin: 0 0 0 12px;
}
.header__social-link {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../../images/sprite.svg) no-repeat;
}
.header__social-link--fb {
  background-position: -80px -2px;
}
.header__social-link--ig {
  background-position: -112px -2px;
}
.header__social-link--tw {
  background-position: -148px -2px;
}
.header__social-link--gp {
  width: 29px;
  background-position: -182px -2px;
}
.header__social-link--pi {
  background-position: -220px -2px;
}
.header__social-link--yt {
  background-position: -237px -179px;
}
.header__english-version {
  float: left;
  margin: 0 0 0 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-indent: -9999px;
  background: url(../../images/sprite.svg) -253px -2px no-repeat;
  overflow: hidden;
}
.header__search-box {
  float: left;
  margin: 0 0 0 15px;
}
.header__search-box .form-item {
  float: left;
  margin: 0 10px 0 0;
}
.header__search-box input[type="text"] {
  max-width: 130px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-family: 'Cocomat', sans-serif;
  background: none;
  color: #fff;
}
.header__search-box ::-webkit-input-placeholder {
  color: #fff;
}
.header__search-box ::-moz-placeholder {
  color: #fff;
}
.header__search-box .form-actions {
  float: left;
}
.header__search-box input[type="submit"] {
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../../images/sprite.svg) -284px -2px no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
}
.header__main {
  position: relative;
  padding: 10px 0;
}
.menu-trigger {
  float: left;
  width: 52px;
  height: 52px;
  margin: 18px 10px -10px 0;
  padding: 16px 9px;
  background: url(../../images/sprite.svg) 4px 14px no-repeat;
  cursor: pointer;
}
.header--menu-expanded .menu-trigger {
  background-color: #005bab;
  background-position: 4px -28px;
}
.menu-full {
  display: none;
  position: fixed;
  top: 139px;
  left: calc(50% - 640px);
  bottom: 0;
  z-index: 2;
  min-width: 285px;
  padding: 20px;
  background: #005bab;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.logged-in .menu-full {
  top: 168px;
}
.header--menu-expanded .menu-full {
  display: block;
}
.page--scrolled .menu-full {
  top: 80px;
}
.logged-in .page--scrolled .menu-full {
  top: 109px;
}
.menu-full li {
  display: block;
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 0 38px;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
.submenu-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 25px;
  margin: 0 20px 0 0;
  background: url(../../images/sprite.svg) -102px -79px no-repeat;
  cursor: pointer;
}
.expanded--open .submenu-trigger {
  background-position: -134px -79px;
  transform: scaleY(-1);
}
.active + .submenu-trigger {
  background-position: -134px -79px;
}
.menu-full li a {
  display: block;
  color: #fff;
}
li.expanded--open > a {
  color: #47c9af;
}
.menu-full ul {
  display: none;
}
.expanded--open ul {
  display: block;
}
.menu-full li li {
  margin: 12px 0 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2.3rem;
}
.menu-full li.active > a {
  color: #47c9af;
}
.logo {
  float: left;
  line-height: 0;
}
h1.logo {
  position: absolute;
  left: 20px;
  bottom: -120px;
  border: 12px solid #acd4f1;
  border-top: 0;
  background: #012342;
}
.page--scrolled .logo,
.header--vb .logo {
  position: static;
  border: 0;
  background: none;
}
.logo a {
  display: block;
}
h1.logo a {
  padding: 24px 15px;
}
.page--scrolled .logo a,
.header--vb .logo a {
  padding: 0;
}
.logo img {
  width: 280px;
}
.main-menu {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: calc(100% - 345px);
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.main-menu li {
  display: inline-block;
  text-transform: uppercase;
  margin: 2px 0 2px 15px;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
}
.main-menu li a {
  color: #fff;
}
li.covid19_live a,
li.menoumespiti a {
  color: #ed1c24;
}
.main-menu li a.active-trail,
.main-menu li.active a {
  margin-bottom: -2px;
  border-bottom: 2px solid #ed1c24;
}
.radio-link {
  float: left;
  line-height: 0;
}

/* Main */
.main {
  position: relative;
  z-index: 1;
  margin-top: 140px;
  background: #fff;
  transition: transform 1s;
}
.main--on-top {
  z-index: 3;
}
.logged-in .main {
  margin-top: 169px;
}
.submenu {
  margin: 0 -20px;
  padding: 0 20px;
  font-size: 0;
  background: #acd4f1;
}
.submenu li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: bold;
}
.submenu li a {
  display: block;
  padding: 7px 10px;
  color: #012342;
}
.submenu li.active-trail {
  background: #fff;
}
.content-header {
  margin: 0 -20px 30px;
  padding: 30px;
  border-bottom: 1px solid #fff;
  font-size: 3.2rem;
  line-height: 3.4rem;
  font-weight: 900;
  background: #013f76;
  color: #fff;
}
.content-wrapper {
  position: relative;
}
.content-wrapper .content-area {
  float: left;
  width: calc(100% - 360px);
}
.content-area--unpublished {
  background: #f7f7f7;
  opacity: 0.6;
}
aside {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  float: right;
  width: 336px;
  margin: 0 0 0 24px;
}
.block-title {
  margin: 0 0 15px;
  font-size: 2.8rem;
  line-height: 3.1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #005bab;
}
.block-title a {
  color: #005bab;
}
aside .block-title {
  margin: 0 0 10px;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
aside > * {
  margin: 0 0 30px;
}

/* Footer */
footer {
  margin: 50px 0 0;
}
.footer__top {
  padding: 30px 0 40px;
  background: #f9f7f6;
}
.footer__top ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__top li {
  display: block;
  -webkit-flex: 1 0 20%;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 0 10px 0 0;
}
.footer__top li.expanded {
  margin: 0 0 15px;
}
.footer__top li a {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: bold;
  color: #005bab;
}
.footer__top li li {
  margin: 0 0 7px;
  padding: 0;
}
.footer__top li li a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: normal;
  color: #555;
}
.footer__top ul ul {
  display: block;
  margin: 20px 0 0;
}
.footer__bottom {
  padding: 35px 0;
  text-align: center;
  background: #012342;
  color: #fff;
}
.footer__logo {
  margin: 0 0 30px;
}
.footer__logo a {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}
.footer__secondary-menu {
  display: inline-block;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
}
.footer__secondary-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: bold;
}
.footer__secondary-menu li a {
  color: #fff;
}
.footer__footer-menu {
  margin: 0 0 30px;
}
.footer__footer-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}
.footer__footer-menu li a {
  color: #fff;
}
.footer__social-newsletter {
  max-width: 710px;
  margin: 0 auto 30px;
  text-align: left;
  overflow: hidden;
}
.footer__social {
  float: left;
}
.footer__social-heading {
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 2.7rem;
  text-transform: uppercase;
}
.footer__social-item {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #8798a8;
}
.footer__social-item a {
  position: relative;
  display: block;
  width: 60px;
  height: 70px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
}
.footer__social-item a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  background: url(../../images/sprite.svg) -81px -36px no-repeat;
}
.footer__social-item--ig a:before {
  background-position: -125px -36px;
}
.footer__social-item--tw a:before {
  background-position: -175px -36px;
}
.footer__social-item--gp a:before {
  width: 45px;
  margin-left: -22px;
  background-position: -225px -36px;
}
.footer__social-item--pi a:before {
  background-position: -273px -36px;
}
.footer__social-item--yt a:before {
  width: 45px;
  margin-left: -23px;
  background-position: -152px -172px;
}
.footer__newsletter {
  float: right;
  max-width: 305px;
  width: 100%;
}
.footer__newsletter input[type="email"] {
  float: left;
  width: calc(100% - 70px);
  padding: 25px 16px;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Cocomat', sans-serif;
}
.footer__newsletter input[type="submit"] {
  float: right;
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #005bab url(../../images/sprite.svg) -310px -29px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-appearance: none;
  cursor: pointer;
}
.misc-area {
  display: none;
}

/* Pager */
.pager {
  position: relative;
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.pager:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  border-top: 1px solid #005bab;
}
.pager li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #005bab;
  font-size: 1.9rem;
  line-height: 2.1rem;
  background: #fff;
  color: #005bab;
}
.pager .pager-first,
.pager .pager-last {
  display: none;
}
.pager .pager-item {
  border-left: 0;
  border-right: 0;
}
.pager .pager-ellipsis {
  padding: 6px 12px;
  border-left: 0;
  border-right: 0;
}
.pager .pager-previous {
  border-right: 0;
}
.pager .pager-next {
  border-left: 0;
}
.pager .pager-current {
  padding: 6px 12px;
  background: #005bab;
  color: #fff;
}
.pager li a {
  display: block;
  padding: 6px 12px;
  color: #005bab;
}

/* Teaser link */
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* More */
.more-link {
  position: relative;
  margin: 20px 0 40px;
  text-align: center;
  clear: both;
}
.more-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #375587;
}
.more-link a,
.more-link__trigger {
  position: relative;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #375587;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  background: #fff;
  color: #005bab;
  cursor: pointer;
}
.more-link a:hover {
  background: #375587;
  color: #fff;
}

/* Messages */
.messages {
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #005bab;
}
.messages.error {
  color: #ed1c24;
}
.messages.warning {
  color: #ea5d2d;
}
.messages li {
  display: block;
}

/* Scroll top */
.scroll-top {
  position: fixed;
  bottom: 95px;
  right: 0;
  z-index: 4;
  padding: 65px 6px 0 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #375587;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.page--scrolled .scroll-top {
  opacity: 1;
  visibility: visible;
}
.scroll-top:before {
  content: '';
  position: absolute;
  top: 0;
  width: 68px;
  height: 60px;
  border-right: 6px solid #005baa;
  background: #012241;
}
.scroll-top:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 24px;
  width: 21px;
  height: 26px;
  background: url(../../images/sprite.svg) -208px -140px no-repeat;
}

/* User login */
.user-login .form-item {
  margin: 0 0 15px;
}
.user-login label {
  display: block;
  margin: 0 0 4px;
}
.user-login input[type="text"],
.user-login input[type="password"] {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 4px;
  padding: 5px;
  border: 1px solid #013f76;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Cocomat', sans-serif;
}
.user-login .description {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-style: italic;
}
.user-login input[type="submit"] {
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: 'Cocomat', sans-serif;
  font-weight: bold;
  background: #005bab;
  color: #fff;
  cursor: pointer;
}

/* Ads */
.adv {
  text-align: center;
  line-height: 0;
}
.full-ad {
  margin: 0 -20px 30px;
}
#inread_tag {
  height: 0;
}

/* Skin */
#skin {
  height: 0;
  line-height: 0;
}
.body--skinned .page,
.body--skinned header {
  padding: 0 180px;
}
.body--skinned footer {
  max-width: 1280px;
  margin: 0 auto;
}
.skin-ad {
  position: fixed;
  top: 140px;
  bottom: 0;
  width: calc(50% - 640px);
  cursor: pointer;
  transition: opacity 1s;
}
.page--scrolled .skin-ad {
  top: 80px;
}
.skin-ad--left {
  right: calc(50% + 640px);
  text-align: right;
}
.skin-ad--right {
  left: calc(50% + 640px);
}
.skin-ad img {
  max-width: none;
}
.skin-ad--left img {
  float: right;
}

/* Prestitial */
.prestitial {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
}
.prestitial__container {
  position: relative;
  max-height: 100%;
  line-height: 0;
}
.prestitial__container img {
  max-height: calc(100vh - 40px);
}
.prestitial__close {
  position: absolute;
  top: -41px;
  right: 0;
  width: 100px;
  border: 2px solid #ccc;
  border-radius: 3px;
  line-height: 3.2rem;
  background: #000;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

/* Mobile sticky */
.sticky-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* Push ad skin */
.body--push .main {
  transform: translateX(100%);
}
.body--push .skin-ad {
  opacity: 0;
  cursor: default;
}
.pushed-skin {
  position: fixed;
  top: 140px;
  left: 180px;
  bottom: 0;
  right: 180px;
  max-width: 1280px;
  margin: 0 auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.page--scrolled .pushed-skin {
  top: 81px;
}

/* Catfish */
.catfish {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 5;
  line-height: 0;
  background: rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.4s;
}
.catfish--active {
  transform: translateY(0);
}
.catfish__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.catfish__close {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 2;
  width: 26px;
  height: 26px;
  font-size: 3rem;
  line-height: 2.4rem;
  text-align: center;
  background: #fff;
  color: #233047;
  cursor: pointer;
}
.catfish__close:before {
  content: '\00d7';
}

@media screen and (max-width: 1640px) {
  .skin-ad {
    width: 180px;
  }
  .skin-ad--left {
    left: 0;
    right: auto;
  }
  .skin-ad--right {
    right: 0;
    left: auto;
  }
  .body--skinned .menu-full {
    left: 200px;
  }
}

@media screen and (max-width: 1365px) {
  .body--skinned .page,
  .body--skinned header {
    padding: 0 120px;
  }
  .skin-ad {
    width: 120px;
  }
  .body--skinned .menu-full {
    left: 140px;
  }
  .pushed-skin {
    left: 120px;
    right: 120px;
  }
}

@media screen and (max-width: 1297px) {
  .menu-full {
    left: 20px;
  }
  .MacOS .menu-full {
    left: calc(50% - 620px);
  }
}

@media screen and (max-width: 1279px) {
  .MacOS .menu-full {
    left: 20px;
  }
  .content-wrapper .content-area {
    width: calc(100% - 324px);
  }
  aside {
    width: 300px;
  }
  .body--skinned .page,
  .body--skinned header {
    padding: 0;
  }
  .skin-ad {
    display: none;
  }
  .body--skinned .menu-full {
    left: 20px;
  }
  .pushed-skin {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .header__top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .radio-link,
  .header__weather,
  .header__social {
    display: none;
  }
  .menu-full {
    top: 131px;
  }
  .logged-in .menu-full {
    top: 160px;
  }
  h1.logo {
    height: 94px;
    bottom: -94px;
    border-width: 8px;
  }
  .page--scrolled .logo,
  .header--vb .logo {
    height: auto;
  }
  h1.logo a {
    padding: 16px 10px;
  }
  .logo a,
  .page--scrolled .logo a,
  .header--vb .logo a {
    display: inline-block;
    padding: 6px 0 0;
  }
  .logo {
    max-width: 250px;
  }
  .main-menu {
    bottom: 6px;
    max-width: calc(100% - 325px);
  }
  .main-menu li {
    margin: 0 0 0 15px;
    line-height: 2.4rem;
  }
  .main-menu li a {
    display: inline-block;
    vertical-align: top;
  }
  .main {
    margin-top: 132px;
  }
  .logged-in .main {
    margin-top: 161px;
  }
  .content-header {
    padding: 20px;
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  .content-wrapper .content-area {
    float: none;
    width: auto;
  }
  aside {
    float: none;
    width: auto;
    margin: 30px 0 0;
  }
  footer {
    margin: 40px 0 0;
  }
  .footer__top {
    display: none;
  }
  .footer__bottom {
    padding: 25px 0;
  }
  .footer__logo {
    margin: 0 0 20px;
  }
  .footer__logo a {
    max-width: 250px;
  }
  .footer__social-item a {
    height: 60px;
  }
  .footer__newsletter input[type="email"] {
    width: calc(100% - 60px);
    height: 60px;
    padding: 20px 15px;
  }
  .footer__newsletter input[type="submit"] {
    width: 60px;
    height: 60px;
    background-position: -316px -34px;
  }

  .more-link {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__top {
    height: 0;
    padding: 0;
    border: 0;
  }
  .vb-trigger,
  .header__english-version {
    display: none;
  }
  .header__search-box {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
  }
  .menu-trigger {
    margin-top: 12px;
  }
  .menu-full {
    top: 74px;
  }
  .logged-in .menu-full {
    top: 103px;
  }
  h1.logo {
    position: static;
    height: auto;
    border: 0;
  }
  .logo a,
  h1.logo a {
    padding: 0;
  }
  .main-menu {
    display: none;
  }
  .main {
    margin: 75px 0 0;
  }
  .logged-in .main {
    margin: 104px 0 0;
  }
  .submenu li a {
    padding: 5px 8px;
  }
  footer {
    margin: 30px 0 0;
  }
  .footer__social-newsletter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer__social {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 599px) {
  header {
    height: 64px;
  }
  .header__search-box {
    display: none;
    bottom: -60px;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 10px;
    background: #ed1c24;
  }
  .header--search-expanded .header__search-box {
    display: block;
  }
  .header__search-box .form-item {
    width: calc(100% - 34px);
  }
  .header__search-box input[type="text"] {
    max-width: none;
    width: 100%;
  }
  .header__main {
    padding: 10px 50px;
  }
  .menu-trigger {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    background-position: 2px 12px;
  }
  .header--menu-expanded .menu-trigger {
    bottom: -1px;
    background-position: 3px -29px;
  }
  .menu-full {
    top: 63px;
    left: 0;
    width: 100%;
    padding: 16px;
  }
  .MacOS .menu-full {
    left: 0;
  }
  .logged-in .menu-full {
    top: 92px;
  }
  .menu-full li {
    margin: 0 0 18px;
  }
  .menu-full li li {
    margin: 10px 0 0;
  }
  .logo {
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  .search-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .header--search-expanded .search-trigger {
    bottom: -1px;
    background: #ed1c24;
  }
  .search-trigger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    background: url(../../images/sprite.svg) -284px -2px no-repeat;
  }
  .header--search-expanded .search-trigger:before {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    margin: 0;
    background-position: 3px -29px;
  }
  .header__search-box input[type="text"] {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .main {
    margin: 64px 0 0;
  }
  .logged-in .main {
    margin: 73px 0 0;
  }
  .submenu {
    display: none;
  }
  .content-header {
    margin: 0 -20px 20px;
    padding: 15px;
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .block-title {
    margin: 0 0 10px;
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
  aside > * {
    margin: 0 0 25px;
  }
  .footer__top {
    padding: 20px 0;
  }
  .footer__logo {
    margin: 0 0 15px;
  }
  .footer__logo a {
    max-width: 200px;
  }
  .footer__secondary-menu {
    display: none;
  }
  .footer__footer-menu {
    margin: 0 0 20px;
  }
  .footer__social-newsletter {
    margin: 0 0 20px;
  }
  .footer__social-heading {
    margin: 0 0 8px;
    text-align: center;
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .footer__social-item a {
    width: 45px;
    height: 45px;
  }
  .footer__social-item a:before {
    transform: scale(0.7);
  }
  .footer__newsletter {
    max-width: 280px;
  }

  .pager {
    margin: 25px 0;
  }
  .pager li {
    display: none;
  }
  .pager li a {
    padding: 10px 16px;
  }
  .pager .pager-previous {
    display: inline-block;
    border-right: 1px solid #005bab;
  }
  .pager .pager-next {
    display: inline-block;
    margin-left: -1px;
    border-left: 1px solid #005bab;
  }

  .prestitial {
    padding: 30px 0;
  }

  .sticky-mobile {
    display: block;
  }
}

