@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 {
  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";
}
.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 --- */
.list {
  padding: 38px 0 0 0;
}
.list .advert {
  float: left;
}
.list .flex-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.list h1 {
  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;
}
.list .list-information {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.list .list-information select {
  background-color: white;
  border: none;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.list .list-information select:focus {
  outline: none;
}
.list .list-information a {
  width: 100%;
  color: #333;
  text-align: center;
}
.list .list-information {
  width: 535px;
  margin: 0 auto;
  padding-top: 15px;
}
.list .list-information.drummer {
  width: 380px;
}
.list .list-information a {
  display: inline-block;
}
.list .list-information p {
  display: inline-block;
  color: #7f3333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
.list .list-information p.first {
  padding-right: 25px;
}
.list .list-information p.last {
  padding-left: 25px;
}
.list .list-information p.second {
  padding: 0 25px;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
}
.list .list-information p.active span {
  padding-bottom: 5px;
  border-bottom: 2px solid #bea775;
}
.list .pagination {
  margin-top: 10px;
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
.list .pagination > a,
.list .pagination > p {
  padding-top: 10px;
  color: #333;
}
.list .pagination > a:first-child,
.list .pagination > p:first-child {
  float: left;
  padding-left: 16px;
}
.list .pagination > a:first-child i,
.list .pagination > p:first-child i {
  float: left;
  margin-top: -2px;
  font-size: 28px;
  font-weight: 400;
}
.list .pagination > a:first-child i:before,
.list .pagination > p:first-child i:before {
  content: "\f104";
}
.list .pagination > a:last-child,
.list .pagination > p:last-child {
  padding-right: 16px;
  float: right;
}
.list .pagination > a:last-child i,
.list .pagination > p:last-child i {
  float: right;
  margin-top: -2px;
  font-size: 28px;
  font-weight: 400;
}
.list .pagination > a:last-child i:before,
.list .pagination > p:last-child i:before {
  content: "\f105";
}
.list .pagination a:hover {
  text-decoration: none;
}
.list .pagination > p {
  color: #b5b5b5;
}
.list .pagination * {
  display: inline-block;
}
.list .pagination .items {
  position: absolute;
  left: 50px;
  right: 50px;
  padding-top: 13px;
  text-align: center;
}
.list .pagination .items p.inactive {
  padding: 6px 10px 0;
  border-radius: 15px;
  background-color: #ff4a4a;
  height: 30px;
  min-width: 30px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
}
.list .pagination .items p.dots {
  padding: 0 3px;
}
.list .pagination .items p,
.list .pagination .items a {
  color: #333;
  font-size: 15px;
}
.list .pagination .items p:first-child,
.list .pagination .items a:first-child {
  padding: 6px 8px 4px 6px;
}
.list .pagination .items a {
  border-radius: 20px;
}
.list .pagination .items a:hover {
  background-color: #ff4a4a;
}
.list .adsense-background {
  position: relative;
  display: flex;
  height: calc(100% - 30px);
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.list .adsense-background:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.290196) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.290196) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.290196) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.290196) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.290196) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}
/* ===== Default List page ===== */
.list-defaults .list-defaults-item {
  margin: 25px 0 0;
}
.list-defaults .list-defaults-item .image {
  position: relative;
}
.list-defaults .list-defaults-item .gradient {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  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);
}
.list-defaults .list-defaults-item .item-title {
  margin: 0;
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.list-defaults .list-defaults-item .introtext {
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.list-defaults .list-defaults-item .introtext p {
  margin: 0;
}
.list-defaults .list-row > div:nth-child(2n+1) {
  clear: left;
}
/* ===== Default List page End ===== */
/* ===== Nauka List page ===== */
.list-lessons .item {
  display: block;
  position: relative;
  margin: 10px 0 0;
}
.list-lessons .item span {
  display: block;
}
.list-lessons .item:hover .border .l {
  top: auto;
  bottom: 0;
  height: 100%;
}
.list-lessons .item:hover .border .t {
  right: auto;
  left: 0;
  width: 100%;
}
.list-lessons .item:hover .border .r {
  bottom: auto;
  top: 0;
  height: 100%;
}
.list-lessons .item:hover .border .b {
  left: auto;
  right: 0;
  width: 100%;
}
.list-lessons .item:hover .bg {
  background-color: rgba(191, 167, 116, 0.85);
}
.list-lessons .border {
  position: absolute;
  top: 38px;
  left: 38px;
  bottom: 38px;
  right: 38px;
  z-index: 1;
}
.list-lessons .border .l {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 6px;
  height: 0;
  -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;
}
.list-lessons .border .t {
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  height: 6px;
  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;
}
.list-lessons .border .r {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 0;
  -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;
}
.list-lessons .border .b {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  height: 6px;
  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;
}
.list-lessons .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  -moz-transition: background-color 0.25s ease 0s;
  -ms-transition: background-color 0.25s ease 0s;
  -webkit-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s;
}
.list-lessons .item-text {
  padding: 15px;
  position: absolute;
  top: 44px;
  left: 44px;
  bottom: 44px;
  right: 44px;
  z-index: 3;
  font-size: 0;
}
.list-lessons .item-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.list-lessons .item-text .text-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 0.1% 0 0;
}
.list-lessons .item-text .name {
  font-size: 15px;
  color: #fff;
}
.list-lessons .item-text .category {
  margin: 5px 0 7px;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}
.list-lessons .item-text .item-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.list-lessons .advert {
  width: 100%;
}
.list-lessons .row > div {
  float: left;
}
.list-lessons #menu-lesson {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
}
.list-lessons #menu-lesson > div {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  margin-top: 30px;
}
.list-lessons #menu-lesson > div.item {
  border-right: 2px solid #333;
  padding-top: 5px;
  float: left;
}
.list-lessons #menu-lesson > div.item a {
  color: #333;
  position: relative;
}
.list-lessons #menu-lesson > div.item a:hover {
  text-decoration: none;
}
.list-lessons #menu-lesson > div.item a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.list-lessons #menu-lesson > div.item a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  right: 0;
  height: 3px;
  bottom: -15px;
  background-color: #bfa774;
  -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;
}
.list-lessons #menu-lesson > div.item.active a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.list-lessons #menu-lesson > div#more-menu {
  width: 210px;
  max-height: 48px;
  overflow: hidden;
  height: auto;
  float: right;
  position: absolute;
  right: 0;
  cursor: pointer;
  -moz-transition: max-height 0.25s ease 0s;
  -ms-transition: max-height 0.25s ease 0s;
  -webkit-transition: max-height 0.25s ease 0s;
  -o-transition: max-height 0.25s ease 0s;
  transition: max-height 0.25s ease 0s;
  background-color: #fff;
  z-index: 4;
  margin-top: 20px;
  padding: 0;
}
.list-lessons #menu-lesson > div#more-menu.smaller {
  width: 189px;
}
.list-lessons #menu-lesson > div#more-menu.bigger {
  width: 270px;
}
.list-lessons #menu-lesson > div#more-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
  top: 18px;
  right: 15px;
  -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;
}
.list-lessons #menu-lesson > div#more-menu > * {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
.list-lessons #menu-lesson > div#more-menu > * a {
  color: #333;
  padding: 15px;
  width: 100%;
  display: block;
}
.list-lessons #menu-lesson > div#more-menu p {
  padding: 15px;
  pointer-events: none;
  /*                    .transition(background-color);*/
}
.list-lessons #menu-lesson > div#more-menu.active {
  max-height: 900px;
  box-shadow: 0px 30px 30px 20px rgba(21, 21, 21, 0.6);
  -webkit-box-shadow: 0px 30px 30px 20px rgba(21, 21, 21, 0.6);
}
.list-lessons #menu-lesson > div#more-menu.active:before {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}
.list-lessons #menu-lesson > div#more-menu.active p {
  background-color: #bfa774;
}
.list-lessons #menu-lesson .more-menu-wrap {
  background: #fff;
  left: 0;
  top: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  margin-top: 0;
  height: auto;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.list-lessons #menu-lesson .more-menu-wrap.active {
  max-height: 600px;
  box-shadow: 0 30px 30px 20px rgba(21, 21, 21, 0.6);
  -webkit-box-shadow: 0 30px 30px 20px rgba(21, 21, 21, 0.6);
}
.list-lessons #menu-lesson .more-menu-wrap .item {
  flex: 0 0 50%;
  margin: 15px 0 15px;
}
.list-lessons #menu-lesson .more-menu-wrap .item a {
  color: #333;
}
/* ===== Nauka List page End ===== */
.tag {
  height: 19px;
  position: relative;
  z-index: 10;
  display: inline-block;
  bottom: 9px;
  width: 80px;
  background-color: #212121;
}
.tag img {
  width: auto;
  height: 17px;
  margin-left: 8px;
}
/* ===== Testy List page ===== */
.list-test .test-category {
  max-width: 224px;
  width: 100%;
  margin: 0 auto;
  height: 50px;
  position: relative;
  padding-top: 50px;
  z-index: 2;
  margin-top: 10px;
}
.list-test .test-category ul {
  max-width: 224px;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  padding-top: 50px;
  height: 50px;
  z-index: 2;
  top: 0;
  overflow: hidden;
  cursor: pointer;
  -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;
}
.list-test .test-category ul:before {
  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;
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 18px;
  z-index: 2;
}
.list-test .test-category ul.nav li {
  background-color: #fff;
  padding: 0;
}
.list-test .test-category ul.nav li.current {
  padding: 15px;
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  padding-top: 15px;
  pointer-events: 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;
}
.list-test .test-category ul.nav li.current a {
  padding: 3px 15px;
}
.list-test .test-category ul.nav li a {
  padding: 18px 30px;
  color: #000;
  text-transform: uppercase;
}
.list-test .test-category ul.nav li a:hover {
  background-color: #fff;
}
.list-test .test-category ul.nav.active {
  height: 560px;
  box-shadow: -3px 7px 10px 1px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.list-test .test-category ul.nav.active:before {
  transform: rotate(180deg);
}
.list-test .test-category ul.nav.active li.current {
  background-color: #bea775;
}
.list-test .test-list-item {
  margin: 25px 0 0;
}
.list-test .test-list-item .category {
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  line-height: 19px;
  margin: -9px 0 0 10px;
  background: #bfa774;
  padding: 0 7px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
.list-test .test-list-item .category:hover {
  background: #af9151;
}
.list-test .test-list-item .item-title {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.list-test .test-list-item .item-title a {
  color: #333;
}
.list-test .test-list-item .introtext {
  margin: 3px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.list-test .test-list-item .introtext p {
  margin: 0;
}
.list-test #menu-lesson {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
}
.list-test #menu-lesson > div {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  margin-top: 30px;
}
.list-test #menu-lesson > div.item {
  border-right: 2px solid #333;
  padding-top: 5px;
  float: left;
}
.list-test #menu-lesson > div.item a {
  color: #333;
  position: relative;
}
.list-test #menu-lesson > div.item a:hover {
  text-decoration: none;
}
.list-test #menu-lesson > div.item a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.list-test #menu-lesson > div.item a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  right: 0;
  height: 3px;
  bottom: -15px;
  background-color: #bfa774;
  -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;
}
.list-test #menu-lesson > div.item.active a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.list-test #menu-lesson > div#more-menu {
  width: 170px;
  max-height: 48px;
  overflow: hidden;
  height: auto;
  float: right;
  position: absolute;
  right: 0;
  cursor: pointer;
  -moz-transition: max-height 0.25s ease 0s;
  -ms-transition: max-height 0.25s ease 0s;
  -webkit-transition: max-height 0.25s ease 0s;
  -o-transition: max-height 0.25s ease 0s;
  transition: max-height 0.25s ease 0s;
  background-color: #fff;
  z-index: 4;
  margin-top: 20px;
  padding: 0;
}
.list-test #menu-lesson > div#more-menu.smaller {
  width: 140px;
}
.list-test #menu-lesson > div#more-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #333 transparent transparent transparent;
  top: 18px;
  right: 15px;
  -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;
}
.list-test #menu-lesson > div#more-menu > * {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}
.list-test #menu-lesson > div#more-menu > * a {
  color: #333;
  padding: 15px;
  width: 100%;
  display: block;
}
.list-test #menu-lesson > div#more-menu p {
  padding: 15px;
  /*                    .transition(background-color);*/
}
.list-test #menu-lesson > div#more-menu.active {
  max-height: 580px;
  box-shadow: 0px 30px 30px 20px rgba(21, 21, 21, 0.6);
  -webkit-box-shadow: 0px 30px 30px 20px rgba(21, 21, 21, 0.6);
}
.list-test #menu-lesson > div#more-menu.active:before {
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}
.list-test #menu-lesson > div#more-menu.active p {
  background-color: #bfa774;
}
/* ===== Testy List page End ===== */
/* ===== Article List page ===== */
.list-article .list-article-item {
  margin: 25px 0 0;
}
.list-article .list-article-item .item-title {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.list-article .list-article-item .item-title a {
  color: #333;
}
.list-article .list-article-item .introtext {
  margin: 3px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.list-article .list-article-item .introtext p {
  margin: 0;
}
.list-article .advert {
  width: 100%;
  padding: 0 15px;
}
/* ===== Article List page End ===== */
/* ===== Wywiady List page ===== */
.list-interviews .list-interviews-item {
  margin: 25px 0 0;
}
.list-interviews .list-interviews-item .image {
  position: relative;
}
.list-interviews .list-interviews-item .gradient {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  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);
}
.list-interviews .list-interviews-item .item-title {
  margin: 0;
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.list-interviews .list-interviews-item .introtext {
  margin: 9px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.list-interviews .list-interviews-item .introtext p {
  margin: 0;
}
.list-interviews .list-row > div:nth-child(2n+1) {
  clear: left;
}
/* ===== Wywiady List page End ===== */
/* ===== Raporty List page ===== */
.list-reports .list-reports-item {
  margin: 25px 0 0;
}
.list-reports .list-reports-item .item-title {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.list-reports .list-reports-item .item-title a {
  color: #333;
}
.list-reports .list-reports-item .introtext {
  margin: 3px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.list-reports .list-reports-item .introtext p {
  margin: 0;
}
/* ===== Raporty List page End ===== */
/* ===== Alfabethic List page ===== */
.list-alfabethic.list {
  padding-left: 0;
  padding-right: 0;
}
.list-alfabethic.list .alfabethic-jump {
  color: #323232;
  height: 60px;
  font-size: 20px;
  padding-top: 5px;
  font-weight: 400;
}
.list-alfabethic.list .alfabethic-jump .visible-xs {
  text-align: center;
}
.list-alfabethic.list .alfabethic-jump .visible-xs .alfabethic-jump-button {
  margin-left: 30px;
  font-weight: 700;
  padding-top: 10px;
  color: #fcfffd;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  background-color: #bea775;
  width: 49px;
  height: 49px;
}
.list-alfabethic.list .alfabethic-jump a {
  color: #323232;
}
.list-alfabethic.list .alfabethic-jump a:hover {
  color: #ddd;
}
.list-alfabethic.list .alfabethic-content {
  padding-left: 25px;
  padding-right: 25px;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block {
  border-bottom: 2px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-first {
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-firms {
  font-size: 13px;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-firms a {
  color: #212121;
  display: inline-block;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-firms a p {
  display: inline-block;
  margin: 0;
}
.list-alfabethic.list .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-firms a p:hover {
  text-decoration: underline;
}
.list-alfabethic.list .alfabethic-advertisment {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* ===== Alfabethic List page End ===== */
/* ===== Magazyn List page ===== */
.list-magazine .buttons {
  text-align: center;
}
.list-magazine .magazine-return {
  display: inline-block;
  height: 25px;
  width: 166px;
  margin: 20px 8px 0;
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 3px;
  line-height: 23px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  vertical-align: top;
}
.list-magazine .magazine-item {
  margin-top: 20px;
  text-align: center;
}
.list-magazine .magazine-item a {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
}
.list-magazine .magazine-item img {
  margin-bottom: 10px;
}
/* ===== Magazyn List page End ===== */
/* ===== Recenzje List page ===== */
.list-recenzje .list-recenzje-item {
  margin: 25px 0 0;
  text-align: center;
}
.list-recenzje .list-recenzje-item .image {
  text-decoration: none;
}
.list-recenzje .list-recenzje-item .image .image-wrap {
  display: block;
  margin: 0 0 9px;
  position: relative;
  overflow: hidden;
  background: #212121;
}
.list-recenzje .list-recenzje-item .image .artist {
  color: #bfa774;
  font-size: 13px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.list-recenzje .list-recenzje-item .image .item-title {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.list-recenzje .list-recenzje-item .image:hover img {
  opacity: 0.2;
}
.list-recenzje .list-recenzje-item .image:hover .item-title {
  color: #af9151;
}
.list-recenzje .list-recenzje-item .image:hover .rating-block.engine {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.list-recenzje .list-recenzje-item .image:hover .rating-block.tank {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.list-recenzje .list-recenzje-item .rating-wrap {
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.list-recenzje .list-recenzje-item .rating-wrap span {
  display: block;
}
.list-recenzje .list-recenzje-item .rating-block {
  width: 232px;
  text-align: left;
}
.list-recenzje .list-recenzje-item .rating-block.engine {
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  opacity: 0;
}
.list-recenzje .list-recenzje-item .rating-block.tank {
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.list-recenzje .list-recenzje-item .rating-block .rating-title {
  color: #fff;
  font-size: 11px;
}
.list-recenzje .list-recenzje-item .rating-block .rating-title span {
  display: inline;
  font-weight: bold;
}
.list-recenzje .list-recenzje-item .rating-block .value {
  margin: 3px 0 0;
  float: right;
  color: #bbbbbb;
  font-size: 15px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 22px;
}
.list-recenzje .list-recenzje-item .rating-block .value span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
}
.list-recenzje .list-recenzje-item .rating-block .stars {
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
  display: block;
  float: left;
}
.list-recenzje .list-recenzje-item .rating-block .stars li {
  display: block;
  width: 13px;
  height: 14px;
  float: left;
  margin: 0 1px 0 0;
}
.list-recenzje .list-recenzje-item .rating-block.tank .stars li {
  background: url('../../images/sprite.png') -15px -93px no-repeat;
}
.list-recenzje .list-recenzje-item .rating-block.tank .stars li.filled {
  background: url('../../images/sprite.png') 0 -93px no-repeat;
}
.list-recenzje .list-recenzje-item .rating-block.engine {
  margin: 15px 0 0;
}
.list-recenzje .list-recenzje-item .rating-block.engine .stars li {
  background: url('../../images/sprite.png') -46px -93px no-repeat;
}
.list-recenzje .list-recenzje-item .rating-block.engine .stars li.filled {
  background: url('../../images/sprite.png') -30px -93px no-repeat;
}
.list-recenzje .list-recenzje-item .introtext {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
}
/* ===== Recenzje List page End ===== */
/* --- mod_avt_pasaz  --- */
.pasaz-module {
  margin: 0 0 30px;
}
.pasaz-module.right-column .pasaz-heading {
  background: #171717;
  height: 60px;
}
.pasaz-module.right-column .pasaz-heading img {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 13px 0;
}
.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;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a .titles .price {
  font-size: 11px;
  font-weight: 700;
  color: #f63440;
}
.pasaz-module.right-column .pasaz-content .products-wrapper .pasaz-product a:hover .titles {
  color: #f63440;
}
.pasaz-module.bottom-row {
  margin-top: 45px;
}
.pasaz-module.bottom-row .pasaz-heading {
  margin-bottom: 15px;
  position: relative;
}
.pasaz-module.bottom-row .pasaz-heading .logo {
  background: #fff;
  font-size: 32px;
  line-height: 57px;
}
.pasaz-module.bottom-row .pasaz-heading .logo img {
  display: block;
  float: left;
  position: relative;
  width: 130px;
  background: #fff;
}
.pasaz-module.bottom-row .pasaz-heading .logo span {
  background: #fff;
  padding-right: 30px;
  position: relative;
  left: -12px;
  bottom: -4px;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Azo-Sans-Uber';
  font-weight: 500;
}
.pasaz-module.bottom-row .pasaz-heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.pasaz-module.bottom-row .pasaz-content {
  border-bottom: 1px solid #ccc;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper {
  margin-bottom: 30px;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product {
  background: #fff;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.06);
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a {
  width: 100%;
  text-decoration: none;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a .thumbnail {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  margin: 15px 0 20px;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a .thumbnail img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a .thumbnail:before {
  position: absolute;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a .titles {
  color: #333333;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  text-decoration: none;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a .titles .product-title {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.pasaz-module.bottom-row .pasaz-content .products-wrapper .pasaz-product a .titles .price {
  color: #bfa774;
  font-size: 18px;
  font-weight: 700;
}
.pasaz-module.bottom-rows-8 .pasaz-content .products-wrapper .pasaz-product a .thumbnail {
  height: 150px;
}
.pasaz-module.bottom-rows-8 .pasaz-content .products-wrapper .pasaz-product a .thumbnail img {
  max-height: 150px;
}
.pasaz-module.bottom-rows-12 .pasaz-content .products-wrapper .pasaz-product a .thumbnail {
  height: 112px;
}
.pasaz-module.bottom-rows-12 .pasaz-content .products-wrapper .pasaz-product a .thumbnail img {
  max-height: 112px;
}
.pasaz-module.bottom-rows-12 .pasaz-content .products-wrapper .pasaz-product a .titles .product-title {
  display: block;
  min-height: 38px;
}
.pasaz-module.bottom-rows-12 .pasaz-content .products-wrapper .pasaz-product a .titles .price {
  font-size: 15px;
}
/* --- mod_avt_pasaz END --- */
/* ===== Ceneo Slider =====*/
.pasaz-module.pasaz-slider {
  margin-top: 30px;
}
.pasaz-module.pasaz-slider .pasaz-heading .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.pasaz-module.pasaz-slider .pasaz-heading .logo img {
  display: inline-block;
  margin-top: -13px;
  width: 130px;
}
.pasaz-module.pasaz-slider .pasaz-heading .logo span {
  font-size: 25px;
  line-height: 57px;
  position: relative;
  left: -16px;
  bottom: -8px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Azo-Sans-Uber';
  font-weight: 500;
}
.pasaz-module.pasaz-slider .pasaz-heading div.lead {
  font-size: 13px;
  text-align: center;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
}
.pasaz-module.pasaz-slider .pasaz-heading div.lead > div {
  padding: 0 15px;
  background: #fff;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.pasaz-module.pasaz-slider .pasaz-heading div.lead:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  left: 0;
}
.pasaz-module.pasaz-slider .pasaz-content {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper {
  margin-bottom: 30px;
  /*                height: 300px;
                overflow: hidden;*/
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  text-align: center;
  z-index: 3;
  font-size: 0;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.3);
  overflow: hidden;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-dots .owl-dot:hover:before,
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-dots .owl-dot.active:before {
  -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);
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-dots .owl-dot:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 50%;
  -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;
  -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);
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-prev,
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-next {
  position: absolute;
  color: #c0c0c0;
  right: -68px;
  display: block;
  width: 50px;
  height: 50px;
  top: 40%;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-prev:before,
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-next:before {
  font-family: 'FontAwesome';
  line-height: 50px;
  padding: 0 18px;
  font-size: 32px;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-prev {
  left: -68px;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-prev:before {
  content: '\f104';
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-next {
  right: -68px;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .owl-nav .owl-next:before {
  content: '\f105';
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product {
  background: #fff;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.06);
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a {
  width: 100%;
  text-decoration: none;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a .thumbnail {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  margin: 15px 0 20px;
  padding: 0 10px;
  overflow: hidden;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a .thumbnail img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a .thumbnail:before {
  position: absolute;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a .titles {
  color: #333333;
  font-size: 11px;
  /*font-weight: 400;*/
  text-align: center;
  margin-bottom: 25px;
  font-family: 'Poppins';
  font-weight: 400;
  text-decoration: none;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a .titles .product-title {
  color: #333333;
  font-size: 13px;
  /*font-weight:700;*/
  font-family: 'Poppins';
  font-weight: 700;
  text-transform: uppercase;
}
.pasaz-module.pasaz-slider .pasaz-content .products-wrapper .pasaz-product a .titles .price {
  color: #bfa774;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 700;
  /*font-weight: 700;*/
}
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;
}
/* ===== End Ceneo SLider =====*/
.what-screen-size {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}
.what-screen-size div {
  width: inherit;
  height: inherit;
}
/* MOBILE-UP END
---------------------------------------*/
@media (max-width: 767px) {
  /* MOBILE-ONLY
---------------------------------------*/
  body section.list .pagination > a,
  body section.list .pagination > p {
    width: 50px;
    height: 50px;
    border: 2px solid #333;
  }
  body section.list .pagination .visible-dots-xs {
    display: inline-block;
  }
  body section.list.list-alfabethic .title {
    padding: 0 20px;
  }
  body section.list-tips .tips-content-text-show {
    text-align: center;
  }
  body section.list-review .review-content-text-marks {
    width: 200px;
    margin: 0 auto;
  }
  body section.list-review .review-content-text-artist,
  body section.list-review .review-content-text-title,
  body section.list-review .review-content-text-comment {
    padding-left: 10px;
    padding-right: 10px;
  }
  body section.list-magazine .list-information .format-select {
    width: 55px;
    margin: 0 auto;
  }
  body section.list-alfabethic .alfabethic-jump {
    margin: 0 -10px 20px -10px;
  }
  body section.list-alfabethic .alfabethic-content-text {
    padding-bottom: 20px;
  }
  body section.list-alfabethic .alfabethic-content-text .alfabethic-content-text-block {
    border-bottom: 2px solid #d8d8d8;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body section.list-alfabethic .alfabethic-content-text .alfabethic-content-text-block:last-child {
    border-bottom: 0;
  }
  body section.list-test .list-information select {
    margin: 0 auto 30px;
    display: block;
  }
  body section.list-test h2 {
    font-size: 18px;
  }
  .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;
  }
  /* MOBILE-ONLY END
---------------------------------------*/
}
@media (min-width: 768px) {
  /* TABLET-UP
---------------------------------------*/
  .news-content-margin {
    height: 32px;
  }
  .news-content-margin:after {
    height: 32px;
  }
  .news-content-margin a {
    height: 21px;
  }
  .list h1 {
    font-size: 35px;
  }
  .list .list-information {
    display: block;
  }
  .list .list-information select {
    padding-left: 15px;
    display: inline-block;
    margin: 4px 0 0 0;
  }
  .list .list-information div {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-right: 15px;
    border-right: 2px solid #333333;
    float: left;
    text-align: right;
  }
  .list .list-information div a {
    width: auto;
    position: relative;
  }
  .list .list-information div a:after {
    bottom: -7px;
    transition: width 0.25s ease 0s;
    content: '';
    position: absolute;
    height: 2px;
    background-color: #bea775;
    right: 0;
    width: 0;
  }
  .list .list-information div a:hover {
    text-decoration: none;
  }
  .list .list-information div a:hover:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  .list .pagination {
    border-bottom: 2px solid #333;
    height: 49px;
  }
  .list .pagination > a,
  .list .pagination > p {
    position: relative;
    z-index: 10;
    padding-top: 0;
    margin-top: 13px;
  }
  .list .pagination > a:first-child,
  .list .pagination > p:first-child {
    padding-left: 0;
  }
  .list .pagination > a:first-child span,
  .list .pagination > p:first-child span {
    padding-left: 10px;
  }
  .list .pagination > a:last-child,
  .list .pagination > p:last-child {
    padding-right: 0;
  }
  .list .pagination > a:last-child span,
  .list .pagination > p:last-child span {
    padding-right: 10px;
  }
  .list .pagination .items p,
  .list .pagination .items a {
    font-size: 17px;
  }
  .list .pagination .items p.inactive,
  .list .pagination .items a.inactive {
    padding: 5px 10px 0;
  }
  .list .pagination .visible-dots-xs {
    display: none;
  }
  .list .pagination .items {
    left: 0;
    right: 0;
  }
  .list .pagination .items a.active {
    padding: 2px 8px;
  }
  /* ===== Default List page ===== */
  .list-defaults .list-defaults-item {
    margin: 30px 0 0;
  }
  .list-defaults .list-defaults-item .gradient {
    height: 50%;
  }
  .list-defaults .list-defaults-item .item-title {
    left: 20px;
    right: 20px;
    bottom: 14px;
    font-size: 22px;
    line-height: 28px;
  }
  .list-defaults .list-defaults-item .introtext {
    margin: 14px 0 0;
  }
  .list-defaults .list-row > div:nth-child(2n+1) {
    clear: left;
  }
  .list-defaults .advert {
    width: 50%;
  }
  /* ===== Default List page End ===== */
  /* ===== Nauka List page ===== */
  .list-lessons .advert {
    width: 50%;
  }
  .list-lessons .item {
    margin: 30px 0 0;
  }
  .list-lessons .item-text .category {
    margin: 5px 0 4px;
  }
  .list-lessons .item-text .item-title {
    font-size: 20px;
  }
  .list-lessons #menu-lesson {
    display: block;
  }
  /* ===== Nauka List page End ===== */
  /* ===== Testy List page ===== */
  .list-test .test-list-item {
    margin: 30px 0 0;
  }
  .list-test .test-list-item .category {
    margin: -9px 0 0 15px;
  }
  .list-test .test-list-item .item-title {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 28px;
  }
  .list-test .test-list-item .introtext {
    margin: 7px 0 0;
  }
  .list-test .list-row > div:nth-child(2n+1) {
    clear: left;
  }
  .list-test .advert {
    width: 50%;
  }
  .list-test #menu-lesson {
    display: block;
  }
  /* ===== Testy List page End ===== */
  /* ===== Article List page ===== */
  .list-article .list-article-item {
    margin: 30px 0 0;
  }
  .list-article .list-article-item .item-title {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 27px;
  }
  .list-article .list-article-item .introtext {
    margin: 9px 0 0;
  }
  .list-article .list-row .advert {
    width: 50%;
    padding: 0 15px;
  }
  /* ===== Article List page End ===== */
  /* ===== Wywiady List page ===== */
  .list-interviews .list-information p span {
    position: relative;
  }
  .list-interviews .list-information p span:after {
    bottom: -7px;
    transition: width 0.25s ease 0s;
    content: '';
    position: absolute;
    height: 2px;
    background-color: #bea775;
    right: 0;
    width: 0;
  }
  .list-interviews .list-information p span:hover:after {
    left: 0;
    right: auto;
    width: 100%;
  }
  .list-interviews .list-information p.active span:after {
    bottom: -2px;
  }
  .list-interviews .advert {
    width: 50%;
  }
  .list-interviews .list-interviews-item {
    margin: 30px 0 0;
  }
  .list-interviews .list-interviews-item .gradient {
    height: 50%;
  }
  .list-interviews .list-interviews-item .item-title {
    left: 20px;
    right: 20px;
    bottom: 14px;
    font-size: 22px;
    line-height: 28px;
  }
  .list-interviews .list-interviews-item .introtext {
    margin: 14px 0 0;
  }
  /* ===== Wywiady List page End ===== */
  /* ===== Raporty List page ===== */
  .list-reports .list-reports-item {
    margin: 30px 0 0;
  }
  .list-reports .list-reports-item .item-title {
    margin: 10px 0 0;
    font-size: 22px;
    line-height: 28px;
  }
  .list-reports .list-reports-item .introtext {
    margin: 7px 0 0;
  }
  .list-reports .advert {
    width: 50%;
  }
  .list-reports .list-row > div:nth-child(2n+1) {
    clear: left;
  }
  /* ===== Raporty List page End ===== */
  /* ===== Alfabethic List page ===== */
  .list-alfabethic .alfabethic-jump {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .list-alfabethic .alfabethic-jump > div {
    padding: 0 0 0 1.5%;
  }
  .list-alfabethic .alfabethic-jump > div > div {
    display: inline-block;
    width: 4%;
  }
  .list-alfabethic .alfabethic-jump .alfabethic-jump-letter {
    display: inline-block;
    text-transform: uppercase;
  }
  .list-alfabethic .alfabethic-content .alfabethic-content-text {
    padding: 0 25px;
  }
  .list-alfabethic .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block {
    min-height: 55px;
  }
  .list-alfabethic .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-first {
    position: absolute;
  }
  .list-alfabethic .alfabethic-content .alfabethic-content-text .alfabethic-content-text-block .alfabethic-content-text-block-firms {
    padding-left: 40px;
    padding-top: 6px;
  }
  /* ===== Alfabethic List page End ===== */
  /* ===== Recenzje List page ===== */
  .list-recenzje .list-recenzje-item {
    margin: 30px 0 0;
  }
  .list-recenzje .list-recenzje-item .image .image-wrap {
    margin: 0 0 14px;
  }
  .list-recenzje .list-recenzje-item .image .item-title {
    font-size: 20px;
    line-height: 28px;
  }
  /* ===== Recenzje List page End ===== */
  /* TABLET-UP END
---------------------------------------*/
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* TABLET-ONLY
---------------------------------------*/
  .list .review-content-text-title,
  .list .review-content-text-artist,
  .list .review-content-text-comment {
    padding-left: 15px;
    padding-right: 15px;
  }
  .list .review-content-text-marks {
    margin-left: 15px;
  }
  .list.list-magazine .magazine-content {
    padding-bottom: 15px;
  }
  .list.list-alfabethic .alfabethic-content {
    margin: 0 -34px;
  }
  .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;
  }
  /* 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 --- */
  /* ===== Default List page ===== */
  .list-defaults .list-defaults-item .item-title {
    bottom: 16px;
    font-size: 25px;
    line-height: 34px;
  }
  .list-defaults .advert {
    width: 100%;
  }
  /* ===== Default List page End ===== */
  /* ===== Nauka List page ===== */
  .list-lessons .advert {
    width: 100%;
  }
  .list-lessons .item-text .category {
    margin: 5px 0;
    font-size: 25px;
  }
  .list-lessons .item-text .item-title {
    font-size: 30px;
  }
  /* ===== Nauka List page End ===== */
  /* ===== Testy List page ===== */
  .list-test .test-list-item .item-title {
    font-size: 25px;
    line-height: 34px;
  }
  .list-test .advert {
    width: 100%;
  }
  /* ===== Testy List page End ===== */
  /* ===== Article List page ===== */
  .list-article .list-row > div:nth-child(2n+1) {
    clear: none;
  }
  .list-article .list-row .advert {
    width: 33.3333%;
    padding: 0 15px;
  }
  /* ===== Article List page End ===== */
  /* ===== Wywiady List page ===== */
  .list-interviews .list-interviews-item .item-title {
    bottom: 16px;
    font-size: 25px;
    line-height: 34px;
  }
  /* ===== Wywiady List page End ===== */
  /* ===== Raporty List page ===== */
  .list-reports .list-reports-item .item-title {
    font-size: 25px;
    line-height: 34px;
  }
  /* ===== Raporty List page End ===== */
  /* ===== Alfabethic List page ===== */
  .list-alfabethic .alfabethic-content-text {
    padding-bottom: 30px;
  }
  .list-alfabethic .alfabethic-content {
    padding: 0 15px;
  }
  .list-alfabethic .alfabethic-content .alfabethic-content-text {
    padding: 0;
  }
  /* ===== Alfabethic List page End ===== */
  /* ===== Recenzje List page ===== */
  /* ===== Recenzje List page 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
---------------------------------------*/
  .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
---------------------------------------*/
}
.magazine-list__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.magazine-list .magazine-year {
  display: inline-block;
  margin-bottom: -5px;
  height: auto;
  max-height: 25px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  position: relative;
}
.magazine-list .magazine-year::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  background-image: url("/templates/main/images/chevron-down.svg");
  margin: auto;
  width: 15px;
  height: 8px;
  background-repeat: no-repeat;
}
.magazine-list .magazine-year .magazine-year-current-title {
  pointer-events: none;
}
.magazine-list .magazine-year .current {
  pointer-events: none;
}
.magazine-list .magazine-year .magazine-year-select {
  z-index: 1;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  padding-left: 0;
  text-align: center;
}
.magazine-list .magazine-year .magazine-year-select p {
  width: 100%;
  color: #fff;
  margin: 5px 0 !important;
}
.magazine-list .magazine-year .magazine-year-select p a {
  color: #fff;
}
.magazine-list .magazine-year.open .magazine-year-select {
  pointer-events: all;
  opacity: 1;
}
.magazine-list .magazine-year {
  background-color: #f63440;
  border-radius: 3px;
  color: white;
  width: 126px;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.magazine-list .magazine-year p {
  display: inline-block;
  margin: 0;
}
.magazine-list .magazine-year .current {
  margin-left: 5px;
}
.magazine-list .magazine-year .magazine-year-current-title,
.magazine-list .magazine-year .current {
  user-select: none;
}
.magazine-list .magazine-year .magazine-year-text {
  float: right;
  padding-right: 30px;
}
.magazine-list .magazine-year .magazine-year-image {
  position: relative;
  left: 60px;
  display: inline-block;
  height: 10px;
  width: 10px;
  background: url(../../images/sprite.png) 0 -50px no-repeat;
}
.magazine-list .magazine-year .magazine-year-select {
  display: inline-block;
  background: #f93c42;
  border: 0;
  outline: 0;
}
.magazine-list .magazine-return {
  height: 25px;
  width: 166px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #212121;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: 600;
  color: #333333;
}
.magazine-list .magazine-return .fa-reply {
  margin-top: 2px;
  position: absolute;
}
.magazine-list .magazine-content {
  background-color: #fff;
  padding: 5px 15px 15px 15px;
}
.magazine-list .magazine-content img {
  margin-top: 15px;
  margin-bottom: 10px;
}
.magazine-list .magazine-content p {
  text-align: center;
  margin-bottom: 5px;
}
.magazine-list .magazine-content p a {
  color: #3e3e3e;
  font-size: 13px;
  font-weight: 700;
}
