@charset "UTF-8";
/*--------- BASE ---------*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

a {
  text-decoration: none;
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*
4px - 0.25rem
8px - 0.5rem
10px - 0.625rem
11px - 0.6875rem
12px - 0.75rem
13px - 0.8125rem
14px - 0.875rem
15px - 0.9375rem
16px - 1rem
18px - 1.125rem
20px - 1.25rem
21px - 1.3125rem
22px - 1.375rem
24px - 1.5rem
25px - 1.5625rem
26px - 1.625rem
28px - 1.75rem
30px - 1.875rem
32px - 2rem
34px - 2.125rem
35px - 2.1875rem
36px - 2.25rem
40px - 2.5rem
42px - 2.625rem
44px - 2.75rem
45px - 2.8125rem
48px - 3rem
54px - 3.375rem
64px - 4rem
72px - 4.5rem
96px - 6rem
*/
body, button {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

/*--------- STATE ---------*/
.clearfix {
  *zoom: 1;
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*how use*/
/*.container-box {
  @extend %clearfix;
}*/
/*z-index*/
/*how use*/
/*
.navigation {
  @include z(nav);
}
*/
/*pseudoelements*/
/*how use*/
/*
section:after {
    @include ps;
}
*/
/*fonts*/
/*how use*/
/*
p { 
  @include font(1rem, white, 700 , 1.22)
}
*/
/*gradient*/
/*how use*/
/*
div {
  @include gradient(#000, #303030, hor);
}
*/
/*Centering vertically and horizontally*/
/*how use*/
/*
div{
  @include vert;
}
*/
/*Arrow in css*/
/*how use*/
/*
div {
   @include arrow(left, 30px, #000);
}
*/
/*how use*/
/*div.logo {
  background: url("logo.png") no-repeat;
  @include image-2x("logo2x.png", 100px, 25px);
}*/
/*opacity*/
/*how use*/
/*div.logo {
  @include opacity(0.8);
}*/
/*truncate*/
.bg-white {
  background-color: #ffffff;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.no-padding-r {
  padding-right: 0 !important;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
  position: relative;
  bottom: 0;
  display: block;
}

.img-resp-100 {
  width: 100%;
  max-width: 100%;
  display: block;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:not([type="radio"]):not([type="checkbox"]) {
  z-index: 1;
  -webkit-appearance: none;
  border-radius: 0;
}

.pos-static {
  position: static;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.h-100 {
  height: 100%;
}

.fbHide {
  display: none !important;
}

.label {
  text-transform: uppercase;
  padding: 3px 10px;
  background-color: #170f7d;
  color: #ffffff;
  margin-left: -4px;
}

.label__ver-0 {
  background-color: transparent;
  color: transparent;
}

.label__ver-1 {
  background-color: #f05a22;
  color: #ffffff;
}

.label__ver-2 {
  background-color: #f05a22;
  color: #ffffff;
}

.label__ver-3 {
  background-color: #f05a22;
  color: #ffffff;
}

.label__ver-4 {
  background-color: #d60707;
  color: #ffffff;
}

/*--------- GLOBAL ---------*/
/*------------------------
          LAYOUT
------------------------*/
/*--------- GRID ---------*/
body {
  background-color: #fff;
}

[v-cloak] {
  display: none;
}

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.nomargin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.VueCarousel-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-100 {
  width: 100%;
}

.footer {
  margin-bottom: 0;
  margin-top: 13px;
}

.container, .container-change {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after, .container-change:before, .container-change:after {
  content: " ";
  display: table;
}

.container:after, .container-change:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .container-change {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .container-change {
    width: 924px;
  }
}

@media (min-width: 1200px) {
  .container, .container-change {
    width: 1164px;
  }
}

@media (min-width: 1920px) {
  .container, .container-change {
    width: 1470px;
  }
}

.desktop-right, .desktop-left {
  float: none;
}

@media (min-width: 992px) {
  .desktop-left {
    float: right !important;
  }
  .desktop-right {
    float: left !important;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.icon-see-more {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12px;
  height: 15px;
  background-image: url(images/icons/arrows/see-more.svg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
}

@media (min-width: 768px) {
  .icon-see-more {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 12px;
    height: 22px;
    background-image: url(images/icons/arrows/see-more.svg);
    top: 7px;
  }
}

.icon-play-small {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 111px;
  height: 66px;
  background-image: url(images/icons/play-small.svg);
  background-size: 45%;
}

.icon-play-small--smaller {
  width: 44px;
  height: 44px;
  background-size: 60%;
}

@media (min-width: 992px) {
  .icon-play-small--smaller {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 111px;
    height: 66px;
    background-image: url(images/icons/play-small.svg);
    background-size: 45%;
  }
}

.icon-play-small--smaller-video {
  width: 44px;
  height: 44px;
  background-size: 60%;
}

.icon-foto {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  background-image: url(images/icons/foto.svg);
  background-size: 60%;
}

@media (min-width: 992px) {
  .icon-foto {
    background-size: 60%;
  }
}

@media (min-width: 1200px) {
  .icon-foto {
    background-size: 60%;
  }
}

.icon-play-big {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 90px;
  height: 90px;
  background-image: url(images/icons/play-small.svg);
  background-size: 90px 90px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .icon-play-big {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 130px;
    height: 130px;
    background-image: url(images/icons/play-small.svg);
  }
}

.icon-arr-up {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  background-image: url(images/icons/arrows/arr-up.svg);
  background-size: 18px 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 auto;
}

.icon-arr-down {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  background-image: url(images/icons/arrows/arr-down.svg);
  background-size: 18px 18px;
  margin: 0 auto;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 20%;
  left: 45%;
  color: #d0043c;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  z-index: 500;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.arrow-button {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 5px;
  height: 10px;
  background-image: url(images/icons/arrow-button.svg);
  display: block;
  cursor: pointer;
}

body {
  background-color: #fff;
}

[v-cloak] {
  display: none;
}

.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.nomargin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.VueCarousel-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-100 {
  width: 100%;
}

.footer {
  margin-bottom: 0;
  margin-top: 13px;
}

/*Belka EXPAND */
.header-publicity {
  display: block;
  height: 0;
  z-index: 3;
  position: relative;
  top: 0;
  -webkit-transition: top .3s linear;
  transition: top .3s linear;
}

.header-publicity--visible {
  height: 64px;
}

.header-publicity-active {
  position: relative;
  top: -64px;
}

/*END Belka EXPAND */
/*BRANDING*/
.video-beam-top.active {
  background-position: 0 0 !important;
  background-color: transparent !important;
  height: 0 !important;
  background-size: contain !important;
  padding-bottom: 8.73%;
}

.video-beam-bottom.active {
  background-position: 0 0 !important;
  background-color: transparent !important;
  height: 0 !important;
  background-size: contain !important;
  padding-bottom: 8.73%;
}

/*END BRANDING*/
/*SCREENING*/
/*stary screening */
.slot1 {
  margin: 0 auto;
}

.slot1:empty {
  margin: 0 auto;
}

.info-screening-wrapper #app .container,
.info-screening-wrapper #app .container-change {
  width: 1176px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 30px 35px 0px rgba(89, 89, 89, 0.5);
          box-shadow: 0 30px 35px 0px rgba(89, 89, 89, 0.5);
}

.info-screening-wrapper #app .author-top__wrapper {
  width: 1176px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.info-screening-wrapper #app .detal-program__head-container {
  display: none;
}

.info-screening-wrapper #app .detal-program__head-container--screening {
  display: block;
  height: 580px;
  width: 100%;
  position: absolute;
}

.info-screening-wrapper #app .VueCarousel-inner {
  -ms-flex-preferred-size: 390px !important;
      flex-basis: 390px !important;
}

.info-screening-wrapper #app .info-baner__left-side h2 {
  font-size: 2.75rem;
}

.info-screening-wrapper #app .info-baner__left-side h3 {
  font-size: 1.6rem;
}

.info-screening-wrapper #app .pager {
  margin: 0px 0 60px 0 !important;
}

.info-screening-wrapper #app .pager__content {
  padding-bottom: 20px !important;
}

.info-screening-wrapper #app .author-top__left {
  margin: 0 0 0 10px;
}

.info-screening-wrapper #app .detal-program__rest-items {
  padding: 0;
}

.info-screening-wrapper #app .detal-program__rest-items .container {
  width: 1176px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 29px;
  margin: 0px;
  cursor: pointer;
}

.info-screening-wrapper #app .app-weather .page-header {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}

.info-screening-wrapper #app .app-weather .page-header .weather-news {
  padding-bottom: 20px;
}

.info-screening-wrapper #app .app-weather .weather-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*nowy screenng */
.screening {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.screening--active:hover {
  cursor: pointer;
}

@media (min-width: 1250px) {
  .screening {
    display: block;
  }
}

.screening__wrapper {
  position: relative;
}

@media (min-width: 1250px) {
  .screening__wrapper.active-yes {
    position: relative;
    width: 1176px;
    margin: 0 auto;
  }
  .screening__wrapper.active-yes #app .container {
    width: 1176px;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 30px 35px 0px rgba(89, 89, 89, 0.5);
            box-shadow: 0 30px 35px 0px rgba(89, 89, 89, 0.5);
  }
  .screening__wrapper.active-yes .footer {
    position: relative;
    z-index: 1;
  }
}

.doubleboard,
.board {
  max-width: 970px;
  max-height: 370px;
  margin: 10px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .doubleboard,
  .board {
    width: 100%;
  }
}

.doubleboard:empty,
.board:empty {
  margin: 0 auto;
}

.board-white:empty {
  padding: 0;
}

.board-white {
  max-width: 100%;
  max-height: 370px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: white;
  padding: 20px 0;
}

.a-ocean a,
.a-ocean div {
  z-index: 1;
  position: relative;
}

/*END SCREENING*/
/*MODULE BANNER*/
.module-banner img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .module-banner {
    padding-top: 20px;
  }
}

/*END MODULE BANNER*/
/*--------- MODULES ---------*/
.boxes__header {
  font-family: Lato;
  color: #2b2b2b;
  margin-bottom: 30px;
  font-size: 1.75rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.22;
}

@media (min-width: 768px) {
  .boxes__header {
    font-size: 3.125rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.22;
  }
}

@media (min-width: 1200px) {
  .boxes__header {
    font-size: 3.625rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.22;
  }
}

.boxes__header-text {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding-right: 36px;
}

.boxes__header-text--red {
  color: #b91d21;
}

.boxes__header-line {
  display: block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(91deg, #b01c1c, #6d0005);
  position: relative;
  top: 25px;
  z-index: 0;
}

@media (min-width: 768px) {
  .boxes__header-line {
    top: 40px;
  }
}

@media (min-width: 1200px) {
  .boxes__header-line {
    top: 44px;
  }
}

a.see-more {
  position: relative;
  display: block;
  font-size: 0.75rem;
  color: #bc1336;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  a.see-more {
    font-size: 1rem;
    color: #bc1336;
    font-weight: 500;
    line-height: 1.22;
  }
}

a.see-more:hover {
  cursor: pointer;
}

a.see-more:hover .icon-see-more {
  left: 5px;
}

.v-box {
  margin-bottom: 30px;
  padding-bottom: 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.v-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 0%;
  bottom: 0;
  background: #e0e0e0;
  height: 5px;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.v-box::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #bc1336;
  height: 5px;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.v-box:hover::before {
  left: 0;
  right: 0;
  z-index: 2;
}

.v-box:hover .v-box__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.v-box:hover .v-box__title {
  color: #bc1336;
}

.v-box:hover .video-play__vid {
  background-color: #bc1336;
}

.p-box:hover .p-box__title {
  color: #bc1336;
}

.p-box__image {
  width: 100%;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.p-box__image img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.p-box .see-more {
  position: absolute;
  bottom: 10px;
}

.p-box__four {
  margin-bottom: 0;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .p-box__four {
    margin-bottom: 5px;
  }
}

.p-box__four::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 0%;
  bottom: 0;
  background: #fff;
  height: 5px;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.p-box__four::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fff;
  height: 5px;
  -webkit-transition-property: left right;
  transition-property: left right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.p-box__four .see-more {
  font-size: 0.75rem;
  color: #bc1336;
  font-weight: normal;
  line-height: 1.44;
}

@media (min-width: 768px) {
  .p-box__four .see-more {
    font-size: 0.875rem;
    color: #bc1336;
    font-weight: 500;
    line-height: 1.22;
  }
}

.p-box__title {
  margin-bottom: 4px;
  padding-top: 5px;
  letter-spacing: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.125rem;
}

@media (min-width: 768px) {
  .p-box__title {
    font-size: 1.25rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.13;
    margin-bottom: 8px;
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  .p-box__title {
    font-size: 1.625rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.13;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}

.p-box__description {
  margin-bottom: 35px;
  overflow: hidden;
  max-height: 3em;
  font-size: 0.75rem;
  color: #5f5f5f;
  font-weight: normal;
  line-height: 1.44;
}

@media (min-width: 768px) {
  .p-box__description {
    font-size: 0.875rem;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 1.44;
  }
}

.p-box__three {
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.p-box__three .p-box__title {
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .p-box__three .p-box__title {
    font-size: 1.875rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.875rem;
  }
}

@media (min-width: 1920px) {
  .p-box__three .p-box__title {
    font-size: 2.3rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.18;
  }
}

.p-box__three .p-box__description {
  font-size: 0.875rem;
  color: #5f5f5f;
  font-weight: normal;
  line-height: 1.44;
}

@media (min-width: 768px) {
  .p-box__three .p-box__description {
    font-size: 1.125rem;
    color: #5f5f5f;
    font-weight: normal;
    line-height: 1.43;
  }
}

.main-mesh-box {
  margin-bottom: 22px;
}

@media (min-width: 1200px) {
  .main-mesh-box {
    margin-bottom: 42px;
  }
}

.main-mesh-box__image {
  width: 100%;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.main-mesh-box__image img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main-mesh-box__title {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.43;
  margin-bottom: 13px;
  padding-top: 13px;
  letter-spacing: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .main-mesh-box__title {
    font-size: 1.3rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.17;
  }
}

@media (min-width: 1200px) {
  .main-mesh-box__title {
    font-size: 1.5rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.18;
  }
}

.main-mesh-box__title:hover {
  color: #bc1336;
}

.main-mesh-box__description {
  font-size: 1.125rem;
  color: #5f5f5f;
  font-weight: normal;
  line-height: normal;
}

@media (min-width: 768px) {
  .main-mesh-box__description {
    overflow: hidden;
    height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 3px;
  }
}

.main-mesh-box-desc__wrapper {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
  margin-top: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .main-mesh-box-desc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .main-mesh-box-desc__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: auto;
    max-height: 100%;
  }
}

.mmb-content .main-mesh-box-desc__wrapper {
  display: none;
}

@media (min-width: 768px) {
  .main-mesh-box__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main-mesh-box__bottom-author-face {
  width: 26px;
  height: 26px;
  background: #ccc;
  border-radius: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .main-mesh-box__bottom-author-face {
    width: 65px;
    height: 65px;
  }
}

.main-mesh-box__bottom-author-name {
  font-size: 0.75rem;
  color: #bc1336;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  padding-bottom: 7px;
  width: calc(100% - 65px);
}

@media (min-width: 768px) {
  .main-mesh-box__bottom-author-name {
    font-size: 1.125rem;
    color: #bc1336;
    font-weight: 900;
    line-height: normal;
  }
}

.main-mesh-box__bottom-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 8px;
  position: relative;
}

@media (min-width: 768px) {
  .main-mesh-box__bottom-time {
    padding-left: 17px;
  }
}

.main-mesh-box__bottom > .main-mesh-box__bottom-time {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.main-mesh-box__bottom-author-face + .main-mesh-box__bottom-time {
  padding-left: 8px;
  width: calc(100% - 65px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .main-mesh-box__bottom-author-face + .main-mesh-box__bottom-time {
    padding-left: 17px;
  }
}

.mmb-content .v-box:after {
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mmb-content .v-box:after {
    width: 50%;
    right: 0;
    bottom: 15px;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .mmb-content .v-box:after {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.mmb-content .v-box:before {
  display: none;
}

@media (min-width: 1200px) {
  .mmb-content .v-box:before {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .mmb-content .v-box .main-mesh-box__bottom-author-name {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .mmb-content .v-box .main-mesh-box__title {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .mmb-content .v-box .main-mesh-box__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 17px;
  }
}

.mmb-content .v-box:hover .main-mesh-box__title {
  color: #bc1336;
}

@media (min-width: 768px) {
  .mmb-content .main-mesh-abs {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .mmb-content .main-mesh-abs {
    position: static;
    bottom: auto;
    right: auto;
  }
}

@media (max-width: 767px) {
  .mmb-top .main-mesh-box__bottom-author-face + .main-mesh-box__bottom-time {
    width: calc(100% - 26px);
  }
  .mmb-top .time-article {
    margin-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.mmb-top .main-mesh-box__title {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.43;
  margin-bottom: 13px;
  padding-top: 13px;
  letter-spacing: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .mmb-top .main-mesh-box__title {
    font-size: 1.5rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.17;
  }
}

@media (min-width: 1200px) {
  .mmb-top .main-mesh-box__title {
    font-size: 2.3rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.18;
  }
}

.mmb-top .main-mesh-box__title:hover {
  color: #bc1336;
}

.mmb-top:hover .main-mesh-box__title {
  color: #bc1336;
}

.main-mesh-box-desc__wrapper .see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 170px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-mesh-box-desc__wrapper .see-more .icon-see-more {
  top: 1px;
}

@media (min-width: 1200px) {
  .main-mesh-box-desc__wrapper .see-more {
    margin-top: 2px;
    margin-right: 0px;
    -webkit-box-pack: end;
  }
}

section.tags .mmb-top .main-mesh-box-desc__wrapper,
section.tags .mmb-content .main-mesh-box-desc__wrapper,
section.author .mmb-top .main-mesh-box-desc__wrapper,
section.author .mmb-content .main-mesh-box-desc__wrapper {
  display: none;
}

@media (min-width: 1200px) {
  section.tags .mmb-top .main-mesh-box-desc__wrapper,
  section.tags .mmb-content .main-mesh-box-desc__wrapper,
  section.author .mmb-top .main-mesh-box-desc__wrapper,
  section.author .mmb-content .main-mesh-box-desc__wrapper {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-category-v2 .cat-v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-category-v2 .cat-v2 .mmb-top {
  height: 100%;
}

.main-category-v2 .cat-v2 .mmb-top .main-mesh-box {
  height: calc(100% - 42px);
  padding-bottom: 42px;
  position: relative;
}

.main-category-v2 .cat-v2 .mmb-top .col-xs-12 {
  position: static;
}

.main-category-v2 .cat-v2 .mmb-top .main-mesh-box__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.main-category-v2 .cat-v2 .mmb-top .main-mesh-box__title {
  height: auto;
}

.main-category-v2 .cat-v2 .main-mesh-box-desc__wrapper {
  display: none;
}

@media (min-width: 1200px) {
  .main-category-v2 .cat-v2 .main-mesh-box-desc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .main-category-v2 .cat-v2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-category-v2 .cat-v2-content .mmb-content {
    height: 100%;
  }
  .main-category-v2 .cat-v2-content .mmb-content .main-mesh-box {
    height: calc(100% - 42px);
    padding-bottom: 42px;
    position: relative;
  }
  .main-category-v2 .cat-v2-content .mmb-content .col-xs-12 {
    position: static;
  }
  .main-category-v2 .cat-v2-content .mmb-content .main-mesh-box__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .main-category-v2 .cat-v2-content .mmb-content .main-mesh-box__title {
    height: auto;
  }
  .main-category-v2 .cat-v2-content .main-mesh-box-desc__wrapper {
    display: none;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .main-category-v2 .cat-v2-content .main-mesh-box-desc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

section.opinions.main-category-v2 .box__text-container .box__title {
  margin-bottom: 100px;
}

section.opinions.main-category-v2 .cat-v2-content .box__text-container .box__title {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  section.opinions.main-category-v2 .cat-v2-content .box__text-container .box__title {
    margin-bottom: 100px;
  }
}

section.opinions.main-category-v2 .main-mesh-box-desc__wrapper {
  display: none;
}

section.video_list.main-category-v2 .cat-v2-content, section.detal-video.main-category-v2 .cat-v2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.video_list.main-category-v2 .cat-v2-content .mmb-content, section.detal-video.main-category-v2 .cat-v2-content .mmb-content {
  height: 100%;
}

section.video_list.main-category-v2 .cat-v2-content .mmb-content .main-mesh-box, section.detal-video.main-category-v2 .cat-v2-content .mmb-content .main-mesh-box {
  height: calc(100% - 42px);
  padding-bottom: 42px;
  position: relative;
}

section.video_list.main-category-v2 .cat-v2-content .mmb-content .col-xs-12, section.detal-video.main-category-v2 .cat-v2-content .mmb-content .col-xs-12 {
  position: static;
}

section.video_list.main-category-v2 .cat-v2-content .mmb-content .main-mesh-box__bottom, section.detal-video.main-category-v2 .cat-v2-content .mmb-content .main-mesh-box__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
}

section.video_list.main-category-v2 .cat-v2-content .mmb-content .main-mesh-box__title, section.detal-video.main-category-v2 .cat-v2-content .mmb-content .main-mesh-box__title {
  height: auto;
}

section.video_list.main-category-v2 .main-mesh-box-desc__wrapper, section.detal-video.main-category-v2 .main-mesh-box-desc__wrapper {
  display: none;
}

section.opinions .main-mesh-box-desc__wrapper {
  display: none;
}

.main-mesh-box__bottom-time .socials {
  display: none;
}

@media (min-width: 1200px) {
  .main-mesh-box__bottom-time .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.opinions .main-mesh-box__bottom-author-face + .main-mesh-box__bottom-time .socials {
  display: none;
}

@media (min-width: 1200px) {
  .opinions .main-mesh-box__bottom-author-face + .main-mesh-box__bottom-time .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .opinions .no-face {
    height: 65px;
  }
}

.opinions .no-face .socials {
  position: absolute;
  right: 0;
  top: 0;
}

.opinions .no-name {
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .opinions .no-name {
    min-height: 46px;
  }
}

@media (min-width: 1200px) {
  .opinions .no-name {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}

@media (min-width: 1200px) {
  .opinions .no-name .main-mesh-box__bottom-time {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 5px;
  }
}

.cat-big-box {
  padding-bottom: 80px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.cat-big-box:hover .cat-big-box__title {
  color: #bc1336;
}

.cat-big-box__img {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .cat-big-box__img {
    margin-bottom: 45px;
  }
}

.cat-big-box__img img {
  width: 100%;
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.cat-big-box__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .cat-big-box__content {
    margin-bottom: 18px;
  }
}

.cat-big-box__content:hover {
  cursor: pointer;
}

.cat-big-box__title {
  width: 90%;
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.13;
  padding: 5px 5px 5px 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .cat-big-box__title {
    font-size: 2rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.13;
    padding: 10px 10px 10px 0;
  }
}

@media (min-width: 1200px) {
  .cat-big-box__title {
    font-size: 2.3rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.18;
    padding: 10px 10px 0px 0;
  }
}

@media (min-width: 1920px) {
  .cat-big-box__title {
    padding: 20px 20px 0px 0;
  }
}

.cat-big-box__desc {
  width: 90%;
  background-color: #fff;
  font-size: 0.75rem;
  color: #2b2b2b;
  font-weight: normal;
  line-height: 1.22;
}

@media (min-width: 768px) {
  .cat-big-box__desc {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: normal;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .cat-big-box__desc {
    padding-top: 10px;
  }
}

@media (min-width: 1920px) {
  .cat-big-box__desc {
    padding-top: 20px;
  }
}

.cat-big-box__desc a.see-more {
  display: inline-block;
  margin-bottom: 0;
}

.cat-big-box__desc-text {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cat-big-box__rest {
  width: 100%;
  background-color: #fff;
  padding-top: 0;
}

@media (min-width: 992px) {
  .cat-big-box__rest {
    width: 100%;
    padding-top: 14px;
  }
}

.cat-big-box__rest .time-article {
  position: relative;
  top: 10px;
}

.cat-big-box__rest .socials {
  padding-top: 3px;
  position: static;
  right: auto;
  bottom: auto;
}

.main-category-v1 .v-box .video-play__vid {
  background-color: transparent;
}

.main-category-v1 .v-box .video-play__vid i.icon-play-small {
  background-color: rgba(43, 43, 43, 0.5);
}

.main-category-v1 .v-box:hover .video-play__vid {
  background-color: transparent;
}

.main-category-v1 .v-box:hover i.icon-play-small {
  background-color: #bc1336;
}

.biznes-box {
  margin-bottom: 0;
}

.biznes-box__header {
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 5px solid #b91d21;
  padding-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.biznes-box__header--grey {
  border-bottom: 5px solid #dcdcdc;
}

@media (min-width: 992px) {
  .biznes-box-charts {
    overflow: hidden;
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .biznes-box-charts {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.biznes-box__table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.biznes-box__table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.biznes-box__table tr:hover {
  background: #e8e6e6;
  cursor: default;
}

.biznes-box__table th {
  vertical-align: bottom;
  padding: .15rem;
}

.biznes-box__table td {
  padding: .25rem;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .biznes-box__table td {
    padding-left: 0;
    padding-right: 0;
  }
}

.biznes-box__f-col {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.61;
}

@media (min-width: 1200px) {
  .biznes-box__f-col {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.61;
    width: 40%;
  }
}

.biznes-box__s-col {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: normal;
  line-height: 1.61;
  text-align: center;
}

@media (min-width: 1200px) {
  .biznes-box__s-col {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: normal;
    line-height: 1.61;
    width: 30%;
    text-align: left;
  }
}

.biznes-box__t-col {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: normal;
  line-height: 1.61;
  text-align: center;
}

@media (min-width: 1200px) {
  .biznes-box__t-col {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: normal;
    line-height: 1.61;
    text-align: right;
  }
}

.biznes-box__t-col--green {
  font-size: 0.875rem;
  color: #2fa800;
  font-weight: normal;
  line-height: 1.61;
}

@media (min-width: 1200px) {
  .biznes-box__t-col--green {
    font-size: 1.125rem;
    color: #2fa800;
    font-weight: normal;
    line-height: 1.61;
  }
}

.biznes-box__t-col--red {
  font-size: 0.875rem;
  color: #ca0000;
  font-weight: normal;
  line-height: 1.61;
}

@media (min-width: 1200px) {
  .biznes-box__t-col--red {
    font-size: 1.125rem;
    color: #ca0000;
    font-weight: normal;
    line-height: 1.61;
  }
}

.biznes-box__change {
  font-size: 0.625rem;
  color: #a4a4a4;
  font-weight: normal;
  line-height: 1.61;
  text-align: center;
}

@media (min-width: 1200px) {
  .biznes-box__change {
    font-size: 0.8125rem;
    color: #a4a4a4;
    font-weight: normal;
    line-height: 1.61;
  }
}

.biznes-box .biznes-box__change-waluty, .biznes-box .biznes-box__change-waluty-value {
  text-align: left;
}

.biznes-box .biznes-box__change-waluty:nth-child(odd), .biznes-box .biznes-box__change-waluty-value:nth-child(odd) {
  padding-right: 40px;
  text-align: right;
}

.biznes-box__video {
  display: none;
}

@media (min-width: 992px) {
  .biznes-box__video {
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .biznes-box__video::after, .biznes-box__video::before {
    width: 0;
  }
  .biznes-box__video:hover .biznes-box__video-desc {
    color: #bc1336;
  }
  .biznes-box__video-img {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }
  .biznes-box__video-img img {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    vertical-align: middle;
  }
  .biznes-box__video-play {
    position: absolute;
    bottom: 0;
  }
  .biznes-box__video-desc {
    font-size: 1rem;
    color: #2b2b2b;
    font-weight: normal;
    line-height: 1.56;
    padding-top: 10px;
    text-align: center;
  }
}

.biznes-box__article {
  display: none;
}

@media (min-width: 992px) {
  .biznes-box__article {
    display: block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .biznes-box__article:hover .biznes-box__article-title {
    color: #bc1336;
  }
  .biznes-box__article::after, .biznes-box__article::before {
    width: 0;
  }
  .biznes-box__article-img {
    position: relative;
    overflow: hidden;
  }
  .biznes-box__article-img img {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    vertical-align: middle;
  }
  .biznes-box__article-play {
    position: absolute;
    bottom: 0;
  }
  .biznes-box__article-content {
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 10px;
  }
  .biznes-box__article-title {
    font-size: 1.5rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: normal;
  }
  .biznes-box__article-desc {
    font-size: 1rem;
    color: #2b2b2b;
    font-weight: normal;
    line-height: 1.33;
    padding: 10px 0;
    height: 4.5em;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (min-width: 1920px) {
  .biznes-box__article-desc {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: normal;
    line-height: 1.33;
  }
}

@media (min-width: 992px) {
  .biznes-box__article-see-more {
    text-align: right;
  }
}

.biznes-box .VueCarousel-inner {
  padding-left: 15px;
}

.biznes-box .VueCarousel {
  padding-bottom: 70px;
}

.biznes-box .VueCarousel-pagination ul {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.category-news-box {
  display: none;
}

@media (min-width: 992px) {
  .category-news-box {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
  }
  .category-news-box__header {
    font-size: 1.25rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: normal;
    border-bottom: 5px solid #b91d21;
    padding-bottom: 7px;
  }
  .category-news-box__content {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .category-news-box__content:hover .category-news-box__title {
    color: #bc1336;
  }
  .category-news-box__img {
    vertical-align: bottom;
  }
  .category-news-box__title {
    font-size: 1.25rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.25;
    display: block;
  }
  .category-news-box__vid {
    position: absolute;
    bottom: 0;
  }
}

.category-editorial-box {
  margin: 0 0 20px 0;
  display: none;
}

@media (min-width: 992px) {
  .category-editorial-box {
    display: block;
  }
}

@media (min-width: 1200px) {
  .video_list .boxes__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .video_list .boxes__top > div {
    margin-bottom: 42px;
  }
  .video_list .boxes__top > div > .boxes__box {
    height: 100%;
  }
  .video_list .boxes__top > div > .boxes__box div.mmb-content {
    height: 100%;
  }
  .video_list .boxes__top > div > .boxes__box div.mmb-content div.main-mesh-box {
    height: 100%;
  }
  .video_list .boxes__top > div > .boxes__box div.mmb-content div.main-mesh-box > div {
    position: relative;
    height: 100%;
  }
  .video_list .boxes__top > div > .boxes__box div.mmb-content div.main-mesh-box > div > div.col-xs-12 {
    position: relative;
    height: 100%;
  }
  .video_list .boxes__top > div > .boxes__box div.mmb-content div.main-mesh-box > div > div.col-xs-12 > div.row {
    position: static;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .video_list .main-mesh-abs-first {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .video_list .main-mesh-abs-first {
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .video_list .main-mesh-abs {
    position: static;
    bottom: auto;
    right: auto;
  }
}

@media (min-width: 768px) {
  .video_list .video-top-second .main-mesh-abs {
    position: static;
    bottom: auto;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .video_list .video-top-second .main-mesh-abs {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.video_list .main-mesh-box__bottom-time {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.video_list .mmb-video .v-box::after {
  width: 100%;
  bottom: 0;
}

@media (max-width: 480px) {
  .video_list .box__title-video {
    padding-top: 13px !important;
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .video_list .box__title {
    padding-top: 13px !important;
  }
}

.video_list .video-list-menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 15px 20px;
}

.video_list .video-list-menu__wrapper::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  .video_list .video-list-menu__wrapper {
    padding: 0 15px 40px;
  }
}

.video_list .video-list-menu--link {
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  padding-right: 20px;
}

.video_list .video-list-menu--link:hover::after {
  left: 0;
  right: 20px;
  bottom: -6px;
  position: absolute;
  content: "";
  background-color: #b91d21;
  height: 3px;
}

.video_list .video-list-menu--link:focus {
  text-decoration: none;
}

.video_list .video-list-menu--link:nth-child(n+2) {
  margin-left: 14px;
}

.video_list .video-list-menu--link:nth-last-child(1) > .vlm-dot {
  display: none;
}

@media (min-width: 768px) {
  .video_list .video-list-menu--link {
    font-size: 1.375rem;
  }
}

.video_list .video-list-menu .vlm-active {
  position: relative;
}

.video_list .video-list-menu .vlm-active::after {
  left: 0;
  right: 20px;
  bottom: -6px;
  position: absolute;
  content: "";
  background-color: #b91d21;
  height: 3px;
}

.video_list .video-list-menu .vlm-dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #020202;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video_list .video-category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .video_list .video-category__wrapper {
    margin-top: 25px;
  }
}

.video_list .video-category--heading {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 23px;
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
}

@media (min-width: 768px) {
  .video_list .video-category--heading {
    font-size: 1.375rem;
  }
}

.video_list .video-category--see-more {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.625rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
}

.video_list .video-category--see-more:after {
  left: 23px;
  right: 2px;
  bottom: -2px;
  position: absolute;
  content: "";
  height: 2px;
}

@media (min-width: 768px) {
  .video_list .video-category--see-more:after {
    left: 24px;
    right: 0;
    bottom: -5px;
    background-color: #bd193b;
  }
}

@media (min-width: 768px) {
  .video_list .video-category--see-more {
    font-size: 1rem;
  }
}

.video_list .video-category--see-more .icon-see-more {
  width: 8px;
  top: -1px;
}

@media (min-width: 768px) {
  .video_list .video-category--see-more .icon-see-more {
    width: 12px;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
}

.video_list .video-category--see-more:hover > .icon-see-more {
  left: 5px;
}

.video_list .video-category-border {
  height: 4px;
  background-color: #b91d21;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
}

.video_list .video-top-second .boxes__box {
  height: 100%;
}

.video_list .video-top-second .boxes__box .mmb-video {
  height: 100%;
}

.video_list .video-top-second .boxes__box .mmb-video .main-mesh-box {
  height: calc(100% - 22px);
}

.video_list .video-top-second .boxes__box .mmb-video .main-mesh-box div:not(.main-mesh-box__bottom):not(.video-play__vid):not(.socials) {
  position: static;
}

.video_list .video-top-second .boxes__box .mmb-video .main-mesh-box .main-mesh-box__bottom {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .video_list .video-top-second .boxes__box .mmb-video .main-mesh-box .main-mesh-box__bottom {
    bottom: 15px;
  }
}

.video_list .video-top-second .boxes__box .mmb-video .main-mesh-box .box__text-container {
  margin-bottom: 20px;
}

.main-foto-list .foto-icon_wrapper {
  display: block;
  width: 36px;
  height: 36px;
  background: rgba(43, 43, 43, 0.5);
}

@media (min-width: 992px) {
  .main-foto-list .foto-icon_wrapper {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .main-foto-list .foto-icon_wrapper {
    width: 78px;
    height: 78px;
  }
}

@media (min-width: 1200px) {
  .main-foto-list .foto-top h3 {
    font-size: 2.3rem !important;
  }
}

@media (min-width: 1200px) {
  .main-foto-list .foto-three h3 {
    font-size: 1.5rem !important;
  }
}

.main-foto-list .cat-v2 .mmb-top .main-mesh-box {
  padding-bottom: 22px;
}

@media (max-width: 768px) {
  .main-foto-list .v-box::after {
    display: none;
  }
  .main-foto-list .main-mesh-box {
    margin-bottom: 22px;
    padding-bottom: 15px;
  }
}

section.detal-video .mmb-video .v-box::after {
  width: 100%;
  bottom: 0;
}

@media (min-width: 768px) {
  section.detal-video .boxes .container {
    max-width: 750px;
    width: auto;
  }
}

@media (min-width: 992px) {
  section.detal-video .boxes .container {
    max-width: 924px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  section.detal-video .boxes .container {
    max-width: 1164px;
    width: auto;
  }
}

@media (min-width: 1920px) {
  section.detal-video .boxes .container {
    max-width: 1470px;
    width: auto;
  }
}

@media (min-width: 768px) {
  section.detal-video .video-category .container {
    max-width: 750px;
    width: auto;
  }
}

@media (min-width: 992px) {
  section.detal-video .video-category .container {
    max-width: 924px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  section.detal-video .video-category .container {
    max-width: 1164px;
    width: auto;
  }
}

@media (min-width: 1920px) {
  section.detal-video .video-category .container {
    max-width: 1470px;
    width: auto;
  }
}

section.detal-video .video-category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  margin-top: 25px;
}

section.detal-video .video-category--heading {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 23px;
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
}

@media (min-width: 768px) {
  section.detal-video .video-category--heading {
    font-size: 1.375rem;
  }
}

section.detal-video .video-category--see-more {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.625rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
}

section.detal-video .video-category--see-more:after {
  left: 23px;
  right: 2px;
  bottom: -2px;
  position: absolute;
  content: "";
  height: 2px;
}

@media (min-width: 768px) {
  section.detal-video .video-category--see-more:after {
    left: 24px;
    right: 0;
    bottom: -5px;
    background-color: #bd193b;
  }
}

@media (min-width: 768px) {
  section.detal-video .video-category--see-more {
    font-size: 1rem;
  }
}

section.detal-video .video-category--see-more .icon-see-more {
  width: 8px;
  top: -1px;
}

@media (min-width: 768px) {
  section.detal-video .video-category--see-more .icon-see-more {
    width: 12px;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
}

section.detal-video .video-category--see-more:hover > .icon-see-more {
  left: 5px;
}

section.detal-video .video-category-border {
  height: 4px;
  background-color: #b91d21;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
}

.detal-program-box {
  margin-bottom: 0;
  padding-bottom: 0;
  background: #fff;
  display: block;
}

.detal-program-box:hover {
  background: #fff;
}

.detal-program-box:hover .detal-program-box__title {
  color: #bc1336;
}

.detal-program-box::before, .detal-program-box::after {
  background: #fff;
}

.detal-program-box__img {
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.detal-program-box__img:hover {
  border: 2px solid rgba(0, 160, 80, 0);
}

.detal-program-box__img:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.detal-program-box__img:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.detal-program-box__img::before, .detal-program-box__img::after {
  width: 20%;
  height: 30%;
  z-index: 3;
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.detal-program-box__img::before {
  border-width: 50%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  right: 0;
  bottom: 0;
}

.detal-program-box__img::after {
  border-width: 50%;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  left: 0;
  top: 0;
}

.detal-program-box__img img {
  vertical-align: middle;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.detal-program-box__img .program-first {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .detal-program-box__img .program-first {
    height: 268px;
  }
}

@media (min-width: 1200px) {
  .detal-program-box__img .program-first {
    height: 361px;
  }
}

@media (min-width: 1920px) {
  .detal-program-box__img .program-first {
    height: 435px;
  }
}

.detal-program-box__img .program-first--image {
  visibility: hidden;
}

@media (min-width: 992px) {
  .detal-program-box__img .program-first--image {
    display: none;
  }
}

.detal-program-box__vid {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.detal-program-box__title {
  font-size: 0.8125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.25;
  margin: 2px 0 9px;
}

@media (min-width: 768px) {
  .detal-program-box__title {
    font-size: 1rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.25;
    margin: 2px 0 19px;
  }
}

@media (min-width: 992px) {
  .detal-program-box__title {
    font-size: 1.125rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .detal-program-box__title {
    font-size: 1.5rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.25;
    margin: 9px 0 29px;
  }
}

@media (min-width: 992px) {
  .info-screening-wrapper .detal-program .program-first {
    height: 348px;
  }
}

@media (min-width: 1200px) {
  .info-screening-wrapper .detal-program .program-first {
    height: 373px;
  }
}

.col-xs-12:nth-child(-n + 2) .directory-report__box {
  min-height: 310px;
}

@media (min-width: 768px) {
  .col-xs-12:nth-child(-n + 2) .directory-report__box {
    min-height: 357px;
  }
}

@media (min-width: 1200px) {
  .col-xs-12:nth-child(-n + 2) .directory-report__box {
    min-height: 543px;
  }
  .col-xs-12:nth-child(-n + 2) .directory-report__box h2 {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.18;
    height: 225px;
  }
}

.directory-report__box {
  min-height: 310px;
  background-size: cover;
  margin-bottom: 36px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.directory-report__box:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 36px;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(to bottom, transparent, transparent 0%, rgba(0, 0, 0, 0.55));
}

.directory-report__box h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.17;
  position: absolute;
  bottom: 22px;
  left: 25px;
  right: 25px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 768px) {
  .directory-report__box {
    min-height: 357px;
  }
  .directory-report__box h2 {
    font-size: 1.875rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .directory-report__box {
    min-height: 451px;
  }
  .directory-report__box h2 {
    font-size: 2.125rem;
    color: #fff;
    font-weight: 900;
    line-height: 1.18;
    height: 192px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.report-box-topic {
  padding-top: 25px;
}

@media (min-width: 1200px) {
  .report-box-topic {
    padding-top: 40px;
  }
}

.report-box-topic-label {
  background-color: #b91d21;
  text-transform: uppercase;
  padding: 7px 7px;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 900;
  line-height: normal;
}

.report-box-topic-heading {
  font-size: 1.5rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.11;
  background-color: #ededed;
  padding: 10px 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .report-box-topic-heading {
    font-size: 2.5rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.11;
    padding: 19px 25px;
  }
}

@media (min-width: 1200px) {
  .report-box-topic-heading {
    font-size: 3.375rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.11;
    margin-bottom: 50px;
  }
}

.contact-form-paragraph {
  padding-bottom: 26px;
  line-height: 1.44;
  font-size: 1.125rem;
}

.contact-form-last-bold {
  font-weight: 900;
}

.form {
  position: relative;
  background-color: #f8f8f8;
  max-width: 817px;
  padding: 30px 60px 45px 60px;
  margin-bottom: 80px;
}

.form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__header-icon {
  width: 62px;
  height: 62px;
  background-color: #b91d21;
}

.form__header-text {
  font-size: 2.125rem;
  color: #000;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.2px;
  padding-left: 24px;
}

.form__header.first {
  margin-bottom: 37px;
}

.form__header.first .form__header-icon {
  background-image: url(images/icons/form1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.form__header.second {
  margin: 75px 0 35px 0;
}

.form__header.second .form__header-icon {
  background-image: url(images/icons/form2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.form input, .form textarea {
  outline: none !important;
}

.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  font-size: 0.9375rem;
  color: #bebebe;
  font-weight: normal;
  line-height: 1.73;
}

.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  font-size: 0.9375rem;
  color: #bebebe;
  font-weight: normal;
  line-height: 1.73;
}

.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder {
  font-size: 0.9375rem;
  color: #bebebe;
  font-weight: normal;
  line-height: 1.73;
}

.form input::placeholder, .form textarea::placeholder {
  font-size: 0.9375rem;
  color: #bebebe;
  font-weight: normal;
  line-height: 1.73;
}

.form label {
  font-size: 1.125rem !important;
  line-height: 1.44;
}

.form input:not([name="captcha"]):not([type="checkbox"]) {
  width: 100% !important;
  height: 48px !important;
  border-color: #dfdfdf !important;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.form input:not([name="captcha"]):not([type="checkbox"]):focus {
  border-color: #2b2b2b !important;
}

.form input:not([name="captcha"]):not([type="checkbox"]).error {
  border-color: #f00 !important;
}

.form input[name="captcha"] {
  height: 48px !important;
  border-color: #dfdfdf !important;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.form input[name="captcha"]:focus {
  border-color: #2b2b2b !important;
}

.form textarea {
  width: 100% !important;
  height: 191px !important;
  border-color: #dfdfdf !important;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  margin-bottom: 0 !important;
}

.form textarea:focus {
  border-color: #2b2b2b !important;
}

.form textarea.error {
  border-color: #f00 !important;
}

.form .fileupload-buttonbar {
  width: 100% !important;
  background: #fff !important;
  min-height: 148px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 148px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form .fileupload-buttonbar .row {
  width: auto !important;
  margin: auto !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.form .fileupload-buttonbar .btn {
  width: 309px !important;
  height: 57px !important;
  background-color: #b91d21 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 1rem !important;
  letter-spacing: 0.4px !important;
  font-weight: 900 !important;
  font-family: Lato !important;
  text-transform: unset !important;
  cursor: pointer !important;
}

.form .fileupload-buttonbar .btn:hover {
  background: #de2b30 !important;
}

.form .fileupload-buttonbar .btn:hover + .aid {
  color: #2b2b2b !important;
}

.form .fileupload-buttonbar .btn input {
  height: 57px !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form .fileupload-buttonbar .aid {
  font-size: 0.875rem !important;
  line-height: 1.86 !important;
  color: #9b9b9b !important;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  font-family: Lato !important;
  margin-left: 0 !important;
}

.form .fileupload-buttonbar .btn, .form .fileupload-buttonbar .aid {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
}

.form .ftypelist {
  margin: 10px 0 !important;
}

.form .statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

.form .statement label {
  font-size: 0.875rem !important;
}

.form input[type=checkbox] + label.checkbox-label {
  display: block;
  cursor: pointer;
  color: #2b2b2b;
}

.form input[type=checkbox] {
  display: none;
}

.form input[type=checkbox] + label.checkbox-label:before {
  content: "\2713";
  border: 1px solid #dfdfdf;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  margin-right: 20px;
  background: #fff;
  font-weight: bold;
}

.form input[type=checkbox] + label.checkbox-label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.form input[type=checkbox]:checked + label.checkbox-label:before {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #b91d21;
}

.form input[type=checkbox]:disabled + label.checkbox-label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #dfdfdf;
}

.form input[type=checkbox]:checked:disabled + label.checkbox-label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #fff;
  border-color: #dfdfdf;
}

.form input[type=checkbox] + label + label.checkbox-label:before {
  content: "\2713";
  border: 1px solid #dfdfdf;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  margin-right: 20px;
  background: #fff;
  font-weight: bold;
}

.form input[type=checkbox] + label + label.checkbox-label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.form input[type=checkbox]:checked + label + label.checkbox-label:before {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #b91d21;
}

.form input[type=checkbox]:disabled + label + label.checkbox-label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #dfdfdf;
}

.form input[type=checkbox]:checked:disabled + label + label.checkbox-label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #fff;
  border-color: #dfdfdf;
}

.form button.submit {
  width: 196px !important;
  height: 57px !important;
  background: #b91d21 !important;
  border: none !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  margin: 60px 0 0 0 !important;
  cursor: pointer !important;
}

.form button.submit:hover {
  background: #de2b30 !important;
}

.form .body, .form .file, .form .email-address, .form .signature {
  padding-top: 25px !important;
}

.form .body, .form .email-address, .form .signature, .form .tel, .form .title {
  position: relative;
}

.form button.btn.delete {
  display: none !important;
}

.form .upload #files .size {
  display: none;
}

.form .item {
  width: 309px !important;
  border-top: 1px solid #000 !important;
  margin-top: 20px;
  background: #fff !important;
  height: 40px !important;
}

.form .f-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .upload #files .description {
  padding-top: 0 !important;
  color: #2b2b2b !important;
}

.form .upload #files .item .btn {
  width: 20px !important;
  height: auto !important;
  right: 0 !important;
  margin-bottom: 0 !important;
}

.form INPUT.error {
  border-color: #f00 !important;
}

.form label.error {
  display: none !important;
}

.form .uploadMessageId {
  padding-top: 7px;
}

.form .send-file {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% + 26px);
  width: 100%;
}

.form .send-upload-ico {
  width: 54px;
  height: 100%;
  background: #2b2b2b;
  background-image: url(images/icons/upload-form.png);
  background-repeat: no-repeat;
  background-position: center;
}

.form .upload .glyphicon-trash {
  background-image: url(images/icons/cross-small.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}

.form .fileupload-buttonbar .btn.cancel {
  background-color: transparent !important;
}

.form .uploadMessageId {
  position: absolute;
  bottom: 120px;
}

.rules__content {
  font-size: 1.125rem;
  margin-bottom: 134px;
  margin-top: 20px;
  line-height: 1.61;
}

.rules__content big {
  font-weight: 900;
  line-break: 1.44;
}

.rules__content b {
  font-weight: 600;
}

.video-play__vid {
  background: rgba(43, 43, 43, 0.5);
}

@media (min-width: 992px) {
  .video-play__vid {
    display: block;
    width: 109px;
    height: 66px;
  }
  .video-play__vid--small {
    width: 45px;
    height: 45px;
  }
}

.video-play__vid-plus {
  display: none;
}

@media (min-width: 992px) {
  .video-play__vid-plus {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 35%;
    width: 130px;
    height: 130px;
  }
}

.time-article {
  font-size: 0.75rem;
  color: #797979;
  font-weight: normal;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  z-index: 101;
}

.time-article > img {
  padding-right: 5px;
  width: 20px;
  height: 17px;
}

@media (min-width: 768px) {
  .time-article {
    font-size: 0.875rem;
    color: #797979;
    font-weight: normal;
    line-height: normal;
  }
}

.time-article__time {
  padding: 0 8px 0 0;
  position: relative;
}

.time-article__time::after {
  content: "/";
  position: absolute;
  right: -3px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.time-article a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 35px;
  color: #bc1336;
}

.time-article__category {
  color: #bc1336;
  padding: 0 8px;
  text-transform: uppercase;
}

.time-article a:hover {
  text-decoration: underline;
}

.time-detal {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .time-detal {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .time-detal {
    font-size: 1rem;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.socials-btn {
  width: 16px;
  height: 16px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding: 16px;
  margin: 0 3px;
  z-index: 101;
  position: relative;
}

@media (min-width: 992px) {
  .socials-btn {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

.socials-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 16px;
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
  .socials-btn img {
    max-width: 18px;
    width: 18px;
    height: 18px;
  }
}

.socials-btn--mail {
  background: #b91d21;
  -webkit-transition: ease-out opacity;
  transition: ease-out opacity;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.socials-btn--mail img {
  padding: 2px;
}

.socials-btn--gp {
  background: #900101;
  -webkit-transition: ease opacity;
  transition: ease opacity;
  -webkit-transition-delay: .07s;
          transition-delay: .07s;
}

.socials-btn--tw {
  background: #00abee;
  -webkit-transition: ease opacity;
  transition: ease opacity;
  -webkit-transition-delay: .04s;
          transition-delay: .04s;
}

.socials-btn--fb {
  background: #3880d3;
  -webkit-transition: ease opacity;
  transition: ease opacity;
  -webkit-transition-delay: .01s;
          transition-delay: .01s;
}

.socials-btn--gp, .socials-btn--fb, .socials-btn--tw, .socials-btn--mail {
  opacity: 0;
  pointer-events: none;
}

.socials-btn--gp:hover, .socials-btn--fb:hover, .socials-btn--tw:hover, .socials-btn--mail:hover {
  -webkit-box-shadow: inset 0 0 10px #fff;
          box-shadow: inset 0 0 10px #fff;
}

.socials .show-socials {
  opacity: 1;
  pointer-events: auto;
}

.socials .social-delay-1 {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}

.socials .social-delay-2 {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}

.socials .social-delay-3 {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}

.socials .social-delay-4 {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}

.socials-big {
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  line-height: normal;
}

.socials-big__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.socials-big__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.socials-big--fb, .socials-big--tw, .socials-big--gp, .socials-big--mail {
  width: 25%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #fff;
  font-weight: normal;
  line-height: normal;
}

@media (min-width: 768px) {
  .socials-big--fb, .socials-big--tw, .socials-big--gp, .socials-big--mail {
    font-size: 1.125rem;
    color: #fff;
    font-weight: normal;
    line-height: normal;
  }
}

.socials-big--fb-text, .socials-big--tw-text, .socials-big--gp-text, .socials-big--mail-text {
  display: none;
}

@media (min-width: 768px) {
  .socials-big--fb-text, .socials-big--tw-text, .socials-big--gp-text, .socials-big--mail-text {
    display: inline-block;
  }
}

.socials-big--fb .socials-big-icon, .socials-big--tw .socials-big-icon, .socials-big--gp .socials-big-icon, .socials-big--mail .socials-big-icon {
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  width: 100%;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .socials-big--fb .socials-big-icon, .socials-big--tw .socials-big-icon, .socials-big--gp .socials-big-icon, .socials-big--mail .socials-big-icon {
    width: 30px;
  }
}

.socials-big--fb:hover, .socials-big--tw:hover, .socials-big--gp:hover, .socials-big--mail:hover {
  background-color: #fff;
}

.socials-big--fb {
  background-color: #3880d3;
}

.socials-big--fb .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/fb.svg");
}

.socials-big--fb:hover {
  border: 1px solid #3880d3;
  color: #3880d3;
}

.socials-big--fb:hover .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/fb-hover.svg");
}

.socials-big--tw {
  background-color: #00abee;
}

.socials-big--tw .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/tw.svg");
}

.socials-big--tw:hover {
  border: 1px solid #00abee;
  color: #00abee;
}

.socials-big--tw:hover .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/tw-hover.svg");
}

.socials-big--gp {
  background-color: #900101;
}

.socials-big--gp .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/google.svg");
}

.socials-big--gp:hover {
  border: 1px solid #900101;
  color: #900101;
}

.socials-big--gp:hover .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/google-hover.svg");
}

.socials-big--mail {
  background-color: #b91d21;
  -webkit-transition: none;
  transition: none;
}

.socials-big--mail a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  transition: none;
}

.socials-big--mail a:link {
  color: #fff;
}

.socials-big--mail a:hover {
  color: #b91d21;
}

.socials-big--mail .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/mail.svg");
}

.socials-big--mail:hover {
  border: 1px solid #b91d21;
}

.socials-big--mail:hover a {
  color: #b91d21;
}

.socials-big--mail:hover .socials-big-icon {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/mail-hover.svg");
}

.socials-big__icon-comments {
  background-image: url("//s.tvp.pl/files/portale-v4/tvp-info/vue/images/icons/comments.svg");
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.socials-big__comments {
  width: 100%;
  background-color: #979797;
  height: 50px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.pager {
  margin: 30px 0 60px 0;
}

.pager__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager__button {
  background-color: #ffffff;
  font-size: 1rem;
  color: #131313;
  line-height: 1.31;
  border: solid 1px #eceeef;
  border-right: 0;
  width: 100%;
  height: 42px;
}

.pager__button--left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  position: relative;
}

.pager__button--left:after {
  position: absolute;
  content: "\AB";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pager__button--right {
  border-right: solid 1px #eceeef;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 0;
  position: relative;
}

.pager__button--right:after {
  position: absolute;
  content: "\BB";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pager__button--last {
  border-right: solid 1px #eceeef;
}

.pager__button--active {
  background-color: #b91d21;
  color: #ffffff;
}

.pager__button:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .pager__button {
    width: 52px;
  }
}

.author-top__wrapper {
  background-color: #f4f4f4;
  margin-bottom: 54px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.author-top-desc {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #000;
  padding-left: 50px;
}

@media (min-width: 500px) {
  .author-top-desc {
    font-size: 20px;
  }
}

.author-top__img {
  border-radius: 50%;
  max-height: 282px;
}

.author-top__left {
  float: left;
}

.author-top__right {
  padding: 0 50px;
}

.info-baner__wrapper {
  position: relative;
  height: 318px;
  margin-bottom: 35px;
  margin-top: 35px;
}

@media (min-width: 768px) {
  .info-baner__wrapper {
    height: 224px;
    margin-top: 0;
  }
}

.info-baner__left-side {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -18px;
}

@media (min-width: 768px) {
  .info-baner__left-side {
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: inherit;
    top: auto;
  }
}

@media (min-width: 1200px) {
  .info-baner__left-side {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.info-baner__left-side h2, .info-baner__left-side h3 {
  background-image: linear-gradient(112deg, #150202, #515151);
  display: table;
}

.info-baner__left-side h2 {
  padding: 4px 38px 7px 44px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 900;
  line-height: normal;
}

@media (min-width: 768px) {
  .info-baner__left-side h2 {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 16px;
    padding: 10px 18px 17px 19px;
  }
}

@media (min-width: 1200px) {
  .info-baner__left-side h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
    padding: 10px 38px 17px 44px;
  }
}

@media (min-width: 1920px) {
  .info-baner__left-side h2 {
    font-size: 3.75rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
  }
}

.info-baner__left-side h3 {
  padding: 3px 33px 7px 28px;
  margin-top: 5px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  line-height: normal;
}

@media (min-width: 768px) {
  .info-baner__left-side h3 {
    font-size: 1.375rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
    margin-left: 0;
    margin-top: 0;
    padding: 7px 14px 14px 14px;
  }
}

@media (min-width: 1200px) {
  .info-baner__left-side h3 {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
    margin-left: 150px;
    padding: 7px 33px 14px 28px;
  }
}

@media (min-width: 1920px) {
  .info-baner__left-side h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
  }
}

.info-baner__right-side {
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(145deg, #b01c1c, #6d0005);
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .info-baner__right-side {
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 80%;
    background-image: linear-gradient(107deg, #b01c1c, #6d0005);
    -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (min-width: 1920px) {
  .info-baner__right-side {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .info-baner__link {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .info-baner__link {
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .info-baner__link {
    padding-right: 30px;
  }
}

@media (min-width: 1920px) {
  .info-baner__link {
    padding-right: 50px;
  }
}

.info-baner__link a {
  min-height: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  line-height: normal;
}

@media (min-width: 768px) {
  .info-baner__link a {
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    min-height: 111px;
  }
}

@media (min-width: 1200px) {
  .info-baner__link a {
    font-size: 0.875rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
  }
}

@media (min-width: 1920px) {
  .info-baner__link a {
    font-size: 1rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
  }
}

.info-baner__link p {
  padding-top: 10px;
  line-height: 1.6;
}

@supports (-ms-ime-align: auto) {
  .info-baner h3 {
    margin-left: 0;
  }
  .info-baner__link:nth-child(1) img {
    display: block;
    margin: 0 auto;
    width: 28px;
  }
  .info-baner__link:nth-child(2) img {
    display: block;
    margin: 0 auto;
    width: 50px;
  }
  .info-baner__link:nth-child(3) img {
    display: block;
    margin: 0 auto;
    width: 48px;
  }
  .info-baner__link:nth-child(4) img {
    display: block;
    margin: 0 auto;
    width: 36px;
  }
}

@media (min-width: 1920px) {
  .detal-program__container {
    width: 1428px;
  }
}

.detal-program .boxes-detal-mesh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detal-program__head-container {
  height: 580px;
  width: 100%;
  position: absolute;
}

.detal-program__head-container--screenig {
  display: none;
}

.detal-program__head-arr {
  display: none;
}

@media (min-width: 768px) {
  .detal-program__head-arr {
    position: absolute;
    top: 10px;
    left: 6px;
    display: block;
    background-image: url(images/icons/arrows/back.svg);
    background-size: 29px 29px;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    z-index: 2;
  }
  .detal-program__head-arr--black {
    background-image: url(images/icons/arrows/back-black.svg);
  }
  .detal-program__head-arr:hover {
    cursor: pointer;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .detal-program__head-arr {
    background-size: 57px 41px;
    width: 57px;
    height: 41px;
    top: 33px;
    left: 42px;
  }
}

.detal-program__head-logo {
  text-align: center;
  padding-top: 40px;
}

.detal-program__head-desc {
  width: 90%;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.42;
  margin: 20px auto;
  text-align: center;
}

@media (min-width: 768px) {
  .detal-program__head-desc {
    width: 70%;
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.42;
  }
}

.detal-program__head-desc--font {
  color: #2b2b2b;
}

.detal-program__header {
  background-color: #ffffff;
  padding: 26px 15px 10px;
}

@media (min-width: 768px) {
  .detal-program__header {
    padding: 26px 15px 10px;
  }
}

@media (min-width: 1920px) {
  .detal-program__header {
    padding: 26px 29px 10px;
  }
}

.detal-program__header-title {
  font-size: 1.5rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.07;
}

@media (min-width: 768px) {
  .detal-program__header-title {
    font-size: 2rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.07;
  }
}

@media (min-width: 1200px) {
  .detal-program__header-title {
    font-size: 3.375rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: 1.07;
  }
}

.detal-program__header-timeline {
  display: inline-block;
  height: 35px;
  line-height: 45px;
}

@media (min-width: 768px) {
  .detal-program__header-timeline {
    height: 60px;
    line-height: 68px;
  }
}

.detal-program__header-timeline span {
  color: #707070;
  font-weight: 900;
  display: inline-block;
}

.detal-program__header-timeline-clock {
  background-image: url(images/icons/icon-cloak.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  margin-left: 2px;
  top: 2px;
  position: relative;
}

.detal-program__header-socials {
  display: none;
}

@media (min-width: 768px) {
  .detal-program__header-socials {
    display: block;
    text-align: right;
    padding-top: 10px;
    font-size: 1.375rem;
    color: #2b2b2b;
    font-weight: 900;
    line-height: normal;
  }
}

.detal-program__header-social {
  display: inline-block;
}

.detal-program__header-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  margin-left: 9px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.detal-program__header-icon:hover {
  cursor: pointer;
}

.detal-program__header-icon--fb {
  border: 3px solid #3880d3;
  background-image: url(images/icons/fb-blue.svg);
}

.detal-program__header-icon--fb:hover {
  background-image: url(images/icons/fb.svg);
  background-color: #3880d3;
}

.detal-program__header-icon--twitter {
  border: 3px solid #00abee;
  background-image: url(images/icons/tw-blue.svg);
}

.detal-program__header-icon--twitter:hover {
  background-image: url(images/icons/tw.svg);
  background-color: #00abee;
}

.detal-program__header-icon--google {
  border: 3px solid #900101;
  background-image: url(images/icons/google-red.svg);
}

.detal-program__header-icon--google:hover {
  background-image: url(images/icons/google.svg);
  background-color: #900101;
}

.detal-program__header-icon--mail {
  border: 3px solid #b91d21;
  background-image: url(images/icons/mail-red.svg);
}

.detal-program__header-icon--mail:hover {
  background-image: url(images/icons/mail.svg);
  background-color: #b91d21;
}

.detal-program__video {
  background-color: #ffffff;
}

@media (min-width: 1920px) {
  .detal-program__video {
    padding: 0 29px;
  }
}

.detal-program__video img {
  width: 100%;
}

.detal-program__video-content {
  padding: 19px 0;
  border-top: 2px solid #dedede;
}

.detal-program__video-content-container {
  position: relative;
}

.detal-program__video-content__icon-play {
  background-color: rgba(0, 0, 0, 0.5);
  border: 8px solid #fff;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media (min-width: 768px) {
  .detal-program__video-content__icon-play {
    width: 95px;
    height: 95px;
  }
}

.detal-program__video-content__icon-play:hover {
  cursor: pointer;
  border: 8px solid #ca0000;
}

.detal-program__video-content__icon-play:after {
  content: "";
  background-image: url(images/icons/triangle.svg);
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  width: 23px;
  height: 34px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .detal-program__video-content__icon-play:after {
    width: 32px;
    height: 45px;
  }
}

.detal-program__video-content iframe {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.detal-program__video-title {
  position: relative;
  width: 90%;
  font-size: 1rem;
  color: #757575;
  font-weight: 900;
  line-height: normal;
  padding-top: 18px;
  text-indent: 20px;
  margin: 0 auto;
}

.detal-program__video-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #bc1336;
  left: 0;
  top: 21px;
}

@media (min-width: 1200px) {
  .detal-program__video-title {
    width: 60%;
    font-size: 1.125rem;
    color: #757575;
    font-weight: 900;
    line-height: normal;
  }
}

.detal-program__video-source {
  font-style: italic;
  font-size: 0.625rem;
  color: #757575;
  font-weight: normal;
  line-height: normal;
  text-indent: 0;
}

@media (min-width: 768px) {
  .detal-program__video-source {
    text-indent: 20px;
    font-size: 0.875rem;
    color: #757575;
    font-weight: normal;
    line-height: normal;
  }
}

.detal-program__video-desc {
  font-size: 1rem;
  color: #282828;
  font-weight: 900;
  line-height: 1.33;
  width: 90%;
  margin: 0 auto;
  padding-top: 18px;
}

@media (min-width: 992px) {
  .detal-program__video-desc {
    font-size: 1.875rem;
    color: #282828;
    font-weight: 900;
    line-height: 1.33;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .detal-program__video-desc {
    font-size: 1.875rem;
    color: #282828;
    font-weight: 900;
    line-height: 1.33;
    width: 60%;
  }
}

.detal-program__video-socials {
  width: 100%;
  margin: 20px auto;
}

@media (min-width: 992px) {
  .detal-program__video-socials {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .detal-program__video-socials {
    width: 60%;
  }
}

.detal-program__desc {
  background-color: #ffffff;
}

.detal-program__rest-items {
  background-color: #ffffff;
}

.detal-program__rest-items--programs {
  background-color: #ffffff;
  padding-top: 15px;
}

/*--------- weather ---------*/
.page-header {
  background: #fff;
  padding: 16px 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header {
    padding: 22px 0 25px;
  }
}

@media (min-width: 1200px) {
  .page-header {
    padding: 29px 0 20px;
  }
}

.page-header__search-engine {
  padding-left: 0;
}

.page-header-border-mobile {
  border-bottom: 3px solid #b01c1c;
  margin: 0 30px 15px;
  display: block;
  height: 154px;
}

@media (min-width: 768px) {
  .page-header-border-mobile {
    border-bottom: none;
    height: auto;
    margin: 0;
  }
}

.page-header-border {
  border-bottom: none;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .page-header-border {
    border-bottom: 3px solid #b01c1c;
    padding: 0 0 35px 0;
  }
}

@media (min-width: 1200px) {
  .page-header-border {
    padding: 0 0 30px 0;
  }
}

@media (min-width: 768px) {
  .page-header__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header__elem--weather {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.page-header__title {
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 1.625rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.08;
}

@media (min-width: 768px) {
  .page-header__title {
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) {
  .page-header__title {
    font-size: 4.5rem;
  }
}

.page-header__title--tag {
  color: #2b2b2b !important;
}

.page-header__title span {
  color: #0f6ae4;
}

.page-header__count {
  font-size: 1rem;
  color: #2b2b2b;
  font-weight: 400;
  margin-top: 10px;
}

.page-header__count span {
  font-weight: bold;
}

.page-header__info {
  float: right;
  color: rgba(38, 38, 38, 0.44);
  padding-right: 0;
  font-size: 0.75rem;
  color: rgba(38, 38, 38, 0.44);
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.page-header__info-text {
  position: relative;
  top: -7px;
  padding-right: 10px;
}

.page-header__info-text + a {
  padding-right: 5px;
}

@media (min-width: 768px) {
  .page-header__info-text + a {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .page-header__info-text {
    top: -4px;
    padding-right: 0;
  }
}

.page-header__info-link {
  color: #262626;
}

@media (min-width: 768px) {
  .page-header__info-link {
    margin-left: 8px;
  }
}

@media (min-width: 768px) {
  .page-header__info {
    font-size: 0.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    position: absolute;
    padding: 0;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -7px;
  }
}

@media (min-width: 1200px) {
  .page-header__info {
    top: 15px;
  }
}

.page-header__select {
  padding: 10px;
  font-size: 0.875rem;
  color: #2b2b2b;
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #d9d9d9;
}

.page-header__select:hover {
  cursor: pointer;
}

.page-header__select--first {
  display: none !important;
}

.page-header .weather-news .page-header__elem {
  padding-bottom: 7px;
  border-bottom: 5px solid #b91d21;
}

.page-header .weather-news h2 {
  font-size: 1.5rem;
}

.tabs-weather__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 0 0;
  margin: 0 4px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.26);
}

.tabs-weather__link {
  font-size: 1rem;
  color: #262626;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 900;
  padding-bottom: 14px;
  position: relative;
}

.tabs-weather__link:first-child {
  margin-left: 0;
}

.tabs-weather__link:hover {
  border-bottom: 4px solid #b72027;
  cursor: pointer;
}

.tabs-weather__active {
  border-bottom: 4px solid #b72027;
}

.tabs-weather__block {
  display: block;
}

.tabs-weather__none {
  display: none;
}

.tabs-weather__square {
  width: 4px;
  height: 4px;
  background-color: #2b2b2b;
  position: absolute;
  left: -20px;
  top: 8px;
}

.weather__tooltip-span {
  position: absolute;
  overflow: hidden;
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 400;
  line-height: 1.1;
  background-color: #fff;
  padding: 0.4rem;
  visibility: hidden;
  opacity: 0;
  z-index: 300;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
}

.weather__tooltip-span--shown {
  visibility: visible;
  opacity: 1;
}

.weather__tooltip-span--small-cloud {
  top: 50px;
  left: 60px;
}

.weather__tooltip-span--wind {
  top: 20px;
  left: 30px;
}

.weather-chart {
  margin: 1.625rem 0;
}

.weather-chart__arrow-left, .weather-chart__arrow-right {
  width: 36px;
  height: 635px;
  border-radius: 5px;
  background-color: #f5f5f5;
  border: solid 1px #eaeaea;
  display: none;
  position: relative;
}

.weather-chart__arrow-left:hover, .weather-chart__arrow-right:hover {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .weather-chart__arrow-left, .weather-chart__arrow-right {
    display: block;
    -webkit-transition: width .2s linear, opacity .2s linear;
    transition: width .2s linear, opacity .2s linear;
  }
}

.weather-chart__arrow-left--visibility, .weather-chart__arrow-right--visibility {
  opacity: 0;
  width: 0;
}

.weather-chart__arrow-left-icon, .weather-chart__arrow-right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.weather-chart__arrow-left--long-days, .weather-chart__arrow-right--long-days {
  height: 464px;
}

.weather-chart__arrow-left, .weather-chart__arrow-right, .weather-chart__content {
  float: left;
}

.weather-chart__arrow-right-icon {
  border-left: 12px solid #616161;
}

.weather-chart__arrow-left-icon {
  border-right: 12px solid #616161;
}

.weather-chart__content {
  overflow-x: scroll;
  overflow: auto;
  width: 100%;
  margin: 0;
}

@media (min-width: 1200px) {
  .weather-chart__content {
    width: 1116px;
    margin: 0 10px 0 0;
    overflow: hidden;
    -webkit-transition: width .2s linear, margin .2s linear;
    transition: width .2s linear, margin .2s linear;
  }
}

@media (min-width: 1200px) and (min-width: 1920px) {
  .weather-chart__content {
    width: 1422px;
  }
}

@media (min-width: 1200px) {
  .weather-chart__content--daily {
    width: 1159px;
  }
}

@media (min-width: 1200px) and (min-width: 1920px) {
  .weather-chart__content--daily {
    width: 100%;
  }
}

.weather-chart__content--position {
  width: 100%;
}

@media (min-width: 1200px) {
  .weather-chart__content--position {
    width: 1072px;
    margin: 0 10px 0;
  }
}

@media (min-width: 1920px) {
  .weather-chart__content--position {
    width: 1378px;
  }
}

.weather-chart__content--margin {
  margin: 0 0 0 10px;
}

.weather-chart__content--margin .weather-chart__table {
  -webkit-transform: translate(-2744, 0px) !important;
          transform: translate(-2744, 0px) !important;
}

.weather-chart__header, .weather-chart__table {
  width: 3822.5px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  position: relative;
}

.weather-chart__header--daily, .weather-chart__table--daily {
  width: 1160px;
}

@media (min-width: 1920px) {
  .weather-chart__header--daily, .weather-chart__table--daily {
    width: 100%;
  }
}

.weather-chart__header-text {
  height: 46px;
  background-color: #f9f9f9;
  font-size: 1rem;
  color: #262626;
  font-weight: 900;
  line-height: 2.875rem;
  padding-left: 1.375rem;
}

.weather-chart__header-text--next {
  top: -28px !important;
  color: #262626 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  width: 190px !important;
  height: 11px !important;
  background: transparent;
}

.weather-chart__temp-line {
  height: 80px;
  position: absolute;
  top: 236px;
  width: 734.5px;
  z-index: 3;
}

.weather-chart__temp-line--daily {
  top: 200px;
  width: 1160px;
}

@media (min-width: 1920px) {
  .weather-chart__temp-line--daily {
    width: 100%;
  }
}

.weather-chart__item {
  width: 98px;
  border-right: dashed 1px #d9d9d9;
  display: inline-block;
}

.weather-chart__item--daily {
  width: 116px;
}

@media (min-width: 1920px) {
  .weather-chart__item--daily {
    width: 147px;
  }
}

.weather-chart__item-day, .weather-chart__item-hour {
  height: 51px;
  background-color: #f9f9f9;
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.weather-chart__item-day span, .weather-chart__item-hour span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #a7a7a7;
  font-weight: 700;
  line-height: 1.22;
}

.weather-chart__item-day span {
  text-align: center;
}

.weather-chart__item-sun-icon {
  height: 60px;
  position: relative;
}

.weather-chart__item-sun-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  top: 80%;
}

.weather-chart__item-degree {
  height: 80px;
  position: relative;
}

.weather-chart__item-degree-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.weather-chart__item-degree-temp {
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.22;
}

.weather-chart__item-degree-temp-night {
  font-size: 0.875rem;
  color: #b2b2b2;
  font-weight: 900;
  line-height: 1.22;
}

.weather-chart__item-degree-celsius {
  font-size: 0.5rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.22;
  position: relative;
  bottom: 7px;
}

.weather-chart__item-degree-celsius--night {
  color: #b2b2b2;
}

.weather-chart__item-chart {
  height: 80px;
  position: relative;
}

.weather-chart__item-chart span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.weather-chart__item-rain {
  height: 67px;
  position: relative;
  width: 100%;
}

.weather-chart__item-rain-text {
  font-size: 0.875rem;
  color: #00529f;
  font-weight: 900;
  line-height: 1.22;
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  top: -20px;
}

.weather-chart__item-rain-ico {
  position: relative;
  bottom: 26px;
  left: 89px;
  display: inline-block;
  width: 13px;
  height: 22px;
  background: url(/templates/xhtml/regiony.tvp.pl/static/images/icons/weather/rain-arrow.svg);
  background-size: 13px 22px;
}

.weather-chart__item-rain div {
  background-color: #85b7f2;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  max-height: 200%;
}

.weather-chart__item-wind {
  height: 83px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.weather-chart__item-wind-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 1920px) {
  .weather-chart__item-wind-content--daily {
    left: 43%;
  }
}

.weather-chart__item-wind-text {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.22;
}

.weather-chart__item-wind-arrow {
  position: relative;
  bottom: 7px;
  display: inline-block;
  width: 20px;
  height: 17px;
  background-size: 17px 17px;
  background-repeat: no-repeat;
}

@media (min-width: 1920px) {
  .weather-chart__item-wind-arrow--daily {
    left: 32px;
    bottom: 25px;
  }
}

.weather-chart__item-pressure {
  height: 62px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

.weather-chart__item-pressure span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.22;
  display: block;
  min-width: 80px;
  text-align: center;
}

.weather-chart__item-humidity {
  height: 106px;
  position: relative;
}

.weather-chart__item-humidity-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.weather-chart__item-humidity-text {
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.22;
}

.weather-chart__item-humidity-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 23px;
  left: 4px;
  background-image: url("images/icons/wilgotnosc.svg");
  background-repeat: no-repeat;
  float: left;
  padding-right: 20px;
}

.contentHourly .weather-chart__item-wind-text {
  display: block;
  min-width: 80px;
  text-align: center;
}

.weather__search-form {
  width: 265px;
}

.weather__select {
  width: 265px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 2.375rem;
  padding-left: 20px;
}

.weather__select:hover {
  cursor: pointer;
}

.weather__select--no-border {
  border: none;
  width: 195px;
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 2.375rem;
  padding-left: 0;
}

.weather__search-input {
  width: 265px;
  height: 38px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  border-bottom: none;
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 400;
  line-height: 2.375rem;
  text-align: left;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  padding-left: 20px;
  position: absolute;
  top: 37px;
}

.weather__search-input:focus {
  outline: none;
}

.weather__search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 2.375rem;
}

.weather__search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 2.375rem;
}

.weather__search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 2.375rem;
}

.weather__search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 0.875rem;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 2.375rem;
}

.weather__search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.875rem;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 2.375rem;
}

.weather__search-input:focus::-webkit-input-placeholder {
  color: #fff;
}

.weather__search-content {
  position: relative;
}

.weather__search-table-container {
  width: 265px;
  max-height: 558px;
  overflow-y: hidden;
  position: absolute;
  background-color: #fff;
  top: 74px;
  z-index: 3;
  border: solid 1px #d9d9d9;
  border-top: none;
}

.weather__search-table {
  background-color: #fff;
  width: 100%;
  font-size: 0.875rem;
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.22;
}

.weather__search-table tr {
  cursor: pointer;
  padding: 15px;
}

.weather__search-table tr td {
  padding: 10px;
  padding-left: 20px;
  text-align: left;
}

.weather__search-table tr td:hover {
  background-color: #d6d6d6;
}

.weather__search-table-noresult {
  display: none;
}

.weather__search-triangle {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #b91d21;
  position: absolute;
  left: 235px;
  top: 17px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.weather__search-triangle--active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.weather__search-triangle--sitebar {
  left: 190px;
}

.weather__search-ico-search {
  background-image: url(images/icons/weather/lupka.svg);
  position: absolute;
  bottom: -38px;
  display: inline-block;
  width: 17px;
  height: 27px;
  background-size: 17px 17px;
  z-index: 3;
  left: 224px;
  background-repeat: no-repeat;
}

.weather__search-line {
  height: 1px;
  border: solid 1px #cecece;
  width: 225px;
  margin: 0 auto;
  position: absolute;
  top: 73px;
  left: 20px;
}

@media (min-width: 1200px) {
  .weather__closest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
  }
}

@media (min-width: 768px) {
  .weather__days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (min-width: 1200px) {
  .weather__days {
    width: 100%;
    border-bottom: 0;
  }
}

.weather__today {
  padding: 12px 0;
  margin: 0 9px;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 768px) {
  .weather__today {
    width: 40%;
    border-bottom: none;
    margin: 17px 0;
    padding: 0 16px;
    border-right: 1px solid #e0e0e0;
  }
}

@media (min-width: 1200px) {
  .weather__today {
    width: 38%;
    margin: 0;
    padding: 25px 10px;
  }
}

.weather__title {
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 3px;
}

.weather__title--center {
  text-align: center;
}

@media (min-width: 768px) {
  .weather__title--center {
    text-align: left;
    font-size: 1.25rem;
  }
}

.weather__date {
  font-size: 0.875rem;
  color: #262626;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .weather__date {
    margin-bottom: 0;
  }
}

.weather__date--center {
  margin-bottom: 26px;
  text-align: center;
}

@media (min-width: 768px) {
  .weather__date--center {
    text-align: left;
    margin-bottom: 0;
  }
}

.weather__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .weather__results {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.weather__results-degrees {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .weather__results-degrees {
    top: 0;
  }
}

.weather__results-degrees--small {
  margin-right: 10px;
}

.weather__results-degree {
  display: block;
  font-size: 3rem;
  color: #262626;
  margin-bottom: 8px;
}

@media (min-width: 1200px) {
  .weather__results-degree {
    font-size: 5rem;
    font-weight: bold;
  }
}

.weather__results-degree--small {
  font-size: 1.875rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .weather__results-degree--small {
    font-size: 2.375rem;
  }
}

@media (min-width: 1200px) {
  .weather__results-degree--small {
    font-size: 2.75rem;
  }
}

.weather__results-degree-night {
  font-size: 1.125rem;
  color: rgba(38, 38, 38, 0.27);
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 14px;
  display: block;
  text-align: right;
}

@media (min-width: 768px) {
  .weather__results-degree-night {
    font-size: 1.375rem;
  }
}

.weather__results--small {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weather__results-icon {
  width: 80px;
  height: auto;
}

@media (min-width: 768px) {
  .weather__results-icon {
    width: 85px;
  }
}

@media (min-width: 1200px) {
  .weather__results-icon {
    width: 180px;
    height: 180px;
    text-align: center;
  }
}

.weather__results-icon--small {
  width: 50px;
  height: auto;
}

@media (min-width: 768px) {
  .weather__results-icon--small {
    width: 75px;
  }
}

@media (min-width: 1200px) {
  .weather__results-icon--small {
    width: 180px;
    height: 180px;
  }
}

.weather__results-adds {
  display: block;
  font-size: 0.75rem;
  color: rgba(38, 38, 38, 0.59);
  font-weight: 400;
  line-height: 1.22;
}

@media (min-width: 1920px) {
  .weather__results-adds {
    font-size: 1rem;
    color: rgba(38, 38, 38, 0.59);
    font-weight: 400;
    line-height: 1.22;
  }
}

.weather__results-adds--result {
  text-align: center;
}

.weather__eastwest {
  font-size: 0.875rem;
  color: #262626;
  font-weight: 400;
  line-height: 1.22;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 6px;
}

.weather__eastwest img {
  padding-right: 5px;
}

.weather__eastwest-text {
  padding: 0 6px;
}

.weather__next-days {
  padding-bottom: 25px;
  margin: 21px 9px 0 9px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (min-width: 768px) {
  .weather__next-days {
    width: 60%;
    border-bottom: none;
    margin: 17px 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .weather__next-days {
    width: 63%;
    margin: 0;
  }
}

.weather__tommorow, .weather__day-after-tomorrow {
  width: 100%;
}

@media (min-width: 768px) {
  .weather__tommorow, .weather__day-after-tomorrow {
    padding: 0 16px;
  }
}

@media (min-width: 1200px) {
  .weather__tommorow, .weather__day-after-tomorrow {
    padding: 25px 16px;
  }
}

.weather__tommorow {
  border-right: 1px solid #e0e0e0;
}

.weather__result {
  text-align: center;
}

.weather__air {
  margin: 27px 0 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .weather__air {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .weather__air {
    width: 22%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #e0e0e0;
  }
}

@media (min-width: 768px) {
  .weather__air-heading {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .weather__air-heading {
    padding-right: 0;
  }
}

.weather__air-title {
  font-size: 1rem;
  color: #262626;
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}

.weather__air-title img {
  padding-right: 5px;
}

.weather__air-result {
  width: 135px;
  height: 32px;
  line-height: 32px;
  background-color: #6bb120;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.22;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .weather__air-result {
    margin-bottom: 0;
  }
}

.weather__air-number {
  font-size: 2.75rem;
  color: #6bb120;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: 4px;
  display: block;
}

.weather__air-actual {
  font-size: 1rem;
  color: #262626;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .weather__air-actual {
    display: block;
  }
}

.weather__air-norm {
  font-size: 0.6875rem;
}

.biznes-box .weather__results-icon {
  height: auto;
}

.weather-sitebar {
  display: none;
}

@media (min-width: 992px) {
  .weather-sitebar {
    display: block;
    padding-bottom: 30px;
  }
}

.weather-sitebar__text-info {
  font-size: 0.875rem;
  color: #898989;
  font-weight: 400;
  line-height: 1.22;
  text-align: left;
  float: left;
}

.weather-sitebar__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: 1.22;
  padding-bottom: 5px;
  border-bottom: 4px solid #e9e9e9;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .weather-sitebar__content {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .weather-sitebar__content {
    margin-bottom: 25px;
    display: block;
  }
}

.weather-sitebar-triangle {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  position: relative;
  left: 164px;
  top: 19px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (min-width: 768px) {
  .weather-sitebar-triangle {
    left: 204px;
    top: 23px;
  }
}

@media (min-width: 1200px) {
  .weather-sitebar-triangle {
    left: 222px;
  }
}

.weather-sitebar-triangle--active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.weather-sitebar__content-degree {
  text-align: center;
}

.weather-sitebar__degree {
  font-size: 2.125rem;
  color: #262626;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .weather-sitebar__degree {
    font-size: 2.25rem;
  }
}

.weather-sitebar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .weather-sitebar__info {
    border-right: 2px solid #eaeaea;
    width: 55%;
    margin-bottom: 0;
    padding-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .weather-sitebar__info {
    border-right: 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

.weather-sitebar__weather {
  width: 100%;
}

@media (min-width: 768px) {
  .weather-sitebar__weather {
    width: 50%;
    border-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .weather-sitebar__weather {
    display: block;
    margin: 0 auto;
  }
}

.weather-sitebar__weather-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .weather-sitebar__weather-info {
    margin-bottom: 0;
    margin-right: -103px;
  }
}

@media (min-width: 1200px) {
  .weather-sitebar__weather-info {
    padding-bottom: 8px;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

.weather-sitebar__weather-img {
  width: 45px;
  height: auto;
}

@media (min-width: 768px) {
  .weather-sitebar__weather-img {
    width: 75px;
    margin-left: 20px;
  }
}

.weather-sitebar__weather-meteo {
  text-align: center;
  font-size: 0.625rem;
  color: #979797;
  font-weight: 400;
}

@media (min-width: 768px) {
  .weather-sitebar__weather-meteo {
    display: block;
    text-align: left;
  }
}

.weather-sitebar__weather-meteo a {
  color: #262626;
}

@media (min-width: 768px) {
  .weather-sitebar__weather-meteo a {
    display: block;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .weather-sitebar__weather-meteo a {
    display: inline;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .weather-sitebar__weather-meteo {
    font-size: 0.75rem;
  }
}

.weather-sitebar__btn {
  font-size: 0.875rem;
  color: #0f6ae4;
  font-weight: 400;
  letter-spacing: .7px;
  text-align: center;
  display: block;
  margin: 10px 0;
  color: #0f6ae4 !important;
  width: 100%;
}

.weather-sitebar__btn:hover {
  color: #111621;
}

.weather-sitebar__btn i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.weather-sitebar .paddingZero {
  padding: 0;
}

.weather-sitebar .marginZero {
  margin: 0;
}

.weather-sitebar .weather__results-icon--sitebar,
.weather-sitebar .weather-sitebar__weather-img {
  width: 50px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
  .sitebar__weather--tablet {
    display: block;
  }
}

@media (min-width: 1200px) {
  .sitebar__weather--tablet {
    display: none;
  }
}

.weather-news .video-category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  margin-top: 25px;
}

.weather-news .video-category--heading {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 23px;
  font-size: 1.125rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
}

@media (min-width: 768px) {
  .weather-news .video-category--heading {
    font-size: 1.375rem;
  }
}

.weather-news .video-category--see-more {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.625rem;
  color: #2b2b2b;
  font-weight: 900;
  line-height: normal;
}

.weather-news .video-category--see-more:after {
  left: 23px;
  right: 2px;
  bottom: -2px;
  position: absolute;
  content: "";
  height: 2px;
}

@media (min-width: 768px) {
  .weather-news .video-category--see-more:after {
    left: 24px;
    right: 0;
    bottom: -5px;
    background-color: #bd193b;
  }
}

@media (min-width: 768px) {
  .weather-news .video-category--see-more {
    font-size: 1rem;
  }
}

.weather-news .video-category--see-more .icon-see-more {
  width: 8px;
  top: -1px;
}

@media (min-width: 768px) {
  .weather-news .video-category--see-more .icon-see-more {
    width: 12px;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
  }
}

.weather-news .video-category--see-more:hover > .icon-see-more {
  left: 5px;
}

.weather-news .video-category-border {
  height: 4px;
  background-color: #b91d21;
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 1;
}

/*--------- WEBVIEW ---------*/
.webview-elements-tabs__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.webview-elements-tabs__tab {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1.4px;
  color: #8d8d8d;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-bottom: 2px solid #8d8d8d;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.webview-elements-tabs__tab--active {
  border-bottom-color: #c01d42;
  color: #c01d42;
}

.webview-play-icon__wrapper {
  width: 76px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.webview-play-icon {
  background-image: url(images/icons/player_button.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  display: block;
  background-size: cover;
  z-index: 3;
}

.webview .webview-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 13px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.webview .webview-time--signature {
  padding-right: 7px;
}

.webview .webview-time--date {
  padding-left: 5px;
  color: #7c7c7c;
}

.webview-extras-citation__quote {
  font-size: 1.5625rem;
  margin: 20px 0;
  padding-left: 30px;
  line-height: 1.48;
  font-style: italic;
  color: #2b2b2b;
  border-left: 4px solid #c01d42;
}

.webview-extras-citation__quote-author {
  display: block;
  margin-top: 8px;
  line-height: 2.06;
  font-style: italic;
  font-size: 1.125rem;
}

.webview-extras-gallery__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .webview-extras-gallery__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .webview-extras-gallery__wrapper {
    width: 100%;
    height: 366px;
    margin-left: 0;
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: 50% 50%;
  }
}

.webview-extras-gallery__main-photo, .webview-extras-gallery__right-photo {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

@media (min-width: 768px) {
  .webview-extras-gallery__main-photo {
    width: 70%;
    height: 100%;
    padding-right: 9px;
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    border-right: 10px solid #fff;
  }
}

.webview-extras-gallery__right-photo {
  display: none;
}

@media (min-width: 768px) {
  .webview-extras-gallery__right-photo {
    display: block;
  }
}

@media (min-width: 768px) {
  .webview-extras-gallery__right-photo:nth-child(2) {
    padding-bottom: 4px;
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    border-bottom: 5px solid #fff;
  }
}

@media (min-width: 768px) {
  .webview-extras-gallery__right-photo:nth-child(3) {
    padding-top: 4px;
    grid-column: 2 / span 1;
    grid-row: 2 / span 2;
    border-top: 5px solid #fff;
  }
}

.webview-extras-gallery-btn-more {
  width: 164px;
  height: 35px;
  position: absolute;
  right: 12px;
  bottom: 7px;
  background: rgba(43, 43, 43, 0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.webview-extras-gallery-btn-more img {
  width: 20px;
  height: 18px;
  margin-right: 11px;
}

.webview-extras-gallery-title {
  font-size: 0.75rem;
  color: #7c7c7c;
  line-height: 1.25;
  position: relative;
  margin-top: 6px;
  padding-bottom: 19px;
  display: block;
  margin-bottom: 17px;
}

.webview-extras-gallery-title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #979797;
  height: 2px;
}

.webview-extras-image__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .webview-extras-image__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.webview-extras-image__main-image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.webview-extras-image-title {
  font-size: 0.75rem;
  color: #7c7c7c;
  line-height: 1.25;
  position: relative;
  margin-top: 6px;
  padding-bottom: 19px;
  display: block;
  margin-bottom: 17px;
}

.webview-extras-image-title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #979797;
  height: 2px;
}

.webview-extras-link {
  width: 45%;
  margin: 15px 0 10px 10px;
  padding-bottom: 20px;
  float: right;
  border-bottom: 5px solid #bc1336;
  background-color: #f4f4f4;
}

.webview-extras-link h3 {
  font-weight: 900;
  line-height: 1.47;
  color: #2b2b2b;
  font-size: 0.875rem;
  padding: 5px 8px 13px 8px;
}

@media (min-width: 768px) {
  .webview-extras-link h3 {
    font-size: 1.375rem;
  }
}

.webview-extras-video__wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .webview-extras-video__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.webview-extras-video__main-video, .webview-extras-video__more-video {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

.webview-extras-video__main-video:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: 2;
}

.webview-extras-video__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -15px;
  overflow-x: auto;
}

.webview-extras-video__more::-webkit-scrollbar {
  display: none;
}

.webview-extras-video__more-video {
  min-width: 240px;
  margin-right: 11px;
  padding: 5px;
  background-origin: content-box;
  position: relative;
  z-index: 1;
}

.webview-extras-video__more-video:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  z-index: 2;
}

.webview-extras-video__more-video--active {
  border: 3px solid #bc1336;
}

.webview-extras-video__more-video--active:after {
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
}

.webview-extras-video-title {
  font-size: 0.75rem;
  color: #7c7c7c;
  line-height: 1.25;
  position: relative;
  margin-top: 6px;
  padding-bottom: 19px;
  display: block;
  margin-bottom: 17px;
}

.webview-extras-video-title:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #979797;
  height: 2px;
}

.webview-extras-video-title-more {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 4;
  pointer-events: none;
}

.webview {
  /* WEBVIEW ANIMATION - NEW RELATION */
  /* WEBVIEW ANIMATION - CONTENT - ARTICLE/RELATION */
}

@media (min-width: 768px) {
  .webview .container {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

.webview .webview-content-category {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 1.2px;
  font-size: 0.75rem;
  color: #747474;
  text-transform: uppercase;
  padding-top: 8px;
  display: block;
}

.webview .webview-content h1 {
  font-size: 1.875rem;
  line-height: 1.17;
  font-weight: 900;
  color: #2b2b2b;
  padding-top: 8px;
}

.webview .webview-content h2 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.47;
  color: #2b2b2b;
  padding-top: 13px;
}

.webview .webview-content__paragraph {
  padding-top: 10px;
  font-size: 1rem;
  color: #2b2b2b;
  line-height: 1.47;
}

.webview .webview-content__paragraph img[src="https://s.tvp.pl/repository/attachment/4/4/6/446ae7032ad7145311025c27ebb077441541685773263.jpg"] {
  display: none;
}

@media (min-width: 768px) {
  .webview .webview-content__paragraph {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .webview .webview-content__paragraph iframe {
    width: calc(100vw - 30px) !important;
  }
}

@media (min-width: 768px) {
  .webview .webview-content__paragraph iframe {
    display: block;
    margin: 0 auto;
  }
}

.webview .webview-content b {
  font-weight: 700;
}

.webview .webview-relation-move {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.webview .webview-animation-enter-active {
  -webkit-animation: coming .2s;
          animation: coming .2s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  opacity: 0;
}

.webview .webview-animation-leave-active {
  -webkit-animation: going .2s;
          animation: going .2s;
}

@-webkit-keyframes going {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes going {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes coming {
  from {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes coming {
  from {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.webview .webview-header__top {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  padding-bottom: 56.2%;
}

.webview .webview-header__top--title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.625rem;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .webview .webview-header__top--title {
    padding: 10px 0;
    font-size: 0.75rem;
  }
}

.webview .pos-static {
  position: static;
}

.webview .webview-pap {
  padding-top: 14px;
  padding-bottom: 25px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #7c7c7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webview .webview-pap img {
  max-width: 52px;
  margin: 0 2px 0 11px;
}

.webview .webview-pap-pap {
  font-weight: bold;
  padding-left: 5px;
}

.webview-relation {
  padding-top: 30px;
  padding-bottom: 30px;
}

.webview-relation-box {
  padding-left: 25px;
  border-left: 2px solid #8d8d8d;
  position: relative;
}

.webview-relation-box:before {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 2px solid #8d8d8d;
  border-radius: 50%;
  top: 0;
  left: -12.5px;
}

.webview-relation-box--first {
  border-left-color: #c01d42;
  opacity: 0;
  -webkit-transition: 2s ease all;
  transition: 2s ease all;
}

.webview-relation-box--first:before {
  background-color: #c01d42;
  border-color: #c01d42;
}

.webview-relation-box--first--animation {
  opacity: 1;
}

.webview-relation-box--time {
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 2.27;
  display: block;
}

.webview-relation-box--text {
  padding: 15px 0;
  color: #2b2b2b;
  line-height: 1.47;
  font-size: 1rem;
}

.webview-see-more {
  background-color: #f0f0f0;
  margin-top: 21px;
  padding-bottom: 90px;
}

.webview-see-more h4 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.27;
  text-align: center;
  padding: 10px 0;
}

.webview-see-more__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.webview-see-more__wrapper a {
  color: #2b2b2b !important;
}

.webview-see-more__wrapper-content {
  height: 100%;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}

.webview-see-more__wrapper-content-picture {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.webview-see-more__wrapper-content-picture__wrapper {
  position: relative;
  z-index: 1;
}

.webview-see-more__wrapper-content-picture__wrapper-playable:after {
  position: absolute;
  content: "";
  left: 5px;
  bottom: 5px;
  background-image: url(images/icons/player_button.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid #fff;
}

.webview-see-more__wrapper-content-title {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.27;
  padding: 4px 0 20px 0;
}

.webview-see-more__wrapper-content-category {
  width: 100%;
  color: #747474;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25;
  display: block;
  margin-bottom: 4px;
  padding-left: 7px;
  position: relative;
}

.webview-see-more__wrapper-content-category:before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #c01d42;
  height: 100%;
  left: 0;
}

.webview-see-more__wrapper-content-time-blocker {
  height: 30px;
}

.webview-see-more__wrapper .mtb-15 {
  margin: 15px 0;
}

.webview-see-more-btn {
  display: block;
  width: 100%;
  max-width: 350px;
  background-color: #c01d42;
  margin: 0 auto;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  font-size: 1.125rem;
  line-height: 1.29;
  letter-spacing: -.4px;
}

.webview-see-more .webview-time {
  position: absolute;
  bottom: 15px;
}

.webview .webview-tags__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.webview .webview-tags-tag {
  background-color: #e5e5e5;
  padding: 5px 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  display: block;
  margin-right: 8px;
  margin-top: 6px;
  color: #7c7c7c;
}

.webview .webview-content .facebook-paragraph {
  display: none;
  height: auto;
  border-bottom: none;
  border-top: none;
  margin: 10px 0 15px;
  border: 1px solid #979797;
  padding: 0;
}

@media (min-width: 992px) {
  .webview .webview-content .facebook-paragraph {
    height: 71px;
    margin: 27px 0 30px;
  }
}

.webview .webview-content .facebook-paragraph > div {
  width: 100%;
}

@media (min-width: 992px) {
  .webview .webview-content .facebook-paragraph > div {
    width: auto;
    float: none;
  }
}

.webview .webview-content .facebook-paragraph .wiecej {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
  padding-top: 8px;
  color: #fff;
  text-align: center;
  background: #bc1336;
  font-weight: 900;
}

@media (min-width: 992px) {
  .webview .webview-content .facebook-paragraph .wiecej {
    width: 29%;
    height: 70px;
    float: left;
    font-size: 1.5625rem;
    padding-top: 15px;
  }
}

.webview .webview-content .facebook-paragraph .wiecej + span {
  width: 100%;
  display: block;
  text-align: center;
  padding-left: 0;
  font-size: 1.5rem;
  padding-top: 20px;
  font-weight: 900;
}

@media (min-width: 992px) {
  .webview .webview-content .facebook-paragraph .wiecej + span {
    padding-top: 16px;
    float: left;
    width: auto;
    padding-left: 40px;
    padding-right: 15px;
    position: relative;
  }
  .webview .webview-content .facebook-paragraph .wiecej + span:after {
    content: "";
    border-left: 16px solid #bc1336;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
  }
}

.webview .webview-content .facebook-paragraph iframe {
  width: calc(100% - 30px) !important;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  float: none;
}

@media (min-width: 992px) {
  .webview .webview-content .facebook-paragraph iframe {
    width: 46% !important;
    margin-left: 15px;
    margin-top: 26px;
  }
}

.webview .webview-content twitter-widget {
  margin-left: auto;
  margin-right: auto;
}

/*--------- NEW MENU ---------*/
header.nav nav.nav__content .nav__submenu .nav__table:nth-of-type(7) {
  text-transform: none !important;
}

header.nav nav.nav__content .nav__navigation .nav__reference--active {
  border-bottom: 4px solid #b91d21;
}

header.nav nav.nav__content .nav__navigation .nav__submenu.nav__open .nav__reference--active {
  position: relative;
  border-bottom: none;
}

header.nav nav.nav__content .nav__navigation .nav__submenu.nav__open .nav__reference--active:before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 5px;
  background: #b91d21;
  z-index: 2;
  right: 20px;
  left: 20px;
}

header.nav nav.nav__content .nav__navigation .all__programs {
  color: #b91d21;
  border-top: 1px solid rgba(218, 218, 218, 0.77);
}

header.nav nav.nav__content .nav__navigation .all__programs .icon-down-micro {
  color: #b91d21;
  top: 50%;
  position: absolute;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.nav nav.nav__content .nav__navigation .all__programs .icon-down-micro:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header.nav nav.nav__content .nav__navigation .all__programs--text {
  padding-bottom: 5px;
}

header.nav nav.nav__content .nav__loup-wrapper {
  width: 0;
  z-index: 101;
  padding: 14px 0 5px;
}

@media (min-width: 768px) {
  header.nav nav.nav__content .nav__loup-wrapper {
    padding: 12px 0 0;
  }
}

@media (min-width: 1920px) {
  header.nav nav.nav__content .nav__loup-wrapper {
    padding-top: 21px;
  }
}

header.nav nav.nav__content .nav__loup-wrapper button.open {
  position: relative;
}

header.nav nav.nav__content .nav__loup-wrapper button.open:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}

header.nav nav.nav__content .nav__loup-wrapper button.open .icon-search {
  font-size: 23px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop {
    position: absolute;
    z-index: 100;
    right: 0;
    background: #fff;
    height: 50px;
    float: none;
  }
}

header.nav nav.nav__content .nav__desktop .nav__social {
  margin-right: 61px;
  margin-top: 6px;
}

@media (min-width: 1200px) {
  header.nav nav.nav__content .nav__desktop .nav__social {
    margin-top: -2px;
  }
}

@media (min-width: 1920px) {
  header.nav nav.nav__content .nav__desktop .nav__social {
    margin-top: 6px;
  }
}

header.nav nav.nav__content .nav__desktop .nav__social .nav__graphics {
  height: 32px;
  width: 32px;
  padding: 4px 2px 0 2px;
}

header.nav nav.nav__content .nav__desktop .nav__social .si-fb:before {
  background-image: url("images/icons/si-fb.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  background-position: 11px 3px;
}

@media (min-width: 1920px) {
  header.nav nav.nav__content .nav__desktop .nav__social .si-fb:before {
    background-position: 5px 3px;
  }
}

header.nav nav.nav__content .nav__desktop .nav__social .facebook:hover .si-fb:before {
  background-image: url("images/icons/si-fb-active.svg");
}

header.nav nav.nav__content .nav__desktop .nav__social .si-tw:before {
  background-image: url("images/icons/si-tw.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  background-position: 7px 5px;
}

header.nav nav.nav__content .nav__desktop .nav__social .twitter:hover .si-tw:before {
  background-image: url("images/icons/si-tw-active.svg");
}

header.nav nav.nav__content .nav__desktop .nav__social .si-yt:before {
  background-image: url("images/icons/si-yt.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  background-position: 6px 5px;
}

header.nav nav.nav__content .nav__desktop .nav__social .youtube:hover .si-yt:before {
  background-image: url("images/icons/si-yt-active.svg");
}

header.nav nav.nav__content .nav__desktop .nav__social .facebook {
  padding: 4px 0 0 0px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .facebook {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    right: -32px;
    position: relative;
  }
}

@media (min-width: 1920px) {
  header.nav nav.nav__content .nav__desktop .nav__social .facebook {
    padding: 4px 6px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .facebook--show {
    right: auto;
    position: static;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .twitter {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    opacity: 0;
    width: 0;
    pointer-events: none;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .twitter--show {
    opacity: 1;
    width: 32px;
    pointer-events: all;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .youtube {
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    opacity: 0;
    width: 0;
    pointer-events: none;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .youtube--show {
    opacity: 1;
    width: 32px;
    pointer-events: all;
  }
}

header.nav nav.nav__content .nav__desktop .nav__social .toggle-socials-btn {
  display: none;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -18px;
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1365px) {
  header.nav nav.nav__content .nav__desktop .nav__social .toggle-socials-btn {
    display: inline-block;
  }
}

header.nav nav.nav__content .nav__desktop .nav__social .toggle-socials-btn span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #979797;
  margin: 0 2px;
}

header.nav .nav__navigation {
  width: auto !important;
}

.new-search {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  top: -100vh;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  background-color: #FFF;
  z-index: 100;
}

.new-search--open {
  top: 0;
  opacity: 1;
}

.new-search .new-search__field {
  outline: none;
}

.new-search__container {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 40px;
}

.new-search__title {
  font-weight: 900;
  color: #333333;
  font-size: 1.25rem;
  padding-bottom: 5px;
}

.new-search__subtitle {
  color: #acacac;
  font-size: 0.8125rem;
}

.new-search__field {
  margin-top: 60px;
  margin-bottom: 50px;
  height: 75px;
  font-weight: 900;
  padding-bottom: 28px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #b91c21;
  font-size: 2.5rem;
  color: #333333;
}

.new-search__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-search__button-search {
  width: 97px;
  height: 36px;
  font-size: 1rem;
  background-color: #b91c21;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border: none;
  outline: none;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.new-search__button-search:hover {
  background-color: #df292f;
}

@media (min-width: 768px) {
  .new-search__button-search {
    height: 54px;
    width: 170px;
    font-size: 1.375rem;
  }
}

.new-search__button-cancel {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333333;
  border: none;
  outline: none;
  background-color: #FFF;
  margin-left: 40px;
  cursor: pointer;
}

i.icon-search.new-search--close:before {
  content: "\E804" !important;
}

button.remove-bar:before {
  display: none;
}

/*--------- SEARCH RESULTS ---------*/
.search-results-top {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .search-results-top__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1920px) {
  .search-results-top__count {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search-results-top-title {
  background-color: #b91d21;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 5px 7px;
  color: #fff;
}

@media (min-width: 768px) {
  .search-results-top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 16px;
    font-size: 0.875rem;
  }
}

.search-results-top-found {
  font-weight: bold;
  font-size: 0.75rem;
  color: #2b2b2b;
}

@media (min-width: 768px) {
  .search-results-top-found {
    padding-left: 20px;
    font-size: 0.875rem;
  }
}

.search-results-top--red {
  color: #b91d21;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 2.62;
}

@media (min-width: 768px) {
  .search-results-top--red {
    font-size: 0.875rem;
  }
}

.search-results-filter button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: none;
  float: right;
}

.search-results-filter--icon {
  background-image: url("images/icons/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 16px;
  height: 12px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .search-results-filter--icon {
    width: 24px;
    height: 20px;
  }
}

.search-results-filter--tablet + .search-results-filter__select--open {
  width: 300px;
  right: 0;
  left: auto;
  max-height: 620px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.5);
          box-shadow: 0 2px 4px 0 rgba(158, 158, 158, 0.5);
}

.search-results-filter--tablet + .search-results-filter__select--open .search-results-filter__select-top {
  padding-left: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.search-results-filter--tablet + .search-results-filter__select--open .search-results-filter__select-content {
  text-align: left;
  padding-left: 30px;
}

.search-results-filter--tablet + .search-results-filter__select--open .search-results-filter__select-content h2 {
  padding-top: 35px;
}

.search-results-filter--tablet + .search-results-filter__select--open ul li {
  padding: 9px 0;
}

.search-results-filter--full-hd + .search-results-filter__select {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.search-results-filter--full-hd + .search-results-filter__select .search-results-filter__select-content {
  text-align: left;
}

.search-results-filter--full-hd + .search-results-filter__select ul li {
  padding-left: 20px;
  position: relative;
  display: table;
}

.search-results-filter--full-hd + .search-results-filter__select ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cbcbcb;
  left: 0;
  top: calc(50% - 10px);
  -webkit-transform: translateY(calc(-50% + 5px));
          transform: translateY(calc(-50% + 5px));
}

.search-results-filter--full-hd + .search-results-filter__select ul li.search-results-filter__select--active:before {
  background-color: #b91d21;
}

.search-results-filter--full-hd + .search-results-filter__select ul li span {
  cursor: pointer;
}

.search-results-filter--full-hd + .search-results-filter__select ul li span:after {
  display: none;
}

.search-results-filter__select {
  opacity: 0;
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  height: 100vh;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  pointer-events: none;
}

.search-results-filter__select-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.search-results-filter__select-content {
  text-align: center;
  padding-top: 25px;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .search-results-filter__select-content {
    padding-top: 15px;
  }
}

.search-results-filter__select-content h2 {
  color: #2b2b2b;
  padding-bottom: 15px;
  font-weight: 900;
}

.search-results-filter__select-content ul {
  padding-bottom: 30px;
}

.search-results-filter__select-content li {
  color: #cbcbcb;
  padding-bottom: 10px;
  font-weight: 900;
  cursor: pointer;
}

.search-results-filter__select--active {
  color: #020202 !important;
}

.search-results-filter__select--active span {
  position: relative;
}

.search-results-filter__select--active span:after {
  position: absolute;
  content: "\2714";
  color: #b91d21;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

.search-results-filter__select--open {
  opacity: 1;
  z-index: 1010;
  pointer-events: all;
}

.search-results-filter__select--black {
  color: #2b2b2b;
  font-size: 1rem;
  font-weight: bold;
  line-break: 2.13;
}

.search-results-filter__select--icon {
  background-image: url("images/icons/search-icon2.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.search-results-filter__select .icon-cancel {
  font-size: 1.5rem;
  position: absolute;
  color: #979797;
  top: 20px;
  right: 15px;
}

.search-results-box {
  margin: 15px 0;
}

.search-results-box__image {
  overflow: hidden;
}

.search-results-box img, .search-results-box .video-play__vid {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.search-results-box-title {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #2b2b2b;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .search-results-box-title {
    font-size: 1.5rem;
    line-break: 1.25;
  }
}

@media (min-width: 1200px) {
  .search-results-box-title {
    font-size: 2.25rem;
  }
}

.search-results-box-lead {
  display: none;
}

@media (min-width: 768px) {
  .search-results-box-lead {
    display: block;
    font-size: 1.125rem;
    color: #2b2b2b;
    padding-top: 10px;
  }
}

.search-results-box .d-none {
  display: none !important;
}

.search-results-box a.see-more {
  display: none !important;
}

@media (min-width: 768px) {
  .search-results-box a.see-more {
    display: block !important;
  }
}

.search-results-box .time-article {
  margin: 19px 0 0 0;
}

@media (min-width: 768px) {
  .search-results-box .time-article {
    margin: 0;
  }
}

.search-results-box .detal-program-box__vid {
  bottom: 3px;
}

@media (min-width: 768px) {
  .search-results-box .time__wrapper {
    position: absolute;
    right: 0;
    padding-left: 15px;
    bottom: 3px;
  }
}

.search-results-box .search-results-box-relative {
  position: relative;
}

.search-results-box .search-results-box-relative .v-box {
  margin-bottom: 0;
}

.search-results-box .search-results-box-relative .v-box:after {
  left: 15px;
  right: 15px;
  bottom: 0;
}

.search-results-box .search-results-box-relative:hover .search-results-box-title {
  color: #bc1336;
}

.search-results-box .search-results-box-relative:hover .video-play__vid {
  background-color: #bc1336;
}

.search-results-box .search-results-box-relative:hover .v-box:after {
  z-index: -1;
}

.search-results-box .search-results-box-relative:hover .v-box:before {
  z-index: 2;
  left: 15px;
  right: 15px;
}

.search-results__filters-hd {
  display: none;
}

@media (min-width: 1024px) {
  .search-results__filters-hd {
    display: block;
    width: 25%;
    float: left;
  }
}

.search-results__boxes-hd {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1024px) {
  .search-results__boxes-hd {
    width: 75%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .search-results__boxes-hd .container {
    max-width: 1470px;
    width: auto;
  }
}

.search-results--no-results {
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
  font-size: 1.5rem;
}

/*--------- PE WYBORY 2019 ---------*/
.pe-start {
  overflow: hidden;
}

.pe-start .boxes__header-line {
  background-color: #f5a623;
  background-image: none;
}

.pe-start .d-none {
  display: none !important;
}

.pe-start .pe-index {
  z-index: 101;
  position: relative;
  background-color: #fff;
}

.pe-start .pe__eu {
  background-image: url("images/eu.jpg");
  height: 1500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .pe-start .pe__eu {
    height: 1900px;
  }
}

@media (min-width: 992px) {
  .pe-start .pe__eu {
    height: 1500px;
  }
}

@media (min-width: 1920px) {
  .pe-start .pe__eu {
    height: 1020px;
  }
}

.pe-start__header-title .pe-index {
  background-color: transparent;
}

.info-screening-wrapper .pe-start-stats {
  background-color: rgba(0, 28, 64, 0.8) !important;
}

.info-screening-wrapper .pe-start-stats > .container {
  background-image: none;
}

.info-screening-wrapper .pe-start-stats .pe-charts {
  background-image: none !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.pe-sondaze {
  overflow: hidden;
}

.pe-sondaze .main-mesh-abs {
  display: none;
}

.pe-sondaze .main-mesh-box {
  background-color: #002b60;
}

.pe-sondaze .v-box {
  padding-bottom: 0;
}

@media (min-width: 1920px) {
  .pe-sondaze .v-box {
    padding-bottom: 15px;
  }
}

.pe-sondaze .main-mesh-box__title, .pe-sondaze .main-mesh-box__description {
  color: #FFF;
}

.pe-sondaze .main-mesh-box__title {
  margin-top: 5px;
}

@media (min-width: 1920px) {
  .pe-sondaze .main-mesh-box__title {
    margin-top: 0;
  }
}

.pe-sondaze .mmb-content .v-box:hover .main-mesh-box__title {
  color: #f5a623;
}

.pe-sondaze .see-more {
  color: #f5a623;
  margin-top: 5px;
}

.pe-sondaze .icon-see-more {
  background-image: url(images/icons/arrows/see-more-pe.svg);
}

@media (min-width: 768px) {
  .pe-sondaze .box__text-container {
    padding: 0 15px;
  }
}

.pe-sondaze .mmb-content .v-box::after {
  display: none;
}

.pe-sondaze .mmb-content .v-box::before {
  background-color: #f5a623;
}

.pe-sondaze .v-box:hover .video-play__vid {
  background-color: #f5a623;
}

.pe-sondaze .main-category-v2 .cat-v2-content .main-mesh-box-desc__wrapper {
  display: block;
}

.pe-sondaze .main-mesh-box__description {
  white-space: normal;
  height: auto;
}

.pe-sondaze .boxes__header-line {
  background-color: #f5a623;
  background-image: none;
}

.pe-sondaze .d-none {
  display: none !important;
}

.pe-sondaze .pe-index {
  z-index: 101;
  position: relative;
  background-color: #fff;
}

.pe-sondaze .pe__eu {
  background-image: url("images/eu.jpg");
  height: 1020px;
  background-size: cover;
}

.pe-sondaze .cat-v2-content .main-mesh-box .col-xs-6:nth-child(2) {
  padding-left: 0;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .pe-sondaze .cat-v2-content .main-mesh-box .col-xs-6:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pe-aktualnosci {
  overflow: hidden;
}

.pe-aktualnosci .boxes__header-line {
  background-color: #f5a623;
  background-image: none;
}

.pe-aktualnosci .sidebar-biznes__section .biznes-box__article-content {
  border: none;
  background-color: #002b60;
}

.pe-aktualnosci .sidebar-biznes__section .biznes-box__article-content .biznes-box__article-title, .pe-aktualnosci .sidebar-biznes__section .biznes-box__article-content .biznes-box__article-desc {
  color: #FFF;
}

.pe-aktualnosci .sidebar-biznes__section .biznes-box__article-content .see-more {
  color: #f5a623;
}

.pe-aktualnosci .sidebar-biznes__section .biznes-box__article-content .icon-see-more {
  background-image: url(images/icons/arrows/see-more-pe.svg);
}

.pe-aktualnosci .pe-index {
  z-index: 101;
  position: relative;
  background-color: #fff;
}

.pe-aktualnosci .pe__eu {
  background-image: url("images/eu.jpg");
  height: 1020px;
  background-size: cover;
}

.pe-menu {
  padding: 40px 0;
}

.pe-menu--bg {
  background-color: rgba(0, 28, 64, 0.8);
  position: relative;
  z-index: 102;
  padding: 15px 0;
}

.pe-menu__links {
  text-align: center;
}

.pe-menu__links a {
  color: #FFF;
  font-weight: bold;
  font-size: 0.9375rem;
  padding: 0 15px;
}

.pe-menu__links a:active, .pe-menu__links a:hover, .pe-menu__links a:link, .pe-menu__links a:visited {
  text-decoration: none;
}

@media (min-width: 768px) {
  .pe-menu__links a {
    padding: 0 10px;
    font-size: 1.25rem;
  }
}

.pe-menu__links--active {
  position: relative;
}

.pe-menu__links--active:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -15px;
  height: 5px;
  width: calc(100% - 20px);
  background-color: #f5a623;
}

.info-screening-wrapper .pe-menu {
  background-color: rgba(0, 28, 64, 0.8) !important;
}

.info-screening-wrapper .pe-menu--bg {
  background-color: transparent !important;
}

.pe-logo img {
  display: block;
  margin: 25px auto 0 auto;
}

@media (min-width: 1920px) {
  .pe-logo img {
    margin: 45px auto 0 auto;
  }
}

.info-screening-wrapper .pe-logo {
  background-color: rgba(0, 28, 64, 0.8) !important;
}

.pe-start-title {
  position: relative;
  z-index: 100;
  color: #FFF;
  margin-bottom: 45px;
}

.pe-start-title__wrapper {
  overflow: hidden;
}

.pe-start-title--text {
  display: block;
  z-index: 200;
  width: 100%;
  position: relative;
  background-color: transparent;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  line-height: normal;
}

@media (min-width: 768px) {
  .pe-start-title--text {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .pe-start-title--text {
    font-size: 1.85rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
  }
}

.pe-start-title--text:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #f5a623;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 30px;
  z-index: 100;
}

.info-screening-wrapper .pe-start-title {
  background-color: rgba(0, 28, 64, 0.8) !important;
  margin-bottom: 0 !important;
  padding-bottom: 45px !important;
}

.pe-charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .pe-charts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1920px) {
  .pe-charts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.pe-charts .charts__mobile {
  padding-bottom: 20px;
}

.pe-charts .charts__mobile .charts__wrapper {
  min-width: 320px;
  max-width: 767px;
  margin: 0 auto;
}

@media (max-width: 320px) {
  .pe-charts .charts__mobile .charts__wrapper {
    min-width: 290px;
  }
}

.pe-charts .charts__mobile .charts__komitet {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .pe-charts .charts__mobile .charts__komitet {
    padding-right: 35px;
  }
}

.pe-charts .charts__mobile .charts__komitet img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .pe-charts .charts__mobile .charts__komitet img {
    width: 64px;
    height: 100%;
  }
}

.pe-charts .charts__mobile .charts__komitet-row-1 {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pe-charts .charts__mobile .charts__komitet-bar {
  width: calc(100% - 38px - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pe-charts .charts__mobile .charts__komitet--bar {
  -webkit-transition: 2s ease all;
  transition: 2s ease all;
  height: 24px;
  width: 0;
}

@media (min-width: 768px) {
  .pe-charts .charts__mobile .charts__komitet--bar {
    height: 34px;
  }
}

.pe-charts .charts__mobile .charts__komitet--points {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  margin-left: 5px;
  width: 30px;
  position: absolute;
  -webkit-transition: 2s ease all;
  transition: 2s ease all;
  left: 0%;
}

.pe-charts .charts__mobile .charts__komitet-row-2 {
  color: #FFF;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .pe-charts .charts__mobile .charts__komitet-row-2 {
    font-size: 0.8125rem;
  }
}

.pe-charts .charts__mobile-desc {
  color: #FFF;
  font-size: 0.8125rem;
  line-height: 1.23;
}

.pe-charts .charts__desktop {
  margin-bottom: 45px;
  margin-right: 40px;
}

@media (min-width: 768px) {
  .pe-charts .charts__desktop {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .pe-charts .charts__desktop {
    margin-right: 40px;
  }
}

.pe-charts .charts__desktop .charts__wrapper {
  height: 540px;
  width: 900px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

@media (min-width: 992px) {
  .pe-charts .charts__desktop .charts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    overflow-x: hidden;
  }
}

.pe-charts .charts__desktop .charts__points-shape {
  height: 0;
  width: 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-right: 10px solid transparent;
}

.pe-charts .charts__desktop .charts--min-value {
  position: absolute;
  left: -20px;
  z-index: 1000;
  font-size: 16px;
  bottom: 8px;
  color: #d6d6d6;
  font-size: 9px;
}

.pe-charts .charts__desktop .charts--divider-dashed {
  position: absolute;
  left: -20px;
  right: -920px;
  height: 2px;
  border-top: 2px dashed #ccc;
  z-index: 1000;
  bottom: 10px;
}

.pe-charts .charts__desktop .charts--divider-solid {
  position: absolute;
  left: -20px;
  right: -920px;
  height: 2px;
  background-color: #ccc;
  z-index: 1000;
  bottom: 0px;
}

.pe-charts .charts__desktop .charts__komitet {
  width: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pe-charts .charts__desktop .charts__komitet--chart {
  margin: 0 25px;
  position: relative;
}

.pe-charts .charts__desktop .charts__komitet--points {
  width: 40px;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
  font-weight: 900;
  position: relative;
  font-size: 0.75rem;
}

.pe-charts .charts__desktop .charts__komitet--bar {
  width: 60px;
  height: 0;
  -webkit-transition: 2s ease all;
  transition: 2s ease all;
}

.pe-charts .charts__desktop .charts__komitet--name {
  text-align: center;
  height: 200px;
  position: relative;
  color: #FFF;
  font-size: 0.6125rem;
  padding: 0 5px;
}

.pe-charts .charts__desktop .charts__komitet--name img {
  width: 64px;
  display: block;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  margin: 20px auto 10px auto;
}

.pe-charts .charts__desktop-desc {
  color: #FFF;
  font-size: 0.8125rem;
  line-height: 1.23;
}

.charts__wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
  margin-right: 0;
}

.charts__wrapper::-webkit-scrollbar {
  height: 7px !important;
  background-color: #F5F5F5;
}

.charts__wrapper::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.pe-mandaty {
  margin-bottom: 40px;
}

@media (min-width: 1920px) {
  .pe-mandaty {
    margin-bottom: 0;
  }
}

.pe-mandaty .list {
  margin: 0 auto;
  width: auto;
}

@media (min-width: 768px) {
  .pe-mandaty .list {
    width: 350px;
  }
}

@media (min-width: 1920px) {
  .pe-mandaty .list {
    width: 450px;
  }
}

.pe-mandaty .list h3 {
  text-align: left;
  color: #FFF;
  padding: 5px 0;
  font-size: 1.25rem;
}

.pe-mandaty .list p {
  text-align: left;
  font-size: 0.8125rem;
  color: #FFF;
  padding-bottom: 10px;
}

.pe-mandaty .list__positions {
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-color: #F5F5F5 #555;
  scrollbar-width: thin;
}

.pe-mandaty .list__positions-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 10px;
  margin-right: 5px;
  border-top: solid 1px #f1f1f140;
}

.pe-mandaty .list__positions-single-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pe-mandaty .list__positions-single-name img {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  float: left;
}

.pe-mandaty .list__positions-single-name p {
  margin-left: 15px;
  max-width: 170px;
  text-align: left;
  padding-top: 5px;
  font-size: 0.75rem;
}

@media (max-width: 320px) {
  .pe-mandaty .list__positions-single-name p {
    max-width: 100px;
  }
}

.pe-mandaty .list__positions-single-points {
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 15px;
  color: #FFF;
}

.pe-mandaty .list__positions::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.pe-mandaty .list__positions::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.pe-mandaty .list__positions::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.info-screening-wrapper .pe-mandaty {
  margin-bottom: 45px !important;
}

/*--------- WYBORY Parlamentarne 2019 ---------*/
.elections-page {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.elections-page__header {
  text-align: center;
}

.elections-page__title {
  display: inline-block;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: normal;
  font-size: 18px;
  color: #9f041b;
  background: -webkit-gradient(linear, left top, right top, from(#9f041b), to(#f5515f));
  background: linear-gradient(to right, #9f041b, #f5515f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1.31px;
  border-top: 1px solid #f5515f;
  border-bottom: 1px solid #f5515f;
  margin: 26px 0;
}

@media all and (-ms-high-contrast: none) {
  .elections-page__title {
    background: none;
  }
}

.elections-page__iframe-wrapper {
  position: relative;
}

.elections-page__iframe-wrapper:after {
  content: '';
  position: absolute;
  height: 100px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
  bottom: 0;
  left: 0;
}

.elections-page__iframe-wrapper--expand:after {
  display: none;
}

.elections-page__iframe {
  display: block;
  width: 100%;
  height: 480px;
  background: #F9EEED;
}

.elections-page__button {
  background: #bb1a36;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3;
  text-transform: uppercase;
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -90px;
  z-index: 9;
  outline: 0;
}

.elections-page__button:focus, .elections-page__button:active {
  outline: 0;
}

.elections-page__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(images/icons/expand.svg);
  background-size: 95% 95%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}

.elections-page__icon--on {
  background-image: url(images/icons/expand_reverse.svg);
}

.elections-page .main-category-v2 .row.pe-index {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
}

.elections-page .main-category-v2 .boxes:first-child .row.pe-index {
  padding-top: 70px;
}

.elections-page .main-category-v2.nourl .boxes:first-child .row.pe-index {
  padding-top: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .elections-page__title {
    font-size: 28px;
    margin: 36px 0;
  }
  .elections-page__iframe-wrapper:after {
    content: '';
    height: 170px;
  }
  .elections-page__iframe {
    height: 720px;
  }
  .elections-page__button {
    font-size: 16px;
    width: 250px;
    height: 50px;
    bottom: -20px;
    margin-left: -125px;
  }
  .elections-page .main-category-v2.nourl .boxes:first-child .row.pe-index {
    margin-top: 40px;
  }
}

/*--------- HACKS ---------*/
/*--------- SIDEBAR ---------*/
/*--------- ASSETS ---------*/
