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

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

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

.clearfix:after {
  clear: both;
}

/*how use*/
/*.container-box {
  @extend %clearfix;
}*/
/*z-index*/
/*how use*/
/*
.navigation {
  @include z(nav);
}
*/
/*pseudoelements*/
/*how use*/
/*
section:after {
    @include ps;
}
*/
/*fonts*/
/*how use*/
/*
p { 
  @include font(1rem, white, 700 , 1.22)
}
*/
/*gradient*/
/*how use*/
/*
div {
  @include gradient(#000, #303030, hor);
}
*/
/*Centering vertically and horizontally*/
/*how use*/
/*
div{
  @include vert;
}
*/
/*Arrow in css*/
/*how use*/
/*
div {
   @include arrow(left, 30px, #000);
}
*/
/*how use*/
/*div.logo {
  background: url("logo.png") no-repeat;
  @include image-2x("logo2x.png", 100px, 25px);
}*/
/*opacity*/
/*how use*/
/*div.logo {
  @include opacity(0.8);
}*/
/*truncate*/
/*@mixin icon-show-more{
    width: 14px;
    height: 9px;
    object-fit: contain;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    float: right;
    margin-top: 4px;
    margin-left: 10px;
}*/
.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;
}

@media (min-width: 1200px) {
  .connect-modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.opacity-gradient {
  background-image: linear-gradient(211deg, #2b1889, #70a2f0);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

.opacity0 {
  opacity: 0;
}

.fixed {
  position: fixed !important;
  top: 70px !important;
  left: auto !important;
  margin-left: 0 !important;
}

.w100 {
  width: 100%;
}

/*------------------------
          LAYOUT
------------------------*/
.full-width-layout {
  width: 100%;
  position: relative;
}

.full-width-layout .opacity-gradient {
  display: none;
}

@media (min-width: 1200px) {
  .full-width-layout .opacity-gradient {
    width: 50%;
    display: block;
    height: 100%;
    z-index: 2;
  }
}

.full-width-layout .opacity-bg {
  display: none;
}

@media (min-width: 1200px) {
  .full-width-layout .opacity-bg {
    width: 50%;
    height: 100%;
    display: block;
    padding-bottom: 60px;
    background-image: url("images/most_faq.jpg");
    position: absolute;
    background-size: auto;
    background-position: center;
    z-index: 1;
  }
}

.full-width-layout .layout--half {
  padding: 0;
}

@media (min-width: 1200px) {
  .full-width-layout .layout--inside {
    display: none;
  }
}

.layout {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.layout--absolute {
  position: absolute;
  z-index: 2;
}

@media (min-width: 992px) {
  .layout--absolute {
    top: 80px;
  }
}

.button {
  position: relative;
  width: 220px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.1px;
  color: #3085eb;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
  border: 1px solid #fff;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .button {
    margin-top: 50px;
    font-size: 21px;
  }
}

.button__content {
  position: absolute;
  left: 3px;
  top: 4px;
  width: 220px;
  padding: 18px;
  height: 64px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (min-width: 768px) {
  .button__content {
    padding: 20px;
    left: 4px;
    top: 7px;
  }
}

.button i {
  width: 21px;
  height: 11px;
  background-image: url("images/icons/arrow-blue-right.png");
  background-size: cover;
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.button:hover {
  cursor: pointer;
}

.button:hover .button__content {
  top: 0;
  left: -1px;
}

.button:hover i {
  margin-left: 10px;
}

.button-video {
  position: relative;
  width: 220px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.24;
  letter-spacing: -0.1px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  text-align: right;
  padding: 18px 40px 18px 0;
}

@media (min-width: 768px) {
  .button-video {
    margin-top: 50px;
    font-size: 21px;
    padding: 20px 40px 20px 0;
  }
}

.button-video__content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 5px;
  top: 5px;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.button-video__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 4px;
  background: #fff;
}

.button-video__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 3px;
  background: #fff;
}

.button-video i {
  width: 22px;
  height: 22px;
  background-image: url("images/icons/playicon.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-video:hover {
  cursor: pointer;
}

.button-video:hover .button-video__content {
  top: 1px;
  left: 1px;
}

.button-video:hover .button-video__content:before {
  width: 0;
}

.button-video:hover .button-video__content:after {
  height: 0;
}

/*--------- GRID ---------*/
/*--------- 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
21px - 1.3125rem
22px - 1.375rem
24px - 1.5rem
26px - 1.625rem
28px - 1.75rem
30px - 1.875rem
32px - 2rem
34px - 2.125rem
36px - 2.25rem
40px - 2.5rem
42px - 2.625rem
48px - 3rem
64px - 4rem
70px - 4.375rem
72px - 4.5rem
*/
body, button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
}

.search {
  background: #fff;
  padding: 35px 0;
}

@media (min-width: 992px) {
  .search {
    padding: 48px 0;
  }
}

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

.search__content-close {
  cursor: pointer;
}

.search__content-close img {
  width: 25px;
}

@media (min-width: 992px) {
  .search__content-close img {
    width: 35px;
  }
}

.search__title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .search__title {
    font-size: 2.25rem;
  }
}

.search__prompt {
  -webkit-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .search__prompt {
    font-size: 1.25rem;
    margin-bottom: 45px;
  }
}

.search__prompt.hide {
  visibility: hidden;
}

.search input {
  width: 100%;
  font-size: 1.4rem;
  color: #3F2F93;
  font-weight: 400;
  border-bottom: 2px solid #3F2F93;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  outline: 0;
  padding-bottom: 10px;
  position: relative;
}

.search input::-ms-clear {
  display: none;
}

@media (min-width: 992px) {
  .search input {
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .search input {
    font-size: 2.25rem;
    font-weight: 600;
  }
}

.search input:focus {
  outline: 0;
}

.search-input__container {
  position: relative;
}

.search-input__container .search-icon {
  position: absolute;
  cursor: pointer;
  right: 0;
  width: 50px;
  height: calc(100% - 10px);
  background-image: url(/templates/xhtml/br.tvp.pl/static/images/icons/lupka-search.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  bottom: 10px;
  content: "";
}

@media (min-width: 1200px) {
  .search-input__container .search-icon {
    background-size: 70%;
  }
}

.search-input__container .search-alert {
  top: 45px;
  position: absolute;
  font-size: 0.9375rem;
  color: #ca0000;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .search-input__container .search-alert {
    top: 65px;
  }
}

.searchJs {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -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);
}

nav {
  position: absolute;
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid rgba(230, 230, 230, 0.17);
  padding-bottom: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  nav {
    padding-bottom: 31px;
  }
}

nav.main-page {
  border-bottom: 1px solid transparent;
}

nav.sticky {
  position: fixed;
  background-image: url("images/menu-beam-1.png");
  z-index: 100;
  -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);
  padding-bottom: 10px;
}

nav.sticky .nav__content {
  margin-top: 10px;
}

nav.sticky.nav--bg {
  padding-top: 0;
}

.nav__spacer {
  height: 70px;
  width: 100%;
}

.nav__spacer--bg {
  height: 88px;
}

.nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .nav__content {
    margin-top: 30px;
  }
}

.nav__hamburger {
  display: block;
  height: 34px;
}

@media (min-width: 1200px) {
  .nav__hamburger {
    display: none;
  }
}

@media (min-width: 1200px) {
  .nav__elems {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 70%;
  }
}

.nav__list {
  display: none;
}

@media (min-width: 1200px) {
  .nav__list {
    display: block;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .nav__list-link {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-right: 30px;
  }
}

.nav__list-link.active {
  font-weight: 600;
}

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

@media (min-width: 1200px) {
  .nav__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25%;
  }
}

.nav__logo-img {
  width: 220px;
}

@media (min-width: 992px) {
  .nav__logo-img {
    width: 245px;
  }
}

.nav__separator {
  display: none;
  width: 2px;
  height: 24px;
  border-right: 2px solid #aeaeae;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 1200px) {
  .nav__separator {
    display: block;
  }
}

.nav__search {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .nav__search {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 4%;
    text-align: right;
    padding-top: 1px;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin-top: 2px;
  }
}

.nav__search img {
  width: 26px;
}

@media (min-width: 1200px) {
  .nav__search img {
    width: 20px;
  }
}

.nav--bg {
  background-image: linear-gradient(267deg, #2b1889, #70a2f0);
  padding-bottom: 25px;
  padding-top: 25px;
}

.nav--bg .nav__content {
  margin-top: 0;
}

.nav-logo-lang__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .nav-logo-lang__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 25%;
  }
  .nav-logo-lang__wrapper .nav__logo {
    width: auto;
  }
}

.nav__switch-lang {
  display: none;
}

@media (min-width: 1200px) {
  .nav__switch-lang {
    display: block;
    position: absolute;
    left: 270px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 25px;
    width: 50px;
    border-left: 1px solid #fff;
    cursor: pointer;
  }
}

.nav__switch-lang .nav-lang {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  font-size: 0.875rem;
}

.nav__switch-lang .nav-lang:nth-child(1) {
  z-index: 1;
}

.nav__switch-lang .nav-lang:nth-child(2) {
  opacity: 0;
}

.nav__switch-lang .nav-lang a {
  color: #fff;
}

.nav__switch-lang .nav-lang-arrow {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  width: 8px;
  height: 4px;
  max-width: inherit;
  position: absolute;
  left: 41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.nav__switch-lang .show-lang {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 1 !important;
  top: 150%;
}

.nav__switch-lang .arrow-rotate {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/*Menu hamburger*/
/* Menu icon styles */
.menu-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  pointer-events: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.menu-icon-wrapper.scaled {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.menu-icon-wrapper svg {
  position: absolute;
  top: -33px;
  left: -33px;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
  stroke: #fff;
  stroke-width: 35px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
  outline: none;
}

.dummy {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  top: 45px;
  width: 100%;
  height: auto;
  background: #fff;
}

.dummy--active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  height: auto;
  width: 100%;
  position: absolute;
  background: #fff;
  width: calc(100% + 40px);
  text-align: left;
  left: -20px;
  top: 60px;
  -webkit-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.dummy__link {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0 15px 40px;
  font-size: 1rem;
  color: #2A2B2D;
  font-weight: 400;
  letter-spacing: 1.1px;
}

@media (min-width: 992px) {
  .dummy__link {
    font-size: 1.25rem;
  }
}

.dummy__link:hover {
  color: #3F2F93;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .effect a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .effect a {
    overflow: hidden;
    padding: 0 4px;
    height: 21px;
  }
  .effect a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .effect a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .effect a span:last-of-type::before {
    width: 103%;
  }
  .effect a:hover span,
  .effect a:focus span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.footer-top {
  position: relative;
  background-image: url("images/stopka_obrazek.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1200px) {
  .footer-top {
    background-size: 100%;
  }
  .footer-top .layout {
    padding-left: 54px;
  }
}

@media (min-width: 1200px) {
  .footer-top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
}

.footer-top__container:first-of-type {
  position: relative;
}

@media (min-width: 1200px) {
  .footer-top__container:first-of-type:before {
    content: '';
    height: 180px;
    width: 1px;
    position: absolute;
    top: 40px;
    background: #fff;
    opacity: .38;
    right: -85px;
  }
}

.footer-top__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  line-height: 0.96;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer-top__title {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.footer-top__desc {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.26;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-top__desc {
    font-size: 1.5rem;
    text-align: left;
  }
}

.footer-top__desc--width {
  max-width: 330px;
  margin: 0 auto 30px;
}

@media (min-width: 992px) {
  .footer-top__desc--width {
    line-height: 42px;
    margin-left: 70px;
  }
}

@media (min-width: 1200px) {
  .footer-top__desc--width {
    line-height: 35px;
    margin-bottom: 45px;
    max-width: 100%;
    margin-left: 0;
  }
}

.footer-top__contact {
  margin-top: 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .footer-top__contact {
    padding-bottom: 50px;
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact-content {
    margin-left: 120px;
    width: 100%;
  }
}

.footer-top__contact-link {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  margin-left: 50px;
}

.footer-top__contact-link:first-child {
  margin-bottom: 23px;
  display: block;
}

@media (min-width: 1200px) {
  .footer-top__contact-link:first-child {
    margin-bottom: 0;
    margin-right: 90px;
  }
}

@media (min-width: 992px) {
  .footer-top__contact-link {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact-link {
    font-size: 2.25rem;
    padding-left: 40px;
  }
}

.footer-top__contact-action {
  margin-bottom: 40px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .footer-top__contact-action {
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact-action {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .footer-top__contact-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 60px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact-columns {
    display: block;
    margin: 60px 0;
    position: relative;
  }
}

.footer-top__contact--phone {
  position: relative;
}

.footer-top__contact--phone::before {
  content: '';
  width: 22px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: -50px;
  background-image: url("images/icons/smartphone.svg");
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .footer-top__contact--phone::before {
    left: 20%;
    width: 25px;
    height: 37px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact--phone::before {
    left: -40px;
    width: 30px;
    height: 45px;
  }
}

.footer-top__contact--mail {
  position: relative;
  display: block;
}

.footer-top__contact--mail::before {
  content: '';
  width: 48px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: -64px;
  background-image: url("/templates/xhtml/br.tvp.pl/static/images/icons/envelope.svg");
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .footer-top__contact--mail::before {
    left: 16%;
    width: 56px;
    height: 23px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact--mail::before {
    left: -60px;
    width: 69px;
    height: 30px;
    top: 24px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact--mail {
    margin-top: -1px;
  }
}

.footer-top__contact-btn--desktop {
  display: none;
}

.footer-top__contact-btn--mobile {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .footer-top__contact-btn--mobile {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact-btn {
    position: relative;
    margin-left: 40px;
  }
  .footer-top__contact-btn--desktop {
    display: block;
    margin-left: 100px;
  }
  .footer-top__contact-btn--mobile {
    display: none;
  }
}

.footer-top__contact .button {
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .footer-top__contact .button {
    width: 380px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact .button {
    width: 230px;
    height: 64px;
  }
}

@media (min-width: 992px) {
  .footer-top__contact .button i {
    position: absolute;
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .footer-top__contact .button i {
    right: 20px;
  }
}

@media (min-width: 992px) {
  .footer-top__contact .button__content {
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .footer-top__contact .button__content {
    width: 230px;
    height: 64px;
  }
}

.footer-top .slogan {
  padding-left: 0;
  text-align: center;
  max-width: 100%;
}

.footer-top .slogan span {
  display: none;
}

@media (min-width: 992px) {
  .footer-top .slogan {
    text-align: left;
    padding-left: 70px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer-top .slogan {
    padding: 40px 0 35px 100px;
  }
  .footer-top .slogan span {
    display: block;
    top: 73px;
    width: 95px;
    left: -35px;
  }
}

.footer-bottom {
  padding-top: 25px;
  position: relative;
}

@media (min-width: 992px) {
  .footer-bottom {
    padding: 60px 0 100px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom {
    padding: 50px 0 0;
  }
}

@media (min-width: 992px) {
  .footer-bottom__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom__columns {
    margin-bottom: 0;
  }
}

.footer-bottom__copyright {
  font-size: 1rem;
  color: #272727;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1;
  margin-bottom: 15px;
  padding-top: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-bottom__copyright {
    font-size: 1.1rem;
    padding-top: 0;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom__copyright {
    font-size: 1.125rem;
  }
}

.footer-bottom__consents {
  display: none;
}

@media (min-width: 992px) {
  .footer-bottom__consents {
    display: unset;
  }
}

.footer-bottom__only-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  color: #262626;
}

@media (min-width: 992px) {
  .footer-bottom__only-mob {
    display: none;
  }
}

.footer-bottom__menu {
  margin-bottom: 60px;
  padding: 25px 0;
  background: #DADADA;
  margin: 0 -20px;
}

@media (min-width: 992px) {
  .footer-bottom__menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding: 0 80px 0 0;
    background: transparent;
    width: 70%;
  }
}

.footer-bottom__menu-link {
  display: block;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 992px) {
  .footer-bottom__menu-link {
    background: none;
    border-bottom: 0;
    text-align: left;
  }
}

.footer-bottom__menu-elems {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media (min-width: 992px) {
  .footer-bottom__menu-elems {
    height: 100%;
    opacity: 1;
  }
}

.footer-bottom__menu-elems a {
  color: transparent;
}

@media (min-width: 992px) {
  .footer-bottom__menu-elems a {
    color: #000;
  }
}

.footer-bottom__menu-elems.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  line-height: 40px;
  margin: 0 0 15px;
  height: 100%;
  opacity: 1;
}

.footer-bottom__menu-elems.show .footer-bottom__menu-elem {
  color: #262626;
}

@media (min-width: 992px) {
  .footer-bottom__menu-elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-bottom__menu-elem:first-child {
  display: none;
}

@media (min-width: 992px) {
  .footer-bottom__menu-elem:first-child {
    display: block;
  }
}

@media (min-width: 992px) {
  .footer-bottom__menu-elem {
    font-size: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom__menu-elem {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .footer-bottom__menu-elem--bold {
    font-weight: 700;
  }
}

.footer-bottom__menu-click {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  line-height: 1.43;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .footer-bottom__menu-click {
    display: none;
  }
}

.footer-bottom__socials {
  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: 40%;
  background: #fff;
  border-radius: 4px;
  padding: 8px 0;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .footer-bottom__socials {
    display: block;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background: transparent;
    padding: 0;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .footer-bottom__socials {
    padding: 0 0 140px;
  }
}

.footer-bottom__socials-link {
  margin-right: 30px;
}

.footer-bottom__socials-link:last-child {
  margin-right: 0;
}

.footer-bottom__socials-img {
  height: 20px;
  width: auto;
}

@media (min-width: 1200px) {
  .footer-bottom__socials-img {
    height: 17px;
  }
}

/*--------- PAGES ---------*/
.header {
  position: relative;
}

.header__wrapper {
  width: 100%;
  overflow: hidden;
  cursor: move;
}

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

@media (min-width: 768px) {
  .header__links {
    overflow-x: auto;
  }
}

.header__bg {
  background-image: url(images/page-bg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(100% + 70px);
}

.header__title {
  padding: 50px 0 25px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.21;
  color: #fff;
  position: relative;
}

@media (min-width: 992px) {
  .header__title {
    font-size: 2.5rem;
  }
}

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

.header__link {
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid transparent;
}

@media (min-width: 992px) {
  .header__link {
    margin-right: 70px;
  }
}

.header__link.active {
  border-bottom: 1px solid #88c6ff;
}

.header__link:hover {
  cursor: pointer;
  border-bottom: 1px solid #88c6ff;
}

.header__icon {
  width: 63px;
  height: 53px;
  background-size: contain;
  background-position: center center;
  display: inline-block;
}

.header__icon1 {
  width: 100%;
  height: 60px;
  background-position: top center;
  background-image: url(images/icons/monitor.svg);
  display: inline-block;
  background-repeat: no-repeat;
}

.header__icon2 {
  width: 66px;
  height: 53px;
  background-size: contain;
  background-position: center center;
  background-image: url(images/icons/laptop.svg);
  display: inline-block;
  position: relative;
  top: -7px;
  background-repeat: no-repeat;
}

.header__space {
  padding: 0 0 40px;
}

@media (min-width: 1200px) {
  .header__space {
    padding: 0 0 19px;
  }
}

.header__sublinks {
  -webkit-box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
          box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
}

@media only screen and (max-device-width: 768px) {
  .header__sublinks {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.header__sublinks-content {
  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: wrap;
      flex-wrap: wrap;
}

.header__sublinks-content .active::after {
  position: absolute;
  bottom: 0;
  left: 49%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  width: 70%;
  height: 2px;
  background: #9BC2FF;
  content: '';
}

@media (min-width: 768px) {
  .header__sublinks-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media only screen and (max-device-width: 768px) {
  .header__sublinks-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.header__sublinks a {
  font-size: 0.875rem;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0 24px 20px;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .header__sublinks a::before {
    width: 1px;
    content: '';
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    position: absolute;
    background: #e6e6e6;
  }
}

.header__sublinks a:hover::after {
  position: absolute;
  bottom: 0;
  left: 49%;
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
  width: 70%;
  height: 2px;
  background: #9BC2FF;
  content: '';
}

@media (min-width: 768px) {
  .header__sublinks a {
    padding: 23px 24px;
  }
}

@media only screen and (max-device-width: 768px) {
  .header__sublinks a {
    padding: 24px;
  }
}

.header__sublinks a:first-child::before {
  content: none;
}

@media (min-width: 768px) {
  .header__sublinks a:first-child {
    margin-left: -24px;
  }
}

@media only screen and (max-device-width: 768px) {
  .header__sublinks a:first-child {
    margin-left: -24px;
  }
}

@media (min-width: 768px) {
  .header__sublinks a:last-child {
    border-right: 0;
  }
}

@media only screen and (max-device-width: 768px) {
  .header__sublinks a:last-child {
    border-right: 0;
  }
}

.page__menu {
  -webkit-box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
          box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
  margin: 0 -20px;
  padding: 0 20px;
  z-index: 10;
  background: #fff;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .page__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    margin-left: 20px;
    padding: 20px 0;
    margin-top: 30px;
  }
}

@media only screen and (max-device-width: 768px) {
  .page__menu {
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 7px;
    padding: 0 20px 4px;
  }
}

.page__menu--link {
  display: inline-block;
  font-size: 1rem;
  color: #040303;
  font-weight: 400;
  line-height: 2.33;
  letter-spacing: 0.1px;
  margin-right: 50px;
  padding: 15px 0;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .page__menu--link {
    font-size: 1.875rem;
  }
}

.page__menu--link:last-child {
  margin-right: 0;
}

.page__menu--link.active {
  color: #0053a0;
}

@media (min-width: 768px) {
  .page__menu--link {
    display: block;
    font-size: 1.3125rem;
    color: #040303;
    font-weight: 300;
    line-height: 1.53;
    letter-spacing: 0.2px;
  }
}

@media (min-width: 992px) {
  .page__menu--link {
    display: block;
    font-size: 1.3125rem;
    color: #040303;
    font-weight: 300;
    letter-spacing: 0.2px;
  }
}

@media only screen and (max-device-width: 768px) {
  .page__menu--link {
    margin-left: 0px;
  }
}

.page__container {
  margin-top: 50px;
}

.page__container--margin {
  margin-top: 0;
}

@media (min-width: 992px) {
  .page__container--margin {
    margin-top: 50px;
  }
}

.page__container .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .page__container .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page__container .column .news-detail__socials-btn {
  width: 280px;
}

@media (min-width: 576px) {
  .page__container .column .news-detail__socials-btn {
    width: 300px;
  }
}

.page__container .column .news-detail__socials-btn:before {
  left: 30px;
}

.page__container .column .news-detail__socials-btn:first-child {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .page__container .column .news-detail__socials-btn:first-child {
    margin-bottom: 0;
  }
}

.page__item {
  padding-bottom: 40px;
  padding-top: 30px;
  -webkit-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.page__item a b font,
.page__item center a b,
.page__item p b a,
.page__item p a b {
  font-size: 1.1rem;
  color: #3085eb;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 0px;
  display: inline-block;
}

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

.page__item a b font,
.page__item center a b font,
.page__item p b a font,
.page__item p a b font {
  font-size: 1.1rem;
  color: #3085eb;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 0px;
  display: inline-block;
  font-family: 'Roboto';
}

.page__item img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .page__item .facebook-paragraph {
    border: 1px solid #979797;
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .page__item .facebook-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .page__item .facebook-paragraph div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .page__item .facebook-paragraph div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .page__item .facebook-paragraph .wiecej {
    background: #3F2F93;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .page__item .facebook-paragraph .wiecej {
    width: 145px;
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .page__item .facebook-paragraph span {
    font-size: 1.5rem;
    color: #979797;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {
  .page__item .facebook-paragraph span {
    margin-left: 10px;
    padding: 0;
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .page__item .facebook-paragraph iframe {
    height: 30px;
    width: 100%;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .page__item .facebook-paragraph iframe {
    width: 55%;
    padding-left: 0;
  }
}

.page__item:nth-child(even) {
  background-color: #F7F7F7;
}

.page__item:nth-child(even):hover {
  background-color: #fff;
}

.page__item:after {
  display: block;
  content: "";
  clear: both;
}

.page__item-layout {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.page__item-content {
  max-width: 720px;
  position: relative;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .page__item-content {
    padding-left: 90px;
    float: left;
    width: calc(100% - 291px);
    margin-left: 291px;
  }
}

@media (min-width: 1200px) {
  .page__item-content {
    margin-left: 381px;
  }
}

.page__item-content--float {
  float: none;
  padding-left: 0;
}

@media (min-width: 576px) {
  .page__item-content--float {
    padding-left: 40px;
  }
}

.page__item--line {
  width: 33px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 20px;
}

@media (min-width: 768px) {
  .page__item--line {
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .page__item--line {
    width: 90px;
    left: -30px;
  }
}

.page__item--logo {
  max-width: 190px;
  height: auto;
  position: relative;
  margin: 0 0 50px;
}

.page__item--title {
  font-size: 1.875rem;
  color: #000;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page__item--title {
    font-size: 2.25rem;
    color: #000;
    line-height: 1.28;
  }
}

.page__item--title-underline {
  position: relative;
  display: inline-block;
}

.page__item--title-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 5px;
}

.page__item--subtitle {
  font-size: 1.3125rem;
  color: #000;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .page__item--subtitle {
    font-size: 1.3125rem;
    color: #000;
    line-height: 1.29;
    letter-spacing: 0.1px;
  }
}

.page__item--subtitle a {
  display: inline-block;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  background: #3F2F93;
  padding: 18px 70px 18px 18px;
  position: relative;
}

.page__item--subtitle a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  border: 1px solid #3F2F93;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.page__item--subtitle a:after {
  content: '';
  position: absolute;
  top: 50%;
  background-image: url(images/icons/arrow-white.svg);
  right: 30px;
  background-size: 100%;
  display: inline-block;
  width: 22px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page__item--subtitle a:hover:before {
  top: 0;
  left: 0;
}

.page__item--link {
  display: inline-block;
  margin-top: 20px;
  float: right;
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .page__item--link {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.17;
    letter-spacing: 1px;
  }
}

.page__item--link.more {
  float: left;
  display: none;
  font-size: 1.1rem;
  color: #3085eb;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
}

.page__item--link.more span {
  width: 21px;
  height: 11px;
  display: inline-block;
  background-image: url("images/icons/arrow-blue-right.png");
  margin-left: 10px;
}

@media (min-width: 768px) {
  .page__item--link.more {
    display: inline-block;
  }
}

.page__item .fast-access__downloads {
  margin-left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .page__item .fast-access__downloads {
    width: 80%;
  }
}

.page__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .page__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page__items--box {
  margin-right: 10px;
  margin-bottom: 35px;
}

.page__items--box:nth-child(2) {
  margin-right: 0;
}

.page__items--box:nth-child(3) {
  display: none;
}

@media (min-width: 1024px) {
  .page__items--box {
    width: 33%;
  }
  .page__items--box:nth-child(2) {
    margin-right: 10px;
  }
  .page__items--box:nth-child(3) {
    display: block;
    margin-right: 0;
  }
}

.page__items--title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .page__items--title {
    font-size: 1.125rem;
    color: #000;
  }
}

.page__items--subtitle {
  font-size: 1.125rem;
  color: #B6B6B6;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.1px;
}

@media (min-width: 768px) {
  .page__items--subtitle {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.1px;
  }
}

.page__image {
  margin-bottom: 40px;
}

.page__image-source {
  font-size: 0.875rem;
  color: #262626;
  line-height: 1.5;
}

.page__video {
  margin-bottom: 40px;
}

.page__video--poster {
  position: relative;
}

.page__video-btn-play {
  width: 46px;
  height: 46px;
  background-color: rgba(7, 36, 77, 0.7);
  border: 1px solid #fff;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.page__video-btn-play iframe {
  background-color: #000;
  background-image: url(/templates/xhtml/br.tvp.pl/static/images/loaders/tail-spin.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.page__video-btn-play:hover {
  background-color: rgba(7, 36, 77, 0.9);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .page__video-btn-play {
    width: 95px;
    height: 95px;
  }
}

.page__video-btn-play:after {
  content: "";
  background-image: url(/templates/xhtml/br.tvp.pl/static/images/icons/triangle.svg);
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  background-size: 100%;
  width: 13px;
  height: 18px;
}

@media (min-width: 1200px) {
  .page__video-btn-play:after {
    width: 26px;
    height: 36px;
  }
}

.page__tv {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .page__tv {
    margin-bottom: 100px;
  }
}

.page__tv .brands__elems {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .page__tv .brands__elems {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.page__tv .brands__elem {
  padding: 0;
  width: 100%;
  min-height: auto;
  padding-bottom: 80px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .page__tv .brands__elem {
    width: calc(1/2*100% - (1 - 1/2)*10px);
  }
}

@media (min-width: 768px) {
  .page__tv .brands__elem {
    width: calc(1/3*100% - (1 - 1/3)*10px);
  }
}

@media (min-width: 992px) {
  .page__tv .brands__elem {
    padding-right: 10px;
    width: calc(1/5*100% - (1 - 1/5)*10px);
  }
}

@media (min-width: 992px) {
  .page__tv .brands__elem:nth-child(5n) {
    padding-right: 0;
  }
}

.page__tv .brands__elem.inactive {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.2;
}

.page__tv .brands__elem:hover {
  cursor: pointer;
}

.page__tv .brands__elem:hover.inactive {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.page__tv-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .page__tv-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

.page__tv-heading img {
  height: auto;
  width: 150px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .page__tv-heading img {
    width: auto;
    position: absolute;
    top: 8px;
    left: 0;
  }
}

.page__tv-heading p {
  font-size: 1.1rem;
  color: #000;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: 0.1px;
}

@media (min-width: 992px) {
  .page__tv-heading p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .page__tv-heading p {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .page__tv-container {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}

.page__tv-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  line-height: 1.21;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .page__tv-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .page__tv-title {
    font-size: 3rem;
  }
}

.page__tv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .page__tv-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .page__tv-consumers {
    width: 85%;
  }
}

.page__tv-consumers-source {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .page__tv-consumers-source {
    padding-left: 16px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .page__tv-consumers-source {
    padding-left: 5px;
  }
}

.page__tv-consumers .consumers__boxes {
  margin: 70px 0 40px;
}

@media (min-width: 1200px) {
  .page__tv-consumers .consumers__box {
    padding: 0 50px;
  }
  .page__tv-consumers .consumers__box:first-of-type {
    padding-left: 5px;
    padding-right: 30px;
  }
}

.page__tv-consumers .consumers__box-number {
  font-size: 3.5rem;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .page__tv-consumers .consumers__box-number {
    font-size: 9rem;
  }
}

.page__tv-consumers .consumers__box-number--small {
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .page__tv-consumers .consumers__box-number--small {
    font-size: 2.25rem;
    margin-top: -10px;
  }
}

.page__tv-consumers .consumers__box-desc {
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .page__tv-consumers .consumers__box-desc {
    font-size: 1.3125rem;
    margin-top: -10px;
  }
}

@media (min-width: 1200px) {
  .page__tv-download {
    width: 25%;
  }
}

.page__tv-download .fast-access__downloads {
  margin-left: 0;
  border-color: #e6e6e6;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
}

.page__tv-download .fast-access__downloads:last-child {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.page__tv-download .fast-access__downloads::before {
  content: none;
}

.page__tv-download .fast-access__downloads.active .fast-access__downloads-desc {
  display: block;
}

.page__tv-download .fast-access__downloads.active .fast-access__downloads-header {
  background: #fff;
  cursor: auto;
}

.page__tv-download .fast-access__downloads-header {
  padding: 23px 25px 20px;
  margin-bottom: 0;
  cursor: pointer;
  background: #F7F7F7;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.page__tv-download .fast-access__downloads-desc {
  padding-bottom: 40px;
  font-size: 1rem;
  padding-right: 0;
  padding-left: 25px;
  display: none;
}

.page__tv-download .fast-access__downloads-icon {
  margin-right: 15px;
  width: 30px;
}

.page__tv-download .fast-access__downloads-title h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page__tv-download .fast-access__downloads-title h2 {
    width: 100%;
  }
}

.page__tv-download .fast-access__downloads-title p {
  font-size: 1rem;
  padding-top: 5px;
}

.page__tv-download-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  line-height: 1.21;
  margin-bottom: 10px;
}

.page__tv-programs .news-content__boxes {
  margin: 0;
}

.page__tv-programs .news-content__box-title {
  margin-left: 0;
}

.page__tv-programs .news-content__box-title::before {
  content: none;
}

/*--------- MODULES ---------*/
.three-boxes {
  position: relative;
  overflow-x: scroll;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 992px) {
  .three-boxes {
    overflow-x: auto;
  }
}

.three-boxes__elems {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

@media (min-width: 992px) {
  .three-boxes__elems {
    margin: 50px 0 0;
  }
}

.three-boxes__elems:hover ~ .three-boxes__elems .three-boxes__elem-overlay {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.three-boxes__elems:hover .three-boxes__elem-overlay {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.three-boxes__elems:hover .three-boxes__elem:hover ~ .three-boxes__elem .three-boxes__elem-overlay {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.three-boxes__elems:hover .three-boxes__elem:hover .three-boxes__elem-overlay {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.three-boxes__elem {
  width: calc(1/2*100%);
  overflow: hidden;
  max-height: 400px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  background-position: center;
  background-size: cover;
  position: relative;
  -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;
  min-width: 245px;
}

@media (min-width: 992px) {
  .three-boxes__elem {
    min-width: auto;
    padding: 0 50px;
  }
}

.three-boxes__elem-title {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.1px;
  z-index: 1;
}

.three-boxes__elem-content {
  height: 120px;
  margin-bottom: 19px;
  z-index: 1;
  min-height: 120px;
  max-height: 120px;
}

.three-boxes__elem-content img {
  max-height: 100%;
  width: auto;
}

.three-boxes__elem-img {
  margin-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.three-boxes__elem-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.three-boxes__elem-gradient {
  position: absolute;
  width: 101%;
  height: 100%;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.three-boxes__elem-gradient--one {
  background-image: linear-gradient(204deg, #27568e, #400087);
}

.three-boxes__elem-gradient--two {
  background-image: linear-gradient(22deg, #278e78, #002087);
}

.three-boxes__elem-gradient--three {
  background-image: linear-gradient(24deg, #2b1889, #70a2f0);
}

.three-boxes__elem-gradient--four {
  background-image: linear-gradient(204deg, #27878e, #1b31d6);
}

.three-boxes__elem-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .100s ease-in-out, visibility 0s .100s;
  transition: all .100s ease-in-out, visibility 0s .100s;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #262626;
}

.three-boxes__elem.last .three-boxes__elem-content {
  margin-top: 25px;
}

@media (min-width: 942px) {
  .three-boxes__elem.last .three-boxes__elem-content {
    margin-top: 0px;
  }
}

.three-boxes .slogan {
  min-width: 600px;
}

.three-boxes::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.three-boxes::-webkit-scrollbar-track {
  background: #DADADA;
}

.three-boxes::-webkit-scrollbar-thumb {
  background: #979797;
}

.three-boxes::-webkit-scrollbar-thumb:hover {
  background: #979797;
}

@media only screen and (max-device-width: 992px) {
  .three-boxes::-webkit-scrollbar {
    width: inherit;
  }
  .three-boxes::-webkit-scrollbar-track {
    background: inherit;
  }
  .three-boxes::-webkit-scrollbar-thumb {
    background: inherit;
  }
  .three-boxes::-webkit-scrollbar-thumb:hover {
    background: inherit;
  }
}

.slogan {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.21;
  color: #2a2b2d;
  max-width: 800px;
  padding: 20px 0 30px 50px;
  position: relative;
}

@media (min-width: 992px) {
  .slogan {
    font-size: 2.5rem;
    padding: 70px 0 50px 70px;
  }
}

@media (min-width: 1200px) {
  .slogan {
    font-size: 3rem;
    padding: 50px 0 30px 75px;
  }
}

.slogan span {
  left: 0;
  top: 40px;
  width: 35px;
  position: absolute;
  height: 1px;
  background-color: #090808;
  display: block;
}

@media (min-width: 992px) {
  .slogan span {
    left: -10px;
    top: 95px;
    width: 60px;
  }
}

@media (min-width: 1200px) {
  .slogan span {
    top: 80px;
    width: 73px;
  }
}

.slogan--small span {
  width: 30px;
}

@media (min-width: 992px) {
  .slogan--small {
    font-size: 2.25rem;
  }
  .slogan--small span {
    left: 0;
    width: 46px;
    top: 92px;
  }
}

@media (min-width: 1200px) {
  .slogan--small span {
    top: 73px;
  }
}

.slogan--white {
  color: #fff;
}

.slogan--white span {
  background-color: #fff;
}

.slogan--bold {
  font-weight: 400;
}

.news {
  margin-bottom: 40px;
  position: relative;
}

.news__bg {
  background: #F3F3F3;
  position: absolute;
  width: 100%;
}

.news .boxes-big {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.news .boxes-big .box {
  width: 100%;
}

@media (min-width: 1200px) {
  .news .boxes-big .box {
    width: calc(1/2*100% - (1 - 1/2)*20px);
  }
}

.news .boxes-big .box-heading {
  font-size: 1.25rem;
  color: #000;
  font-weight: 500;
  line-height: 1.25;
  margin: 10px 0 20px;
}

@media (min-width: 992px) {
  .news .boxes-big .box-heading {
    margin: 20px 0 30px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .news .boxes-big .box-heading {
    margin: 20px 0 40px;
  }
}

.news .boxes-small {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

@media (min-width: 1200px) {
  .news .boxes-small {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.news .boxes-small .box {
  width: calc(1/2*100% - (1 - 1/2)*10px);
}

@media (min-width: 1200px) {
  .news .boxes-small .box {
    width: calc(1/4*100% - (1 - 1/4)*20px);
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .news .boxes-small .box:nth-child(4n) {
    margin-right: 0;
  }
}

.news .boxes-small .box-heading {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  line-height: 1.19;
  margin: 5px 0 10px;
}

@media (min-width: 992px) {
  .news .boxes-small .box-heading {
    font-size: 1.3125rem;
    margin: 14px 0 20px;
  }
}

@media (min-width: 1200px) {
  .news .boxes-small .box-heading {
    margin: 20px 0 48px;
  }
}

.news .boxes-small .box-overlay {
  height: 100%;
}

.news .box {
  position: relative;
  overflow: hidden;
}

.news .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #3F2F93;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.news .box-img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.news .box-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  display: block;
}

.news .box-heading {
  display: block;
  max-height: 75px;
  overflow: hidden;
  -webkit-transition: 0.3;
  transition: 0.3;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.news .box:hover .box-heading {
  color: #3F2F93;
}

.news .box:hover .box-img img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}

.news .box:hover .box-overlay {
  opacity: 0.7;
}

.img-placeholder {
  max-width: 100%;
  background-color: #d9d9d9;
  background: linear-gradient(115deg, #d9d9d9 0%, #d9d9d9 40%, #e0e0e0 50%, #d9d9d9 60%, #d9d9d9 100%);
  background-position: -100% 0;
  background-size: 200%;
  -webkit-animation: loading 3s infinite;
          animation: loading 3s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  padding-bottom: 55.9649%;
  width: 930px;
}

.news-detail__wrapper {
  max-width: 775px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .news-detail__wrapper {
    margin-bottom: 70px;
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .news-detail__wrapper {
    margin-bottom: 100px;
    margin-left: 135px;
  }
  .news-detail__wrapper .slogan {
    padding-left: 0;
  }
  .news-detail__wrapper .slogan span {
    width: 95px;
    left: -136px;
  }
}

.news-detail__image {
  position: relative;
}

.news-detail__img {
  margin-bottom: 40px;
  position: relative;
  max-width: 775px;
  width: 100%;
  height: 100%;
}

.news-detail__img img {
  cursor: pointer;
}

.news-detail__source {
  font-size: 0.875rem;
  color: #8c8c8c;
  font-weight: 400;
  margin-top: 7px;
  text-align: right;
  display: block;
  right: 0;
  position: absolute;
}

.news-detail__source--black {
  right: auto;
  left: 0;
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
}

.news-detail__paragraph {
  font-size: 1.3125rem;
  color: #000;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-detail__paragraph {
    font-size: 1.3125rem;
    color: #000;
    line-height: 1.29;
    letter-spacing: 0.1px;
  }
}

.news-detail__paragraph a b font,
.news-detail__paragraph center a b,
.news-detail__paragraph p b a,
.news-detail__paragraph p a b {
  font-size: 1.1rem;
  color: #3085eb;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
  display: inline-block;
}

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

.news-detail__paragraph a b font,
.news-detail__paragraph center a b font,
.news-detail__paragraph p b a font,
.news-detail__paragraph p a b font {
  font-size: 1.1rem;
  color: #3085eb;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
  display: inline-block;
}

.news-detail__paragraph img {
  cursor: pointer;
}

.news-detail__paragraph a {
  display: inline-block;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  background: #3F2F93;
  padding: 18px 70px 18px 18px;
  position: relative;
}

.news-detail__paragraph a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border: 1px solid #3F2F93;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.news-detail__paragraph a:after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url(images/icons/arrow-white.svg);
  right: 30px;
  background-size: 100%;
  display: inline-block;
  width: 22px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-detail__paragraph a:hover:before {
  top: 0;
  left: 0;
}

.news-detail__video {
  margin-bottom: 30px;
}

.news-detail__video--poster {
  position: relative;
  max-width: 775px;
}

.news-detail__video--poster > div {
  height: 244px;
}

@media (min-width: 480px) {
  .news-detail__video--poster > div {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.news-detail__video-btn-play {
  width: 46px;
  height: 46px;
  background-color: rgba(7, 36, 77, 0.7);
  border: 1px solid #fff;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.news-detail__video-btn-play:hover {
  background-color: rgba(7, 36, 77, 0.9);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .news-detail__video-btn-play {
    width: 95px;
    height: 95px;
  }
}

.news-detail__video-btn-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%);
  background-size: 100%;
  width: 13px;
  height: 18px;
}

@media (min-width: 1200px) {
  .news-detail__video-btn-play:after {
    width: 26px;
    height: 36px;
  }
}

.news-detail__video iframe {
  background-color: #000;
  background-image: url(/templates/xhtml/br.tvp.pl/static/images/loaders/tail-spin.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.news-detail__gallery {
  margin-bottom: 50px;
  position: relative;
  max-width: 775px;
}

.news-detail__gallery-content {
  position: relative;
  max-width: 775px;
}

.news-detail__gallery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.news-detail__gallery-image {
  width: calc(1 / 2 * 100%);
  margin-right: 10px;
}

@media (min-width: 576px) {
  .news-detail__gallery-image {
    width: calc(1 / 3 * 100%);
  }
}

@media (min-width: 768px) {
  .news-detail__gallery-image {
    width: calc(1 / 4 * 100%);
  }
}

.news-detail__gallery-image:nth-child(2) {
  display: none;
}

@media (min-width: 576px) {
  .news-detail__gallery-image:nth-child(2) {
    display: block;
  }
}

.news-detail__gallery-image:nth-child(3) {
  display: none;
}

@media (min-width: 768px) {
  .news-detail__gallery-image:nth-child(3) {
    display: block;
  }
}

.news-detail__gallery-more {
  width: calc(1 / 2 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ececec;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
}

@media (min-width: 576px) {
  .news-detail__gallery-more {
    width: calc(1 / 3 * 100%);
  }
}

@media (min-width: 768px) {
  .news-detail__gallery-more {
    width: calc(1 / 4 * 100%);
  }
}

.news-detail__gallery-more img {
  margin-right: 3px;
}

.news-detail__gallery-photos {
  text-align: center;
  margin-right: 7px;
}

.news-detail__gallery-number {
  font-size: 2.25rem;
  color: #8c8c8c;
  font-weight: 400;
  display: block;
}

.news-detail__gallery-see {
  font-size: 0.75rem;
  color: #8c8c8c;
  font-weight: 400;
  display: block;
}

.news-detail__gallery-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.news-detail__gallery-icon img {
  width: 60px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .news-detail__gallery-icon img {
    width: 80px;
  }
}

.news-detail__gallery-icon a {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin: 0 auto;
  width: 195px;
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .news-detail__gallery-icon a {
    font-size: 1.125rem;
    width: 225px;
  }
}

.news-detail__title {
  font-size: 2rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .news-detail__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .news-detail__title {
    font-size: 3rem;
  }
}

.news-detail__back {
  font-size: 1rem;
  color: #3085eb;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 30px;
  display: block;
}

@media (min-width: 576px) {
  .news-detail__back {
    font-size: 1.1rem;
  }
}

.news-detail__back span {
  width: 21px;
  height: 11px;
  display: inline-block;
  background-image: url(images/icons/arrow-blue-right.png);
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 576px) {
  .news-detail__back span {
    margin-right: 10px;
  }
}

.news-detail__back:hover {
  cursor: pointer;
}

.news-detail__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .news-detail__socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news-detail__socials-btn {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 18px 30px 18px 0;
  text-align: right;
  margin-bottom: 20px;
  width: 280px;
  position: relative;
  -webkit-transition: 0.3 ease-in-out;
  -webkit-transition: 0.3;
  transition: 0.3;
}

@media (min-width: 768px) {
  .news-detail__socials-btn {
    margin-right: 14px;
    margin-bottom: 0;
  }
}

.news-detail__socials-btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-detail__socials-btn:last-child {
    margin-right: 0;
  }
}

.news-detail__socials-btn:hover {
  opacity: 0.95;
}

.news-detail__socials-btn--fb {
  background-color: #365296;
}

.news-detail__socials-btn--fb::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 40px;
  background-image: url(images/icons/fb.svg);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.news-detail__socials-btn--linkedin {
  background-color: #0075b8;
}

.news-detail__socials-btn--linkedin::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 40px;
  background-image: url(images/icons/linkedin-white.svg);
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

.facebook-paragraph {
  border: 1px solid #979797;
  margin: 30px 0;
}

@media (min-width: 768px) {
  .facebook-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.facebook-paragraph div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .facebook-paragraph div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 38%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.facebook-paragraph .wiecej {
  background: #3F2F93;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  margin-left: 0;
}

@media (min-width: 768px) {
  .facebook-paragraph .wiecej {
    width: 145px;
    font-size: 1.0625rem;
  }
}

.facebook-paragraph span {
  font-size: 1.5rem;
  color: #979797;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .facebook-paragraph span {
    margin-left: 30px;
    padding: 0;
    font-size: 1.0625rem;
  }
}

.facebook-paragraph iframe {
  height: 30px;
  width: 100%;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .facebook-paragraph iframe {
    width: 62%;
    padding-left: 0;
  }
}

.faq {
  padding-bottom: 95px;
  background-image: url("http://wowslider.com/sliders/demo-93/data1/images/sunset.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .faq {
    padding-bottom: 125px;
  }
}

@media (min-width: 1200px) {
  .faq {
    width: 50%;
    z-index: 2;
    padding-bottom: 0;
    padding-right: 40px;
    background-image: none;
    background-position: none;
    padding-bottom: 60px;
  }
}

.faq__opacity-gradient {
  background-image: linear-gradient(211deg, #2b1889, #70a2f0);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .faq__opacity-gradient {
    opacity: 0;
  }
}

.faq__question {
  margin-left: 0;
  display: block;
}

.faq__question-click {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.2px;
  border-bottom: 1.4px solid rgba(255, 255, 255, 0.37);
  cursor: pointer;
  padding: 22px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 992px) {
  .faq__question-click {
    font-size: 2.1875rem;
    margin-left: 70px;
    padding: 22px 0 32px 30px;
  }
}

.faq__question-click:hover {
  color: #70a2f0;
}

.faq__question-click.active {
  color: #70a2f0;
}

@media (min-width: 992px) {
  .faq__question-click {
    font-size: 1.5rem;
    line-height: 1.42;
    padding: 27px 0 29px 0;
  }
}

@media (min-width: 1200px) {
  .faq__question-click {
    font-size: 1.3125rem;
    line-height: 1.14;
    padding: 30px 0 24px 12px;
  }
}

.faq__question-content {
  display: none;
  margin-top: 20px;
  padding-left: 0;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2px;
}

@media (min-width: 992px) {
  .faq__question-content {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .faq__question-content {
    padding-left: 12px;
  }
}

.faq__question-content.show {
  display: block;
}

.faq .page__item--link {
  color: #9BC2FF;
  display: block;
}

.faq .page__item--link span {
  background-image: url(images/icons/arrow-faq.svg);
  width: 19px;
  height: 13px;
}

@media (min-width: 992px) {
  .faq .page__item--link {
    padding-left: 70px;
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .faq .page__item--link {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .fast-access {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .fast-access__packets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .fast-access__packets {
    width: 100%;
    padding-left: 35px;
  }
}

.fast-access__packet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  border-bottom: 1px solid #F7F7F7;
  width: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .fast-access__packet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3%;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #F7F7F7;
  }
}

@media (min-width: 1200px) {
  .fast-access__packet {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fast-access__packet:last-child {
    margin-right: 0;
  }
}

.fast-access__packet:last-child {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

.fast-access__packet.inactive {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fast-access__packet span {
  font-size: 1.1rem;
  color: #000;
  font-weight: 300;
  padding-bottom: 25px;
}

.fast-access__packet-img {
  width: 120px;
  margin: 0 auto 15px;
  height: auto;
}

@media (min-width: 992px) {
  .fast-access__packet-img {
    width: 260px;
    vertical-align: middle;
    width: 170px;
  }
}

@media (min-width: 1200px) {
  .fast-access__packet-img {
    width: 130px;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.fast-access__packet-btn {
  font-size: 1.25rem;
  color: #3085eb;
  font-weight: 300;
}

@media (min-width: 992px) {
  .fast-access__packet-btn {
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .fast-access__packet-btn {
    color: #181414;
    font-size: 1.3125rem;
  }
}

.fast-access__downloads {
  border: 1px solid #DADADA;
  padding: 30px 25px 50px;
  position: relative;
  background: #fff;
  margin-bottom: 40px;
  display: block;
}

@media (min-width: 992px) {
  .fast-access__downloads {
    padding: 16px 40px 25px 30px;
    width: 60%;
    margin-left: 70px;
  }
}

@media (min-width: 1200px) {
  .fast-access__downloads {
    padding: 16px 30px 30px;
    width: auto;
  }
}

.fast-access__downloads-title {
  width: calc(90% - 62px);
}

.fast-access__downloads:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #DADADA;
  top: 13px;
  left: 7px;
  z-index: -1;
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fast-access__downloads:hover::before {
  top: 0;
  left: 0;
}

.fast-access__downloads-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.fast-access__downloads-icon {
  margin-right: 25px;
  width: 37px;
  height: 40px;
}

.fast-access__downloads-download {
  margin-left: auto;
  width: 10%;
}

@media (min-width: 992px) {
  .fast-access__downloads-download {
    width: auto;
  }
}

.fast-access__downloads-download img {
  width: 20px;
}

@media (min-width: 992px) {
  .fast-access__downloads-download img {
    width: 23px;
  }
}

.fast-access__downloads-title h2 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .fast-access__downloads-title h2 {
    font-size: 1.3125rem;
    line-height: 1.14;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    width: 80%;
  }
}

.fast-access__downloads-title p {
  font-size: 1.25rem;
  color: #000;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1px;
}

@media (min-width: 992px) {
  .fast-access__downloads-title p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
}

.fast-access__downloads-title-modify {
  font-weight: 700;
  font-size: 0.875rem;
  color: #000;
}

.fast-access__downloads-desc {
  font-size: 1.125rem;
  color: #000;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.1px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .fast-access__downloads-desc {
    font-size: 0.875rem;
  }
}

.fast-access__downloads .icon-xls {
  background-image: url("images/icons/xls-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

.fast-access__downloads .icon-pdf {
  background-image: url("images/icons/pdf-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.fast-access__downloads .icon-doc {
  background-image: url("images/icons/doc-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.fast-access__downloads .icon-default {
  background-image: url("images/icons/dokument_default_icon.svg");
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.fast-access .page__item--link {
  display: block;
  float: none;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .fast-access .page__item--link {
    margin-left: 70px;
  }
}

.fast-access__label {
  background: #00a704;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}

.brands {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .brands {
    margin-bottom: 80px;
    margin-bottom: 103px;
  }
}

.brands__elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: auto;
  cursor: pointer;
}

@media (min-width: 992px) {
  .brands__elems {
    margin-bottom: 30px;
  }
}

.brands__elem {
  width: calc(1/2*100% - (1 - 1/2)*10px);
  padding: 0 20px;
  text-align: center;
  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;
  min-height: 80px;
}

@media (min-width: 768px) {
  .brands__elem {
    width: calc(1/3*100% - (1 - 1/3)*10px);
    margin-bottom: 10px;
    min-height: 160px;
  }
}

@media (min-width: 992px) {
  .brands__elem {
    width: calc(1/4*100% - (1 - 1/4)*10px);
    padding: 52px 0;
  }
}

@media (min-width: 992px) {
  .brands__elem img {
    max-width: 175px;
  }
}

.brands__elem.inactive {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.brands__elem--btn {
  font-size: 1rem;
  color: #3085eb;
  font-weight: 500;
  letter-spacing: 0.1px;
  padding-right: 0;
}

@media (min-width: 576px) {
  .brands__elem--btn {
    font-size: 1.1rem;
    padding-right: 20px;
  }
}

.brands__elem--btn span {
  width: 21px;
  height: 11px;
  display: inline-block;
  background-image: url(images/icons/arrow-blue-right.png);
  margin-left: 5px;
}

@media (min-width: 576px) {
  .brands__elem--btn span {
    margin-left: 10px;
  }
}

.brands__btn {
  font-size: 1.3125rem;
  color: #3085eb;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.case {
  padding: 0 20px 80px;
}

.case-tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  cursor: move;
}

@media (min-width: 768px) {
  .case-tabs__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (min-width: 992px) {
  .case-tabs__wrapper {
    padding-left: 10px;
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .case-tabs__wrapper {
    margin-left: 85px;
  }
}

.case-tabs__wrapper::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.case-tabs__wrapper::-webkit-scrollbar-track {
  background: #DADADA;
}

.case-tabs__wrapper::-webkit-scrollbar-thumb {
  background: #979797;
}

.case-tabs__wrapper::-webkit-scrollbar-thumb:hover {
  background: #979797;
}

@media only screen and (max-device-width: 992px) {
  .case-tabs__wrapper::-webkit-scrollbar {
    width: inherit;
  }
  .case-tabs__wrapper::-webkit-scrollbar-track {
    background: inherit;
  }
  .case-tabs__wrapper::-webkit-scrollbar-thumb {
    background: inherit;
  }
  .case-tabs__wrapper::-webkit-scrollbar-thumb:hover {
    background: inherit;
  }
}

.case-tab-line {
  display: none;
}

@media (min-width: 576px) {
  .case-tab-line {
    content: '';
    position: absolute;
    width: 35px;
    height: 1px;
    background: #000;
    top: 24px;
    left: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .case-tab-line {
    width: 60px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .case-tab-line {
    left: 9px;
  }
}

.case-tab-heading {
  font-size: 2rem;
  color: #000;
  font-weight: 300;
  letter-spacing: -0.7px;
  opacity: .1;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 40px;
  display: inline;
}

@media (min-width: 992px) {
  .case-tab-heading {
    font-size: 2.5rem;
  }
}

.case-tab-heading--active {
  opacity: 1;
}

.case .case-slider__container {
  position: relative;
}

.case .slide-arrow-next__wrapper,
.case .slide-arrow-prev__wrapper {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background-size: 100%;
  background-image: url("images/icons/arrow-case-study.svg");
  width: 18px;
  height: 35px;
  display: none;
}

@media (min-width: 992px) {
  .case .slide-arrow-next__wrapper,
  .case .slide-arrow-prev__wrapper {
    width: 24px;
    display: block;
    height: 48px;
  }
}

.case .slide-arrow-next__wrapper {
  right: 0;
}

.case .slide-arrow-prev__wrapper {
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.case-slide__wrapper {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .case-slide__wrapper {
    padding-right: 125px;
    padding-left: 100px;
  }
}

.case-slide__content {
  display: block;
}

@media (min-width: 1200px) {
  .case-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.case-slide__desc {
  width: 100%;
}

@media (min-width: 1200px) {
  .case-slide__desc {
    width: 60%;
    margin-right: 113px;
  }
}

.case-over-heading {
  font-size: 1.2rem;
  color: #9bc2ff;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.2px;
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .case-over-heading {
    font-size: 1.25rem;
  }
}

.case-article-heading {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.2px;
  padding-bottom: 12px;
}

@media (min-width: 992px) {
  .case-article-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .case-article-heading {
    font-size: 3rem;
  }
}

.case-article-text {
  font-size: 1.125rem;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.1px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .case-article-text {
    font-size: 1.3125rem;
  }
}

.case-article-img {
  display: none;
}

@media (min-width: 1200px) {
  .case-article-img {
    display: block;
    width: 40%;
    text-align: right;
  }
}

.case-see-more {
  font-size: 1rem;
  color: #9BC2FF;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1px;
  display: inline-block;
}

@media (min-width: 576px) {
  .case-see-more {
    font-size: 1.1rem;
  }
}

.case-see-more span {
  background-image: url(images/icons/arrow-faq.svg);
  width: 19px;
  display: inline-block;
  height: 13px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .case-see-more span {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .consumers {
    margin-bottom: 30px;
  }
}

.consumers__boxes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin: 30px 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

@media only screen and (max-device-width: 992px) {
  .consumers__boxes {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .consumers__boxes {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 70px 0 78px;
    text-align: left;
  }
}

.consumers__box {
  width: calc(1/3*100% - (1 - 1/3)*10px);
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 16px;
  width: 100%;
}

@media only screen and (max-device-width: 992px) {
  .consumers__box {
    min-width: 250px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 0 16px;
  }
}

@media (min-width: 992px) {
  .consumers__box {
    min-width: auto;
    border-right: 1px solid #e6e6e6;
    border-bottom: 0;
    padding: 0 16px;
  }
}

@media (min-width: 1200px) {
  .consumers__box {
    padding: 0 60px;
  }
}

.consumers__box:last-child {
  border-right: 0;
  border-bottom: 0;
}

.consumers__box-img {
  height: 60px;
}

.consumers__box-number {
  display: block;
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: 0.1px;
  background: -webkit-linear-gradient(233deg, #2b1889, #70a2f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1200px) {
  .consumers__box-number {
    font-size: 9rem;
  }
}

.consumers__box-number--small {
  font-size: 1.875rem;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 1200px) {
  .consumers__box-number--small {
    font-size: 2.25rem;
  }
}

.consumers__box-desc {
  font-size: 1.3125rem;
  color: #2A2B2D;
  font-weight: 400;
}

.consumers__source {
  display: none;
}

@media (min-width: 992px) {
  .consumers__source {
    display: block;
    font-size: 0.875rem;
    color: #979797;
    font-weight: 400;
    float: right;
  }
}

.news-content__boxes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin: 70px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .news-content__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .news-content__boxes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.news-content__box {
  position: relative;
  overflow: hidden;
  display: block;
}

@media (min-width: 992px) {
  .news-content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.news-content__box:hover .news-content__box-title {
  color: #3F2F93;
}

.news-content__box:hover .news-content__box-img img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}

.news-content__box:hover .news-content__box-img .news-content__box-overlay {
  opacity: 0.7;
}

.news-content__box-content {
  width: 100%;
}

@media (min-width: 992px) {
  .news-content__box-content {
    width: calc(1/2*100% - (1 - 1/2)*50px);
  }
}

@media (min-width: 1200px) {
  .news-content__box-content {
    width: calc(1/4*100% - (1 - 1/4)*50px);
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .news-content__box-content:nth-child(4n) {
    margin-right: 0;
  }
}

.news-content__box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #3F2F93;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.news-content__box-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
  position: relative;
  margin-left: 40px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .news-content__box-title {
    max-height: 90px;
    height: 90px;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .news-content__box-title {
    font-size: 1.3125rem;
    max-height: 77px;
    height: 77px;
  }
}

.news-content__box-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
}

@media (min-width: 992px) {
  .news-content__box-title:before {
    display: none;
  }
}

.news-content__box-img {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .news-content__box-img {
    margin-bottom: 0;
  }
}

.news-content__box-img img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  display: block;
}

.directory-header {
  position: relative;
  background-image: url(images/page-bg.jpg);
  background-size: cover;
  background-position: top;
  min-height: 230px;
}

.directory-header__line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 105px;
  opacity: 0.17;
}

@media (min-width: 1200px) {
  .directory-header__line {
    top: 100px;
  }
}

.directory-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .directory-header__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 125px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.directory-header__content--title {
  display: block;
}

.directory-header__found {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .directory-header__found {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.directory-header__found span {
  font-weight: 500;
}

.directory-header__phrase {
  display: block;
  padding-top: 135px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 992px) {
  .directory-header__phrase {
    padding-top: 12px;
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .directory-header__phrase span {
    font-weight: 500;
  }
}

.directory--search {
  position: relative;
  top: -70px;
}

@media (min-width: 1200px) {
  .directory-results__all {
    max-width: 975px;
  }
}

.directory-results__all--margin {
  margin-bottom: 60px;
}

.directory-results__result {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .directory-results__result {
    border-bottom: 1px solid #e6e6e6;
  }
}

.directory-results__result:last-child {
  border-bottom: 0;
}

.directory-results__result-title {
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .directory-results__result-title {
    font-size: 1.75rem;
    margin-top: 30px;
  }
}

.directory-results__result-title p {
  width: 90%;
  float: left;
}

.directory-results__result-title span {
  float: right;
  width: 27px;
  height: 14px;
  background-image: url("images/icons/arrow-faq-page.svg");
  display: block;
  margin-top: 10px;
}

.directory-results__result-title span:hover {
  cursor: pointer;
}

.directory-results__result-title span.opened {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.directory-results__result-title:after {
  display: block;
  content: "";
  clear: both;
}

.directory-results__result-title.hovered:hover {
  cursor: pointer;
}

.directory-results__result-desc, .directory-results__result-picture, .directory-results__result-gallery {
  font-size: 1.125rem;
  color: #000;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.directory-results__result-desc.opened, .directory-results__result-picture.opened, .directory-results__result-gallery.opened {
  opacity: 1;
  height: auto;
}

.directory__search {
  background-color: #f8f8f8;
  padding: 40px 0 30px;
}

.directory__search input {
  max-width: 973px;
  border: 0;
  background-color: #f8f8f8;
  width: 100%;
  outline: none;
  font-size: 1.75rem;
  color: #3F2F93;
  font-weight: 600;
  border-bottom: 2px solid #3F2F93;
  padding-bottom: 8px;
}

.directory__search input::-webkit-input-placeholder {
  color: #3F2F93;
}

.directory__search input::-moz-placeholder {
  color: #3F2F93;
}

.directory__search input::-ms-input-placeholder {
  color: #3F2F93;
}

.directory__search input::-moz-placeholder {
  color: #3F2F93;
}

.directory .directory-dictionary .directory-results {
  margin-top: 39px;
  margin-bottom: 125px;
}

.directory .directory-dictionary__letter {
  font-weight: 900;
  font-size: 3rem;
  color: #000;
  border-bottom: solid 2px #eaeaea;
  padding-left: 5px;
  width: 70px;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .directory .directory-dictionary__letter {
    position: absolute;
    top: 10px;
  }
}

@media (min-width: 992px) {
  .directory .directory-dictionary .directory-results__all {
    margin-left: 89px;
  }
}

.directory .directory-dictionary .directory-results__all--margin {
  margin-bottom: 0;
}

.directory .directory-dictionary .directory-results__result-title {
  font-size: 1.125rem;
  padding: 0;
  position: relative;
}

.directory .directory-dictionary .directory-results__result-title-heading {
  cursor: pointer;
  width: 100%;
  padding: 10px 0 10px 0;
  float: none;
}

@media (min-width: 992px) {
  .directory .directory-dictionary .directory-results__result-title-heading {
    padding: 26px 0 9px 26px;
    font-size: 1.375rem;
  }
}

.directory .directory-dictionary .directory-results__result-title-heading.opened {
  color: #3f2f93;
}

@media (min-width: 992px) {
  .directory .directory-dictionary .directory-results__result-title-heading.opened {
    padding: 26px 0 26px 26px;
  }
}

.directory .directory-dictionary .directory-results__result-title-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

@media (min-width: 992px) {
  .directory .directory-dictionary .directory-results__result-title-arrow {
    right: 28px;
  }
}

.directory .directory-dictionary .directory-results__result-title-arrow.opened {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.directory .directory-dictionary .directory-results__result {
  padding-bottom: 0;
  position: relative;
  border-bottom: none;
}

.directory .directory-dictionary .directory-results__result:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  bottom: 0;
  left: 0;
  right: 0;
}

.directory .directory-dictionary .directory-dictionary__letter {
  padding-bottom: 3px;
}

.directory .directory-dictionary .directory-results__result-desc, .directory .directory-dictionary .directory-results__result-picture, .directory .directory-dictionary .directory-results__result-gallery {
  margin-bottom: 0;
}

.directory .directory-dictionary .directory-results__result-desc.opened {
  padding: 10px 25px;
}

.directory .directory-dictionary .directory-results__result-desc.opened:last-child {
  padding: 10px 25px 40px 25px;
}

.directory .directory-dictionary .directory-results__result-desc.opened img {
  display: block;
  margin: 0 auto;
}

.directory .directory-dictionary .directory-results__result-picture, .directory .directory-dictionary .directory-results__result-gallery {
  text-align: center;
  padding: 0 25px;
}

.directory .directory-dictionary .directory-results__result-picture img, .directory .directory-dictionary .directory-results__result-gallery img {
  width: 100%;
}

.directory .directory-dictionary .hovered {
  background: #f8f8f8;
}

.directory .directory-dictionary .empty {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 100%;
}

.directory .directory-dictionary .picture-source {
  display: none;
}

@media (min-width: 992px) {
  .directory .directory-dictionary .picture-source {
    display: block;
    font-size: 0.875rem;
    color: #979797;
    font-weight: 400;
    text-align: left;
    padding-bottom: 5px;
  }
}

.directory .directory-dictionary .directory-dictionary-gallery {
  display: none;
}

@media (min-width: 1200px) {
  .directory .directory-dictionary .directory-dictionary-gallery {
    padding-top: 30px;
    display: block;
  }
  .directory .directory-dictionary .directory-dictionary-gallery .news-detail__gallery {
    max-width: inherit;
  }
  .directory .directory-dictionary .directory-dictionary-gallery .news-detail__gallery .news-detail__gallery-more {
    height: 130px;
    line-height: normal;
  }
  .directory .directory-dictionary .directory-dictionary-gallery .news-detail__gallery .news-detail__gallery-more img {
    width: auto;
  }
}

.directory .directory__search-dictionary input {
  border-color: #d3d3d3;
}

.directory .directory__search-dictionary input::-webkit-input-placeholder {
  color: #d3d3d3;
}

.communication {
  position: relative;
  overflow-x: scroll;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 992px) {
  .communication {
    overflow-x: auto;
  }
}

.communication__elems {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

@media (min-width: 992px) {
  .communication__elems {
    margin: 70px 0 0;
  }
}

.communication__elems:hover ~ .communication__elems .communication__elem-overlay {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.communication__elems:hover .communication__elem-overlay {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.communication__elems:hover .communication__elem:hover ~ .communication__elem .communication__elem-overlay {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.communication__elems:hover .communication__elem:hover .communication__elem-overlay {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.communication__elem {
  width: calc(1/3*100%);
  overflow: hidden;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  background-position: center;
  background-size: cover;
  position: relative;
  -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;
  min-width: 145px;
}

@media (min-width: 992px) {
  .communication__elem {
    min-height: 750px;
    min-width: auto;
  }
}

@media (min-width: 1400px) {
  .communication__elem {
    padding: 0 30px;
  }
}

.communication__elem-title {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.15;
  z-index: 1;
}

@media (min-width: 1200px) {
  .communication__elem-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 1600px) {
  .communication__elem-title {
    font-size: 2.3rem;
  }
}

.communication__elem-content {
  z-index: 1;
  min-height: 80px;
}

.communication__elem-img {
  margin-bottom: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.communication__elem-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.communication__elem-gradient {
  position: absolute;
  width: 101%;
  height: 100%;
  opacity: 0.6;
  left: 0;
  top: 0;
}

.communication__elem-gradient--one {
  background-image: linear-gradient(204deg, #27568e, #400087);
}

.communication__elem-gradient--two {
  background-image: linear-gradient(22deg, #278e78, #002087);
}

.communication__elem-gradient--three {
  background-image: linear-gradient(24deg, #2b1889, #70a2f0);
}

.communication__elem-gradient--four {
  background-image: linear-gradient(204deg, #27878e, #1b31d6);
}

.communication__elem-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .100s ease-in-out, visibility 0s .100s;
  transition: all .100s ease-in-out, visibility 0s .100s;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #262626;
}

.communication__elem.last .communication__elem-content {
  margin-top: 25px;
}

@media (min-width: 942px) {
  .communication__elem.last .communication__elem-content {
    margin-top: 0px;
  }
}

.communication .slogan {
  min-width: 600px;
}

.communication::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.communication::-webkit-scrollbar-track {
  background: #DADADA;
}

.communication::-webkit-scrollbar-thumb {
  background: #979797;
}

.communication::-webkit-scrollbar-thumb:hover {
  background: #979797;
}

@media only screen and (max-device-width: 992px) {
  .communication::-webkit-scrollbar {
    width: inherit;
  }
  .communication::-webkit-scrollbar-track {
    background: inherit;
  }
  .communication::-webkit-scrollbar-thumb {
    background: inherit;
  }
  .communication::-webkit-scrollbar-thumb:hover {
    background: inherit;
  }
}

.communicat {
  background: #F4C954;
  position: fixed;
  z-index: 4;
  margin-left: 10px;
  margin-right: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  max-width: 310px;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

@media (min-width: 576px) {
  .communicat {
    max-width: 430px;
  }
}

@media (min-width: 768px) {
  .communicat {
    bottom: 65px;
  }
}

.communicat.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.communicat.active .communicat__collapse span {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.communicat:hover .communicat__gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 164, 0, 0.5)), to(rgba(255, 243, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(208, 164, 0, 0.5), rgba(255, 243, 0, 0.5));
}

@media (max-width: 768px) {
  .communicat {
    right: 0px;
    bottom: 20px;
  }
}

.communicat__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 243, 0, 0.5)), to(rgba(208, 164, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 243, 0, 0.5), rgba(208, 164, 0, 0.5));
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

.communicat__content {
  position: relative;
  padding: 12px 0 12px;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.communicat__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.communicat__text-desc {
  font-size: 0.875rem;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: block;
  padding-right: 35px;
}

.communicat__text-img {
  width: 30px;
}

.communicat__ring {
  margin-left: 30px;
  padding: 0 10px;
  width: 80px;
  text-align: center;
}

.communicat__btn {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1px;
  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;
  opacity: 1;
}

.communicat__btn span {
  width: 19px;
  height: 13px;
  display: inline-block;
  background-image: url(images/icons/arrow-black.svg);
  margin-left: 10px;
}

.communicat__collapse {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8b043), to(#d8b043)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 243, 0, 0.5)), to(rgba(208, 164, 0, 0.5)));
  background-image: linear-gradient(to bottom, #d8b043, #d8b043), linear-gradient(to bottom, rgba(255, 243, 0, 0.5), rgba(208, 164, 0, 0.5));
  z-index: 100;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.communicat__collapse span {
  display: block;
  background-image: url(images/icons/communicat-arrow.svg);
  height: 22px;
  width: 12px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.communicat__collapse:hover {
  cursor: pointer;
  background: rgba(255, 243, 0, 0.3);
}

.communicat__link {
  width: 100%;
  display: block;
}

.banner {
  position: relative;
}

.banner__bg {
  background-size: cover;
  background-position: center;
  height: calc(90vh - 100px);
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .banner__bg {
    height: 90vh;
  }
}

.banner__item {
  max-width: 1000px;
  opacity: 0;
  padding-top: 100px;
}

@media (min-width: 768px) {
  .banner__item {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .banner__item {
    padding-top: 250px;
  }
}

@media (min-width: 1200px) and (max-height: 610px) {
  .banner__item {
    padding-top: 150px;
  }
}

.banner__title {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.11;
  display: block;
  max-height: 40vh;
  overflow: hidden;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .banner__title {
    max-height: inherit;
  }
}

@media (min-width: 992px) {
  .banner__title {
    font-size: 3rem;
  }
}

.banner__title span {
  color: #ffd257;
}

.banner__subtitle {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  padding-top: 20px;
  line-height: 1.25;
  overflow: hidden;
  max-height: 20vh;
  display: block;
}

@media (min-width: 768px) {
  .banner__subtitle {
    max-height: inherit;
  }
}

@media (min-width: 992px) {
  .banner__subtitle {
    font-size: 1.5rem;
  }
}

.banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .banner__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner__buttons .button {
    min-width: 220px;
    width: auto;
  }
  .banner__buttons .button__content {
    width: 100%;
  }
}

.banner__player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.banner-arrow-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background-image: url(images/icons/arrow-blue-right.png);
  width: 21px;
  height: 11px;
  display: block;
  cursor: pointer;
}

.banner b {
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.11;
  color: #ffd257;
}

.banner .VueCarousel-pagination {
  position: absolute;
  bottom: 45px;
}

@media (min-width: 1200px) {
  .banner .VueCarousel-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left !important;
  }
}

.banner .VueCarousel-pagination .VueCarousel-dot-button {
  border: .5px solid #fff;
  outline: none !important;
}

.video-overlay {
  position: fixed;
  background: rgba(26, 26, 26, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  opacity: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 95vh;
  width: auto;
}

.video-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 30%;
}

@media (min-width: 576px) {
  .video-overlay__content {
    height: 40%;
  }
}

@media (min-width: 768px) {
  .video-overlay__content {
    height: 60%;
  }
}

@media (min-width: 992px) {
  .video-overlay__content {
    height: 70%;
  }
}

@media (min-width: 1200px) {
  .video-overlay__content {
    width: 70%;
  }
}

.video-overlay__close {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 100px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  padding: 16px 0;
  z-index: 1;
}

.video-overlay.active {
  opacity: 1;
  z-index: 11;
}

.video-overlay iframe {
  background-color: #000;
  background-image: url(/templates/xhtml/br.tvp.pl/static/images/loaders/tail-spin.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.contact__map {
  min-height: 400px;
}

@media (min-width: 992px) {
  .contact__map {
    min-height: 580px;
  }
}

@media (min-width: 1200px) {
  .contact__map {
    min-height: 580px;
  }
}

.contact #map {
  height: 583px;
  width: 100%;
}

.contact #map .gm-style-cc {
  display: none;
}

.contact #map a[href^="http://maps.google.com/maps"],
.contact #map a[href^="https://maps.google.com/maps"],
.contact #map a[href^="https://www.google.com/maps"] {
  display: none !important;
}

@media (min-width: 992px) {
  .contact #map {
    height: 473px;
  }
}

@media (min-width: 1200px) {
  .contact #map {
    height: 451px;
  }
}

.contact a {
  color: #000;
  font-weight: 600;
}

@media (min-width: 768px) {
  .contact a {
    font-weight: 500;
  }
}

.contact a[href^="mailto:"] {
  color: #0053a0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contact a[href^="mailto:"] {
    font-weight: 400;
  }
}

@media (min-width: 1200px) {
  .contact a[href^="mailto:"] {
    font-weight: 500;
  }
}

.contact--subtitle {
  color: #2b2020;
  line-height: 2.57;
}

@media (min-width: 768px) {
  .contact--fw-normal {
    font-weight: 400;
  }
}

.contact .page__item--link {
  display: block;
}

.contact .page__item--link span {
  margin-left: 0;
}

@media (min-width: 992px) {
  .contact .more {
    font-weight: 500;
  }
}

.contact p {
  font-size: 1rem;
  color: #000;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.2px;
}

@media (min-width: 768px) {
  .contact p {
    font-size: 1.125;
  }
}

.contact hr {
  display: none;
}

.contact .page__menu--link {
  font-weight: 300;
}

.contact .text__content {
  font-weight: 300;
}

.contact .text__content p {
  padding-bottom: 9px;
}

@media (min-width: 992px) {
  .contact .text__content p {
    padding-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .contact .text__content p {
    padding-bottom: 22px;
  }
}

.gallery-detail__content {
  position: relative;
  padding: 0 15px;
}

.gallery-detail__counter {
  margin: 10px 0 1px;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
}

.gallery-detail__counter--small {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 700;
  line-height: 2;
}

.gallery-detail__close {
  position: absolute;
  top: 6px;
  right: 14px;
}

.gallery-detail__title {
  font-size: 1.25rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 25px;
}

.gallery-detail__mainImg {
  position: relative;
}

.gallery-detail__arrow {
  position: absolute;
  top: 36%;
  z-index: 1;
}

.gallery-detail__arrow--left {
  left: 12px;
}

.gallery-detail__arrow--right {
  right: 12px;
}

.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: #222b3a;
  font-weight: 400;
  line-height: 2.63;
  letter-spacing: 0.8px;
  padding: 0 15px;
}

.gallery-detail__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px 0 0;
  padding: 0 15px;
  overflow-x: hidden;
}

.gallery-detail__boxes .news-detail__socials {
  margin-top: 40px;
  margin-left: 4px;
}

.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 #4a90e2;
}

@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;
    padding: 0;
  }
  .gallery-detail__counter {
    width: 69px;
    font-size: 1.5rem;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
  }
  .gallery-detail__counter--small {
    font-size: 1rem;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
  }
  .gallery-detail__title {
    max-width: 80%;
    font-size: 1.625rem;
    color: #333333;
    font-weight: 700;
    line-height: 1.23;
    padding-bottom: 0;
  }
  .gallery-detail__close {
    top: 4px;
    right: 0;
  }
  .gallery-detail__figcaption {
    font-size: 0.75rem;
    color: #222b3a;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.2px;
    margin-top: 5px;
    padding: 0;
  }
  .gallery-detail__arrow {
    top: 43%;
  }
  .gallery-detail__arrow--left {
    left: 24px;
  }
  .gallery-detail__arrow--right {
    right: 24px;
  }
  .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 {
    width: 1200px;
    margin: 0 auto;
  }
  .gallery-detail__content {
    margin: 22px 0 15px;
  }
  .gallery-detail__counter {
    width: 60px;
    line-height: 2.2;
  }
  .gallery-detail__counter--small {
    line-height: 3;
  }
  .gallery-detail__title {
    font-size: 1.875rem;
    color: #333333;
    font-weight: 700;
    line-height: 1.6;
  }
  .gallery-detail__close {
    top: 13px;
  }
  .gallery-detail__boxes {
    margin: 32px 0 0;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery-detail__boxes.active:after {
    height: calc(100% - 7px);
    top: 4px;
  }
  .gallery-detail__mainImg {
    margin: 0 auto;
  }
  .gallery-detail__arrow {
    position: absolute;
    top: 0;
    width: calc(50% + 55px);
    height: 95%;
    z-index: 1;
  }
  .gallery-detail__arrow--left {
    left: -55px;
  }
  .gallery-detail__arrow--left a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .gallery-detail__arrow--left a i {
    position: absolute;
    top: 46%;
  }
  .gallery-detail__arrow--left .gallery-detail__hide {
    display: none;
  }
  .gallery-detail__arrow--right {
    right: -55px;
  }
  .gallery-detail__arrow--right a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .gallery-detail__arrow--right a i {
    position: absolute;
    top: 46%;
    right: 0;
  }
  .gallery-detail__arrow--right .gallery-detail__hide {
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  .gallery-detail__boxes {
    margin: 12px 0 0px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .gallery-detail__boxes {
    margin: 12px 0 0px;
  }
}

@media only screen and (max-device-width: 1024px) {
  .gallery-detail__boxes {
    display: inline-block;
    position: relative;
    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;
    padding-right: 0;
  }
}

.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-grey-left.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.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-grey-left.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@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-grey-left.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-grey-left.svg);
}

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

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

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

.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: #3F2F93;
  color: #fff;
}

.pager__button:hover {
  background-color: #3F2F93;
  color: #fff;
  cursor: pointer;
}

.pager__button:hover .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-white.svg);
}

.pager__button:hover .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-white.svg);
}

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

.main-form {
  margin-bottom: 60px;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1200px) {
  .main-form .container {
    width: 80%;
    margin: 0 auto;
  }
}

.main-form .news-detail__img {
  text-align: center;
  max-width: 100%;
}

.main-form .news-detail__img .news-detail__source {
  display: none;
}

.main-form .news-detail__img img {
  cursor: default;
}

.main-form__send {
  background: lightgreen;
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
}

.main-form__back {
  display: inline-block;
  padding: 15px 35px;
  margin-top: 25px;
  text-align: center;
}

.main-form__box-header {
  margin-bottom: 15px;
}

.main-form__box {
  background: #fff;
  padding: 13px;
  margin-bottom: 30px;
  margin-top: 15px;
  position: relative;
}

.main-form .headline {
  margin-top: 10px;
}

.main-form__sendinfo {
  padding: 40px 0;
}

.main-form__sendinfo svg {
  margin-bottom: 30px;
}

.main-form__sendinfo-wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form__sendinfo-thx {
  text-align: center;
}

.main-form__description {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .main-form__description {
    margin-top: 35px;
  }
}

.main-form .form .error {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: .9rem;
}

.main-form .form .label {
  margin-bottom: 3px;
  display: block;
}

.main-form .form__item {
  margin-bottom: 40px;
}

.main-form .form__item--focus .form__fileupload {
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-form .form__item--checked .form__fileupload {
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-form .form__item--checked .file-area {
  outline: 0;
}

.main-form .form__item--checked .file-area__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-form .form__item--checked .file-area__info-added {
  padding: 30px 10px 10px;
}

.main-form .form__item--error .form__fileupload {
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-form .form__item--error .file-area {
  outline: 0;
}

.main-form .form__item--error .file-area__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-form .form .form-checkbox .checkbox {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form .form .form-checkbox label {
  cursor: pointer;
  padding-left: 10px;
  width: calc(100% - 50px);
}

.main-form .form .form-checkbox label.error {
  padding-left: 0;
}

.main-form .form .form-checkbox label a {
  text-transform: uppercase;
}

.main-form .form .form-checkbox input {
  width: 28px;
  height: 28px;
  border: 2px solid #2b2b2b;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
}

.main-form .form .form-checkbox input:checked:after {
  content: '';
  position: absolute;
  background: #2b2b2b;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 4px;
}

.main-form .form .form-checkbox.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-form .form .form-checkbox__tip {
  width: 100%;
}

.main-form .form .form-radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-form .form .form-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.main-form .form .form-radio__label:first-child {
  margin-bottom: 10px;
}

.main-form .form .form-radio__label span {
  margin-left: 10px;
}

.main-form .form .form-radio input {
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff;
  border: 2px solid #2b2b2b;
  border-radius: 50%;
  position: relative;
  outline: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-form .form .form-radio input:checked {
  outline: 0;
}

.main-form .form .form-radio input:checked:after {
  content: '';
  position: absolute;
  background: #2b2b2b;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 5px;
}

.main-form .form .form-collection__button {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form .form .form-collection__button--limit {
  opacity: .5;
  cursor: default;
}

.main-form .form .form-collection__button i {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-form .form .form-select-option {
  width: 100%;
  position: relative;
}

.main-form .form .form-select-option select {
  width: 100%;
  height: 54px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 20px 0 10px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.main-form .form .form-select-option select:focus {
  outline: 0;
}

.main-form .form .form-select-option select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.main-form .form .form-select-option select::-ms-expand {
  display: none;
}

.main-form .form .form-select-option select:focus::-ms-value {
  color: #000;
  background: #fff;
}

.main-form .form .form-select-option label.error {
  position: absolute;
}

.main-form .form .form-select-option.form__item--error {
  margin-bottom: 60px;
}

.main-form .label_second {
  display: inline-block;
  margin-bottom: 7px;
}

.main-form input[type="text"],
.main-form input[type="date"],
.main-form input[type="email"],
.main-form input[type="number"],
.main-form input[type="url"],
.main-form input[type="submit"],
.main-form textarea {
  padding: 10px;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  outline: none;
  -webkit-transition: border-width 0.6s linear;
  transition: border-width 0.6s linear;
  font-size: 1rem;
}

.main-form input[type="text"],
.main-form input[type="date"],
.main-form input[type="email"],
.main-form input[type="url"],
.main-form input[type="number"],
.main-form textarea {
  border: 2px solid lightgray;
}

.main-form textarea {
  height: 156px;
}

.main-form .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-form .submit.isSendingProcess input[type="submit"] {
  pointer-events: none;
  opacity: .3;
}

.main-form .submit input[type="submit"] {
  cursor: pointer;
  width: 440px;
  height: 55px;
  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;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #3085eb;
  border: 0;
  font-family: "Roboto", sans-serif;
}

.main-form input[type="number"] {
  -moz-appearance: textfield;
}

.main-form input[type="number"]::-webkit-outer-spin-button, .main-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-form .form-captcha {
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-form__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 20px auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: red;
  text-align: center;
}

.main-form__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 30px 0 10px;
  padding-left: 50px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form .vdp-datepicker,
.main-form .vdatetime,
.main-form .vdpComponent,
.main-form .mx-input-wrapper {
  position: relative;
}

.main-form .vdp-datepicker input,
.main-form .vdatetime input,
.main-form .vdpComponent input,
.main-form .mx-input-wrapper input {
  cursor: pointer;
}

.main-form .vdpWithInput,
.main-form .mx-datepicker,
.main-form .mx-input-wrapper {
  width: 100%;
}

.main-form .vdpClearInput,
.main-form .mx-icon-calendar,
.main-form .mx-input-wrapper:hover .mx-icon-clear {
  display: none;
}

.main-form .galleries-submenu {
  border-bottom: 0;
}

@media (min-width: 1200px) {
  .main-form__headerBg {
    height: 282px;
  }
  .main-form__number {
    position: absolute;
    top: 0px;
    left: -95px;
  }
  .main-form__box {
    padding: 23px;
  }
  .main-form__item--checked .file-area__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-form__item--error .file-area__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-form .captcha {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .main-form .captcha img {
    margin-left: 50px;
  }
  .main-form .captcha__label {
    width: 50%;
    margin-bottom: 0;
  }
  .main-form__download-link {
    width: 440px;
    background-position: calc(100% - 30px);
  }
  .main-form .form .form-checkbox input {
    width: 32px;
    height: 32px;
  }
  .main-form .form .form-checkbox input:checked:after {
    width: 18px;
    height: 18px;
    top: 5px;
    left: 5px;
  }
  .main-form .form .form-radio__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-form .form .form-radio input {
    width: 30px;
    height: 30px;
  }
  .main-form .form .form-radio input:checked:after {
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
  }
  .main-form .form .form-radio__label:first-child {
    margin-bottom: 0;
  }
  .main-form .file-area__info, .main-form .file-area__info-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-form .file-area__info-button {
    height: 45px;
    width: 240px;
  }
  .main-form .file-area__info-text {
    margin: 0 14px;
  }
  .main-form .file-area__info-ico, .main-form .file-area__info-files {
    height: 50px;
  }
  .main-form .file-area__info-file {
    margin: 0 20px;
  }
}

@media (min-width: 1200px) {
  .main-form__number {
    left: -103px;
  }
}

.main-form.event-lecie .main-form__box {
  background: transparent;
}

.main-form.event-lecie .main-form__box.extra-box {
  padding: 0;
}

.mx-datepicker-body td,
.mx-datepicker-body th {
  text-align: center;
  vertical-align: middle;
}

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

@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%;
}
