@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";
}
.fa-check:before {
  content: "\f00c";
}
.clear {
  display: table;
  clear: both;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.transition-all {
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.transition-site {
  -moz-transition: transform 0.25s ease 0s;
  -ms-transition: transform 0.25s ease 0s;
  -webkit-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
}
.uber {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://cdn.avt.pl/fonts/PoppinsSemiBold.eot');
  src: url('https://cdn.avt.pl/fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.woff2') format('woff2'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.woff') format('woff'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.ttf') format('truetype'), url('https://cdn.avt.pl/fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('https://cdn.avt.pl/fonts/PoppinsBold.eot');
  src: url('https://cdn.avt.pl/fonts/PoppinsBold.eot') format('embedded-opentype'), url('https://cdn.avt.pl/fonts/PoppinsBold.woff2') format('woff2'), url('https://cdn.avt.pl/fonts/PoppinsBold.woff') format('woff'), url('https://cdn.avt.pl/fonts/PoppinsBold.ttf') format('truetype'), url('https://cdn.avt.pl/fonts/PoppinsBold.svg#PoppinsBold') format('svg');
  font-weight: 700;
  font-display: swap;
}
.poppins600 {
  font-family: 'Poppins';
  font-weight: 600;
}
.poppins700 {
  font-family: 'Poppins';
  font-weight: 700;
}
.poppins400 {
  font-family: 'Poppins';
  font-weight: 400;
}
.poppins500 {
  font-family: 'Poppins';
  font-weight: 400;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #212121;
  background: #fff;
}
body.close {
  overflow-y: hidden;
  height: 100vh;
}
.container-fluid {
  max-width: 1140px;
}
.scale-image {
  display: block;
  overflow: hidden;
}
.scale-image img {
  outline: 1px solid transparent;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -webkit-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.scale-image:hover img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.hover-slide {
  position: relative;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.hover-slide:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  background: #333;
  width: 0;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -webkit-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
.hover-slide span {
  position: relative;
  z-index: 1;
}
.hover-slide:hover {
  color: #fff;
}
.hover-slide:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.p-sticky {
  position: sticky;
  top: 90px;
}
.wrapper.view-product {
  overflow: visible;
}
.new-header .jmoddiv.jmodinside {
  position: static;
}
.main-news .row {
  display: flex;
  flex-wrap: wrap;
}
.reset .form-horizontal .control-label,
.login .form-horizontal .control-label {
  text-align: left;
}
.profile {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px;
}
/* mobile-up */
.wrapper {
  width: 100%;
  overflow: hidden;
}
.site-canvas {
  width: 100%;
  min-height: 1500px;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
header {
  line-height: 1;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  background: #101010;
  position: sticky;
}
header .wrap {
  max-width: 1140px;
  margin: 0 auto;
  height: 60px;
  -moz-transition: height 0.25s ease 0s;
  -ms-transition: height 0.25s ease 0s;
  -webkit-transition: height 0.25s ease 0s;
  -o-transition: height 0.25s ease 0s;
  transition: height 0.25s ease 0s;
}
header .menu-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  cursor: pointer;
  z-index: 5;
}
header .menu-toggle .bars {
  width: 13px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -7px;
}
header .menu-toggle .bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #8a8a8b;
  position: absolute;
  left: 0;
  -moz-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  -ms-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  -webkit-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
  transition: transform 0.25s ease 0s, transform-origin 0.25s ease 0s;
}
header .menu-toggle .bar:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  width: 0;
  background: #d4d4d5;
  -moz-transition: width 0.25s ease 0s;
  -ms-transition: width 0.25s ease 0s;
  -webkit-transition: width 0.25s ease 0s;
  -o-transition: width 0.25s ease 0s;
  transition: width 0.25s ease 0s;
}
header .menu-toggle .bar.bar-1 {
  top: 0;
  transform-origin: 2px 3px;
}
header .menu-toggle .bar.bar-2 {
  top: 4px;
}
header .menu-toggle .bar.bar-3 {
  top: 8px;
  transform-origin: 2px -2px;
}
header .menu-toggle.show-menu .bar:before {
  width: 100%;
  right: auto;
  left: 0;
}
header .menu-toggle.show-menu .bar.bar-1 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-toggle.show-menu .bar.bar-2 {
  opacity: 0;
}
header .menu-toggle.show-menu .bar.bar-3 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .social-h {
  display: none;
  margin-top: 44px;
  margin-left: 1046px;
  height: 20px;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
header .social-h a {
  display: block;
  float: left;
  font-size: 20px;
}
header .social-h a + a {
  margin: 0 0 0 25px;
}
header .social-h a .fa {
  color: #7c7d80;
}
header .social-h a:hover .fa {
  color: #d4d4d5;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100px;
  height: 36px;
  margin-left: -50px;
  margin-top: -18px;
  z-index: 5;
}
header .search-toggle {
  width: 60px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
header .search-toggle.open:before {
  -moz-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
header .search-toggle:before {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background: url("../../images/sprite.png") 0 0 no-repeat;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
header .search {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 55px -10px rgba(0, 0, 0, 0.4);
  -moz-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  -webkit-transform: scale3d(0, 0, 1);
  -o-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  transform-origin: 50% 0;
}
header .search.open {
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
header .search .inner-wrap {
  max-width: 430px;
  width: 100%;
  padding: 24px 15px 30px;
  margin: 0 auto;
}
header .search input {
  display: block;
  margin: 26px 0 0;
  width: 100%;
  height: 34px;
  border: none;
  color: #999999;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}
header .search input:focus + .input-line:before {
  width: 100%;
}
header .search .input-line {
  height: 3px;
  background: #333333;
}
header .search .input-line:before {
  display: block;
  content: '';
  height: 3px;
  width: 0;
  background: #bea775;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
header .search button {
  display: block;
  width: 165px;
  height: 45px;
  margin: 38px auto 0;
  background: #bea775;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
}
header .search button:hover {
  background: #ae9152;
}
header .search .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #7f7f7f;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
header .search .close-btn:hover {
  -moz-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
header .search .close-btn:before,
header .search .close-btn:after {
  display: block;
  content: '';
  width: 26px;
  height: 2px;
  background: #7f7f7f;
  transform-origin: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -13px;
  border-radius: 2px;
}
header .search .close-btn:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .search .close-btn:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* --- Menu --- */
.site-menu-left {
  width: 406px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -406px;
  z-index: 500;
  text-align: left;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.site-menu-left .in-menu {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 0;
  background: #fafafa;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.site-menu-left .subscribe {
  margin: 26px 0 0;
  padding: 0 20px;
}
.site-menu-left .subscribe .title {
  display: none;
  font-size: 16px;
  color: #333;
  margin: 0 0 12px;
  font-weight: bold;
}
.site-menu-left .subscribe .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 50px;
}
.site-menu-left .subscribe input[type="email"] {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  background: #f2f2f2;
  border: 1px solid #8c8c8c;
  border-right: none;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  color: #333;
  outline: none;
}
.site-menu-left .subscribe button {
  display: block;
  flex: 0 0 auto;
  width: 100px;
  background: #bea775;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  padding: 0;
}
.site-menu-left .subscribe button:hover {
  background: #ae9152;
}
.site-menu-left .issue-in-menu {
  margin: 50px 0 0;
}
.site-menu-left .issue-in-menu .cover {
  display: block;
  max-width: 227px;
  margin: 0 auto;
}
.site-menu-left .issue-in-menu .buy-block {
  padding: 10px 0;
  background: #bfa774;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.site-menu-left .issue-in-menu .issue-title {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.site-menu-left .issue-in-menu .num {
  margin: 6px 0;
}
.site-menu-left .issue-in-menu .buy-now {
  color: #fff;
  text-decoration: none;
}
.site-menu-left .social-m {
  width: 132px;
  height: 20px;
  margin: 0 auto;
}
.site-menu-left .social-m a {
  display: block;
  float: left;
  font-size: 20px;
}
.site-menu-left .social-m a + a {
  margin: 0 0 0 40px;
}
.site-menu-left .social-m a .fa {
  color: #333;
}
#menu-left {
  margin: 23px 22px 0;
}
#menu-left li a,
#menu-left li span {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}
#menu-left li a:hover,
#menu-left li span:hover,
#menu-left li a:focus,
#menu-left li span:focus {
  background: transparent;
}
#menu-left > li.item-372 > ul {
  display: none;
}
#menu-left > li > a,
#menu-left > li > span {
  display: block;
  padding: 20px 4px 22px;
  text-transform: uppercase;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
}
#menu-left > li > ul {
  list-style: none;
  padding: 0;
}
#menu-left > li > ul li a {
  display: block;
  padding: 16px 0 18px;
}
.site-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 350;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
header #navmenu {
  display: none;
}
/* --- Menu end --- */
/* --- Ulubiony kiosk --- */
.kiosk {
  margin: 0;
  padding: 30px 0 0;
  background: #131313;
}
.kiosk .logo-kiosk {
  display: block;
  width: 150px;
  height: 51px;
  margin: 0 auto;
  background: url("../../images/sprite.png") -130px 0 no-repeat;
}
.kiosk .sky-carousel {
  border: none;
  width: 100%;
  height: 595px;
  background: transparent;
  z-index: 1;
}
.kiosk .sky-carousel .sky-carousel-container li img {
  width: 280px;
  height: auto;
}
.kiosk .sky-carousel .sc-content-wrapper h2 {
  color: #fff;
}
.kiosk .sky-carousel .sc-price {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 6%;
  left: 50%;
  z-index: 4999;
}
.kiosk .sky-carousel .sc-price .sc-price-container {
  position: relative;
  left: -50%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 20px;
}
.kiosk .sky-carousel .sc-price a {
  display: inline-block;
  background: #e62e30;
  padding: 8px 0;
  border-radius: 8px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.kiosk .sky-carousel .sc-price a:after {
  display: table;
  content: "";
  clear: both;
}
.kiosk .sky-carousel .sc-price a:after {
  display: table;
  content: "";
  clear: both;
}
.kiosk .sky-carousel .sc-price a span {
  display: block;
  float: left;
  height: 36px;
}
.kiosk .sky-carousel .sc-price a span.p {
  width: 84px;
  font-size: 18px;
}
.kiosk .sky-carousel .sc-price a span.t {
  width: 85px;
  border-left: 1px solid #ec5858;
  font-size: 16px;
}
.kiosk .sky-carousel .sc-nav-button {
  width: 69px;
  height: 69px;
  margin-top: -35px;
  border-radius: 50%;
}
.kiosk .sky-carousel .sc-nav-button.sc-prev {
  background: url('../../images/sprite.png') -130px -54px no-repeat transparent;
  left: 5px;
  transform-origin: 0 50%;
}
.kiosk .sky-carousel .sc-nav-button.sc-next {
  background: url('../../images/sprite.png') -200px -54px no-repeat transparent;
  right: 5px;
  transform-origin: 100% 50%;
}
.kiosk .sky-carousel .sc-nav-button:focus {
  outline: none;
}
.no-touch .kiosk .sky-carousel .sc-nav-button:hover {
  background-color: transparent;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    margin-left: 0 !important;
  }
}
/* --- Ulubiony kiosk end --- */
/* --- footer --- */
footer {
  background: #303136;
  padding: 60px 0 10px;
  line-height: 1;
}
footer .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
footer .mini-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  clear: both;
}
footer ul.menu-right,
footer .ul-list ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}
footer ul.menu-right.hide-list,
footer .ul-list ul.hide-list {
  display: none;
}
footer ul.menu-right li + li,
footer .ul-list ul li + li {
  margin-top: 10px;
}
footer ul.menu-right li a,
footer .ul-list ul li a {
  display: inline;
  padding: 0;
  color: #ababab;
  font-size: 14px;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
footer ul.menu-right li a:hover,
footer .ul-list ul li a:hover,
footer ul.menu-right li a:focus,
footer .ul-list ul li a:focus {
  color: #d4d4d5;
  text-decoration: none;
  background-color: transparent;
}
footer .ul-list ul {
  padding-left: 15px;
  padding-right: 15px;
}
footer .ul-list ul.col-2,
footer .ul-list ul.col-3 {
  margin-top: 10px;
}
footer .ul-list ul li span {
  display: block;
  margin: 30px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .ul-list ul li:first-child span {
  margin-top: 0;
}
footer .footer-line {
  border-top: 3px solid #494a4e;
  padding: 31px 0 0;
  margin-top: 85px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
footer .footer-line__right {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #6B6969;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  footer .footer-line__right {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
footer .footer-line__right-shop {
  margin-right: 30px;
  color: #AAAAAA;
}
footer .footer-line__right-copyrights a {
  color: #AAAAAA;
}
footer .col-xs-12.pull-left {
  margin-top: 30px;
}
footer .social a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 0 0 6px;
  border: 1px solid #ababab;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
footer .social a:hover .fa,
footer .social a:focus .fa {
  color: #d4d4d5;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
footer .social a .fa {
  color: #ababab;
  line-height: 24px;
}
footer .footer-logo {
  display: block;
  width: 98px;
  height: 36px;
  margin: 0 0 10px;
  background: url("../../images/sprite.png") -32px 0 no-repeat;
}
.our-sites {
  margin-top: 30px;
}
.our-sites .page-group {
  margin-bottom: 30px;
}
.our-sites .group-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}
.our-sites .group-list {
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.our-sites .group-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.our-sites .group-item:first-child {
  padding-top: 0px;
}
.our-sites .group-link {
  color: #ababab;
  font-size: 14px;
  -moz-transition: color 0.25s ease 0s;
  -ms-transition: color 0.25s ease 0s;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
.our-sites .group-link:hover {
  color: #d4d4d5;
  text-decoration: none;
}
/* --- footer end --- */
@media (max-width: 484px) {
  .site-menu-left {
    width: 260px;
    left: -260px;
  }
  .site-menu-left .subscribe {
    padding: 0 10px;
  }
  .site-menu-left .subscribe .title {
    display: block;
  }
  .site-menu-left .subscribe input[type="email"] {
    padding: 0 8px;
    font-size: 14px;
  }
  .site-menu-left .subscribe input[type="email"]::-webkit-input-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]::-moz-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]:-ms-input-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]:-moz-placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe input[type="email"]::placeholder {
    color: transparent;
  }
  .site-menu-left .subscribe button {
    font-size: 14px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  /* mobile-only */
}
@media (min-width: 768px) {
  header .wrap {
    height: 104px;
  }
  header .menu-toggle {
    margin: 22px 0 0;
  }
  header .logo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    width: 127px;
    height: 46px;
    margin-left: 10px;
    margin-top: 29px;
  }
  header .new-issue-toggle {
    float: right;
    margin: 0 46px 0 0;
    height: 100%;
  }
  header .new-issue-toggle .new-issue {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 0 90px 0 0;
    font-size: 13px;
    cursor: default;
  }
  header .new-issue-toggle .new-issue a {
    text-decoration: none;
  }
  header .new-issue-toggle .new-issue .date {
    display: inline-block;
    margin: 28px 0 4px;
    color: #fff;
  }
  header .new-issue-toggle .new-issue .title {
    display: inline-block;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    color: #d4d4d5;
  }
  header .new-issue-toggle .new-issue .button {
    font-family: "azo-sans-uber", sans-serif;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
  }
  header .new-issue-toggle .new-issue .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 104px;
    -moz-transition: height 0.25s ease 0s;
    -ms-transition: height 0.25s ease 0s;
    -webkit-transition: height 0.25s ease 0s;
    -o-transition: height 0.25s ease 0s;
    transition: height 0.25s ease 0s;
  }
  header .search-toggle {
    margin: 22px 0 0;
  }
  header.fixed-style .wrap {
    height: 74px;
  }
  header.fixed-style .menu-toggle {
    margin: 7px 0 0;
  }
  header.fixed-style .logo {
    margin-top: 14px;
  }
  header.fixed-style .new-issue-toggle .new-issue .date {
    margin: 13px 0 4px;
  }
  header.fixed-style .new-issue-toggle .new-issue .image {
    height: 0;
  }
  header.fixed-style .social-h {
    margin-top: 27px;
  }
  header.fixed-style .search-toggle {
    margin: 7px 0 0;
  }
  .site-menu-left .in-menu {
    top: 104px;
  }
  .site-menu-left.fixed-style .in-menu {
    top: 74px;
  }
  #menu-left {
    margin: 23px 22px 0;
    border-top: none;
  }
  /* --- Ulubiony kiosk --- */
  .kiosk .sky-carousel .sc-nav-button.sc-prev {
    left: 50%;
    margin-left: -270px;
  }
  .kiosk .sky-carousel .sc-nav-button.sc-next {
    right: 50%;
    margin-right: -270px;
  }
  /* --- Ulubiony kiosk end --- */
  footer {
    padding: 60px 0 10px;
  }
  footer .ul-list ul {
    width: 33.33333333%;
    float: left;
  }
  footer .ul-list ul.col-2,
  footer .ul-list ul.col-3 {
    margin-top: 30px;
  }
  footer .footer-line {
    padding: 23px 0 35px;
  }
  footer .col-xs-12.pull-left {
    margin-top: 0;
  }
  footer .footer-logo {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* tablet-only */
}
@media (min-width: 1025px) {
  /* desktop-up */
  header .menu-toggle .bar.bar-2:before {
    -moz-transition: width 0.25s ease 0.04s;
    -ms-transition: width 0.25s ease 0.04s;
    -webkit-transition: width 0.25s ease 0.04s;
    -o-transition: width 0.25s ease 0.04s;
    transition: width 0.25s ease 0.04s;
  }
  header .menu-toggle .bar.bar-3:before {
    -moz-transition: width 0.25s ease 0.08s;
    -ms-transition: width 0.25s ease 0.08s;
    -webkit-transition: width 0.25s ease 0.08s;
    -o-transition: width 0.25s ease 0.08s;
    transition: width 0.25s ease 0.08s;
  }
  header .menu-toggle:hover .bar:before {
    width: 100%;
    right: auto;
    left: 0;
  }
  header .new-issue-toggle:hover .new-issue-big {
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  header .new-issue-big {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 60px 0 28px;
    background: #f5f5f5;
    box-shadow: 0 15px 55px -10px rgba(0, 0, 0, 0.4);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    -webkit-transform: scale3d(0, 0, 1);
    -o-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
    transform-origin: 50% 0;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  header .new-issue-big .issue-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 25px 25px 25px 34px;
    text-align: left;
    background: #fff;
    box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.2);
  }
  header .new-issue-big .left-col {
    float: left;
    width: 660px;
  }
  header .new-issue-big .title {
    margin: 0 0 24px;
    font-size: 35px;
    color: #212121;
  }
  header .new-issue-big .buy-block {
    position: relative;
    width: 320px;
    height: 162px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding: 24px 16px 18px;
    font-size: 13px;
  }
  header .new-issue-big .buy-block:before {
    display: block;
    content: '';
    position: absolute;
    top: 28px;
    left: 33px;
  }
  header .new-issue-big .buy-block.printed {
    float: left;
  }
  header .new-issue-big .buy-block.printed:before {
    width: 50px;
    height: 46px;
    background: url('../../images/sprite.png') -56px -38px no-repeat;
  }
  header .new-issue-big .buy-block.electronic {
    float: right;
  }
  header .new-issue-big .buy-block.electronic:before {
    width: 40px;
    height: 52px;
    background: url('../../images/sprite.png') -13px -38px no-repeat;
  }
  header .new-issue-big .buy-block .buy-title {
    padding: 0 0 0 88px;
    font-weight: bold;
    text-transform: uppercase;
    color: #12121a;
  }
  header .new-issue-big .buy-block .buy-text {
    color: #848484;
    margin: 10px 0 0;
    padding: 0 0 0 88px;
    line-height: 16px;
  }
  header .new-issue-big .buy-block a {
    display: block;
    position: relative;
    margin: 18px 0 0;
    height: 45px;
    background: #bfa774;
    border-radius: 2px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
  }
  header .new-issue-big .buy-block a:hover {
    background: #af9151;
  }
  header .new-issue-big .buy-block a span {
    display: inline-block;
    width: 88px;
    vertical-align: middle;
    text-align: center;
    margin: 0 12px 0 0;
    font-size: 20px;
    font-weight: 900;
  }
  header .new-issue-big .buy-block a:before {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 35px;
    background: #fff;
    left: 88px;
    top: 5px;
  }
  header .new-issue-big .subscription,
  header .new-issue-big .see-demo {
    width: 320px;
    height: 80px;
    margin: 13px 0 0;
    background: #f0f0f0;
    border-radius: 3px;
  }
  header .new-issue-big .subscription a,
  header .new-issue-big .see-demo a {
    display: block;
    height: 45px;
    position: relative;
    border: 1px solid #bfa774;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 43px;
    color: #bfa774;
    font-size: 13px;
    font-weight: bold;
  }
  header .new-issue-big .subscription a span,
  header .new-issue-big .see-demo a span {
    position: relative;
    z-index: 1;
  }
  header .new-issue-big .subscription a:before,
  header .new-issue-big .see-demo a:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    background: #bfa774;
    width: 0;
    -moz-transition: width 0.25s ease 0s;
    -ms-transition: width 0.25s ease 0s;
    -webkit-transition: width 0.25s ease 0s;
    -o-transition: width 0.25s ease 0s;
    transition: width 0.25s ease 0s;
  }
  header .new-issue-big .subscription a:hover,
  header .new-issue-big .see-demo a:hover {
    color: #fff;
  }
  header .new-issue-big .subscription a:hover:before,
  header .new-issue-big .see-demo a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  header .new-issue-big .subscription {
    float: left;
  }
  header .new-issue-big .subscription .sub-text {
    float: left;
    margin: 33px 0 0 32px;
    font-size: 13px;
    font-weight: bold;
    color: #12121a;
    text-transform: uppercase;
  }
  header .new-issue-big .subscription a {
    width: 152px;
    margin: 17px 19px 0 0;
    float: right;
  }
  header .new-issue-big .see-demo {
    float: right;
  }
  header .new-issue-big .see-demo a {
    width: 194px;
    margin: 17px auto 0;
  }
  header .new-issue-big .cover {
    float: right;
    display: block;
    width: calc(100% - 680px);
    max-width: 300px;
    margin: -55px 0 0;
    box-shadow: 0 20px 24px 0 rgba(0, 0, 0, 0.2);
  }
  header .search-toggle:hover:before {
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
  footer {
    padding: 72px 0 10px;
  }
  footer .footer-line {
    margin-top: 105px;
  }
}
@media (min-width: 1025px) and (max-width: 1139px) {
  /* desktop-only */
}
@media (min-width: 1140px) {
  /* desktop-large-up */
}
@media (min-width: 1280px) {
  header .wrap {
    max-width: 1230px;
  }
  header .new-issue-toggle {
    float: left;
    margin: 0 0 0 25px;
  }
  header #navmenu {
    display: block;
    margin-top: 44px;
    margin-left: 25px;
    float: left;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
  }
  header #menu > li {
    display: inline-block;
    vertical-align: top;
    position: inherit;
  }
  header #menu > li + li {
    margin-left: 15px;
  }
  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,
  header #menu > li > span.ul-in ul li.menu-mieszanka {
    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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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,
  header #menu > li > span.ul-in ul li.menu-mieszanka .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 --- */
.main-see-all {
  margin: 24px 0 0;
  position: relative;
  text-align: center;
}
.main-see-all:before {
  background: #101010;
}
.main-see-all .a-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
}
.main-see-all a {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  border: 3px solid;
  border-color: #333333;
  background: #fff;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}
.main-see-all a:before {
  display: block;
  position: absolute;
  content: '';
  top: -1px;
  right: 0;
  bottom: 0;
  background: #333333;
  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;
}
.main-see-all a:hover {
  color: #fff;
}
.main-see-all a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-see-all a span {
  position: relative;
  z-index: 1;
}
.main-see-all.white:before {
  background: #616161;
}
.main-see-all.white .a-wrap {
  background: #212121;
}
.main-see-all.white a {
  border-color: #fff;
  color: #fff;
  background: #434343;
}
.main-see-all.white a:before {
  background: #fff;
}
.main-see-all.white a:hover {
  color: #212121;
}
/* --- google search start --- */
.search-container .searched-expression {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 35px 0;
}
.search-container .gs-no-results-result .gs-snippet {
  border: none;
  background: none;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.search-container .gs-no-results-result .gs-snippet::before {
  content: '';
  background-image: url('/templates/main/images/search-error-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  width: 100%;
  height: 360px;
  display: block;
  margin: 0 auto;
}
.search-container .gs-no-results-result .gs-snippet::after {
  content: 'Niestety nic nie znaleźliśmy dla szukanej frazy';
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
}
.search-container .gsc-results .gs-result {
  position: relative;
  min-height: 100px;
}
.search-container .gsc-results .gs-result .gsc-thumbnail-inside,
.search-container .gsc-results .gs-result .gsc-url-top,
.search-container .gsc-results .gs-result .gsc-table-cell-snippet-close {
  display: block;
  width: 85%;
  margin-left: auto;
  padding: 0;
}
.search-container .gsc-results .gs-result .gsc-table-cell-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
}
.search-container .gsc-results .gs-result .gsc-table-cell-thumbnail .gs-image-box.gs-web-image-box {
  width: 100%;
  height: 100%;
  padding-right: 12px;
  text-align: right;
}
.search-container .gsc-results .gs-result .gsc-table-cell-thumbnail .gs-image-box.gs-web-image-box img.gs-image {
  max-width: 100%;
  max-height: 100%;
}
.search-container .gsc-results .gs-spelling a {
  color: #333;
  text-decoration: none;
}
.search-container .gsc-results .gs-title {
  height: auto;
  text-decoration: none;
}
.search-container .gsc-results .gs-title * {
  text-decoration: none;
}
.search-container .gsc-results .gsc-cursor-box {
  border-bottom: 2px solid #333;
  font: 700 20px Rubik;
  position: relative;
  text-align: center;
  padding-bottom: 6px;
}
.search-container .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #333;
  font-size: 17px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 15px;
}
.search-container .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: #bea775;
  text-decoration: none;
}
.search-container .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #bea775;
  height: 30px;
  min-width: 30px;
  color: #fff;
  margin: 0 5px;
  padding: 5px 10px 0;
}
/* --- google search end --- */
/* --- small-slide multiple use on page --- */
.small-slide-main {
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
}
.small-slide-main .in-slide {
  display: flex;
  align-items: stretch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -1px;
}
.small-slide-main .item-slide {
  flex-grow: 1;
  position: relative;
  border-right: 1px solid #e0e0e0;
  min-width: 235px;
  color: #fff;
}
.small-slide-main .item-slide .image {
  display: block;
  position: relative;
  color: #fff;
}
.small-slide-main .item-slide .image:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #212121 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#212121', GradientType=0);
}
.small-slide-main .item-slide .in-item {
  padding: 0 15px 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.small-slide-main .item-slide .category {
  display: inline-block;
  padding: 0 7px;
  margin: 0 0 10px;
  background: #bfa774;
  color: #fff;
  text-decoration: none;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
  -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;
}
.small-slide-main .item-slide .category:hover {
  background: #af9151;
}
.small-slide-main .item-slide .item-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
/* --- small-slide end --- */
/* --- Main top article --- */
.article-main-top {
  position: relative;
  overflow: hidden;
}
.article-main-top .big-article .image {
  display: block;
  position: relative;
  padding: 0 0 22px;
  color: #fff;
  background: #212121;
}
.article-main-top .big-article .image:before {
  display: block;
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #212121 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#212121', GradientType=0);
}
.article-main-top .big-article .image .elem-wrap {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  z-index: 2;
  text-align: center;
}
.article-main-top .big-article span {
  display: block;
}
.article-main-top .big-article .category {
  display: inline-block;
  padding: 0 7px;
  margin: 0 0 14px;
  background: #bfa774;
  color: #fff;
  text-decoration: none;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
}
.article-main-top .big-article .elem-title {
  max-width: 758px;
  padding: 0 41px;
  margin: 0 auto 10px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.article-main-top .big-article .introtext {
  max-width: 758px;
  margin: 0 auto;
  padding: 0 41px;
  font-size: 15px;
  line-height: 24px;
}
.article-main-top .big-article .go {
  display: none;
  width: 200px;
  height: 60px;
  margin: 24px auto 0;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  line-height: 56px;
  color: #fff;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .article-main-top .big-article .go {
    display: block;
  }
}
.article-main-top .big-article .go:hover {
  background: #ffffff;
  color: #333;
}
.article-main-top .big-article .owl-nav .owl-prev,
.article-main-top .big-article .owl-nav .owl-next {
  width: 40px;
  position: absolute;
  top: 60px;
  bottom: 0;
  z-index: 4;
}
.article-main-top .big-article .owl-nav .owl-prev:hover:before,
.article-main-top .big-article .owl-nav .owl-next:hover:before,
.article-main-top .big-article .owl-nav .owl-prev:hover:after,
.article-main-top .big-article .owl-nav .owl-next:hover:after {
  background: #d4d4d5;
}
.article-main-top .big-article .owl-nav .owl-prev.disabled,
.article-main-top .big-article .owl-nav .owl-next.disabled {
  opacity: 0.4;
}
.article-main-top .big-article .owl-nav .owl-prev.disabled:hover:before,
.article-main-top .big-article .owl-nav .owl-next.disabled:hover:before,
.article-main-top .big-article .owl-nav .owl-prev.disabled:hover:after,
.article-main-top .big-article .owl-nav .owl-next.disabled:hover:after {
  background: #fff;
}
.article-main-top .big-article .owl-nav .owl-prev:before,
.article-main-top .big-article .owl-nav .owl-next:before,
.article-main-top .big-article .owl-nav .owl-prev:after,
.article-main-top .big-article .owl-nav .owl-next:after {
  display: block;
  content: '';
  height: 1px;
  width: 28px;
  background: #fff;
  position: absolute;
  top: 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;
}
.article-main-top .big-article .owl-nav .owl-prev:before,
.article-main-top .big-article .owl-nav .owl-next:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article-main-top .big-article .owl-nav .owl-prev:after,
.article-main-top .big-article .owl-nav .owl-next:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.article-main-top .big-article .owl-nav .owl-prev {
  left: 0;
}
.article-main-top .big-article .owl-nav .owl-prev:before {
  left: 10px;
  transform-origin: 0 0;
}
.article-main-top .big-article .owl-nav .owl-prev:after {
  left: 10px;
  transform-origin: 0 100%;
}
.article-main-top .big-article .owl-nav .owl-next {
  right: 0;
}
.article-main-top .big-article .owl-nav .owl-next:before {
  right: 10px;
  transform-origin: 100% 0;
}
.article-main-top .big-article .owl-nav .owl-next:after {
  right: 10px;
  transform-origin: 100%;
}
/* --- Main top slider end --- */
/* --- Newsy --- */
.main-news {
  margin: 37px 0 0;
}
.main-news .title {
  padding: 0 0 10px;
  border-bottom: 5px solid #333333;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.main-news .item-1,
.main-news .item-2 {
  margin: 20px 0 0;
  color: #333333;
}
.main-news .item-1 .image,
.main-news .item-2 .image {
  display: block;
  margin: 0 0 14px;
}
.main-news .item-1 .link,
.main-news .item-2 .link {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.main-news .item-1 .introtext,
.main-news .item-2 .introtext {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.main-magazine {
  margin: 20px 0 0;
}
.main-magazine .pull-right {
  width: 100%;
}
.col-29 .custom {
  width: 100%;
}
.issue-in-news .cover {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.issue-in-news .cover > img {
  display: none;
}
.issue-in-news .cover img {
  width: 100%;
}
.issue-in-news .buy-block {
  padding: 12px 0 0;
  text-align: center;
  line-height: 1;
  font-size: 15px;
}
.issue-in-news .issue-title {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.issue-in-news .num {
  margin: 8px 0 0;
  color: #4d4d4d;
}
.issue-in-news .buy-now {
  display: inline-block;
  margin: 9px 0 0;
  line-height: 30px;
  background: #bfa774;
  padding: 0 26px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.issue-in-news .buy-now:hover {
  background: #af9151;
}
/* --- Newsy end --- */
/* --- Tests --- */
.main-tests {
  margin: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.main-tests .blur-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  overflow: hidden;
  -webkit-filter: blur(9px);
  -moz-filter: blur(9px);
  -ms-filter: blur(9px);
  -o-filter: blur(9px);
  filter: blur(9px);
}
.main-tests .blur-title img {
  margin: 0 auto;
}
.main-tests .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  line-height: 50px;
  background: rgba(16, 16, 16, 0.8);
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.main-tests .big-test .image {
  display: block;
  position: relative;
  padding: 0 0 22px;
  color: #fff;
  background: #212121;
}
.main-tests .big-test .image:before {
  display: block;
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, #212121 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#212121', GradientType=0);
}
.main-tests .big-test .image .elem-wrap {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  z-index: 2;
  text-align: center;
}
.main-tests .big-test .image img {
  margin: 0 auto;
}
.main-tests .big-test span {
  display: block;
}
.main-tests .big-test .elem-title {
  max-width: 758px;
  padding: 0 15px;
  margin: 0 auto 10px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.main-tests .big-test .introtext {
  max-width: 758px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 15px;
  line-height: 24px;
}
.main-tests .big-test .introtext:before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 0 18px;
  background: #fff;
}
.main-tests .big-test .go {
  display: none;
  width: 200px;
  height: 60px;
  margin: 24px auto 0;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  line-height: 56px;
  color: #fff;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.main-tests .big-test .go:hover {
  background: #ffffff;
  color: #333;
}
/* --- Tests end --- */
/* --- Video --- */
.main-video {
  background-color: #212121;
  padding: 20px 0;
}
.main-video .title-video {
  text-align: center;
}
.main-video .title-video img {
  display: inline-block;
  vertical-align: top;
  width: 111px;
  height: auto;
}
.main-video .title-video span {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #a9a9a9;
  font-size: 19px;
  line-height: 37px;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
}
.main-video .video-container {
  width: 100%;
  height: auto;
}
.main-video .video-container .swiper-wrapper {
  margin-top: 35px;
}
.main-video .video-container .swiper-wrapper .swiper-slide {
  margin-bottom: 35px;
  position: relative;
}
.main-video .video-container .swiper-wrapper .swiper-slide .image {
  position: relative;
}
.main-video .video-container .swiper-wrapper .swiper-slide .button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.main-video .video-container .swiper-wrapper .swiper-slide .button-bg a {
  display: none;
  border-radius: 50%;
  background: #bea775;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  position: relative;
  top: 35%;
  z-index: 3;
}
.main-video .video-container .swiper-wrapper .swiper-slide .button-bg a .arrow-right {
  width: 0;
  height: 0;
  margin: 21px 31px 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 20px solid white;
}
.main-video .video-container .swiper-wrapper .swiper-slide .button-bg a:hover .arrow-right {
  border-width: 20px 0 20px 24px;
  margin-top: 17px;
}
.main-video .video-container .swiper-wrapper .swiper-slide .gradient {
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 7%, #212121 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 7%, #212121 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 7%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#212121', GradientType=0);
}
.main-video .video-container .swiper-wrapper .swiper-slide .info-box {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.main-video .video-container .swiper-wrapper .swiper-slide .info-box .title {
  font-size: 18px;
}
.main-video .video-container .swiper-wrapper .swiper-slide .info-box .title a {
  color: #fff;
  text-decoration: none;
}
.main-video .video-container .swiper-wrapper .swiper-slide .info-box .title a:hover {
  color: #af9151;
}
.main-video .video-container .swiper-wrapper .swiper-slide .info-box .text {
  display: none;
}
.main-video .video-container .swiper-button-prev,
.main-video .video-container .swiper-button-next {
  background: none;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  height: 50px;
  margin-top: -40px;
}
.main-video .video-container .swiper-pagination-bullet {
  background: #5b5b5b;
}
.main-video .video-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main-video .main-see-all {
  margin: 25px 0 0;
}
.main-video .main-see-all a {
  background: none;
}
/* --- Video end --- */
/* --- MOD_AVT_Content Kolumny --- */
.col-title-main {
  margin: 42px 0 0;
  padding: 0 0 13px;
  border-bottom: 5px solid #333;
  line-height: 1;
  text-align: center;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #212121;
}
.col-item-big {
  margin: 16px 0 0;
  color: #333;
  padding: 0 0 13px;
  border-bottom: 1px solid #000;
}
.col-item-big .image {
  display: block;
  margin: 0 0 14px;
}
.col-item-big .item-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.col-item-big .introtext {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 22px;
}
.col-item-small {
  display: table;
  margin: 20px 0 0;
  padding: 0 0 13px;
  border-bottom: 1px solid #000;
  width: 100%;
}
.col-item-small .d-row {
  display: table-row;
}
.col-item-small .d-cell {
  display: table-cell;
  padding: 0 0 0 20px;
}
.col-item-small .d-cell:nth-child(1) {
  width: 106px;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.col-item-small .d-cell:nth-child(2) {
  vertical-align: middle;
}
.col-item-small .image {
  display: block;
}
.col-item-small .item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.col-item-small .introtext {
  margin: 8px 0 0;
  line-height: 20px;
  color: #333;
}
.see-more {
  display: block;
  max-width: 350px;
  margin: 30px auto 0;
  border: 3px solid #333;
  line-height: 54px;
  color: #333;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.see-more:hover {
  text-decoration: none;
}
/* --- MOD_AVT_Content Kolumny END --- */
.main-black {
  margin: 50px 0 0;
  padding: 24px 0 45px;
  background: #212121;
}
.main-black .title-black {
  display: block;
  width: 203px;
  height: 60px;
  margin: 0 auto;
}
.main-black .small-slide-main {
  margin: 28px 0 0;
  border-top: none;
  border-bottom: 1px solid #e0e0e0;
}
.main-black .col-title-main {
  margin: 48px 0 42px;
  padding: 0 0 30px;
  color: #fff;
  border-bottom: 5px solid #fff;
}
.main-black .col-item-small {
  margin: 28px 0 0;
  padding: 0 0 28px;
  border-bottom: 2px solid #909090;
}
.main-black .col-item-small .item-title {
  color: #fff;
}
.main-black .col-item-small .introtext {
  color: #bdbdbd;
}
.main-black .see-more {
  margin: 40px auto 0;
  border: 3px solid #fff;
  background: #323232;
  color: #fff;
}
.main-black .see-more:before {
  background: #fff;
}
.main-black .see-more:hover {
  color: #323232;
}
/* ===== Error page ===== */
.error-header .error-logo {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  width: 100px;
  height: 36px;
  margin-left: -50px;
  margin-top: -18px;
  z-index: 5;
}
.error-header .wrap {
  height: 74px;
}
.error-content {
  position: relative;
  background-color: #212121;
  height: 100vh;
}
.error-content .container-fluid {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  height: 100vh;
  justify-content: center;
}
.error-content .error-page {
  margin-top: 52px;
  position: relative;
  z-index: 4;
}
.error-content .error-page img {
  margin: 0 auto;
}
.error-content .error-page div {
  color: #fff;
}
.error-content .error-page .table {
  width: 100%;
  max-width: 597px;
  margin-bottom: 20px;
  display: block;
  margin: 0 auto 30px;
}
.error-content .error-page .table h1 {
  font-family: Poppins;
  color: #fff;
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  width: 597px;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}
.error-content .error-page .home-url {
  margin-bottom: 50px;
}
.error-content .error-page .home-url a {
  color: #bfa774;
}
.error-content .error-page .form-error label {
  margin: 0;
  vertical-align: top;
}
.error-content .error-page .form-error label input {
  border: none;
  height: 45px;
  background: transparent;
  outline: 0;
  border-bottom: 3px solid #fff;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
.error-content .error-page .form-error label input:focus {
  border-color: #f63440;
}
.error-content .error-page .form-error > input {
  color: #fff;
  background-color: #bfa774;
  height: 45px;
  border: none;
  margin-left: -5px;
  font-weight: 700;
  padding: 0 20px;
  font-size: 13px;
}
.error-content::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background: url('/templates/main/images/error.jpg') no-repeat;
  background-size: auto 100vh;
  z-index: 3;
}
/* ===== Error page End ===== */
/* --- Lekcje --- */
.main-lessons {
  margin: 37px 0 0;
}
.main-lessons .title {
  padding: 0 0 10px;
  border-bottom: 5px solid #333333;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.main-lessons .item {
  display: block;
  position: relative;
  margin: 10px 0 0;
}
.main-lessons .item span {
  display: block;
}
.main-lessons .item:hover .border .l {
  top: auto;
  bottom: 0;
  height: 100%;
}
.main-lessons .item:hover .border .t {
  right: auto;
  left: 0;
  width: 100%;
}
.main-lessons .item:hover .border .r {
  bottom: auto;
  top: 0;
  height: 100%;
}
.main-lessons .item:hover .border .b {
  left: auto;
  right: 0;
  width: 100%;
}
.main-lessons .item:hover .bg {
  background-color: rgba(191, 167, 116, 0.8);
}
.main-lessons .border {
  position: absolute;
  top: 38px;
  left: 38px;
  bottom: 38px;
  right: 38px;
  z-index: 1;
}
.main-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;
}
.main-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;
}
.main-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;
}
.main-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;
}
.main-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;
}
.main-lessons .item-text {
  padding: 15px;
  position: absolute;
  top: 44px;
  left: 44px;
  bottom: 44px;
  right: 44px;
  z-index: 3;
  font-size: 0;
}
.main-lessons .item-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.main-lessons .item-text .text-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 0.1% 0 0;
}
.main-lessons .item-text .name {
  font-size: 15px;
  color: #fff;
}
.main-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);
}
.main-lessons .item-text .item-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* --- Lekcje end --- */
/* --- Articles - tags --- */
.articles-home {
  margin-top: 30px;
}
.articles-home .item {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.articles-home .item:last-child {
  border: none;
}
.articles-home .item a {
  text-decoration: none;
}
.articles-home .item a .image {
  overflow: hidden;
  position: relative;
}
.articles-home .item a .image .shade {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent, #212121);
}
.articles-home .item a .text-container {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}
.articles-home .item a .text-container .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.articles-home .item a .text-container .category {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 0 7px;
  background: #bfa774;
  color: #fff;
  line-height: 19px;
  font-size: 12px;
  text-transform: uppercase;
}
.articles-home .item a:hover .title {
  color: #af9151;
}
/* --- Articles - tags end --- */
/* ===== Pagination ===== */
.pagination {
  margin-top: 10px;
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
.pagination > a,
.pagination > p {
  padding-top: 10px;
  color: #333;
}
.pagination > a:first-child,
.pagination > p:first-child {
  float: left;
  padding-left: 16px;
}
.pagination > a:first-child i,
.pagination > p:first-child i {
  float: left;
  margin-top: -2px;
  font-size: 28px;
  font-weight: 400;
}
.pagination > a:first-child i:before,
.pagination > p:first-child i:before {
  content: "\f104";
}
.pagination > a:last-child,
.pagination > p:last-child {
  padding-right: 16px;
  float: right;
}
.pagination > a:last-child i,
.pagination > p:last-child i {
  float: right;
  margin-top: -2px;
  font-size: 28px;
  font-weight: 400;
}
.pagination > a:last-child i:before,
.pagination > p:last-child i:before {
  content: "\f105";
}
.pagination a:hover {
  text-decoration: none;
}
.pagination > p {
  color: #b5b5b5;
}
.pagination * {
  display: inline-block;
}
.pagination .items {
  position: absolute;
  left: 50px;
  right: 50px;
  padding-top: 13px;
  text-align: center;
}
.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;
}
.pagination .items p.dots {
  padding: 0 3px;
}
.pagination .items p,
.pagination .items a {
  color: #333;
  font-size: 15px;
}
.pagination .items p:first-child,
.pagination .items a:first-child {
  padding: 6px 8px 4px 6px;
}
.pagination .items a {
  border-radius: 20px;
}
.pagination .items a:hover {
  background-color: #ff4a4a;
}
/* ===== Pagination end ===== */
/* ===== Wywiady ===== */
.interview {
  background-color: #212121;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.interview h3 {
  font-size: 18px;
  font-weight: 500;
  color: #bfa774;
  padding: 15px 0;
  font-family: 'azo-sans-uber';
  margin: 0;
}
.interview .big-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
.interview .big-item a {
  display: block;
  z-index: 1;
  color: #fff;
}
.interview .big-item .gradient-top {
  background: -webkit-linear-gradient(90deg, rgba(33, 33, 33, 0.0001) 0%, #212121 100%);
  background: -moz-linear-gradient(90deg, rgba(33, 33, 33, 0.0001) 0%, #212121 100%);
  background: -o-linear-gradient(90deg, rgba(33, 33, 33, 0.0001) 0%, #212121 100%);
  background: -ms-linear-gradient(90deg, rgba(33, 33, 33, 0.0001) 0%, #212121 100%);
  background: linear-gradient(0deg, rgba(33, 33, 33, 0.0001) 0%, #212121 100%);
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  z-index: 1;
}
.interview .big-item .gradient-bottom {
  background: -webkit-linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0.0001) 100%);
  background: -moz-linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0.0001) 100%);
  background: -o-linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0.0001) 100%);
  background: -ms-linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0.0001) 100%);
  background: linear-gradient(0deg, #212121 0%, rgba(33, 33, 33, 0.0001) 100%);
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  z-index: 1;
}
.interview .big-item h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  font-family: 'azo-sans-uber';
  top: 0;
  width: 100%;
  z-index: 2;
}
.interview .big-item blockquote {
  font-size: 12px;
  border: none;
  padding: 10px 30px 20px;
  margin: 0;
  background-image: url(/templates/main/images/quote.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: georgia;
  font-weight: 700;
  background-size: 10%;
  display: none;
}
.interview .big-item img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  height: auto;
}
.interview .big-item .position {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0 15px 0 0;
  max-width: 1120px;
  width: 100%;
}
.interview .big-item .big-content {
  margin: 0 auto;
  max-width: 1150px;
}
.interview .big-item .read-also {
  display: none;
}
.interview .small-interview {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
}
.interview .small-interview h3 {
  text-transform: uppercase;
  color: #fff;
  padding-left: 15px;
  z-index: 1;
}
.interview .small-items {
  display: flex;
  align-items: stretch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.interview .small-items a {
  color: #fff;
  display: block;
}
.interview .small-items .item {
  min-width: 256px;
  padding: 0 15px;
  width: 33.3333%;
}
.interview .small-items .item a {
  text-decoration: none;
}
.interview .small-items .item a:hover h2 {
  color: #bfa774;
}
.interview .small-items .item a:hover img {
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.interview .small-items .image {
  overflow: hidden;
}
.interview .small-items .image img {
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  position: relative;
  z-index: 2;
  width: 100%;
  outline: 1px solid transparent;
}
.interview .small-items h2 {
  position: relative;
  top: 0;
  font-size: 18px;
  text-align: left;
  -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;
}
.interview .main-see-all {
  margin: 20px 0 0;
}
/* ===== End Wywiady ===== */
/* ===== Event ===== */
.event.polish-awards {
  background-color: #BFA774;
}
.event.polish-awards .polish-awards__subtitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.event.polish-awards .polish-awards__subtitle .gold {
  color: #BFA774;
  font-weight: 700;
}
.event.polish-awards .polish-awards__description {
  font-size: 18px;
  line-height: 32px;
  color: #ababab;
}
.event.polish-awards .polish-awards__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 650px) {
  .event.polish-awards .polish-awards__wrapper {
    flex-wrap: wrap;
  }
}
.event.polish-awards .event-law-info {
  font-size: 13px;
  margin-bottom: 20px;
}
.event.polish-awards .polish-awards__captcha {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
@media (max-width: 650px) {
  .event.polish-awards .polish-awards__captcha {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 380px) {
  .event.polish-awards .polish-awards__captcha {
    transform: scale(0.8);
    margin-left: -30px;
  }
}
.event.polish-awards .polish-awards__submit {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 650px) {
  .event.polish-awards .polish-awards__submit {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}
.event.polish-awards .polish-awards__submit input {
  margin: 0;
  height: 100%;
  max-width: 250px;
  height: 78px;
}
.event.polish-awards .row {
  height: 100%;
}
.event.polish-awards .quest .event-description {
  color: #fff;
}
.event.polish-awards .quest form .polish-awards__email {
  margin-top: 100px;
}
.event.polish-awards .quest form .polish-awards__email input {
  font-size: 20px;
  color: #000;
  border: none;
  background-color: #f2DAA7;
  text-align: left;
  padding: 15px;
}
.event.polish-awards .quest form .polish-awards__name input {
  font-size: 20px;
  color: #000;
  border: none;
  background-color: #f2DAA7;
  text-align: left;
  padding: 15px;
}
.event.polish-awards .quest form .question-title {
  color: #fff;
  font-size: 23px;
}
.event.polish-awards .quest form .question {
  color: #fff;
  font-size: 20px;
}
.event.polish-awards .quest form .question:last-of-type {
  margin-bottom: 100px;
}
.event.polish-awards .quest form .question .controls input {
  width: 100%;
  padding: 15px;
  height: 100%;
  display: block;
  color: #000;
  border: none;
  background-color: #f2DAA7;
}
.event.polish-awards .quest form label {
  color: #fff;
}
.event.polish-awards .event-information {
  padding-top: 0;
}
.event.polish-awards .polish-awards__left {
  background-color: #212121;
  padding: 50px 15px;
}
@media (min-width: 1025px) {
  .event.polish-awards .polish-awards__left {
    height: 100%;
  }
}
.event.polish-awards .polish-awards__left-text {
  max-width: 600px;
  padding: 0 15px;
  margin: 0 auto;
}
.event.polish-awards .polish-awards__right {
  background-color: #fff;
  padding: 50px 15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .event.polish-awards .polish-awards__right {
    height: 100%;
  }
}
.event.polish-awards .polish-awards__right img {
  max-width: 500px;
}
.event.flex-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.event .event-image-top {
  margin: 30px auto 0;
}
.event .event-image-top img {
  margin-bottom: 30px;
}
.event .event__distributor-text {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.event .event__distributor-text a {
  color: #af9151;
}
.event .event-information {
  background-color: #BFA774;
  background: #BFA774;
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
.event .event-information .logo {
  width: 100%;
}
.event .event-information .event-information-content {
  text-align: center;
}
.event .event-information h1 {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 500;
  font-size: 35px;
}
.event .event-information .content {
  line-height: 30px;
  padding: 0 15px 50px;
  max-width: 640px;
  margin: 0 auto;
}
.event .event-information .content a {
  color: #bea773;
}
.event .event-information .content a:hover {
  color: #bea773;
}
.event .event-information .content span {
  display: block;
  font-weight: 700;
}
.event img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.event .quest h2 {
  text-align: center;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.event .quest .event-description {
  font-size: 25px;
  color: #b3b3b3;
  text-align: center;
  margin: 25px 0;
}
.event .quest form {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}
.event .quest form label {
  font-size: 25px;
  color: #787878;
  font-weight: 400;
}
.event .quest form .question-title {
  font-size: 35px;
  color: #101010;
  font-family: "azo-sans-uber", sans-serif;
  margin-bottom: 25px;
}
.event .quest form .question .controls {
  max-width: 580px;
  margin: 30px auto;
}
.event .quest form .question .controls input {
  width: 0;
  height: 0;
  display: none;
}
.event .quest form .question .controls label {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  color: #101010;
  font-weight: bold;
  text-align: left;
}
.event .quest form .question .controls label p {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d9d9d9;
  z-index: 1;
}
.event .quest form .question .controls label p:before,
.event .quest form .question .controls label p:after {
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  background-color: #333;
  max-height: 0;
  /*.transition(max-height, .10s);*/
}
.event .quest form .question .controls label p:before {
  width: 10px;
  transform: rotate(45deg);
  left: 3px;
  bottom: 7px;
}
.event .quest form .question .controls label p:after {
  width: 22px;
  transform: rotate(-45deg);
  left: 5px;
  bottom: 12px;
}
.event .quest form .question .controls label p.active:before,
.event .quest form .question .controls label p.active:after {
  max-height: 80px;
}
.event .quest form .input.required {
  position: relative;
}
.event .quest form .input.required .star {
  position: absolute;
  top: 0;
  right: -15px;
}
.event .quest form .g-recaptcha div {
  margin: 0 auto 20px;
}
.event .quest form #jform_captcha > div {
  margin-bottom: 10px;
}
.event .quest form #jform_captcha .msg-error {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #9c9c9c;
  border-radius: 6px;
  position: relative;
  box-shadow: 2px 2px 6px #888;
}
.event .quest form #jform_captcha .msg-error:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  background: #fff;
  transform: rotate(45deg);
  top: -6px;
}
.event .quest form .inputbox {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.event .quest form input[type="submit"] {
  background-color: #212121;
  color: #fff;
  font-weight: 500;
  font-family: "azo-sans-uber", sans-serif;
  border: none;
  width: 100%;
  font-size: 25px;
  padding: 10px;
  margin-bottom: 20px;
}
.event .quest .event-law-checkbox {
  position: relative;
  overflow: hidden;
}
.event .quest .event-law-checkbox label {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  text-align: justify;
  padding-left: 45px;
  position: relative;
}
.event .quest .event-law-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 34px;
  border: 1px solid #b6b6b6;
  background: #fff;
}
.event .quest .event-law-checkbox label:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 24px;
  line-height: 0.8;
  color: #000;
  transition: all 0.2s;
  opacity: 0;
}
.event .quest .event-law-checkbox-input {
  opacity: 0;
  position: absolute;
  left: 13px;
  top: 20px;
}
.event .quest .event-law-checkbox-input:checked + label:after {
  opacity: 1;
}
.event .quest .event-law-info {
  text-align: justify;
}
/* ===== Event 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;*/
}
/* ===== End Ceneo SLider =====*/
.what-screen-size {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
}
.what-screen-size div {
  width: inherit;
  height: inherit;
}
.debug {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
}
.debug .file {
  color: #bfa774;
  text-align: center;
}
.debug table {
  margin: 0 auto;
  font-size: 14px;
  max-width: none !important;
}
.debug table td {
  padding: 5px;
}
.debug table tr {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.debug table tr:not(:nth-child(2)) td:nth-child(2) {
  color: #bfa774;
}
.debug table tr:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
#message {
  max-width: 1140px;
  padding: 0 15px;
  width: 100%;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
#message .close {
  display: none;
}
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;
}
/* MOBILE-UP END
---------------------------------------*/
@media (max-width: 767px) {
  /* MOBILE-ONLY
---------------------------------------*/
  .what-screen-size div.is-mobile {
    display: block;
  }
  .what-screen-size div.is-tablet,
  .what-screen-size div.is-desktop,
  .what-screen-size div.is-desktop-large {
    display: none;
  }
  .event .event-information h1 {
    text-align: center;
    padding-bottom: 20px;
  }
  .event .logo {
    max-width: 280px;
  }
  .event .logo-perkusista {
    padding-top: 15px;
  }
  .event .logo-infodrum {
    padding-top: 5px;
  }
  .event .logo-psp {
    padding-top: 25px;
  }
  /* MOBILE-ONLY END
---------------------------------------*/
}
@media (min-width: 768px) {
  /* TABLET-UP
---------------------------------------*/
  .main-see-all {
    margin: 34px 0 0;
  }
  .main-see-all:before {
    content: '';
    display: block;
    position: absolute;
    top: 29px;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .main-see-all .a-wrap {
    width: 392px;
    display: inline-block;
  }
  /* --- small-slide multiple use on page --- */
  .small-slide-main .item-slide {
    min-width: 476px;
  }
  .small-slide-main .item-slide .image:before {
    top: 65%;
  }
  .small-slide-main .item-slide .in-item {
    padding: 0 15px 20px;
  }
  .small-slide-main .item-slide .item-title {
    font-size: 22px;
    line-height: 25px;
  }
  /* --- small-slide end --- */
  /* --- Main top article --- */
  .article-main-top .big-article .image {
    padding: 0;
  }
  .article-main-top .big-article .image .elem-wrap {
    bottom: 50px;
  }
  .article-main-top .big-article .category {
    margin: 0 0 22px;
  }
  .article-main-top .big-article .elem-title {
    padding: 0 15px;
    margin: 0 auto 16px;
    font-size: 30px;
  }
  .article-main-top .big-article .introtext {
    padding: 0 15px;
  }
  .article-main-top .big-article .owl-nav .owl-prev,
  .article-main-top .big-article .owl-nav .owl-next {
    width: 104px;
    top: 104px;
  }
  .article-main-top .big-article .owl-nav .owl-prev:before,
  .article-main-top .big-article .owl-nav .owl-next:before,
  .article-main-top .big-article .owl-nav .owl-prev:after,
  .article-main-top .big-article .owl-nav .owl-next:after {
    width: 62px;
    left: 15px;
  }
  /* --- Main top article end --- */
  /* --- Newsy --- */
  .main-news {
    margin: 58px 0 0;
  }
  .main-news .row > div.col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
  .main-news .title {
    font-size: 35px;
    text-align: left;
  }
  .main-news .item-2 {
    margin: 30px 0 0;
  }
  .main-news .item-1 {
    margin: 36px 0 0;
  }
  .main-news .item-1 .image {
    margin: 0 0 19px;
  }
  .main-news .item-1 .link {
    font-size: 18px;
  }
  /* --- Newsy end --- */
  /* --- Tests --- */
  .main-tests .blur-title {
    height: 65px;
  }
  .main-tests .title {
    line-height: 65px;
    font-size: 35px;
  }
  .main-tests .big-test .image {
    padding: 0;
  }
  .main-tests .big-test .image .elem-wrap {
    bottom: 50px;
  }
  .main-tests .big-test .elem-title {
    margin: 0 auto 16px;
    font-size: 30px;
  }
  /* --- Tests end --- */
  /* --- Video --- */
  .main-video .video-container .swiper-wrapper .swiper-slide .info-box {
    padding: 25px 50px;
    padding-bottom: 0;
  }
  .main-video .video-container .swiper-wrapper .swiper-slide .info-box .title {
    font-size: 24px;
  }
  /* --- Video end --- */
  /* --- Formularz na stronie wynikow wyszukwiania --- */
  .tm-search-form form .search-input input {
    min-width: 400px;
    max-width: 400px;
  }
  /* --- Formularz na stronie wynikow wyszukwiania END --- */
  /* --- MOD_AVT_Content Kolumny --- */
  .col-item-big {
    padding: 0 0 20px;
  }
  .col-item-big .image {
    margin: 0 0 19px;
  }
  .col-item-big .text-wrap {
    max-height: 118px;
    overflow: hidden;
  }
  .col-item-small {
    padding: 0 0 20px;
  }
  .col-item-small .d-cell:nth-child(1) {
    width: 86px;
    padding: 0;
  }
  /* --- MOD_AVT_Content Kolumny End --- */
  .main-black .small-slide-main .item-slide .item-title {
    font-size: 30px;
    line-height: 36px;
  }
  .main-black .col-title-main {
    margin: 60px 0 42px;
  }
  /* --- Articles - tags --- */
  .articles-home {
    display: flex;
  }
  /* --- Articles - tags end --- */
  /* --- Lekcje --- */
  .main-lessons {
    margin: 58px 0 0;
  }
  .main-lessons .title {
    font-size: 35px;
  }
  .main-lessons .item {
    margin: 30px 0 0;
  }
  .main-lessons .item-text .category {
    margin: 5px 0 4px;
  }
  .main-lessons .item-text .item-title {
    font-size: 20px;
  }
  /* --- Lekcje End --- */
  /* ====== Wywiady ====== */
  .interview .big-item {
    padding-bottom: 43%;
  }
  .interview .big-item h2 {
    font-size: 40px;
  }
  .interview .big-item .position {
    padding: 0 15px 40px;
  }
  .interview .big-item .position blockquote {
    background-size: 10%;
    padding: 20px 30px;
    font-size: 25px;
    line-height: 40px;
  }
  .interview .big-item .position:hover .read-also {
    opacity: 1;
    left: 0;
  }
  .interview .big-item .read-also {
    display: block;
    width: 50%;
    float: right;
    opacity: 0;
    position: relative;
    left: -200px;
    -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;
  }
  .interview .big-item .read-also .line {
    position: relative;
    width: 65%;
  }
  .interview .big-item .read-also .line:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    opacity: 0.4;
    top: 10px;
    left: 0;
    z-index: 2;
  }
  .interview .big-item .read-also p {
    width: 35%;
    position: relative;
    z-index: 3;
    margin: 0;
    float: right;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .interview .small-interview h3 {
    position: absolute;
    top: -70px;
  }
  /* ====== End Wywiady ====== */
  /* ===== Error page ===== */
  .error-header .error-logo {
    position: relative;
    left: 50%;
    top: 50%;
    display: block;
    width: 100px;
    height: 36px;
    margin-left: -50px;
    margin-top: -18px;
    z-index: 5;
  }
  .error-header .wrap {
    height: 74px;
  }
  .error-content .error-page .table h1 {
    height: 250px;
    font-size: 250px;
  }
  .error-content .error-page .form-error label {
    width: 400px;
  }
  .error-content .error-page .form-error label input {
    text-align: left;
  }
  .error-content .error-page .form-error > input {
    padding: 0 56px;
  }
  .error-content::after {
    background-size: 100% auto;
  }
  /* ===== Error page End ===== */
  /* ===== Pagination ===== */
  .pagination {
    border-bottom: 2px solid #333;
    height: 49px;
  }
  .pagination > a,
  .pagination > p {
    position: relative;
    z-index: 10;
    padding-top: 0;
    margin-top: 13px;
  }
  .pagination > a:first-child,
  .pagination > p:first-child {
    padding-left: 0;
  }
  .pagination > a:first-child span,
  .pagination > p:first-child span {
    padding-left: 10px;
  }
  .pagination > a:last-child,
  .pagination > p:last-child {
    padding-right: 0;
  }
  .pagination > a:last-child span,
  .pagination > p:last-child span {
    padding-right: 10px;
  }
  .pagination .items p,
  .pagination .items a {
    font-size: 17px;
  }
  .pagination .items p.inactive,
  .pagination .items a.inactive {
    padding: 5px 10px 0;
  }
  .pagination .visible-dots-xs {
    display: none;
  }
  .pagination .items {
    left: 0;
    right: 0;
  }
  .pagination .items a.active {
    padding: 2px 8px;
  }
  /* ===== Pagination end ===== */
  /* --- Event --- */
  .event .event-information h1 {
    font-size: 45px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .event .logo-perkusista {
    padding-top: 20px;
  }
  .event .logo-infodrum {
    padding-top: 8px;
  }
  .event .logo-psp {
    padding-top: 30px;
  }
  /* --- Event End --- */
  /* TABLET-UP END
---------------------------------------*/
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* TABLET-ONLY
---------------------------------------*/
  .main-magazine .pull-right {
    width: 100%;
  }
  .issue-in-news {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #212121;
  }
  .issue-in-news .cover {
    position: relative;
    max-width: 100%;
  }
  .issue-in-news .cover img {
    width: auto;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  .issue-in-news .cover > img {
    position: absolute;
    width: 120%;
    height: auto;
    top: -100px;
    left: -145px;
    filter: blur(20px);
    opacity: 0.3;
    display: block;
  }
  .issue-in-news .cover .new {
    background-color: #333;
    position: absolute;
    top: 205px;
    left: 50px;
    width: 285px;
  }
  .issue-in-news .issue-title,
  .issue-in-news .num {
    color: #fff;
  }
  .kolumny-1 .row div:nth-child(3) {
    clear: left;
  }
  .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 --- */
  .main-see-all {
    margin: 50px 0 0;
  }
  /* --- small-slide multiple use on page --- */
  .small-slide-main .item-slide {
    min-width: auto;
  }
  .small-slide-main .item-slide .in-item {
    padding: 0 15px 22px;
  }
  /* --- small-slide end --- */
  /* --- Main top article --- */
  .article-main-top .big-article .image:before {
    top: 50%;
  }
  .article-main-top .big-article .elem-title {
    max-width: 950px;
  }
  .article-main-top .big-article .introtext {
    max-width: 950px;
  }
  /* --- Main top article end --- */
  /* --- Newsy --- */
  .main-news {
    margin: 62px 0 0;
  }
  .main-news .site-row .col-29 {
    float: right;
  }
  .issue-in-news {
    max-width: 300px;
    margin: 0;
  }
  .issue-in-news .buy-block {
    border: 3px solid #000;
    border-top: none;
    padding: 12px 0 10px;
  }
  /* --- Newsy end --- */
  /* --- Tests --- */
  .main-tests {
    margin: 45px 0 0;
  }
  .main-tests .big-test .image:before {
    top: 50%;
  }
  .main-tests .big-test .go {
    display: block;
  }
  /* --- Tests end --- */
  /* --- Video --- */
  .main-video .video-container .swiper-wrapper .swiper-slide .button-bg a {
    display: block;
  }
  .main-video .video-container .swiper-wrapper .swiper-slide .info-box {
    padding: 25px 50px;
  }
  .main-video .video-container .swiper-wrapper .swiper-slide .info-box .text {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
  }
  /* --- Video end --- */
  /* --- MOD_AVT_Content Kolumny --- */
  .col-title-main {
    margin: 58px 0 0;
  }
  .col-item-big {
    padding: 0 0 30px;
  }
  .col-item-small {
    margin: 30px 0 0;
    padding: 0 0 30px;
  }
  .see-more {
    margin: 20px auto 0;
  }
  /* --- MOD_AVT_Content Kolumny End --- */
  /* ===== Wywiady ===== */
  .interview .big-item h2 {
    font-size: 55px;
    padding-top: 15px;
  }
  .interview .big-item .position blockquote {
    font-size: 30px;
  }
  /* ===== End Wywiady ===== */
  .main-black {
    margin: 35px 0 0;
  }
  .main-black .small-slide-main {
    margin: 18px 0 0;
  }
  /* --- Articles - tags --- */
  .articles-home .item a .text-container .title {
    font-size: 25px;
  }
  /* --- Articles - tags end --- */
  /* --- Lekcje --- */
  .main-lessons {
    margin: 35px 0 0;
  }
  .main-lessons .item-text .category {
    margin: 5px 0;
    font-size: 25px;
  }
  .main-lessons .item-text .item-title {
    font-size: 30px;
  }
  /* --- Lekcje End --- */
  /* --- Event --- */
  .event .event-information h1 {
    font-size: 62px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .event .logo-perkusista {
    padding-top: 20px;
  }
  .event .logo-infodrum {
    padding-top: 0;
  }
  .event .logo-psp {
    padding-top: 30px;
  }
  /* --- Event 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
---------------------------------------*/
}
.event-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.event-images img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0;
}
.event .event-information .content a {
  font-weight: 700;
  color: #ffffff;
}
.event .event-information .content a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.event-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 30px 0;
}
.event-logos img {
  max-width: 150px;
}
/*# sourceMappingURL=index.css.map */