@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdn.avt.pl/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdn.avt.pl/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdn.avt.pl/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdn.avt.pl/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdn.avt.pl/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdn.avt.pl/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa,
.select-box::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-reply:before {
  content: "\f112";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-times:before {
  content: "\f00d";
}
.fa-check:before {
  content: "\f00c";
}
.clear {
  display: table;
  clear: both;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.transition-all {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.transition-site {
  -moz-transition: transform 0.25s ease 0s;
  -ms-transition: transform 0.25s ease 0s;
  -webkit-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
}
.uber {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://cdn.avt.pl/fonts/PoppinsSemiBold.eot');
  src: url('https://cdn.avt.pl/fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.woff2') format('woff2'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.woff') format('woff'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.ttf') format('truetype'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://cdn.avt.pl/fonts/PoppinsBold.eot');
  src: url('https://cdn.avt.pl/fonts/PoppinsBold.eot') format('embedded-opentype'), url('https://cdn.avt.pl/fonts/PoppinsBold.woff2') format('woff2'), url('https://cdn.avt.pl/fonts/PoppinsBold.woff') format('woff'), url('https://cdn.avt.pl/fonts/PoppinsBold.ttf') format('truetype'), url('https://cdn.avt.pl/fonts/PoppinsBold.svg#PoppinsBold') format('svg');
  font-weight: 700;
  font-display: swap;
}
.poppins600 {
  font-family: 'Poppins';
  font-weight: 600;
}
.poppins700 {
  font-family: 'Poppins';
  font-weight: 700;
}
.poppins400 {
  font-family: 'Poppins';
  font-weight: 400;
}
.poppins500 {
  font-family: 'Poppins';
  font-weight: 400;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #212121;
  background: #fff;
}
body.close {
  overflow-y: hidden;
  height: 100vh;
}
.container-fluid {
  max-width: 1140px;
}
.scale-image {
  display: block;
  overflow: hidden;
}
.scale-image img {
  outline: 1px solid transparent;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -webkit-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.scale-image:hover img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.hover-slide {
  position: relative;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.hover-slide:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  background: #333;
  width: 0;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -webkit-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
.hover-slide span {
  position: relative;
  z-index: 1;
}
.hover-slide:hover {
  color: #fff;
}
.hover-slide:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-sticky {
  position: sticky;
  top: 90px;
}
.wrapper.view-product {
  overflow: visible;
}
.new-header .jmoddiv.jmodinside {
  position: static;
}
.main-news .row {
  display: flex;
  flex-wrap: wrap;
}
.reset .form-horizontal .control-label,
.login .form-horizontal .control-label {
  text-align: left;
}
.profile {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px;
}
/* mobile-up */
.wrapper {
  width: 100%;
  overflow: hidden;
}
.site-canvas {
  width: 100%;
  min-height: 1500px;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
header {
  line-height: 1;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  background: #101010;
  position: sticky;
}
header .wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 60px;
  -moz-transition: height 0.25s ease 0s;
  -ms-transition: height 0.25s ease 0s;
  -webkit-transition: height 0.25s ease 0s;
  -o-transition: height 0.25s ease 0s;
  transition: height 0.25s ease 0s;
}
header .menu-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  cursor: pointer;
  z-index: 5;
}
header .menu-toggle .bars {
  width: 13px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -7px;
}
header .menu-toggle .bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #8a8a8b;
  position: absolute;
  left: 0;
  -moz-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  -ms-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  -webkit-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
}
header .menu-toggle .bar:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  width: 0;
  background: #d4d4d5;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -webkit-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
header .menu-toggle .bar.bar-1 {
  top: 0;
  transform-origin: 2px 3px;
}
header .menu-toggle .bar.bar-2 {
  top: 4px;
}
header .menu-toggle .bar.bar-3 {
  top: 8px;
  transform-origin: 2px -2px;
}
header .menu-toggle.show-menu .bar:before {
  width: 100%;
  right: auto;
  left: 0;
}
header .menu-toggle.show-menu .bar.bar-1 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-toggle.show-menu .bar.bar-2 {
  opacity: 0;
}
header .menu-toggle.show-menu .bar.bar-3 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .social-h {
  display: none;
  margin-top: 44px;
  margin-left: 1046px;
  height: 20px;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
header .social-h a {
  display: block;
  float: left;
  font-size: 20px;
}
header .social-h a + a {
  margin: 0 0 0 25px;
}
header .social-h a .fa {
  color: #7c7d80;
}
header .social-h a:hover .fa {
  color: #d4d4d5;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100px;
  height: 36px;
  margin-left: -50px;
  margin-top: -18px;
  z-index: 5;
}
header .search-toggle {
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
header .search-toggle.open:before {
  -moz-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
header .search-toggle:before {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background: url("../../images/sprite.png") 0 0 no-repeat;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
header .search {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 55px -10px rgba(0, 0, 0, 0.4);
  -moz-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -o-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  transform-origin: 50% 0;
}
header .search.open {
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
header .search .inner-wrap {
  max-width: 430px;
  width: 100%;
  padding: 24px 15px 30px;
  margin: 0 auto;
}
header .search input {
  display: block;
  margin: 26px 0 0;
  width: 100%;
  height: 34px;
  border: none;
  color: #999999;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}
header .search input:focus + .input-line:before {
  width: 100%;
}
header .search .input-line {
  height: 3px;
  background: #333333;
}
header .search .input-line:before {
  display: block;
  content: '';
  height: 3px;
  width: 0;
  background: #bea775;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
header .search button {
  display: block;
  width: 165px;
  height: 45px;
  margin: 38px auto 0;
  background: #bea775;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
}
header .search button:hover {
  background: #ae9152;
}
header .search .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #7f7f7f;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
header .search .close-btn:hover {
  -moz-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
header .search .close-btn:before,
header .search .close-btn:after {
  display: block;
  content: '';
  width: 26px;
  height: 2px;
  background: #7f7f7f;
  transform-origin: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -13px;
  border-radius: 2px;
}
header .search .close-btn:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .search .close-btn:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* --- Menu --- */
.site-menu-left {
  width: 406px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -406px;
  z-index: 500;
  text-align: left;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.site-menu-left .in-menu {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 0;
  background: #fafafa;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.site-menu-left .subscribe {
  margin: 26px 0 0;
  padding: 0 20px;
}
.site-menu-left .subscribe .title {
  display: none;
  font-size: 16px;
  color: #333;
  margin: 0 0 12px;
  font-weight: bold;
}
.site-menu-left .subscribe .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 50px;
}
.site-menu-left .subscribe input[type="email"] {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  background: #f2f2f2;
  border: 1px solid #8c8c8c;
  border-right: none;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  color: #333;
  outline: none;
}
.site-menu-left .subscribe button {
  display: block;
  flex: 0 0 auto;
  width: 100px;
  background: #bea775;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 0;
}
.site-menu-left .subscribe button:hover {
  background: #ae9152;
}
.site-menu-left .issue-in-menu {
  margin: 50px 0 0;
}
.site-menu-left .issue-in-menu .cover {
  display: block;
  max-width: 227px;
  margin: 0 auto;
}
.site-menu-left .issue-in-menu .buy-block {
  padding: 10px 0;
  background: #bfa774;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.site-menu-left .issue-in-menu .issue-title {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.site-menu-left .issue-in-menu .num {
  margin: 6px 0;
}
.site-menu-left .issue-in-menu .buy-now {
  color: #fff;
  text-decoration: none;
}
.site-menu-left .social-m {
  width: 132px;
  height: 20px;
  margin: 0 auto;
}
.site-menu-left .social-m a {
  display: block;
  float: left;
  font-size: 20px;
}
.site-menu-left .social-m a + a {
  margin: 0 0 0 40px;
}
.site-menu-left .social-m a .fa {
  color: #333;
}
#menu-left {
  margin: 23px 22px 0;
}
#menu-left li a,
#menu-left li span {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}
#menu-left li a:hover,
#menu-left li span:hover,
#menu-left li a:focus,
#menu-left li span:focus {
  background: transparent;
}
#menu-left > li.item-372 > ul {
  display: none;
}
#menu-left > li > a,
#menu-left > li > span {
  display: block;
  padding: 20px 4px 22px;
  text-transform: uppercase;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
}
#menu-left > li > ul {
  list-style: none;
  padding: 0;
}
#menu-left > li > ul li a {
  display: block;
  padding: 16px 0 18px;
}
.site-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 350;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
header #navmenu {
  display: none;
}
/* --- Menu end --- */
/* --- Ulubiony kiosk --- */
.kiosk {
  margin: 0;
  padding: 30px 0 0;
  background: #131313;
}
.kiosk .logo-kiosk {
  display: block;
  width: 150px;
  height: 51px;
  margin: 0 auto;
  background: url("../../images/sprite.png") -130px 0 no-repeat;
}
.kiosk .sky-carousel {
  border: none;
  width: 100%;
  height: 595px;
  background: transparent;
  z-index: 1;
}
.kiosk .sky-carousel .sky-carousel-container li img {
  width: 280px;
  height: auto;
}
.kiosk .sky-carousel .sc-content-wrapper h2 {
  color: #fff;
}
.kiosk .sky-carousel .sc-price {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 6%;
  left: 50%;
  z-index: 4999;
}
.kiosk .sky-carousel .sc-price .sc-price-container {
  position: relative;
  left: -50%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 20px;
}
.kiosk .sky-carousel .sc-price a {
  display: inline-block;
  background: #e62e30;
  padding: 8px 0;
  border-radius: 8px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.kiosk .sky-carousel .sc-price a:after {
  display: table;
  content: "";
  clear: both;
}
.kiosk .sky-carousel .sc-price a:after {
  display: table;
  content: "";
  clear: both;
}
.kiosk .sky-carousel .sc-price a span {
  display: block;
  float: left;
  height: 36px;
}
.kiosk .sky-carousel .sc-price a span.p {
  width: 84px;
  font-size: 18px;
}
.kiosk .sky-carousel .sc-price a span.t {
  width: 85px;
  border-left: 1px solid #ec5858;
  font-size: 16px;
}
.kiosk .sky-carousel .sc-nav-button {
  width: 69px;
  height: 69px;
  margin-top: -35px;
  border-radius: 50%;
}
.kiosk .sky-carousel .sc-nav-button.sc-prev {
  background: url('../../images/sprite.png') -130px -54px no-repeat transparent;
  left: 5px;
  transform-origin: 0 50%;
}
.kiosk .sky-carousel .sc-nav-button.sc-next {
  background: url('../../images/sprite.png') -200px -54px no-repeat transparent;
  right: 5px;
  transform-origin: 100% 50%;
}
.kiosk .sky-carousel .sc-nav-button:focus {
  outline: none;
}
.no-touch .kiosk .sky-carousel .sc-nav-button:hover {
  background-color: transparent;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    margin-left: 0 !important;
  }
}
/* --- Ulubiony kiosk end --- */
/* --- footer --- */
footer {
  background: #303136;
  padding: 60px 0 10px;
  line-height: 1;
}
footer .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
footer .mini-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  clear: both;
}
footer ul.menu-right,
footer .ul-list ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}
footer ul.menu-right.hide-list,
footer .ul-list ul.hide-list {
  display: none;
}
footer ul.menu-right li + li,
footer .ul-list ul li + li {
  margin-top: 10px;
}
footer ul.menu-right li a,
footer .ul-list ul li a {
  display: inline;
  padding: 0;
  color: #ababab;
  font-size: 14px;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
footer ul.menu-right li a:hover,
footer .ul-list ul li a:hover,
footer ul.menu-right li a:focus,
footer .ul-list ul li a:focus {
  color: #d4d4d5;
  text-decoration: none;
  background-color: transparent;
}
footer .ul-list ul {
  padding-left: 15px;
  padding-right: 15px;
}
footer .ul-list ul.col-2,
footer .ul-list ul.col-3 {
  margin-top: 10px;
}
footer .ul-list ul li span {
  display: block;
  margin: 30px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .ul-list ul li:first-child span {
  margin-top: 0;
}
footer .footer-line {
  border-top: 3px solid #494a4e;
  padding: 31px 0 0;
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
footer .footer-line__right {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #6B6969;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  footer .footer-line__right {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
footer .footer-line__right-shop {
  margin-right: 30px;
  color: #AAAAAA;
}
footer .footer-line__right-copyrights a {
  color: #AAAAAA;
}
footer .col-xs-12.pull-left {
  margin-top: 30px;
}
footer .social a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 0 0 6px;
  border: 1px solid #ababab;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
footer .social a:hover .fa,
footer .social a:focus .fa {
  color: #d4d4d5;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
footer .social a .fa {
  color: #ababab;
  line-height: 24px;
}
footer .footer-logo {
  display: block;
  width: 98px;
  height: 36px;
  margin: 0 0 10px;
  background: url("../../images/sprite.png") -32px 0 no-repeat;
}
.our-sites {
  margin-top: 30px;
}
.our-sites .page-group {
  margin-bottom: 30px;
}
.our-sites .group-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}
.our-sites .group-list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.our-sites .group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.our-sites .group-item:first-child {
  padding-top: 0px;
}
.our-sites .group-link {
  color: #ababab;
  font-size: 14px;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.our-sites .group-link:hover {
  color: #d4d4d5;
  text-decoration: none;
}
/* --- footer end --- */
@media (max-width: 484px) {
  .site-menu-left {
    width: 260px;
    left: -260px;
  }
  .site-menu-left .subscribe {
    padding: 0 10px;
  }
  .site-menu-left .subscribe .title {
    display: block;
  }
  .site-menu-left .subscribe input[type="email"] {
    padding: 0 8px;
    font-size: 14px;
  }
  .site-menu-left .subscribe input[type="email"]::-webkit-input-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]::-moz-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]:-ms-input-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]:-moz-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]::placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe button {
    font-size: 14px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  /* mobile-only */
}
@media (min-width: 768px) {
  header .wrap {
    height: 104px;
  }
  header .menu-toggle {
    margin: 22px 0 0;
  }
  header .logo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 127px;
    height: 46px;
    margin-left: 10px;
    margin-top: 29px;
  }
  header .new-issue-toggle {
    float: right;
    margin: 0 46px 0 0;
    height: 100%;
  }
  header .new-issue-toggle .new-issue {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 0 90px 0 0;
    font-size: 13px;
    cursor: default;
  }
  header .new-issue-toggle .new-issue a {
    text-decoration: none;
  }
  header .new-issue-toggle .new-issue .date {
    display: inline-block;
    margin: 28px 0 4px;
    color: #fff;
  }
  header .new-issue-toggle .new-issue .title {
    display: inline-block;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    color: #d4d4d5;
  }
  header .new-issue-toggle .new-issue .button {
    font-family: "azo-sans-uber", sans-serif;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
  }
  header .new-issue-toggle .new-issue .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 104px;
    -moz-transition: height 0.25s ease 0s;
    -ms-transition: height 0.25s ease 0s;
    -webkit-transition: height 0.25s ease 0s;
    -o-transition: height 0.25s ease 0s;
    transition: height 0.25s ease 0s;
  }
  header .search-toggle {
    margin: 22px 0 0;
  }
  header.fixed-style .wrap {
    height: 74px;
  }
  header.fixed-style .menu-toggle {
    margin: 7px 0 0;
  }
  header.fixed-style .logo {
    margin-top: 14px;
  }
  header.fixed-style .new-issue-toggle .new-issue .date {
    margin: 13px 0 4px;
  }
  header.fixed-style .new-issue-toggle .new-issue .image {
    height: 0;
  }
  header.fixed-style .social-h {
    margin-top: 27px;
  }
  header.fixed-style .search-toggle {
    margin: 7px 0 0;
  }
  .site-menu-left .in-menu {
    top: 104px;
  }
  .site-menu-left.fixed-style .in-menu {
    top: 74px;
  }
  #menu-left {
    margin: 23px 22px 0;
    border-top: none;
  }
  /* --- Ulubiony kiosk --- */
  .kiosk .sky-carousel .sc-nav-button.sc-prev {
    left: 50%;
    margin-left: -270px;
  }
  .kiosk .sky-carousel .sc-nav-button.sc-next {
    right: 50%;
    margin-right: -270px;
  }
  /* --- Ulubiony kiosk end --- */
  footer {
    padding: 60px 0 10px;
  }
  footer .ul-list ul {
    width: 33.33333333%;
    float: left;
  }
  footer .ul-list ul.col-2,
  footer .ul-list ul.col-3 {
    margin-top: 30px;
  }
  footer .footer-line {
    padding: 23px 0 35px;
  }
  footer .col-xs-12.pull-left {
    margin-top: 0;
  }
  footer .footer-logo {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* tablet-only */
}
@media (min-width: 1025px) {
  /* desktop-up */
  header .menu-toggle .bar.bar-2:before {
    -moz-transition: width 0.25s ease 0.04s;
    -ms-transition: width 0.25s ease 0.04s;
    -webkit-transition: width 0.25s ease 0.04s;
    -o-transition: width 0.25s ease 0.04s;
    transition: width 0.25s ease 0.04s;
  }
  header .menu-toggle .bar.bar-3:before {
    -moz-transition: width 0.25s ease 0.08s;
    -ms-transition: width 0.25s ease 0.08s;
    -webkit-transition: width 0.25s ease 0.08s;
    -o-transition: width 0.25s ease 0.08s;
    transition: width 0.25s ease 0.08s;
  }
  header .menu-toggle:hover .bar:before {
    width: 100%;
    right: auto;
    left: 0;
  }
  header .new-issue-toggle:hover .new-issue-big {
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  header .new-issue-big {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 60px 0 28px;
    background: #f5f5f5;
    box-shadow: 0 15px 55px -10px rgba(0, 0, 0, 0.4);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    -webkit-transform: scale3d(0, 0, 1);
    -o-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform-origin: 50% 0;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  header .new-issue-big .issue-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 25px 25px 25px 34px;
    text-align: left;
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.2);
  }
  header .new-issue-big .left-col {
    float: left;
    width: 660px;
  }
  header .new-issue-big .title {
    margin: 0 0 24px;
    font-size: 35px;
    color: #212121;
  }
  header .new-issue-big .buy-block {
    position: relative;
    width: 320px;
    height: 162px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding: 24px 16px 18px;
    font-size: 13px;
  }
  header .new-issue-big .buy-block:before {
    display: block;
    content: '';
    position: absolute;
    top: 28px;
    left: 33px;
  }
  header .new-issue-big .buy-block.printed {
    float: left;
  }
  header .new-issue-big .buy-block.printed:before {
    width: 50px;
    height: 46px;
    background: url('../../images/sprite.png') -56px -38px no-repeat;
  }
  header .new-issue-big .buy-block.electronic {
    float: right;
  }
  header .new-issue-big .buy-block.electronic:before {
    width: 40px;
    height: 52px;
    background: url('../../images/sprite.png') -13px -38px no-repeat;
  }
  header .new-issue-big .buy-block .buy-title {
    padding: 0 0 0 88px;
    font-weight: bold;
    text-transform: uppercase;
    color: #12121a;
  }
  header .new-issue-big .buy-block .buy-text {
    color: #848484;
    margin: 10px 0 0;
    padding: 0 0 0 88px;
    line-height: 16px;
  }
  header .new-issue-big .buy-block a {
    display: block;
    position: relative;
    margin: 18px 0 0;
    height: 45px;
    background: #bfa774;
    border-radius: 2px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
  }
  header .new-issue-big .buy-block a:hover {
    background: #af9151;
  }
  header .new-issue-big .buy-block a span {
    display: inline-block;
    width: 88px;
    vertical-align: middle;
    text-align: center;
    margin: 0 12px 0 0;
    font-size: 20px;
    font-weight: 900;
  }
  header .new-issue-big .buy-block a:before {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 35px;
    background: #fff;
    left: 88px;
    top: 5px;
  }
  header .new-issue-big .subscription,
  header .new-issue-big .see-demo {
    width: 320px;
    height: 80px;
    margin: 13px 0 0;
    background: #f0f0f0;
    border-radius: 3px;
  }
  header .new-issue-big .subscription a,
  header .new-issue-big .see-demo a {
    display: block;
    height: 45px;
    position: relative;
    border: 1px solid #bfa774;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 43px;
    color: #bfa774;
    font-size: 13px;
    font-weight: bold;
  }
  header .new-issue-big .subscription a span,
  header .new-issue-big .see-demo a span {
    position: relative;
    z-index: 1;
  }
  header .new-issue-big .subscription a:before,
  header .new-issue-big .see-demo a:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    background: #bfa774;
    width: 0;
    -moz-transition: width 0.25s ease 0s;
    -ms-transition: width 0.25s ease 0s;
    -webkit-transition: width 0.25s ease 0s;
    -o-transition: width 0.25s ease 0s;
    transition: width 0.25s ease 0s;
  }
  header .new-issue-big .subscription a:hover,
  header .new-issue-big .see-demo a:hover {
    color: #fff;
  }
  header .new-issue-big .subscription a:hover:before,
  header .new-issue-big .see-demo a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  header .new-issue-big .subscription {
    float: left;
  }
  header .new-issue-big .subscription .sub-text {
    float: left;
    margin: 33px 0 0 32px;
    font-size: 13px;
    font-weight: bold;
    color: #12121a;
    text-transform: uppercase;
  }
  header .new-issue-big .subscription a {
    width: 152px;
    margin: 17px 19px 0 0;
    float: right;
  }
  header .new-issue-big .see-demo {
    float: right;
  }
  header .new-issue-big .see-demo a {
    width: 194px;
    margin: 17px auto 0;
  }
  header .new-issue-big .cover {
    float: right;
    display: block;
    width: calc(100% - 680px);
    max-width: 300px;
    margin: -55px 0 0;
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.2);
  }
  header .search-toggle:hover:before {
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  footer {
    padding: 72px 0 10px;
  }
  footer .footer-line {
    margin-top: 105px;
  }
}
@media (min-width: 1025px) and (max-width: 1139px) {
  /* desktop-only */
}
@media (min-width: 1140px) {
  /* desktop-large-up */
}
@media (min-width: 1280px) {
  header .wrap {
    max-width: 1230px;
  }
  header .new-issue-toggle {
    float: left;
    margin: 0 0 0 25px;
  }
  header #navmenu {
    display: block;
    margin-top: 44px;
    margin-left: 25px;
    float: left;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  header #menu > li {
    display: inline-block;
    vertical-align: top;
    position: inherit;
  }
  header #menu > li + li {
    margin-left: 15px;
    margin-left: 5px;
  }
  header #menu > li.item-358,
  header #menu > li.item-304 {
    display: none;
  }
  header #menu > li.item-445 a {
    margin-top: -4px;
    padding: 5px 7px;
    border: 1px solid #af9151;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  header #menu > li.item-445:hover a {
    background-color: #af9151;
    color: #fff;
  }
  header #menu > li > a,
  header #menu > li > span.separator {
    display: block;
    position: relative;
    padding: 0 0 4px;
    color: #d4d4d5;
    font-size: 16px;
  }
  header #menu > li > a:after,
  header #menu > li > span.separator:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #af9151;
    -moz-transition: width 0.25s ease 0s;
    -ms-transition: width 0.25s ease 0s;
    -webkit-transition: width 0.25s ease 0s;
    -o-transition: width 0.25s ease 0s;
    transition: width 0.25s ease 0s;
  }
  header #menu > li > a:hover,
  header #menu > li > span.separator:hover,
  header #menu > li > a:focus,
  header #menu > li > span.separator:focus {
    background-color: transparent;
  }
  header #menu > li > a.event,
  header #menu > li > span.separator.event {
    color: #af9151;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    /*background-color: #101010;
                        margin-top: -41px;
                        height: 101px;*/
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  header #menu > li > a.event img,
  header #menu > li > span.separator.event img {
    height: 100%;
    width: auto;
  }
  header #menu > li > a.event:after,
  header #menu > li > span.separator.event:after {
    content: none;
    display: none;
  }
  header #menu > li > span.separator {
    cursor: default;
  }
  header #menu > li:hover > a:after,
  header #menu > li:hover > span.separator:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  header #menu > li:hover > span.ul-in {
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  header #menu > li:hover > span.ul-in:before {
    display: block;
  }
  header #menu > li.active > a,
  header #menu > li.active > span.separator {
    color: #af9151;
  }
  header #menu > li > span.ul-in {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 30px 0;
    box-shadow: 0 15px 55px -10px rgba(0, 0, 0, 0.4);
    z-index: 2;
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    -webkit-transform: scale3d(0, 0, 1);
    -o-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform-origin: 50% 0;
  }
  header #menu > li > span.ul-in:before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 40px;
    width: 100%;
  }
  header #menu > li > span.ul-in ul {
    list-style: none;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
  }
  header #menu > li > span.ul-in ul:after {
    display: table;
    content: "";
    clear: both;
  }
  header #menu > li > span.ul-in ul:after {
    display: table;
    content: "";
    clear: both;
  }
  header #menu > li > span.ul-in ul li.menu-first {
    float: left;
    width: 14.5%;
    margin: 0 0 22px;
    color: #333;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
  }
  header #menu > li > span.ul-in ul li[class*="item-"] {
    width: 14.5%;
    padding: 0 6px 0 0;
    margin: 12px 0 0;
    clear: left;
  }
  header #menu > li > span.ul-in ul li[class*="item-"] a {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    -moz-transition: color 0.25s ease 0s;
    -ms-transition: color 0.25s ease 0s;
    -webkit-transition: color 0.25s ease 0s;
    -o-transition: color 0.25s ease 0s;
    transition: color 0.25s ease 0s;
  }
  header #menu > li > span.ul-in ul li[class*="item-"] a:hover {
    color: #af9151;
  }
  header #menu > li > span.ul-in ul li[class*="item-"].active a {
    color: #af9151;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet,
  header #menu > li > span.ul-in ul li.menu-nauka,
  header #menu > li > span.ul-in ul li.menu-artykuly {
    width: 85%;
    float: right;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .a-wrap,
  header #menu > li > span.ul-in ul li.menu-nauka .a-wrap,
  header #menu > li > span.ul-in ul li.menu-artykuly .a-wrap {
    display: block;
    position: relative;
    float: left;
    width: 20%;
    padding: 0 0 0 1px;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .link,
  header #menu > li > span.ul-in ul li.menu-nauka .link,
  header #menu > li > span.ul-in ul li.menu-artykuly .link {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .link img,
  header #menu > li > span.ul-in ul li.menu-nauka .link img,
  header #menu > li > span.ul-in ul li.menu-artykuly .link img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .link .title,
  header #menu > li > span.ul-in ul li.menu-nauka .link .title,
  header #menu > li > span.ul-in ul li.menu-artykuly .link .title {
    display: block;
    padding: 0 20px 0 0;
    margin: 10px 0 0;
    -moz-transition: color 0.25s ease 0s;
    -ms-transition: color 0.25s ease 0s;
    -webkit-transition: color 0.25s ease 0s;
    -o-transition: color 0.25s ease 0s;
    transition: color 0.25s ease 0s;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .link:hover .title,
  header #menu > li > span.ul-in ul li.menu-nauka .link:hover .title,
  header #menu > li > span.ul-in ul li.menu-artykuly .link:hover .title {
    color: #af9151;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .category,
  header #menu > li > span.ul-in ul li.menu-nauka .category,
  header #menu > li > span.ul-in ul li.menu-artykuly .category {
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 102px;
    z-index: 1;
    padding: 0 5px;
    background: #f63440;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    text-decoration: none;
  }
  header #menu > li > span.ul-in ul li.menu-sprzet .category:hover,
  header #menu > li > span.ul-in ul li.menu-nauka .category:hover,
  header #menu > li > span.ul-in ul li.menu-artykuly .category:hover {
    background: #ed0a18;
  }
  header.fixed-style #navmenu {
    margin-top: 29px;
  }
  header.fixed-style #menu > li > span.ul-in:before {
    height: 25px;
  }
  header.fixed-style #menu > li a.event {
    /*margin-top: -26px;
                        height: 71px;*/
  }
}
@media (min-width: 1280px) {
  header .social-h {
    display: block;
  }
}
/* google search start */
.search-container {
  background: #fff;
}
.search-container .gsc-search-box-tools {
  text-align: center;
}
.search-container .gsc-search-box-tools .gsc-search-box td.gsc-input {
  display: inline-block;
  width: 60%;
  padding: 0;
}
.search-container .gsc-search-box-tools .gsc-search-box td.gsc-input .gsc-input-box {
  width: 100%;
  margin: auto;
  position: relative;
  height: auto;
  border-style: none none solid;
}
.search-container .gsc-search-box-tools .gsc-search-box td.gsc-input .gsc-input-box .gsib_a {
  padding: 0;
}
.search-container .gsc-search-box-tools .gsc-search-box td.gsc-input .gsc-input-box .gsib_a .gsc-input {
  max-width: none;
  padding: 5px 25px 5px 10px !important;
  background-position-x: 5px !important;
  height: 29px !important;
  font-weight: bold;
  font-size: 14px;
}
.search-container .gsc-search-box-tools .gsc-search-box td.gsc-input .gsc-input-box .gsib_b {
  position: absolute;
  right: 0;
  top: 3px;
  width: auto;
}
.search-container .gsc-search-box-tools .gsc-search-box .gsc-search-button {
  display: inline-block;
  width: auto;
}
.search-container .gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button {
  padding: 8px 15px;
  margin: 0 5px;
}
.search .search-container {
  padding: 10px;
}
.search .search-container .gsc-search-box td.gsc-input {
  padding: 15px 0;
  width: 100%;
}
.search .search-container .gsc-search-button-v2 svg {
  display: none;
}
.search .search-container button.gsc-search-button:before {
  content: 'Wyszukaj';
}
/* google search end */
/* NEWSLETTER MODULE */
#subscribe-newsletter {
  padding: 50px 0;
}
#subscribe-newsletter .title {
  font-size: 37px;
  font-weight: 400;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #fff;
}
#subscribe-newsletter .title span {
  font-weight: 900;
  text-transform: uppercase;
}
#subscribe-newsletter .title i {
  font-size: 36px;
  vertical-align: middle;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}
#subscribe-newsletter .title i:before {
  margin-left: -5px;
}
#subscribe-newsletter .title i:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 5;
}
#subscribe-newsletter .subtitle {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  margin-bottom: 15px;
  padding: 0 15px;
  color: #AF996B;
}
#subscribe-newsletter form {
  font-size: 0;
  text-align: center;
}
#subscribe-newsletter form input {
  height: 55px;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  padding: 0 5px;
  width: calc(100% - 30px);
  margin-bottom: 15px;
  background-color: #484949;
  color: #fff;
}
@media (min-width: 576px) {
  #subscribe-newsletter form input {
    max-width: 320px;
    margin-bottom: 0;
  }
}
#subscribe-newsletter form input::placeholder {
  opacity: 1;
}
#subscribe-newsletter form button {
  height: 55px;
  border: none;
  outline: none;
  background-color: #AF996B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  #subscribe-newsletter form button {
    max-width: 200px;
  }
}
.subscribe-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1D1C1B;
}
/* NEWSLETTER MODULE End */
/* MOBILE-UP
---------------------------------------*/
/* --- Site row --- */
.site-row {
  margin-left: -15px;
  margin-right: -15px;
}
.site-row:after {
  display: table;
  content: "";
  clear: both;
}
.site-row:after {
  display: table;
  content: "";
  clear: both;
}
.site-row .col-71,
.site-row .col-29 {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
/* --- Site row end --- */
.content-video .background {
  background: #3B3C3E;
  display: none;
}
.article {
  margin: 24px 0 0;
  position: relative;
  /* --- Global class --- */
  /* --- Global class end --- */
}
.article .small-top h1 {
  display: block;
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 5px solid #333333;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.article .small-top .date-container {
  margin: 12px -10px;
  text-align: center;
}
.article .small-top .date-container .date,
.article .small-top .date-container .name,
.article .small-top .date-container .category {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  padding: 5px 10px;
  vertical-align: middle;
}
.article .small-top .date-container .name {
  border-left: 1px solid #212121;
}
.article .small-top .date-container .separator {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #212121;
  vertical-align: middle;
  margin: 0 -3px;
}
.article .social-icons {
  font-size: 0;
  text-align: center;
}
.article .social-icons.end {
  max-width: 300px;
  margin: 0 auto 20px;
}
.article .social-icons.end .icon {
  max-width: 60px;
  width: 20%;
  border-right: 1px solid #212121;
}
.article .social-icons.end .icon:last-of-type {
  border: none;
}
.article .social-icons.first {
  display: none;
  width: 60px;
  position: absolute;
  top: 0;
  left: -70px;
  z-index: 10;
}
.article .social-icons.first .icon {
  width: 60px;
  border-bottom: 1px solid #212121;
}
.article .social-icons.first .icon:last-of-type {
  border: none;
}
.article .social-icons .icon {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  height: 60px;
  display: inline-block;
  font-size: 25px;
  color: #333;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
}
.article .social-icons .icon:after {
  position: absolute;
  font-family: 'FontAwesome';
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.article .social-icons .icon.fb:after {
  content: "\f09a";
}
.article .social-icons .icon.twtr:after {
  content: "\f099";
}
.article .social-icons .icon.pin:after {
  content: "\f0d2";
}
.article .social-icons .icon.google:after {
  content: "\f0d5";
}
.article .social-icons .icon.mail:after {
  content: "\f0e0";
}
.article .social-icons .icon.fb-share {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.article .social-icons .icon:hover {
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
}
.article .social-icons .icon:hover.fb {
  color: #3b5998;
}
.article .social-icons .icon:hover.twtr {
  color: #00aced;
}
.article .social-icons .icon:hover.pin {
  color: #ca0034;
}
.article .social-icons .icon:hover.google {
  color: #dd4b39;
}
.article .social-icons .icon:hover.mail {
  color: #a60505;
}
.article .introtext {
  margin: 28px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
}
.article .introtext > *:last-child {
  margin-bottom: 0 !important;
}
.article .text-block {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 24px;
  /* szablony editora */
  /* szablony editora end */
}
.article .text-block img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.article .text-block p {
  margin-bottom: 22px;
}
.article .text-block h2,
.article .text-block h3,
.article .text-block h4,
.article .text-block h5 {
  margin: 0 0 16px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
}
.article .text-block h2 {
  font-size: 23px;
}
.article .text-block h3 {
  font-size: 20px;
}
.article .text-block h4 {
  font-size: 18px;
}
.article .text-block h5 {
  font-size: 17px;
}
.article .text-block > *:last-child {
  margin-bottom: 0 !important;
}
.article .text-block .daneTechniczne {
  background: #e1e1e1;
  padding: 25px;
}
.article .text-block .daneTechniczne > *:last-child {
  margin-bottom: 0 !important;
}
.article .text-block blockquote {
  border: none;
  color: #000;
  background-image: url(/templates/main/images/quote.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  padding: 0 15px;
}
.article .text-block blockquote p {
  color: #212121;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
.article .text-block .summary {
  background-color: #f2f2f2;
  border-top: 3px solid #ff4a4a;
  padding: 20px 35px 50px;
}
.article .text-block .summary > p {
  padding: 0 12px;
}
.article .text-block .observations {
  background-color: #212121;
  color: #ffffff;
  padding: 20px 35px 50px;
}
.article .text-block .observations h3 {
  padding: 0 0 20px;
  border-bottom: 3px solid #ff4a4a;
  margin: 0 0 35px;
  font-size: 18px;
  text-transform: uppercase;
}
.article .text-block .magazine-tabs {
  background: #f0f0f0;
  margin-top: 50px;
}
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles {
  background: #ffffff;
  border-bottom: 2px solid #c0c0c0;
  padding: 0 15px;
  text-align: center;
}
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #magazine,
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #dvd {
  margin: 0 15px;
  color: #bababa;
  cursor: pointer;
  font-size: 20px;
  line-height: 85px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 700;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #magazine:hover,
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #dvd:hover,
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #magazine.active,
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #dvd.active {
  color: #ff4a4a;
  background: #f0f0f0;
  border-radius: 9px 9px 0 0;
}
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #magazine.active,
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #dvd.active {
  cursor: default;
}
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #magazine.active:after,
.article .text-block .magazine-tabs .paper-magazine-contents .magazine-contents-titles #dvd.active:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  bottom: -2px;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-magazine {
  padding: 50px 0;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-magazine .row {
  display: flex;
  flex-wrap: wrap;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc {
  display: none;
  padding: 50px 0;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc .media-note {
  padding-bottom: 50px;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc .media-note .img-label {
  float: left;
  margin-right: 15px;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc .media-note .media-desc {
  color: #212121;
  font-size: 18px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  line-height: 28px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-family: 'Poppins';
  font-weight: 400;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc .media-note .media-desc a {
  color: #ff4a4a;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-magazine,
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-magazine h3,
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc h3 {
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 23px;
  font-family: 'Poppins';
  font-weight: 400;
}
.article .text-block .magazine-tabs .paper-magazine-contents .in-magazine h3:after,
.article .text-block .magazine-tabs .paper-magazine-contents .in-disc h3:after {
  background-color: #ff4a4a;
  content: '';
  display: block;
  width: 30px;
  position: absolute;
  height: 3px;
  bottom: 0;
}
.article .text-block .appliance {
  background-color: #f2f2f2;
  padding: 20px 35px 50px;
}
.article .text-block .appliance h3 {
  padding: 0 0 20px;
  border-bottom: 3px solid #ff4a4a;
  margin: 0 0 35px;
  font-size: 18px;
  text-transform: uppercase;
}
.article .text-block .in-article-table {
  background-color: #f2f2f2;
  padding: 0 35px 50px;
}
.article .text-block .in-article-table h3 {
  padding: 10px 35px 20px;
  background: #333333;
  color: #ffffff;
  margin: 0 -35px 35px;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.article .text-block .table-specs h3 {
  padding: 0 0 20px;
  border-bottom: 3px solid #ff4a4a;
  margin: 0 0 35px;
  font-size: 18px;
  text-transform: uppercase;
}
.article .text-block .table-specs table {
  width: 100%;
}
.article .text-block .table-specs table tr {
  width: 100%;
}
.article .text-block .table-specs table tr td {
  font-size: 16px;
  width: 65%;
  vertical-align: top;
}
.article .text-block .table-specs table tr td:first-of-type {
  font-size: 15px;
  width: 35%;
  text-transform: uppercase;
}
.article .text-block .tips .ask {
  background-color: #ff4a4a;
  width: 45px;
  height: 45px;
  font-family: Poppins;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  padding-left: 13px;
  padding-top: 10px;
  display: inline-block;
  float: left;
  margin: 0;
}
.article .text-block .tips .content {
  color: #ff4a4a;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 0 12px;
  padding-top: 10px;
  padding-left: 15px;
}
.article .text-block .step-by-step {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 5px solid #333;
  margin-bottom: 15px;
}
.article .text-block .step-by-step .title {
  background-color: #ff4a4a;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  width: 30%;
  float: left;
  padding: 10px;
}
.article .text-block .step-by-step .sub-title {
  background-color: #333333;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  width: 70%;
  float: left;
  padding: 10px;
}
.article .text-block .step-by-step .content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  clear: left;
  margin: 0 -15px;
}
.article .text-block .step-by-step .item {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.article .text-block .step-by-step .text-area {
  display: flex;
  align-items: stretch;
}
.article .text-block .step-by-step .label {
  color: #ff4a4a;
  font-size: 50px;
  font-weight: 700;
  margin-top: 0;
}
.article .text-block .step-by-step .text {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 15px;
  line-height: 22px;
}
.article .text-block .step-by-step img {
  width: 100%;
}
.article .text-block .step-by-step .title-item {
  padding-left: 15px;
  color: #ff4a4a;
  font-size: 20px;
  font-weight: 700;
}
.article .ask,
.article .answer {
  clear: left;
}
.article .ask .flex,
.article .answer .flex {
  display: flex;
  align-items: stretch;
}
.article .ask .flex .left-col,
.article .answer .flex .left-col {
  width: 90px;
}
.article .ask .flex .left-col img,
.article .answer .flex .left-col img {
  margin: 0 10px 0 0;
  border-radius: 50px;
}
.article .ask .flex .left-col img.logo-small,
.article .answer .flex .left-col img.logo-small {
  border-radius: 0;
}
.article .ask .flex .right-col,
.article .answer .flex .right-col {
  width: calc(100% - 90px);
}
.article .ask .flex .right-col {
  align-self: center;
}
.article .gallery {
  margin-bottom: 30px;
}
.article .gallery .title {
  margin: 0 0 13px;
  font-size: 20px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.article .gallery .button {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid;
  font: 700 13px "Inter", sans-serif;
  color: #333;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.article .gallery .button:after {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.article .gallery .button:hover:after {
  left: 0;
}
.article .gallery .box {
  margin: 10px auto 18px;
  max-width: 300px;
}
.article .gallery .box .gallery-item {
  margin: 2px 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.article .gallery .box .gallery-item:after {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transform: rotateX(90deg);
}
.article .gallery .box .gallery-item:before {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  content: '+';
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 2;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: rotateX(90deg);
}
.article .gallery .box .gallery-item:hover:after,
.article .gallery .box .gallery-item:hover:before {
  transform: rotateX(0);
}
.article .aside-wrap:after {
  display: table;
  content: "";
  clear: both;
}
.article .aside-wrap:after {
  display: table;
  content: "";
  clear: both;
}
.article .aside-wrap .customreklama {
  margin: 30px 0 0;
}
.article .complementary .title {
  margin: 0 0 13px;
  font-size: 20px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.article .complementary .price {
  margin: 30px 0 0;
}
.article .complementary .price .box {
  background: #3e3e3e;
  padding: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.article .complementary .distributor {
  width: 100%;
  margin: 30px 0 0;
}
.article .complementary .distributor .box {
  width: 100%;
  font-size: 13px;
  display: table;
  border: 1px solid #cfcfcf;
  border-top: 3px solid #212121;
}
.article .complementary .distributor .box .img {
  width: 85%;
  float: left;
  padding-left: 20px;
}
.article .complementary .distributor .box .img img {
  display: block;
  width: auto;
  max-height: 66px;
}
.article .complementary .distributor .box .distributor-name {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  width: 50%;
}
.article .test-source {
  margin: 30px auto 20px;
  max-width: 300px;
}
.article .test-source .title {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.article .test-source .box {
  display: flex;
  align-items: stretch;
}
.article .test-source .box .image {
  flex: 1 1 55%;
  max-width: 55%;
}
.article .test-source .box .image img {
  width: 100%;
  height: 100%;
}
.article .test-source .box .des-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.article .test-source .box .des-container .description {
  background: #3e3e3e;
  color: #fff;
  text-align: center;
  padding: 10px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article .test-source .box .des-container .description .name {
  font-size: 15px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.article .test-source .box .des-container .description .number {
  font-size: 13px;
}
.article .test-source .box .des-container .button {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #bfa774;
  text-align: center;
  text-decoration: none;
  flex: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article .test-source .box .des-container .button:hover {
  background: #af9151;
}
.article .recommended {
  margin: 30px 0 0;
}
.article .recommended .title {
  margin: 0 0 13px;
  font-size: 20px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.article .recommended .image {
  display: block;
}
.article .recommended .title-wrap {
  background: #252321;
  padding: 0 15px 12px;
  position: relative;
  z-index: 1;
}
.article .recommended .category {
  display: block;
  float: left;
  margin: -9px 0 7px;
  background: #bfa774;
  color: #fff;
  line-height: 19px;
  padding: 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.article .recommended .category:hover {
  background: #af9151;
}
.article .recommended .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.article .other-tests {
  margin: 20px 0 0;
}
.article .other-tests .title {
  margin: 0 0 13px;
  font-size: 20px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.article .other-tests .other-item {
  display: block;
  margin: 2px 0 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.article .other-tests .other-item:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #212121 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#212121', GradientType=0);
}
.article .other-tests .other-item .other-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 12px;
  z-index: 2;
}
.article .flex-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article.article-review .small-top .image {
  background-color: transparent;
  padding: 0;
}
.article.article-review .small-top .image picture:first-child img {
  display: none;
}
.article.article-review .small-top .image picture:last-child {
  position: relative;
  z-index: 5;
}
.article.article-review .small-top .image .main-image {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
.article.article-review .small-top .image.block {
  padding: 5px 15px 15px;
}
.article.article-review .marks-center {
  margin: 40px 0 25px;
}
.article.article-review .mark {
  background-color: #fff;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 275px;
}
.article.article-review .mark > span:first-child {
  display: block;
  font-weight: 400;
}
.article.article-review .mark > span:first-child span {
  font-weight: 900;
}
.article.article-review .mark > span.big {
  font-size: 28px;
}
.article.article-review .mark > span.small {
  font-size: 15px;
  position: relative;
  bottom: 5px;
  color: #bbbbbb;
}
.article.article-review .mark .ocena-perkusisty-active {
  width: 14px;
  height: 13px;
  background: url(/templates/main/images/sprite.png) -30px 148px;
}
.article.article-review .mark .ocena-perkusisty-inactive {
  width: 14px;
  height: 13px;
  background: url(/templates/main/images/sprite.png) -46px 148px;
}
.article.article-review .mark .ocena-plyty-active {
  width: 14px;
  height: 13px;
  background: url(/templates/main/images/sprite.png) 0 148px;
}
.article.article-review .mark .ocena-plyty-inactive {
  width: 14px;
  height: 13px;
  background: url(/templates/main/images/sprite.png) -15px 148px;
}
.article.article-review .mark .ocena-plyty-active,
.article.article-review .mark .ocena-plyty-inactive,
.article.article-review .mark .ocena-perkusisty-active,
.article.article-review .mark .ocena-perkusisty-inactive {
  display: inline-block;
  margin-bottom: 5px;
}
.article.article-review .mark .item {
  display: inline-block;
  margin-right: 15px;
}
.article.article-review .introtext {
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  padding: 15px 0;
}
/* ===== Wideo ===== */
/* ===== Wideo end ===== */
/* ===== Lesson ===== */
/* ===== End Lesson ===== */
.article-interview {
  margin: 0;
}
.article-interview .top {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 800px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.article-interview .top .top-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  position: relative;
  z-index: 2;
  padding: 0 20px 60px;
}
.article-interview .top .top-content .label {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: inline-block;
  padding: 10px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 0;
  text-decoration: none;
}
.article-interview .top .top-content .label:after {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.article-interview .top .top-content .label:hover:after {
  left: 0;
}
.article-interview .top .top-content .name {
  font-size: 35px;
  font-weight: 700;
  padding: 10px 0 30px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 40px;
  max-width: 450px;
}
.article-interview .top .top-content .text {
  font-size: 16px;
  min-height: 160px;
}
.article-interview .top .top-content .date-container {
  font-size: 0;
}
.article-interview .top .top-content .date-container .author,
.article-interview .top .top-content .date-container .date {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}
.article-interview .top .top-content .date-container .author {
  border-right: 2px solid #fff;
}
.article-interview .top .shade {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 500px;
  background: linear-gradient(transparent, #000);
}
.article-interview .top .social-icons {
  position: absolute;
  bottom: -30px;
  z-index: 5;
}
.article-interview .site-row {
  padding: 60px 0;
}
/* --- gallery in content --- */
.gallery-in-content {
  margin-top: 30px;
}
.gallery-in-content .gallery-container {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.gallery-in-content .gallery-container img {
  margin: 0;
}
.gallery-in-content .gallery-container > img {
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -webkit-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.gallery-in-content .gallery-container .gallery-thumbnails {
  position: absolute;
  bottom: 0;
  padding: 10px;
  z-index: 5;
}
.gallery-in-content .gallery-container .gallery-thumbnails .thumbnails-wrapper {
  display: flex;
}
.gallery-in-content .gallery-container .gallery-thumbnails .thumb {
  width: 20%;
  float: left;
}
.gallery-in-content .gallery-container .gallery-thumbnails .thumb .thumb-wrapper {
  padding: 0 5px;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery {
  width: 20%;
  float: left;
  padding: 0 5px;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery .more-gallery-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #af9151;
  text-align: center;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery .more-gallery-wrap .more-gallery-link {
  text-decoration: none;
  display: flex;
  height: 80%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery .more-gallery-wrap .more-gallery-link div {
  /*display:table-cell;*/
  vertical-align: middle;
  font: 700 12px "Inter", sans-serif;
  color: #fff;
  text-align: center;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery .more-gallery-wrap .more-gallery-link div .big {
  font-size: 30px;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery .more-gallery-wrap .more-gallery-link:hover {
  text-decoration: none;
}
.gallery-in-content .gallery-container .gallery-thumbnails .more-gallery .more-gallery-wrap .more-gallery-badge {
  background-color: #796538;
  font: 700 11px/20px "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gallery-in-content .gallery-container .gradient-gallery {
  position: absolute;
  background: linear-gradient(0deg, #212121 0.001%, rgba(33, 33, 33, 0.0001) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-in-content .gallery-container .gallery-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: block;
  top: 0;
  left: 0;
}
.gallery-in-content .gallery-container .gallery-rectangles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.gallery-in-content .gallery-container .gallery-rectangles .rectangles-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gallery-in-content .gallery-container .gallery-rectangles .rectangles-container .rectangles-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.gallery-in-content .gallery-container .gallery-rectangles .rectangles-container .rectangles-wrap .first-one {
  border: 4px solid #ffffff;
  width: 70px;
  height: 47px;
}
.gallery-in-content .gallery-container .gallery-rectangles .rectangles-container .rectangles-wrap .another-one {
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #ffffff;
  width: 70px;
  height: 47px;
  position: absolute;
  top: -9px;
  left: 9px;
}
.gallery-in-content .gallery-container .gallery-rectangles .rectangles-container .rectangles-wrap .last-one {
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #ffffff;
  width: 70px;
  height: 47px;
  position: absolute;
  top: -18px;
  left: 18px;
}
.gallery-in-content .gallery-container .gallery-rectangles .rectangles-container .rectangles-wrap .rec-more {
  font: 700 15px "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: -30px;
  width: 170px;
  text-transform: uppercase;
}
.gallery-in-content:hover .gallery-container {
  overflow: hidden;
}
.gallery-in-content:hover .gallery-container > img {
  transform: scale3d(1.1, 1.1, 1);
}
/* --- end gallery in content --- */
/* --- gallery-page --- */
.gallery-page {
  margin-top: -2px;
}
.gallery-page .page-info {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  font-size: 16px;
  font-weight: bold;
}
.gallery-page .page-info .close-page {
  display: block;
  width: 60px;
  height: 60px;
  background: #ebebeb;
  position: relative;
}
.gallery-page .page-info .close-page:before,
.gallery-page .page-info .close-page:after {
  display: block;
  content: "";
  width: 50px;
  height: 5px;
  background: #000;
  position: absolute;
  top: 28px;
  left: 9px;
  border-radius: 5px;
}
.gallery-page .page-info .close-page:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-page .page-info .close-page:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery-page .page-info .count {
  text-align: center;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, 0.3);
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 700;
}
.gallery-page h1 {
  margin-top: 90px;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Poppins';
  font-weight: 600;
}
.gallery-page .current-image {
  margin-top: 30px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 40px 0 22px;
}
.gallery-page .current-image img {
  margin-left: auto;
  margin-right: auto;
}
.gallery-page .current-image .title {
  font-size: 16px;
  margin-top: 24px;
  line-height: 1.2;
}
.gallery-page .current-image .source {
  font-size: 16px;
  margin-top: 10px;
  font-style: italic;
  line-height: 1.2;
}
.gallery-page .prev-img,
.gallery-page .next-img {
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.gallery-page .prev-img:after,
.gallery-page .next-img:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-page .prev-img:after,
.gallery-page .next-img:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-page .prev-img span,
.gallery-page .next-img span {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #ebebeb;
  color: #000;
  text-indent: 0;
}
.gallery-page .prev-img span:before,
.gallery-page .next-img span:before {
  position: absolute;
  left: 23px;
  top: 50%;
  display: block;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  font-family: 'FontAwesome';
  font-size: 60px;
  line-height: 25px;
  text-align: center;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.gallery-page .prev-img.disabled,
.gallery-page .next-img.disabled {
  opacity: 0.2;
  cursor: default;
}
.gallery-page .prev-img.disabled :before,
.gallery-page .next-img.disabled :before {
  font-size: 48px;
}
.gallery-page .prev-img {
  float: left;
}
.gallery-page .prev-img span {
  float: left;
}
.gallery-page .prev-img span:before {
  content: "\f104";
}
.gallery-page .prev-img:hover:not(.disabled) span:before {
  left: 18px;
}
.gallery-page .next-img {
  float: right;
}
.gallery-page .next-img span {
  float: right;
}
.gallery-page .next-img span:before {
  content: "\f105";
}
.gallery-page .next-img:hover:not(.disabled) span:before {
  left: 28px;
}
.gallery-page .share-buttons {
  margin-top: 28px;
  text-align: center;
}
.gallery-page .download-raw {
  margin: 28px auto 0;
  display: block;
  position: relative;
  width: 172px;
  height: 48px;
  box-shadow: inset 0 0 0 1px #d6d6d6;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  line-height: 48px;
}
.gallery-page .download-raw .ico {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 24px;
  margin-left: 19px;
  margin-top: -3px;
  vertical-align: middle;
}
.gallery-page .download-raw .ico:before,
.gallery-page .download-raw .ico:after {
  display: block;
  position: absolute;
  content: '';
  width: 19px;
  height: 24px;
  background: url("../../images/sprite.png") -165px -42px no-repeat;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.gallery-page .download-raw .ico:before {
  z-index: 2;
}
.gallery-page .download-raw .ico:after {
  z-index: 1;
  background-position: -165px -69px;
  opacity: 0;
}
.gallery-page .download-raw .bd {
  display: block;
  position: absolute;
  background: #333;
  z-index: 1;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.gallery-page .download-raw .bd.bt {
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
}
.gallery-page .download-raw .bd.br {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.gallery-page .download-raw .bd.bb {
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
}
.gallery-page .download-raw .bd.bl {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.gallery-page .download-raw:hover .ico:before {
  opacity: 0;
}
.gallery-page .download-raw:hover .ico:after {
  opacity: 1;
}
.gallery-page .download-raw:hover .bd.bt,
.gallery-page .download-raw:hover .bd.bb {
  width: 100%;
}
.gallery-page .download-raw:hover .bd.br,
.gallery-page .download-raw:hover .bd.bl {
  height: 100%;
}
.gallery-page .image-list {
  margin-top: 20px;
}
.gallery-page .image-list .row > div {
  margin-bottom: 20px;
  padding: 0 10px;
}
.gallery-page .image-list .row > div a {
  display: block;
  position: relative;
}
.gallery-page .image-list .row > div a img {
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery-page .image-list .row > div a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.2);*/
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.gallery-page .image-list .row > div a:hover img,
.gallery-page .image-list .row > div a.active img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.8;
}
.content-video .background {
  display: none;
}
/* --- gallery-page end --- */
/* --- powiazane artykuly ---*/
.row-one {
  padding-top: 46px;
}
.row-one:before {
  display: block;
  content: '';
  height: 3px;
  background: #333;
  margin-bottom: 46px;
}
.row-one:first-of-type {
  padding-top: 0;
}
.row-one:first-of-type:before {
  display: none;
}
.title-h2-medium {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
.linked-articles {
  margin-top: 25px;
  padding-bottom: 25px;
}
.linked-articles .title {
  border-bottom: 3px solid #d8d8d8;
  font-size: 22px;
  font-weight: 700;
  /*margin-bottom: 25px;*/
  text-transform: uppercase;
}
.linked-articles .button-container {
  margin-top: 25px;
}
.linked-articles .button-border {
  height: 2px;
  background: #bcbcbc;
  margin: 19px 0;
  display: none;
}
.linked-articles .more-linked {
  border: 2px solid #111111;
  background-color: #212121;
  height: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin: 25px 30px;
  text-transform: uppercase;
  line-height: 46px;
  cursor: pointer;
  position: relative;
  clear: both;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.linked-articles .more-linked span {
  position: relative;
  z-index: 2;
}
.linked-articles .more-linked:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  -moz-transition: width 0.5s ease 0s;
  -ms-transition: width 0.5s ease 0s;
  -webkit-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
}
.linked-articles .more-linked:hover {
  color: #333;
}
.linked-articles .more-linked:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.linked-articles .more-linked.more-button {
  margin: 0;
  background-color: #fff;
  color: #000;
  line-height: 36px;
  height: 40px;
  border-color: #cacaca;
}
.linked-articles .more-linked.more-button:after {
  background: #cacaca;
}
.linked-articles .more-linked-items {
  display: none;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.linked-articles .linked-item {
  margin-top: 25px;
}
.linked-articles .linked-item a {
  text-decoration: none;
}
.linked-articles .linked-item a .image {
  overflow: hidden;
}
.linked-articles .linked-item a .intro {
  color: #333;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.linked-articles .linked-item a:hover .intro {
  color: #f63440;
}
/* --- powiazane artykuly end ---*/
.flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flex-row > div {
  margin-bottom: 33px;
}
.flex-row > div a {
  height: 100%;
  display: block;
  color: #333;
}
.flex-row > div a .news-content {
  height: 100%;
  border-bottom: 3px solid #d8d8d8;
  background-color: #fff;
  position: relative;
}
.flex-row > div a .news-content:after {
  background-color: #f63440;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 3px;
  width: 0;
  -moz-transition: width 0.5s ease 0s;
  -ms-transition: width 0.5s ease 0s;
  -webkit-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
}
.flex-row > div a .news-content .text {
  padding: 0 15px;
}
.flex-row > div a .news-content .text h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.flex-row > div a .news-content .text h2.title-review {
  margin: 0 0 10px;
}
.flex-row > div a .news-content .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.flex-row > div a .news-content .text p.artist {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #f63440;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.flex-row > div a .news-content .text .comment {
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  color: #333;
}
.flex-row > div a .news-content .image {
  display: block;
  overflow: hidden;
}
.flex-row > div a .news-content .image img {
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -webkit-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  width: 100%;
  outline: 1px solid transparent;
}
.flex-row > div a .news-content .marks-info {
  position: absolute;
  bottom: 0;
}
.flex-row > div a .news-content .marks-info .marks {
  float: left;
  margin-top: 6px;
  padding-right: 15px;
}
.flex-row > div a .news-content .marks-info .marks .box-empty {
  display: inline-block;
  float: left;
  margin-right: 1px;
  width: 12px;
  height: 12px;
  background: #959595;
}
.flex-row > div a .news-content .marks-info .marks .box-full {
  display: inline-block;
  float: left;
  margin-right: 1px;
  width: 12px;
  height: 12px;
  background: #f63440;
}
.flex-row > div a.hoverEndLeft .news-content:after {
  right: auto;
  left: 0;
}
.flex-row > div a:hover {
  text-decoration: none;
}
.flex-row > div a:hover img {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.flex-row > div a:hover .news-content .text h2 {
  color: #F63440;
}
.flex-row > div a:hover .news-content:after {
  left: 0;
  right: auto;
  width: 100%;
}
.flex-row > div a.hoverStartRight:hover .news-content:after {
  left: auto;
  right: 0;
}
/* --- Pawel --- */
.article-magazine {
  margin-bottom: 15px;
}
.article-magazine .magazine-toolbar {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.article-magazine .magazine-toolbar p {
  display: inline-block;
  border-right: 2px solid #333;
  padding: 5px 14px 0;
  height: 29px;
}
.article-magazine .magazine-toolbar p img {
  width: auto;
  height: 29px;
  margin-top: -5px;
}
.article-magazine .magazine-toolbar p a {
  color: #333;
}
.article-magazine .magazine-toolbar p:last-child {
  border: none;
}
.article-magazine h1 {
  font-family: 'Azo-Sans-Uber';
  color: #212121;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 5px solid #333;
}
.article-magazine img {
  width: 100%;
}
.article-magazine .magazine-content img {
  margin-top: 15px;
  margin-bottom: 17px;
}
.article-magazine .magazine-content .magazine-content-presentation a {
  color: #fff;
}
.article-magazine .magazine-content .magazine-content-presentation a:hover {
  text-decoration: none;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-title {
  background-color: #fff;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-title .magazine-content-presentation-title-main {
  font-weight: 900;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-title .magazine-content-presentation-title-sub {
  font-size: 15px;
  font-weight: 500;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-title .magazine-content-presentation-title-archive {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #212121;
  border-radius: 3px;
  width: 275px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-title .magazine-content-presentation-title-archive a {
  font-weight: 500;
  color: #323232;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-title .magazine-content-presentation-title-archive a:hover {
  text-decoration: none;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-current {
  background-color: #fff;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-current-show {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  padding-top: 13px;
  height: 45px;
  color: #212121;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  width: calc(50% - 15px);
  border: 1px solid #212121;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-current-show a {
  color: #212121;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option {
  background-color: #fff;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic {
  border: 1px solid #f0f0f0;
  margin-bottom: 8px;
  padding-top: 20px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-information,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-information {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-get,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-get {
  text-align: center;
  color: #bfa774;
  font-size: 14px;
  font-weight: 500;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-button,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-button {
  width: 195px;
  height: 45px;
  background-color: #bfa774;
  font-weight: 900;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 6px;
  margin: 10px auto 20px auto;
  color: #fff;
  border-radius: 3px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-button.inactive,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-button.inactive {
  opacity: 0.5;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-button p,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-button p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-button p:first-child,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-button p:first-child {
  padding: 12px 12px;
  border-right: 1px solid #fff;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-button p:last-child,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-button p:last-child {
  padding-left: 5px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper .magazine-content-presentation-option-buy-button p:last-child.e-cost,
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic .magazine-content-presentation-option-buy-button p:last-child.e-cost {
  padding-left: 25px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper {
  margin-top: 10px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding: 17px 0 17px 23px;
  margin-bottom: 12px;
  float: left;
  width: 100%;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder .text {
  padding-right: 0;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder .text p {
  margin: 0;
  display: block;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder .text p:first-child {
  font-size: 17px;
  font-weight: 700;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder .text p:last-child {
  font-weight: 300;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder .magazine-content-presentation-option-preorder-button {
  height: 45px;
  width: 75px;
  margin: 0 auto 0 auto;
  color: #bfa774;
  background-color: #fff;
  border: 1px solid #bfa774;
  border-radius: 3px;
  font-weight: 900;
  text-align: center;
  padding-top: 12px;
}
.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-preorder .magazine-content-presentation-option-preorder-button a {
  color: #bfa774;
}
.article-magazine .magazine-content .magazine-content-in-number {
  font-size: 20px;
  border-bottom: 3px solid #d8d8d8;
  text-transform: uppercase;
  font-weight: 900;
}
.in-magazine {
  background-color: #333;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom:-30px;
}
.in-magazine .in-title {
  font-family: 'azo-sans-uber';
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-top: 30px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
}
.in-magazine .introtext {
  line-height: 24px;
}
.in-magazine .title {
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px;
}
.in-magazine .title:first-child {
  margin-top: 0;
}
.in-magazine .article {
  font-size: 15px;
}
/* --- Pawel end --- */
.related-articles {
  margin: 30px 0 0;
}
.related-articles .title {
  padding: 0 0 10px;
  border-bottom: 5px solid #333333;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
}
.related-articles .related-item {
  margin: 30px 0 0;
  line-height: 1.4;
}
.related-articles .related-item .category {
  display: inline-block;
  padding: 0 7px;
  margin: 20px 0 10px;
  background: #bfa774;
  color: #fff;
  text-decoration: none;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
}
.related-articles .related-item .category:hover {
  background: #af9151;
}
.related-articles .related-item .item-title {
  font-weight: bold;
  font-size: 25px;
  color: #333333;
}
.related-articles .related-item .intro {
  margin: 9px 0 0;
  color: #333333;
}
.related-articles .related-item .intro > *:last-child {
  margin-bottom: 0 !important;
}
.linked-articles {
  margin-top: 25px;
}
.linked-articles .title {
  border-bottom: 3px solid #d8d8d8;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.linked-articles .button-container {
  margin-top: 25px;
}
.linked-articles .button-border {
  height: 2px;
  background: #bcbcbc;
  margin: 19px 0;
  display: none;
}
.linked-articles .more-linked {
  border: 2px solid #111111;
  background-color: #212121;
  height: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin: 25px 30px;
  text-transform: uppercase;
  line-height: 46px;
  cursor: pointer;
  position: relative;
  clear: both;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.linked-articles .more-linked span {
  position: relative;
  z-index: 2;
}
.linked-articles .more-linked:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  -moz-transition: width 0.5s ease 0s;
  -ms-transition: width 0.5s ease 0s;
  -webkit-transition: width 0.5s ease 0s;
  -o-transition: width 0.5s ease 0s;
  transition: width 0.5s ease 0s;
}
.linked-articles .more-linked:hover {
  color: #333;
}
.linked-articles .more-linked:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.linked-articles .more-linked.more-button {
  margin: 0;
  background-color: #fff;
  color: #000;
  line-height: 36px;
  height: 40px;
  border-color: #cacaca;
}
.linked-articles .more-linked.more-button:after {
  background: #cacaca;
}
.linked-articles .more-linked-items {
  display: none;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.linked-articles .linked-item {
  margin-top: 25px;
}
.linked-articles .linked-item a {
  text-decoration: none;
}
.linked-articles .linked-item a .image {
  overflow: hidden;
}
.linked-articles .linked-item a .intro {
  color: #333;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.linked-articles .linked-item a:hover .intro {
  color: #f63440;
}
.gallery-full {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.gallery-full .gallery-container {
  position: absolute;
  top: 5%;
  left: 10%;
  right: 10%;
  z-index: 2;
  background: #fff;
  overflow: auto;
  height: 90%;
  padding: 10px;
}
.gallery-full .gallery-container .main {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
.gallery-full .gallery-container .main .top {
  padding: 10px 0;
}
.gallery-full .gallery-container .main .top .title {
  margin: 5px 0;
  padding: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}
.gallery-full .gallery-container .main .top .param {
  font-size: 13px;
  font-weight: 400;
}
.gallery-full .gallery-container .main .top .param .red {
  color: #f63440;
}
.gallery-full .gallery-container .main .middle {
  border: 1px solid #d8d8d8;
  border-style: solid none;
  padding: 50px 0;
}
.gallery-full .gallery-container .main .middle .image-slide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
}
.gallery-full .gallery-container .main .middle .image-slide .images-list {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  font-size: 0;
}
.gallery-full .gallery-container .main .middle .image-slide .images-list .image {
  display: inline-block;
  vertical-align: middle;
  width: 650px;
  max-height: 100%;
  margin-right: 100px;
}
.gallery-full .gallery-container .main .bottom {
  padding: 50px 0;
}
.gallery-full .gallery-container .main .bottom .thumb-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-full .gallery-container .main .bottom .thumb-list.thumb-few {
  justify-content: space-around;
}
.gallery-full .gallery-container .main .bottom .thumb-list .thumb {
  min-width: 150px;
  width: 26%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-full .gallery-container .main .bottom .thumb-list .thumb:after {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transform: rotateX(90deg);
}
.gallery-full .gallery-container .main .bottom .thumb-list .thumb:before {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  content: '+';
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 2;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: rotateX(90deg);
}
.gallery-full .gallery-container .main .bottom .thumb-list .thumb:hover:after,
.gallery-full .gallery-container .main .bottom .thumb-list .thumb:hover:before {
  transform: rotateX(0);
}
.gallery-full .gallery-container .arrow {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 400px;
  cursor: pointer;
}
.gallery-full .gallery-container .arrow.arrow-l {
  left: 0;
}
.gallery-full .gallery-container .arrow.arrow-l:after {
  content: '<';
}
.gallery-full .gallery-container .arrow.arrow-r {
  right: 0;
}
.gallery-full .gallery-container .arrow.arrow-r:after {
  content: '>';
}
.gallery-full .gallery-container .arrow:after {
  font-size: 40px;
  color: #000;
  text-align: center;
  display: block;
  line-height: 60px;
}
.gallery-full .gallery-container .arrow:hover {
  opacity: 0.8;
}
.gallery-full .gallery-container .close-container {
  position: absolute;
  top: 0;
  right: 0;
}
.gallery-full .gallery-container .close-container .close {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.gallery-full .gallery-container .close-container .close:after {
  content: 'x';
  font-size: 40px;
  color: #000;
  line-height: 60px;
  display: block;
  text-align: center;
}
.gallery-full .gallery-container .close-container .close:hover {
  opacity: 0.8;
}
.gallery-full .gallery-container .close-container .count {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.gallery-full .shade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
/* --- mod_avt_pasaz --- */
.pasaz-module {
  margin: 30px 0 0;
}
.pasaz-module.right-column .pasaz-heading .logo {
  background: #171717;
  color: #fff;
  font-size: 25px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 3px solid #bfa774;
}
.pasaz-module.right-column .pasaz-heading .logo img {
  display: inline-block;
  margin-top: -18px;
  padding-right: 12px;
  width: 100px;
}
.pasaz-module.right-column .pasaz-heading .logo span {
  position: relative;
  left: -18px;
  bottom: -7px;
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Azo-Sans-Uber';
  font-weight: 500;
}
.pasaz-module.right-column .pasaz-content {
  background: #ffffff;
}
.pasaz-module.right-column .pasaz-content .products-wrapper {
  padding: 15px 0;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product {
  margin-bottom: 15px;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a {
  text-align: center;
  text-decoration: none;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a .thumbnail {
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a .thumbnail img {
  max-height: 102px;
  width: auto;
  margin: 0 auto;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a .titles {
  font-size: 12px;
  color: #333;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
  font-family: Poppins;
  font-weight: 300;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a .titles .price {
  font-size: 11px;
  font-weight: 700;
  color: #bfa774;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a:hover .titles {
  color: #bfa774;
}
.pasaz-module.single-ceneo {
  margin-top: 30px;
}
.pasaz-module.single-ceneo .pasaz-heading img {
  display: block;
  margin: 0 auto;
}
.pasaz-module.single-ceneo .pasaz-heading div.lead {
  font-family: 'Georgia';
  font-style: italic;
  font-size: 13px;
  text-align: center;
  position: relative;
}
.pasaz-module.single-ceneo .pasaz-heading div.lead > div {
  padding: 0 15px;
  background: #fff;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.pasaz-module.single-ceneo .pasaz-heading div.lead:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  left: 0;
}
.pasaz-module.single-ceneo .pasaz-content .thumbnail {
  height: 327px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pasaz-module.single-ceneo .pasaz-content .thumbnail a {
  height: auto;
}
.pasaz-module.single-ceneo .pasaz-content .thumbnail a img {
  max-height: 327px;
  width: auto;
  margin: 0 auto;
}
.pasaz-module.single-ceneo .pasaz-content .titles {
  display: flex;
  justify-items: center;
  font-family: Rubik;
  color: #333;
  font-size: 13px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 400;
  align-items: center;
}
.pasaz-module.single-ceneo .pasaz-content .titles > div {
  width: 100%;
  text-align: center;
}
.pasaz-module.single-ceneo .pasaz-content .titles .title {
  font-family: Rubik;
  color: #263238;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.pasaz-module.single-ceneo .pasaz-content .titles .price {
  font-family: Rubik;
  color: #333333;
  font-size: 20px;
  /* Przybliżenie (wynika z podstawienia czcionki) */
  font-weight: 900;
}
.pasaz-module.single-ceneo .pasaz-content .titles a.ceneo-button {
  border-radius: 3px;
  background-color: #f63440;
  color: #fff;
  display: block;
  line-height: 30px;
  margin: 0 auto;
  width: 172px;
  height: 30px;
  text-decoration: none;
  -moz-transition: background 0.25s ease 0s;
  -ms-transition: background 0.25s ease 0s;
  -webkit-transition: background 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
}
.pasaz-module.single-ceneo .pasaz-content .titles a.ceneo-button span {
  font-family: Rubik;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 30px;
}
.pasaz-module.single-ceneo .pasaz-content .titles a.ceneo-button span i.external-link:before {
  content: '\f08e';
}
.pasaz-module.single-ceneo .pasaz-content .titles a.ceneo-button:hover {
  background: #ed0a18;
}
header.fixed-style #navmenu .item-442 .event {
  margin-top: -30px;
  transition: all 0.5s ease 0s;
}
header.fixed-style #navmenu .item-442 .event img {
  transition: all 0.5s ease 0s;
  max-width: 75px;
  height: auto;
}
header #navmenu .item-442 .event {
  transition: all 0.5s ease 0s;
  margin-top: -44px;
}
header #navmenu .item-442 .event img {
  transition: all 0.5s ease 0s;
  max-width: 100px;
  height: auto;
}
.newsletter-title {
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 5px solid #333333;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .newsletter-title {
    font-size: 35px;
  }
}
/* --- mod_avt_pasaz END --- */
.what-screen-size {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}
.what-screen-size div {
  width: inherit;
  height: inherit;
}
/* MOBILE-UP END
---------------------------------------*/
/* PODSTRONA KONTAKTU */
div.tm_contact {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}
div.tm_contact p {
  margin: 0;
  line-height: 22px;
}
div.tm_contact a {
  color: #c0a673;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
div.tm_contact a:hover {
  color: #b09050;
}
div.tm_contact .contact_form {
  margin-bottom: 25px;
}
div.tm_contact .contact_form .custom-col-4 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1200px) {
  div.tm_contact .contact_form .custom-col-4 {
    width: 46.12%;
  }
}
div.tm_contact .contact_form .custom-col-5 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1200px) {
  div.tm_contact .contact_form .custom-col-5 {
    width: 53.88%;
  }
}
div.tm_contact .contact_form .form_form {
  background: #e5e5e5;
}
div.tm_contact .contact_form .form_form form {
  text-align: left;
}
div.tm_contact .contact_form .form_form form div.row > .col-sm-2 {
  width: 100% !important;
}
div.tm_contact .contact_form .form_form form div.row > .col-sm-2 div.input-name {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  margin: 11px 0;
}
div.tm_contact .contact_form .form_form form div.row > .col-sm-10 {
  width: 100% !important;
}
div.tm_contact .contact_form .form_form form div.row > .col-sm-10 input {
  height: 43px;
  width: 100%;
  border: 1px solid #b7b7b7;
  padding: 0 10px;
}
div.tm_contact .contact_form .form_form form div.row > .col-sm-10 .text {
  border: 1px solid #b7b7b7;
  border-radius: 0;
  padding: 10px 10px;
}
div.tm_contact .contact_form .form_form form div.row > .col-sm-10 textarea {
  height: 175px;
  width: 100%;
  resize: none;
}
div.tm_contact .contact_form .form_form form div.row .col-sm-7 {
  width: 100%;
}
div.tm_contact .contact_form .form_form form div.row .col-sm-offset-2 {
  margin: 0;
}
div.tm_contact .contact_form .form_form form div.row .col-sm-3 {
  width: 100%;
}
div.tm_contact .contact_form .form_form form div.row .verification-title {
  display: none;
}
div.tm_contact .contact_form .form_form label {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  margin: 11px 0;
}
div.tm_contact .contact_form .form_form input {
  height: 43px;
}
div.tm_contact .contact_form .form_form .text {
  border: 1px solid #b7b7b7;
  border-radius: 0;
}
div.tm_contact .contact_form .form_form textarea {
  height: 175px;
}
div.tm_contact .contact_form .form_form #msg {
  resize: none;
}
div.tm_contact .contact_form .form_form .captcha {
  height: 78px;
  width: 100%;
  margin: 15px 0;
}
div.tm_contact .contact_form .form_form input[type="submit"] {
  height: 72px;
  background: #bea775;
  color: #fff;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
div.tm_contact .contact_form .form_form input[type="submit"]:hover {
  background: #ae9152;
}
div.tm_contact .contact_form .contact_data {
  background: #fff;
}
div.tm_contact .contact_form .form_form,
div.tm_contact .contact_form .contact_data {
  padding: 25px 15px;
}
div.tm_contact .contact_form .form_form p,
div.tm_contact .contact_form .contact_data p {
  padding: 12px 0;
}
div.tm_contact .contact_form .form_form .more_info,
div.tm_contact .contact_form .contact_data .more_info {
  font-size: 15px;
}
div.tm_contact .contact_form .form_form .publisher,
div.tm_contact .contact_form .contact_data .publisher {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  div.tm_contact .contact_form .contact_data {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  div.tm_contact .contact_form .form_form {
    padding: 15px 15px 40px;
  }
}
div.tm_contact .underline {
  padding-bottom: 12px;
  border-bottom: 1px solid #8c8c8c;
  font-size: 15px;
  margin-bottom: 0;
}
div.tm_contact h1,
div.tm_contact h2,
div.tm_contact h3,
div.tm_contact h4,
div.tm_contact h5,
div.tm_contact h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 12px;
}
div.tm_contact .contact_form {
  margin-bottom: 25px;
}
div.tm_contact .contact_form .custom-col-4 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1025px) {
  div.tm_contact .contact_form .custom-col-4 {
    width: 46.12%;
  }
}
div.tm_contact .contact_form .custom-col-5 {
  width: 100%;
  float: left;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  div.tm_contact .contact_form .custom-col-5 {
    width: 53.88%;
  }
}
@media screen and (max-width: 1024px) {
  div.tm_contact .contact_form .custom-col-5 {
    margin-top: 10px;
  }
}
div.tm_contact .contact_form .contact_data {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  div.tm_contact .contact_form .contact_data {
    min-height: 670px;
  }
}
div.tm_contact .contact_form .contact_data p {
  padding: 12px 0;
  font-size: 15px;
  line-height: 22px;
}
div.tm_contact .contact_form .contact_data .more_info {
  font-size: 15px;
}
div.tm_contact .contact_form .contact_data .publisher {
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.tm_contact .contact_form .contact_data .publisher {
    margin-top: 0;
  }
}
div.tm_contact .contact_form:after {
  display: table;
  content: "";
  clear: both;
}
div.tm_contact .contact_form:after {
  display: table;
  content: "";
  clear: both;
}
div.tm_contact div.title {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin: 35px 0 30px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 5px solid #000;
}
div.tm_contact .people {
  background: #fff;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 25px;
}
div.tm_contact .people > div {
  min-height: 170px;
}
div.tm_contact .people .person {
  text-align: left;
}
div.tm_contact .people .person .img-wrapper {
  border: 1px solid #6a2d2d;
}
div.tm_contact .people .person > * {
  /*                display: table;
                margin: 0 auto;
                w*/
}
div.tm_contact .people .person .name_stanowisko {
  font-weight: 500;
  font-size: 18px;
}
div.tm_contact .people .person .name_stanowisko h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  line-height: 25px;
}
div.tm_contact .people .person .name_stanowisko h6 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}
div.tm_contact .people .person .name_stanowisko p {
  font-weight: 700;
}
div.tm_contact .people .person .tele_info {
  /*margin-top: 10px;*/
  font-size: 18px;
}
div.tm_contact .people .coworkers {
  text-align: left;
}
div.tm_contact .people .coworkers h5 {
  margin: 0;
  padding: 0;
}
div.tm_contact .people .coworkers p {
  margin-top: 20px;
}
/* PODSTRONA NEWSLETTERA */
div.tm_newsletter {
  background-color: #fff;
  margin-bottom: 75px;
}
div.tm_newsletter input {
  padding: 0 10px;
}
div.tm_newsletter .h1-article {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 25px 0;
}
div.tm_newsletter .top-block {
  padding: 45px 0 30px 0;
  background-color: #fff;
}
div.tm_newsletter .top-block .title h1 {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 5px solid #333333;
  margin: 0 auto 10px auto;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'azo-sans-uber';
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  div.tm_newsletter .top-block .title h1 {
    font-size: 26px;
  }
}
div.tm_newsletter form {
  background-color: #f5f5f5;
}
div.tm_newsletter .top-banner {
  background-color: #333;
  color: #fff;
  height: 64px;
}
div.tm_newsletter .top-banner span {
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: 'Inter';
  font-weight: 300;
  font-size: 20px;
  padding: 18px 0;
}
div.tm_newsletter .top-banner span img {
  width: 110px;
}
div.tm_newsletter .newsletter-order {
  text-align: center;
  padding: 0 10px;
}
div.tm_newsletter .newsletter-order .text-block {
  /*            p {
                font-size: 14px;
            }*/
}
div.tm_newsletter .newsletter-order .tm_emailbox {
  height: 50px;
  padding: 0;
  margin: 20px 0 40px 0;
}
div.tm_newsletter .newsletter-order .tm_emailbox input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 25px 35px #ccc;
}
div.tm_newsletter .newsletter-order .tm_emailbox ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .newsletter-order .tm_emailbox :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .newsletter-order .tm_emailbox ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .newsletter-order .tm_emailbox :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .newsletter-order .tm_emailbox ::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .e-wydania img.cover {
  height: 297px;
  display: table;
  margin: 0 auto;
  box-shadow: 0 25px 35px #ccc;
}
div.tm_newsletter .e-wydania .tm_submit {
  border: none;
  margin: 35px 10px 0 10px;
  height: 64px;
  width: 95%;
  background-color: #bea775;
  color: #fff;
  font-family: 'Inter';
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 25px 35px #ccc;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
div.tm_newsletter .e-wydania .tm_submit:hover {
  background: #ae9152;
}
div.tm_newsletter .e-wydania div.regulamin {
  font-size: 10px;
  padding: 0 10px;
  margin: 35px 0 45px 0;
  color: #838383;
}
div.tm_newsletter .e-wydania div.title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 0 10px;
}
div.tm_newsletter .e-wydania div.labels .tm_label {
  font-weight: 400;
  font-size: 14px;
  margin: 0 10px;
}
div.tm_newsletter .e-wydania div.labels .tm_label strong {
  font-weight: 600;
}
div.tm_newsletter .e-wydania div.labels div.prezent {
  margin: 20px 0;
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
}
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked),
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked {
  position: absolute;
  left: -9999px;
}
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label,
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
}
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label:before,
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  border: 1px solid #b6b6b6;
  background: #fff;
}
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label:after,
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 24px;
  line-height: 0.8;
  color: #000;
  transition: all 0.2s;
}
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
div.tm_newsletter .e-wydania div.labels div.input-cell {
  padding: 3px 10px;
}
div.tm_newsletter .e-wydania div.labels div.input-cell label {
  width: 100%;
  font-size: 16px;
}
div.tm_newsletter .e-wydania div.labels div.input-cell input {
  float: none;
  height: 33px;
  border: 1px solid #b6b6b6;
  width: 100%;
}
div.tm_newsletter .e-wydania div.labels div.input-cell ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-align: center;
  color: #fff;
  opacity: 0;
}
div.tm_newsletter .e-wydania div.labels div.input-cell :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: center;
  color: #fff;
  opacity: 0;
}
div.tm_newsletter .e-wydania div.labels div.input-cell ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-align: center;
  color: #fff;
  opacity: 0;
}
div.tm_newsletter .e-wydania div.labels div.input-cell :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
  color: #fff;
  opacity: 0;
}
div.tm_newsletter .e-wydania div.labels div.input-cell ::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: center;
  color: #fff;
  opacity: 0;
}
div.tm_newsletter .unsubscribe {
  background-color: #fff;
  padding-top: 20px;
}
div.tm_newsletter .unsubscribe .no-padding {
  padding: 0;
}
div.tm_newsletter .unsubscribe .unsubscribe-form input {
  height: 48px;
  border: 1px solid #e5e5e5;
  float: left;
  width: 100%;
  padding: inherit 0;
}
div.tm_newsletter .unsubscribe .unsubscribe-form input[type="submit"] {
  text-transform: uppercase;
  margin-top: 10px;
}
div.tm_newsletter .unsubscribe .unsubscribe-form:after {
  display: table;
  content: "";
  clear: both;
}
div.tm_newsletter .unsubscribe .unsubscribe-form:after {
  display: table;
  content: "";
  clear: both;
}
div.tm_newsletter .unsubscribe .unsubscribe-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .unsubscribe .unsubscribe-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .unsubscribe .unsubscribe-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .unsubscribe .unsubscribe-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .unsubscribe .unsubscribe-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  text-align: center;
  color: #000;
  opacity: 0.75;
}
div.tm_newsletter .unsubscribe .unsubscribe-text {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  /* tablet-up */
  div.tm_contact {
    text-align: left;
  }
  div.tm_contact div.title {
    text-align: center;
    padding: 5px 0;
    margin: 35px 15px 30px;
  }
  div.tm_contact .contact_form .form_form input[type="submit"] {
    margin: 22px 0;
  }
  div.tm_contact .contact_form .form_form form div.row .col-sm-7 {
    width: 50%;
  }
  div.tm_contact .contact_form .form_form form div.row .col-sm-offset-2 {
    margin: 0;
  }
  div.tm_contact .contact_form .form_form form div.row .col-sm-3 {
    width: 50%;
  }
  div.tm_contact .contact_form .form_form,
  div.tm_contact .contact_form .contact_data {
    padding: 25px 30px;
  }
  div.tm_newsletter div.top-block .title {
    font-size: 19px;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell {
    padding: 3px 10px;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell label {
    width: auto;
    font-size: 16px;
    margin-bottom: 0;
    padding: 6px 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell input {
    float: right;
    height: 33px;
    border: 1px solid #b6b6b6;
    width: 60%;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .unsubscribe {
    padding-top: 50px;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form {
    margin-left: 8.333%;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form input {
    height: 48px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    padding: inherit 0;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form input[type="submit"] {
    text-transform: uppercase;
    width: 30%;
    margin: 0;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form input[type="email"] {
    width: 70%;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form:after {
    display: table;
    content: "";
    clear: both;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form:after {
    display: table;
    content: "";
    clear: both;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-text {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  /* desktop-up */
  /* PODSTRONA KONTAKTU */
  div.tm_contact .contact_form .custom-col-5 {
    margin-top: 0;
  }
  div.tm_contact .contact_form .form_form input[type="submit"] {
    margin: 0;
  }
  div.tm_contact .contact_form .form_form form div.row .col-sm-7 {
    width: 100%;
  }
  div.tm_contact .contact_form .form_form form div.row .col-sm-3 {
    width: 100%;
  }
  div.tm_contact .contact_form .form_form,
  div.tm_contact .contact_form .contact_data {
    min-height: 670px;
    padding: 25px 30px;
  }
  div.tm_newsletter {
    background-color: #fff;
    margin-bottom: 75px;
  }
  div.tm_newsletter .h1-article {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 25px 0;
  }
  div.tm_newsletter .top-block {
    padding: 35px 0;
    background-color: #fff;
  }
  div.tm_newsletter .top-block .title {
    text-transform: uppercase;
    font-family: 'azo-sans-uber';
    font-weight: 700;
    font-size: 20px;
    text-align: left;
  }
  div.tm_newsletter .top-banner {
    background-color: #494949;
    color: #fff;
    height: 64px;
  }
  div.tm_newsletter .top-banner span {
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    padding: 18px 0;
  }
  div.tm_newsletter .top-banner span img {
    width: 110px;
  }
  div.tm_newsletter .newsletter-oreder {
    text-align: center;
  }
  div.tm_newsletter .newsletter-oreder .text-block {
    /*                p {
                    font-size: 14px;
                }*/
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox {
    height: 50px;
    padding: 0;
    margin: 20px 0 40px 0;
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 25px 35px #ccc;
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .newsletter-oreder .tm_emailbox ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .e-wydania img.cover {
    height: 297px;
    display: table;
    margin: 0 auto;
    box-shadow: 0 25px 35px #ccc;
  }
  div.tm_newsletter .e-wydania .tm_submit {
    border: none;
    margin-top: 35px;
    height: 64px;
    width: 100%;
    background-color: #bea775;
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 25px 35px #ccc;
  }
  div.tm_newsletter .e-wydania div.regulamin {
    font-size: 10px;
    padding: 0 80px;
    margin: 60px 0 45px 0;
    color: #838383;
  }
  div.tm_newsletter .e-wydania div.title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  div.tm_newsletter .e-wydania div.labels .tm_label {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
  }
  div.tm_newsletter .e-wydania div.labels .tm_label strong {
    font-weight: 600;
  }
  div.tm_newsletter .e-wydania div.labels div.prezent {
    margin: 20px 0;
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
  }
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked),
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked {
    position: absolute;
    left: -9999px;
  }
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label,
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
  }
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label:before,
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 34px;
    height: 34px;
    border: 1px solid #b6b6b6;
    background: #fff;
  }
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label:after,
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 24px;
    line-height: 0.8;
    color: #000;
    transition: all 0.2s;
  }
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  div.tm_newsletter .e-wydania div.labels div.prezent [type="checkbox"].tm_checkbox:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell {
    padding: 3px 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell label {
    width: auto;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell input {
    float: right;
    height: 33px;
    border: 1px solid #b6b6b6;
    width: 65%;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .e-wydania div.labels div.input-cell ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
    color: #fff;
    opacity: 0;
  }
  div.tm_newsletter .unsubscribe {
    padding-top: 50px;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form {
    margin-left: 0;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form input {
    height: 48px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    padding: inherit 0;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form input[type="submit"] {
    text-transform: uppercase;
    width: 30%;
    margin: 0;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form input[type="email"] {
    width: 70%;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form:after {
    display: table;
    content: "";
    clear: both;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form:after {
    display: table;
    content: "";
    clear: both;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    text-align: center;
    color: #000;
    opacity: 0.75;
  }
  div.tm_newsletter .unsubscribe .unsubscribe-text {
    text-align: left;
  }
}
#newsletter-title {
  max-width: 660px;
  margin: 0 auto 30px;
}
.select-box {
  margin-bottom: 30px;
}
.select-box select {
  height: 35px;
  width: 100%;
}
.select-wrap {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .select-wrap {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .select-wrap {
    padding: 0 45px;
  }
}
#newsletter-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 22px;
}
#newsletter-list li {
  display: inline;
}
#additional-info {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #additional-info {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  #additional-info {
    padding: 0 45px;
  }
}
#newsletter-box .prezent {
  margin-top: 0;
  margin-bottom: 30px;
}
#button-submit-wrap {
  padding: 0 30px;
  margin-bottom: 30px;
}
#button-submit-wrap .tm_submit {
  margin: 0;
}
.e-wydania.mt {
  padding-bottom: 60px;
}
.avt-info {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .avt-info {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .avt-info {
    padding: 0 45px;
  }
}
.avt-info .intro-text {
  display: inline;
}
.avt-info #button-text {
  cursor: pointer;
  font-weight: 700;
  display: inline;
}
.avt-info #button-text.open {
  display: block;
}
.avt-info #full-text {
  display: none;
}
.avt-info #full-text.open {
  display: inline;
}
.select-box {
  position: relative;
}
.select-box::before {
  content: "";
  z-index: 8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
  background-color: transparent;
}
.select-box::after {
  content: "\f078";
  position: absolute;
  font-size: 12px;
  color: #7a7a7a;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  vertical-align: middle;
  pointer-events: none;
}
.select-box select {
  height: 35px;
  width: 100%;
  outline: none;
  border: none;
  padding-left: 5px;
}
#interests-wrap {
  position: relative;
}
#interests-wrap .ms-drop.bottom {
  display: none;
}
#interests-wrap.open .ms-drop.bottom {
  display: block;
}
#interests-wrap .title {
  height: 35px;
  width: 100%;
  font-size: 16px;
  line-height: 33px;
  text-align: left;
  position: relative;
  font-weight: 400;
  background-color: #fff;
}
#interests-wrap .ms-choice {
  display: none;
}
#interests-wrap .ms-no-results {
  display: none;
}
#interests-wrap .ms-parent {
  width: 100%;
  position: absolute;
  top: 35px;
  background: #fff;
  z-index: 9;
  margin: 0;
}
#interests-wrap .ms-parent ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
}
#interests-wrap .ms-parent ul li {
  padding-bottom: 5px;
}
#interests-wrap .ms-parent ul li:nth-last-child(2) {
  padding-bottom: 0;
}
#interests-wrap .ms-parent ul li span {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
}
#interests-wrap .ms-parent ul input {
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#interests-wrap .ms-parent ul span {
  vertical-align: middle;
}
#interests-wrap .ms-parent ul label {
  margin: 0;
}
@media (max-width: 767px) {
  /* MOBILE-ONLY
---------------------------------------*/
  .what-screen-size div.is-mobile {
    display: block;
  }
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  .article.article-magazine .magazine-content-presentation-title {
    text-align: center;
  }
  .article.article-magazine .magazine-content-presentation-title-main {
    padding-top: 25px;
    font-size: 26px;
  }
  .article.article-magazine .magazine-content-presentation-title-sub {
    text-align: center;
  }
  .article.article-magazine .magazine-content-presentation-title-archive {
    margin: 0 auto;
  }
  .article.article-magazine .magazine-content-presentation-current-show {
    margin: 0 auto;
    width: 215px;
  }
  /* MOBILE-ONLY END
---------------------------------------*/
}
@media (min-width: 768px) {
  /* TABLET-UP
---------------------------------------*/
  .article {
    margin: 40px 0 0;
    /* --- Global class --- */
    /* --- Global class end --- */
    /* --- Pawel --- */
    /* --- Pawel end --- */
  }
  .article .small-top h1 {
    font-size: 28px;
    line-height: 34px;
    padding: 0 0 13px;
    text-align: left;
  }
  .article .small-top .date-container {
    margin: 13px -10px;
    text-align: left;
  }
  .article .small-top .main-image {
    margin: 0;
  }
  .article .small-top .main-image .img-large {
    display: block;
  }
  .article .small-top .main-image .img-small {
    display: none;
  }
  .article .introtext {
    margin: 33px 0 0;
    text-align: left;
  }
  .article .text-block {
    /* szablony editora */
    /* szablony editora end */
  }
  .article .text-block .summary {
    padding: 35px 0;
  }
  .article .article-gallery {
    margin: 60px 0 0;
  }
  .article .article-gallery .item-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .article .article-gallery .gallery-item {
    border-left: none;
    max-width: 33.3333%;
  }
  .article .article-gallery .gallery-item:nth-child(1),
  .article .article-gallery .gallery-item:nth-child(2),
  .article .article-gallery .gallery-item:nth-child(3) {
    border-top: 1px solid #cfcfcf;
  }
  .article .article-gallery .gallery-item:nth-child(3n+1) {
    border-left: 1px solid #cfcfcf;
  }
  .article .recommended .recommended-wrap {
    margin: 0 -1px;
  }
  .article .recommended .recommended-item {
    padding: 0 1px;
    width: 33.3333%;
    float: left;
  }
  .article .other-tests {
    margin: 30px 0 0;
  }
  .article .other-tests .other-wrap {
    margin: 0 -1px;
  }
  .article .other-tests .other-elem {
    padding: 0 1px;
    width: 33.3333%;
    float: left;
  }
  .article .vertical-align-center {
    display: flex;
    align-items: center;
  }
  .article .vertical-align-bottom {
    display: flex;
    align-items: flex-end;
  }
  .article .vertical-align-top {
    display: flex;
    align-items: flex-start;
  }
  .article.article-magazine {
    margin-bottom: 15px;
  }
  .article.article-magazine .magazine-content {
    background: #fff;
  }
  .article.article-magazine .magazine-content .magazine-content-presentation-title,
  .article.article-magazine .magazine-content .magazine-content-presentation-option {
    float: right;
  }
  .article.article-magazine .magazine-content .magazine-content-presentation-title .magazine-content-presentation-title-main,
  .article.article-magazine .magazine-content .magazine-content-presentation-option .magazine-content-presentation-title-main {
    font-size: 36px;
  }
  .article.article-magazine .magazine-content .magazine-content-presentation-option-buy-electronic {
    margin-top: 10px;
  }
  .article.article-review .small-top .image {
    position: relative;
    overflow: hidden;
    background-color: #212121;
    padding: 40px 135px;
  }
  .article.article-review .small-top .image picture:first-child img {
    display: block;
    position: absolute;
    top: -28%;
    left: 0;
    filter: blur(10px);
    z-index: 2;
    opacity: 0.3;
    width: 100%;
  }
  .article.article-review .small-top .image .main-image {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .article.article-review .small-top .image.block {
    padding: 40px 225px;
  }
  .article.article-review .marks-center {
    width: 50%;
    float: left;
  }
  .article.article-review .marks-center:nth-child(2) {
    border-right: 2px solid rgba(51, 51, 51, 0.1);
  }
  .article.article-review .marks-center .mark {
    text-align: left;
    max-width: 275px;
  }
  .article.article-review .marks-center .mark > span {
    display: inline-block;
    text-transform: none;
  }
  .article.article-review .marks-center .mark > span > span {
    display: inline-block;
    text-transform: uppercase;
  }
  .article.article-review .marks-center .mark .box {
    display: inline-block;
    margin-top: 0;
    position: relative;
    bottom: 7px;
    padding: 0 15px;
  }
  .article.article-review .marks-center .introtext {
    margin-top: 10px;
  }
  .related-articles {
    margin: 38px 0 0;
  }
  .related-articles .related-item .category {
    margin: 0 0 10px;
  }
  /* TABLET-UP END
---------------------------------------*/
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* TABLET-ONLY
---------------------------------------*/
  .what-screen-size div.is-tablet {
    display: block;
  }
  .what-screen-size div.is-mobile,
  .what-screen-size div.is-desktop,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  .article.article-magazine .magazine-content-presentation-title-main {
    padding-top: 25px;
  }
  /* TABLET-ONLY END
---------------------------------------*/
}
@media (min-width: 1025px) {
  /* DESKTOP-UP
---------------------------------------*/
  /* --- Site row --- */
  .site-row .col-71 {
    width: 71%;
    float: left;
  }
  .site-row .col-29 {
    width: 29%;
    float: left;
  }
  /* --- Site row end --- */
  .content-video {
    position: relative;
    padding: 35px 15px;
  }
  .content-video .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .content-video .background img {
    filter: blur(10px) brightness(30%);
    height: 100%;
    width: 100%;
  }
  .article {
    /* --- Pawel --- */
    /* --- Magazine Article --- */
    /* --- Magazine Article End--- */
    /* --- Test Module --- */
    /* --- Test Module End--- */
    /* --- Recommended Modules ---*/
    /* --- Recommended Modules End ---*/
  }
  .article .md-margin-0 {
    margin-top: 0 !important;
  }
  .article .small-top h1 {
    font-size: 35px;
    line-height: 45px;
    padding: 0 0 5px;
  }
  .article .aside .aside-top {
    margin: 0 0 40px;
  }
  .article .aside .aside-middle > *:first-child {
    margin-top: 0 !important;
  }
  .article .test-source {
    margin: 40px 0 20px;
  }
  .article .test-source .title {
    font-size: 25px;
  }
  .article .test-source .box {
    display: block;
    height: auto;
    max-width: none;
  }
  .article .test-source .box .image {
    width: 100%;
    max-width: none;
  }
  .article .test-source .box .des-container .description,
  .article .test-source .box .des-container .button {
    width: 100%;
    display: block;
  }
  .article .test-source .box .des-container .description .name {
    font-size: 20px;
    margin: 0 0 2px;
  }
  .article .test-source .box .des-container .description .number {
    font-size: 18px;
  }
  .article .test-source .box .des-container .button {
    line-height: 54px;
  }
  .article .recommended {
    margin: 40px 0 0;
  }
  .article .recommended .recommended-wrap {
    margin: 0;
  }
  .article .recommended .recommended-item {
    padding: 0;
    width: 100%;
    float: none;
  }
  .article .other-tests {
    margin: 40px 0 0;
  }
  .article .other-tests .other-wrap {
    margin: 0;
  }
  .article .other-tests .other-elem {
    padding: 0;
    width: 100%;
    float: none;
  }
  .article .other-tests .other-item:before {
    top: 65%;
  }
  .article.article-magazine .magazine-content-presentation-current {
    padding-left: 20px;
    padding-top: 5px;
  }
  .article.article-magazine .magazine-content-presentation-current .magazine-content-presentation-current-from-chief-editor {
    margin-top: 35px;
    font-size: 14px;
  }
  .article.article-magazine .magazine-content-presentation-option,
  .article.article-magazine .magazine-content-in {
    padding-right: 20px;
  }
  .article.article-magazine .magazine-content-presentation-title {
    padding-right: 20px;
  }
  .article.article-magazine .magazine-content-presentation-title > h1 {
    padding-top: 20px;
  }
  .article .test-title p {
    text-transform: uppercase;
    font-weight: 900;
  }
  .article .test-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article .test-content .test-content-text .set-color {
    background-color: #fff;
    margin-bottom: 1px;
  }
  .article .test-content .test-content-text .set-color:nth-child(2n+1) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #d8d8d8;
  }
  .article .test-content .test-content-text .test-content-text-title {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #333333;
    padding: 10px 15px;
  }
  .article .test-content .test-content-text .test-content-text-title a {
    color: #333333;
  }
  .article .test-content .test-content-text .test-content-text-title a:hover {
    text-decoration: none;
  }
  .article .test-content .test-content-text .test-content-text-title a span {
    color: #f53540;
  }
  .article .test-content .test-content-text .test-content-text-marks,
  .article .test-content .test-content-text .test-content-text-mark {
    background-color: #fff;
  }
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-box,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-box {
    display: inline-block;
  }
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-box .test-content-text-marks-box-empty,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-box .test-content-text-marks-box-empty,
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-box .test-content-text-marks-box-full,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-box .test-content-text-marks-box-full {
    margin-top: 7px;
  }
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-box .test-content-text-marks-box-empty,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-box .test-content-text-marks-box-empty {
    float: left;
    margin-right: 1px;
    width: 12px;
    height: 12px;
    background: #959595;
    padding-top: 7px;
  }
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-box .test-content-text-marks-box-full,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-box .test-content-text-marks-box-full {
    float: left;
    margin-right: 1px;
    width: 12px;
    height: 12px;
    background: #f6343f;
  }
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-title,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-title {
    font-weight: 100;
    font-size: 13px;
    padding-left: 25px;
    display: inline-block;
  }
  .article .test-content .test-content-text .test-content-text-marks .test-content-text-marks-text,
  .article .test-content .test-content-text .test-content-text-mark .test-content-text-marks-text {
    font-weight: bold;
    font-size: 15px;
    float: left;
    position: relative;
    top: 3px;
    left: 10px;
  }
  .article .test-content .test-content-text .test-content-text-marks {
    padding-top: 10px;
  }
  .article .test-content img {
    width: 100%;
  }
  .article .recommended img {
    width: 100%;
  }
  .article .recommended .recommended-box {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .article .recommended .recommended-box > a {
    display: block;
    position: relative;
    margin-bottom: 2px;
  }
  .article .recommended .recommended-box > a:hover {
    text-decoration: none;
  }
  .article .recommended .gradient {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.7;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 12%, rgba(2, 2, 3, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 12%, rgba(2, 2, 3, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6020203', GradientType=0);
  }
  .article .recommended .relative-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 13px 18px 5px 18px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
  }
  .article .recommended .recommended-text {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .article .recommended-lesson > p {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 30px;
  }
  .article .recommended-lesson .recommended-lesson-content {
    margin-bottom: 2px;
  }
  .article .recommended-lesson .recommended-lesson-content .recommended-lesson-content-text {
    position: absolute;
    left: 35px;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    z-index: 3;
    padding-top: 10px;
  }
  .article .recommended-lesson .recommended-lesson-content .recommended-lesson-content-text p {
    margin: 0;
  }
  .article .recommended-lesson .recommended-lesson-content .recommended-lesson-content-text .recommended-lesson-content-text-type {
    font-weight: 700;
    text-transform: uppercase;
  }
  .article .recommended-lesson .recommended-lesson-content .recommended-lesson-content-text .recommended-lesson-content-text-number {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: -7px;
  }
  .article .recommended-lesson .recommended-lesson-content .recommended-lesson-content-text .recommended-lesson-content-text-title {
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 40px;
    font-size: 16px;
  }
  .article .recommended-lesson .recommended-lesson-content .recommended-lesson-content-text .recommended-lesson-content-text-author {
    position: absolute;
    font-size: 14px;
    bottom: 15px;
  }
  .article.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper,
  .article.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic {
    padding-left: 40px;
  }
  .article.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-newspaper:before {
    display: block;
    content: '';
    position: absolute;
    top: 28px;
    left: 33px;
    width: 50px;
    height: 46px;
    background: url(/templates/main/images/sprite.png) -56px -38px no-repeat;
    z-index: 2;
  }
  .article.article-magazine .magazine-content .magazine-content-presentation .magazine-content-presentation-option .magazine-content-presentation-option-buy-electronic:before {
    display: block;
    content: '';
    position: absolute;
    top: 28px;
    left: 33px;
    width: 42px;
    height: 53px;
    background: url(/templates/main/images/sprite.png) -13px -38px no-repeat;
    z-index: 2;
  }
  .article.article-magazine .magazine-toolbar {
    display: block;
  }
  /* ===== Wideo ===== */
  .article.article-video .small-top h1 {
    padding-right: 290px;
  }
  .article.article-video .social-icons.end {
    position: absolute;
    top: 4px;
    right: 0;
    margin: 0;
    z-index: 1;
    width: 250px;
  }
  .article.article-video .social-icons.end .icon {
    max-width: 50px;
    height: 40px;
    line-height: 40px;
  }
  /* ===== Wideo end ===== */
  /* --- Article Bottom Module --- */
  .powiazane .col-71 > p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    padding-top: 20px;
  }
  .powiazane .linked-content {
    background-color: #fff;
    margin-bottom: 10px;
    border-bottom: 3px solid #d8d8d8;
  }
  .powiazane .linked-content p {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }
  .powiazane .linked-content p:first-child {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .powiazane .linked-content p:last-child {
    font-size: 14px;
    line-height: 25px;
  }
  .powiazane .linked-content .scale-image {
    display: block;
    margin-bottom: -2px;
  }
  .related-articles .title {
    font-size: 28px;
  }
  /* --- End Article Bottom Module --- */
  .pasaz-module {
    margin: 40px 0 0;
  }
  /* --- Pawel end --- */
  .newsletter-sticky {
    text-align: center;
    z-index: 5;
    width: 260px;
    position: fixed;
    left: 50px;
    bottom: -204px;
    font-family: 'Azo Sans', sans-serif;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.75);
    transition: 0.5s all;
    cursor: pointer;
  }
  .newsletter-sticky.hide {
    opacity: 0;
    transition: 0.5s all;
  }
  .newsletter-sticky:hover {
    bottom: 0;
  }
  .newsletter-sticky.small {
    bottom: -289px;
    transition: 0.5s all;
  }
  .newsletter-sticky.small:hover {
    bottom: 0;
  }
  .newsletter-sticky .first-wrapper {
    background-color: #1A1B1C;
    position: relative;
  }
  .newsletter-sticky .second-wrapper {
    background-color: #484949;
    padding-top: 7px;
  }
  .newsletter-sticky__close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer;
    padding: 1px;
    z-index: 1;
    transition: 0.5s all;
  }
  .newsletter-sticky__close:hover {
    transform: rotate(180deg);
    transition: 0.5s all;
  }
  .newsletter-sticky__close:hover::after {
    background-color: #ffffff;
  }
  .newsletter-sticky__close:hover::before {
    background-color: #ffffff;
  }
  .newsletter-sticky__close::before,
  .newsletter-sticky__close::after {
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    width: 100%;
    height: 1px;
    /* cross thickness */
    background-color: rgba(255, 255, 255, 0.5);
  }
  .newsletter-sticky__close::before {
    transform: rotate(45deg);
  }
  .newsletter-sticky__close::after {
    transform: rotate(-45deg);
  }
  .newsletter-sticky__first-title {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 6px;
    cursor: pointer;
  }
  .newsletter-sticky__second-title {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    border-bottom: 2px solid #BFA774;
    padding-bottom: 5px;
  }
  .newsletter-sticky__icon {
    background-color: #262728;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 27px auto;
    box-shadow: 0px 0px 40px -11px rgba(0, 0, 0, 0.75);
  }
  .newsletter-sticky__icon svg {
    fill: #BFA774;
    color: #BFA774;
    width: 35px;
  }
  .newsletter-sticky__description {
    font-size: 11px;
    line-height: 14px;
    color: #BFA774;
    font-weight: 700;
    padding: 0 20px;
  }
  .newsletter-sticky__form__wrapper__input {
    background-color: #666666;
    padding: 10px 50px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border: none;
    margin-bottom: 15px;
  }
  .newsletter-sticky__form__wrapper__btn {
    background-color: #BFA774;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 3px;
    border: none;
    padding: 10px 20px;
    margin-bottom: 56px;
    transition: 0.5s all;
    cursor: pointer;
  }
  .newsletter-sticky__form__wrapper__btn:hover {
    background-color: #ccb990;
    transition: 0.5s all;
  }
  /* DESKTOP-UP END
---------------------------------------*/
}
@media (min-width: 1025px) and (max-width: 1139px) {
  /* DESKTOP-ONLY
---------------------------------------*/
  .what-screen-size div.is-desktop {
    display: block;
  }
  .what-screen-size div.is-mobile,
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  /* DESKTOP-ONLY END
---------------------------------------*/
}
@media (min-width: 1140px) {
  /* DESKTOP-LARGE-UP
---------------------------------------*/
  .content-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    min-height: 650px;
    max-height: 780px;
    width: 100%;
  }
  .content-video .video-wrap {
    width: 100%;
    max-width: 1110px;
  }
  .what-screen-size div.is-desktop-large {
    display: block;
  }
  .what-screen-size div.is-mobile,
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop {
    display: none;
  }
  /* DESKTOP-LARGE-UP END
---------------------------------------*/
}
@media (min-width: 1140px) and (min-width: 1250px) {
  .article .social-icons.first {
    display: block;
  }
  .article .social-icons.fixed-icons {
    position: fixed;
    top: 84px;
    left: 50%;
    margin-left: -625px;
  }
}
.quiz-module {
  border: 4px solid #AF996B;
  padding: 40px 60px;
  margin: 30px 0;
  position: relative;
}
.quiz-module__btn {
  width: 240px;
  height: 86px;
  border: 4px solid #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0.2;
  font-size: 20px;
  font-family: "azo-sans-uber", sans-serif;
  text-decoration: none;
  font-weight: 400;
  color: #212121;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .quiz-module__btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
  }
}
.quiz-module__btn.active {
  pointer-events: all;
  opacity: 1;
}
.quiz-module__btn:hover {
  text-decoration: none;
  color: #212121;
}
.quiz-module__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 27px;
}
.quiz-module .quiz-link {
  display: block;
}
.quiz-module .quiz-link,
.quiz-module .quiz-link:hover {
  text-decoration: none;
}
.quiz-module__item-question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.quiz-module__item-counter {
  font-size: 35px;
  font-weight: 400;
  margin-right: 30px;
}
.quiz-module__item-option {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
  color: #212121;
  cursor: pointer;
}
.quiz-module__item-option,
.quiz-module__item-option:hover {
  text-decoration: none;
}
.quiz-module__item-option input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.quiz-module__item-option.active .quiz-module__item-checkbox:after {
  opacity: 1;
}
.quiz-module__item-checkbox {
  width: 30px;
  height: 30px;
  border: 2px solid #212121;
  position: relative;
  margin-right: 13px;
}
.quiz-module__item-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("/templates/main/images/svg/checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.social-icons {
  font-size: 0;
  text-align: center;
}
.social-icons.end {
  max-width: 300px;
  margin: 0 auto 20px;
}
.social-icons.end .icon {
  max-width: 60px;
  width: 20%;
  border-right: 1px solid #212121;
}
.social-icons.end .icon:last-of-type {
  border: none;
}
.social-icons.first {
  display: none;
  width: 60px;
  position: absolute;
  top: 0;
  left: -70px;
  z-index: 10;
}
.social-icons.first .icon {
  width: 60px;
  border-bottom: 1px solid #212121;
}
.social-icons.first .icon:last-of-type {
  border: none;
}
.social-icons .icon {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  height: 60px;
  display: inline-block;
  font-size: 25px;
  color: #333;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
}
.social-icons .icon:after {
  position: absolute;
  font-family: 'FontAwesome';
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.social-icons .icon.fb:after {
  content: "\f09a";
}
.social-icons .icon.twtr:after {
  content: "\f099";
}
.social-icons .icon.pin:after {
  content: "\f0d2";
}
.social-icons .icon.google:after {
  content: "\f0d5";
}
.social-icons .icon.mail:after {
  content: "\f0e0";
}
.social-icons .icon.fb-share {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.social-icons .icon:hover {
  color: rgba(0, 0, 0, 0.9);
  font-size: 35px;
}
.social-icons .icon:hover.fb {
  color: #3b5998;
}
.social-icons .icon:hover.twtr {
  color: #00aced;
}
.social-icons .icon:hover.pin {
  color: #ca0034;
}
.social-icons .icon:hover.google {
  color: #dd4b39;
}
.social-icons .icon:hover.mail {
  color: #a60505;
}
@media (min-width: 1250px) {
  .article.quiz .social-icons.first {
    display: block;
  }
  .article.quiz .social-icons.fixed-icons {
    position: fixed;
    top: 84px;
    left: 50%;
    margin-left: -640px;
  }
}
