@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body article {
  -moz-transition: all;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 0.5s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  transition: all;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
}
body.night article {
  background-color: #111;
  color: #fff;
  padding-bottom: 20px;
}

body.menu_on {
  overflow: hidden;
}
body.search_on {
  overflow: hidden;
}
.overlay {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  position: fixed;
  display: none;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.8);

  -moz-transition: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.3s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
body.menu_on .overlay {
  display: block;
}
.wrapper {
  margin: 0 auto;
  max-width: 1000px;
}
/*
.content,
.parallax-mirror{
	opacity: 1;

	-moz-transition: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: linear;
    transition-duration: .3s;

}
body.menu_on .content,
body.menu_on .parallax-mirror{

	opacity: .2;

	-moz-transition: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: .3s;
    -webkit-transition: all;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition: all;
    transition-timing-function: linear;
    transition-duration: .3s;
}
*/

nav {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.menu-open .content {
  /*margin-top: 0;*/
}
.content,
.content-inner {
  position: relative;
}

.container {
  position: relative;
}

.row {
  margin-top: 20px;
}
/**/
.menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;

  width: 300px;
  height: 100%;
  background: #5b5b5b;
}

.navigation_wrapper {
  width: 300px;
  height: 100%;
  overflow: hidden;
  padding: 90px 0 0 0;
}

.navigation_menu {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  width: 317px;
  padding-bottom: 30px;
  margin-top: 20px;

  -webkit-overflow-scrolling: touch;
}

.navigation_wrapper .top {
  position: absolute;
  top: 45px;
  text-align: center;
  left: 0;
  right: 0;
}
.navigation_wrapper .top img {
  width: 240px;
}

.navigation_menu .list_menu {
  margin-top: 40px;
  border-bottom: 1px solid #555;
}
.navigation_menu .list_menu:first-child {
  margin-top: 0;
  border-bottom: 0;
}
.navigation_menu .list_menu li {
  width: 300px;
}
.navigation_menu .list_menu li .on_off {
  display: none;
}
.navigation_menu .list_menu li a,
.navigation_menu .list_menu li span {
  cursor: pointer;
  padding: 10px 30px;
  border-top: 1px solid #555;

  display: block;
  color: #fff;
  margin-bottom: -1px;
  font-size: 20px;
  font-family: "exo_2light_condensed";
  width: 240px;
  box-sizing: content-box;

  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.2s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.navigation_menu .list_menu li a:hover,
.navigation_menu .list_menu li span:hover,
.navigation_menu .list_menu li span.active,
.navigation_menu .list_menu li a.acitve {
  background-color: #555;
}
.navigation_menu .list_menu li a.buy {
  background-color: #e3452a;
  font-size: 18px;
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 500;
}

.navigation_menu .list_menu li a.buy:hover {
  background-color: rgba(227, 69, 42, 0.9);
}

.navigation_menu .cols_50 a {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 25px;
  color: #ccc;
  font-size: 13px;
}
.navigation_menu .cols_50 a:hover {
  color: #fff;
}
.navigation_menu .cols_50 i {
  margin-right: 10px;
}

.navigation_menu .list_menu .submenu {
  background-color: #373737;
}
.navigation_menu .list_menu .submenu a:hover {
  background-color: #252525;
}

.navigation_menu .list_menu span i,
.navigation_menu .list_menu a i {
  float: right;

  -moz-transition: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.2s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.navigation_menu .list_menu span.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.navigation_menu .list_menu span:hover i {
  margin-top: 3px;
}
.navigation_menu .list_menu span.active:hover i {
  margin-top: -3px;
}

.menu #close_menu {
  position: absolute;
  top: 0;
  left: 0;
}

/**/

/**/
.top_bar {
  background-color: #000;
  padding: 9px 0;
  height: 46px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  overflow: hidden;

  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.top_bar.opc {
  background-color: rgba(0, 0, 0, 0.7);
}
.top_bar .left {
  margin-top: -10px;
  margin-bottom: -10px;
}
.top_bar .right {
  margin-top: -10px;
  margin-bottom: -10px;
}
.top_bar .left button,
.menu #close_menu {
  background-color: transparent;
  color: #ccc;
  border: none;
  font-size: 15px;
  font-family: "exo_2light_condensed";
  padding: 11px;
  display: block;
  float: left;
}
.menu #close_menu:hover {
  opacity: 0.8;
}
.top_bar .left button .icon,
.menu #close_menu .icon {
  padding: 2px 10px;
  border: 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
}
.top_bar .left button i {
  font-size: 14px;
}
.top_bar .left button:hover {
  color: #fff;
}

.top_bar .left img {
  height: 25px;
  margin-left: 0;
  margin-top: 5px;
}
/*
.top_bar .left .mini_logo{
	height: 25px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	display: none;
}
.top_bar.extra .left .mini_logo{
	display: block;
}
*/
.top_bar .left .buttons {
  height: 25px;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  display: none;
}
.top_bar.extra .left .buttons.cart {
  display: none;
}
.top_bar.extra .left .buttons {
  display: block;
}
.top_bar .left .buttons.cart .buy {
  padding: 5px;
}
.top_bar .left .buy {
  background-color: #e3452a;
  border: 1px solid #e3452a;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 15px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 4px;
}
.top_bar .left .buy:hover {
  background-color: #d6472f;
  border: 1px solid #d6472f;
}

.top_bar .left .expirer {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 15px;
  font-family: "exo_2light_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 4px;
  opacity: 0.8;
}
.top_bar .left .expirer span {
  color: #eabf44;
}
.top_bar .left .expirer:hover {
  opacity: 1;
}
.top_bar .left .expirer.warning {
  background-color: #d6472f;
  border: 1px solid #d6472f;
}
.top_bar .left .expirer.warning span {
  color: #fff;
}
.menu_on .top_bar {
  z-index: 400;
}
/**/
.top_bar li {
  display: inline-block;
}

.top_bar li a,
.top_bar li > span {
  font-size: 18px;
  font-family: "exo_2light_condensed";
  color: #ccc;
  padding: 14px;
  line-height: 100%;
  display: block;
  position: relative;
}
.top_bar li a span {
  margin-right: 10px;
  font-size: 16px;
}
.top_bar li span.search {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.top_bar li a:hover,
.top_bar li span:hover {
  color: #fff;
}

.top_bar li a .pow {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 5px;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  text-align: center;

  background-color: #eabf44;
  margin: 0;
  padding: 3px 2px 1px 2px;
  font-family: "exo_2semi_bold_condensed";
  color: #000;

  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.top_bar .top_bar--promo_placement {
  float: left;
  margin-left: calc(50% - 285px);
  color: #fff;
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 3px;
}
.top_bar .top_bar--promo_placement a span:nth-child(2) {
  background-color: #d6472f;
  padding: 5px 5px 5px 10px;
  margin-left: 20px;
}
.top_bar .top_bar--promo_placement a span:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/media/static/images/icons/arrow.svg) no-repeat;
  vertical-align: middle;
  margin: 2px 0 0 15px;
  transform: translateY(1px);
}

#header .right,
#header .basket .basket-icon {
  height: 49px;
}

#header .top_bar--promo_placement {
  height: 31px;
}

.top_bar .right {
  min-width: 150px;
  text-align: right;
}

@media (max-width: 991px) {
  .top_bar.double {
    padding-top: 54px;
    height: 92px;
  }
  .top_bar .top_bar--promo_placement {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 11px 0px;
    font-size: 14px;
    position: absolute;
    top: 0;
  }
  .top_bar .top_bar--promo_placement a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_bar .top_bar--promo_placement a span:nth-child(2)::after {
    margin-left: 10px;
  }
}
/**/

.hero {
  min-height: 200px;
}

@media (max-width: 480px) {
  .hero {
    min-height: 220px;
  }
}

.wrapper_top {
  margin-top: 45px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.wrapper_top .left img {
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 54px;
}
.wrapper_top .right a:hover {
  opacity: 0.6;
}
.wrapper_top .right {
  font-size: 15px;
  text-align: right;
  color: #bbb;
}
.wrapper_top .right li {
  margin-top: 15px;
}
.wrapper_top .right li:first-child {
  margin-top: 10px;
}
.wrapper_top .right a {
  margin-left: 10px;
  color: #bbb;
}
.wrapper_top .right span {
  display: inline-block;
}
.wrapper_top .right i {
  margin-right: 5px;
}

.wrapper_top .right .try {
  color: #999999;
}
.wrapper_top .right .buy {
  color: #e03e20;
}
.wrapper_top .right .archiwe {
  color: #000;
}
.wrapper_top .wrapper .left {
  text-align: center;
  margin: auto;
  float: none;
}
.wrapper_top .wrapper .current-issue {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper_top .wrapper .current-issue img {
  margin-right: 10px;
}
.wrapper_top .wrapper .current-issue a {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 24px;
  color: #d6472f;
  line-height: 28px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .wrapper_top .wrapper .current-issue a {
    font-size: 18px;
    line-height: 21px;
  }
  .wrapper_top .wrapper .current-issue {
    margin-top: 10px;
  }
  .wrapper_top {
    border: none;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper_top .wrapper .current-issue {
    height: 21px;
  }
  section .magazyn .buttons a {
    height: 40px;
  }
}

/**/
.sec_menu {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.sec_menu li {
  display: block;
  float: left;
}
.sec_menu li a,
.sec_menu li > span {
  display: block;
  position: relative;
  padding: 10px 10px;
  font-size: 16px;
}
.sec_menu li > a .line.top.hide {
  display: none;
}
.sec_menu li > span .line.top,
.sec_menu li > a .line.top {
  opacity: 1;
  top: 0;
  height: 4px;
  background-color: #eabf44;
}
.sec_menu li .line {
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  opacity: 0;

  -moz-transition: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.3s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.sec_menu li .line.top {
  top: -4px;
}
.sec_menu li a:hover .line.top.hide {
  background-color: #ccc;
  opacity: 1;
  display: block;
}

.sec_menu li a:hover .line.top {
  top: 0;
  height: 4px;
}
.sec_menu li i {
  margin-left: -10px;
  font-size: 5px;
  display: block;
  float: left;
  margin-top: 7px;
}
/**/
.hero {
  background-color: #0c0c0c;
  font-size: 0;
}
.hero img {
  width: 100%;
}
.hero.marmolada {
  background-color: #fff;
}
.hero.plus {
  margin-top: 40px;
}
/**/

section .title.main {
  margin-top: 30px;
  border-bottom: 2px solid #5b5b5b;
  margin-bottom: 20px;
}

section .title.main span {
  margin-bottom: -8px;
  background-color: #fff;
  display: block;
  float: left;
  font-size: 36px;
  font-family: "exo_2semi_bold_condensed";
  line-height: 100%;
  padding-right: 10px;
}
section .title.main a.right {
  margin-bottom: -8px;
  background-color: #fff;
  display: block;
  font-size: 36px;
  line-height: 100%;
  color: #444444;
}
section .title.main a.right i {
  -moz-transition: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.3s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
section .title.main a.right:hover i {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
section .title.main .buy {
  color: #e03e20;
  margin-right: 10px;
  font-size: 16px;
}
section .title.main .buy i {
  margin-right: 5px;
}
section .title.main .buy:hover {
  opacity: 0.6;
}
/**/
section .cols {
  margin-left: -3.33%;
}
section .cols img {
  width: 100%;
  height: auto;
}
section .cols .col1_3 {
  width: 30%;
  float: left;
  margin-left: 3.33%;
}
section .cols .col1_2 {
  width: 46.67%;
  float: left;
  margin-left: 3.33%;
}

section .cols .col2_3 {
  width: 63.33%;
  float: right;
  margin-left: 3.33%;
  box-sizing: border-box;
}

section .cols .col1_5 {
  width: 16.6%;
  float: left;
  margin-left: 3.33%;
}
/**/
section .magazyn img {
  width: 100%;
}
section .magazyn a:hover img {
  opacity: 0.8;
}
section .buttons a,
section .buttons span.buy {
  background-color: #fff;
  border: 1px solid #e3452a;
  text-align: center;
  color: #e3452a;
  display: block;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Roboto", helvetica, sans-serif;
  /* font-family: 'exo_2regular_condensed'; */
  font-weight: 500;

  -webkit-border-radius: 5px;
  border-radius: 5px;

  margin-top: 10px;
}
section .buttons a.buy,
section .buttons span.buy {
  color: #fff;
  background: #e3452a;
}
.sidebar .buttons a.buy {
  color: #fff;
  background: #e3452a;
}
section .buttons a i,
section .buttons span i {
  float: left;
}

section .buttons a.buy:hover,
section .buttons span.buy:hover {
  background-color: #d6472f;
  border: 1px solid #d6472f;
}
section .buttons a:hover {
  background: #eabf44;
  border: 1px solid #eabf44;
  color: #fff;
}
section .buttons a.buy,
section .buttons span.buy {
  font-size: 18px;
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 500;
}

section .buttons span.buy {
  font-size: 18px;
  font-family: "Roboto", helvetica, sans-serif;
  font-weight: 500;
}

section .buttons .fa-shopping-cart {
  float: none;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  background: url(/media/static/images/icons/shopping-cart.svg) no-repeat;
  vertical-align: middle;
}

section .buttons .fa-user {
  float: none;
  margin-right: 25px;
  width: 20px;
  height: 20px;
  background: url(/media/static/images/icons/user.svg) no-repeat;
  vertical-align: middle;
}

section .buttons .fa-shopping-cart:before,
section .buttons .fa-user:before {
  display: none;
}

/**/
section .boxes .cols {
  overflow: hidden;
}
section .art_box .title {
  font-family: "exo_2semi_bold_condensed";
  font-size: 18px;
}
.cols.row.sidebar .art_box .title {
  font-size: 22px;
  word-break: break-word;
}
section .art_box a:hover .title {
  text-decoration: underline;
}
section .art_box a:hover img {
  opacity: 0.8;
}
section .art_box span {
  display: block;
}
section .art_box .tag {
  color: #aaa;
  margin-top: 2px;
  font-size: 13px;
  margin-bottom: 10px;
}
section .art_box .tag:hover {
  color: #888;
}
section .art_box .lead {
  color: #444;
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 120%;
}
section .art_box .lead p {
  padding-bottom: 5px;
}
/**/

section.orange {
  background-color: #eabf44;
  color: #fff;
  padding: 20px 0;
  margin-top: 40px;
}
section.orange .wrapper {
  margin-top: 0;
}
section.orange .title.main span {
  background-color: #eabf44;
  color: #fff;
}
section.orange .title.main {
  border-color: #fff;
  margin-top: 0;
}

section.orange .red_nacz .img {
  text-align: center;
}

section.orange .red_nacz .img img {
  width: 100%;
  max-width: 200px;
}
section.orange .red_nacz .img span {
  display: block;
}
section.orange .red_nacz .img .face img {
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}
section.orange .red_nacz .img .podpis {
  margin-top: 10px;
}
section.orange .red_nacz a {
  display: block;
}
section.orange .red_nacz a:hover {
  opacity: 0.8;
}
section.orange .cytat {
  font-size: 16px;
  color: #444;
  font-style: italic;
  position: relative;
}
section.orange .cytat i {
  font-size: 47px;
  color: #fff;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
}

section.orange .art_box .lead {
  color: #fff;
}
/**/

.poradnik_slider {
  position: relative;
}
.poradnik_slider li {
  background-color: #34495e;
  margin-left: 1px solid #fff;
  font-size: 20px;
}
.poradnik_slider li:hover {
  background-color: #2d3f51;
}
.poradnik_slider li a {
  display: block;
  font-family: "exo_2semi_bold_condensed";
  padding: 20px;
  color: #fff;
  text-align: center;
}
.poradnik_slider li span {
  display: block;
}
.poradnik_slider li .txt {
  margin-top: 20px;
  height: 80px;
}
.poradnik_slider li .img {
  height: 150px;
  line-height: 150px;
  vertical-align: middle;
}
.poradnik_slider li img {
  max-height: 120px;
  max-width: 150px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.poradnik_sld .sld_content {
  position: relative;
}

.poradnik_sld .sld_content i {
  font-size: 50px;
  font-size: 50px;
  width: 20px;
  line-height: 100%;
  color: #ccc;
}
.poradnik_sld .sld_content i:hover {
  color: #bbb;
}

.poradnik_sld .bx-controls-direction a {
  position: absolute;
  top: 20px;
  bottom: 0;
  outline: 0;
  height: 200px;
  line-height: 200px;
  z-index: 200;
  margin: auto;
}
.poradnik_sld .bx-controls-direction a img {
  vertical-align: middle;
}
.poradnik_sld .bx-controls-direction a.bx-prev {
  left: -70px;
}
.poradnik_sld .bx-controls-direction a.bx-next {
  right: -70px;
}
.poradnik_sld .bx-controls-direction a:hover {
  opacity: 0.8;
}
/**/
.publikacje_slider,
.wydania_specjalne_slider {
  position: relative;
}
.publikacje_slider li,
.wydania_specjalne_slider li {
  margin-left: 1px solid #fff;
  font-size: 20px;
}
.publikacje_slider li a,
.wydania_specjalne_slider li a {
  display: block;
  font-family: "exo_2semi_bold_condensed";
  padding: 20px 20px 0 20px;
  color: #000;
  text-align: center;
}
.publikacje_slider li .buttons,
.wydania_specjalne_slider li .buttons {
  padding: 0 20px;
}
.publikacje_slider li span,
.wydania_specjalne_slider li span {
  display: block;
}
.publikacje_slider li .txt,
.wydania_specjalne_slider li .txt {
  margin-top: 10px;
  height: 53px;
  overflow: hidden;
}
.publikacje_slider li .txt:hover,
.wydania_specjalne_slider li .txt:hover {
  text-decoration: underline;
}
.publikacje_slider li .img,
.wydania_specjalne_slider li .img {
  height: 285px;
  line-height: 285px;
  vertical-align: middle;
  text-align: center;
}
.publikacje_slider li img,
.wydania_specjalne_slider li img {
  max-width: 210px;
  height: 100%;
  vertical-align: middle;
}
.publikacje_slider .buttons i,
.wydania_specjalne_slider .buttons i {
  color: #fff;
  font-size: 20px;
}
.publikacje_slider .buttons i:hover,
.wydania_specjalne_slider .buttons i:hover {
  color: #fff;
  font-size: 20px;
}
.publikacje_slider li a:hover,
.wydania_specjalne_slider li a :hover {
  opacity: 0.8;
}
.publikacje_slider .buttons span.buy:hover,
.wydania_specjalne_slider .buttons span.buy:hover {
  background-color: #d6472f;
  border: 1px solid #d6472f;
}
/**/

/**/
.show_more {
  text-align: center;
}
.show_more button {
  background-color: #bbb;
  color: #fff;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 15px;
  width: 100%;
  max-width: 500px;
  font-size: 22px;
  line-height: 100%;
  font-family: "exo_2regular_condensed";
}
.show_more button i {
  float: right;
  vertical-align: middle;
}
.show_more button:hover {
  background-color: #aaa;
}

/**/
.large_img {
  position: relative;
  height: 500px;
  margin-top: 50px;
  margin-bottom: 10px;
}
.large_img .parallax-container {
  position: absolute;
  z-index: 1;
  height: 490px;
}
.large_img .wrapper {
  cursor: pointer;
}
.large_img .shadow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;

  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(60%, rgba(0, 0, 0, 0.25)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.large_img .wrapper {
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  width: 100%;
}
.large_img .wrapper span {
  display: block;
}
.large_img .wrapper .txt {
  position: absolute;
  bottom: 20px;
  color: #fff;
  font-size: 35px;
  font-family: "exo_2semi_bold_condensed";
  left: 0;
  right: 0;
}
.large_img .wrapper .txt .title {
  text-shadow: 1px 1px 0 #000000;
}
.large_img .wrapper .txt .title {
  max-width: 600px;
  float: left;
}
.large_img .wrapper .txt .buttons {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.large_img .wrapper .txt .title:hover {
  color: #eabf44;
}

/**/
.orange.dark,
section.orange.dark .title.main span {
  background-color: #a7a7a7;
}

section.orange .red_nacz .podpis {
  font-size: 30px;
  font-family: "exo_2semi_bold_condensed";
  text-align: center;
}
/**/

.people .sld_content {
  position: relative;
}

.people .sld_content i {
  font-size: 50px;
  width: 50px;
  text-align: center;
  line-height: 100%;
  color: #ccc;
}

.people .bx-controls-direction a {
  position: absolute;
  top: 0;
  bottom: 0;
  outline: 0;
  height: 200px;
  line-height: 200px;
  z-index: 200;
  margin: auto;
}
.people .bx-controls-direction a img {
  vertical-align: middle;
}
.people .bx-controls-direction a.bx-prev {
  left: -70px;
}
.people .bx-controls-direction a.bx-next {
  right: -70px;
}

.people .face img {
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
  width: 155px;
}
.people .podpis {
  font-size: 20px;
  font-family: "exo_2semi_bold_condensed";
  text-align: center;
  display: block;
  line-height: 20px;
}
.people .sld_content {
  margin-top: 40px;
}
.people .people_slider li a {
  display: block;
  text-align: center;
}
.people .people_slider li {
  height: 200px;
}
.people .people_slider li a:hover img {
  opacity: 0.8;
}
.people .people_slider li a:hover .podpis {
  opacity: 0.8;
}
section.people .sld_content .bx-wrapper .bx-viewport {
  /*height: 200px !important;*/
}
/**/

.footer {
  background-color: #444444;
  color: #ccc;
  padding-bottom: 10px;
}
.footer .col1_4 {
  width: 25%;
  float: left;
}
.footer .cols .col1_2 {
  width: 50%;
  float: left;
  margin: 0;
}
.footer .cols .col1_2 a {
  border-left: 1px solid #3d3d3d;
  display: block;
  text-align: center;
  padding: 15px 10px;
  margin-left: -1px;
}
.footer .col1_4 a {
  border-left: 1px solid #3d3d3d;
  display: block;
  text-align: center;
  padding: 15px 10px;
  margin-left: -1px;
}
.footer .links a {
  color: #eabf44;
}
.footer .links a:hover {
  background-color: #494949;
}
.footer .links i {
  margin-right: 5px;
}
.footer .cols {
  margin-left: 0;
}
.footer .cols .col2_3 {
  border-left: 1px solid #3d3d3d;
  margin-left: 0;
  width: 70%;
}

.footer .links {
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}

.footer .col1_3 .row {
  padding: 20px;
  margin-top: 0;
}
.footer .col1_3 img {
  width: auto;
}
.footer .col1_3 p {
  margin-top: 10px;
}

.footer .cols .col1_3 {
  border-bottom: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
  border-top: 1px solid #3d3d3d;
  margin-left: 0;
}

.footer .f_icons {
  border-top: 1px solid #3d3d3d;
}
.footer .cols .col1_5 {
  margin-left: 0;
  width: 20%;
}
.footer .cols .col1_5 a {
  border-left: 1px solid #3d3d3d;
  display: block;
  text-align: center;
  padding: 15px 10px;
  margin-left: -1px;
}
.footer .cols .col1_5 a:hover {
  background-color: #494949;
}

.footer .f_img img {
  width: 260px;
}

.def_links {
  color: #999999;
  padding: 10px;
  margin-top: -20px;
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
}
.def_links ul {
  margin-top: 20px;
}
.def_links .footerHead {
  color: #eabf44;
}

.def_links b {
  color: #fff;
  font-family: "exo_2regular_condensed";
}
.def_links a.czerwony {
  color: #e3452a;
}

.def_links a:hover {
  color: #fff;
}

.footer .law {
  margin-top: 10px;
  font-size: 12px;
}

.footer .copy {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #3d3d3d;
  font-size: 12px;
}

.footer .copy img {
  height: 15px;
  width: auto !important;
  vertical-align: middle;
  margin-left: 10px;
}
.footer .copy .col1_3 {
  border: none;
  width: 33.33%;
}

.footer .copy .col1_3.tc {
  text-align: center;
}
.footer .copy .col1_3.tr {
  text-align: right;
}

/**/

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  text-indent: -9999px;
  color: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ccc;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #000;
}

.bx-wrapper .bx-pager-item {
  display: inline-block;
}
.bx-pager {
  text-align: center;
  margin-top: 15px;
  display: none;
}

/**/

.parallax-container {
  height: 500px;
  width: 100%;
  background-position: left top !important;
}
.parallax-window {
  height: 500px !important;
  background: transparent;
  background-position: left top !important;
}

/**/

.scroll-bar {
  height: 10px;
  width: 0;
}

.scrollContent {
  top: 45px;
  position: fixed;
  width: 100%;
  z-index: 400;
}

/**/

.breadcrumbs {
  margin: 5px 10px;
  color: #aaa;
  font-size: 15px;
}
.breadcrumbs i {
  font-size: 12px;
}

/**/

article {
}

article h1 {
  font-size: 45px;
  font-family: "exo_2semi_bold_condensed";
  display: block;
}
article h2 {
  font-size: 25px;
  color: #858585;
  font-family: "exo_2regular_condensed";
  display: block;
}

article .top_info {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

article .top_info .left {
  float: left;
}
article .top_info .left {
  margin-right: 20px;
}
article .top_info .left .img {
  float: left;
  margin-right: 10px;
}
article .top_info .left .img img {
  width: 65px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}
article .top_info .inf {
  float: left;
  font-size: 19px;
  font-family: "exo_2semi_bold_condensed";
}

article .top_info span a {
  border: 1px solid #999999;
  text-align: center;
  color: #999999;
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 16px;
  font-family: "exo_2light_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 4px;
}
article .top_info span a:hover {
  background: #eabf44;
  border: 1px solid #eabf44;
  color: #fff;
}
article .top_info span a i {
  margin-right: 10px;
}

article .top_info .icons {
  font-size: 16px;
  color: #999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  padding-bottom: 10px;
}
article .top_info .icons a,
article .top_info .icons span {
  padding: 10px;
  cursor: pointer;
}
article .top_info .icons a:hover {
  opacity: 0.8;
}
article .top_info .icons span:hover {
  opacity: 0.8;
}
article .top_info .icons .bigger {
  font-size: 18px;
}
article .top_info .icons .smaller {
  font-size: 14px;
}

article .main_col {
  width: 680px;
  float: left;
}
article .sidebar {
  width: 260px;
  float: right;
}
/**/
article p {
  font-size: 19px;
  color: #444444;
  line-height: 155%;
  margin: 20px 20px 0px 20px;
}

article p.lead {
  font-size: 25px;
  color: #000;
  line-height: 120%;
}
article p a {
  color: #eabf44;
  text-decoration: underline;
  font-family: "exo_2semi_bold_condensed";
}
article p a:hover {
  text-decoration: underline;
}
.night article * {
  color: #ccc;
}
.night article .active i {
  color: #eac047;
}
article h3 {
  font-size: 23px;
  color: #000;
  line-height: 120%;
  font-family: "exo_2semi_bold_condensed";
  margin: 20px 20px -10px 20px;
  display: block;
}
article .main_col h3 {
  margin: 20px 20px 0 20px;
}
article ul,
article ol {
  padding-left: 50px;
  margin-top: 20px;
}
article ul li,
article ol li {
  font-size: 19px;
  color: #444444;
  line-height: 150%;
  margin: 5px 20px 0px 20px;
}
article ul li {
  list-style-type: square;
}
.decimal li {
  list-style-type: decimal;
}
.square li {
  list-style-type: square;
}
.night article p {
  color: #ccc;
}

article figure {
  position: relative;
  margin-top: 30px;
}
article .main_col figure {
  margin-top: 20px;
}
article .main_col h3 + p {
  margin-top: 10px;
}
article figure img {
  width: 100%;
}
article figure .bigger {
  cursor: pointer;
}
article figure .img {
  position: relative;
  font-size: 0;
  display: block;
}

article figure .img .shadow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(60%, rgba(0, 0, 0, 0.25)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
article figure figcaption {
  position: relative;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}
article figure figcaption p {
  position: relative;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
article figure figcaption p span {
  color: #666;
}
article figure figcaption span {
  display: block;
  color: #aaa;
  margin-top: 5px;
}

article figure a:hover i {
  color: #fff;
}
article .box {
  padding: 20px;
}
.night article .box {
  background-color: #222 !important;
}
.night article .box p.title {
  color: #fff;
}
article .box.salmon {
  background-color: #fff2d9;
}
article .box.gray {
  background-color: #eee;
  margin-bottom: 30px;
}
article .box.blank {
  background-color: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
}
article .box.blank .title {
  font-size: 23px;
}
article .box.gray .title {
  color: #994c3d;
}
article .box p:first-child {
  margin-top: 0;
}
article .box p {
  margin: 10px 0 0 0;
}

article p.title {
  font-size: 19px;
  font-family: "exo_2semi_bold_condensed";
  color: #000;
}

article .box.borders {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 30px;
}
article .main_col .box.gal.borders {
  padding-bottom: 10px;
  padding-top: 10px;
}
article .box .gal_row {
  margin-top: 10px;
}

article .box .gal_row .img a {
  position: relative;
  display: block;
  font-size: 0;
}
article .box .gal_row .img a {
  width: 330px;
}
article .box .gal_row figure {
  width: 300px;
}
article .box .gal_row figure {
  margin-top: 0;
}
article .box .gal_row .second {
  margin-left: 40px;
}
article .box .gal_row .img img {
  width: 100%;
}
article figure .bottom,
article .box .gal_row .img a .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
article figure .bottom span,
article .box .gal_row .img a .bottom span {
  font-size: 20px;
  color: #fff;
  padding: 5px;
  float: left;
  background-color: #eabf46;
}
article figure .bottom span:hover {
  opacity: 0.8;
}
article .box .gal_row .img a .bottom span:hover {
  opacity: 0.8;
}
article figure .bottom i,
article .box .gal_row .img a .bottom i {
  font-size: 20px;
  color: #fff;
  padding: 7px;
  background-color: #444;
}
article .box .gal_row .img a .bottom i:hover {
  opacity: 0.8;
}
i.fa.fa-search-plus:hover {
  opacity: 0.8;
}
article .box .gal_row .img a .shadow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(60%, rgba(0, 0, 0, 0.25)),
    color-stop(100%, rgba(0, 0, 0, 0.65))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

article .gal_row .opis {
  width: 300px;
  float: left;
  margin-left: 10px;

  color: #666;
  font-size: 14px;
}
article .gal_row .opis p {
  width: 300px;
  color: #666;
  font-size: 14px;
  margin-left: 0;
  margin-top: 0;
}
article .gal_row .opis p span {
  color: #666;
}
article .gal_row .opis span {
  display: block;
  margin-top: 5px;
  color: #aaa;
}
article .expert {
  background-color: #eee;
}
article .expert .title.main {
  border-bottom: 2px solid #5b5b5b;
}
.night article .expert .title.main span {
  background-color: #222;
}
article .expert .title.main span {
  margin-bottom: -8px;
  background-color: #eee;
  display: block;
  float: left;
  font-size: 28px;
  font-family: "exo_2semi_bold_condensed";
  line-height: 100%;
  padding-right: 10px;
  color: #858585;
}
article .expert .cols {
  margin-top: 20px;
}

article .expert .icon {
  width: 130px;
  text-align: center;
}

article .expert .icon span {
  display: block;
  margin-top: 10px;
  color: #aaa;
}
article .expert .icon img:first-child {
  margin-top: 0;
}
article .expert .icon img {
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
  width: 130px;
  height: 130px;
  margin-top: 20px;
}
article .expert .txt {
  margin-left: 140px;
}
.night article .expert .txt .title {
  color: #fff;
}
article .expert .txt .title {
  font-size: 23px;
  color: #000;
  line-height: 120%;
}
.stopka {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
article .autors span {
  display: block;
  margin-top: 5px;
  color: #aaa;
}
article .free-issue-info {
  font-family: "Roboto", helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  color: #339966;
  padding-top: 30px;
}

@media (max-width: 767px) {
  article .free-issue-info {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #339966;
    padding: 15px 15px;
    margin: 0 -10px;
  }
}

.pagination a,
.pagination .active,
.pagination span {
  padding: 10px;
  min-width: 40px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.pagination a {
  background-color: #bbbbbb;
}
.pagination .active {
  background-color: #444444;
}
.pagination a:hover {
  background-color: #eabf44;
}
.pagination .dots {
  color: #000;
  padding: 0;
  min-width: 0;
}
/**/
.night article .sidebar .box {
  background-color: #111 !important;
}
.night article .sidebar * {
  color: #aaa !important;
}
article .sidebar .box:first-child {
  padding-top: 0;
  margin-top: 8px;
}
article .sidebar .box {
  padding: 20px 0 0 0;
}
article .sidebar .box.magazine a:hover {
  opacity: 0.8;
}
article .sidebar .button {
  background-color: #fff;
  border: 1px solid #e3452a;
  text-align: center;
  color: #e3452a;
  display: block;
  padding: 5px 20px;
  font-size: 19px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
article .sidebar .button:hover {
  background-color: #eabf44;
  border: 1px solid #eabf44;
  color: #fff;
}
article .newsletter h3 {
  margin: 0 0 20px 0;
}
article .sidebar .button i {
  float: left;
}
/**/
article .sidebar .magazine .img img {
  width: 100%;
}
article .sidebar .magazine .button.gray {
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
}
article .sidebar .magazine .button.gray:hover {
  border: 1px solid #eabf44;
  background: #eabf44;
  color: #fff;
}
.night article .sidebar .magazine .button {
  background-color: transparent;
}
article .sidebar .magazine .nr {
  font-size: 21px;
  color: #aaa;
  margin-top: 5px;
  display: block;
}

article .sidebar .magazine .list {
  margin-top: 20px;
}

article .sidebar .magazine .list .title p,
article .sidebar .magazine .list .title a {
  text-transform: uppercase;
  color: #535353;
  font-family: "exo_2semi_bold_condensed";
  font-size: 15px;
  line-height: 120%;
  margin-top: 0;
}
article .sidebar .magazine .list ul {
  list-style-type: square;
  padding-left: 20px;
  color: #eac047;
  margin-top: 10px;
}
article .sidebar .magazine .list ul li {
  margin-top: 10px;
  list-style-type: square;
  font-size: 16px;
}
article .sidebar .magazine .list ul li span {
  color: #535353;
}
article .sidebar .magazine .list ul li span:hover {
  text-decoration: underline;
}
/**/

article .sidebar .tematy {
  border: 1px solid #444;
  padding: 20px;
  width: 100%;
}

article .sidebar .tematy .title {
  color: #444;
  font-family: "exo_2semi_bold_condensed";
  font-size: 35px;
  margin-top: 0;
  line-height: 100%;
}
article .sidebar .tematy ul {
  list-style-type: square;
  padding-left: 20px;
}
article .sidebar .tematy ul li {
  margin-top: 10px;
  list-style-type: square;
  font-size: 16px;
}
article .sidebar .tematy ul li:hover {
  text-decoration: underline;
}
/**/

article .yellow-border {
  padding: 20px 30px;
  border: 3px solid #eac047;
}
article .yellow-border p:first-child {
  font-size: 24px;
  line-height: 120%;
  font-family: "exo_2semi_bold_condensed";
  color: #eac047;
}
article .yellow-border ul {
  padding-left: 20px;
}
article .yellow-border ul li {
  list-style-type: square;
  color: #444;
  line-height: 150%;
}
article .yellow-border ul li a {
  font-size: 18px;
  color: #444;
}
article .yellow-border ul li span {
  font-size: 18px;
  color: #444;
}
article .yellow-border ul li a:hover {
  text-decoration: underline;
}
/**/

article .sidebar .txt {
  padding: 20px;
  background-color: #c2d8a5;
}

article .sidebar .txt p {
  color: #444444;
  font-size: 16px;
  margin-top: 10px;
  line-height: 130%;
}

article .sidebar .txt p.title {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  line-height: 120%;
}
/**/
.large_img.article {
  margin-top: 0;
}

.large_img.article .wrapper {
  cursor: default;
}
.large_img.article .tit {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.large_img.article .wrapper .breadcrumbs span {
  display: inline-block;
  font-family: "exo_2regular_condensed";
}
.large_img.article .wrapper .breadcrumbs {
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #ccc;
}

.extra_title {
  margin-top: 10px;
}

.extra_title span {
  background-color: #eabf44;
  display: inline-block !important;
  font-size: 20px;
  padding: 2px 8px;
  font-family: "exo_2regular_condensed";
  color: #fff;
}

.large_img.article h1 {
  font-size: 45px;
  font-family: "exo_2semi_bold_condensed";
  display: block;
  color: #fff;
  text-shadow: 1px 1px 0 #000000;
}
.large_img.article h2 {
  font-size: 25px;
  font-family: "exo_2regular_condensed";
  display: block;
  color: #ccc;
  text-shadow: 1px 1px 0 #000000;
}

/**/

#search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
.search .wrap {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
  padding-bottom: 20px;
}

.search .top .left img {
  height: 40px;
  opacity: 0.8;
}
.search .top .right i {
  color: #444444;
  font-size: 40px;
  cursor: pointer;
}

.search .input {
  padding: 0 40px;
  position: relative;
  margin-top: 40px;
}
.search .input .border {
  border: 1px solid #ccc;
  position: relative;
}
.search .input:hover .border {
  border: 1px solid #aaa;
}

.search .input input {
  font-size: 41px;
  font-family: "exo_2regular_condensed";
  width: 100%;
  /*color: #D8432D;*/
  padding: 10px 50px 10px 10px;
}
.search .input button {
  background-color: #fff;
  border: none;
  font-size: 40px;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px;
}
.search .input button:hover {
  opacity: 0.8;
}
.search .advanced {
  margin-top: 40px;
  padding: 0 40px;
}

.search .advanced .openthis {
  background-color: #ebbf44;
  border: 1px solid #ebbf44;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  width: 300px;
  cursor: pointer;
}
.search .advanced .openthis:hover {
  background-color: #444;
  border: 1px solid #444;
}

.search .advanced .openthis i {
  float: left;
}

.search .advanced .openthis.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.search .advanced button {
  background-color: #444;
  border: 1px solid #444;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  width: 300px;
  cursor: pointer;
  float: right;
}
.search .advanced button i {
  float: left;
}
.search .advanced button:hover {
  opacity: 0.8;
}

.popular {
  margin-top: 40px;
  color: #444444;
  margin-bottom: 30px;
}

.popular ul {
  margin-top: 20px;
}
.popular li {
  font-size: 18px;
  margin-left: 40px;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 0;
}
.search .popular li:hover {
  text-decoration: underline;
}
.popular button {
  background-color: #149acd;
  border: 1px solid #149acd;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  width: 300px;
}
.popular button:hover {
  background-color: #444;
  border: 1px solid #444;
}
.popular button i {
  float: left;
}
.search .wrap > .row {
  padding: 0 40px;
}
span.close i.fa.fa-times:hover {
  opacity: 0.8;
}
/**/

.search .cols_50 {
  margin-left: -5%;
}

.search .cols_50 .col {
  display: block;
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-top: 20px;
}
#advanced_options {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 20px;
}
.search .advanced span {
  color: #444444;
  font-size: 18px;
  width: 300px;
  display: inline-block;
  font-family: "exo_2regular_condensed";
  margin-left: 5px;
  margin-top: 5px;
}

.search .advanced select {
  color: #666666;
  font-size: 18px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "exo_2regular_condensed";
  width: 100%;
}

.parallax-mirror {
  z-index: 0 !important;
}

/**/
.big_foto {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.big_foto {
  display: block;
}

.big_foto .draggable {
  width: auto;
  cursor: move;
}
.big_foto .close_bf {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 10;
  text-shadow: 1px 1px 2px #000000;
}
.big_foto .helper {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  opacity: 0.8;
  display: none;
}
.big_foto .helper img {
  width: 100%;
}
.active {
  color: #eac047;
}
.top_bar .active {
  color: #eac047;
}
.box_item .info button.active {
  color: #eac047;
}
/**/
.lock .lock_img {
  margin-bottom: 15px;
  text-align: center;
}
.lock .lock_img img {
  width: auto;
}
.lock .lock_title {
  font-size: 24px;
  line-height: 140%;
  color: #444;
  border-bottom: 2px solid #e3452a;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: "exo_2semi_bold_condensed";
  text-align: center;
}
.lock .lock_main .main_left {
  float: left;
}
.lock .lock_main .main_left p {
  font-size: 16px;
  line-height: 140%;
  color: #aaa;
}
.lock .lock_main {
  margin-bottom: 15px;
}
.lock .lock_main li {
  display: inline-block;
}
.lock .lock_main ul {
  padding-left: 0;
}
.lock .lock_main ul li {
  margin: 20px 0 0 0;
  color: #bbb;
}
.lock .lock_main ul li a:hover {
  opacity: 0.6;
}
.lock .lock_main ul li .fa-user {
  padding-left: 5px;
}
.lock .lock_main ul li .fa-info-circle {
  padding-right: 5px;
}

.lock .lock_main ul li:first-child {
  color: #e3452a;
  padding-right: 10px;
}
.lock .lock_footer ul li .fa {
  padding-right: 5px;
}
.lock .lock_footer ul {
  padding-left: 0;
  text-align: center;
}
.lock .lock_footer {
  border-top: 1px solid #bbb;
}
.lock .lock_footer ul li:first-child {
  padding-left: 0;
}
.lock .lock_footer.lock_footer__free-issue li {
  margin: 0 0 5px;
}
.lock .lock_footer.lock_footer__free-issue a {
  color: #df3c25;
  font-weight: 600;
}
.lock .lock_footer ul li a:hover {
  opacity: 0.6;
}
.lock .lock_footer ul li {
  display: inline-block;
  color: #bbb;
  font-size: 15px;
  margin: 10px 0 0 0;
  padding-left: 7%;
}
.stopka .autors a:hover {
  opacity: 0.6;
}
/*ulubione*/
.box_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.box_item .info button {
  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  background-color: transparent;
  font-size: 20px;
  color: #ccc;
  padding: 5px 8px;
  margin-top: -2px;
  float: right;
}
.box_item .info button:hover {
  opacity: 0.6;
}
.box_item .left_img {
  width: 300px;
}
.box_item .left_img img {
  width: 100%;
  cursor: pointer;
  height: auto;
}
.box_item .left.info {
  width: 380px;
  padding-left: 15px;
  font-size: 16px;
  color: #444;
  line-height: 130%;
}
.box_item .left.info a p {
  font-size: 22px;
  color: #000;
  line-height: 120%;
  font-family: "exo_2semi_bold_condensed";
  margin: 0 0 15px 0;
}
.box_item .left.info a:hover p {
  text-decoration: underline;
}
.box_item .left.info span.info_info {
  display: block;
  padding-bottom: 10px;
}
.box_item .info_bottom a {
  color: #bbb;
  font-size: 12px;
  line-height: 120%;
}
.box_item .info_bottom .tags a:hover {
  opacity: 0.6;
}
.box_item .info_bottom .author_info a:first-child:hover {
  opacity: 0.6;
}
.box_item .info_bottom button {
  float: right;
}
.box_item .author_info a img {
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
  width: 32px;
  cursor: pointer;
  vertical-align: middle;
}
.box_item .info_bottom .author {
  margin-top: 8px;
  width: 100%;
}
.box_item .info_bottom .author span {
  font-size: 13px;
  color: #444;
  line-height: 120%;
  padding-left: 3px;
}
.box_item .info_bottom .author span.murator {
  font-family: "exo_2semi_bold_condensed";
  color: #000;
  font-size: 16px;
}
.box_item .left.full_width {
  width: 100%;
}
.box.magazine .buttons a.buy:hover {
  opacity: 1;
  background-color: #d6472f;
  border: 1px solid #d6472f;
}
article .wrapper .sld_content ul {
  padding-left: 0;
  margin-top: 0;
}
article .wrapper .sld_content ul li {
  margin: 0;
}
/**/
.wrapper .search form {
  overflow: hidden;
}
.search.result .input {
  padding: 0;
}
.search.result .advanced {
  padding: 0;
}
.search.result {
  padding-bottom: 20px;
}
.baner_img {
  width: 100%;
  overflow: hidden;
  max-height: 320px;
}
.baner_img img {
  width: 100%;
  height: auto;
}
.search.result .left p i.red {
  font-style: normal;
  color: #e03e20;
}
.search.result .left p {
  margin-left: 0;
}
.author_result {
  width: 260px;
  background-color: #eee;
  padding: 5px 20px 15px 20px;
}
.author_result .author_result_top:hover a.inf {
  text-decoration: underline;
}
.author_result .author_result_top:hover .img img {
  opacity: 0.8;
}
.sidebar .author_result .author_result_top:hover .img img {
  opacity: 1;
}
.author_result .author_result_top .img img {
  width: 65px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}
.author_result .author_result_top .img {
  float: left;
  margin-right: 15px;
  cursor: pointer;
}

.author_result .author_result_top .inf {
  font-size: 20px;
  font-family: "exo_2semi_bold_condensed";
  line-height: 130%;
}

.author_result p {
  margin: 0;
  font-size: 16px;
}
.author_result p.author_job {
  font-family: "exo_2semi_bold_condensed";
  font-size: 16px;
  padding-top: 10px;
}
.author_result span a {
  border: 1px solid #999999;
  text-align: center;
  color: #999999;
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 15px;
  font-family: "exo_2light_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #fff;
}
.author_result span a i {
  margin-right: 20px;
}
.author_result span a:hover {
  background: #eabf44;
  border: 1px solid #eabf44;
  color: #fff;
}
.popular .cols ul {
  padding-left: 0;
}
.box_item .left_img img:hover {
  opacity: 0.8;
}
.search .error_info {
  margin-top: 20px;
}
.search .error_info p {
  margin: 0;
}
article .search .input {
  padding: 0;
}
section .popular .title.main span {
  color: #000;
}
.popular .title.main span {
  color: #000;
}
.spis_abc a {
  padding: 10px;
  min-width: 40px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  background-color: #bbb;
  margin-top: 20px;
}
.spis_abc a:first-child {
  margin-left: 0;
}
.spis_abc a:hover {
  background-color: #eabf44;
  color: #fff;
}
.popular .cols ul li a:hover {
  text-decoration: underline;
}
/**/
.wrapper .right .spis_tresci_arrow {
  font-size: 15px;
  color: #999999;
  line-height: 120%;
}
.wrapper .right .spis_tresci_arrow:first-child {
  margin-right: 20px;
}
.wrapper .right .spis_tresci_arrow .fa-angle-left {
  padding-right: 7px;
  font-size: 17px;
}
.wrapper .right .spis_tresci_arrow .fa-angle-right {
  padding-left: 7px;
  font-size: 17px;
}
.wrapper .right .spis_tresci_arrow:hover {
  opacity: 0.8;
}
.box_item .left.info .help {
  margin-bottom: 10px;
}
.box_item .left.info .help span {
  color: #e3452a;
  font-size: 18px;
  line-height: 120%;
}
#advanced_options_filter {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 20px;
}
.wrapper .top_subtitle {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.wrapper .top_subtitle .subtitle_img {
  background-color: #34495e;
  border-radius: 5px 5px 5px 5px;
  float: left;
  margin-right: 15px;
  padding: 5px;
  width: 120px;
  text-align: center;
}
.wrapper .top_subtitle .subtitle_img img {
  width: 100%;
}
.wrapper .top_subtitle .subtitle_img.cykle {
  background-color: transparent;
  width: 120px;
  height: auto;
}
.wrapper .top_subtitle .subtitle_img.cykle img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: -5px;
}
.wrapper .top_subtitle .subtitle_img a {
  padding: 5px;
  display: block;
}
.liked .fa-star {
  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  background-color: transparent;
  padding: 5px 7px;
}
.liked button {
  border: none;
  background-color: transparent;
  color: #ccc;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  padding-left: 0;
  padding-right: 0;
}
.liked button.active i.fa {
  color: #eac047;
}
.liked button:hover {
  opacity: 0.8;
}
.cykl ul li {
  margin-top: 5px;
}
section .wide_bg {
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
section .wide_bg ul {
  padding-left: 0;
  overflow: hidden;
  cursor: default;
}
section .wide_bg ul li {
  display: inline-block;
  color: #000;
  margin: 0;
  font-size: 15px;
  padding-left: 12px;
  margin-right: 5px;
}
section .wide_bg ul li:hover {
  opacity: 0.8;
}
section .wide_bg ul li .fa-square {
  margin-left: -7px;
  font-size: 5px;
  display: block;
  float: left;
  margin-top: 8px;
}
section .column_grid {
  margin-left: -2%;
  font-size: 0;
}
section .column_grid .col1_4 {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
}
section .column_grid .col1_4 .img img {
  width: 100%;
  height: auto;
}
section .main_col .box.cykl {
  margin-top: 0;
}
.top_subtitle h1 {
  padding-left: 70px;
}
:-moz-placeholder {
  color: #aaa;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1 !important;
}
section .column_grid .col1_4 .txt {
  text-align: center;
  margin: 10px 0;
  font-family: "exo_2semi_bold_condensed";
  color: #000;
  font-size: 20px;
  line-height: 120%;
  height: 45px;
}
section .column_grid .col1_4:hover {
  opacity: 0.8;
}
.year_list a {
  display: block;
  background-color: #bbb;
  color: #fff;
  padding: 8px 0;
  font-size: 19px;
  border-radius: 3px;
  margin-right: 5px;
  width: 65px;
  margin-bottom: 5px;
  text-align: center;
  float: left;
}
.year_list {
  margin-bottom: 20px;
}
.year_list a:hover {
  color: #fff;
  background-color: #eabf44;
}
.year_list span.active {
  display: block;
  background-color: #444444;
  color: #fff;
  padding: 8px 0;
  font-size: 19px;
  border-radius: 3px;
  cursor: default;
  margin-right: 5px;
  width: 65px;
  margin-bottom: 5px;
  text-align: center;
  float: left;
}
section .column_grid.border_b:last-child {
  border: none;
}
.btn a {
  display: inline-block;
  border: 1px solid #bbb;
  color: #bbb;
  text-align: center;
  padding: 5px 20px;
  font-size: 23px;
  border-radius: 3px;
  margin-left: 15px;
  background-color: #fff;
}
.btn a:hover {
  border: 1px solid #eabf44;
  background-color: #eabf44;
  color: #fff;
}
.btn {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.btn a i.fa {
  margin-left: -10px;
  padding-right: 15px;
}
.year_list.spis_abc {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
.year_list.spis_abc a {
  width: 45px;
  padding: 10px 0;
  text-align: center;
  margin-right: 10px;
}
.year_list.spis_abc span {
  width: 45px;
  padding: 10px 0;
  text-align: center;
  margin-right: 10px;
  margin-top: 20px;
}
.year_list.spis_abc p {
  margin-left: 0;
}
.year_list.spis_abc a.numbers {
  width: 100px;
}
.cols.abc ul {
  padding-left: 0;
  margin-top: 0;
}
.cols.abc ul li {
  color: #aaaaaa;
  margin: 0 0 0 20px;
  font-size: 18px;
  font-family: "exo_2regular_condensed";
}
.cols.abc ul li a:hover {
  text-decoration: underline;
}
.cols.abc p {
  margin-left: 3.33%;
  font-family: "exo_2semi_bold_condensed";
  color: #000;
  font-size: 45px;
  line-height: 120%;
  padding-bottom: 20px;
}
.wrapper .more a {
  background-color: #ebbf44;
  border: 1px solid #ebbf44;
  text-align: center;
  color: #fff;
  display: block;
  padding: 8px 20px;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  width: 300px;
}
.wrapper .more span {
  background-color: #ebbf44;
  border: 1px solid #ebbf44;
  text-align: center;
  color: #fff;
  display: block;
  padding: 8px 20px;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  cursor: pointer;
}
.wrapper .more a .fa-arrow-right {
  float: left;
}
.wrapper .more span .fa-arrow-right {
  float: left;
}
.wrapper .more a:hover {
  background-color: #444;
  border: 1px solid #444;
  color: #fff;
  text-decoration: none;
}
.abc_row {
  font-family: "exo_2semi_bold_condensed";
  color: #000;
  font-size: 45px;
  line-height: 120%;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.abc_content .abc_row:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
/**/
section .newsletter p {
  font-size: 19px;
  color: #444;
  line-height: 130%;
  margin: 0 0 20px 0;
}
section .newsletter .cols .col2_3 {
  float: left;
}
.newsletter form .cols {
  padding-bottom: 20px;
  padding-top: 10px;
}
.newsletter button[type="submit"] {
  font-size: 22px;
  color: #fff;
  background-color: #444;
  line-height: 120%;
  font-family: "exo_2regular_condensed";
  border: 1px solid #444;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  height: 50px;
}
.newsletter button[type="submit"]:hover {
  background-color: #eabf44;
  border: 1px solid #eabf44;
}
.newsletter input[type="text"] {
  border: 1px solid #ccc;
  padding: 0 10px;
  width: 100%;
  color: #444;
  font-size: 18px;
  line-height: 120%;
  height: 50px;
  font-family: "exo_2regular_condensed";
}
.newsletter select {
  border: 1px solid #ccc;
  padding: 0 10px;
  width: 100%;
  color: #444;
  font-size: 18px;
  line-height: 120%;
  height: 50px;
  font-family: "exo_2regular_condensed";
}
.newsletter .newsletter_check p {
  font-family: "exo_2regular_condensed";
  font-size: 12px;
  line-height: 150%;
  display: inline;
}
.newsletter .newsletter_check input[type="checkbox"] {
  vertical-align: middle;
}
.newsletter form input.error {
  border: 1px solid #e03e20;
}
.newsletter .newsletter_check span {
  color: #e03e20;
  font-size: 18px;
  font-family: "exo_2regular_condensed";
}
.newsletter .off {
  display: none;
}
.newsletter .on {
  display: block;
  color: #e03e20;
  font-size: 18px;
  font-family: "exo_2regular_condensed";
}
.newsletter form p.error {
  border: none;
}
.newsletter .download_btn {
  width: 66%;
  padding-top: 15px;
}
.newsletter .download_btn a {
  display: block;
  background-color: #444;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  font-size: 20px;
  padding: 12px 15px;
}
.newsletter .download_btn a:hover {
  background-color: #eabf44;
}
.newsletter .download_btn a i.fa-arrow-down {
  float: left;
  font-size: 25px;
}
/**/
section .redakcja .img {
  width: 165px;
  margin-right: 15px;
}
section .redakcja .left img {
  border-radius: 200px;
  width: 155px;
}
section .redakcja {
  padding-top: 20px;
}
section .redakcja .redakcja_box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section .redakcja .redakcja_box .info {
  margin-top: 10px;
}
section .redakcja .redakcja_box a:hover {
  text-decoration: underline;
}
section .redakcja .redakcja_box .name {
  display: block;
  font-size: 20px;
  font-family: "exo_2semi_bold_condensed";
  line-height: 120%;
  padding-bottom: 10px;
}
section .redakcja .redakcja_box p {
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  line-height: 120%;
  margin: 0;
  color: #444;
  padding-bottom: 10px;
}
section .redakcja .redakcja_box p a {
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  line-height: 120%;
  color: #444;
  text-decoration: none;
  display: inline;
}
section .redakcja .redakcja_box p a:hover {
  text-decoration: underline;
}
section .redakcja .redakcja_box p.red {
  color: #e3452a;
}
section .redakcja .redakcja_box p.bold {
  font-family: "exo_2semi_bold_condensed";
}
section .redakcja .warning {
  padding-bottom: 40px;
}
section .redakcja .warning p {
  font-family: "exo_2regular_condensed";
  font-size: 12px;
  line-height: 140%;
  margin: 0;
  padding: 0;
}
section .redakcja .warning p a {
  color: #444;
  font-family: "exo_2semi_bold_condensed";
  text-decoration: underline;
}
.newsletter .square {
  padding-bottom: 20px;
  padding-left: 20px;
}
.newsletter .square li {
  margin: 0 20px;
}
/**/
/*hack for ff only*/
@-moz-document url-prefix() {
  .main_col .big_letter p:first-child::first-letter {
    font-size: 65px;
    float: left;
    line-height: 100%;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "exo_2semi_bold_condensed";
  }
}
.big_letter > p:first-child::first-letter {
  font-size: 65px;
  float: left;
  line-height: 100%;
  margin-right: 5px;
  margin-bottom: -2px;
  margin-top: -5px;
  font-family: "exo_2semi_bold_condensed";
}
.newsletter form p {
  margin-bottom: 0;
}
.newsletter button[type="submit"].red_btn {
  padding-left: 5px;
}
.newsletter button[type="submit"] i.fa {
  float: left;
  margin-left: 10px;
}
/**/
.simple_txt p {
  margin: 0 0 20px 0;
}
section .sub_title {
  font-size: 25px;
  line-height: 120%;
  font-family: "exo_2semi_bold_condensed";
  color: #444;
  display: block;
  margin-bottom: 30px;
}
section .main_col .col2_3 textarea {
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
  color: #444;
  font-size: 18px;
  line-height: 120%;
  font-family: "exo_2regular_condensed";
}
/*predix*/

/*
.top_bar.new_top .left .mini_logo {
	display: block;
	margin-left: 0;
}
*/
.top_bar.new_top .left .buttons {
  display: block;
}
.top_bar.new_top .right i.fa-book {
  font-size: 14px;
}
.top_bar.new_top li a,
.top_bar.new_bars li > span {
  padding: 14px 8px;
}
.breadcrumbs.new_breadcrumbs {
  margin: 45px 10px 0 10px;
  padding-top: 20px;
}
.footer.new_footer {
  background-color: #fff;
  color: #999;
}
.footer.new_footer .col1_4 {
  width: 25%;
  margin-top: 10px;
}
.footer.new_footer .copy .ta img {
  height: 25px;
  margin-left: 0;
}
.footer.new_footer .copy .col1_4.ta {
  margin-top: 0;
}
.footer.new_footer .copy .tc {
  text-align: center;
}
.footer.new_footer .copy .tr {
  text-align: right;
}
.footer.new_footer .copy {
  border-top: 1px solid #ddd;
}
.new_footer_links ul li:first-child {
  margin-left: 0;
}
.new_footer_links ul li {
  float: left;
  margin-left: 30px;
}
.new_footer_links ul li:last-child {
  float: right;
}
.new_footer_links {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  padding-bottom: 5px;
}
.new_footer_links ul {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.new_footer_links ul li a {
  font-size: 16px;
  color: #444;
}
.new_footer_links ul li a:hover {
  opacity: 0.8;
}
.new_footer_links ul li a span {
  margin-left: 5px;
}
.footer.new_footer .law {
  margin-top: 40px;
}
.new_wrapper .title.main {
  margin-bottom: 30px;
  margin-top: 15px;
}
.search.result .input {
  margin-top: 20px;
}
.new_wrapper .black {
  color: #000;
}
.bold {
  font-family: "exo_2semi_bold_condensed";
}
.new_wrapper p {
  margin-left: 0;
}
.new_wrapper p a {
  text-decoration: none;
  color: #444;
}
.new_wrapper p a:hover {
  text-decoration: underline;
}
.box_bottom {
  margin-bottom: 40px;
  position: relative;
}
.new_wrapper .left img {
  width: 100%;
}
.new_wrapper .left.img {
  width: 260px;
  margin-right: 20px;
}
.new_wrapper .left.info i.fa {
  margin-right: 10px;
}
.new_wrapper .left.info i.fa-clock-o {
  color: #eac047;
}
.new_wrapper .left.info i.fa-shopping-cart {
  color: #e03e20;
}
.box_bottom ul.check {
  padding-left: 15px;
}
.box_bottom ul.check li {
  background-image: url("../images/icons/check.png");
  background-repeat: no-repeat;
  padding-left: 35px;
  margin: 5px 0 0 0;
}
.new_wrapper .box_bottom ul.square li,
.new_wrapper .box_bottom ul.decimal li {
  margin: 5px 0 0 20px;
}
.new_wrapper .box_bottom ul a {
  color: #eabf44;
  text-decoration: underline;
  font-family: "exo_2semi_bold_condensed";
}
.new_wrapper .box_bottom ul a:hover {
  color: #444;
}
.new_wrapper .box_bottom p i.fa-info-circle {
  color: #ebbf44;
  font-size: 33px;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
}
.box_bottom.kontakt p {
  margin-top: 0;
}
/**/
.new_wrapper .box_bottom p i.fa-truck {
  color: #ccc;
}
.new_wrapper .box_bottom .col2_3 {
  float: left;
}
.left.btn {
  text-align: left;
}
.left.btn a:first-child {
  margin-left: 0;
}
.left.btn a {
  margin-left: 15px;
  width: 250px;
  padding: 5px 0;
}
/**/
.new_wrapper .login {
  width: 558px;
  border: 3px solid #dddddd;
  margin: 60px auto;
  padding: 15px;
  box-sizing: border-box;
}
.new_wrapper .login .login_row {
  margin-bottom: 15px;
}
.new_wrapper .login .login_row p {
  color: #000;
  font-size: 18px;
  margin-right: 0;
  margin-top: 9px;
}
.login_row input[type="text"] {
  border: 1px solid #ccc;
  height: 50px;
  width: 415px;
  padding: 0 10px;
  color: #444;
  font-size: 18px;
}
.new_wrapper .login .login_row.right {
  width: 415px;
}
.new_wrapper .login .login_row input[type="checkbox"] {
  vertical-align: bottom;
  margin-right: 5px;
}
.login span {
  font-size: 14px;
  color: #444;
}
.new_wrapper .login .login_row .right a {
  font-size: 15px;
  color: #444;
}
.new_wrapper .login .login_row .right a:hover {
  text-decoration: underline;
}
.new_wrapper .login .login_row .right a i.fa {
  margin-right: 5px;
}
.new_wrapper .login .login_row .pass {
  margin-top: 8px;
}
.new_wrapper .login .login_row .pass a {
  font-size: 20px;
  text-decoration: underline;
  color: #444;
  font-family: "exo_2regular_condensed";
}
.new_wrapper .login .login_row .pass a:hover {
  text-decoration: none;
}
.new_wrapper .login .login_row button[type="submit"] {
  font-size: 22px;
  color: #fff;
  background-color: #ebc34f;
  line-height: 120%;
  font-family: "exo_2regular_condensed";
  border: 1px solid #ebc34f;
  border-radius: 3px 3px 3px 3px;
  width: 210px;
  height: 40px;
}
.new_wrapper .login .login_row button[type="submit"]:hover {
  background-color: #444;
  border: 1px solid #444;
}
.new_wrapper .login .login_row button i.fa {
  float: left;
  margin-left: 10px;
}
.new_wrapper .login .login_row.right p {
  font-size: 15px;
  color: #444;
}
.new_wrapper .login .login_row.right p a {
  font-size: 15px;
  color: #e3452a;
  font-family: "exo_2regular_condensed";
}
/**/
.top_bar.new_top .left img {
  margin-left: 0;
}
.help p a {
  color: #eabf44;
  text-decoration: underline;
}
.help p a:hover {
  color: #444;
  text-decoration: none;
}
.sidebar .new_kontakt {
  padding: 10px 15px;
}
.gradient {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 65%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dddddd),
    color-stop(65%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 65%);
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 65%);
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 65%);
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}
.new_kontakt .more a {
  width: 230px;
  text-align: center;
}
.new_kontakt span {
  font-size: 23px;
  color: #444;
  line-height: 120%;
}
.new_kontakt p {
  font-size: 23px;
  font-family: "exo_2semi_bold_condensed";
  margin-bottom: 20px;
}
.new_kontakt p a {
  color: #444;
  text-decoration: none;
}
.new_kontakt a {
  font-family: "exo_2semi_bold_condensed";
  font-size: 20px;
  color: #444;
}
.new_kontakt a:hover {
  text-decoration: underline;
  color: #444;
}
/**/
.box_bottom .faq_row {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  padding: 20px 0;
}
.box_bottom .faq_row:hover .faq_info {
  opacity: 0.8;
}
.faq_row .number {
  border: 1px solid #ddd;
  border-radius: 50px;
  width: 53px;
  padding: 10px 0;
  font-size: 25px;
  text-align: center;
  font-family: "exo_2regular_condensed";
  color: #ddd;
  margin-right: 15px;
  margin-left: 5px;
}
.faq_row .faq_info {
  font-family: "exo_2semi_bold_condensed";
  font-size: 20px;
  line-height: 120%;
  max-width: 607px;
  color: #444;
}
.faq_row .faq_info p {
  font-family: "exo_2regular_condensed";
}
.hide {
  display: none;
}
.show {
  display: block;
}
.faq_row.gradient {
  border-top: none;
}
.faq_row.gradient .number {
  border: 1px solid #e3452a;
  color: #e3452a;
}
.faq_row.gradient .faq_info {
  color: #e3452a;
}
/**/
.new_kontakt .login_row label {
  font-size: 18px;
  color: #000;
  padding-top: 10px;
  width: 210px;
  display: inline-block;
  float: left;
}
.new_kontakt textarea {
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 470px;
  color: #444;
  font-size: 18px;
  line-height: 120%;
  font-family: "exo_2regular_condensed";
}
.new_kontakt .login_row {
  padding-bottom: 20px;
}
.new_kontakt .login_row input[type="text"] {
  width: 470px;
}
.new_kontakt .login_row.newsletter button[type="submit"] {
  width: 280px;
  background-color: #eabf44;
  border: 1px solid #eabf44;
}
.new_kontakt .login_row.newsletter {
  text-align: right;
}
.new_kontakt .login_row.newsletter button[type="submit"]:hover {
  border: 1px solid #444;
  background-color: #444;
}
.settings p {
  font-size: 30px;
  color: #000;
  line-height: 130%;
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-bottom: 10px;
}
.settings p span {
  color: #eabf44;
  font-size: 30px;
  width: auto;
}
.settings p i.fa {
  margin-right: 10px;
}
.settings .more {
  display: inline-block;
}
.settings .more a {
  margin-top: 0;
}
.settings .newsletter input {
  width: 470px;
}
.settings span {
  font-size: 20px;
  color: #000;
  width: 157px;
  display: inline-block;
}
.new_wrapper .cols.edit_row {
  margin-bottom: 20px;
}
.settings .cols.edit_row .col2_3 {
  border-bottom: 1px solid #ccc;
  min-height: 40px;
  padding-bottom: 20px;
}
.settings input::-webkit-input-placeholder {
  color: #e3452a;
  opacity: 1 !important;
}

.settings input:-moz-placeholder {
  /* Firefox 18- */
  color: #e3452a;
  opacity: 1 !important;
}
.settings .for_edit {
  color: #e3452a;
  padding-left: 10px;
}
.settings input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3452a;
  opacity: 1 !important;
}

.settings input:-ms-input-placeholder {
  color: #e3452a;
  opacity: 1 !important;
}
.new_wrapper .box_border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.promo label {
  font-size: 20px;
  color: #000;
  width: 170px;
  display: inline-block;
}
.promo .newsletter input[type="text"] {
  width: 470px;
}
.promo .newsletter select {
  width: 470px;
}
.promo .cols .col1_3 p {
  font-size: 14px;
  line-height: 120%;
  color: #999;
  margin-top: 15px;
}
.promo .cols .col2_3 button {
  width: 280px;
  float: right;
  background-color: #ebbf44;
  border: 1px solid #ebbf44;
  margin-right: 11px;
}
.new_wrapper i.fa-asterisk {
  color: #e3452a;
  font-size: 8px;
  vertical-align: top;
}
.wrapper .more.grey span {
  background-color: #444;
  border: 1px solid #444;
}
.wrapper .more.grey span:hover {
  background-color: #ebbf44;
  border: 1px solid #ebbf44;
}
.wrapper .newsletter.show {
  margin-top: 15px;
}
.promo .cols {
  margin-bottom: 20px;
}

.checkbox span {
  font-size: 14px;
  line-height: 150%;
  color: #444;
}
.promo .checkbox span a {
  color: #eabf44;
  text-decoration: underline;
}
.checkbox span.show {
  display: inline;
}
.promo .more_txt {
  color: #ebbf44;
  text-decoration: underline;
  cursor: pointer;
}
/**/

.newsletter.kod button[type="submit"] {
  width: 300px;
  height: 50px;
  margin-right: 20px;
}
.newsletter.kod input[type="text"] {
  width: 310px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #ccc;
}
.form_order label {
  font-size: 20px;
  color: #000;
  width: 170px;
  display: inline-block;
}
.form_order span.value {
  font-size: 17px;
  color: #999;
  vertical-align: top;
}
.form_order .kod span.value {
  vertical-align: baseline;
}
.form_order span.value_red {
  font-size: 34px;
  color: #df3e1f;
}
.box_bottom .right_abs {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.right_abs button {
  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  background-color: transparent;
  font-size: 30px;
  color: #ccc;
  padding: 8px 13px;
}
.right_abs button:hover {
  opacity: 0.8;
}
.form_order form .box_bottom {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.promo .cols .col2_3 button:hover {
  background-color: #444;
  border: 1px solid #444;
}
.checkbox_bottom {
  margin-bottom: 20px;
}
.form_order .col2_3.kod.newsletter button[type="submit"] {
  margin-right: 11px;
  width: 280px;
  height: 50px;
  background-color: #df3e1f;
  border: 1px solid #df3e1f;
}
.form_order .box_bottom.promo img {
  margin-right: 15px;
  width: 30px;
  margin-top: -10px;
}
.newsletter .one_row input[type="text"].first {
  width: 150px;
}
.newsletter .one_row input[type="text"].third {
  width: 204px;
}
.newsletter .one_row span {
  width: auto;
  margin-right: 10px;
  margin-left: 8px;
  font-size: 20px;
  color: #000;
}
.settings .firm span {
  vertical-align: text-top;
  display: inline-block;
}
.settings .firm span.data {
  width: auto;
}
.form_order .col2_3.kod.newsletter button[type="submit"]:hover {
  background-color: #d6472f;
  border: 1px solid #d6472f;
}
.settings .col1_3 button[type="submit"]:hover {
  opacity: 0.8;
}
.settings .edit_row .col2_3 button[type="submit"] {
  margin-top: 25px;
}
.settings .col2_3 button[type="submit"] {
  border: 1px solid #999999;
  text-align: center;
  color: #999999;
  display: block;
  padding: 5px 20px 5px 15px;
  font-size: 15px;
  font-family: "exo_2light_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 140px;
}
.settings .col2_3 button[type="submit"]:hover {
  opacity: 0.8;
}
.settings .col1_3 button[type="submit"] {
  margin-top: 0;
}
.settings .col1_3 button i.fa,
.settings .col2_3 button i.fa {
  float: left;
}
section .new_wrapper .size {
  font-size: 20px;
}
.new_wrapper .left.info p {
  margin-top: 0;
}
.form_order .newsletter.kod {
  margin-bottom: 5px;
}
.margin_top {
  margin-top: 30px;
}
article input[type="text"]:focus {
  border: 1px solid #eabf44;
}
.newsletter.kod input[type="text"]:focus {
  border: 1px solid #eabf44;
}
section .main_col .col2_3 textarea:focus {
  border: 1px solid #eabf44;
}
.new_kontakt textarea:focus {
  border: 1px solid #eabf44;
}
article select:focus {
  border: 1px solid #eabf44;
}
.wrapper .info_red {
  font-size: 24px;
  color: #d6472f;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.rodobelka .info_red {
  display: inline-block !important;
  color: red !important;
}
/**/
.landing_top {
  margin-top: 45px;
  padding-top: 50px;
  padding-bottom: 15px;
  margin-bottom: 125px;
  background-color: #eabf44;
}
.box_bottom .landing_top .wrapper {
  position: relative;
}
.landing_title {
  font-size: 45px;
  color: #000;
  line-height: 120%;
  font-family: "exo_2regular_condensed";
  text-align: center;
}
.landing_top .list {
  color: #fff;
  font-size: 19px;
}
.landing_top ul.check {
  padding-left: 40px;
}
.landing_top ul.check li {
  color: #000;
}
.landing_top .img {
  position: absolute;
  bottom: -110px;
  left: -10px;
}
.landing_top .img img {
  width: 100%;
}
.landing_top .list {
  width: 475px;
  float: right;
}
.box_bottom .landing_middle {
  background-color: #f8f8f8;
  padding: 20px 0;
}
.title_center {
  text-align: center;
  font-size: 35px;
  color: #000;
  font-family: "exo_2semi_bold_condensed";
  margin-bottom: 30px;
}
.circle_frame {
  border: 2px solid #dddddd;
  border-radius: 200px;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}
.circle_frame img {
  width: 100%;
}
.column_grid .col1_4 p {
  text-align: center;
  color: #e3452a;
  font-family: "exo_2semi_bold_condensed";
  line-height: 120%;
  margin: 0;
  font-size: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.column_grid .col1_4 span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #868686;
  line-height: 120%;
}
.form_order .promo .col1_3 span.value {
  vertical-align: baseline;
}
.box_bottom .landing_option {
  width: 740px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.box_bottom .landing_option .left:first-child {
  border: none;
}
.box_bottom .landing_option .left {
  width: 370px;
  text-align: center;
  padding: 20px;
  border-left: 1px solid #dddddd;
}
.landing_option .img {
  height: 197px;
  margin-top: 20px;
}
.landing_option a {
  display: block;
}
.landing_option a:hover {
  opacity: 0.8;
}
.landing_option p {
  color: #000;
  font-size: 26px;
  padding-bottom: 20px;
  font-family: "exo_2semi_bold_condensed";
  line-height: 130%;
}
.landing_option span {
  color: #000;
  font-size: 18px;
  font-family: "exo_2semi_bold_condensed";
}
section .landing_middle .column_grid .col1_4:hover {
  opacity: 1;
}
.div_border {
  width: 60%;
  height: 1px;
  background-color: #ddd;
  margin: 40px auto;
}
.big_button {
  width: 600px;
  margin: 0 auto;
}
.big_button .button {
  margin-top: 40px;
}
.big_button .button a i.fa {
  float: left;
  margin-left: 30px;
}
.big_button .button a:hover {
  background-color: #d6472f;
}
.big_button .button a {
  background-color: #e3452a;
  color: #fff;
  border-bottom: 4px solid #7d2111;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 45px;
  font-family: "exo_2semi_bold_condensed";
  width: 100%;
  display: block;
}
.landing_bottom p {
  margin-left: 0;
}
.landing_bottom p a {
  color: #ebbf44;
}
.apps {
  position: absolute;
  bottom: -75px;
  right: 10px;
}
.apps a {
  display: inline-block;
}
.settings.box_bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.pakiety.wrapper {
  max-width: 850px;
}
.pakiety .item {
  border: 1px solid #bbb;
  background-color: #f8f8f8;
  padding: 10px 20px;
  min-height: 615px;
}
.pakiety .item .top {
  text-align: center;
  margin-bottom: 10px;
}
.pakiety p {
  margin: 0;
  text-align: center;
  font-family: "exo_2semi_bold_condensed";
}
.pakiety .top p {
  font-size: 23px;
  color: #000;
  line-height: 120%;
}
.pakiety .top span {
  font-family: "exo_2semi_bold_condensed";
  font-size: 50px;
  line-height: 120%;
  color: #e3452a;
}
.pakiety .top span.line {
  text-decoration: line-through;
  color: #444;
  font-size: 20px;
  line-height: 120%;
  font-family: "exo_2semi_bold_condensed";
  vertical-align: super;
  padding-right: 8px;
}
.pakiety .middle {
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pakiety .middle p {
  font-family: "exo_2semi_bold_condensed";
  font-size: 25px;
  color: #000;
  text-align: left;
  float: left;
  line-height: 120%;
}
.pakiety .middle span {
  text-align: right;
  display: block;
  color: #444;
  font-size: 15px;
  font-family: "exo_2regular_condensed";
  float: right;
  padding-top: 6px;
}
.pakiety ul.check {
  padding-left: 0;
  margin-bottom: 15px;
}

.pakiety .list li {
  font-size: 16px;
  color: #444;
  background-size: 19px;
  padding-left: 30px;
  margin-top: 10px;
}
.pakiety .bottom {
  padding: 0 20px;
}
.pakiety .bottom p {
  font-size: 16px;
  color: #444;
  font-family: "exo_2regular_condensed";
  text-align: left;
  margin-bottom: 20px;
}
.pakiety .bottom p i.fa {
  margin-right: 17px;
  font-size: 22px;
}
.pakiety .big_button {
  width: 100%;
}
.pakiety .big_button .button {
  margin-top: 0;
  margin-bottom: 20px;
}
.pakiety .big_button .button a {
  font-size: 22px;
}
.pakiety .guest {
  text-align: center;
  width: 100%;
  background-image: url("../images/icons/ecard.png");
  background-repeat: no-repeat;
  background-position: top left;
  height: 53px;
}
.pakiety .guest span {
  line-height: 53px;
  font-size: 17px;
  color: #d3d3d3;
}
.pakiety .txt p {
  text-align: left;
  margin-top: 30px;
  font-family: "exo_2regular_condensed";
}
.landing_txt {
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.landing_txt p {
  font-size: 24px;
  line-height: 120%;
  margin-left: 0;
}
.landing_txt p span {
  color: #ebbf44;
  font-family: "exo_2semi_bold_condensed";
}
.landing_row p {
  margin: 0;
}
.landing_row .right {
  text-align: right;
}
.landing_row .right p span {
  color: #e3452a;
  font-size: 45px;
  font-family: "exo_2semi_bold_condensed";
}
section .red {
  color: #e3452a;
}
section .column_grid .col1_4 .buttons .button.buy {
  background-color: #444;
  border: 1px solid #444;
  margin-bottom: 10px;
}
.landing_row .col2_3 .left {
  width: 395px;
}
.landing_row .col2_3 .left p {
  font-size: 45px;
  color: black;
  font-family: "exo_2semi_bold_condensed";
  line-height: 120%;
}
.landing_row .col2_3 .left span {
  font-size: 18px;
  color: #000;
  line-height: 155%;
  font-family: "exo_2semi_bold_condensed";
}
.landing_row .col2_3 .right p {
  font-size: 20px;
  color: #444;
  font-family: "exo_2semi_bold_condensed";
  line-height: 120%;
  text-align: left;
}
.landing_row .col2_3 .right .more a {
  width: 230px;
  border-bottom: 3px solid #d2a417;
}
.landing_row .col2_3 .right .more a:hover {
  border-bottom: 3px solid #444;
}
.landing_row .col1_3 img {
  width: auto;
}
.item.bestseller {
  background-image: url("../images/icons/bestseller.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.csr {
  position: absolute;
  bottom: 0;
}
.trzy_pakiety.pakiety.wrapper {
  max-width: 950px;
}
.trzy_pakiety .item {
  max-width: 33.33%;
  float: left;
  width: 28%\9; /*ie 8 only*/
}
.trzy_pakiety .item.zindex {
  z-index: 1;
  position: relative;
}
.trzy_pakiety .abs.item {
  box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 2px 15px 5px rgba(0, 0, 0, 0.7);
  padding: 20px;
  z-index: 10;
  margin-top: -10px;
  position: relative;
}
.pakiety.trzy_pakiety .guest {
  text-align: right;
}
.pakiety .item label {
  line-height: 120%;
  font-size: 16px;
  color: #666;
}
.pakiety .item select {
  color: #666666;
  font-size: 18px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "exo_2regular_condensed";
  width: 100%;
  margin-bottom: 15px;
}
.landing_title p {
  width: 600px;
  float: left;
  text-align: left;
  margin-left: 0;
}
.pakiety .top .for_month {
  font-size: 18px;
  font-family: "exo_2semi_bold_condensed";
  color: #e3452a;
}
.gift {
  width: 718px;
  text-align: left;
  float: right;
  padding: 0 10px;
}
.gift p {
  margin: 0;
}
.landing_txt .landing_title {
  text-align: center;
  margin-left: 0;
}
/**/
.right .social {
  float: right;
}
.right .social div {
  float: left;
}
.right .social .gplus {
  width: 70px;
}
.right .social .fb {
  margin-right: 10px;
}
.right .social .twitter {
  margin-right: 10px;
}
.wrapper .top_info .right {
  margin-top: 10px;
  font-size: 0;
}
.top_info .inf > span {
  cursor: pointer;
}
/*for print*/
@media print {
  .wrapper_top {
    margin-top: 0;
  }
  .box.vid {
    display: none;
  }
}
/*/for print*/
.wrapper .komentarze {
  margin-top: 20px;
}
.wrapper .komentarze #disqus_thread {
  padding-top: 10px;
}
article .box.expert .cols:first-child {
  margin-top: 0;
}
article .unity .cols:first-child {
  margin-top: 0;
}
article .unity .cols {
  margin-top: 30px;
}
article .box.gal.unity p.title {
  margin-top: 20px;
  font-size: 23px;
}
article .box.gal.unity p.title:first-child {
  margin-top: 0;
}
.spis_abc.tags {
  cursor: default;
}
.night article .active {
  color: #eac047;
}
.sld_content .buttons span.buy.js_no_auth {
  background-color: #e3452a;
  border: 1px solid #e3452a;
}
.sld_content .buttons span.buy.js_auth {
  background-color: #444;
  border: 1px solid #444;
}
.sld_content .buttons span.buy.button_sld_specjalne {
  background-color: #444;
  border: 1px solid #444;
}
.sld_content .buttons span.buy:hover {
  background-color: #eabf44;
  border: 1px solid #eabf44;
}
.sld_content .buttons span.buy.js_no_auth:hover {
  background-color: #d6472f;
  border: 1px solid #d6472f;
}
section .buttons a.see {
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
}
section .buttons a.see:hover {
  background: #eabf44;
  border: 1px solid #eabf44;
  color: #fff;
}
.hero.js_no_auth.plus {
  margin: 30px 0;
}
/**/
.left_img.poradniki {
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #34495e;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
.left_img.poradniki img {
  max-height: 150px;
  max-width: 150px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.extra_font .art_box .title {
  font-size: 22px;
}
.info .tags a {
  color: #bbb;
  font-size: 13px;
  line-height: 120%;
}
.info .tags {
  color: #bbb;
  font-size: 13px;
  line-height: 120%;
}
/**/
.newsletter input.error::-webkit-input-placeholder {
  color: #e3452a;
  opacity: 1 !important;
}

.newsletter input.error:-moz-placeholder {
  /* Firefox 18- */
  color: #e3452a;
  opacity: 1 !important;
}
.newsletter input.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3452a;
  opacity: 1 !important;
}

.newsletter input.error:-ms-input-placeholder {
  color: #e3452a;
  opacity: 1 !important;
}
section .column_grid .col1_4 .buttons .button.buy:hover {
  background-color: #eabf44;
  cursor: pointer;
  border: 1px solid #eabf44;
}
section .column_grid .col1_4:hover .buttons .button.buy {
  opacity: 1;
}
.newsletter .download_btn a i.fa-arrow-right {
  float: left;
}
article .main_col.newsletter.row .top_info {
  border: none;
  padding-top: 0;
}
article .newsletter .top_info {
  border: none;
  padding-top: 0;
}
.buttons span.buy:hover {
  cursor: pointer;
}
.newsletter.rabat input[type="text"] {
  width: 175px;
}
.newsletter.row ul,
.newsletter.row ol {
  padding-bottom: 20px;
}
/**/
article .expert .txt h3 {
  margin-left: 0;
}
section .main_col .col2_3 textarea.error {
  border: 1px solid #e03e20;
}
.newsletter textarea.error::-webkit-input-placeholder {
  color: #e3452a;
  opacity: 1 !important;
}

.newsletter textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #e3452a;
  opacity: 1 !important;
}
.newsletter textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3452a;
  opacity: 1 !important;
}

.newsletter textarea.error:-ms-input-placeholder {
  color: #e3452a;
  opacity: 1 !important;
}
article .opis ul li,
article .opis ol li {
  color: #666;
  font-size: 14px;
  margin-top: 0;
}
article .opis ul,
article .opis ol {
  padding-left: 20px;
  margin-top: 0;
}
article .sidebar .box.tematy:first-child {
  padding-top: 20px;
}
.ui-autocomplete-category {
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin-right: 0.2em;
  margin-top: 0.8em;
  margin-bottom: 0;
  line-height: 120%;
}
article .expert.unity {
  margin-bottom: 30px;
}
article .box.salmon.unity {
  margin-bottom: 30px;
}
sup,
sub {
  line-height: 0;
}
article figure .bottom span:empty,
article .box .gal_row .img a .bottom span:empty {
  padding: 0;
}
article .box .gal_row .left.img {
  margin-bottom: 15px;
}
.liked.row {
  float: right;
  margin-top: 0;
  position: relative;
  top: 10px;
}
article figure figcaption ul li,
article figure figcaption ol li {
  position: relative;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
article figure figcaption ul,
article figure figcaption ol {
  margin-top: 0;
  padding-left: 30px;
}
.overlay_gallery {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  position: fixed;
  display: none;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.3s;
  -webkit-transition: all;
  -webkit-transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  transition: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
}
.svg {
  padding: 20px;
  background-color: #34495e;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
}
.svg:hover {
  opacity: 0.8;
}
.svg img:hover {
  opacity: 1;
}
.search .input input:focus {
  outline: none;
  border: none;
}
.main_col .newsletter h1 {
  padding-bottom: 10px;
}
.box_item .left_img.svg img {
  width: 150px;
}
.search .advanced span.error {
  color: #e3452a !important;
  margin-top: 0;
  margin-bottom: 5px;
}
.twitter {
  vertical-align: middle;
}
.fb {
  vertical-align: middle;
  margin: 0 5px;
}
.gplus {
  width: 65px;
  vertical-align: middle;
}
.main_col .newsletter.row {
  margin-top: 0;
}

span.highlight {
  color: red;
}
.ostatnie {
  width: 170px;
}
.ostatnie img {
  width: 100%;
}
.ostatnie p {
  color: #858585;
  font-size: 12px;
  line-height: 120%;
  font-family: "OpenSansRegular";
}
.main_col.newsletter iframe {
  width: 100% !important;
  box-sizing: border-box;
}
article .gal.gray ul,
article .gal.gray ol,
article .main_col ul,
article .main_col ol,
article .gal.salmon ul,
article .gal.salmon ol {
  margin-top: 5px;
}
.popular a span:hover {
  background-color: #444;
  border: 1px solid #444;
}
.popular a span {
  background-color: #149acd;
  border: 1px solid #149acd;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 20px;
  font-size: 20px;
  font-family: "exo_2regular_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 25px;
  width: 300px;
}
.popular a span i {
  float: left;
}
.logout-info {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  width: 255px;
  font-size: 28px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 35px;
  z-index: 999999;
  text-align: center;
  margin: 0 auto;
}
article .box.gal {
  padding: 0 20px;
}
article .box.gal .gal_row .left.img {
  margin-bottom: 8px;
}
article .box.gal.gray {
  padding: 20px;
}
article .box.gal.salmon {
  padding: 20px;
}
article .box.register {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}
article .box.register a {
  color: #eabf46;
  text-decoration: underline;
}
section.poradnik_sld + .wrapper .main_col {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.main_col .js_no_auth i.fa.fa-unlock {
  font-size: 25px !important;
  color: #008000;
  margin-right: 10px;
}
.main_col .js_no_auth span:hover a span {
  color: #444 !important;
}

/*special_promo*/
.special_promo {
  background-color: #e8bf33;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}
.special_promo .img {
  float: left;
  width: 30%;
  font-size: 0;
}
.special_promo .img img {
  width: 100%;
  cursor: pointer;
}
.special_promo .img img:hover {
  opacity: 0.8;
}
.special_promo .txt {
  float: right;
  width: 70%;
  padding-left: 30px;
}
.special_promo .txt .title {
  font-size: 35px;
  font-family: "exo_2semi_bold_condensed";
  color: #000;
  display: block;
}
.special_promo .txt .lead,
.special_promo .txt p {
  margin-top: 20px;
  font-size: 20px;
  display: block;
}
.special_promo .button {
  border: 1px solid #000;
  text-align: center;
  color: #000;
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  font-family: "exo_2semi_bold_condensed";
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  width: 300px;
  float: right;
  cursor: pointer;
}
.special_promo .button:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .special_promo .txt .title {
    font-size: 24px;
  }
  .special_promo .txt .lead,
  .special_promo .txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .special_promo .img {
    width: 100%;
    float: none;
    text-align: center;
  }
  .special_promo .img img {
    max-width: 200px;
  }
  .special_promo .txt {
    width: 100%;
    float: none;
  }
  .special_promo .txt .title {
    font-size: 24px;
  }
  .special_promo .txt .lead,
  .special_promo .txt p {
    font-size: 16px;
  }
  .special_promo .button {
    float: none;
    width: 100%;
  }
}
/*end special_promo*/

/*
ostylowanie przycisku w menu
*/
.navigation_menu .list_menu li.download_pdf {
  background-color: #0fa052;
}

/* basket */
:root {
  --mainColor: #eabf44;
}

.basket-icon__counter {
  top: 4px !important;
  right: 4px !important;
  background-color: var(--mainColor) !important;
}

.basket {
  position: relative;
}

.basketOpen .basket-icon path {
  fill: var(--mainColor);
}

.basket-icon path,
.user-icon path {
  fill: #ccc;
}

.basket .basket-icon {
  display: inline-block;
  position: relative;
  bottom: 2px;
  padding: 12px 14px;
  vertical-align: middle;
}

#basket .basket .user-icon,
.basket .user-icon {
  display: none !important;
}

.basket .basket-icon {
  margin-right: 0 !important;
}

#basket-modal {
  position: absolute;
  right: 8px;
  top: 50px;
  width: 364px;
  background-color: #fff;
  z-index: 1;
  padding: 12px 8px 48px 8px;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}

.top_bar {
  overflow: visible;
}

.modal__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 43px;
}

.modal__close {
  cursor: pointer;
  position: relative;
  width: 12px;
  height: 12px;
}

.modal__title {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}

.summary__list {
  list-style: none;
  margin-left: 0;
}

.summary__item {
  display: flex !important;
  margin-bottom: 24px;
  width: 100%;
}

.summary__product {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.summary__details {
  flex: 1;
}

.summary__quantity {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.summary__value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.summary__tax {
  font-weight: 300;
}

.top_bar li .summary span:hover {
  color: inherit;
}

.summary__total {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  border-top: 1px solid #a79c9c;
  padding-top: 8px;
}

.summary__total__sum {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}

.modal__buttons {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
}

.modal__button {
  background-color: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #4f4f4f;
  cursor: pointer;
}

.modal__button--primary {
  background-color: var(--mainColor);
  color: #fff;
  border: 1px solid var(--mainColor);
  margin-bottom: 16px;
}

.modal__close:after,
.modal__close:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 110%;
  background-color: #000;
  top: 50%;
  left: 0;
}

.modal__close:before {
  transform: rotate(45deg) translateY(-50%);
  left: -1px;
}

.modal__close:after {
  transform: rotate(-45deg) translateY(-50%);
}

/* RWD */
@media (max-width: 1000px) {
  #basket-modal {
    width: 100vw;
    top: 50px;
    right: 0px;
  }

  .summary__details {
    text-align: left;
  }

  .basketOpen .landingpage {
    position: relative;
  }

  .basketOpen .landingpage:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(224, 223, 223, 0.6);
    z-index: 10;
  }
}

@media print {
  section .cols {
    margin-left: -2.33%;
  }
  article {
    margin-left: 3.33% !important;
  }
}

/* --- Google Search Customization --- */
.google-search-wrapper {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 38px;
  margin-bottom: 5px;
}

.google-search-wrapper form.gsc-search-box {
  margin: 0 16px 0 0 !important;
}

.google-search-wrapper .gsc-control-searchbox-only {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.google-search-wrapper table.gsc-search-box {
  border: 1px solid #ccc !important;
  border-radius: 20px !important;
  background: #fff !important;
  margin: 0 !important;
  width: 100% !important;
  border-spacing: 0 !important;
  height: 34px !important;
  overflow: hidden !important;
  position: relative;
}

.google-search-wrapper .gsc-input-box {
  border: none !important;
  background: transparent !important;
  height: 100% !important;
  box-shadow: none !important;
}

.google-search-wrapper .gsc-input-box table {
  height: 100% !important;
  border: none !important;
  margin: 0 !important;
}

.google-search-wrapper .gsib_a {
  display: flex !important;
  align-items: center !important;
  height: 34px !important;
  max-height: 34px !important;
  padding: 0 0 0 10px !important;
  overflow: hidden !important;
  vertical-align: middle !important;
  background-position: right 16px center !important;
}

.google-search-wrapper input.gsc-input {
  height: 38px !important;
  line-height: 24px !important;
  font-size: 14px !important;
  color: #333 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 48px 0 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background-image: none !important;
}

.google-search-wrapper input.gsc-input:focus,
.google-search-wrapper input.gsc-input:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
  margin-top: 0 !important;
  text-decoration: none !important;
}

.google-search-wrapper .gsib_b {
  display: none !important;
}

.google-search-wrapper td.gsc-search-button {
  width: 40px !important;
  border: none !important;
  background: transparent !important;
  vertical-align: middle !important;
  position: relative;
}

.google-search-wrapper button.gsc-search-button {
  background: transparent !important;
  border: none !important;
  padding: 8px !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  outline: none;
  display: block;
}

.google-search-wrapper button.gsc-search-button svg {
  fill: #666 !important;
  width: 16px !important;
  height: 16px !important;
  display: block;
  margin: 0 auto;
}

.gsc-results-wrapper-nooverlay .gsc-search-box {
  display: none !important;
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.gsc-webResult.gsc-result {
  padding: 15px 0 !important;
  border-bottom: 1px solid #eee !important;
  background-color: transparent !important;
}

.gsc-webResult.gsc-result:hover {
  background-color: transparent !important;
}

.gs-title a.gs-title {
  font-size: 18px !important;
  text-decoration: none !important;
}

.gsc-cursor-box {
  margin-top: 20px !important;
  text-align: center !important;
}
.gsc-cursor-page {
  padding: 5px 10px !important;
  margin: 0 2px !important;
  display: inline-block !important;
}

.gsc-result-info-container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.gcs-result-info {
  font-size: 14px !important;
}

.gsc-control-cse {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 900px !important;
  width: 100% !important;
}

.gssb_c {
  left: auto !important;
  right: 5px !important;
  top: 3px !important;
  z-index: 99 !important;
}

@media (max-width: 1300px) {
  .google-search-wrapper {
    width: 240px !important;
    display: inline-block !important;
    position: relative !important;
    vertical-align: middle !important;
  }

  .gssb_c {
    top: -8px !important;
  }

  .js_hide_for_no_access span {
    display: none;
  }

  .google-search-wrapper form.gsc-search-box {
    margin: 0 8px 0 0 !important;
  }
}

@media (max-width: 1120px) {
  .google-search-wrapper {
    width: 180px !important;
  }
}

@media (max-width: 991px) {
  .google-search-wrapper {
    width: 250px !important;
  }
}

@media (max-width: 768px) {
  .google-search-wrapper {
    width: 250px !important;
    height: 38px !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    margin-left: 5px !important;
    display: inline-block !important;
    position: relative !important;
    vertical-align: middle !important;
  }

  .google-search-wrapper table.gsc-search-box {
    height: 38px !important;
    border-radius: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .google-search-wrapper .gsc-input-box,
  .google-search-wrapper .gsib_a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    height: 26px !important;
    padding: 0 0 0 5px !important;
    box-sizing: border-box !important;
  }

  .google-search-wrapper input.gsc-input {
    height: auto !important;
    font-size: 12px !important;
    padding: 0 48px 0 12px !important;
    margin: 0 !important;
    line-height: normal !important;
    display: block !important;
    flex: 1;
    box-sizing: border-box !important;
  }

  .google-search-wrapper td.gsc-search-button {
    width: 26px !important;
    height: 26px !important;
  }

  .google-search-wrapper button.gsc-search-button {
    padding: 4px !important;
  }

  .google-search-wrapper button.gsc-search-button svg {
    width: 10px !important;
    height: 10px !important;
  }

  .gcse-searchresults-only,
  .gsc-control-cse {
    margin-top: 20px !important;
    padding-top: 20px !important;
    display: block !important;
    clear: both !important;
  }

  .title.main {
    margin-bottom: 20px !important;
  }

  .gsc-above-wrapper-area {
    border: none !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 500px) {
  .top_bar li a,
  .top_bar li > span {
    padding: 14px 8px;
  }
}

@media (max-width: 460px) {
  .google-search-wrapper {
    width: 220px !important;
  }
}

@media (max-width: 426px) {
  .google-search-wrapper {
    width: 170px !important;
  }
}

@media (max-width: 380px) {
  .google-search-wrapper {
    width: 150px !important;
  }
}

/* iOS Safari workaround: Google CSE autocomplete width overflow */
@supports (-webkit-touch-callout: none) {
  @media (hover: none) and (pointer: coarse) {
    .gssb_c {
      width: auto !important;
      max-width: 100%;
    }
  }
}
