@import "../../../libs/swiper-master/dist/css/swiper.min.css";
.mainpage .mp-mob-switch {
  padding: 24px 0 32px;
  font-family: EuclidFlex, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #717171;
  white-space: nowrap;
}
.mainpage .mp-mob-switch a {
  cursor: pointer;
  color: inherit;
  margin-right: 8px;
}
.mainpage .mp-mob-switch a.active {
  color: #000;
}
.mainpage .mp-mob-switch a.active:before {
  width: 48px;
}
.mainpage .mp-mob-switch a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0;
  border-bottom: 2px solid red;
  transition: all ease 0.3s;
}
@media all and (min-width: 540px) {
  .mainpage .mp-mob-switch {
    display: none;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-day {
    order: 1;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-day.first {
    order: 1;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-day.first .mp-day-header {
    display: none;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-day.last {
    order: 2;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-top {
    order: 2;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-top.first {
    margin-top: 12px;
    order: 1;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-top.first .mp-top-row {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-top.first .mp-top-row .mp-banners-col {
    order: 2;
  }
}
@media all and (max-width: 540px) {
  .mainpage .mp-cols #mp-col-top.last {
    order: 2;
  }
}
.mainpage .shares-sm,
.mainpage .comments-sm {
  font-size: 80%;
}
.mainpage .mainpage-content-first {
  overflow: hidden;
}
.mainpage .mainpage-content-first .mp-top-top {
  position: relative;
}
.mainpage .mainpage-content-first .mp-top-col {
  background-color: #fff;
}
.mainpage a {
  text-decoration: none;
  color: #000;
}
.mainpage a.is-main {
  color: #ff0000;
}
.mainpage a.is-main .zag {
  color: #ff0000;
}
.mainpage a .zag {
  transition: color linear 0.1s;
}
.mainpage a:hover .zag {
  color: #fe0002 !important;
}
.mainpage .tdu {
  color: #fafafa;
  color: rgba(0, 0, 0, 0.1);
}
.mainpage .tdu .zag {
  color: #232323;
  display: inline;
}
.mainpage .news-col {
  padding-left: 32px;
  padding-right: 32px;
}
.mainpage .section {
  margin-right: 6px;
  text-transform: lowercase;
  font-weight: 500;
  color: #fe0002;
  font-family: EuclidFlex, sans-serif;
}
.mainpage .mp-spec .spec-counters {
  padding-top: 32px/2;
}
.mainpage .mp-spec .shares.white,
.mainpage .mp-spec .comments.white {
  color: #fff;
}
.mainpage .mp-spec .shares.white:before,
.mainpage .mp-spec .comments.white:before {
  background-image: url(/app/public/images/comments_white.svg);
  background-color: rgba(255, 255, 255, 0.1);
}
.mainpage .mp-spec .shares.white.hot:before,
.mainpage .mp-spec .comments.white.hot:before {
  background-image: url(/app/public/images/comments_red.svg);
}
.mainpage .mp-spec .shares.white:before {
  background-image: url(/app/public/images/shares3_white.svg) !important;
}
.mainpage .mp-spec .shares.white.hot:before {
  background-image: url(/app/public/images/shares3_red.svg) !important;
}
.mainpage .mp-spec .comments-sm.white:before {
  background-image: url(/app/public/images/comments_white.svg);
}
.mainpage .mp-spec .shares-sm.white:before {
  background-image: url(/app/public/images/shares3_white.svg);
}
.mainpage .mp-spec-top .section {
  color: #fff;
}
.mainpage .teaser-content {
  display: block;
  position: relative;
  padding: 16px 32px;
  overflow: hidden;
}
.mainpage .teaser-content:after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #dadada;
}
.mainpage .teaser-content.last:after {
  display: none;
}
.mainpage .teaser-content header,
.mainpage .teaser-content footer {
  font-size: 80%;
  color: #717171;
}
.mainpage .teaser-content footer {
  padding-top: 5px;
}
.mainpage .title {
  display: block;
}
.mainpage .mp-ratings-v2 {
  margin: 15px 0 0;
  padding: 50px 0;
  background: #f7f3f2;
  background-size: contain;
}
.mainpage .mp-ratings-v2 .mp-ratings-header,
.mainpage .mp-ratings-v2 .mp-rat-head {
  font-family: EuclidFlex;
  font-weight: 400;
  line-height: 1;
}
.mainpage .mp-ratings-v2 .mp-ratings-header {
  position: relative;
  margin-bottom: 24px;
  font-size: 28px;
}
.mainpage .mp-ratings-v2 .mp-ratings-header:after {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 68px;
  height: 2px;
  background: #ff0000;
}
.mainpage .mp-ratings-v2 .mp-rat {
  margin-top: 30px;
}
.mainpage .mp-ratings-v2 .mp-rat-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  font-size: 110%;
}
.mainpage .mp-ratings-v2 .mp-rat-head .qr {
  box-sizing: border-box;
  padding: 4px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: red;
  color: #fff;
  text-align: right;
  font-weight: 600;
  line-height: 45px;
}
.mainpage .mp-ratings-v2 .mp-rat-head .h {
  padding-bottom: 2px;
}
.mainpage .mp-ratings-v2 .mp-rat-head .h a {
  border-bottom: 1px solid #dadada;
}
.mainpage .mp-ratings-v2 .mp-rat-head .h a:hover {
  border-bottom-color: #fe0002;
}
.mainpage .mp-ratings-v2 .mp-rat-menu {
  position: relative;
  overflow: hidden;
  font-size: 12px;
}
.mainpage .mp-ratings-v2 .mp-rat-menu ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0 0 8px 0;
  list-style: none;
  line-height: 1;
}
.mainpage .mp-ratings-v2 .mp-rat-menu li {
  margin-right: 9px;
  padding: 5px 0;
  cursor: pointer;
}
@media all and (min-width: 1600px) {
  .mainpage .mp-ratings-v2 .mp-rat-menu li {
    margin-right: 15px;
  }
}
.mainpage .mp-ratings-v2 .mp-rat-menu li:last-child {
  margin-right: 0;
}
.mainpage .mp-ratings-v2 .mp-rat-menu li.active {
  border-bottom: 1px solid red;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs {
  display: flex;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab {
  overflow: hidden;
  width: 0;
  min-width: 0;
  line-height: 1;
  transition: all ease 0.5s;
  transform: translate3d(0);
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab.active {
  min-width: 100%;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab table {
  width: 100%;
  font-size: 85%;
  font-family: Arial;
  white-space: nowrap;
  border-collapse: collapse;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab thead tr {
  border-radius: 2px;
  overflow: hidden;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab tr {
  position: relative;
  display: flex;
  margin: 3px 0;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab tr:hover a {
  color: #fe0002 !important;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab th {
  background: red;
  color: #fff;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab th:nth-child(2) {
  text-align: left;
  width: 100%;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab th,
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td {
  display: block;
  padding-top: 6px;
  padding-bottom: 4px;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(1) {
  text-align: left;
  width: 18px;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(2) {
  width: 100%;
  color: #1e1e1e;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(2) a {
  color: inherit;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab th:nth-child(1),
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(1) {
  padding-left: 8px;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(3),
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab th:nth-child(3) {
  padding-right: 5px;
  text-align: right;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(2),
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab th:nth-child(2) {
  padding-left: 7px;
}
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(1),
.mainpage .mp-ratings-v2 .mp-rat-tabs .tab td:nth-child(3) {
  font-weight: bold;
}
.mainpage .mp-ratings-v2 .mp-rat-action {
  margin-top: 30px;
  text-align: right;
  text-transform: lowercase;
  font-weight: 600;
}
.mainpage .mp-ratings-v2 .mp-rat-action a {
  display: inline-block;
  color: #1e1e1e;
}
.mainpage .mp-ratings-v2 .mp-rat-action a:after {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff url(/app/public/design/arrow_red.svg) no-repeat center center;
  background-size: 50% 50%;
}
.mainpage .mp-ratings-v2 .mp-rat-action a:hover {
  color: #ff0000;
}
.mainpage .blog-teaser-content {
  background-color: rgb(244 67 54 / 5%);
}
.mainpage .blog-teaser-content__header {
  display: flex;
  align-items: flex-start;
}
.mainpage .blog-teaser-content__avatar {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.mainpage .blog-teaser-content__titles {
  position: relative;
  top: -6px;
}
.mainpage .subtop .item-cover-row {
  box-sizing: border-box;
  width: 100%;
}
.mainpage .subtop .item-cover-row:last-child .teaser-content:after {
  display: none;
}
.mainpage .mp-events {
  margin-top: -16px;
  padding: 32px 0 64px;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.15) 10px, rgba(0, 0, 0, 0.15) 20px);
}
.mainpage .mp-events .mp-pops-header {
  padding-right: 0;
}
.mainpage .mp-events .slide {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.mainpage .mp-events .image {
  padding-top: 58%;
  height: 0;
  background-color: #dadada;
  background-size: contain;
}
.mainpage .mp-events .image:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid #000;
  border-width: 1px 0 1px 0;
  opacity: 0.05;
  pointer-events: none;
}
.mainpage .mp-events .descr {
  position: relative;
  flex-grow: 2;
  background: #fff;
}
.mainpage .mp-events .descr:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background: #fe0002;
  transition: height ease 0.2s;
}
.mainpage .mp-events .descr:hover:after {
  height: 4px;
}
.mainpage .mp-events .teaser-content {
  padding-top: 0;
  background: #fff;
}
.mainpage .mp-events .title,
.mainpage .mp-events .subtitle {
  display: block;
}
.mainpage .mp-events .title {
  font-family: EuclidFlex, sans-serif;
}
.mainpage .mp-events .subtitle {
  margin-top: 6px;
  font-size: 90%;
  color: #717171;
}
.mainpage .mp-events .more {
  margin-left: 4px;
  color: #000;
  text-transform: lowercase;
}
.mainpage .mp-events .more:hover {
  color: #fe0002;
}
.mp-event-modal .vex-content,
.mp-event-modal .vex-close,
.mp-event-modal .type {
  max-width: 800px;
  width: 100%;
}
.mp-event-modal .vex-content {
  padding: 0 !important;
  min-height: 100%;
}
.mp-event-modal .vex-close,
.mp-event-modal .type {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.mp-event-modal .vex-close {
  text-align: right;
  cursor: pointer;
}
.mp-event-modal .vex-close:before {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin: 9px 9px 0 0;
}
.mp-event-modal .ms-grid {
  padding: 0 24px;
  width: auto !important;
}
.mp-event-modal .ms-row {
  margin: 0 !important;
  padding: 0 !important;
}
.mp-event-modal .ms-col-1-1 {
  padding: 0;
}
.mp-event-modal .type,
.mp-event-modal .event-title,
.mp-event-modal .event-sub-title {
  font-family: EuclidFlex, sans-serif;
  font-weight: 500;
}
.mp-event-modal .event-title,
.mp-event-modal .event-sub-title {
  margin: 24px 0;
}
.mp-event-modal .type {
  padding: 12px 0;
  color: #fff;
}
.mp-event-modal .event-title {
  margin-top: 72px;
  font-size: 22px;
}
.mp-event-modal .event-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
}
.mp-event-modal .event-sub-title {
  font-size: 16px;
}
.mp-event-modal .vr {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #f2f2f2;
}
.mp-event-modal .descr {
  margin: 24px 0;
}
.mp-event-modal .key-val {
  font-weight: 600;
}
.mp-event-modal .key-val .key {
  font-weight: 600;
}
.mp-event-modal .actions {
  padding-bottom: 24px;
  font-weight: 600;
}
.mp-event-modal .actions a {
  color: #ff0000;
  white-space: nowrap;
  margin-right: 15px;
}
@-webkit-keyframes slideFromLeft {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media all and (min-width: 540px) {
  .mainpage .mp-ratings-v2 .mp-rat-menu {
    font-size: 15px;
  }
  .mainpage .mp-events .slide > * {
    margin: 0 8px;
  }
}
@media all and (min-width: 1084px) {
  .mainpage .subtop .item-cover-row {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
  }
  .mainpage .subtop .cover {
    position: relative;
    float: left;
    width: 32.5%;
    height: 115px;
  }
  .mainpage .subtop .cover a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainpage .subtop .teaser-content {
    box-sizing: border-box;
    min-height: 115px;
    margin-left: 32.5%;
  }
  .mainpage .subtop .teaser-content:after {
    left: 0;
  }
  .mainpage .subtop .title {
    font-family: EuclidFlex, sans-serif;
  }
}
.mainpage .tablet-rm {
  position: relative;
  padding-top: 58%;
}
.mainpage .tablet-rm .tablet-rm--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 100px;
  border: 1px dashed #dadada;
  transform: translate(-50%, -50%);
}
.mainpage .item-cover {
  position: relative;
  background: #f7f3f2;
  overflow: hidden;
}
.mainpage .item-cover:hover .cover {
  transform: scale3d(1.03, 1.03, 1);
}
.mainpage .item-cover .cover {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 58%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #a2a2a2;
  transition: all ease 0.2s;
}
.mainpage .item-cover .cover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  /* Old Browsers */
  background: linear-gradient(20deg, #000 0, #000 20%, transparent);
  opacity: 0.5;
  /*
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.5)));
        background: linear-gradient(left bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
        */
}
.mainpage .styled-title {
  display: block;
  margin: 0;
  font-weight: 500;
  font-family: EuclidFlex, sans-serif;
}
.mainpage .styled-title .section {
  display: block;
  padding-bottom: 5px;
}
.lozad {
  opacity: 0;
  transition: opacity ease 0.7s;
}
.lozad.loaded {
  opacity: 1;
}
@media all and (min-width: 768px) {
  .mainpage .mp-day-wrap .mp-day-header {
    margin-bottom: 10px;
  }
  .mainpage .mp-day-wrap .mp-day-list .teaser-content {
    padding: 20px 32px;
  }
  .mainpage .mp-day-wrap .mp-day-list .teaser-content .title {
    margin-top: 12px;
  }
  /*.mp-event-modal {
    .type {
      width: 768px;
    }
  }*/
}
@media all and (min-width: 768px) {
  .mainpage .item-cover {
    background: #a2a2a2;
  }
  .mainpage .item-cover .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
  }
  .mainpage .item-cover header,
  .mainpage .item-cover footer {
    position: absolute;
    z-index: 1;
  }
  .mainpage .item-cover footer {
    right: 32px;
    bottom: 32px;
    color: #fff;
  }
  .mainpage .mp-articles .item-cover .tdu,
  .mainpage .mp-spec .tdu {
    text-decoration: none;
  }
  .mainpage .mp-articles .item-cover .tdu .zag,
  .mainpage .mp-spec .tdu .zag {
    display: inline;
  }
  .mainpage .mp-spec-top .styled-title:before {
    margin-top: 0;
  }
  .mainpage .mp-spec-top .styled-title:after {
    min-height: 64px;
  }
  .mainpage .mp-spec-top .styled-title:before,
  .mainpage .mp-spec-top .styled-title:after,
  .mainpage .mp-spec-top .styled-title .top-zag,
  .mainpage .mp-spec-top .styled-title .bottom-zag {
    width: 260px;
  }
  .mainpage .mp-spec-top .styled-title:before,
  .mainpage .mp-spec-top .styled-title:after,
  .mainpage .mp-spec-top .styled-title .styled-title-link,
  .mainpage .mp-spec-top .styled-title .top-zag,
  .mainpage .mp-spec-top .styled-title .bottom-zag {
    padding-left: 64px;
  }
  .mainpage .mp-spec-top .styled-title .spec-counters {
    position: absolute;
    left: 64px;
    bottom: 18px;
  }
  .mainpage .styled-title {
    position: relative;
    display: flex;
    min-height: 320px;
    padding: 0;
    margin: 0;
    flex-direction: column;
    text-decoration: none;
    font-size: 22px;
    font-family: EuclidFlex, sans-serif;
  }
  .mainpage .styled-title:before,
  .mainpage .styled-title:after,
  .mainpage .styled-title .styled-title-link,
  .mainpage .styled-title .top-zag,
  .mainpage .styled-title .bottom-zag {
    padding-left: 32px;
  }
  .mainpage .styled-title:before,
  .mainpage .styled-title:after,
  .mainpage .styled-title .top-zag,
  .mainpage .styled-title .bottom-zag {
    width: 130px;
  }
  .mainpage .styled-title:before,
  .mainpage .styled-title:after {
    position: static;
    content: "";
    display: block !important;
    box-sizing: border-box;
    min-height: 32px;
    border: 2px solid #fe0002;
  }
  .mainpage .styled-title:before {
    margin-top: 32px;
    border-bottom: 0;
    flex-grow: 2;
  }
  .mainpage .styled-title:after {
    margin-bottom: 32px;
    border-top: 0;
  }
  .mainpage .styled-title .styled-title-link {
    display: block;
    box-sizing: border-box;
    margin-right: 32px;
    border-left: 2px solid #fe0002;
    padding-bottom: 14px;
    padding-top: 4px;
    font-weight: 400;
  }
  .mainpage .styled-title .zag {
    color: #fff;
  }
  .mainpage .styled-title .tdu {
    color: rgba(255, 255, 255, 0.1);
  }
}
@media all and (min-width: 1084px) {
  .mainpage .subtop .teaser-content {
    padding-top: 0;
  }
}
@media all and (min-width: 1200px) {
  .mainpage .styled-title {
    min-height: 240px;
  }
}
@media all and (min-width: 1400px) {
  .site-header-inner {
    padding: 12px 32px 12px !important;
  }
  .mainpage .styled-title {
    min-height: 320px;
    font-size: 31px;
    line-height: 1.2;
  }
  .mainpage .styled-title:before,
  .mainpage .styled-title:after,
  .mainpage .styled-title .top-zag,
  .mainpage .styled-title .bottom-zag {
    width: 170px;
  }
}
@media all and (min-width: 1600px) {
  .mainpage .styled-title {
    min-height: 360px;
  }
  .mainpage .styled-title:before {
    margin-top: 52px;
  }
  .mainpage .item-cover .section {
    font-size: 26px;
  }
}
.mp-top-row {
  height: 100%;
}
.mp-day-main-wrap {
  display: flex;
}
.mp-day-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: transparent;
}
.mp-day-wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 2000px;
  height: 2000px;
  background: linear-gradient(135deg, #fff 50%, #f7f3f2 50%);
  top: 0;
  right: 0;
}
.mp-day-wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  height: 240px;
  background: linear-gradient(315deg, #fff 50%, transparent 50%);
  bottom: 0;
  right: 0;
}
.mp-day-wrap .mp-day-header,
.mp-day-wrap .mp-day-list,
.mp-day-wrap .mp-day-bottom {
  position: relative;
  z-index: 2;
}
.mp-day-wrap .mp-day-header {
  position: relative;
  margin: 15px 0 0;
  padding-bottom: 15px;
  line-height: 1;
  font-size: 24px;
  font-family: EuclidFlex, sans-serif;
}
.mp-day-wrap .mp-day-header:after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 0;
  height: 2px;
  width: 47px;
  background: #fe0002;
}
.mp-day-wrap .mp-day-list {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mp-day-wrap .mp-day-list .teaser-content:after {
  display: none;
}
.mp-day-wrap .title {
  font-size: 17px;
}
.mp-day-wrap .title:last-child {
  padding-bottom: 0;
}
.mp-day-wrap .mp-day-bottom {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
}
.mp-day-wrap .mp-day-bottom a {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  line-height: 35px;
}
.mp-day-wrap .mp-day-bottom .all {
  padding-left: 32px;
  color: #fe0002;
}
.mp-day-wrap .mp-day-bottom .subscribe {
  position: relative;
  padding-right: 32px;
  text-align: right;
}
.mp-day-wrap .mp-day-bottom .subscribe:before {
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 15%;
  left: 15%;
  content: "";
  background: url("/app/public/design/arrow.svg") no-repeat center center;
  background-size: contain;
}
.mp-day-wrap .title {
  color: #232323;
}
.mp-day-wrap .date {
  margin-right: 15px;
}
@media all and (min-width: 1200px) {
  .mp-day-wrap:before {
    border-width: 140px;
  }
  .mp-day-wrap .mp-day-header {
    margin: 30px 0 0;
    padding-bottom: 15px;
  }
  .mp-day-wrap .title {
    padding-bottom: 15px;
  }
  .mp-day-wrap .title:after {
    right: auto;
    width: 58%;
  }
  .mp-day-wrap .mp-day-bottom .all:before {
    content: " ";
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background: #fff url("/app/public/design/arrow_red.svg") no-repeat center center;
    background-size: 50% 50%;
  }
}
.banner-wrap-rm2 {
  padding: 15px 0;
}
.banner-wrap-rm2 .banner-container.rendered:last-child {
  margin-top: 14px;
}
.mp-pops {
  padding-top: 15px;
  background: linear-gradient(to bottom, #f7f3f2 20%, #fff 20%);
  border-bottom: 1px solid #ededed;
}
.mp-pops .mp-pops-header {
  padding: 0 32px 16px;
  font-size: 24px;
  font-family: EuclidFlex, sans-serif;
}
.mp-pops .mp-pops-header:after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 12px;
  height: 2px;
  width: 68px;
  background: #fe0002;
}
.mp-pops #pop_creative {
  background-color: #f7f3f2;
}
.mp-pops .grid-slider {
  position: relative;
  overflow: hidden;
}
.mp-pops .grid-slider .slider-content {
  overflow: hidden;
}
.mp-pops .slide-row {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform cubic-bezier(0.23, 0, 0.46, 1) 1s;
}
.mp-pops .slide {
  min-width: 100%;
}
.mp-pops .slide.active.last .image:after {
  display: none;
}
.mp-pops .image {
  position: relative;
  display: block;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&:after {
      content: "";
      position: absolute;
      z-index: 2;
      top: 10%;
      bottom: 10%;
      right: -1px;
      width: 2px;
      background: #ff0000;
      opacity: .6;
    }*/
}
.mp-pops header {
  position: relative;
  background: #fff;
  text-transform: lowercase;
  font-size: 80%;
  color: #717171;
}
.mp-pops header.is-spec {
  background: #fe0002;
}
.mp-pops header.is-spec a {
  color: #fff;
}
.mp-pops header.is-spec a:before {
  background: #fff;
}
.mp-pops header .counters {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translate(0, -50%);
}
.mp-pops header a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 32px;
  color: #fe0002;
}
.mp-pops .text-link {
  display: block;
}
.mp-pops .arr {
  position: absolute;
  top: 110px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f7f3f2;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: opacity ease 0.3s;
}
.mp-pops .arr:hover:before {
  opacity: 0.8;
}
.mp-pops .arr:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  background: #fff url(/app/public/design/arrow_red.svg) no-repeat 15% center;
  background-size: 50% 45%;
}
.mp-pops .arr-left {
  left: -30px;
  transform: rotate(180deg);
}
.mp-pops .arr-right {
  right: -30px;
}
.mp-pops .nav {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mp-pops .nav li {
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background: #b7b7b7;
  cursor: pointer;
  transition: background ease 0.3s;
  opacity: 0.5;
}
.mp-pops .nav li.current {
  background: #fe0002;
}
@media all and (min-width: 540px) {
  .mp-pops .nav {
    top: 14px;
    right: 32px;
    left: auto;
    transform: translate(0, 0);
  }
  .mp-pops .nav li {
    opacity: 1;
  }
  .mp-pops .switcher {
    font-size: 26px;
  }
  .mp-pops .slide {
    min-width: 50%;
  }
  .mp-pops .slide .teaser-content {
    padding-bottom: 16px;
  }
}
@media all and (min-width: 1084px) {
  .mp-pops .slide {
    min-width: 33.3333%;
  }
}
@media all and (min-width: 1400px) {
  .mp-pops .nav {
    right: 0;
  }
  .mp-pops .grid-slider {
    overflow: visible;
  }
  .mp-pops .slide {
    min-width: 25%;
  }
  .mp-pops .arr-left:before,
  .mp-pops .arr-right:before {
    background-position: center center;
  }
}
.mp-articles .date {
  margin-right: 10px;
}
.mp-articles .big-date {
  display: none;
}
@media all and (min-width: 1084px) {
  .mp-articles .big-date {
    display: block;
    position: absolute;
    left: 32px;
    padding-top: 32px;
    text-transform: lowercase;
    line-height: 1;
    color: #afafaf;
  }
  .mp-articles .big-date .d,
  .mp-articles .big-date .m {
    display: block;
  }
  .mp-articles .big-date .d {
    font-size: 240%;
    font-weight: 400;
    font-family: EuclidFlex, sans-serif;
  }
  .mp-articles .big-date .m {
    position: relative;
    top: -4px;
    font-size: 75%;
  }
  .mp-articles .articles-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mp-articles .articles-col .teaser-content {
    margin-left: 80px;
    padding: 15px 32px;
  }
  .mp-articles .articles-col .teaser-content:after {
    width: 60%;
  }
  .mp-articles .date {
    display: none;
  }
  .mp-articles .top-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mp-articles .mp-articles-block-1 {
    flex-wrap: nowrap !important;
  }
  .mp-articles .mp-articles-block-1 .articles-col {
    order: 2;
  }
  .mp-articles .mp-articles-block-1 .top-col {
    order: 1;
  }
  .mp-articles .text-link {
    max-width: 400px;
  }
}
@media all and (min-width: 1200px) {
  .mp-articles .title {
    display: flex;
  }
  .mp-articles .text-link {
    font-size: 20px;
  }
  .mp-articles .date {
    margin: 26px 15px 0 0;
    line-height: 1;
    font-family: EuclidFlex, sans-serif;
  }
  .mp-articles .date span {
    display: block;
  }
  .mp-articles .date .day {
    font-size: 40px;
  }
  .mp-articles .date .mon {
    font-size: 14px;
  }
  .mp-articles .zag br {
    display: inline;
  }
  .mp-articles .articles-col .teaser-content {
    max-width: 400px;
    min-height: 95px;
  }
}
.mp-spec-wrap {
  position: relative;
}
.mp-spec-wrap .banner-rm6.rendered {
  margin: 16px auto;
}
.mp-spec {
  position: relative;
  margin: 0;
  background: #000;
}
.mp-spec .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}
.mp-spec .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  /* Old Browsers */
  background: -webkit-radial-gradient(top, transparent, #000000);
  background: -o-radial-gradient(top, transparent, #000000);
  background: -moz-radial-gradient(top, transparent, #000000);
  background: radial-gradient(to bottom, transparent, #000000);
  opacity: 0.7;
}
.mp-spec .mp-spec-top {
  position: relative;
  text-align: center;
  padding: 32px 16px;
  background: linear-gradient(to bottom, #000000, transparent);
}
.mp-spec .mp-spec-top header,
.mp-spec .mp-spec-top .title {
  position: relative;
}
.mp-spec .mp-spec-top header {
  text-transform: lowercase;
}
.mp-spec .mp-spec-top .title {
  margin: 16px auto;
  max-width: 400px;
}
.mp-spec .mp-spec-top .sp {
  font-family: EuclidFlex, sans-serif;
  color: #fe0002;
  text-transform: capitalize;
}
.mp-spec .mp-spec-top .section {
  margin: 0;
  font-size: 22px;
  text-shadow: 0 0 1px #666;
}
.mp-spec .tdu .zag {
  color: #fff;
}
.mp-spec .others ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all ease 0.5s;
}
.mp-spec .others ul li {
  margin: 40px 0;
  max-width: 500px;
}
.mp-spec .others ul li:last-child .teaser-content:after {
  display: none;
}
.mp-spec .others ul .teaser-content {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}
.mp-spec .others ul .teaser-content:after {
  border-color: rgba(255, 255, 255, 0.2);
  width: 90%;
  left: 47px;
  bottom: -20px;
}
.mp-spec .others ul a,
.mp-spec .others ul footer {
  display: inline;
  padding-left: 15px;
  color: #fff;
}
.mp-spec .others ul a {
  position: relative;
  display: block;
}
.mp-spec .others ul a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 9px;
  left: 0;
  background: #fe0002;
  border-radius: 50%;
}
.mp-spec .in-section {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-indent: -9999px;
}
.mp-spec .in-section .section {
  margin-right: 0;
}
.mp-spec .in-section:before,
.mp-spec .in-section:after {
  content: "";
  display: block;
  justify-content: center;
  flex-grow: 2;
  background: rgba(255, 255, 255, 0.3);
}
.mp-spec .in-section a {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.mp-spec .in-section a:hover:before {
  background: url("/app/public/design/arrow_white.svg") no-repeat 55% center;
  background-size: 50% 35%;
  background-color: #fe0002;
}
.mp-spec .in-section a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("/app/public/design/arrow_red.svg") no-repeat 55% center;
  background-size: 50% 35%;
  background-color: rgba(0, 0, 0, 0.2);
  top: -5px;
  left: -5px;
  transition: background-color ease-in 0.2s;
}
@media all and (max-width: 1083px) {
  .mp-spec .in-section {
    flex-direction: row;
  }
  .mp-spec .in-section:before,
  .mp-spec .in-section:after {
    height: 1px;
  }
  .mp-spec .in-section a {
    transform: rotate(90deg);
  }
}
@media all and (min-width: 1084px) {
  .mp-spec-wrap .banner-rm6-wrap {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 62%;
    margin: 0;
  }
  .mp-spec {
    margin: 16px 0;
    padding: 0;
  }
  .mp-spec .mp-spec-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    height: 100%;
    text-align: left;
    background: none;
    padding-left: 32px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mp-spec .mp-spec-top header {
    margin-top: 16px;
    padding-left: 32px;
  }
  .mp-spec .mp-spec-top .section {
    font-size: 21px;
    font-weight: 400;
    text-shadow: none;
  }
  .mp-spec .mp-spec-top .title {
    margin-bottom: 0;
    max-width: none;
    width: 120%;
  }
  .mp-spec .mp-spec-top .title:after {
    margin-bottom: 0;
  }
  .mp-spec .others {
    padding: 64px 0 32px;
  }
  .mp-spec .others ul {
    display: block;
  }
  .mp-spec .others .mp-others-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mp-spec .in-section {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .mp-spec .in-section:before,
  .mp-spec .in-section:after {
    height: auto;
    width: 1px;
  }
  .mp-spec .in-section a {
    width: 80px;
    height: 80px;
  }
  .mp-spec .in-section a:before {
    width: 96px;
    height: 96px;
    top: -8px;
    left: -8px;
  }
}
.mp-blogs-companies {
  margin-top: -30px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.mp-catalogue {
  box-sizing: border-box;
  margin: 30px 0;
}
.mp-catalogue header {
  box-sizing: border-box;
  position: relative;
}
.mp-catalogue header .header {
  position: relative;
}
.mp-catalogue header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -24px;
  height: 100%;
  width: 3000px;
  background-color: #ededed;
}
.mp-catalogue form {
  width: 100%;
}
.mp-catalogue form input {
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  margin-left: 0;
  padding-left: 2px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  background-color: transparent;
}
.mp-catalogue form input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-size: 14px;
}
.mp-catalogue form input:-moz-placeholder {
  color: #c3c3c3;
  font-size: 14px;
}
.mp-catalogue form input:-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 14px;
}
.mp-catalogue form input:-moz-placeholder {
  color: #c3c3c3;
  font-size: 14px;
}
.mp-catalogue form button {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  background: transparent url("/app/public/design/search.svg") no-repeat center center;
  transform: scale(0.75) translate(0, 6px);
  opacity: 0.3;
  /*svg {
        transform: translate(6px, 6px);
        width: 20px;
        height: 20px;
        stroke: #c3c3c3;
        margin: 0;
        padding: 0;
      }*/
}
.mp-catalogue .showroom {
  display: flex;
  width: 100%;
  flex-grow: 0;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
}
.mp-catalogue .showroom .image {
  display: flex;
  margin-left: -1px;
  margin-bottom: -1px;
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 15px;
  height: 160px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
}
.mp-catalogue .showroom .image img {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  max-width: 60%;
  max-height: 100px;
  height: auto;
  margin: auto;
}
.mp-blogs {
  margin: 30px 0;
  padding: 0 32px;
}
.mp-blogs .item {
  position: relative;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.mp-blogs .item:last-child {
  border: none;
}
.mp-blogs .item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: url(/app/public/images/socials/social.svg#blog) center top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.mp-blogs .item .capt {
  font-size: 14px;
}
.mp-blogs .item .date,
.mp-blogs .item .owner-inner {
  color: #717171;
}
.mp-blogs .item .date {
  text-transform: lowercase;
}
.mp-blogs .item .ttl {
  display: block;
  font-family: EuclidFlex, sans-serif;
}
.mp-blogs .item .ttl .underline-link-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mp-blogs .item .underline-link {
  color: #fafafa;
  color: rgba(0, 0, 0, 0.1);
}
.mp-blogs .item .underline-link .underline-link-inner {
  color: #000;
}
.mp-parts .loader {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all ease 0.5s;
}
.mp-parts .loader.active {
  height: 40px;
  padding: 30px;
}
@media all and (min-width: 1084px) {
  .mp-catalogue {
    margin-bottom: 0;
  }
  .mp-catalogue header:before {
    top: -15px;
    right: 0;
    height: 113%;
  }
  .mp-catalogue form input {
    margin-left: 32px;
  }
  .mp-blogs {
    margin-bottom: 0;
  }
  .mp-blogs .item {
    margin-left: 32px;
  }
  .header {
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 32px;
    font-size: 24px;
  }
  .header:after {
    left: 32px;
  }
}
@media all and (min-width: 768px) {
  .mp-catalogue .showroom .image {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .mainpage .ms-grid {
    overflow: hidden;
  }
  .mainpage .mp-blogs {
    margin: 0;
  }
  .mainpage .mp-blogs .header {
    padding-top: 0;
  }
}
.mp-events-v2 {
  position: relative;
  background: linear-gradient(45deg, #8a959f, #bac7c9, #8a959f);
  overflow: hidden;
}
@media all and (min-width: 1084px) {
  .mp-events-v2 {
    padding-bottom: 30px;
  }
}
.mp-events-v2:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/app/public/design/quadro.svg) center center no-repeat;
  background-size: cover;
}
.mp-events-v2__header {
  padding: 24px 0 8px 0;
  margin-left: 26px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: EuclidFlex, sans-serif;
  white-space: nowrap;
  width: 64px;
  border-bottom: 2px solid #ff0000;
}
.mp-events-v2__slides {
  height: 150px;
  padding: 15px 0;
  overflow-y: hidden;
}
.mp-events-v2__slide {
  display: block;
  cursor: pointer;
}
.mp-events-v2__slide__logo {
  display: none;
}
@media all and (min-width: 1084px) {
  .mp-events-v2__slide__logo {
    display: block;
    position: relative;
    padding: 1px;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
  }
  .mp-events-v2__slide__logo:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.05;
  }
}
.mp-events-v2__slide__tops {
  display: flex;
  justify-content: space-between;
  color: #B2B0B1;
  font-size: 85%;
}
.mp-events-v2__slide__descr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 2;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  height: 150px;
}
@media all and (min-width: 1084px) {
  .mp-events-v2__slide__descr {
    height: 140px;
  }
}
.mp-events-v2__slide__title {
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 1084px) {
  .mp-events-v2__slide__title {
    justify-content: flex-start;
    text-align: left;
  }
}
.mp-events-v2__slide__date--actual {
  color: #ff0000;
  font-weight: 600;
}
.mp-events-v2__slide__date-count:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  background: url(/app/public/design/clock.svg) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.mp-events-v2__slide-inner {
  display: flex;
  align-items: center;
  height: inherit;
}
.mp-events-v2__arr {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 50%;
  border: 6px solid #ECEDEF;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  transition: opacity linear 0.3s;
}
.mp-events-v2__arr:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff url(/app/public/design/arrow_red.svg) no-repeat center;
  background-size: 25px 25px;
  background-position: 4px center;
}
@media all and (min-width: 1400px) {
  .mp-events-v2__arr:before {
    background-position: center;
  }
}
.mp-events-v2__arr--prev {
  left: -30px;
}
.mp-events-v2__arr--prev:before {
  transform: rotate(180deg);
}
.mp-events-v2__arr--next {
  right: -30px;
}
.mp-events-v2__arr.swiper-button-disabled {
  opacity: 0.1;
}
/*# sourceMappingURL=mainpage_v2.css.map */