/*--------- 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;
}

/*--------- STATE ---------*/
.clearfix, .boxes__box:after, .boxes__onlive-item:after, .videos__item:after {
  *zoom: 1;
}

.clearfix:before, .clearfix:after, .boxes__box:after, .boxes__onlive-item:after, .videos__item:after {
  content: " ";
  display: table;
}

.clearfix:after, .boxes__box:after, .boxes__onlive-item:after, .videos__item: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*/
.text-left {
  text-align: left;
}

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

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

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

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

.box-dhidden {
  visibility: hidden;
}

.box-dnone {
  display: none;
}

.boxes-grey {
  background-color: #efefef;
}

.boxes-navy {
  background-color: #0053a0;
  height: 285px;
}

.box-m {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .box-m {
    margin-bottom: 28px;
    position: relative;
  }
}

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

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

/*------------------------
          LAYOUT
------------------------*/
/*--------- GRID ---------*/
.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;
  }
}

.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-facebook {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  background-image: url(images/social/facebook_biale.svg);
}

.icon-facebook--black {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15.6px;
  height: 16px;
  background-image: url(images/social/facebook_czarne.svg);
  top: 30px;
}

@media (min-width: 1200px) {
  .icon-facebook--black {
    top: 24px;
  }
}

.icon-facebook--blue {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 8px;
  height: 14px;
  background-image: url(images/social/facebook_niebieski.svg);
  top: 21px;
}

.icon-twitter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  background-image: url(images/social/twitter_bialy.svg);
}

.icon-twitter--black {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 16px;
  background-image: url(images/social/twitter_czarne.svg);
  top: 30px;
}

@media (min-width: 1200px) {
  .icon-twitter--black {
    top: 25px;
  }
}

.icon-twitter--blue {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15.6px;
  height: 14px;
  background-image: url(images/social/twitter_niebieski.svg);
  top: 22px;
}

.icon-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  background-image: url(images/social/youtube_biale.svg);
}

.icon-youtube--black {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15.6px;
  height: 16px;
  background-image: url(images/social/youtube_czarne.svg);
  top: 31px;
}

@media (min-width: 1200px) {
  .icon-youtube--black {
    top: 25px;
  }
}

.icon-youtube--blue {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 11px;
  background-image: url(images/social/youtube_niebieski.svg);
  top: 22px;
}

.icon-arrow-left {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(images/icons/arrow_left_small.svg);
}

.icon-arrow-left--calendary {
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .icon-arrow-left--calendary {
    width: 6px;
    height: 11.4px;
  }
}

.icon-arrow-right {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 11px;
  height: 25px;
  background-image: url(images/icons/arrow_right_small.svg);
}

.icon-arrow-right--calendary {
  width: 15px;
  height: 15px;
}

@media (min-width: 768px) {
  .icon-arrow-right--calendary {
    width: 6px;
    height: 11.4px;
  }
}

.icon-arrow-right-big {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 26px;
  height: 48px;
  background-image: url(images/icons/arrow_right_big.svg);
}

@media (max-width: 768px) {
  .icon-arrow-right-big--gallery {
    width: 17px;
    height: 32px;
  }
}

@media (max-width: 1200px) {
  .icon-arrow-right-big--gallery {
    background-image: url(images/icons/arrow_right_white.svg);
  }
}

.icon-arrow-right-white {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 26px;
  height: 48px;
  background-image: url(images/icons/arrow_right_white.svg);
}

.icon-arrow-left-big {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 26px;
  height: 48px;
  background-image: url(images/icons/arrow_left_big.svg);
}

@media (max-width: 768px) {
  .icon-arrow-left-big--gallery {
    background-image: url(images/icons/arrow_left_white.svg);
    width: 17px;
    height: 32px;
  }
}

@media (max-width: 1200px) {
  .icon-arrow-left-big--gallery {
    background-image: url(images/icons/arrow_left_white.svg);
  }
}

.icon-close {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 22px;
  height: 22px;
  background-image: url(images/icons/x_black_ico.svg);
}

.icon-box {
  height: 25px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.icon-box img {
  max-width: 100%;
  max-height: 100%;
}

.icon-loop {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 25px;
  height: 24px;
  background-image: url(images/icons/loop.svg);
  display: inline-block;
  margin-right: 17px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .icon-loop {
    position: relative;
    width: 55px;
    background-size: 17px;
    margin-left: 14px;
    margin-right: 0;
  }
  .icon-loop:before {
    display: block;
    position: absolute;
    content: "";
    top: -4px;
    left: 0;
    width: 2px;
    height: 28px;
    border-left: 2px solid rgba(0, 83, 160, 0.5);
  }
}

.icon-slider-left {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 40px;
  background-image: url(images/icons/arrow_left_slider.svg);
  display: block;
  cursor: pointer;
}

.icon-slider-left--video {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
  background-image: url(images/icons/video-slider-left.svg);
}

@media (min-width: 768px) {
  .icon-slider-left--video {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 28px;
    background-image: url(images/icons/video-slider-left.svg);
  }
}

@media (min-width: 992px) {
  .icon-slider-left--video {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 42px;
    background-image: url(images/icons/video-slider-left.svg);
  }
}

.icon-slider-left--video-red {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
  background-image: url(images/icons/video-slider-left-red.svg);
}

@media (min-width: 768px) {
  .icon-slider-left--video-red {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 28px;
    background-image: url(images/icons/video-slider-left-red.svg);
  }
}

@media (min-width: 992px) {
  .icon-slider-left--video-red {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 42px;
    background-image: url(images/icons/video-slider-left-red.svg);
  }
}

.icon-slider-left--video-blue {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
  background-image: url(images/icons/video-slider-left-red.svg);
}

@media (min-width: 768px) {
  .icon-slider-left--video-blue {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 28px;
    background-image: url(images/icons/video-slider-left-red.svg);
  }
}

@media (min-width: 992px) {
  .icon-slider-left--video-blue {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 42px;
    background-image: url(images/icons/video-slider-left-red.svg);
  }
}

.icon-slider-right {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 40px;
  background-image: url(images/icons/arrow_right_slider.svg);
  display: block;
  cursor: pointer;
}

.icon-slider-right--video {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
  background-image: url(images/icons/video-slider-right.svg);
}

@media (min-width: 768px) {
  .icon-slider-right--video {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 28px;
    background-image: url(images/icons/video-slider-right.svg);
  }
}

@media (min-width: 992px) {
  .icon-slider-right--video {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 42px;
    background-image: url(images/icons/video-slider-right.svg);
  }
}

.icon-slider-right--video-red {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 22px;
  background-image: url(images/icons/video-slider-right-red.svg);
}

@media (min-width: 768px) {
  .icon-slider-right--video-red {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 28px;
    background-image: url(images/icons/video-slider-right-red.svg);
  }
}

@media (min-width: 992px) {
  .icon-slider-right--video-red {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 42px;
    background-image: url(images/icons/video-slider-right-red.svg);
  }
}

.icon-slider-programs-left {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 92px;
  background-image: url(images/icons/lewo.svg);
  display: block;
  cursor: pointer;
}

.icon-slider-programs-right {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 40px;
  height: 92px;
  background-image: url(images/icons/prawo.svg);
  display: block;
  cursor: pointer;
}

.play-small {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 24px;
  height: 24px;
  background-image: url(images/icons/play-small.svg);
  display: block;
  cursor: pointer;
}

.camera {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 29px;
  height: 24px;
  background-image: url(images/icons/camera.svg);
  display: block;
  cursor: pointer;
}

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

.pager-left {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 8px;
  height: 13px;
  background-image: url(images/icons/pager-left.svg);
  display: block;
  cursor: pointer;
}

.pager-right {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 8px;
  height: 13px;
  background-image: url(images/icons/pager-right.svg);
  display: block;
  cursor: pointer;
}

.loader {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 48px;
  height: 48px;
  background-image: url(images/loaders/tail-spin.svg);
  display: block;
}

/*--------- BASE ---------*/
/*
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
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
64px - 4rem
72px - 4.5rem
*/
body, button {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.boxes__header {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #263238;
  font-weight: 100;
  line-height: 1.1;
  padding-bottom: 18px;
}

.boxes__header span {
  margin-bottom: 8px;
  display: block;
  width: 51px;
  height: 4px;
  background: #f0362b;
}

.boxes__header--burgundy span {
  background: #ca0000;
}

@media (min-width: 768px) {
  .boxes__header {
    font-size: 1.5rem;
    line-height: 0.92;
  }
}

@media (min-width: 1580px) {
  .boxes__header {
    font-size: 2.8125rem;
    line-height: 0.85;
  }
}

body {
  min-width: 320px;
}

button,
select {
  outline: none;
}

[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;
}

.navigation__wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.navigation__spacer {
  width: 100%;
  height: 50px;
}

.navigation__burger {
  width: 21px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.navigation__burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #67828f;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation__burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navigation__burger span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.navigation__burger span:nth-child(1), .navigation__burger span:nth-child(2) {
  top: 0px;
}

.navigation__burger span:nth-child(3), .navigation__burger span:nth-child(4) {
  top: 5px;
}

.navigation__burger span:nth-child(5), .navigation__burger span:nth-child(6) {
  top: 10px;
}

.navigation__burger.open span:nth-child(1), .navigation__burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation__burger.open span:nth-child(2), .navigation__burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation__burger.open span:nth-child(1) {
  left: 3px;
  top: 3px;
}

.navigation__burger.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 3px;
}

.navigation__burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navigation__burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navigation__burger.open span:nth-child(5) {
  left: 3px;
  top: 8px;
}

.navigation__burger.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 8px;
}

.navigation__burger.open.arrow span:nth-child(1), .navigation__burger.open.arrow span:nth-child(5) {
  opacity: 0;
}

.navigation__burger.open.arrow span:nth-child(4) {
  left: 50%;
  opacity: 1;
}

.navigation__burger.open.arrow span:nth-child(3) {
  left: 2px;
  opacity: 1;
}

.navigation__burger.open.arrow span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: 2px;
}

.navigation__burger.open.arrow span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}

.navigation__service {
  display: none;
}

.navigation__logo {
  display: block;
  width: 82px;
  height: 40px;
  margin-left: 16px;
  background-image: url(//s.tvp.pl/files/portale-v4/user-2.0/access/img/logo/logo-tvp.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .navigation h1 {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 82px;
  }
  .navigation .navigation__logo {
    margin-left: 0;
  }
}

.navigation__socials {
  margin-left: auto;
}

.navigation__socials a {
  display: none;
}

.navigation .icon-facebook {
  top: 50%;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation .icon-twitter {
  top: 18px;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation .icon-youtube {
  top: 18px;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation__cover {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  cursor: pointer;
}

.navigation__cover.open .navigation__dart:before {
  -webkit-transform: rotate(180deg) translateY(55%);
          transform: rotate(180deg) translateY(55%);
  top: 9px;
}

.navigation__links {
  position: absolute;
  left: -100%;
  top: 50px;
  height: 100vh;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}

.navigation__links.show {
  left: 0;
  opacity: 1;
}

.navigation__link {
  font-size: 1rem;
  color: #263238;
  font-weight: 700;
  line-height: 3.25;
  border-bottom: 1px solid #e7e7e7;
  text-transform: uppercase;
}

.navigation__reference {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  margin-left: 22px;
}

.navigation__arrow {
  position: relative;
  margin-right: 39px;
}

.navigation__arrow:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #263238 transparent transparent transparent;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  margin-left: 2.5px;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media (max-width: 767px) {
  .navigation__news {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -107%;
    background: #fff;
    padding-top: 10px;
    z-index: 3;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .navigation__news.show {
    left: 0;
  }
}

.navigation__items {
  width: 100%;
  height: 100%;
  margin-left: 24px;
  font-size: 0.875rem;
  color: #0053a0;
  line-height: 2.64;
  text-transform: uppercase;
}

.navigation__region {
  position: fixed;
  height: 0;
  top: -650px;
  width: 100%;
  opacity: 0;
  background: #fff;
  text-align: center;
  z-index: -1;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.navigation__region.show {
  top: 50px;
  height: 100%;
  opacity: 1;
  z-index: 3;
}

.navigation__subtitle {
  font-size: 0.875rem;
  color: #0053a0;
  font-weight: 900;
  margin: 16px 0 24px;
  text-transform: uppercase;
}

.navigation__list {
  width: 300px;
  margin: 19px auto 25px;
  text-align: left;
}

.navigation__regionItems {
  width: 120px;
  display: inline-block;
}

.navigation__regionItems a {
  text-decoration: none;
  font-size: 0.875rem;
  color: #0053a0;
  line-height: 2.29;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-transform: uppercase;
  position: relative;
}

.navigation__regionItems a:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid transparent;
  opacity: 0;
}

.navigation__regionItems a:hover:after {
  border-bottom: 3px solid #263238;
  opacity: 1;
}

.navigation__regionItems:nth-child(odd) {
  margin-right: 60px;
  padding-left: 30px;
}

.navigation__back {
  font-size: 0.75rem;
  color: #009ceb;
  font-weight: 400;
  line-height: 2.29;
  letter-spacing: 1.2px;
  padding-left: 25px;
  background-image: url(images/icons/show_arrow.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

.navigation__back--color {
  color: #0053a0;
}

.navigation__map svg {
  height: 200px;
}

.navigation__map svg .cls-1 {
  fill: #c6c6c6;
  cursor: pointer;
}

.navigation__map svg .cls-1:hover {
  fill: #009ceb;
}

.navigation__map svg .navigation__map--region {
  fill: #009ceb;
}

@media (min-width: 768px) {
  .navigation__burger {
    margin-left: 20px;
  }
  .navigation__burger.open span:nth-child(1), .navigation__burger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation__burger.open span:nth-child(2), .navigation__burger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navigation__burger.open span:nth-child(1) {
    left: 0;
    top: 4px;
  }
  .navigation__burger.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 4px;
  }
  .navigation__burger.open span:nth-child(5) {
    left: 1px;
    top: 10px;
  }
  .navigation__burger.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 10px;
  }
  .navigation__logo {
    margin-left: 23px;
  }
  .navigation__cover:after {
    border-width: 7px 5px 0 5px;
    right: -10px;
  }
  .navigation__regions {
    font-size: 1.125rem;
    margin-left: 15px;
  }
  .navigation__category {
    min-width: 230px;
    border-right: 1px solid #e7e7e7;
    padding: 0 0 55px 0;
  }
  .navigation__links {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3px;
  }
  .navigation__link {
    line-height: 3.13;
  }
  .navigation__link:first-of-type {
    position: relative;
  }
  .navigation__link:first-of-type:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    width: 0;
    height: 100%;
    border-right: 1px solid #fff;
  }
  .navigation__arrow {
    margin-right: 70px;
  }
  .navigation__news {
    width: 430px;
  }
  .navigation__news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 21px 0;
  }
  .navigation__news li {
    width: 50%;
    padding-left: 37px;
  }
  .navigation__items {
    line-height: 2.57;
    margin-left: 0;
  }
  .navigation__content {
    width: 767px;
    margin: 0 auto;
    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;
  }
  .navigation__region {
    -webkit-box-shadow: 0 1px 2px 0 rgba(149, 149, 149, 0.5);
            box-shadow: 0 1px 2px 0 rgba(149, 149, 149, 0.5);
  }
  .navigation__region.show {
    height: 425px;
  }
  .navigation__subtitle {
    font-size: 1.25rem;
    margin: 32px 0 5px;
  }
  .navigation__list {
    width: 100%;
    margin-bottom: 45px;
  }
  .navigation__map {
    margin: 0 65px 0 48px;
  }
  .navigation__map svg {
    height: 210px;
  }
  .navigation__reference {
    width: calc(100% - 28px);
    margin-left: 28px;
    margin-right: 20px;
  }
  .navigation__regionItems {
    width: 141px;
  }
  .navigation__regionItems:nth-child(odd) {
    margin-right: 0;
    padding-left: 0;
  }
  .navigation__btnWrapper {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .navigation__content {
    width: 880px;
    padding-left: 36px;
  }
  .navigation__regionItems {
    width: 165px;
  }
}

@media (min-width: 1200px) {
  .navigation__wrapper {
    height: 64px;
  }
  .navigation__content {
    width: 100%;
    padding-left: 0;
  }
  .navigation__burger {
    display: none;
  }
  .navigation__service {
    display: inline-block;
    width: 54px;
    height: 64px;
    margin-left: 12px;
    background-image: url(images/logo/icon-menu.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 17px left 18px;
    cursor: pointer;
  }
  .navigation__service span {
    font-size: 0.5rem;
    color: #67828f;
    font-weight: 400;
    display: inline-block;
    padding: 42px 0 0 1px;
  }
  .navigation__cover:after {
    right: 21px;
  }
  .navigation__regions {
    font-size: 1.25rem;
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .navigation__regions:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: -40px;
    width: 2px;
    height: 28px;
    border-left: 2px solid rgba(0, 83, 160, 0.5);
  }
  .navigation__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation__socials a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .navigation__regionItems {
    width: 190px;
    padding-left: 40px;
    border-right: 1px solid #e4e4e4;
  }
  .navigation__regionItems:nth-child(odd) {
    padding-left: 40px;
  }
  .navigation__regionItems:nth-child(4n+4) {
    border-right-width: 0;
  }
  .navigation__regionItems a {
    font-size: 0.875rem;
    line-height: 2.29;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }
  .navigation__region {
    width: 1078px;
    left: 90px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(149, 149, 149, 0.5);
            box-shadow: 0 1px 2px 0 rgba(149, 149, 149, 0.5);
    text-align: left;
  }
  .navigation__region.show {
    top: 64px;
    height: 315px;
  }
  .navigation__subtitle {
    text-transform: uppercase;
    margin: 31px 0 23px 356px;
  }
  .navigation__map {
    margin: -42px 78px 0 30px;
  }
  .navigation__map svg {
    width: 265px;
    height: 242px;
  }
  .navigation__list {
    margin: -13px 0 35px -57px;
  }
  .navigation__btnWrapper {
    margin-left: 356px;
    margin-top: -27px;
  }
  .navigation__back {
    font-size: 0.875rem;
    line-height: 2.5;
  }
  .navigation__links {
    position: static;
    height: 64px;
    width: 62%;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    padding-top: 0;
    -webkit-transition: none;
    transition: none;
  }
  .navigation__category {
    width: 100%;
    border-width: 0;
    background: #fff;
    padding: 3px 0 0;
    overflow: hidden;
  }
  .navigation__reference {
    width: auto;
    margin-left: 29px;
    margin-right: 0;
    position: relative;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .navigation__reference.open .navigation__arrow:after {
    -webkit-transform: rotate(180deg) translateY(55%);
            transform: rotate(180deg) translateY(55%);
  }
  .navigation__reference:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid transparent;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .navigation__reference:hover:after {
    border-bottom: 3px solid #263238;
    opacity: 1;
  }
  .navigation__reference:hover .navigation__arrow:after {
    border-color: #263238 transparent transparent transparent;
  }
  .navigation__arrow {
    margin-right: 2px;
    margin-top: 2px;
    margin-left: 20px;
  }
  .navigation__arrow:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 5px 4px 0 4px;
  }
  .navigation__link {
    display: none;
    font-size: 1rem;
    line-height: 3.6;
    border-width: 0;
  }
  .navigation__link:first-of-type:after {
    display: none;
  }
  .navigation__link:first-of-type a {
    cursor: pointer;
  }
  .navigation__link:nth-child(-n+4) {
    display: inline-block;
  }
  .navigation__news {
    position: absolute;
    top: -640px;
    width: 670px;
    height: auto;
    padding-bottom: 50px;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(149, 149, 149, 0.5);
            box-shadow: 0 1px 2px 0 rgba(149, 149, 149, 0.5);
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    z-index: -1;
  }
  .navigation__news ul:after {
    display: block;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .navigation__news li {
    width: 220px;
    border-right: 1px solid #e4e4e4;
    padding-left: 51px;
  }
  .navigation__news li:nth-child(3n+3) {
    border-width: 0;
  }
  .navigation__news.show {
    top: 64px;
    opacity: 1;
  }
  .navigation__items {
    font-size: 0.875rem;
    line-height: 2.29;
    letter-spacing: 0.9px;
    margin-right: 20px;
    position: relative;
  }
  .navigation__items:after {
    display: block;
    position: absolute;
    content: "";
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid transparent;
    opacity: 0;
  }
  .navigation__items:hover:after {
    border-bottom: 3px solid #263238;
    opacity: 1;
  }
  .navigation__items:hover .navigation__arrow:after {
    border-color: #263238 transparent transparent transparent;
  }
  .navigation__dropdown {
    display: inline-block;
  }
  .navigation__dropdown .navigation__dart--more {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .navigation__dropdown .navigation__dart--more:before {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 8px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #263238 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .navigation__dropdown:hover .navigation__elements {
    display: block;
  }
  .navigation__dropdown:hover .navigation__dart--more:before {
    -webkit-transform: rotate(180deg) translateY(55%);
            transform: rotate(180deg) translateY(55%);
    top: 9px;
  }
  .navigation__dropdown:hover .navigation__reference--sg:after {
    border-bottom: 3px solid #263238;
    opacity: 1;
  }
  .navigation__dropdown .navigation__reference:hover .navigation__dart--more:before {
    -webkit-transform: rotate(180deg) translateY(55%);
            transform: rotate(180deg) translateY(55%);
    top: 9px;
  }
  .navigation__elements {
    display: none;
    position: absolute;
    top: 64px;
    background-color: #f9f9f9;
    min-width: 135px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  .navigation__elements a {
    font-size: 1rem;
    color: #263238;
    line-height: 2.64;
    margin-left: 10px;
  }
  .navigation__elements li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navigation__spacer {
    height: 64px;
  }
}

@media only screen and (max-device-width: 767px) {
  .navigation__links, .navigation__region {
    overflow-y: scroll;
  }
}

.tvp-menu {
  position: relative;
}

.tvp-menu__services {
  width: 100%;
  position: fixed;
  top: -2050px;
  z-index: 100000000;
  background: #ffffff;
  -webkit-box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .tvp-menu__services {
    overflow-y: scroll;
    height: 85%;
  }
}

@media (min-width: 992px) {
  .tvp-menu__services {
    top: -810px;
  }
}

.tvp-menu__services.open {
  top: 0;
}

.tvp-menu__closing {
  display: block;
  height: 37px;
  margin: 14px 0 30px 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tvp-menu__closing:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 767px) {
  .tvp-menu__closing {
    margin-left: 5px;
  }
}

.tvp-menu__service {
  width: 320px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .tvp-menu__service {
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .tvp-menu__service {
    width: 37%;
    display: inline-block;
    padding-left: 37px;
    margin-bottom: 39px;
  }
}

@media (min-width: 1200px) {
  .tvp-menu__service {
    width: 28%;
  }
}

@media (min-width: 1900px) {
  .tvp-menu__service {
    width: 20%;
  }
}

.tvp-menu__antenne {
  width: 320px;
  vertical-align: top;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .tvp-menu__antenne {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .tvp-menu__antenne {
    width: 62%;
    display: inline-block;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .tvp-menu__antenne {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .tvp-menu__antenne {
    width: 69%;
  }
}

@media (min-width: 1513px) {
  .tvp-menu__antenne {
    width: 59%;
  }
}

@media (min-width: 1763px) {
  .tvp-menu__antenne {
    width: 50%;
  }
}

.tvp-menu__header {
  font-size: 28px;
  font-weight: 300;
  color: #6a6a6a;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.tvp-menu__item {
  height: 42px;
  display: block;
  margin: 12px 0;
  background-color: #fff;
  padding: 10px 13px 0 17px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
}

.tvp-menu__item:first-of-type {
  margin-top: 30px;
}

.tvp-menu__item:hover {
  background: #dadada;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 0 2px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 0 2px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 767px) {
  .tvp-menu__item {
    width: 310px;
  }
}

@media (min-width: 768px) {
  .tvp-menu__item {
    width: 240px;
  }
}

@media (min-width: 992px) {
  .tvp-menu__item {
    width: 315px;
  }
}

.tvp-menu__cover {
  display: inline-block;
  text-align: center;
  width: 145px;
  height: 81px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  float: left;
  position: relative;
}

.tvp-menu__cover:hover {
  -webkit-box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 991px) {
  .tvp-menu__cover {
    margin-right: 8px;
  }
}

.tvp-menu__cover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tvp-1 {
  background: #00a8e5;
  padding-top: 29px;
}

.tvp-2 {
  background: #e77a34;
  padding-top: 29px;
}

.tvp-3 {
  background: #064a89;
  padding-top: 29px;
}

.abc {
  background: #fff;
}

.tvp-rozrywka {
  background: #D82686;
}

.tvp-hd {
  background: #005DA4;
}

.tvp-info {
  background: #D31245;
}

.tvp-kultura {
  background: #1a1919;
}

.tvp-historia {
  background: #CF922A;
}

.tvp-seriale {
  background: #63247d;
}

.tvp-sport {
  background: #F15A22;
}

.tvp-parlament {
  background: #026CB6;
}

.tvp-bielsat {
  background: #fff;
}

.tvp-polonia {
  background: #ED1B2E;
}

.search__container {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  z-index: -1;
}

.search__container.opened {
  top: 0;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 200;
  opacity: 1;
}

.search__content {
  position: relative;
  padding-top: 11px;
}

.search__title {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.search__subtitle {
  font-size: 0.8125rem;
  color: #ACACAC;
  font-weight: 900;
}

.search__field {
  font-family: "Lato", sans-serif;
  margin-top: 37px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 900;
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  outline: none;
  border-bottom: 2px solid #cd272b;
  text-transform: uppercase;
  margin-bottom: 38px;
  -webkit-appearance: none;
}

.search__buttons {
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  visibility: hidden;
}

.search__buttons.showed {
  opacity: 1;
  visibility: visible;
}

.search__button {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.search__button--blue {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  background-color: #cd272b;
  padding: 18px 65px;
  margin-bottom: 13px;
}

.search__button--dark {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 900;
  text-transform: uppercase;
}

.search__close {
  position: absolute;
  top: 12px;
  right: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.search .icon-close {
  background-image: url(images/icons/x_black_ico_search.svg);
}

@media (min-width: 768px) {
  .search__container-position {
    position: relative;
  }
  .search__container-position .col-lg-12 {
    position: static;
  }
  .search__content {
    position: static;
    padding-top: 19px;
  }
  .search__close {
    top: 20px;
    right: 13px;
  }
  .search__field {
    font-size: 2.5rem;
    margin-top: 62px;
    margin-bottom: 48px;
    padding-bottom: 10px;
  }
  .search__button--blue {
    font-size: 1.25rem;
    margin-bottom: 17px;
  }
}

@media (min-width: 1200px) {
  .search__container-position {
    position: static;
  }
  .search__container-position .col-lg-12 {
    position: relative;
  }
  .search__content {
    padding-top: 35px;
    position: relative;
  }
  .search__close {
    top: 37px;
    right: 0;
  }
  .search__field {
    font-size: 4rem;
    margin-top: 40px;
    margin-bottom: 33px;
    padding-bottom: 20px;
  }
  .search__button {
    display: inline-block;
  }
  .search__button--blue {
    font-size: 1.5rem;
    padding: 20px 71px;
    margin-right: 30px;
  }
}

.footer__cities {
  padding-top: 39px;
  padding-bottom: 70px;
  background-color: #efefef;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #262626;
  font-weight: 900;
  line-height: 33px;
}

.footer__cities a {
  color: inherit;
}

.footer__wrapper {
  width: 291px;
  margin: 0 auto;
}

.footer__item {
  display: inline-block;
}

.footer__link {
  text-decoration: none;
  font-size: 1rem;
  color: #0a0a0a;
  line-height: 2;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.footer__separator {
  color: #c0c0c0;
  padding: 0 4px;
}

.footer__social {
  width: 251px;
  height: 60px;
  background: #fff;
  margin: -22px auto 0;
}

.footer__socialTitle {
  display: inline-block;
  letter-spacing: 1.2px;
  font-size: 0.75rem;
  color: #0a0a0a;
}

.footer__socialIcon {
  display: inline-block;
  position: relative;
  width: 31px;
  height: 35px;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.footer__title {
  font-size: 1rem;
  color: #0a0a0a;
  line-height: 2;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.footer__panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: left;
}

.footer__circle {
  width: 4px;
  height: 4px;
  border: 1px solid #0a0a0a;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 9px 0 0;
}

.footer__info--last {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin-top: 15px;
}

.footer__copyright {
  margin: 25px 0 35px;
  font-size: 0.75rem;
  color: #07243f;
  letter-spacing: 1.2px;
  text-align: center;
}

.footer__tvLogo {
  width: 180px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.footer__tvLogoImage {
  height: 25px;
  margin: 10px 10px;
}

.footer__hide {
  display: none;
}

@media (min-width: 768px) {
  .footer__wrapper {
    width: 709px;
  }
  .footer__cities {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .footer__wrapper {
    width: 766px;
  }
  .footer__cities {
    padding-top: 18px;
    padding-bottom: 32px;
  }
  .footer__title {
    display: none;
  }
  .footer__info--last {
    width: 1164px;
    margin: 46px auto 0;
    padding-top: 29px;
    padding-bottom: 31px;
    border-bottom: 1px solid #e5e5e5;
  }
  .footer__social {
    margin: -17px auto 0;
  }
  .footer__socialTitle {
    vertical-align: 6px;
  }
  .footer__panel {
    overflow: visible;
    max-height: 100%;
    width: 1164px;
    margin: 0 auto;
    padding: 0;
  }
  .footer__panel--image {
    text-align: center;
  }
  .footer__infoItem {
    display: inline-block;
    width: 20%;
    margin-right: 9px;
  }
  .footer__infoItem--last {
    width: 110px;
    text-align: right;
  }
  .footer__tvLogo {
    width: auto;
  }
  .footer__tvLogoImage {
    height: 20px;
    margin: 0 14px;
  }
  .footer__image {
    display: inline-block;
  }
  .footer__copyright {
    margin-top: 27px;
  }
}

/*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*/
.screening {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

.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 .urgent,
  .screening__wrapper.active-yes #app .election-header,
  .screening__wrapper.active-yes #app .tags,
  .screening__wrapper.active-yes #app .programs,
  .screening__wrapper.active-yes #app .banner,
  .screening__wrapper.active-yes #app .boxes,
  .screening__wrapper.active-yes #app .program,
  .screening__wrapper.active-yes #app .article,
  .screening__wrapper.active-yes #app .page-header,
  .screening__wrapper.active-yes #app .category,
  .screening__wrapper.active-yes #app .weather,
  .screening__wrapper.active-yes #app .tabs-weather,
  .screening__wrapper.active-yes #app .footer,
  .screening__wrapper.active-yes #app .videos {
    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 ---------*/
.article {
  margin-top: 22px;
}

.article--no-margin {
  margin-top: 0;
}

.article__title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article__title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .article__title {
    font-size: 2.5rem;
    color: #000;
    font-weight: 900;
    line-height: 1.14;
  }
}

.article__paragraph {
  border-bottom: 4px solid #e3e3e3;
}

.article__head {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .article__head-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.article__head-content {
  display: inline-block;
}

.article__head-author {
  font-size: 0.75rem;
  color: #000;
  font-weight: 700;
  line-height: 1.375rem;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .article__head-author {
    margin-right: 20px;
  }
}

.article__head-date {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.375rem;
  text-transform: uppercase;
  position: relative;
  padding-left: 25px;
}

@media (min-width: 768px) {
  .article__head-date {
    padding-left: 22px;
  }
}

.article__head-date:before {
  content: url(images/icons/clock.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background-size: 100%;
}

.article__head-separator {
  display: none;
}

@media (min-width: 768px) {
  .article__head-separator {
    display: inline-block;
    color: #000;
    font-size: 0.75rem;
    vertical-align: unset;
  }
}

.article__head-cat {
  display: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .article__head-cat {
    display: inline-block;
    font-size: 0.75rem;
    color: #8e8e8e;
    font-weight: 700;
    line-height: 1.375rem;
  }
}

.article__head-icon {
  background-image: url(images/icons/clock.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background-size: 100%;
  left: -20px;
}

@media (min-width: 768px) {
  .article__head-icon {
    width: 17px;
    height: 20px;
    left: 0;
  }
}

.article__head-update {
  display: none;
}

@media (min-width: 768px) {
  .article__head-update {
    display: inline-block;
    margin-left: 0px;
    font-size: 0.75rem;
    color: #000;
    font-weight: 400;
  }
}

.article__socials-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.article__socials-content .icon-facebook {
  width: 9px;
  height: 17px;
}

@media (min-width: 768px) {
  .article__socials-content {
    margin-top: 0;
  }
}

.article__socials-text {
  font-size: 0.75rem;
  color: #8e8e8e;
  font-weight: 700;
  line-height: 1.375rem;
  margin-right: 10px;
}

.article__socials-twitter {
  background-color: #3aaae1;
  border: 1px solid #3aaae1;
  -webkit-transition: .3s;
  transition: .3s;
}

.article__socials-twitter:hover {
  background: #fff;
}

.article__socials-twitter:hover .icon-twitter {
  background-image: url(images/social/twitter_jasnyniebieski.svg);
}

.article__socials-facebook {
  background-color: #4867aa;
  border: 1px solid #4867aa;
  -webkit-transition: .3s;
  transition: .3s;
}

.article__socials-facebook:hover {
  background: #fff;
}

.article__socials-facebook:hover .icon-facebook {
  background-image: url(images/social/facebook_granat.svg);
}

.article__socials-mail {
  background-color: #0053a0;
  border: 1px solid #0053a0;
  -webkit-transition: .3s;
  transition: .3s;
}

.article__socials-mail:hover {
  background: #fff;
}

.article__socials-mail:hover .article__icon-mail {
  background-image: url(images/social/mail_granat.svg);
}

.article__socials-twitter, .article__socials-facebook, .article__socials-mail {
  position: relative;
  line-height: 2.313rem;
  border-radius: 50%;
  width: 2.125rem;
  height: 2.125rem;
  display: inline-block;
  margin-left: 32px;
}

@media (min-width: 768px) {
  .article__socials-twitter, .article__socials-facebook, .article__socials-mail {
    margin-left: 0.4375rem;
  }
}

.article__icon-mail {
  background-image: url(images/social/mail.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 12px;
  background-size: 100%;
}

.article__digital-photo {
  position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #eaeaea;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .article__digital-photo {
    border-bottom: 5px solid #eaeaea;
  }
}

.article__digital-photo--aside {
  border-bottom: none;
  padding-top: 0.3125rem;
  padding-bottom: 0.5625rem;
}

.article__digital-photo .videos__video {
  width: 100%;
}

.article__digital-photo:after {
  display: block;
  position: absolute;
  content: "";
  width: 75px;
  height: 83px;
  top: -5px;
  left: -5px;
  background-color: #cd272b;
  z-index: -1;
}

.article__digital-text, .article__digital-source {
  margin-left: 5px;
  font-size: 0.75rem;
  color: #414141;
  font-weight: 400;
  line-height: 1.33;
}

.article__digital-text {
  padding-top: 0.625rem;
}

.article__introduce {
  font-family: "PT Serif", serif;
  margin-top: 13px;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .article__introduce {
    margin-top: 43px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .article__introduce {
    margin-top: 28px;
    line-height: 1.42;
  }
}

.article__quote {
  padding: 1.75rem 0;
  position: relative;
}

.article__quote-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 31px;
  left: 0;
  background-image: url(images/icons/mark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .article__quote-icon {
    width: 23px;
    height: 25px;
    left: 8px;
  }
}

.article__quote-text {
  width: 80%;
  margin: 0 auto;
  font-style: italic;
  font-family: 'PT Serif', serif;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  line-height: 1.33;
}

@media (min-width: 768px) {
  .article__quote-text {
    font-size: 1.5rem;
    line-height: 1.25;
    width: 83%;
  }
}

.article__quote-author {
  font-style: normal;
  padding-top: 0.5rem;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.22;
}

@media (min-width: 768px) {
  .article__quote-author {
    padding-top: 1rem;
  }
}

.article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px 0;
}

.article__share-icon {
  width: 50%;
  height: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .article__share-icon {
    height: 58px;
    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;
  }
}

@media (min-width: 768px) {
  .article__share-icon .icon-twitter,
  .article__share-icon .icon-facebook {
    left: 35px;
  }
}

.article__share-icon .icon-twitter {
  width: 55px;
  height: 50px;
}

.article__share-icon--fb {
  margin-right: 10px;
  background-color: #365296;
  -webkit-transition: .3s;
  transition: .3s;
}

.article__share-icon--fb:hover {
  background-color: rgba(54, 82, 150, 0.95);
}

.article__share-icon--tw {
  background-color: #00a7f0;
  -webkit-transition: .3s;
  transition: .3s;
}

.article__share-icon--tw:hover {
  background-color: rgba(0, 167, 240, 0.9);
}

.article__share-text {
  display: none;
}

@media (min-width: 768px) {
  .article__share-text {
    display: block;
    font-size: 0.75rem;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }
}

.article__comments {
  margin-bottom: 20px;
  margin-top: 20px;
}

.article__comments-line {
  width: 51px;
  height: 4px;
  margin-bottom: 6px;
  background-color: #ca0000;
  display: block;
}

.article__comments-title {
  font-size: 1.375rem;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 20px;
}

@media (min-width: 1200px) {
  .article__comments-title {
    font-size: 1.625rem;
    color: #000;
    font-weight: 900;
  }
}

.article__text-title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .article__text-title {
    font-size: 1.375rem;
    color: #000;
    font-weight: 700;
    line-height: 1.36;
  }
}

@media (min-width: 1200px) {
  .article__text-title {
    font-size: 1.25rem;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .article__text-title--img {
    font-size: 1.25rem;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    line-height: 1.5;
  }
}

@media (min-width: 1200px) {
  .article__text-title--img {
    font-size: 1.125rem;
    padding-bottom: 35px;
    line-height: 1.22;
  }
}

.article__text-paragraph {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .article__text-paragraph {
    font-size: 1.25rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .article__text-paragraph--img {
    width: 55%;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .article__text-paragraph--img {
    margin-right: 40px;
  }
}

.article__text-paragraph a {
  color: #cd272b;
}

.article__text-paragraph .fb_iframe_widget {
  margin: 0 auto;
  display: block;
}

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

.article__text-img {
  display: none;
}

@media (min-width: 768px) {
  .article__text-img {
    display: block;
    width: 69%;
    margin-top: 25px;
    margin-left: 6px;
    position: relative;
  }
  .article__text-img:after {
    display: block;
    position: absolute;
    content: "";
    width: 75px;
    height: 83px;
    top: -6px;
    left: -6px;
    background-color: #cd272b;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .article__text-img {
    width: 35%;
    float: right;
    margin-left: 41px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .article__text-img img {
    margin-bottom: 9px;
  }
}

.article__text center a b,
.article__text p b a,
.article__text p a b {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  padding: 12px 0 18px 0;
  margin-bottom: 22px;
  font-size: 1rem;
  color: #000;
  font-weight: 900;
  line-height: 1.44;
  background-image: url(images/icons/arrow-west.svg);
  background-repeat: no-repeat;
  background-position: right 13px center;
  font-size: 1.125rem;
  color: #cd272b;
  font-weight: 900;
  line-height: 1.5;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) {
  .article__text center a b,
  .article__text p b a,
  .article__text p a b {
    padding: 9px 0 13px 0;
    background-position: right 40px center;
  }
}

.article__text center a b:hover,
.article__text p b a:hover,
.article__text p a b:hover {
  text-decoration: underline;
}

.article__text center a b font,
.article__text p b a font,
.article__text p a b font {
  font-family: "Lato", sans-serif !important;
  display: block;
  width: 80%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) {
  .article__text center a b font,
  .article__text p b a font,
  .article__text p a b font {
    display: inline;
  }
}

.article__text center a b font:hover,
.article__text p b a font:hover,
.article__text p a b font:hover {
  text-decoration: underline;
}

.article__button {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  padding: 12px 14px 18px 14px;
  margin-bottom: 22px;
  font-size: 1rem;
  color: #000;
  font-weight: 900;
  line-height: 1.44;
}

@media (min-width: 768px) {
  .article__button {
    padding: 9px 0 13px 0;
  }
}

.article__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.article__button-icon {
  background-image: url(images/icons/arrow-west.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 26px;
  height: 10px;
  background-size: 100%;
}

.article__button-text {
  width: 80%;
  padding-right: 30px;
  font-size: 1.125rem;
  color: #cd272b;
  font-weight: 900;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .article__button-text {
    width: 90%;
    font-size: 1.25rem;
    color: #cd272b;
    font-weight: 900;
    line-height: 1.5;
  }
}

.article__videos img {
  display: block;
  margin: 0 auto;
}

.article__videos-big {
  position: relative;
}

.article__videos-items {
  width: 100%;
  margin: 5px auto 0;
}

@media (min-width: 768px) {
  .article__videos-items {
    width: 90%;
  }
}

.article__videos-items.hide-nav .icon-slider-left,
.article__videos-items.hide-nav .icon-slider-right {
  display: none !important;
}

.article__videos-item {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}

@media (min-width: 768px) {
  .article__videos-item {
    padding: 23px 18px;
  }
}

.article__videos .disabled i {
  display: none;
}

.article__videos-text {
  max-width: 188px;
  text-align: left;
  font-size: 0.625rem;
  color: #000;
  font-weight: 900;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .article__videos-text {
    font-size: 1rem;
    color: #000;
    font-weight: 900;
    line-height: 1.25;
    margin-top: 13px;
  }
}

.article__videos-playing {
  position: absolute;
  width: 98%;
  height: 96%;
  top: 0px;
  left: 1px;
  border: 1px solid #cd272b;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .article__videos-playing {
    border: 3px solid #cd272b;
    width: 94%;
    left: 4px;
  }
  .article__videos-playing:after {
    position: absolute;
    content: "Teraz odtwarzane";
    top: 60px;
    left: 0;
    width: 100%;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .article__videos-playing {
    width: 96%;
    left: 4px;
    font-size: 1rem;
    line-height: 1.25;
  }
}

.article__videos-playing.hidden {
  visibility: hidden;
}

@media (max-width: 767px) {
  .article__videos .owl-stage-outer {
    padding: 0 11px;
  }
}

.article__videos .icon-slider-left {
  position: absolute;
  left: -28px;
  top: 30%;
}

.article__videos .icon-slider-right {
  position: absolute;
  right: -28px;
  top: 30%;
}

.article__videos .owl-stage {
  right: 61px;
}

.article__videos .owl-nav {
  height: 0;
}

.article__videos .owl-dots {
  display: none;
}

@media (min-width: 768px) {
  .article__videos .owl-nav.disabled {
    display: block !important;
  }
  .article__videos .owl-stage {
    right: 0px;
  }
}

.article__videos .videos__video {
  width: 100%;
}

.gallery {
  margin-bottom: 34px;
}

.gallery__big img {
  width: 100%;
}

.gallery__big-title {
  display: inline-block;
  font-size: 0.75rem;
  color: #414141;
  font-weight: 400;
  line-height: 1.44;
  padding: 0.4375rem 0 1rem;
}

.gallery__xs-hide {
  display: none;
}

@media (min-width: 768px) {
  .gallery__xs-hide {
    display: block;
  }
}

.gallery__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gallery__small a:nth-child(2), .gallery__small a:nth-child(3) {
  display: none;
}

@media (min-width: 768px) {
  .gallery__small a:nth-child(2), .gallery__small a:nth-child(3) {
    display: block;
  }
}

.gallery__small-item {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 48%;
  height: auto;
}

@media (min-width: 768px) {
  .gallery__small-item {
    width: 160px;
    height: 90px;
  }
}

@media (min-width: 992px) {
  .gallery__small-item {
    width: 210px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .gallery__small-item {
    width: 160px;
    height: 90px;
  }
}

.gallery__small-item--all {
  border: 1px solid #cfd2d4;
  position: relative;
}

.gallery__small-item img {
  width: 100%;
  height: 100%;
}

.gallery__small-counter {
  font-size: 2.25rem;
  color: #cd272b;
  font-weight: 400;
  line-height: 1.22;
  position: absolute;
  top: 40%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .gallery__small-counter {
    top: 41%;
    left: 40%;
  }
}

@media (min-width: 992px) {
  .gallery__small-counter {
    top: 40%;
    left: 42%;
  }
}

@media (min-width: 1200px) {
  .gallery__small-counter {
    top: 40%;
    left: 36%;
  }
}

.gallery__small-text {
  font-size: 0.75rem;
  color: #cd272b;
  font-weight: 400;
  line-height: 1.22;
  position: absolute;
  top: 67%;
  left: 35%;
  margin-top: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .gallery__small-text {
    left: 40%;
    top: 74%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .gallery__small-text {
    top: 66%;
    left: 43%;
  }
}

@media (min-width: 1200px) {
  .gallery__small-text {
    left: 38%;
    top: 80%;
  }
}

.gallery__small-icon {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 425px) {
  .gallery__small-icon {
    left: 80%;
  }
}

@media (min-width: 768px) {
  .gallery__small-icon {
    left: 85%;
  }
}

@media (min-width: 992px) {
  .gallery__small-icon {
    top: 50%;
    left: 90%;
  }
}

@media (min-width: 1200px) {
  .gallery__small-icon {
    top: 50%;
    left: 85%;
  }
}

.gallery__icon-next {
  background-image: url(images/icons/gallery-next.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 36px;
  background-size: 100%;
}

.see-also__background {
  background: #cd272b;
  height: 134px;
  width: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .see-also__background {
    height: 226px;
  }
}

@media (min-width: 1200px) {
  .see-also__background {
    height: 285px;
  }
}

.see-also__header {
  text-align: center;
  margin: 0 auto 10px;
}

.see-also__header h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .see-also__header h3 {
    font-size: 1.625rem;
    color: #fff;
    font-weight: 900;
    line-height: 0.85;
    margin: 0 auto 10px;
  }
}

.see-also__upline {
  margin: 1.625rem auto 0.625rem;
  width: 51px;
  height: 4px;
  background-color: #fff;
}

.see-also__upline--bottom {
  margin: 0 auto;
  width: 156px;
  height: 4px;
  background-color: #e6e6e6;
}

.see-also__text-bottom {
  font-size: 0.75rem;
  color: #0f6ae4;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0.7px;
  margin: 0.75rem auto 1.625rem;
  display: inline-block;
  position: relative;
  padding: 0 27px;
}

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

.see-also__icon-next {
  background-image: url(images/icons/next.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-size: 100%;
  right: 5px;
}

@media (min-width: 1200px) {
  .see-also .boxes__box--big {
    max-height: 100%;
  }
  .see-also .boxes__box--big .boxes__content {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .see-also .boxes__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom-width: 0;
  }
}

.article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .article-tags {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .article-tags {
    margin-bottom: 25px;
  }
}

.article-tags__tag {
  margin: 0 8px 10px 0;
}

@media (min-width: 768px) {
  .article-tags__tag {
    margin: 0 20px 10px 0;
  }
}

.article-tags__tag a {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
  background: #dfdfdf;
  border: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  padding: 6px 11px;
  -webkit-transition: .3s;
  transition: .3s;
}

.article-tags__tag a:hover {
  background: #e5e5e5;
}

@media (min-width: 1200px) {
  .article-tags__tag a {
    padding: 9px 12px;
  }
}

.article-downloads {
  border-bottom: 4px solid #e3e3e3;
  margin-top: 11px;
}

.article-downloads__title {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .article-downloads__title {
    font-size: 1.25rem;
  }
}

.article-downloads__list {
  list-style-type: disc;
  font-size: 1rem;
  color: #cd272b;
  font-weight: 400;
  margin: 0 0 35px 35px;
}

@media (min-width: 768px) {
  .article-downloads__list {
    font-size: 1.25rem;
  }
}

.article-downloads__list-elem {
  margin-bottom: 10px;
}

.article-downloads__list-elem:last-child {
  margin-bottom: 25px;
}

.article-downloads__list a {
  color: #cd272b;
}

.article-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
  padding-top: 11px;
  font-size: 1rem;
  color: #414141;
  font-weight: 400;
}

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

.article-source__pap-text {
  margin-left: 9px;
}

.article-source__text {
  margin-right: 9px;
}

.quiz {
  margin-top: 28px;
  font-family: 'PT Serif', serif;
  border-bottom: 3px solid #eaeaea;
  padding-bottom: 25px;
}

.quiz__title {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.14;
  background-color: #cd272b;
  padding: 0 8px;
}

.quiz__counter {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.14;
}

.quiz__sum {
  font-size: 0.875rem;
  margin-right: 10px;
}

.quiz__question {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.71;
  margin: 12px 0 7px;
}

.quiz__result {
  margin-top: 30px;
  font-size: 1.625rem;
  color: #333333;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.quiz__result--small {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.63;
  margin-top: 5px;
  margin-bottom: 15px;
}

.quiz .js-score {
  font-size: 2.75rem;
  color: #333333;
  font-weight: 900;
  line-height: 1.09;
}

.quiz__share-box {
  font-size: 1rem;
  color: #222b3a;
  line-height: 2.06;
  text-align: center;
  margin-top: 5px;
}

.quiz__socials {
  height: 50px;
  width: 310px;
  margin: 10px auto 0;
  background: #eaeaea;
  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;
}

.quiz__socials-share {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  color: #a2a2a2;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.quiz__socials-icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 18px;
}

.quiz__socials-icon--visible-fb {
  width: 24px;
  height: 25px;
  background-image: url(images/social/facebook.svg);
}

.quiz__socials-icon--visible-tw {
  width: 23px;
  height: 19px;
  background-image: url(images/social/twitter.svg);
}

.quiz__socials-icon--visible-g-plus {
  width: 27px;
  height: 27px;
  background-image: url(images/social/google-plus.svg);
}

.quiz__socials-icon--visible-mail {
  width: 24px;
  height: 21px;
  background-image: url(images/social/mail-social.svg);
}

.quiz__summary {
  margin-top: 30px;
  font-family: "Lato", sans-serif;
}

.quiz__summary--title {
  position: relative;
  padding-top: 5px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 900;
}

.quiz__summary--title:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  width: 137px;
  height: 3px;
  background: #cd272b;
}

.quiz__summary--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  color: #262626;
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.quiz__summary--head span:last-of-type {
  word-wrap: break-word;
  width: 49px;
  text-align: center;
}

.quiz__summary--answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 20px 0;
  font-size: 1rem;
  color: #262626;
  line-height: 1.63;
  border-top: 1px solid #eaeaea;
}

.quiz__summary--answer p {
  width: 75%;
}

.quiz__summary--number {
  font-weight: 900;
  margin-right: 15px;
}

.quiz__summary--correct {
  font-weight: 900;
}

.quiz__summary--icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 32px;
  height: 22px;
  background-image: url(images/social/correct.svg);
}

.quiz__boxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  margin-top: 7px;
  font-size: 0.875rem;
  color: #263238;
  -webkit-box-shadow: 1px 2px 3px 1px rgba(227, 227, 227, 0.5);
          box-shadow: 1px 2px 3px 1px rgba(227, 227, 227, 0.5);
  background-color: #fff;
  border: 1px solid #e1e0e0;
  cursor: pointer;
}

.quiz__selected:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 3px);
  border: solid 3px #5b6d76;
}

.quiz__num {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #a9a9a9;
  line-height: 1.33;
  margin: 0 15px 0 25px;
}

.quiz__btn {
  width: 113px;
  height: 30px;
  margin-top: 20px;
  background-color: #cd272b;
  background-repeat: no-repeat;
  background-size: 20px 8px;
  background-position: right 18px center;
  background-image: url(images/icons/arrow__quiz.svg);
  display: block;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  padding: 4px 0 0 22px;
}

@media (min-width: 768px) {
  .quiz {
    border-bottom: 5px solid #eaeaea;
    padding-bottom: 33px;
  }
  .quiz__title {
    padding: 12px 18px 10px;
  }
  .quiz__title, .quiz__counter {
    font-size: 1.563rem;
    line-height: 1.2;
  }
  .quiz__sum {
    font-size: 1.25rem;
    margin-right: 25px;
  }
  .quiz__question {
    font-size: 1.563rem;
    line-height: 1.6;
    margin: 22px 0 19px;
  }
  .quiz__boxes {
    height: 62px;
    margin-top: 10px;
    font-size: 1.563rem;
  }
  .quiz__num {
    font-size: 1.875rem;
    line-height: 1.33;
    margin: 0 52px 0 26px;
  }
  .quiz__btn {
    width: 202px;
    height: 53px;
    margin-top: 31px;
    font-size: 1.563rem;
    padding: 9px 0 0 42px;
    background-size: 31px 12px;
    background-position: right 30px center;
  }
}

@media (min-width: 1200px) {
  .quiz__title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 11px 18px 10px;
  }
  .quiz__counter {
    font-size: 1.563rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }
  .quiz__sum {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .quiz__question {
    font-size: 1.25rem;
    line-height: 2;
    margin: 30px 0 25px;
  }
  .quiz__boxes {
    height: 55px;
    margin-top: 9px;
    font-size: 1.25rem;
  }
  .quiz__num {
    font-size: 1.875rem;
    color: #a9a9a9;
    line-height: 1.33;
    margin: 0 48px 0 26px;
  }
  .quiz__btn {
    width: 172.1px;
    height: 42px;
    margin-top: 39px;
    background-size: 32px 13px;
    background-position: right 28px center;
    font-size: 1.25rem;
    color: #fff;
    padding: 7px 0 0 28px;
  }
}

.ko-progress-circle .score {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.6;
  color: #d5d5d5;
  z-index: 1;
}

@media (min-width: 992px) {
  .ko-progress-circle .score {
    font-size: 40px;
  }
}

.ko-progress-circler .score b {
  font-size: 22px;
  line-height: 0.89;
  color: #111621;
}

@media (min-width: 992px) {
  .ko-progress-circler .score b {
    font-size: 54px;
  }
}

.quizf__title {
  text-align: center;
}

.ko-progress-circle {
  margin: 20px auto;
  width: 140px;
  height: 140px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .ko-progress-circle {
    width: 260px;
    height: 260px;
  }
}

.ko-progress-circle .ko-progress-circle__slice,
.ko-progress-circle .ko-progress-circle__fill {
  width: 140px;
  height: 140px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .ko-progress-circle .ko-progress-circle__slice,
  .ko-progress-circle .ko-progress-circle__fill {
    width: 260px;
    height: 260px;
  }
}

.ko-progress-circle .ko-progress-circle__slice {
  clip: rect(0px, 140px, 140px, 70px);
}

@media (min-width: 992px) {
  .ko-progress-circle .ko-progress-circle__slice {
    clip: rect(0px, 260px, 260px, 130px);
  }
}

.ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
  clip: rect(0px, 70px, 140px, 0px);
  background-color: #cd272b;
}

@media (min-width: 992px) {
  .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
    clip: rect(0px, 130px, 260px, 0px);
  }
}

.ko-progress-circle .ko-progress-circle__overlay {
  width: 115px;
  height: 115px;
  position: absolute;
  margin-left: 12.5px;
  margin-top: 12.5px;
  background-color: #fff;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .ko-progress-circle .ko-progress-circle__overlay {
    width: 235px;
    height: 235px;
    margin-left: 12.5px;
    margin-top: 12.5px;
  }
}

.ko-progress-circle[data-progress='0'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='0'] .ko-progress-circle__fill {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ko-progress-circle[data-progress='0'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.ko-progress-circle[data-progress='1'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='1'] .ko-progress-circle__fill {
  -webkit-transform: rotate(1.8deg);
          transform: rotate(1.8deg);
}

.ko-progress-circle[data-progress='1'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(3.6deg);
          transform: rotate(3.6deg);
}

.ko-progress-circle[data-progress='2'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='2'] .ko-progress-circle__fill {
  -webkit-transform: rotate(3.6deg);
          transform: rotate(3.6deg);
}

.ko-progress-circle[data-progress='2'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(7.2deg);
          transform: rotate(7.2deg);
}

.ko-progress-circle[data-progress='3'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='3'] .ko-progress-circle__fill {
  -webkit-transform: rotate(5.4deg);
          transform: rotate(5.4deg);
}

.ko-progress-circle[data-progress='3'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(10.8deg);
          transform: rotate(10.8deg);
}

.ko-progress-circle[data-progress='4'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='4'] .ko-progress-circle__fill {
  -webkit-transform: rotate(7.2deg);
          transform: rotate(7.2deg);
}

.ko-progress-circle[data-progress='4'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(14.4deg);
          transform: rotate(14.4deg);
}

.ko-progress-circle[data-progress='5'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='5'] .ko-progress-circle__fill {
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}

.ko-progress-circle[data-progress='5'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.ko-progress-circle[data-progress='6'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='6'] .ko-progress-circle__fill {
  -webkit-transform: rotate(10.8deg);
          transform: rotate(10.8deg);
}

.ko-progress-circle[data-progress='6'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}

.ko-progress-circle[data-progress='7'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='7'] .ko-progress-circle__fill {
  -webkit-transform: rotate(12.6deg);
          transform: rotate(12.6deg);
}

.ko-progress-circle[data-progress='7'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(25.2deg);
          transform: rotate(25.2deg);
}

.ko-progress-circle[data-progress='8'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='8'] .ko-progress-circle__fill {
  -webkit-transform: rotate(14.4deg);
          transform: rotate(14.4deg);
}

.ko-progress-circle[data-progress='8'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(28.8deg);
          transform: rotate(28.8deg);
}

.ko-progress-circle[data-progress='9'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='9'] .ko-progress-circle__fill {
  -webkit-transform: rotate(16.2deg);
          transform: rotate(16.2deg);
}

.ko-progress-circle[data-progress='9'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
}

.ko-progress-circle[data-progress='10'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='10'] .ko-progress-circle__fill {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.ko-progress-circle[data-progress='10'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.ko-progress-circle[data-progress='11'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='11'] .ko-progress-circle__fill {
  -webkit-transform: rotate(19.8deg);
          transform: rotate(19.8deg);
}

.ko-progress-circle[data-progress='11'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(39.6deg);
          transform: rotate(39.6deg);
}

.ko-progress-circle[data-progress='12'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='12'] .ko-progress-circle__fill {
  -webkit-transform: rotate(21.6deg);
          transform: rotate(21.6deg);
}

.ko-progress-circle[data-progress='12'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}

.ko-progress-circle[data-progress='13'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='13'] .ko-progress-circle__fill {
  -webkit-transform: rotate(23.4deg);
          transform: rotate(23.4deg);
}

.ko-progress-circle[data-progress='13'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(46.8deg);
          transform: rotate(46.8deg);
}

.ko-progress-circle[data-progress='14'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='14'] .ko-progress-circle__fill {
  -webkit-transform: rotate(25.2deg);
          transform: rotate(25.2deg);
}

.ko-progress-circle[data-progress='14'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(50.4deg);
          transform: rotate(50.4deg);
}

.ko-progress-circle[data-progress='15'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='15'] .ko-progress-circle__fill {
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

.ko-progress-circle[data-progress='15'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.ko-progress-circle[data-progress='16'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='16'] .ko-progress-circle__fill {
  -webkit-transform: rotate(28.8deg);
          transform: rotate(28.8deg);
}

.ko-progress-circle[data-progress='16'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(57.6deg);
          transform: rotate(57.6deg);
}

.ko-progress-circle[data-progress='17'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='17'] .ko-progress-circle__fill {
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
}

.ko-progress-circle[data-progress='17'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
}

.ko-progress-circle[data-progress='18'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='18'] .ko-progress-circle__fill {
  -webkit-transform: rotate(32.4deg);
          transform: rotate(32.4deg);
}

.ko-progress-circle[data-progress='18'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(64.8deg);
          transform: rotate(64.8deg);
}

.ko-progress-circle[data-progress='19'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='19'] .ko-progress-circle__fill {
  -webkit-transform: rotate(34.2deg);
          transform: rotate(34.2deg);
}

.ko-progress-circle[data-progress='19'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(68.4deg);
          transform: rotate(68.4deg);
}

.ko-progress-circle[data-progress='20'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='20'] .ko-progress-circle__fill {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}

.ko-progress-circle[data-progress='20'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.ko-progress-circle[data-progress='21'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='21'] .ko-progress-circle__fill {
  -webkit-transform: rotate(37.8deg);
          transform: rotate(37.8deg);
}

.ko-progress-circle[data-progress='21'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(75.6deg);
          transform: rotate(75.6deg);
}

.ko-progress-circle[data-progress='22'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='22'] .ko-progress-circle__fill {
  -webkit-transform: rotate(39.6deg);
          transform: rotate(39.6deg);
}

.ko-progress-circle[data-progress='22'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(79.2deg);
          transform: rotate(79.2deg);
}

.ko-progress-circle[data-progress='23'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='23'] .ko-progress-circle__fill {
  -webkit-transform: rotate(41.4deg);
          transform: rotate(41.4deg);
}

.ko-progress-circle[data-progress='23'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(82.8deg);
          transform: rotate(82.8deg);
}

.ko-progress-circle[data-progress='24'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='24'] .ko-progress-circle__fill {
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}

.ko-progress-circle[data-progress='24'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(86.4deg);
          transform: rotate(86.4deg);
}

.ko-progress-circle[data-progress='25'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='25'] .ko-progress-circle__fill {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ko-progress-circle[data-progress='25'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ko-progress-circle[data-progress='26'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='26'] .ko-progress-circle__fill {
  -webkit-transform: rotate(46.8deg);
          transform: rotate(46.8deg);
}

.ko-progress-circle[data-progress='26'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(93.6deg);
          transform: rotate(93.6deg);
}

.ko-progress-circle[data-progress='27'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='27'] .ko-progress-circle__fill {
  -webkit-transform: rotate(48.6deg);
          transform: rotate(48.6deg);
}

.ko-progress-circle[data-progress='27'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(97.2deg);
          transform: rotate(97.2deg);
}

.ko-progress-circle[data-progress='28'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='28'] .ko-progress-circle__fill {
  -webkit-transform: rotate(50.4deg);
          transform: rotate(50.4deg);
}

.ko-progress-circle[data-progress='28'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(100.8deg);
          transform: rotate(100.8deg);
}

.ko-progress-circle[data-progress='29'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='29'] .ko-progress-circle__fill {
  -webkit-transform: rotate(52.2deg);
          transform: rotate(52.2deg);
}

.ko-progress-circle[data-progress='29'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(104.4deg);
          transform: rotate(104.4deg);
}

.ko-progress-circle[data-progress='30'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='30'] .ko-progress-circle__fill {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.ko-progress-circle[data-progress='30'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}

.ko-progress-circle[data-progress='31'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='31'] .ko-progress-circle__fill {
  -webkit-transform: rotate(55.8deg);
          transform: rotate(55.8deg);
}

.ko-progress-circle[data-progress='31'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(111.6deg);
          transform: rotate(111.6deg);
}

.ko-progress-circle[data-progress='32'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='32'] .ko-progress-circle__fill {
  -webkit-transform: rotate(57.6deg);
          transform: rotate(57.6deg);
}

.ko-progress-circle[data-progress='32'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(115.2deg);
          transform: rotate(115.2deg);
}

.ko-progress-circle[data-progress='33'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='33'] .ko-progress-circle__fill {
  -webkit-transform: rotate(59.4deg);
          transform: rotate(59.4deg);
}

.ko-progress-circle[data-progress='33'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(118.8deg);
          transform: rotate(118.8deg);
}

.ko-progress-circle[data-progress='34'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='34'] .ko-progress-circle__fill {
  -webkit-transform: rotate(61.2deg);
          transform: rotate(61.2deg);
}

.ko-progress-circle[data-progress='34'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(122.4deg);
          transform: rotate(122.4deg);
}

.ko-progress-circle[data-progress='35'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='35'] .ko-progress-circle__fill {
  -webkit-transform: rotate(63deg);
          transform: rotate(63deg);
}

.ko-progress-circle[data-progress='35'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.ko-progress-circle[data-progress='36'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='36'] .ko-progress-circle__fill {
  -webkit-transform: rotate(64.8deg);
          transform: rotate(64.8deg);
}

.ko-progress-circle[data-progress='36'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(129.6deg);
          transform: rotate(129.6deg);
}

.ko-progress-circle[data-progress='37'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='37'] .ko-progress-circle__fill {
  -webkit-transform: rotate(66.6deg);
          transform: rotate(66.6deg);
}

.ko-progress-circle[data-progress='37'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(133.2deg);
          transform: rotate(133.2deg);
}

.ko-progress-circle[data-progress='38'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='38'] .ko-progress-circle__fill {
  -webkit-transform: rotate(68.4deg);
          transform: rotate(68.4deg);
}

.ko-progress-circle[data-progress='38'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(136.8deg);
          transform: rotate(136.8deg);
}

.ko-progress-circle[data-progress='39'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='39'] .ko-progress-circle__fill {
  -webkit-transform: rotate(70.2deg);
          transform: rotate(70.2deg);
}

.ko-progress-circle[data-progress='39'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(140.4deg);
          transform: rotate(140.4deg);
}

.ko-progress-circle[data-progress='40'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='40'] .ko-progress-circle__fill {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}

.ko-progress-circle[data-progress='40'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}

.ko-progress-circle[data-progress='41'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='41'] .ko-progress-circle__fill {
  -webkit-transform: rotate(73.8deg);
          transform: rotate(73.8deg);
}

.ko-progress-circle[data-progress='41'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(147.6deg);
          transform: rotate(147.6deg);
}

.ko-progress-circle[data-progress='42'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='42'] .ko-progress-circle__fill {
  -webkit-transform: rotate(75.6deg);
          transform: rotate(75.6deg);
}

.ko-progress-circle[data-progress='42'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(151.2deg);
          transform: rotate(151.2deg);
}

.ko-progress-circle[data-progress='43'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='43'] .ko-progress-circle__fill {
  -webkit-transform: rotate(77.4deg);
          transform: rotate(77.4deg);
}

.ko-progress-circle[data-progress='43'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(154.8deg);
          transform: rotate(154.8deg);
}

.ko-progress-circle[data-progress='44'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='44'] .ko-progress-circle__fill {
  -webkit-transform: rotate(79.2deg);
          transform: rotate(79.2deg);
}

.ko-progress-circle[data-progress='44'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(158.4deg);
          transform: rotate(158.4deg);
}

.ko-progress-circle[data-progress='45'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='45'] .ko-progress-circle__fill {
  -webkit-transform: rotate(81deg);
          transform: rotate(81deg);
}

.ko-progress-circle[data-progress='45'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}

.ko-progress-circle[data-progress='46'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='46'] .ko-progress-circle__fill {
  -webkit-transform: rotate(82.8deg);
          transform: rotate(82.8deg);
}

.ko-progress-circle[data-progress='46'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(165.6deg);
          transform: rotate(165.6deg);
}

.ko-progress-circle[data-progress='47'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='47'] .ko-progress-circle__fill {
  -webkit-transform: rotate(84.6deg);
          transform: rotate(84.6deg);
}

.ko-progress-circle[data-progress='47'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(169.2deg);
          transform: rotate(169.2deg);
}

.ko-progress-circle[data-progress='48'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='48'] .ko-progress-circle__fill {
  -webkit-transform: rotate(86.4deg);
          transform: rotate(86.4deg);
}

.ko-progress-circle[data-progress='48'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(172.8deg);
          transform: rotate(172.8deg);
}

.ko-progress-circle[data-progress='49'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='49'] .ko-progress-circle__fill {
  -webkit-transform: rotate(88.2deg);
          transform: rotate(88.2deg);
}

.ko-progress-circle[data-progress='49'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(176.4deg);
          transform: rotate(176.4deg);
}

.ko-progress-circle[data-progress='50'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='50'] .ko-progress-circle__fill {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ko-progress-circle[data-progress='50'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ko-progress-circle[data-progress='51'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='51'] .ko-progress-circle__fill {
  -webkit-transform: rotate(91.8deg);
          transform: rotate(91.8deg);
}

.ko-progress-circle[data-progress='51'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(183.6deg);
          transform: rotate(183.6deg);
}

.ko-progress-circle[data-progress='52'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='52'] .ko-progress-circle__fill {
  -webkit-transform: rotate(93.6deg);
          transform: rotate(93.6deg);
}

.ko-progress-circle[data-progress='52'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(187.2deg);
          transform: rotate(187.2deg);
}

.ko-progress-circle[data-progress='53'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='53'] .ko-progress-circle__fill {
  -webkit-transform: rotate(95.4deg);
          transform: rotate(95.4deg);
}

.ko-progress-circle[data-progress='53'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(190.8deg);
          transform: rotate(190.8deg);
}

.ko-progress-circle[data-progress='54'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='54'] .ko-progress-circle__fill {
  -webkit-transform: rotate(97.2deg);
          transform: rotate(97.2deg);
}

.ko-progress-circle[data-progress='54'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(194.4deg);
          transform: rotate(194.4deg);
}

.ko-progress-circle[data-progress='55'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='55'] .ko-progress-circle__fill {
  -webkit-transform: rotate(99deg);
          transform: rotate(99deg);
}

.ko-progress-circle[data-progress='55'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(198deg);
          transform: rotate(198deg);
}

.ko-progress-circle[data-progress='56'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='56'] .ko-progress-circle__fill {
  -webkit-transform: rotate(100.8deg);
          transform: rotate(100.8deg);
}

.ko-progress-circle[data-progress='56'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(201.6deg);
          transform: rotate(201.6deg);
}

.ko-progress-circle[data-progress='57'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='57'] .ko-progress-circle__fill {
  -webkit-transform: rotate(102.6deg);
          transform: rotate(102.6deg);
}

.ko-progress-circle[data-progress='57'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(205.2deg);
          transform: rotate(205.2deg);
}

.ko-progress-circle[data-progress='58'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='58'] .ko-progress-circle__fill {
  -webkit-transform: rotate(104.4deg);
          transform: rotate(104.4deg);
}

.ko-progress-circle[data-progress='58'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(208.8deg);
          transform: rotate(208.8deg);
}

.ko-progress-circle[data-progress='59'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='59'] .ko-progress-circle__fill {
  -webkit-transform: rotate(106.2deg);
          transform: rotate(106.2deg);
}

.ko-progress-circle[data-progress='59'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(212.4deg);
          transform: rotate(212.4deg);
}

.ko-progress-circle[data-progress='60'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='60'] .ko-progress-circle__fill {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}

.ko-progress-circle[data-progress='60'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}

.ko-progress-circle[data-progress='61'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='61'] .ko-progress-circle__fill {
  -webkit-transform: rotate(109.8deg);
          transform: rotate(109.8deg);
}

.ko-progress-circle[data-progress='61'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(219.6deg);
          transform: rotate(219.6deg);
}

.ko-progress-circle[data-progress='62'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='62'] .ko-progress-circle__fill {
  -webkit-transform: rotate(111.6deg);
          transform: rotate(111.6deg);
}

.ko-progress-circle[data-progress='62'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(223.2deg);
          transform: rotate(223.2deg);
}

.ko-progress-circle[data-progress='63'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='63'] .ko-progress-circle__fill {
  -webkit-transform: rotate(113.4deg);
          transform: rotate(113.4deg);
}

.ko-progress-circle[data-progress='63'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(226.8deg);
          transform: rotate(226.8deg);
}

.ko-progress-circle[data-progress='64'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='64'] .ko-progress-circle__fill {
  -webkit-transform: rotate(115.2deg);
          transform: rotate(115.2deg);
}

.ko-progress-circle[data-progress='64'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(230.4deg);
          transform: rotate(230.4deg);
}

.ko-progress-circle[data-progress='65'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='65'] .ko-progress-circle__fill {
  -webkit-transform: rotate(117deg);
          transform: rotate(117deg);
}

.ko-progress-circle[data-progress='65'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(234deg);
          transform: rotate(234deg);
}

.ko-progress-circle[data-progress='66'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='66'] .ko-progress-circle__fill {
  -webkit-transform: rotate(118.8deg);
          transform: rotate(118.8deg);
}

.ko-progress-circle[data-progress='66'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(237.6deg);
          transform: rotate(237.6deg);
}

.ko-progress-circle[data-progress='67'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='67'] .ko-progress-circle__fill {
  -webkit-transform: rotate(120.6deg);
          transform: rotate(120.6deg);
}

.ko-progress-circle[data-progress='67'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(241.2deg);
          transform: rotate(241.2deg);
}

.ko-progress-circle[data-progress='68'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='68'] .ko-progress-circle__fill {
  -webkit-transform: rotate(122.4deg);
          transform: rotate(122.4deg);
}

.ko-progress-circle[data-progress='68'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(244.8deg);
          transform: rotate(244.8deg);
}

.ko-progress-circle[data-progress='69'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='69'] .ko-progress-circle__fill {
  -webkit-transform: rotate(124.2deg);
          transform: rotate(124.2deg);
}

.ko-progress-circle[data-progress='69'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(248.4deg);
          transform: rotate(248.4deg);
}

.ko-progress-circle[data-progress='70'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='70'] .ko-progress-circle__fill {
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.ko-progress-circle[data-progress='70'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(252deg);
          transform: rotate(252deg);
}

.ko-progress-circle[data-progress='71'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='71'] .ko-progress-circle__fill {
  -webkit-transform: rotate(127.8deg);
          transform: rotate(127.8deg);
}

.ko-progress-circle[data-progress='71'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(255.6deg);
          transform: rotate(255.6deg);
}

.ko-progress-circle[data-progress='72'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='72'] .ko-progress-circle__fill {
  -webkit-transform: rotate(129.6deg);
          transform: rotate(129.6deg);
}

.ko-progress-circle[data-progress='72'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(259.2deg);
          transform: rotate(259.2deg);
}

.ko-progress-circle[data-progress='73'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='73'] .ko-progress-circle__fill {
  -webkit-transform: rotate(131.4deg);
          transform: rotate(131.4deg);
}

.ko-progress-circle[data-progress='73'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(262.8deg);
          transform: rotate(262.8deg);
}

.ko-progress-circle[data-progress='74'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='74'] .ko-progress-circle__fill {
  -webkit-transform: rotate(133.2deg);
          transform: rotate(133.2deg);
}

.ko-progress-circle[data-progress='74'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(266.4deg);
          transform: rotate(266.4deg);
}

.ko-progress-circle[data-progress='75'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='75'] .ko-progress-circle__fill {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.ko-progress-circle[data-progress='75'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ko-progress-circle[data-progress='76'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='76'] .ko-progress-circle__fill {
  -webkit-transform: rotate(136.8deg);
          transform: rotate(136.8deg);
}

.ko-progress-circle[data-progress='76'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(273.6deg);
          transform: rotate(273.6deg);
}

.ko-progress-circle[data-progress='77'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='77'] .ko-progress-circle__fill {
  -webkit-transform: rotate(138.6deg);
          transform: rotate(138.6deg);
}

.ko-progress-circle[data-progress='77'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(277.2deg);
          transform: rotate(277.2deg);
}

.ko-progress-circle[data-progress='78'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='78'] .ko-progress-circle__fill {
  -webkit-transform: rotate(140.4deg);
          transform: rotate(140.4deg);
}

.ko-progress-circle[data-progress='78'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(280.8deg);
          transform: rotate(280.8deg);
}

.ko-progress-circle[data-progress='79'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='79'] .ko-progress-circle__fill {
  -webkit-transform: rotate(142.2deg);
          transform: rotate(142.2deg);
}

.ko-progress-circle[data-progress='79'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(284.4deg);
          transform: rotate(284.4deg);
}

.ko-progress-circle[data-progress='80'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='80'] .ko-progress-circle__fill {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}

.ko-progress-circle[data-progress='80'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(288deg);
          transform: rotate(288deg);
}

.ko-progress-circle[data-progress='81'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='81'] .ko-progress-circle__fill {
  -webkit-transform: rotate(145.8deg);
          transform: rotate(145.8deg);
}

.ko-progress-circle[data-progress='81'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(291.6deg);
          transform: rotate(291.6deg);
}

.ko-progress-circle[data-progress='82'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='82'] .ko-progress-circle__fill {
  -webkit-transform: rotate(147.6deg);
          transform: rotate(147.6deg);
}

.ko-progress-circle[data-progress='82'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(295.2deg);
          transform: rotate(295.2deg);
}

.ko-progress-circle[data-progress='83'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='83'] .ko-progress-circle__fill {
  -webkit-transform: rotate(149.4deg);
          transform: rotate(149.4deg);
}

.ko-progress-circle[data-progress='83'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(298.8deg);
          transform: rotate(298.8deg);
}

.ko-progress-circle[data-progress='84'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='84'] .ko-progress-circle__fill {
  -webkit-transform: rotate(151.2deg);
          transform: rotate(151.2deg);
}

.ko-progress-circle[data-progress='84'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(302.4deg);
          transform: rotate(302.4deg);
}

.ko-progress-circle[data-progress='85'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='85'] .ko-progress-circle__fill {
  -webkit-transform: rotate(153deg);
          transform: rotate(153deg);
}

.ko-progress-circle[data-progress='85'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(306deg);
          transform: rotate(306deg);
}

.ko-progress-circle[data-progress='86'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='86'] .ko-progress-circle__fill {
  -webkit-transform: rotate(154.8deg);
          transform: rotate(154.8deg);
}

.ko-progress-circle[data-progress='86'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(309.6deg);
          transform: rotate(309.6deg);
}

.ko-progress-circle[data-progress='87'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='87'] .ko-progress-circle__fill {
  -webkit-transform: rotate(156.6deg);
          transform: rotate(156.6deg);
}

.ko-progress-circle[data-progress='87'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(313.2deg);
          transform: rotate(313.2deg);
}

.ko-progress-circle[data-progress='88'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='88'] .ko-progress-circle__fill {
  -webkit-transform: rotate(158.4deg);
          transform: rotate(158.4deg);
}

.ko-progress-circle[data-progress='88'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(316.8deg);
          transform: rotate(316.8deg);
}

.ko-progress-circle[data-progress='89'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='89'] .ko-progress-circle__fill {
  -webkit-transform: rotate(160.2deg);
          transform: rotate(160.2deg);
}

.ko-progress-circle[data-progress='89'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(320.4deg);
          transform: rotate(320.4deg);
}

.ko-progress-circle[data-progress='90'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='90'] .ko-progress-circle__fill {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}

.ko-progress-circle[data-progress='90'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}

.ko-progress-circle[data-progress='91'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='91'] .ko-progress-circle__fill {
  -webkit-transform: rotate(163.8deg);
          transform: rotate(163.8deg);
}

.ko-progress-circle[data-progress='91'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(327.6deg);
          transform: rotate(327.6deg);
}

.ko-progress-circle[data-progress='92'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='92'] .ko-progress-circle__fill {
  -webkit-transform: rotate(165.6deg);
          transform: rotate(165.6deg);
}

.ko-progress-circle[data-progress='92'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(331.2deg);
          transform: rotate(331.2deg);
}

.ko-progress-circle[data-progress='93'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='93'] .ko-progress-circle__fill {
  -webkit-transform: rotate(167.4deg);
          transform: rotate(167.4deg);
}

.ko-progress-circle[data-progress='93'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(334.8deg);
          transform: rotate(334.8deg);
}

.ko-progress-circle[data-progress='94'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='94'] .ko-progress-circle__fill {
  -webkit-transform: rotate(169.2deg);
          transform: rotate(169.2deg);
}

.ko-progress-circle[data-progress='94'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(338.4deg);
          transform: rotate(338.4deg);
}

.ko-progress-circle[data-progress='95'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='95'] .ko-progress-circle__fill {
  -webkit-transform: rotate(171deg);
          transform: rotate(171deg);
}

.ko-progress-circle[data-progress='95'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}

.ko-progress-circle[data-progress='96'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='96'] .ko-progress-circle__fill {
  -webkit-transform: rotate(172.8deg);
          transform: rotate(172.8deg);
}

.ko-progress-circle[data-progress='96'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(345.6deg);
          transform: rotate(345.6deg);
}

.ko-progress-circle[data-progress='97'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='97'] .ko-progress-circle__fill {
  -webkit-transform: rotate(174.6deg);
          transform: rotate(174.6deg);
}

.ko-progress-circle[data-progress='97'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(349.2deg);
          transform: rotate(349.2deg);
}

.ko-progress-circle[data-progress='98'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='98'] .ko-progress-circle__fill {
  -webkit-transform: rotate(176.4deg);
          transform: rotate(176.4deg);
}

.ko-progress-circle[data-progress='98'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(352.8deg);
          transform: rotate(352.8deg);
}

.ko-progress-circle[data-progress='99'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='99'] .ko-progress-circle__fill {
  -webkit-transform: rotate(178.2deg);
          transform: rotate(178.2deg);
}

.ko-progress-circle[data-progress='99'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(356.4deg);
          transform: rotate(356.4deg);
}

.ko-progress-circle[data-progress='100'] .ko-progress-circle__slice.full,
.ko-progress-circle[data-progress='100'] .ko-progress-circle__fill {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ko-progress-circle[data-progress='100'] .ko-progress-circle__fill.ko-progress-circle__bar {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.special-bg {
  background-image: url(images/niepodlegla/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .special-bg {
    background-position: center top -200px;
  }
}

.special-bg section {
  padding: 10px 0;
}

.banner {
  margin: 0 auto 45px;
  position: relative;
}

.banner__logo {
  display: block;
  text-align: center;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 9px;
}

.banner__logo img {
  max-width: 80%;
}

@media (min-width: 768px) {
  .banner__logo img {
    max-width: 100%;
  }
}

.banner__overlay {
  width: 100%;
  background-image: linear-gradient(115deg, #8c1417, #cd272b 14%, #ffffff);
  height: 100%;
  position: absolute;
  opacity: 0.1;
  z-index: 1;
  top: 0;
  overflow: hidden;
}

.banner__photo {
  position: relative;
  min-height: 174px;
  max-width: 1245px;
  margin: 0 auto;
}

.banner__image {
  overflow: hidden;
  position: relative;
  display: block;
  max-height: 450px;
  -webkit-box-shadow: 0 24px 24px 0 rgba(147, 147, 147, 0.5);
          box-shadow: 0 24px 24px 0 rgba(147, 147, 147, 0.5);
  background-image: linear-gradient(291deg, #263238, #cd272b);
}

@media (min-width: 1200px) {
  .banner__image {
    max-height: 498px;
  }
}

.banner__image img {
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 128px;
}

@media (min-width: 768px) {
  .banner__image img {
    -o-object-fit: unset;
       object-fit: unset;
    height: 100%;
  }
}

.banner__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.banner__description {
  position: relative;
  background-color: #fff;
  padding: 22px 20px 30px;
  text-align: center;
  border: 3px solid #cd272b;
  max-width: 80%;
  z-index: 2;
  -webkit-box-shadow: 0 24px 24px 0 rgba(137, 137, 137, 0.5);
          box-shadow: 0 24px 24px 0 rgba(137, 137, 137, 0.5);
}

@media (min-width: 1200px) {
  .banner__description {
    max-width: 879px;
  }
}

.banner__title {
  font-size: 1.125rem;
  color: #333333;
  font-weight: 900;
  line-height: 1.22;
  font-family: "PT Serif", serif;
  font-weight: 900;
}

@media (min-width: 768px) {
  .banner__title {
    font-size: 1.875rem;
    line-height: 1.27;
  }
}

@media (min-width: 1200px) {
  .banner__title {
    font-size: 2rem;
    line-height: 1.19;
  }
}

.banner__tag {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: 0.875rem;
  background-color: #cd272b;
  display: block;
  max-width: 180px;
  padding: 4px;
}

@media (min-width: 768px) {
  .banner__tag {
    padding: 8px;
  }
}

.banner__tag:empty {
  padding: 0;
}

.banner.ver-2 .banner__description {
  background-color: #cd272b;
  color: #fff;
}

.banner.ver-2 .banner__tag span {
  color: #fff;
  border-top: 1px solid #fff;
}

.hashtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hashtags__item {
  display: block;
  margin-bottom: 10px;
  height: 35px;
  padding: 0.125rem 0.25rem;
  background-color: #f2f2f2;
  border: solid 1px #ececec;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .hashtags__item {
    margin-right: 1rem;
  }
}

.hashtags__item a {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.88;
}

.boxes__belt-grey {
  height: 100px;
  background-color: #5b6d76;
}

.boxes__belt-grey-text {
  font-family: PTSerif;
  font-size: 46px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: normal;
  color: #ffffff;
}

.boxes .owl-prev {
  position: absolute;
  display: block;
  top: 46%;
  left: -15px;
}

@media (min-width: 768px) {
  .boxes .owl-prev {
    left: -18px;
  }
}

@media (min-width: 992px) {
  .boxes .owl-prev {
    left: -40px;
  }
}

@media (min-width: 1200px) {
  .boxes .owl-prev {
    left: -24px;
  }
}

@media (min-width: 1300px) {
  .boxes .owl-prev {
    left: -50px;
  }
}

.boxes .owl-next {
  position: absolute;
  top: 46%;
  display: block;
  right: -15px;
}

@media (min-width: 768px) {
  .boxes .owl-next {
    right: -18px;
  }
}

@media (min-width: 992px) {
  .boxes .owl-next {
    right: -40px;
  }
}

@media (min-width: 1200px) {
  .boxes .owl-next {
    right: -24px;
  }
}

@media (min-width: 1300px) {
  .boxes .owl-next {
    right: -50px;
  }
}

.boxes__vod-logo {
  position: relative;
  height: 50px;
}

@media (min-width: 1580px) {
  .boxes__vod-logo {
    height: 60px;
  }
}

.boxes__vod-logo img {
  width: 141px;
  height: 27.9px;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.boxes__row {
  padding: 20px 0 0;
}

.boxes__row--region .col-lg-6 .boxes__photo {
  width: 100%;
}

.boxes__row--region .col-lg-6 .boxes__content {
  width: 100%;
  padding-left: 0;
  margin-bottom: 32px;
}

.boxes__row--region .col-lg-6 .boxes__category {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .boxes__row--region .boxes__box--big {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
  .boxes__row--region .boxes__box--big .boxes__photo--color {
    margin-bottom: 60px;
    right: -30px;
  }
  .boxes__row--region .boxes__box--big .boxes__photo--grey {
    top: 60px;
    left: -70px;
  }
  .boxes__row--region .boxes__box--big .boxes__content {
    min-height: 160px;
  }
  .boxes__row--region .boxes__box--big .boxes__photo {
    overflow: hidden;
  }
  .boxes__row--region .boxes__box--big .boxes__category a {
    font-size: 1rem;
    color: #cd272b;
    font-weight: 900;
  }
  .boxes__row--region .boxes__box--big .boxes__category span {
    font-size: 1rem;
    color: #cd272b;
    font-weight: 900;
  }
  .boxes__row--region .boxes__box--big .boxes__title {
    font-size: 1.75rem;
    color: #000;
    font-weight: 900;
    font-family: "PT Serif", serif;
  }
  .boxes__row--region .boxes__box--big .boxes__vid {
    z-index: 1;
    left: 30px;
    bottom: 160px;
  }
  .boxes__row--region .boxes__box--big:after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 143px;
    height: 104px;
    clear: both;
    background-color: #cd272b;
  }
  .boxes__row--region .box-region-last .boxes__photo--color {
    right: -18px;
    margin-bottom: 8px;
  }
  .boxes__row--region .box-region-last .boxes__photo--grey {
    top: 40px;
    left: -45px;
  }
  .boxes__row--region .box-region-last .boxes__vid {
    left: 18px;
    bottom: 8px;
    z-index: 1;
  }
  .boxes__row--region .box-region-last .boxes__category a {
    font-size: 1rem;
    color: #cd272b;
    font-weight: 900;
  }
  .boxes__row--region .box-region-last .boxes__title {
    max-height: initial;
    font-size: 1.5625rem;
    color: #000;
    font-weight: 900;
  }
  .boxes__row--region .boxes__box--category .boxes__category a {
    font-size: 1rem;
    color: #cd272b;
    font-weight: 900;
  }
  .boxes__row--region .boxes__box--category .boxes__title {
    max-height: 154px;
    font-size: 1.5625rem;
    color: #000;
    font-weight: 900;
  }
  .boxes__row--region .boxes__box--category .boxes__photo--color {
    right: -16px;
    margin-bottom: 8px;
  }
  .boxes__row--region .boxes__box--category .boxes__photo--grey {
    top: 40px;
    left: -45px;
  }
  .boxes__row--region .boxes__box--category.first {
    border-top: 3px solid #dfdfdf;
  }
  .boxes__row--region .boxes__box--category:after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 143px;
    height: 104px;
    clear: both;
    background-color: transparent !important;
  }
  .boxes__row--region .box-region-last {
    padding-bottom: 15px;
  }
}

.boxes-grey .boxes__box, .boxes-programs .boxes__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0;
  padding: 0;
  min-height: 290px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-right: 10px;
}

.boxes-grey .boxes__photo,
.boxes-grey .boxes__content, .boxes-programs .boxes__photo,
.boxes-programs .boxes__content {
  width: 100%;
}

.boxes-grey .boxes__title, .boxes-programs .boxes__title {
  font-size: 1rem;
  overflow: hidden;
  display: block;
  font-family: "PT Serif", serif;
}

.boxes-grey .boxes__category, .boxes-programs .boxes__category {
  font-size: 0.6875rem;
}

.boxes-grey .boxes__white, .boxes-programs .boxes__white {
  height: 160px;
  position: relative;
  margin-bottom: 0;
}

.boxes-grey .boxes__station, .boxes-programs .boxes__station {
  padding: 0;
  position: absolute;
  bottom: 5px;
}

.boxes-grey .boxes__box:after, .boxes-programs .boxes__box:after {
  content: '';
  position: absolute;
  right: -8px;
  top: -8px;
  width: 143px;
  height: 104px;
  clear: both;
  background-color: #cd272b;
}

.boxes__overlay {
  position: absolute;
  background: rgba(38, 50, 56, 0.78);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.boxes__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px rgba(151, 151, 151, 0.31);
  position: relative;
  padding: 10px 0;
}

.boxes__box--onlive {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .boxes__box--onlive {
    border-bottom: solid 1px rgba(151, 151, 151, 0.31);
  }
}

@media (min-width: 1200px) {
  .boxes__box {
    border-bottom: 0;
    min-height: 262px;
    max-height: 262px;
    height: 262px;
    margin-bottom: 30px;
  }
}

.boxes__box.hovered a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.boxes__box.hovered .boxes__title {
  color: #cd272b;
}

.boxes__box--reports {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-bottom: 0;
  min-width: 200px;
  height: 310px;
  min-height: 310px;
  margin-bottom: 19px;
  padding: 0;
}

@media (min-width: 768px) {
  .boxes__box--reports {
    height: 352px;
    min-height: 352px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .boxes__box--reports {
    height: 300px;
    min-height: 300px;
    margin-bottom: 38px;
  }
}

.boxes__box--reports-border {
  border-left: 3px solid #cd272b;
  border-right: 3px solid #cd272b;
  border-top: 3px solid #cd272b;
  position: absolute;
  z-index: 2;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.boxes__box--reports-break-border {
  position: absolute;
  width: 100%;
  z-index: 4;
  bottom: 10px;
}

.boxes__box--reports-break-border .split-border {
  text-align: center;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .boxes__box--reports-break-border .split-border span {
    position: relative;
    display: inline;
  }
}

.boxes__box--reports-break-border .split-border span::after, .boxes__box--reports-break-border .split-border span::before {
  border-top: 3px solid #cd272b;
  content: "";
  position: absolute;
  width: calc((100% - 95px) / 2);
}

@media (min-width: 768px) {
  .boxes__box--reports-break-border .split-border span::after, .boxes__box--reports-break-border .split-border span::before {
    width: 165px;
  }
}

@media (min-width: 992px) {
  .boxes__box--reports-break-border .split-border span::after, .boxes__box--reports-break-border .split-border span::before {
    width: 30px;
  }
}

@media (min-width: 1200px) {
  .boxes__box--reports-break-border .split-border span::after, .boxes__box--reports-break-border .split-border span::before {
    width: 60px;
  }
}

.boxes__box--reports-break-border .split-border span::after {
  margin-left: 60px;
  margin-top: 16px;
  right: 10px;
}

@media (min-width: 768px) {
  .boxes__box--reports-break-border .split-border span::after {
    right: initial;
  }
}

.boxes__box--reports-break-border .split-border span::before {
  margin-right: 60px;
  right: 100%;
  margin-top: 16px;
  left: 10px;
}

@media (min-width: 768px) {
  .boxes__box--reports-break-border .split-border span::before {
    left: initial;
  }
}

@media all and (-ms-high-contrast: none) {
  .boxes__box--reports-break-border {
    /* IE10 */
    /* IE11 */
  }
  .boxes__box--reports-break-border .split-border {
    display: none !important;
  }
  .boxes__box--reports-break-border *::-ms-backdrop, .boxes__box--reports-break-border .split-border {
    display: none !important;
  }
}

.boxes__box--reports-break-border .solve-text {
  text-align: center;
  color: #cfd2d4;
  position: relative;
  top: 5px;
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.boxes__box--reports .boxes__photo--reports {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.boxes__box--reports .boxes__photo--reports::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.boxes__box--reports.hovered .boxes__photo--reports {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.boxes__box--reports.hovered .boxes__photo--reports::before {
  display: block;
}

.boxes__box--reports .boxes__title {
  max-height: 80px;
}

.boxes__box--category {
  border-bottom: solid 2px #dfdfdf;
}

@media (min-width: 768px) {
  .boxes__box--category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: solid 3px #dfdfdf;
    padding: 16px 0;
    min-height: auto;
    max-height: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .boxes__box--category {
    padding: 25px 0;
  }
}

@media (min-width: 768px) {
  .boxes__box--category a {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .boxes__box--category a {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .boxes__box--category .boxes__content {
    width: 60%;
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .boxes__box--category .boxes__content {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .boxes__box--category .boxes__title {
    font-size: 1.5rem;
    width: 100%;
    max-height: 94px;
    overflow: hidden;
  }
}

.boxes__box--last {
  border-bottom-width: 0;
}

.boxes__box--big {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .boxes__box--big {
    padding: 0 10px;
  }
}

.boxes__box--big:after {
  content: '';
  position: absolute;
  right: -8px;
  top: -8px;
  width: 143px;
  height: 104px;
  clear: both;
  background-color: #cd272b;
}

@media (min-width: 768px) {
  .boxes__box--big {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .boxes__box--big {
    margin-bottom: 30px;
  }
}

.boxes__box--big .boxes__category {
  padding: 0 0 6px;
}

.boxes__box--big .boxes__category a {
  letter-spacing: 0.7px;
  font-size: 1rem;
  color: #cd272b;
  font-weight: 900;
}

.boxes__box--big .boxes__category span {
  font-size: 0.75rem;
  font-weight: 900;
  color: #979797;
}

@media (min-width: 768px) {
  .boxes__box--big .boxes__category {
    padding: 8px 0 6px;
    margin-right: 5px;
  }
}

.boxes__box--big .boxes__photo {
  width: 100%;
  z-index: 1;
}

.boxes__box--big .boxes__content {
  padding-left: 0;
  width: 100%;
  padding: 10px 0;
}

.boxes__box--big .boxes__title {
  font-size: 1rem;
  font-family: "PT Serif", serif;
}

@media (min-width: 768px) {
  .boxes__box--big .boxes__vid {
    bottom: 150px;
    left: 18px;
    width: 40px;
    height: 40px;
    background-color: #cd272b;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .boxes__box--big .boxes__vid {
    left: 44px;
  }
}

@media (min-width: 768px) {
  .boxes__box--big {
    padding: 0;
  }
  .boxes__box--big .boxes__content {
    width: 70%;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    padding-right: 10px;
    padding: 0;
    height: 150px;
  }
  .boxes__box--big .boxes__category {
    font-size: 0.75rem;
    padding-bottom: 10px;
  }
  .boxes__box--big .boxes__title {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .boxes__box--big .boxes__title {
    max-height: 82px;
  }
}

.boxes__category .boxes__span-title:empty {
  font-size: 0;
  padding: 0;
}

.boxes__category {
  font-size: 0;
}

.boxes__category a {
  letter-spacing: 0.4px;
  font-size: 0.5rem;
  padding: 10px 0 5px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  color: #cd272b;
  font-weight: 900;
}

.boxes__category span {
  font-size: 0.5rem;
  padding: 10px 0 5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.5rem;
  color: #c0c0c0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .boxes__category span {
    font-size: 0.7rem;
  }
}

.boxes__category span.boxes__span-title {
  font-size: 0.5rem;
  padding: 10px 0 5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.5rem;
  color: #cd272b;
  font-weight: 900;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

@media (min-width: 768px) {
  .boxes__category span.boxes__span-title {
    font-size: 1rem;
  }
}

.boxes__title {
  font-size: 1rem;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.22;
  text-decoration: none;
  display: block;
  overflow: hidden;
  font-family: "PT Serif", serif;
  max-height: 59px;
}

@media (min-width: 768px) {
  .boxes__title {
    font-size: 1.25rem;
    line-height: 1.2;
    max-height: 76px;
  }
}

@media (min-width: 992px) {
  .boxes__title {
    max-height: 76px;
  }
}

@media (min-width: 1580px) {
  .boxes__title {
    font-size: 1.375rem;
    line-height: 1.3;
    max-height: 90px;
  }
}

.boxes__title:hover {
  color: #0053a0;
}

.boxes__title--big {
  max-height: 59px;
}

@media (min-width: 768px) {
  .boxes__title--big {
    max-height: 86px;
  }
}

@media (min-width: 992px) {
  .boxes__title--big {
    max-height: 86px;
  }
}

@media (min-width: 1200px) {
  .boxes__title--big {
    max-height: 86px;
  }
}

.boxes__title--slider {
  max-height: 97px;
}

@media (min-width: 768px) {
  .boxes__title--slider {
    max-height: 76px;
  }
}

@media (min-width: 992px) {
  .boxes__title--slider {
    max-height: 79px;
  }
}

@media (min-width: 1200px) {
  .boxes__title--slider {
    max-height: 76px;
  }
}

@media (min-width: 1580px) {
  .boxes__title--slider {
    max-height: 86px;
  }
}

.boxes__photo {
  width: 30%;
  width: 100%;
  display: block;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.boxes__photo img {
  width: 100%;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.boxes__photo img.double-images {
  width: 100%;
  padding: 0;
}

@media (min-width: 1200px) {
  .boxes__photo img.double-images {
    width: 100%;
  }
}

.boxes__photo img.smaller-images {
  width: 100%;
}

@media (min-width: 1200px) {
  .boxes__photo img.smaller-images {
    width: 92%;
  }
}

.boxes__photo--region {
  width: 100%;
  float: none;
  display: block;
  overflow: hidden;
}

.boxes__photo--region img {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.boxes__photo--region:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.boxes__photo--corner {
  background-color: #cd272b;
  width: 36%;
  height: 40px;
  position: absolute;
  top: 1px;
  right: 0;
}

@media (min-width: 768px) {
  .boxes__photo--corner {
    display: none;
  }
}

.boxes__photo--grey {
  position: absolute;
  top: 6px;
  left: -22px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.37;
}

.boxes__photo--grey--big {
  position: absolute;
  top: 48px;
  left: -97px;
  filter: grayscale(100%);
  opacity: 0.37;
  -webkit-filter: grayscale(100%);
}

@media (min-width: 1200px) {
  .boxes__photo--grey--big {
    top: 17px;
    left: -44px;
  }
}

.boxes__photo--color {
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .boxes__photo--color {
    position: relative;
    right: -8px;
    top: -4px;
    margin-bottom: 39px;
    z-index: 1;
  }
}

.boxes__photo--color--big {
  right: 0;
  position: relative;
  top: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .boxes__photo--color--big {
    right: -18px;
    margin-bottom: 30px;
    top: -19px;
  }
}

@media (min-width: 1200px) {
  .boxes__photo--color--big {
    right: -44px;
    position: relative;
    top: -28px;
    margin-bottom: 52px;
    z-index: 1;
  }
}

.boxes__photo:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.boxes__content {
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

@media (min-width: 768px) {
  .boxes__content {
    float: none;
    padding-left: 0;
    min-height: 151px;
  }
}

@media (min-width: 768px) {
  .boxes__content--listening-video {
    max-height: 151px;
    min-height: 0;
  }
}

@media (min-width: 1200px) {
  .boxes__content {
    min-height: 111px;
  }
}

.boxes__content--quiz {
  min-height: 200px;
  height: 200px;
}

.boxes__content--region {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.boxes__content--region .boxes__title {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.27;
  padding-bottom: 10px;
  padding: 0 13px;
}

.boxes__content--region .boxes__title--quiz {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  min-height: 100%;
  padding: 20px 8px;
}

.boxes__content--region .boxes__title-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 93%;
  line-height: 32px;
}

.boxes__content--region .boxes__category a {
  letter-spacing: 0.7px;
  padding: 14px 0 9px;
  display: block;
  font-size: 0.75rem;
  color: #cfd2d4;
  font-weight: 900;
}

.boxes__white {
  background-color: #fff;
  padding: 10px;
  padding-top: 0px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .boxes__white {
    height: auto;
  }
}

.boxes__btn-content-border--white::before {
  display: none;
}

@media (min-width: 992px) {
  .boxes__btn-content-border--white::before {
    display: block;
    width: 770px;
    border: solid 3px #ffffff;
    position: absolute;
    margin: 10px 60px;
    height: 369px;
    content: '';
    position: absolute;
    clear: both;
  }
}

@media (min-width: 1200px) {
  .boxes__btn-content-border--white::before {
    width: 1015px;
  }
}

.boxes__btn-content-border--red::before {
  display: none;
}

@media (min-width: 992px) {
  .boxes__btn-content-border--red::before {
    display: block;
    width: 770px;
    border: solid 3px #cd272b;
    position: absolute;
    margin: 10px 60px;
    height: 369px;
    content: '';
    position: absolute;
    clear: both;
  }
}

@media (min-width: 1200px) {
  .boxes__btn-content-border--red::before {
    width: 1015px;
  }
}

.boxes__more-container {
  z-index: 5;
  position: relative;
  width: 230px;
  margin: 0 auto;
}

.boxes__more {
  width: 160px;
  text-align: center;
  border: solid 2px #dfdfdf;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px auto 10px;
  cursor: pointer;
  display: block;
  padding: 13px 0;
  font-size: 0.75rem;
  color: #cd272b;
  font-weight: 900;
  letter-spacing: 0.7px;
  -webkit-transition: .3s;
  transition: .3s;
}

.boxes__more .arrow-button {
  position: relative;
  left: -15px;
  float: right;
  top: 3px;
}

.boxes__more:hover {
  border: solid 2px #cd272b;
}

.boxes__more-1 {
  color: #fff;
}

.boxes__more-1 .arrow-button {
  background-image: url(images/icons/arrow_right_white.svg);
  width: 16px;
}

.boxes__more-0 {
  border: solid 2px #cd272b;
}

.boxes__more-0:hover {
  border: solid 2px #dfdfdf;
}

.boxes__vid {
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #cd272b;
  z-index: 1;
}

.boxes__vid i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.boxes__vid--home {
  z-index: 1;
  left: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .boxes__vid--home {
    left: 8px;
    bottom: 13px;
  }
}

@media (min-width: 1200px) {
  .boxes__vid--home-region {
    bottom: 12px !important;
  }
}

.boxes__vid--tags {
  bottom: 10px;
}

@media (min-width: 768px) {
  .boxes__vid--tags {
    bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .boxes__vid--tags {
    bottom: 25px;
  }
}

@media (min-width: 768px) {
  .boxes__vid--category {
    left: 16px;
    bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .boxes__vid--category {
    bottom: 33px;
  }
}

.boxes__onlive {
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  .boxes__onlive {
    min-height: 377px;
    display: block;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .boxes__onlive--region iframe {
    height: 500px;
  }
}

.boxes__onlive-beam {
  background-color: #07243f;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.boxes__onlive-beam--bottom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .boxes__onlive-beam--bottom {
    padding: 25px 12px;
  }
}

@media (min-width: 1200px) {
  .boxes__onlive-beam--bottom {
    padding: 9px;
    max-height: 61px;
    min-height: 61px;
  }
}

.boxes__onlive-title {
  margin-right: 30px;
  background-color: #ce0c24;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 900;
  padding: 6px 12px;
  display: block;
}

@media (min-width: 1200px) {
  .boxes__onlive-title {
    margin-right: 20px;
  }
}

.boxes__onlive-desc {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.29;
  text-align: center;
  padding: 0 40px;
}

@media (min-width: 1200px) {
  .boxes__onlive-desc {
    padding: 0;
  }
}

.boxes__onlive-video {
  height: auto;
  width: 100%;
}

.boxes__onlive-select {
  position: relative;
}

.boxes__onlive-select::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}

.boxes__onlive select {
  background: transparent;
  height: 27px;
  min-width: 130px;
  padding: 0 12px;
  border: 1px solid #414141;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  outline: 0;
  cursor: pointer;
}

.boxes__onlive select:focus {
  border: 1px solid #414141;
  outline: 0;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
}

.boxes__onlive option {
  background: #07243f;
  padding: 5px 0;
}

.boxes__onlive iframe {
  width: 100%;
  margin-bottom: -3px;
}

.boxes__onlive-items {
  background-color: #07243f;
}

.boxes__onlive-item {
  padding: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.21;
  border: solid 1px #11304d;
}

.boxes__onlive-item:nth-child(1) {
  background-color: #0a1b2a;
}

.boxes__onlive-item span {
  display: block;
  float: left;
  width: 17%;
}

.boxes__onlive-item p {
  display: block;
  float: right;
  width: 83%;
}

.boxes__onlive-item b {
  margin-bottom: 5px;
  display: block;
}

.boxes__onlive-full {
  padding: 14px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background-color: #0a1b2a;
  text-align: center;
  display: block;
}

.boxes__station {
  padding-top: 14px;
  padding-bottom: 8px;
}

.boxes__station--category {
  display: none;
  position: absolute;
  bottom: 0;
  padding-bottom: 8px;
}

@media (min-width: 450px) {
  .boxes__station--category {
    display: inline;
  }
}

@media (min-width: 768px) {
  .boxes__station--category {
    padding-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .boxes__station--category {
    padding-bottom: 24px;
  }
}

.boxes .hide {
  display: none;
}

@media (min-width: 768px) {
  .boxes .hide {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .boxes .boxes__box:after {
    content: '';
    position: absolute;
    right: -8px;
    top: -8px;
    width: 143px;
    height: 104px;
    clear: both;
    background-color: #cd272b;
  }
}

.boxes-programs {
  padding-bottom: 30px;
}

.boxes-programs .boxes__content {
  padding-left: 0;
  height: 80px;
}

.boxes-programs .boxes__box {
  min-height: auto;
}

.boxes-programs .boxes__box:hover .boxes__title {
  color: #0053a0;
}

.boxes-programs .boxes__title {
  overflow: hidden;
  height: 63px;
  max-height: 63px;
  margin: 6px 0 4px;
}

.boxes-programs .boxes__hour {
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.43;
}

@media (min-width: 1200px) {
  .boxes-programs .boxes__box {
    margin-bottom: 0;
  }
  .boxes-programs .boxes__photo {
    max-height: 146px;
  }
}

@media (min-width: 1200px) {
  .box-region-last .boxes__content {
    margin-bottom: 0 !important;
  }
}

.programs-list .page-header__title {
  margin-bottom: 0;
}

.col-lg-3.boxes__box:first-child {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .category {
    padding-bottom: 30px;
  }
}

.category .sitebar-rectangle {
  display: none;
}

@media (min-width: 1200px) {
  .category .sitebar-rectangle {
    display: block;
  }
}

@media (min-width: 768px) {
  .category--second {
    padding-bottom: 30px;
  }
}

.category--second .page-header {
  font-family: "PT Serif", serif;
  background: #5b6d76;
  padding: 10px 0;
  margin-bottom: 23px;
}

.category--second .page-header__title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .category--second .page-header {
    padding: 23px 0;
    margin-bottom: 29px;
  }
  .category--second .page-header__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .category--second .page-header {
    padding: 20px 0;
  }
  .category--second .page-header__title {
    font-size: 2.8125rem;
  }
}

@media (min-width: 768px) {
  .category--second .boxes__photo--color {
    right: -16px;
    margin-bottom: 8px;
  }
  .category--second .boxes__photo--grey {
    top: 40px;
    left: -45px;
  }
}

.boxes--home .boxes__box {
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  border-bottom: solid 1px transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-btn__button {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: right;
}

.share-btn__button--fb {
  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;
  width: 150px;
  height: 40px;
  background-color: #365296;
  margin-right: 16px;
}

.share-btn__button--tw {
  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;
  width: 150px;
  height: 40px;
  background-color: #00a7f0;
}

.share-btn__text {
  display: none;
}

.share-btn__icon {
  margin-left: 10px;
}

.share-btn__icon--fb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  background-image: url(images/social/facebook_biale.svg);
}

.share-btn__icon--tw {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 50px;
  background-image: url(images/social/twitter_bialy.svg);
}

@media (min-width: 768px) {
  .share-btn__button {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 70px;
  }
  .share-btn__button--fb {
    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;
    width: 363px;
    height: 58px;
    background-color: #365296;
    margin-right: 16px;
  }
  .share-btn__button--tw {
    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;
    width: 363px;
    height: 58px;
    background-color: #00a7f0;
  }
  .share-btn__text {
    display: block;
    margin-left: auto;
  }
  .share-btn__icon {
    margin-left: 32px;
  }
}

.calendary {
  padding-bottom: 60px;
  /*    &__hour{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 46px;
        @include font(0.875rem, $hour, $fnormal, false);
        background-color: $lgrey;
        text-align: center;
    }*/
}

.calendary .page-header {
  background: #5b6d76;
  padding: 11px 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .calendary .page-header {
    padding: 25px 0;
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .calendary .page-header {
    padding: 20px 0;
    margin-bottom: 60px;
  }
}

.calendary .page-header__title {
  font-family: "PT Serif", serif;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 768px) {
  .calendary .page-header__title {
    font-size: 2.5rem;
  }
}

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

.calendary__day {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.calendary__boxes {
  border: 1px solid #263238;
  border-top-width: 0;
}

.calendary__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 54px;
  border-top: 1px solid #263238;
}

.calendary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  padding: 9px 10px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 900;
}

.calendary__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  padding-right: 14px;
}

.calendary__more {
  display: none;
}

@media (min-width: 768px) {
  .calendary {
    padding-bottom: 80px;
  }
  .calendary__box {
    min-height: 64px;
  }
  .calendary__title {
    width: 80.5%;
    padding: 14px 60px 12px 21px;
    font-size: 1rem;
  }
  .calendary__link {
    padding-right: 23px;
  }
  .calendary__more {
    display: inline-block;
    font-size: 0.75rem;
    color: #cd272b;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .calendary__title {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .calendary {
    padding-bottom: 61px;
  }
  .calendary__day {
    font-size: 0.875rem;
  }
  .calendary__title {
    width: 88%;
    padding: 19px 60px 21px 28px;
    font-size: 1.125rem;
  }
  .calendary__link {
    padding-right: 20px;
  }
}

.search-result__wrapper {
  background-color: #dfdfdf;
  margin-bottom: 4px;
}

.search-result__title {
  padding-top: 10px;
  font-size: 1.375rem;
  color: #000;
  font-weight: 900;
}

.search-result__title--color {
  color: #0f6ae4;
}

.search-result__counter {
  padding: 10px 0 20px;
  font-size: 1rem;
  color: #000;
}

.search-result__counter--bold {
  font-weight: 900;
}

.search-result .boxes__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-result .boxes__photo {
  display: none;
}

.search-result .boxes__content {
  width: 100%;
  padding-left: 0;
}

.search-result__category {
  font-size: 0.75rem;
  color: #0f6ae4;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin: 7px 0 6px;
}

.search-result .boxes__title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
}

.search-result__description {
  font-size: 1rem;
  color: #000;
  line-height: 1.38;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .search-result__wrapper {
    margin-bottom: 13px;
  }
  .search-result__title {
    font-size: 1.875rem;
    padding-top: 20px;
  }
  .search-result__counter {
    padding: 12px 0 23px;
  }
  .search-result .boxes__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 13px 0;
    border-bottom: solid 1px rgba(151, 151, 151, 0.31);
  }
  .search-result .boxes__photo {
    display: block;
    width: 50%;
  }
  .search-result .boxes__content {
    padding-left: 27px;
  }
  .search-result__category {
    margin-top: -4px;
  }
  .search-result .boxes__title {
    font-size: 1.375rem;
  }
  .search-result__description {
    font-size: 1.125rem;
    line-height: 1.33;
    padding: 4px 0 10px;
  }
}

@media (min-width: 992px) {
  .search-result .boxes__photo {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .search-result__wrapper {
    margin-bottom: 20px;
  }
  .search-result__title {
    font-size: 2.25rem;
    padding-top: 15px;
  }
  .search-result__counter {
    padding: 13px 0 20px;
  }
  .search-result .boxes__box {
    min-height: 218px;
    padding: 25px 0;
    margin-bottom: 0;
  }
  .search-result .boxes__photo {
    width: 48%;
  }
  .search-result .boxes__content {
    padding-left: 37px;
  }
  .search-result .boxes__title {
    font-size: 1.5rem;
  }
  .search-result__description {
    line-height: 1.44;
    padding: 10px 0 10px;
  }
}

.calendar {
  margin-bottom: 69px;
}

@media (min-width: 768px) {
  .calendar {
    margin-bottom: 80px;
  }
}

.calendar__slider {
  width: 100%;
  height: 75px;
}

.calendar__slider.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #eee;
  top: 50px;
  padding: 20px 0;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

@media (min-width: 1200px) {
  .calendar__slider.sticky {
    top: 64px;
  }
}

.calendar__events {
  margin: 10px 5px 0 5px;
}

@media (min-width: 768px) {
  .calendar__events {
    margin: 10px 0 0 0;
  }
}

.calendar__events-date {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin: 0;
  display: block;
  margin: 20px 5px 0 5px;
}

@media (min-width: 768px) {
  .calendar__events-date {
    font-size: 0.875rem;
    margin: 34px 0 0 0;
  }
}

.calendar__events-date:first-letter {
  text-transform: uppercase;
}

.calendar__events-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  padding: 14px 14px 17px 10px;
}

@media (min-width: 768px) {
  .calendar__events-event {
    padding: 22px 22px 22px 19px;
  }
}

.calendar__events-event:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.calendar__title {
  width: 80%;
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  padding-right: 40px;
}

@media (min-width: 768px) {
  .calendar__title {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .calendar__title {
    font-size: 1.125rem;
  }
}

.calendar__title a {
  color: #262626;
}

.calendar__title a:hover {
  color: #cd272b;
}

@media (min-width: 768px) {
  .calendar__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #cd272b;
  }
}

.calendar__more:hover {
  text-decoration: underline;
}

.calendar__more-text {
  display: none;
}

@media (min-width: 768px) {
  .calendar__more-text {
    display: block;
    font-size: 0.75rem;
    color: #cd272b;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    padding-right: 8px;
  }
}

.calendar__more .arrow-button {
  display: none;
}

@media (min-width: 768px) {
  .calendar__more .arrow-button {
    display: block;
  }
}

@media (min-width: 768px) {
  .calendar__more .icon-arrow-right {
    display: none;
  }
}

.dates__day {
  display: block;
  text-align: center;
  margin-right: 6px;
  width: auto;
  height: 51px;
  position: relative;
}

.dates__day-href {
  color: #262626;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 8px 0;
  border: 1px solid #263238;
  border-radius: 2px;
}

.dates__day-href.unactive {
  color: #000;
  border-color: #d9d9d9;
  pointer-events: none;
  cursor: default;
}

.dates__day-href.active {
  background: #cd272b;
  border-color: #cd272b;
  color: #fff;
}

.dates__day-number {
  font-size: 1rem;
  color: inherit;
  font-weight: 900;
  margin-bottom: 2px;
}

.dates__day-name {
  font-size: 0.625rem;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.dates__day--active {
  background: #0053a0;
  border: 1px solid #0053a0;
}

.dates__day--active a {
  color: #fff;
}

.dates__day--weekend {
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
}

.dates__day .activeDay {
  background: #0053a0;
  border-color: #0053a0;
}

.dates__day .activeDay .dates__day-href {
  color: #fff;
}

@media (min-width: 1580px) {
  .dates .owl-nav.disabled {
    display: block !important;
  }
}

.dates .owl-next {
  position: absolute;
  right: -25px;
  top: 0;
  width: 30px;
  height: 50px;
}

@media (max-width: 790px) {
  .dates .owl-next {
    right: -16px;
  }
}

.dates .owl-prev {
  position: absolute;
  left: -31px;
  top: 0;
  width: 30px;
  height: 50px;
}

@media (max-width: 790px) {
  .dates .owl-prev {
    left: -20px;
  }
}

.dates .icon-slider-left {
  width: 13px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 14px;
}

.dates .icon-slider-right {
  width: 13px;
  height: 24px;
  right: 0;
  top: 14px;
  position: absolute;
}

.dates .disabled {
  display: none;
}

.dates .boxes__more {
  margin-top: 40px;
}

@media (min-width: 1580px) {
  .videos {
    margin-bottom: 45px;
  }
}

.videos__item {
  position: relative;
}

.videos__item--article {
  background: none;
}

.videos__video {
  position: relative;
}

.videos__video--play {
  position: relative;
  display: block;
  z-index: 2;
}

.videos__video img {
  width: 100%;
}

@media (min-width: 992px) {
  .videos__video {
    float: left;
    width: 70%;
  }
  .videos__video--detailVideo {
    float: none;
    width: 100%;
  }
}

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

.videos__icon-play {
  width: 46px;
  height: 46px;
  background-color: rgba(5, 32, 69, 0.31);
  border: solid 1px #ffffff;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 85%;
  left: 9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .videos__icon-play {
    width: 83px;
    height: 83px;
  }
}

@media (min-width: 1200px) {
  .videos__icon-play {
    width: 95px;
    height: 95px;
  }
}

.videos__icon-play:after {
  content: '';
  background-image: url(images/icons/triangle.svg);
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  width: 13px;
  height: 18px;
  background-size: 100%;
}

@media (min-width: 768px) {
  .videos__icon-play:after {
    width: 23px;
    height: 32px;
  }
}

@media (min-width: 1200px) {
  .videos__icon-play:after {
    width: 26px;
    height: 36px;
  }
}

.videos__icon-play:hover {
  cursor: pointer;
}

.videos__arrow--left {
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
}

.videos__arrow--right {
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
}

@media (min-width: 992px) {
  .videos__description {
    padding: 15px 24px 15px 0;
    float: left;
    width: 30%;
  }
}

.videos__description h4 {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  font-family: "PT Serif", serif;
  height: 25%;
}

.videos__description span {
  display: block;
  padding-top: 6px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  line-height: 1.33;
  overflow: hidden;
}

@media (min-width: 768px) {
  .videos__description h4 {
    font-size: 2.75rem;
  }
  .videos__description span {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .videos__description h4 {
    font-size: 1.375rem;
  }
  .videos__description span {
    font-size: 0.67rem;
    color: #000;
    font-weight: 400;
    line-height: 1.33;
    height: 71%;
  }
}

@media (min-width: 1200px) {
  .videos__description span {
    padding-top: 15px;
    font-size: 0.875rem;
  }
}

.videos__desc-content {
  background-color: #cfd2d4;
  padding: 15px;
}

@media (min-width: 992px) {
  .videos__desc-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 71%;
    width: 110%;
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .videos__desc-content {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  .videos__border {
    border-right: solid 3px #cd272b;
    border-top: solid 3px #cd272b;
    border-bottom: solid 3px #cd272b;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 90%;
    width: 28%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.videos__button {
  padding: 15px 0;
}

@media (min-width: 992px) {
  .videos__button {
    padding: 7px 0;
  }
}

@media (min-width: 1200px) {
  .videos__button {
    padding: 15px 0;
  }
}

.videos .owl-prev {
  position: absolute;
  display: block;
  top: 46%;
  left: -15px;
}

@media (min-width: 768px) {
  .videos .owl-prev {
    left: -18px;
  }
}

@media (min-width: 992px) {
  .videos .owl-prev {
    left: -40px;
  }
}

@media (min-width: 1200px) {
  .videos .owl-prev {
    left: -24px;
  }
}

@media (min-width: 1300px) {
  .videos .owl-prev {
    left: -50px;
  }
}

.videos .owl-next {
  position: absolute;
  top: 46%;
  display: block;
  right: -15px;
}

@media (min-width: 768px) {
  .videos .owl-next {
    right: -18px;
  }
}

@media (min-width: 992px) {
  .videos .owl-next {
    right: -40px;
  }
}

@media (min-width: 1200px) {
  .videos .owl-next {
    right: -24px;
  }
}

@media (min-width: 1300px) {
  .videos .owl-next {
    right: -50px;
  }
}

.videos__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  display: none;
}

.videos__more {
  padding: 0;
  width: 122px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  color: #cd272b;
  font-weight: 900;
  letter-spacing: 0.7px;
  -webkit-transition: .3s;
  transition: .3s;
  float: right;
}

@media (min-width: 992px) {
  .videos__more {
    float: none;
  }
}

.videos__more:hover {
  color: #fff;
}

.videos__more .arrow-button {
  position: relative;
  float: right;
  top: 3px;
  width: 7px;
  height: 10px;
  background-image: url(images/icons/arrow_right_slider.svg);
  background-size: 7px 10px;
}

.program-detail__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #263238;
}

.program-detail__box.active {
  position: relative;
  background: #dfdfdf;
  color: #000;
}

.program-detail__box.active .active__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program-detail__box.active .active__wrapper:before {
  display: block;
  position: absolute;
  content: "";
  width: 70%;
  height: 100%;
  background-color: #fffde1;
}

.program-detail__box.active .active__wrapper:after {
  display: block;
  position: absolute;
  content: "";
  width: 70%;
  height: 3px;
  bottom: -1px;
  background-color: red;
  z-index: 1;
}

.program-detail__box.active .program-detail__content {
  z-index: 1;
  border-bottom: 3px solid #e1e1e1;
}

.program-detail__box.active .program-detail__hour {
  font-size: 0.875rem;
  color: #000;
  font-weight: 900;
  background: #fffde1;
}

.program-detail__box.active .program-detail__desc {
  font-size: 0.75rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}

.program-detail__hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  padding-top: 10px;
  background: #dfdfdf;
  border-right: 1px solid #e3e3e3;
}

.program-detail__content {
  padding: 10px 18px 17px 11px;
}

.program-detail__title {
  font-size: 0.875rem;
  color: #000;
  font-weight: 900;
}

.program-detail__desc {
  font-size: 0.75rem;
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 5px;
}

.programs-detail .page-header {
  margin-bottom: 0;
  padding-bottom: 0px;
  background-color: transparent;
}

.programs-detail .page-header__title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 900;
  line-height: 1.1;
  margin: 2px 0;
}

.programs-detail .page-header__title--desktop {
  display: none;
}

.programs-detail .page-header__subtitle {
  font-size: 0.8125rem;
  color: #000;
  line-height: 1.85;
  display: block;
}

.programs-detail .page-header__subtitle--desktop {
  display: none;
}

.programs-detail .page-header__elem img {
  margin-bottom: 15px;
}

.programs-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.programs-detail__header--desktop {
  display: none;
}

.programs-detail__header-container {
  margin-bottom: 10px;
}

.programs-detail__header-container--desktop {
  display: none;
}

.programs-detail__video {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dfdfdf;
  margin-bottom: -4px;
}

.programs-detail__desc {
  background-color: #fff;
  padding: 10px 0 20px 11px;
}

.programs-detail__title {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.programs-detail__panel {
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.33;
  max-height: 40px;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.programs-detail__accordion {
  font-size: 1rem;
  color: #4a90e2;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 25px;
  cursor: pointer;
}

.programs-detail__socials {
  padding-left: 26px;
}

.programs-detail__wrapper {
  padding-left: 11px;
}

.programs-detail__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.programs-detail__icons--mobile {
  display: none;
}

.programs-detail__icons a {
  margin: 25px 40px 0 10px;
}

.programs-detail__icons .icon-twitter--blue {
  position: relative;
  width: 18.5px;
  height: 16.3px;
  left: 1px;
  top: 1px;
}

.programs-detail__icons .icon-facebook--blue {
  width: 9.8px;
  height: 18.5px;
  position: relative;
  left: 1px;
  top: 1px;
}

.programs-detail__icons .icon-youtube--blue {
  width: 20px;
  height: 14.1px;
  position: relative;
  left: 1px;
  top: 0px;
}

.programs-detail__icons--desktop {
  display: none;
}

.programs-detail__cont {
  position: relative;
  display: inline-block;
}

.programs-detail__dropdown {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 40px;
  border-radius: 1px;
  border: 1px solid #263238;
  padding: 10px 33px 0 20px;
  margin-bottom: -10px;
  text-align: left;
  cursor: pointer;
}

.programs-detail__btn {
  font-size: 0.875rem;
  color: #262626;
}

.programs-detail__btn:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #262626 transparent transparent transparent;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.programs-detail__content {
  display: none;
  width: 180px;
  height: 40px;
  position: absolute;
  top: 39px;
  right: 0;
  background-color: #fff;
  border: 1px solid #263238;
  padding: 10px 60px 0 0;
  z-index: 3;
  font-size: 0.875rem;
  color: #262626;
}

.programs-detail .boxes__content {
  height: 110px;
  padding-top: 10px;
  min-height: auto;
}

@media (min-width: 768px) {
  .programs-detail .page-header__title {
    font-size: 2.625rem;
    padding-right: 0;
  }
  .programs-detail .page-header__subtitle {
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .programs-detail__header-container {
    margin-bottom: 26px;
  }
  .programs-detail__wrapper {
    padding-left: 17px;
  }
  .programs-detail__socials {
    display: none;
  }
  .programs-detail__icons {
    margin-bottom: 0;
  }
  .programs-detail__icons--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .programs-detail__icons a {
    width: 37px;
    height: 37px;
    background-color: #fff;
    border-radius: 50%;
    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: 0 28px 0 0;
  }
  .programs-detail__icons a:last-of-type {
    margin: 0;
  }
  .programs-detail__video {
    margin-bottom: 20px;
  }
  .programs-detail__video .videos__video {
    float: none;
    width: 100%;
  }
  .programs-detail__desc {
    padding: 14px 20px 33px 17px;
    margin-top: 14px;
  }
  .programs-detail__content {
    top: 64px;
  }
  .programs-detail__title {
    font-size: 1.5rem;
  }
  .programs-detail__panel {
    max-height: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .programs-detail__panel span {
    display: inline-block;
    padding: 10px 0;
  }
  .programs-detail__accordion {
    display: none;
  }
  .programs-detail__dropdown {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .programs-detail .page-header {
    position: relative;
    padding: 0;
  }
  .programs-detail .page-header__title {
    line-height: 1.1;
    margin: 0;
    display: none;
  }
  .programs-detail .page-header__title--desktop {
    display: block;
  }
  .programs-detail .page-header__subtitle {
    display: none;
  }
  .programs-detail .page-header__subtitle--desktop {
    display: block;
  }
  .programs-detail__header--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 0;
  }
  .programs-detail__header-container {
    display: none;
  }
  .programs-detail__header-container--desktop {
    margin-bottom: 22px;
    display: block;
  }
  .programs-detail__bg {
    width: 100%;
    height: 463px;
    background-color: #dfdfdf;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
  }
  .programs-detail__bg--mobile {
    background-color: transparent;
  }
  .programs-detail__boxes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1164px;
    margin: 0 auto;
  }
  .programs-detail__video {
    width: 747px;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0;
  }
  .programs-detail__video .container {
    width: 100%;
    padding: 0 0 0 15px;
  }
  .programs-detail .videos__video img {
    height: 418px;
  }
  .programs-detail .container--programms-detail {
    position: absolute;
    right: 0;
    top: 0;
    height: 480px;
    width: 362px;
    background-color: #fff;
    padding: 22px 20px 0 6px;
  }
  .programs-detail__desc {
    margin-top: 0;
    border-radius: 1px;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 20px 40px 0;
  }
  .programs-detail__content {
    top: 44px;
  }
  .programs-detail__title {
    font-size: 1.625rem;
    padding-left: 0;
  }
  .programs-detail__icons--mobile {
    display: none;
  }
  .programs-detail__icons--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .programs-detail__dropdown {
    margin: 5px 0 -5px;
  }
}

.galleries .page-header {
  background: #5b6d76;
  padding: 10px 0;
  margin-bottom: 23px;
}

.galleries .page-header__title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .galleries .page-header {
    padding: 23px 0;
    margin-bottom: 29px;
  }
  .galleries .page-header__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .galleries .page-header {
    padding: 20px 0;
  }
  .galleries .page-header__title {
    font-size: 2.8125rem;
  }
}

.galleries__subtitle a.boxes__title {
  font-size: 1.875rem;
  max-height: 37px;
}

@media (min-width: 1200px) {
  .galleries__subtitle {
    max-height: 76px;
  }
}

.galleries .boxes__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .galleries .boxes__box {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .galleries .boxes__box {
    max-height: 100%;
  }
}

.galleries .boxes__photo {
  width: 100%;
  margin-bottom: 7px;
}

.galleries .boxes__category a {
  font-size: 0.75rem;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .galleries .boxes__category a {
    font-size: 0.75rem;
  }
}

.galleries .boxes__content {
  width: 100%;
  padding-left: 0;
}

.galleries .boxes__title {
  max-height: 58px;
  overflow: hidden;
  display: block;
  font-size: 1.5rem;
  color: inherit;
  font-weight: 900;
}

@media (min-width: 768px) {
  .galleries .boxes__title {
    max-height: 58px;
  }
}

@media (min-width: 1200px) {
  .galleries .boxes__title {
    font-size: 1.875rem;
    max-height: 76px;
  }
}

.galleries .boxes__box--small .boxes__title {
  max-height: 58px;
  font-size: 1.5rem;
}

.galleries .boxes__vid {
  width: 54px;
  height: 54px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
}

.galleries .boxes__vid i {
  position: static;
  left: 0;
  top: 0;
  -webkit-transform: none;
          transform: none;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .galleries .boxes__vid {
    width: 64px;
    height: 64px;
  }
}

.galleries .boxes__amount-photos {
  font-size: 1rem;
  color: #e5e0d3;
  font-weight: 900;
}

@media (min-width: 768px) {
  .galleries .boxes__amount-photos {
    font-size: 1.125rem;
  }
}

.gallery-detail .container-fluid--mobile {
  background-color: #5b6d76;
}

.gallery-detail .owl-stage {
  padding-left: 0 !important;
}

.gallery-detail__content {
  position: relative;
  padding: 0 15px;
}

.gallery-detail__counter {
  margin: 10px 0 10px 10px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
}

.gallery-detail__counter--small {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 900;
  line-height: 2;
}

.gallery-detail__counter--desktop {
  display: none;
}

.gallery-detail__close {
  position: absolute;
  top: 6px;
  right: 25px;
}

.gallery-detail__close--black {
  display: none;
}

.gallery-detail__title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 5px;
}

.gallery-detail__lead {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-right: 30px;
}

.gallery-detail .gallery-content__content--desktop {
  display: none;
}

.gallery-detail .article__socials-content--desktop {
  display: none;
}

.gallery-detail .article__socials {
  display: block;
}

.gallery-detail .article__socials-twitter,
.gallery-detail .article__socials-facebook,
.gallery-detail .article__socials-mail {
  margin-left: 10px;
}

.gallery-detail .article__socials-content {
  margin-bottom: 15px;
}

.gallery-detail .article__socials-text {
  color: #fff;
}

.gallery-detail .show-art {
  display: none;
}

.gallery-detail__mainImg {
  position: relative;
}

.gallery-detail__arrow {
  position: absolute;
  top: 36%;
  display: none;
  z-index: 1;
}

.gallery-detail__arrow--left {
  left: 12px;
}

.gallery-detail__arrow--right {
  right: 12px;
}

.gallery-detail__figure {
  display: none;
}

.gallery-detail__hide {
  display: none;
}

.gallery-detail__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.5rem;
  color: #e5e5e5;
  font-weight: 400;
  line-height: 2.63;
  letter-spacing: 0.8px;
  padding: 0 10px;
}

.gallery-detail__boxes {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px 0 33px;
  padding: 0 15px;
  overflow-x: hidden;
  background: #fff;
}

.gallery-detail__box {
  display: inline-block;
  width: 33%;
  padding: 2px;
}

.gallery-detail__box.active {
  position: relative;
}

.gallery-detail__box.active:after {
  display: block;
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 2px);
  top: 0px;
  left: 2px;
  background-color: rgba(11, 55, 123, 0.4);
  border: solid 3px #cd272b;
}

@media (min-width: 768px) {
  .gallery-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 18px 0 22px;
  }
  .gallery-detail__counter {
    width: 69px;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 0 10px;
  }
  .gallery-detail__counter--small {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.3;
  }
  .gallery-detail__title {
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 1.23;
    padding-bottom: 0;
  }
  .gallery-detail__lead {
    font-size: 16px;
  }
  .gallery-detail__close {
    top: 4px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .gallery-detail__figcaption {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.2px;
    margin-top: 5px;
    padding: 0 15px;
  }
  .gallery-detail__boxes {
    padding: 0 12px;
  }
  .gallery-detail__box {
    width: 20%;
    padding: 3px 4px;
  }
  .gallery-detail__box.active:after {
    width: calc(100% - 8px);
    height: calc(100% - 6px);
    top: 3px;
    left: 4px;
  }
}

@media (min-width: 1200px) {
  .gallery-detail .container-fluid--mobile {
    background-color: #fff;
  }
  .gallery-detail .container-fluid {
    width: 1164px;
  }
  .gallery-detail__cont {
    width: 100%;
    background: #f2f2f2;
  }
  .gallery-detail__content {
    display: none;
  }
  .gallery-detail__counter {
    width: 60px;
    color: #333333;
    line-height: 2.2;
  }
  .gallery-detail__counter--small {
    color: #333333;
    line-height: 3;
  }
  .gallery-detail__counter--desktop {
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
  }
}

@media (min-width: 1200px) and (min-width: 1320px) {
  .gallery-detail__counter--desktop {
    left: 20px;
  }
}

@media (min-width: 1200px) {
  .gallery-detail .article__socials {
    position: absolute;
    top: 26px;
    right: 116px;
  }
  .gallery-detail__title {
    font-size: 1.875rem;
    color: #333333;
    font-weight: 900;
    line-height: 1.6;
    width: 75%;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) and (min-width: 1320px) {
  .gallery-detail__title {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .gallery-detail__lead {
    font-size: 18px;
    color: #000;
    width: 75%;
    overflow: hidden;
    display: block;
  }
}

@media (min-width: 1200px) and (min-width: 1320px) {
  .gallery-detail__lead {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .gallery-detail__close {
    top: 32px;
    right: 25px;
  }
  .gallery-detail__close--black {
    display: inline;
    z-index: 1;
  }
  .gallery-detail__close--black i {
    background-image: url(images/icons/x_black_ico.dark.svg);
  }
  .gallery-detail__figure {
    display: block;
  }
  .gallery-detail__figure .img-responsive {
    width: 93%;
    margin: 0 auto;
  }
  .gallery-detail__figcaption {
    width: 93%;
    margin: 0 auto;
    padding: 0;
    color: #222b3a;
  }
  .gallery-detail .gallery-detail__cont--mobile,
  .gallery-detail .article__socials--mobile {
    display: none;
  }
  .gallery-detail .gallery-content__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 1164px;
    padding: 15px 29px 0 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-detail .accordion {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .gallery-detail .panel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0), #f2f2f2);
    max-height: 46px;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    text-align: left;
  }
  .gallery-detail .show-gradient {
    height: 70px;
    position: absolute;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 39px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
    background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0), #f2f2f2);
  }
  .gallery-detail .show-art {
    font-size: 12px;
    color: #0a0a0a;
    background-color: #fff;
    display: block;
    width: 139px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.2px;
    padding: 3px;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
  }
  .gallery-detail .show-art:hover {
    cursor: pointer;
  }
  .gallery-detail .article__socials-content--desktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .gallery-detail .article__socials-text {
    color: #8e8e8e;
  }
  .gallery-detail__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 82px 63px;
    padding: 0 12px;
  }
  .gallery-detail__boxes.active:after {
    height: calc(100% - 7px);
    top: 4px;
  }
  .gallery-detail__arrow {
    position: absolute;
    top: 13px;
    width: calc(50% + 55px);
    height: 95%;
    display: block;
    z-index: 1;
  }
  .gallery-detail__arrow--left {
    left: -25px;
  }
}

@media (min-width: 1200px) and (min-width: 1300px) {
  .gallery-detail__arrow--left {
    left: -55px;
  }
}

@media (min-width: 1200px) {
  .gallery-detail__arrow--left a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .gallery-detail__arrow--left a:hover i {
    background-image: url(images/icons/arrow_left_big.hover.svg);
  }
  .gallery-detail__arrow--left a i {
    position: absolute;
    top: 45%;
  }
  .gallery-detail__arrow--left .gallery-detail__hide {
    display: none;
  }
  .gallery-detail__arrow--right {
    right: -25px;
  }
}

@media (min-width: 1200px) and (min-width: 1300px) {
  .gallery-detail__arrow--right {
    right: -55px;
  }
}

@media (min-width: 1200px) {
  .gallery-detail__arrow--right a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .gallery-detail__arrow--right a:hover i {
    background-image: url(images/icons/arrow_right_big.hover.svg);
  }
  .gallery-detail__arrow--right a i {
    position: absolute;
    top: 45%;
    -webkit-transform: translateX(595px);
            transform: translateX(595px);
  }
  .gallery-detail__arrow--right .gallery-detail__hide {
    display: none;
  }
}

.gallery-detal__gallery {
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media (min-width: 1200px) {
  .gallery-detal__gallery {
    padding-top: 20px;
  }
}

.about-us__wrapper {
  padding: 0;
  margin-top: -20px;
  background: #dfdfdf;
}

.about-us__menu {
  padding: 0 0 12px 15px;
  white-space: nowrap;
  overflow: hidden;
}

.about-us__element {
  display: inline-block;
}

.about-us__square {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  vertical-align: 2px;
  margin-right: 10px;
}

.about-us__square--hide {
  display: none;
}

.about-us__item {
  position: relative;
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-right: 7px;
}

.about-us__item.active:after {
  display: block;
  position: absolute;
  content: "";
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #0053a0;
}

.about-us__header {
  font-size: 1.625rem;
  color: #000;
  font-weight: 900;
  line-height: 0.85;
  margin: 20px 0 10px;
}

.about-us__subtitle {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 11px;
}

.about-us__title {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  margin: 29px 0 10px;
}

.about-us__source {
  font-size: 0.75rem;
  color: #414141;
  margin-top: 10px;
}

.about-us__description {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
  margin-top: 15px;
}

.about-us__description--contact {
  margin: 20px 0 50px;
}

.about-us__description--last {
  margin-bottom: 50px;
}

.about-us__description span {
  display: block;
}

.about-us__boxes {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 23px;
  margin-top: 20px;
}

.about-us__boxes--first {
  margin-top: 25px;
}

.about-us__boxes--last {
  margin-bottom: 40px;
}

.about-us__name {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  line-height: 1.25;
  margin: 10px 0 6px;
}

.about-us__position {
  font-size: 1rem;
  color: #000;
  line-height: 1.25;
}

.about-us__person {
  font-size: 1.5rem;
  color: #000;
  font-weight: 900;
  line-height: 1.25;
  margin: 21px 0 10px;
}

.about-us__office {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  line-height: 1.35;
  margin: 9px 0 25px;
}

@media (min-width: 768px) {
  .about-us__wrapper {
    background: #fff;
    margin-top: 0;
  }
  .about-us__menu {
    padding: 17px 0 17px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-left: 15px;
  }
  .about-us__item {
    font-size: 1.125rem;
    letter-spacing: 0.6px;
    margin-right: 10px;
  }
  .about-us__item.active:after {
    bottom: -17px;
  }
  .about-us__square {
    width: 6px;
    height: 6px;
    margin-right: 15px;
  }
  .about-us__header {
    font-size: 2.125rem;
    line-height: 0.65;
    margin: 30px 0 20px;
  }
  .about-us__subtitle {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 20px;
  }
  .about-us__title {
    margin: 29px 0 16px;
  }
  .about-us__description {
    font-size: 1.25rem;
    margin-top: 20px;
  }
  .about-us__description--contact {
    margin-bottom: 60px;
  }
  .about-us__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px;
  }
  .about-us__boxes--first {
    margin-top: 38px;
  }
  .about-us__boxes--last {
    margin-bottom: 60px;
  }
  .about-us__image {
    width: 40%;
  }
  .about-us__desc {
    margin-left: 29px;
  }
  .about-us__name {
    margin: 0 0 11px;
  }
  .about-us__position {
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .about-us__person {
    font-size: 2.125rem;
    line-height: 0.65;
    margin: 40px 0 30px;
  }
  .about-us__office {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .about-us .container-fluid {
    width: 1164px;
  }
  .about-us__wrapper {
    margin-top: 35px;
  }
  .about-us__menu {
    padding: 0 0 12px 15px;
    margin-left: 0;
    border-bottom-width: 0;
  }
  .about-us__element {
    display: block;
  }
  .about-us__item {
    font-size: 1rem;
    line-height: 2.31;
  }
  .about-us__item.active:after {
    bottom: -7px;
  }
  .about-us__square {
    width: 4px;
    height: 4px;
  }
  .about-us__square--hide {
    display: inline-block;
  }
  .about-us__header {
    font-size: 2.625rem;
    line-height: 0.52;
    margin: 35px 0;
  }
  .about-us__title {
    margin: 40px 0 23px;
  }
  .about-us__description--contact {
    margin-top: 30px;
  }
  .about-us__description--last {
    margin-bottom: 80px;
  }
  .about-us__boxes {
    padding-bottom: 24px;
  }
  .about-us__boxes--first {
    margin-top: 35px;
  }
  .about-us__boxes--last {
    margin-bottom: 70px;
  }
  .about-us__image {
    width: 78%;
  }
  .about-us__person {
    font-size: 2.625rem;
    line-height: 0.52;
  }
  .about-us__office {
    margin-top: 22px;
  }
}

@media only screen and (max-device-width: 1024px) {
  .about-us__wrapper {
    position: relative;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    top: 0;
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
  }
}

@media (min-width: 1200px) {
  .container-fluid--about-us {
    width: 1164px;
  }
}

.sitebar-home {
  display: none;
}

@media (min-width: 768px) {
  .sitebar-home {
    display: block;
  }
}

.article .sitebar {
  display: none;
}

@media (min-width: 1200px) {
  .article .sitebar {
    display: block;
  }
}

.sitebar {
  /***********************
    * sitebar image
    ************************/
  /***********************
    * sitebar text
    ************************/
  /***********************
    * article sitebar
   ************************/
}

.sitebar h5 {
  font-size: 1.125rem;
  color: #263238;
  text-transform: uppercase;
}

.sitebar__header-line {
  width: 27px;
  height: 2px;
  background-color: #ca0000;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .sitebar {
    display: block;
  }
  .sitebar h5 {
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 1.375rem;
    padding-top: 0.75rem;
    margin-bottom: 8px;
  }
  .sitebar__header-line {
    width: 51px;
    height: 4px;
    margin-top: 10px;
  }
}

.sitebar__item {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.sitebar__item:last-child {
  border-bottom: none;
}

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

.sitebar__link.hovered figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sitebar__bottom-belt {
  height: 1px;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 1.25rem;
}

.sitebar__video-icon {
  width: 33px;
  height: 33px;
  background-color: rgba(14, 35, 84, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.sitebar__video-play {
  background-image: url(images/icons/play-small.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.sitebar__image {
  width: 30%;
}

.sitebar__image figure {
  position: relative;
  overflow: hidden;
  display: block;
}

.sitebar__image figure img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sitebar__image figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sitebar__counter {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 70px;
  font-weight: 900;
  text-align: right;
  color: #f99fa1;
  z-index: -1;
}

@media (min-width: 1200px) {
  .sitebar__counter {
    font-size: 90px;
    top: -10px;
  }
}

.sitebar__text {
  width: 70%;
  padding: 0 25px 0 28px;
}

.sitebar__text-kind {
  font-size: 0.875rem;
  color: #cd272b;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.sitebar__text-kind a {
  color: inherit;
}

@media (min-width: 768px) {
  .sitebar__text-kind {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .sitebar__text-kind {
    font-size: 0.6875rem;
    margin-bottom: 0;
  }
}

.sitebar__text-description {
  font-family: "PT Serif", serif;
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  line-height: 1.22;
  padding-top: 5px;
}

.sitebar__text-description:hover {
  color: #cd272b;
}

@media (min-width: 768px) {
  .sitebar__text-description {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .sitebar__text-description {
    font-size: 0.875rem;
    line-height: 1.22;
  }
}

.sitebar__article {
  display: none;
}

@media (min-width: 1200px) {
  .sitebar__article {
    display: block;
  }
}

.sitebar__article-img {
  margin-bottom: 20px;
}

.sitebar__article h5 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 900;
  line-height: 1.22;
}

.sitebar__article-text {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  line-height: 1.22;
  margin: 0.625rem 0;
}

.sitebar__article-link {
  display: block;
  text-align: center;
  padding: 1rem 0 1rem;
  border-bottom: 1px solid #eaeaea;
}

.sitebar__article-link a {
  font-size: 0.875rem;
  color: #0f6ae4;
  font-weight: 700;
  line-height: 1.22;
}

.sitebar__spacer {
  padding: 12.5px;
}

.sitebar__custom {
  margin-bottom: 40px;
  overflow: hidden;
  display: none;
}

@media (min-width: 1200px) {
  .sitebar__custom {
    display: block;
  }
}

.sitebar-rectangle {
  border: solid 3px #cd272b;
  width: 100%;
  display: block;
  padding: 10px;
  position: relative;
  margin: 10px 0px 30px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background: #fff;
}

.sitebar-rectangle:hover {
  border-radius: 5px;
}

@media (min-width: 768px) {
  .sitebar-rectangle:nth-child(odd) {
    margin-right: 1.5%;
  }
}

@media (min-width: 992px) {
  .sitebar-rectangle:nth-child(odd) {
    margin-right: 1.6%;
  }
}

@media (min-width: 768px) {
  .sitebar-rectangle {
    width: 49%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .sitebar-rectangle {
    width: 100%;
    display: block;
    float: none;
  }
}

.sitebar-rectangle-letter {
  font-size: 6.25rem;
  color: #cd272b;
  font-weight: 900;
  line-height: 70px;
  background-color: #fff;
  position: absolute;
  height: 80px;
  top: -3px;
  padding: 0 10px;
  width: 80px;
  left: 14px;
}

.sitebar-rectangle-letter span {
  position: absolute;
  top: -11px;
}

.sitebar-rectangle-title {
  font-size: 1.563rem;
  color: #0a0a0a;
  font-weight: 900;
  margin-top: 70px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: "PT Serif", serif;
}

.sitebar-rectangle-desc {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #263238;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  height: 71px;
  overflow: hidden;
}

.sitebar-rectangle-img {
  overflow: hidden;
}

.sitebar-rectangle-img img {
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sitebar-rectangle-img.hovered img {
  overflow: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sitebar-rectangle-btn {
  margin: 20px auto 10px;
}

@media (min-width: 1200px) {
  .sitebar-rectangle-btn {
    display: inline-block;
  }
}

.sitebar-rectangle--dark {
  border: solid 3px #cd272b;
  padding: 3px;
}

.sitebar-rectangle--dark .sitebar-rectangle-bg {
  background-color: #263238;
  padding: 12px;
}

.sitebar-rectangle--dark .sitebar-rectangle-letter {
  background-color: #263238;
  top: -3px;
}

.sitebar-rectangle--dark .sitebar-rectangle-letter span {
  position: relative;
  top: -11px;
}

.sitebar-rectangle--dark .sitebar-rectangle-title {
  margin-top: 55px;
}

.sitebar-rectangle--dark .sitebar-rectangle-title, .sitebar-rectangle--dark .sitebar-rectangle-desc {
  color: #fff;
}

.sitebar-rectangle--dark .sitebar-rectangle-btn {
  border: solid 2px #f2f2f2;
  color: #fff;
}

.sitebar-rectangle--dark .sitebar-rectangle-btn:hover {
  border: solid 2px #cd272b;
}

.sitebar-rectangle--dark .sitebar-rectangle-btn .arrow-button {
  background-image: url(images/icons/arrow_right_white.svg);
}

.article .sitebar-rectangle {
  display: none;
}

@media (min-width: 1200px) {
  .article .sitebar-rectangle {
    display: block;
    margin-top: 65px;
    margin-bottom: 25px;
  }
}

.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 #0053a0;
  cursor: pointer;
}

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

.tabs-weather__block {
  display: block;
}

.tabs-weather__none {
  display: none;
}

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

.page-header {
  font-family: "PT Serif", serif;
  background: #dfdfdf;
  padding: 16px 0;
  margin-bottom: 28px;
}

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

@media (min-width: 1200px) {
  .page-header {
    padding: 15px 0 20px;
    margin-bottom: 10px;
  }
}

@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 {
  font-size: 2.125rem;
  color: #000;
  font-weight: 900;
  line-height: 1.08;
}

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

.page-header__title--tag {
  display: inline-block;
  color: #000 !important;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .page-header__title--tag {
    margin: 13px 0;
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .page-header__title--tag {
    font-size: 2.625rem;
    margin: 10px 0;
  }
}

.page-header__title span {
  color: #cd272b;
}

.page-header__count {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin-top: 13px;
}

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

.page-header__info {
  float: right;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: rgba(38, 38, 38, 0.44);
  font-size: 0.75rem;
  color: rgba(38, 38, 38, 0.44);
  padding-right: 15px;
}

.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;
  }
}

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

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

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

.logo__directory {
  background-image: url(images/niepodlegla/bg.png);
  background-position: left 0 top -35px;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo__directory .banner__logo {
  margin: 0;
  padding: 15px 0 10px;
}

@media (min-width: 768px) {
  .logo__directory {
    background-position: left -120px;
  }
  .logo__directory .banner__logo {
    padding: 25px 0 20px;
  }
}

@media (min-width: 1200px) {
  .logo__directory {
    background-position: left -250px;
  }
  .logo__directory .banner__logo {
    padding: 15px 0 10px;
  }
}

@media (min-width: 1660px) {
  .logo__directory {
    background-position: left -356px;
  }
}

@media (min-width: 1900px) {
  .logo__directory {
    background-position: left -400px;
  }
}

.urgent__text {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 0.875rem;
  color: #262626;
  font-weight: 900;
  line-height: 1.14;
}

@media (min-width: 768px) {
  .urgent__text {
    font-size: 1.125rem;
    line-height: 1.44;
    max-width: 100%;
    padding: 13px;
  }
}

@media (min-width: 1580px) {
  .urgent__text {
    font-size: 1.375rem;
    line-height: 1.18;
    padding: 15px;
  }
}

.urgent--ver1 {
  background-color: #ffe08d;
}

.urgent--ver2 {
  background-color: #d22d24;
}

.urgent--ver2 .urgent__text {
  color: #fff;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
}

@media (min-width: 1200px) {
  .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow-x: visible;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tags__desc {
  display: none;
}

@media (min-width: 768px) {
  .tags__desc {
    display: block;
    font-size: 0.6875rem;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) {
  .tags__desc {
    margin-bottom: 4px;
  }
}

.tags__tag {
  font-size: 0.6875rem;
  color: #262626;
  font-weight: 400;
  background: #dfdfdf;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-right: 2px;
  white-space: nowrap;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 1200px) {
  .tags__tag {
    margin-bottom: 4px;
  }
}

.tags__tag:hover {
  background: #e5e5e5;
}

.pager {
  margin: 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: #fff;
  font-size: 1.125rem;
  color: #6d6d6d;
  font-weight: 400;
  padding: 7px 12px;
  border: solid 1px #bbbbbb;
  border-right: 0;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.pager__button--left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 0;
  padding: 11.5px 13px;
}

.pager__button--right {
  border-right: solid 1px #bbbbbb;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 0;
  padding: 11.5px 13px;
}

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

.pager__button--active {
  background-color: #cccccc;
  color: #000;
}

.pager__button:hover {
  background-color: #cccccc;
  color: #000;
  cursor: pointer;
}

.program {
  margin-top: 23px;
  margin-bottom: 40px;
}

.program__episode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e3e3e3;
}

@media (min-width: 768px) {
  .program__episode {
    border: solid 1px #e3e3e3;
    border-bottom: 0;
  }
}

.program__episode:last-child {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .program__episode:last-child {
    border-bottom: solid 1px #e3e3e3;
  }
}

.program__episode:first-child {
  border-top: solid 1px #e3e3e3;
}

@media (min-width: 992px) {
  .program__episode:first-child {
    margin-top: 10px;
  }
}

.program__episode-hour {
  background: #dfdfdf;
  border-right: solid 3px #e3e3e3;
  width: 25%;
  text-align: center;
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .program__episode-hour {
    font-size: 1rem;
    width: 10%;
    padding-top: 10px;
  }
}

@media (min-width: 1200px) {
  .program__episode-hour {
    font-size: 1.125rem;
    padding-top: 20px;
  }
}

.program__episode-content {
  width: 75%;
  padding: 10px 20px 18px 13px;
}

@media (min-width: 768px) {
  .program__episode-content {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .program__episode-content {
    padding: 20px 20px 18px 13px;
  }
}

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

@media (min-width: 768px) {
  .program__episode__tags {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.program__episode-tag {
  background-color: #ce0c24;
  border-radius: 2px;
  font-size: 0.6875rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px 0;
  display: block;
  margin-bottom: 8px;
  width: 54px;
  text-align: center;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .program__episode-tag {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .program__episode-tag {
    font-size: 0.875rem;
    padding: 4px 0;
    width: 72px;
  }
}

.program__episode-onlive {
  background-color: #cb4e5d;
  border-radius: 2px;
  font-size: 0.6875rem;
  color: #fff;
  font-weight: 900;
  text-transform: lowercase;
  padding: 2px 0;
  display: block;
  margin-bottom: 8px;
  width: 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .program__episode-onlive {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1200px) {
  .program__episode-onlive {
    font-size: 0.875rem;
    padding: 3px 0;
    width: 64px;
  }
}

@media (min-width: 768px) {
  .program__episode-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}

.program__episode-title h4 {
  font-size: 0.875rem;
  color: #000;
  font-weight: 900;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .program__episode-title h4 {
    font-size: 1rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .program__episode-title h4 {
    font-size: 1.125rem;
  }
}

.program__episode-age {
  font-size: 13px;
  width: 18px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .program__episode-age {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 7px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .program__episode-age {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 11px;
    width: 25px;
  }
}

.program__episode-desc {
  font-size: 0.75rem;
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .program__episode-desc {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.program__episode--starting .program__episode-desc {
  color: #000;
}

.program__episode--starting .program__episode-content {
  background-color: #fffde1;
}

.programs {
  overflow: hidden;
}

.programs .page-header__title {
  padding: 0 15px;
}

.programs-main {
  margin-top: -35px;
  margin-bottom: 13px;
  background-color: #dfdfdf;
}

.programs-main .owl-stage {
  padding-left: 0 !important;
}

.programs-main__item {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 10px 10px 15px;
  margin-bottom: -15px;
}

.programs-main__item:hover .programs-main__title {
  color: #0053a0;
}

.programs-main__item.hovered a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.programs-main__item.hovered .boxes__title {
  color: #0053a0;
}

.programs-main__tag {
  margin-top: 6px;
  font-size: 0.625rem;
  color: #0f6ae4;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.programs-main__title {
  margin: 2px 0 3px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
}

.programs-main__lead {
  font-size: 0.8125rem;
  color: #000;
  line-height: 1.54;
  max-height: 43px;
  overflow: hidden;
}

.programs-main .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.programs-main .owl-dots {
  display: none !important;
}

.programs-main .owl-prev {
  position: absolute;
  top: 60px;
  left: -50px;
  width: 40px;
  height: 92px;
  display: block;
}

.programs-main .owl-next {
  position: absolute;
  top: 60px;
  right: -50px;
  width: 40px;
  height: 92px;
  display: block;
}

.programs-category .owl-stage {
  padding-left: 0 !important;
}

.programs-category__item {
  position: relative;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 10px 10px 15px;
  display: block;
}

.programs-category__image img {
  height: auto;
}

@media (min-width: 1200px) {
  .programs-category__image img {
    height: 92px;
  }
}

.programs-category__category {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  color: #fff;
  font-weight: 900;
  z-index: 100;
  text-transform: uppercase;
  text-align: center;
}

.programs-category .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.programs-category .owl-dots {
  display: none !important;
}

.programs-category .owl-prev {
  position: absolute;
  top: 10px;
  left: -50px;
  width: 40px;
  height: 92px;
  display: block;
}

.programs-category .owl-next {
  position: absolute;
  top: 10px;
  right: -50px;
  width: 40px;
  height: 92px;
  display: block;
}

.programs-slider .owl-stage {
  padding-left: 0 !important;
}

.programs-slider .programs-main__item {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 10px 10px 25px 15px;
}

.programs-slider .programs-main__tag {
  margin-top: 6px;
  font-size: 0.6875rem;
  color: #0f6ae4;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.programs-slider .programs-main__title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin: 10px 0 4px;
}

.programs-slider .programs-main__lead {
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.43;
  max-height: 43px;
  overflow: hidden;
}

.programs-slider .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.programs-slider .owl-dots {
  display: none !important;
}

.programs-slider .owl-prev {
  position: absolute;
  top: 40px;
  left: -50px;
  width: 40px;
  height: 92px;
  display: block;
}

.programs-slider .owl-next {
  position: absolute;
  top: 40px;
  right: -50px;
  width: 40px;
  height: 92px;
  display: block;
}

.programs-slider__item {
  margin-bottom: 40px;
}

.programs-slider--video {
  padding-bottom: 10px;
}

.programs-slider--video .programs-main__item {
  padding: 10px 25px 10px 0;
}

.programs__title {
  padding: 0 15px;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 20px;
}

.programs__title:hover {
  color: #0053a0;
}

.programs__title-nohover:hover {
  color: #262626;
}

.programs__arrow {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .programs__arrow {
    position: relative;
    top: -2px;
  }
}

.programs__arrows {
  display: none;
}

.programs__image {
  position: relative;
  overflow: hidden;
  display: block;
}

.programs__image img {
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.programs__image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 768px) {
  .programs-main {
    position: relative;
    margin: -25px 0 20px;
  }
  .programs-main__item {
    padding-bottom: 40px;
  }
  .programs-category {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .programs .container-fluid {
    width: 1164px;
  }
  .programs__arrows {
    display: block;
  }
  .programs-main {
    margin-top: -20px;
    background-color: #dfdfdf;
  }
  .programs-main__tag {
    margin-top: 9px;
    font-size: 0.75rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  .programs-main__title {
    margin: 4px 0;
    font-size: 1.125rem;
  }
  .programs-main__lead {
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .programs-slider .programs-main__tag {
    margin-top: 10px;
    font-size: 0.75rem;
    letter-spacing: 0.7px;
  }
  .programs-slider .programs-main__item {
    margin-bottom: 0;
  }
  .programs-slider .disabled {
    display: none;
  }
  .programs-slider--video {
    padding-bottom: 10px;
  }
  .programs-category {
    margin: 40px 0;
  }
  .programs-category .icon-slider-programs-left,
  .programs-category .icon-slider-programs-right {
    top: 10px;
  }
  .programs .owl-next.disabled,
  .programs .owl-prev.disabled {
    display: none;
  }
}

.programs-video__box {
  position: relative;
}

.programs-video__box:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.programs-video__box:hover .boxes__title {
  color: #0053a0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.programs-video__box .boxes__content {
  width: 100%;
  min-height: 50px;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .programs-video__box .boxes__content {
    padding: 20px 0 10px;
    min-height: 55px;
  }
}

@media (min-width: 1200px) {
  .programs-video__box .boxes__content {
    padding: 16px 0 12px;
    min-height: 55px;
  }
}

.programs-video__box .boxes__content .boxes__title {
  font-size: 1rem;
  max-height: 65px;
}

@media (min-width: 768px) {
  .programs-video__box .boxes__content .boxes__title {
    font-size: 1.375rem;
  }
}

@media (min-width: 768px) {
  .programs-video__box .boxes__content .boxes__title {
    font-size: 1.125rem;
  }
}

.programs-video__photo {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.programs-video__photo img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .programs-video__photo .boxes__vid {
    width: 113px;
    height: 113px;
  }
  .programs-video__photo .boxes__vid i {
    width: 68px;
    height: 68px;
  }
}

.browsers {
  text-align: center;
  padding-top: 61px;
}

@media (max-width: 1200px) {
  .browsers {
    padding-top: 49px;
  }
}

@media (max-width: 768px) {
  .browsers {
    padding-top: 20px;
  }
}

.browsers__logo {
  margin-bottom: 49px;
}

@media (max-width: 1200px) {
  .browsers__logo {
    margin-bottom: 46px;
  }
}

@media (max-width: 768px) {
  .browsers__logo {
    display: none;
  }
}

.browsers__text-small {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .browsers__text-small {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .browsers__text-small {
    padding: 0 17px;
  }
}

.browsers__text-small a {
  color: #0f6ae4;
}

.browsers__text-big {
  font-size: 2.25rem;
  color: #000;
  font-weight: 900;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .browsers__text-big {
    font-size: 2.125rem;
  }
}

@media (max-width: 768px) {
  .browsers__text-big {
    font-size: 1.4375rem;
  }
}

.browsers__paragraph {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  width: 650px;
  margin: 0 auto 37px;
}

@media (max-width: 768px) {
  .browsers__paragraph {
    font-size: 1rem;
    width: 100%;
    padding: 0 17px;
  }
}

.browsers__btn {
  background-color: #0053a0;
  color: #fff;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  padding: 17px 0 17px 48px;
  width: 304px;
  margin: 0 auto;
  margin-bottom: 36px;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #0053a0;
  text-align: left;
  -webkit-transition: .3s;
  transition: .3s;
}

.browsers__btn i {
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .browsers__btn {
    font-size: 1.125rem;
    width: 275px;
    margin-bottom: 48px;
  }
}

.browsers__btn:hover {
  background: #fff;
  border: 1px solid #0053a0;
  color: #0053a0;
}

.browsers__btn:hover i {
  background-image: url(images/icons/arrow_right_darkblue.svg);
}

.browsers__support {
  font-size: 1.25rem;
  color: #cecece;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 768px) {
  .browsers__support {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.browsers__images img {
  margin-right: 33px;
  height: auto;
  width: 67px;
}

@media (max-width: 1200px) {
  .browsers__images img {
    margin-right: 14px;
  }
}

@media (max-width: 768px) {
  .browsers__images img {
    margin-right: 8px;
    width: 41px;
  }
}

.browsers__images img:last-child {
  margin-right: 0;
}

.error-404 {
  padding-top: 103px;
}

@media (max-width: 1200px) {
  .error-404 {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .error-404 {
    padding-top: 15px;
  }
}

.error-404__type {
  font-size: 4rem;
  color: #828282;
  font-weight: 900;
  opacity: .31;
}

.error-404__type span {
  opacity: .50;
}

@media (max-width: 1200px) {
  .error-404__type {
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .error-404__type {
    font-size: 3rem;
    margin-bottom: 19px;
  }
}

.error-404__not-found {
  font-size: 3rem;
  color: #0053a0;
  font-weight: 900;
  margin-bottom: 36px;
}

@media (max-width: 1200px) {
  .error-404__not-found {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .error-404__not-found {
    font-size: 1.25rem;
    margin-bottom: 19px;
  }
}

.error-404__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .error-404__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.error-404__emotion {
  font-size: 6.25rem;
  color: #0053a0;
  font-weight: 900;
  padding-right: 100px;
}

@media (max-width: 1200px) {
  .error-404__emotion {
    margin-bottom: 43px;
    padding-right: 0;
  }
}

.error-404__list {
  margin-bottom: 33px;
}

@media (max-width: 1200px) {
  .error-404__list {
    margin-bottom: 37px;
  }
}

.error-404__list-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .error-404__list-title {
    font-size: 1.625rem;
    text-align: center;
  }
}

.error-404__list ul {
  font-size: 1.25rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .error-404__list ul {
    font-size: 1.125rem;
  }
}

.error-404__list li {
  padding-left: 20px;
  position: relative;
}

.error-404__list li:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #263238;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.error-404__btn {
  background-color: #0053a0;
  color: #fff;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 900;
  padding: 17px 0 17px 21px;
  width: 304px;
  margin: 0 auto;
  margin-bottom: 36px;
  display: block;
  position: relative;
  border: 1px solid #0053a0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .error-404__btn {
    font-size: 1.125rem;
    width: 275px;
    margin-bottom: 48px;
  }
}

.error-404__btn:hover {
  background: #fff;
  border: 1px solid #0053a0;
  color: #0053a0;
}

.error-404__btn:hover i {
  background-image: url(images/icons/arrow_right_darkblue.svg);
}

.error-404__btn i {
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-calendary {
  margin: 20px 5px 27px;
}

@media (min-width: 768px) {
  .home-calendary {
    margin: 35px 0 40px;
  }
}

@media (min-width: 1200px) {
  .home-calendary {
    margin: 41px 0 55px;
  }
}

.home-calendary__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .home-calendary__tabs {
    margin: 16px 0 35px;
  }
}

@media (min-width: 1200px) {
  .home-calendary__tabs {
    margin: 0 0 25px;
  }
}

.home-calendary__tabs-tab {
  background-color: #ededed;
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0 15px 0;
  width: 100%;
  text-align: center;
  position: relative;
  margin-right: 9px;
}

.home-calendary__tabs-tab:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .home-calendary__tabs-tab {
    margin-right: 26px;
  }
}

@media (min-width: 1200px) {
  .home-calendary__tabs-tab {
    margin-right: 28px;
  }
}

.home-calendary__tabs-tab.active {
  background-color: #cd272b;
  color: #fff;
}

.home-calendary__tabs-tab.active:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #cd272b;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (min-width: 768px) {
  .home-calendary__tabs-tab.active:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #cd272b;
    bottom: -15px;
  }
}

.home-calendary__tabs-tab:hover {
  background-color: #cd272b;
  color: #fff;
  cursor: pointer;
}

.home-calendary__tabs-tab:hover:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #cd272b;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (min-width: 768px) {
  .home-calendary__tabs-tab:hover:after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid #cd272b;
    bottom: -15px;
  }
}

.home-calendary__list {
  margin: 0 7px 25px 7px;
}

.home-calendary__list-elem {
  border-bottom: 2px solid #e0e0e0;
}

@media (min-width: 768px) {
  .home-calendary__list-elem {
    border-width: 1px;
  }
}

@media (min-width: 1200px) {
  .home-calendary__list-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home-calendary__list-elem--empty {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-calendary__list-title {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin: 13px 0 10px 3px;
  padding-right: 5px;
  font-family: "PT Serif", serif;
}

@media (min-width: 768px) {
  .home-calendary__list-title {
    font-size: 1.25rem;
    width: 85%;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .home-calendary__list-title {
    margin: 20px 0 15px;
    width: 95%;
  }
}

.home-calendary__list-title--empty {
  font-weight: 400;
  text-align: center;
  padding-right: 0;
}

.home-calendary__list-title a {
  color: #000;
}

.home-calendary__list-title a:hover {
  color: #cd272b;
}

.home-calendary__list-button {
  cursor: pointer;
  font-size: 0.875rem;
  color: #cd272b;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 0 0px 12px;
  width: 150px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  float: right;
}

@media (min-width: 768px) {
  .home-calendary__list-button {
    width: 250px;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    padding: 0 0 20px;
  }
}

@media (min-width: 1200px) {
  .home-calendary__list-button {
    font-size: 0.75rem;
    color: #cd272b;
    font-weight: 900;
    letter-spacing: .7px;
    width: 15%;
    padding: 3px 0;
    padding-top: 11px;
    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;
  }
}

.home-calendary__list-button span {
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .home-calendary__list-button span {
    margin-right: 10px;
  }
}

.home-calendary__list-button .arrow-button {
  display: inline-block;
}

@media (min-width: 768px) {
  .home-calendary__list-button .arrow-button {
    width: 10px;
    height: 17px;
  }
}

@media (min-width: 1200px) {
  .home-calendary__list-button .arrow-button {
    width: 5px;
    height: 10px;
  }
}

.home-calendary .clear {
  clear: both;
}

.home-calendary .show {
  display: block;
}

.home-calendary .hide {
  display: none;
}

.home-calendary .remove {
  display: none;
}

.timeline {
  font-family: "PT Serif", serif;
}

.timeline .page-header {
  background: #5b6d76;
  padding: 10px 0;
  margin-bottom: 23px;
}

.timeline .page-header__title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.timeline__lead {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 40px;
}

.timeline__date {
  font-size: 1.25rem;
  color: #5b6d76;
  padding-left: 16px;
}

.timeline__date:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #cd272b;
  top: 7px;
}

.timeline__box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 45px;
  border: 2px solid #e3e3e3;
  background: #fff;
  padding: 19px 15px 25px;
}

.timeline__box:after {
  display: block;
  position: absolute;
  content: "";
  width: 31px;
  height: 34px;
  background: #cd272b;
  top: -5px;
  left: -5px;
  z-index: -1;
}

.timeline .boxes__photo {
  width: 100%;
  margin-bottom: 16px;
}

.timeline .boxes__photo:hover img {
  -webkit-transform: none;
          transform: none;
}

.timeline .boxes__content {
  width: 100%;
  padding-left: 0;
}

.timeline .boxes__title {
  font-size: 1rem;
  color: #263238;
  font-weight: 700;
  max-height: 75px;
  padding-bottom: 2px;
  margin-bottom: 18px;
}

.timeline__desc {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #263238;
  font-weight: 400;
  margin-top: 16px;
  overflow: hidden;
}

.timeline__btn {
  font-family: "Lato", sans-serif;
  width: 120px;
  display: inline-block;
  font-size: 0.75rem;
  color: #cd272b;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 25px;
  float: right;
  letter-spacing: 0.7px;
}

.timeline .arrow-button {
  display: inline-block;
  margin-left: 10px;
}

.timeline__digital-text {
  margin-top: 10px;
}

.timeline__digital-text, .timeline__digital-source {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  color: #414141;
  line-height: 1.5;
}

.timeline .article__introduce {
  font-size: 0.875rem;
  color: #263238;
  font-weight: 700;
  margin-top: 12px;
}

.timeline__subtitle {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
  line-height: 1.71;
  margin-top: 31px;
}

.timeline .article__paragraph {
  border-width: 0;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.71;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .timeline .page-header {
    padding: 23px 0;
    margin-bottom: 29px;
  }
  .timeline .page-header__title {
    font-size: 2.5rem;
  }
  .timeline__lead {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 72px;
  }
  .timeline__date {
    font-size: 2.8125rem;
    padding-left: 45px;
  }
  .timeline__date:after {
    width: 20px;
    height: 20px;
    top: 20px;
  }
  .timeline__box {
    margin-top: 36px;
    margin-bottom: 72px;
    border: 4px solid #e3e3e3;
    padding: 25px 35px 55px;
  }
  .timeline__box:after {
    display: block;
    position: absolute;
    content: "";
    width: 61px;
    height: 83px;
    top: -10px;
    left: -10px;
  }
  .timeline .boxes__title {
    font-size: 2.1875rem;
    max-height: 83px;
    padding-bottom: 2px;
    margin-bottom: 34px;
  }
  .timeline .article__introduce {
    font-size: 1.5rem;
  }
  .timeline__desc {
    font-size: 1.25rem;
    margin-top: 14px;
  }
  .timeline__btn {
    float: none;
    margin-top: 31px;
  }
  .timeline__subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  .timeline .page-header {
    padding: 20px 0;
  }
  .timeline .page-header__title {
    font-size: 2.8125rem;
  }
  .timeline__lead {
    margin-bottom: 51px;
  }
  .timeline__wrapper {
    position: relative;
  }
  .timeline__wrapper:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    height: calc(100% - 45px);
    width: 3px;
    background: #dfdfdf;
  }
  .timeline__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .timeline__boxes a {
    width: 100%;
  }
  .timeline__date {
    font-size: 2.8125rem;
    padding-left: 27px;
    padding-top: 48px;
    margin-right: 45px;
  }
  .timeline__date:after {
    top: 70px;
    left: -8px;
    z-index: 1;
  }
  .timeline__box {
    margin-top: 0;
    margin-bottom: 46px;
    padding: 20px 35px 25px;
  }
  .timeline .boxes__title {
    max-height: 91px;
    padding-bottom: 2px;
    margin-bottom: 20px;
  }
  .timeline figcaption {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
  }
}

.home__timeline .timeline__boxes {
  margin-top: 21px;
}

.home__timeline .timeline__box {
  margin: 11px 0 15px;
}

.home__timeline .boxes__photo {
  width: 30%;
  display: inline-block;
  margin-bottom: 0;
}

.home__timeline .boxes__title {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  margin-bottom: 0;
  max-height: 100%;
}

.home__timeline .boxes__title--large {
  width: 95%;
  padding-left: 0;
}

.home__timeline .timeline__btn, .home__timeline .timeline__more {
  display: none;
}

@media (min-width: 768px) {
  .home__timeline .timeline__boxes {
    margin-top: 45px;
  }
  .home__timeline .timeline__box {
    margin: 33px 0 25px;
    padding-top: 45px;
  }
  .home__timeline .timeline__btn {
    display: block;
    float: right;
    font-size: 1.5rem;
    width: 240px;
  }
  .home__timeline .arrow-button {
    width: 9px;
    height: 18px;
    margin-left: 15px;
  }
  .home__timeline .boxes__title {
    padding-left: 32px;
    font-size: 1.75rem;
  }
  .home__timeline .timeline__desc {
    font-size: 1.5rem;
  }
  .home__timeline .boxes__title--large {
    padding-left: 0;
  }
  .home__timeline .timeline__more {
    display: block;
    font-family: "Lato", sans-serif;
    width: 272px;
    height: 63px;
    display: inline-block;
    font-size: 1.5rem;
    color: #cd272b;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 75px;
    margin-bottom: 50px;
    float: right;
    letter-spacing: 0.6px;
    border: 2px solid #cfd2d4;
    margin-right: 50px;
    padding-top: 14px;
    text-align: center;
  }
  .home__timeline .timeline__more .arrow-button {
    width: 10px;
    height: 18px;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .home__timeline .timeline__boxes {
    margin-top: 10px;
  }
  .home__timeline .timeline__wrapper:after {
    top: 9px;
    height: calc(100% - 28px);
  }
  .home__timeline .boxes__photo--color {
    position: relative;
    z-index: 1;
    left: -13px;
    margin-bottom: 8px;
  }
  .home__timeline .boxes__photo {
    width: 35%;
  }
  .home__timeline .boxes__photo--grey {
    position: absolute;
    top: 16px;
    left: 15px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.37;
  }
  .home__timeline .timeline__box:hover .boxes__photo--color {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  .home__timeline .timeline__box {
    height: 194px;
    padding: 10px 15px;
    margin: 0 0 20px;
  }
  .home__timeline .boxes__title {
    width: 64%;
    font-size: 1.5625rem;
    padding-left: 15px;
    max-height: 60px;
  }
  .home__timeline .boxes__title--large {
    width: 95%;
    padding-left: 0;
  }
  .home__timeline .timeline__desc {
    width: 64%;
    font-size: 0.875rem;
    max-height: 50px;
    position: absolute;
    right: 0;
    bottom: 60px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .home__timeline .timeline__desc--large {
    width: 95%;
    position: relative;
    left: 0;
    bottom: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .home__timeline .timeline__btn {
    font-size: 0.75rem;
    position: absolute;
    bottom: 25px;
    left: 314px;
  }
  .home__timeline .timeline__btn--large {
    position: relative;
    left: 0;
    float: none;
    display: inline-block;
  }
  .home__timeline .arrow-button {
    width: 4px;
    height: 9px;
    margin-left: 10px;
  }
  .home__timeline .timeline__more {
    width: 155px;
    height: 41px;
    display: block;
    float: none;
    margin: 45px auto 64px;
    font-size: 0.75rem;
    padding-top: 12px;
  }
  .home__timeline .timeline__more .arrow-button {
    width: 5px;
    height: 10px;
    margin-left: 11px;
  }
}

@media (min-width: 1580px) {
  .home__timeline .boxes__title {
    line-height: 1.2;
  }
}

.player-video-container {
  min-height: 240px;
}

@media (min-width: 480px) {
  .player-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    min-height: unset;
  }
  .vue-player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #000000;
  }
  .vue-player > div {
    height: 100%;
    width: 100%;
  }
}

/*--------- HACKS ---------*/
/*@import "hacks/boxheight";*/
/*--------- ASSETS ---------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
