#design_preview_window {
  display: none !important;
}
body {
  padding-top: 15px;
}
.container header.commercial_banner {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 756px) {
  .container header.commercial_banner {
    margin-bottom: 0;
  }
}
@media (min-width: 979px) {
  .container header.commercial_banner {
    margin-bottom: 0;
  }
  .container header.commercial_banner:before {
    display: block;
    content: '';
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #fff;
    left: -500%;
    bottom: 0;
  }
  .container header.commercial_banner .breadcrumbs {
    margin-top: 15px;
  }
  .container header.commercial_banner .breadcrumbs li:first-child:before {
    display: none;
  }
}
@media (max-width: 978px) {
  .top-bar {
    display: none;
  }
}
@media (min-width: 979px) {
  .container header.commercial_banner {
    position: fixed;
    top: 0;
    max-width: 970px;
    left: calc((100vw - 970px) * 0.5);
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: 240px;
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .container header.commercial_banner .top-bar {
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 1000ms ease-in-out;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    z-index: 1000;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
  }
  .container header.commercial_banner .top-bar:before {
    display: block;
    content: '';
    width: 300%;
    position: absolute;
    bottom: 0;
    left: -100%;
    background: #eaeaea;
    border-bottom: 1px #bebcbc solid;
    height: 100%;
    z-index: -1;
  }
  .container header.commercial_banner .top-bar.loaded {
    top: 0;
  }
  .container header.commercial_banner .top-bar a {
    text-decoration: none;
  }
  .container header.commercial_banner .top-bar .top-bar__right-side {
    width: calc(100% - 300px);
    justify-content: flex-end;
    align-items: center;
  }
  .container header.commercial_banner .top-bar .top-bar__slider-wrap {
    width: 110px;
    max-height: 16px;
    overflow: hidden;
    border-right: 1px #0e1116 solid;
  }
  .container header.commercial_banner .top-bar .top-bar__slide {
    display: block;
    text-align: right;
  }
  .container header.commercial_banner .top-bar .top-bar__slide-wrap {
    padding: 0 5px;
    white-space: nowrap;
  }
  .container header.commercial_banner .top-bar .top-bar__side {
    display: flex;
  }
  .container header.commercial_banner .top-bar .top-bar__section {
    padding: 0 5px;
    display: flex;
    align-items: center;
  }
  .container header.commercial_banner .top-bar .top-bar__section:not(:last-child) {
    border-right: 1px #0e1116 solid;
  }
  .container header.commercial_banner .top-bar .top-bar__section i {
    margin-right: 5px;
  }
  .container header.commercial_banner #menu_search {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .container header.commercial_banner #menu_search input {
    border: 1px #0e1116 solid;
    border-radius: 9999px;
    height: 35px;
  }
  .container header.commercial_banner #menu_search button {
    right: 15px;
    height: 35px;
  }
  .container header.commercial_banner #menu_settings {
    top: 40px;
  }
  .container header.commercial_banner .breadcrumbs {
    overflow: hidden;
    max-height: 50px;
    margin-top: 0;
    padding-top: 10px;
    font-size: 1.3rem;
    position: relative;
    top: 0;
    opacity: 1;
  }
  .container header.commercial_banner #menu_categories {
    background: #fff;
    opacity: 1;
  }
  .container header.commercial_banner #menu_categories:before {
    display: block;
    content: '';
    border-top: 1px #bebcbc solid;
    border-bottom: 1px #bebcbc solid;
    width: 300%;
    position: absolute;
    left: -100%;
    height: 100%;
  }
  .container header.commercial_banner > *,
  .container header.commercial_banner #logo * {
    transition: all 500ms ease-in-out;
  }
  .container header.commercial_banner #logo {
    transition: all 500ms ease-in-out;
    height: 100px;
  }
  .container header.commercial_banner #logo img {
    max-height: 80px;
  }
  .scroll_down .container header.commercial_banner {
    height: auto;
    padding-bottom: 0;
  }
  .scroll_down .container header.commercial_banner:before {
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
  }
  .scroll_down .container header.commercial_banner #menu_settings {
    top: -40px;
  }
  .scroll_down .container header.commercial_banner #logo {
    height: 50px;
  }
  .scroll_down .container header.commercial_banner #logo img {
    max-height: 40px;
  }
  .scroll_down .container header.commercial_banner #menu_basket,
  .scroll_down .container header.commercial_banner #menu_search {
    margin-top: 0;
  }
  .scroll_down .container header.commercial_banner #menu_search {
    justify-content: center;
  }
  .scroll_down .container header.commercial_banner .breadcrumbs {
    padding: 0;
    max-height: 0;
    top: -30px;
    opacity: 0;
  }
  .scroll .container header.commercial_banner {
    transform: translateY(0);
  }
  .scroll .container header.commercial_banner #menu_categories {
    height: 0;
    opacity: 0;
  }
  .scroll .container header.commercial_banner:hover #menu_categories {
    top: 0;
    height: 32px;
    opacity: 1;
  }
}
@media (min-width: 979px) and (min-width: 1200px) {
  .container header.commercial_banner {
    max-width: 1170px;
    left: calc((100vw - 1170px) * 0.5);
  }
}
@media (max-width: 978px) {
  .container header.commercial_banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px #0e1116 solid;
  }
  .main_page #layout,
  .basketedit_page #layout {
    padding-top: 45px;
  }
}
@media (max-width: 756px) {
  ._mobile:not(.search_open):not(.sidebar_open) .main_page #menu_search > div {
    display: none;
  }
  ._mobile:not(.search_open) .main_page #menu_search > label,
  .sidebar_open #menu_search > label {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 756px) and (min-width: 440px) {
  #search .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product_name__description {
  display: none !important;
}
#main_banner1 {
  margin-top: 0;
}
#main_banner1 .slick-dots {
  bottom: 10px;
}
.sidebar_open aside {
  display: flex;
  flex-direction: column;
}
.sidebar_open aside #menu_search {
  order: 1;
}
.sidebar_open aside > * {
  order: 5;
}
.main_banner_wrapper .slick-slide img,
.main_banner_wrapper .slick-slide picture {
  width: 100%;
}
#projector_details .product_info_top,
.navbar-more {
  display: none;
}
.label_icons + .product__yousave--single {
  top: 40px;
}
.product__yousave:not(.--label):not(.--value) {
  font-size: 12px;
  line-height: 1.2;
  display: none;
  padding: 5px;
  height: 80px;
  width: 80px;
}
.product__yousave:not(.--label):not(.--value).product__yousave--single {
  z-index: 100;
  top: 0;
  height: 100px;
  width: 100px;
  font-size: 14px;
}
.product__yousave:not(.--label):not(.--value) .product__guarantee {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.product__yousave:not(.--label):not(.--value) .product__guarantee-value {
  font-size: 1.5em;
}
.label_icons + .product__yousave--single.product__yousave:not(.--label):not(.--value) {
  top: 40px;
}
.main_page #content {
  display: flex;
  flex-direction: column;
}
.main_page #content > * {
  order: 10;
}
.main_page #content #main_blog {
  order: 20;
}
.main_page #content #main_cms2 {
  order: 25;
}
.cm {
  overflow: visible;
}
@media (max-width: 978px) {
  .filters__btn {
    display: none;
  }
  #container #v1-wrap,
  #container #v2-wrap {
    min-width: 100%;
    max-width: 100%;
  }
  .main_page.container {
    padding: 0 15px;
  }
  .blog-item_page #layout {
    padding: 0 15px;
  }
}
#v1-wrap .v1-article {
  max-width: 100%;
}
@media (min-width: 979px) {
  #container {
    padding-top: 240px;
  }
  #menu_categories {
    height: 32px;
  }
  #menu_categories:not(.loaded) #menu_navbar {
    overflow: hidden;
    height: 100%;
  }
  header .navbar-nav.navbar-nav--overflow {
    padding-right: 30px;
  }
  header .navbar-nav .nav-item {
    line-height: 1.3;
    z-index: 10;
  }
  .navbar-nav--overflow .navbar-more {
    display: flex;
  }
  .navbar-more {
    text-align: center;
    width: 30px;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-more > .navbar-subnav {
    width: 200px;
    top: 35px;
    right: 0;
    left: auto;
  }
  .navbar-more > .navbar-subnav > .nav-item {
    width: 100%;
  }
  .navbar-more__btn {
    width: 30px;
    padding: 2px 5px;
  }
  .hidden-nav {
    display: none;
  }
  header .navbar-subnav {
    font-size: 1.6rem;
  }
  header .navbar-subsubnav {
    font-size: 1.5rem;
  }
  .topBasket .badge {
    width: auto;
  }
  div.search_categoriesdescription {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  div.search_categoriesdescription h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  #Filters {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #fff;
    padding: 0 0 45px;
    transition: transform 500ms ease-in-out;
    transform: translate(-100%,0);
    height: 100vh;
    border-right: 1px solid #0e1116;
  }
  #Filters.filters--opened {
    left: 0;
    transform: translate(0);
  }
  #Filters.filters--opened .filters__btn:after {
    transform: rotate3d(1,0,0,180deg);
  }
  #Filters .filters__form {
    padding: 10px;
    display: block !important;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
  }
  #Filters .filters__form .filters__block {
    margin: 0.5rem !important;
    width: 250px;
  }
  #Filters .filters__btn {
    width: 100px;
    background: #149FF1;
    color: #fff;
    padding: 5px;
    position: absolute;
    transition: filter 300ms ease-in-out;
  }
  #Filters .filters__btn.filters__btn--toggle-side {
    width: 200px;
    right: -127px;
    transform: rotate(-90deg);
    top: 30%;
    padding: 15px;
  }
  #Filters .filters__btn.filters__btn--toggle-side:after {
    content: '\f107';
    color: #fff;
    margin-left: 10px;
    font-family: FontAwesome;
    transition: transform 500ms ease-in-out;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle;
  }
  #Filters .filters__btn.filters__btn--apply {
    bottom: 10px;
    right: 10px;
  }
  #Filters .filters__btn.filters__btn--clear {
    bottom: 10px;
    left: 10px;
    filter: grayscale(100%);
  }
  #Filters .filters__btn:hover {
    filter: brightness(110%);
  }
  #Filters .filters__expand {
    position: relative;
    margin-top: -1px;
    display: block;
  }
  #Filters .filters__toggler:not(.--not-expandable) .btn.--icon-right:before {
    transition: transform 500ms ease-in-out;
  }
  #Filters .filters__block--closed .filters__toggler:not(.--not-expandable) .btn.--icon-right:before {
    transform: rotate3d(1,0,0,180deg) translateY(50%);
  }
  #Filters .filters__block--closed .filters__expand {
    display: none;
  }
  #filter_list .filter_list_content {
    white-space: normal;
  }
}
.photos__link.--nav {
  transition: all 300ms ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
}
.photos__link.--nav:hover,
.photos__link.--nav.--more,
.photos__link.--nav.--active {
  opacity: 1;
}
.photos__link.--nav:hover {
  transform: scale(1.1);
}
.photos__link {
  border-radius: 10px;
  overflow: hidden;
}
#projector_bundle_product {
  display: none;
}
.big_label:after,
.headline:after {
  background: #149FF1;
}
.btn.--large.--solid {
  background: #149FF1;
  border-color: #149FF1;
}
footer {
  padding: 0 0 5px;
  position: relative;
  background: #eaeaea;
  margin: 0 -15px;
}
@media (min-width: 757px) {
  footer {
    margin: 0;
  }
  footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    background: #eaeaea;
    height: 100%;
  }
}
footer .logo_iai,
footer #menu_contact,
footer #menu_contact ul {
  background: #eaeaea;
}
#search .product__compare_item {
  border: 0;
}
@media (max-width: 978px) {
  #search .product {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 978px) {
  #search .product__prices {
    padding-right: 60px;
  }
}
#search .product-cta-wrap {
  position: absolute;
  bottom: 1.5rem;
}
@media (max-width: 978px) {
  #search .product-cta-wrap {
    left: 1.5rem;
    width: calc(100% - 3rem);
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 979px) {
  #search .product-cta-wrap {
    right: 1.5rem;
  }
  #search .product-cta-wrap .btn {
    background: transparent;
    border-radius: 9999px;
    font-size: 0;
    color: #0090f6;
    transition: all 500ms ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    opacity: 0;
    position: relative;
    height: 58px;
    width: 58px;
  }
  #search .product-cta-wrap .btn:after {
    font-family: 'FontAwesome';
    content: '\f07a';
    font-size: 30px;
    color: #0090f6;
    display: block;
    transition: all 500ms ease-in-out;
  }
  #search .product-cta-wrap .btn:before {
    content: '\f06b';
    display: block;
    position: absolute;
    top: 25%;
    left: 55%;
    transition: all 500ms ease-in-out;
    transform: translate(-50%,-50%);
    opacity: 1;
    font-family: 'FontAwesome';
    color: #0090f6;
    font-size: 12px;
  }
  #search .product-cta-wrap .btn:hover {
    border-color: #0090f6;
  }
  #search .product-cta-wrap .btn:hover:before {
    top: 50%;
    opacity: 0;
  }
}
#search .product:hover .product-cta-wrap .btn {
  opacity: 1;
}
.product .price.--max {
  opacity: 0;
}
#footer_links .footer_links#menu_account,
#footer_links .footer_links#menu_orders {
  border: 0;
}
@media (max-width: 756px) {
  #footer_links .footer_links#menu_orders {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer_links .footer_links#menu_orders .footer_links_sub {
    display: none;
  }
}
.see-all-wrap {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.distinguished,
.label.--distinguished {
  background: #149FF1;
}
.search_page #content {
  display: flex;
  flex-direction: column;
}
.search_page #content > * {
  order: 10;
}
.search_page #content .search_categoriesdescription {
  order: 5;
}
div.basketedit_rebatecodes_outline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
div.basketedit_rebatecodes_outline .btn.--solid {
  color: #fff;
  background: #149FF1;
  border-color: #149FF1;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  height: auto;
  margin: 0;
}
div.basketedit_rebatecodes_outline form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  flex: 0 0 400px;
  margin: 10px 0;
}
@media (max-width: 480px) {
  div.basketedit_rebatecodes_outline form {
    display: block;
    flex: 0 0 100%;
    width: 100%;
  }
}
div.basketedit_rebatecodes_outline form input.basketedit_rebatecode_input {
  height: 40px !important;
  width: 250px;
  margin: 0 10px 0 0;
}
@media (max-width: 480px) {
  div.basketedit_rebatecodes_outline form input.basketedit_rebatecode_input {
    margin: 10px 0;
    width: 100%;
  }
}
#content .btn.--solid.--medium.signin_button,
#content .btn.--solid.--medium.signin-form_register {
  background: #0090f6;
  border: 1px solid #0090f6;
  color: #ffffff;
  margin-bottom: 0;
}
#content .btn.--solid.--medium.signin-form_once {
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  color: #fff;
  font-weight: 400;
}
#layout .btn.--solid.basketedit_client_rebate {
  line-height: 1.2;
  align-self: center;
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  color: #fff;
  font-weight: 400;
}
#layout .button_go_shopping {
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  color: #fff;
  font-weight: 400;
}
#layout .has-success .help-block,
#layout .has-success .control-label,
#layout .has-success .radio,
#layout .has-success .checkbox,
#layout .has-success .radio-inline,
#layout .has-success .checkbox-inline,
#layout .has-success.radio label,
#layout .has-success.checkbox label,
#layout .has-success.radio-inline label,
#layout .has-success.checkbox-inline label {
  color: #0090f6;
}
.form-group .form-control + .control-label + .form-control-feedback:before {
  color: #0090f6;
}
span.basketedit_rebatecode_activate_txt {
  width: 100%;
  margin-right: 0;
}
#menu_security_policy {
  margin-top: 40px;
  margin-bottom: 80px;
}
#menu_security_policy h2:after {
  margin-right: auto;
  margin-left: auto;
}
.button_go_shopping {
  border: 1px solid #0e1116;
}
.nav-item [title="NA PREZENT"] {
  color: red;
  font-weight: 500;
}
@media (min-width: 979px) {
  .nav-item [title="NA PREZENT"] {
    background: red;
    color: #fff;
    border-radius: 5px;
  }
  .nav-item [title="NA PREZENT"]:hover {
    color: #fff;
  }
  .nav-item [title="NA PREZENT"].active {
    color: #fff;
  }
}
.basket__item.--name .basket__param {
  display: none;
}
.order2__product_params {
  display: none;
}
@media (min-width: 757px) {
  #menu_security_policy img {
    float: right;
    margin: -80px 0 0;
  }
}
.topBasket__version,
#basketedit_hotspot_zone1 {
  display: none;
}
.btn2 {
  padding: 0.9rem;
  border: 1px solid #0e1116;
}
.btn2:hover {
  border-color: #0090f6;
}
#projector_longdescription iframe {
  width: 100%;
}
#v1-wrap img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 978px) {
  .projector_page #product_askforproduct {
    order: 10;
  }
  .projector_page #projector_details {
    display: flex;
    flex-direction: column;
  }
  .projector_page #projector_details #multi_versions,
  .projector_page #projector_details #projector_sizes_cont,
  .projector_page #projector_details #projector_product_status_wrapper,
  .projector_page #projector_details #projector_prices_wrapper,
  .projector_page #projector_details #projector_tell_availability,
  .projector_page #projector_details #projector_buy_section {
    order: -1;
  }
  .projector_page #projector_details #multi_versions {
    border: 1px #0E1116 solid;
  }
  .projector_page #projector_details #multi_versions .multi_version {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .projector_page #projector_details #multi_versions .multi_version:not(:last-child) .trigger {
    border-bottom: 1px #0E1116 solid;
  }
  .projector_page #projector_details #multi_versions .fancy-select {
    display: block;
  }
  .projector_page #projector_details #multi_versions .fancy-select .trigger {
    white-space: normal;
    height: 60px;
    overflow: visible;
    border-bottom: 0;
  }
  .projector_page #projector_details #multi_versions .fancy-select .trigger .multiversion_label {
    display: block;
  }
  .projector_page #projector_details #multi_versions ul.options {
    margin: -1px -1px 0;
    width: calc(100% + 2px);
  }
  .projector_page .photos {
    order: 0;
  }
  .projector_page .photos .label_icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
  }
  .projector_page .photos .label_icons > * {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .projector_page #projector_photos {
    margin-bottom: 50px !important;
  }
  .projector_page #projector_photos .slick-dots {
    bottom: -20px;
  }
  .projector_page #opinions_section .headline {
    display: none;
  }
  .projector_page #projector_dictionary {
    text-align: center;
  }
  .projector_page #projector_dictionary:before {
    display: inline-block;
    padding: 10px;
    content: 'Zobacz dane techniczne';
    border: 1px #0e1116 solid;
    cursor: pointer;
    margin: 0 0 10px;
    width: 250px;
    text-align: center;
  }
  .projector_page #projector_dictionary.opened:before {
    content: "Ukryj dane techniczne";
  }
  .projector_page #projector_dictionary .dictionary__group {
    display: none;
  }
}
.projector_page #projector_warranty {
  display: none;
}
#multi_versions ul.options.open {
  display: flex;
  flex-direction: column;
}
#multi_versions ul.options li.selected {
  order: -1;
}
#signin-form_box_right {
  order: -1;
  padding-bottom: 25px;
  max-width: 500px;
}
#signin-form_box_right .signin-form_box_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#signin-form_box_right .signin-form_box_sub .big_label,
#signin-form_box_right .signin-form_box_sub .registration_desc {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 757px) and (max-width: 979px) {
  #signin-form_box_right a.btn {
    width: 100%;
  }
}
@media (min-width: 979px) {
  #signin-form_box_right a.btn {
    min-width: 170px;
  }
  #signin-form_box_right a.btn.signin-form_register {
    margin-right: 5px;
  }
}
@media (min-width: 757px) {
  #signin-form {
    flex-direction: column;
    align-items: center;
  }
}
.btn.--medium.--solid {
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  color: #fff;
  font-weight: 400;
}
.prod-loader,
.blog-loader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px -15px;
}
.prod-loader .product,
.blog-loader .product {
  padding-bottom: 7rem !important;
}
.prod-loader .product .label_icons,
.blog-loader .product .label_icons {
  position: absolute;
  top: 0;
  left: 0;
}
.prod-loader .product .product__icon img,
.blog-loader .product .product__icon img {
  max-height: 100%;
}
.prod-loader .product-cta-wrap,
.blog-loader .product-cta-wrap {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  display: flex;
  justify-content: center;
}
.blog-loader {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.blog-loader .blog-loader__article {
  flex: 25% 0 0;
  padding: 10px;
  display: block;
}
@media (max-width: 978px) {
  .blog-loader .blog-loader__article {
    flex: 50% 0 0;
  }
}
@media (max-width: 480px) {
  .blog-loader .blog-loader__article {
    flex: 100% 0 0;
  }
}
.blog-loader .article-name {
  font-size: 18px;
}
header .breadcrumbs {
  font-size: 1.5rem;
}
.product__name {
  font-size: 1.4rem;
}
.price {
  font-size: 2rem;
}
.article__name {
  font-size: 1.8rem;
}
.article-img {
  text-align: center;
}
.article__description {
  font-size: 1.5rem;
}
.cm {
  font-size: 1.5rem;
}
.cm h1,
.cm h2,
.cm h3,
.cm h4,
.cm h5,
.cm h6,
.cm p,
.cm ol,
.cm ul {
  line-height: 1.4;
}
#footer_links .footer_links_label {
  font-size: 2.2rem;
}
#footer_links .footer_links_sub {
  font-size: 1.4rem;
}
.basket__product .product__name {
  font-size: 1.4rem;
}
.askforproduct {
  font-size: 1.4rem;
}
#blog-item {
  font-size: 1.5rem;
}
.footer-top-belt {
  background: #cdcdcd;
  position: relative;
  padding: 30px 0;
  margin: 0;
}
@media (max-width: 756px) {
  .footer-top-belt {
    margin: 0 -15px;
  }
}
.footer-top-belt h2 {
  font-size: 1.5em;
  line-height: 1.4;
  color: #0e1116;
}
.footer-top-belt:before {
  display: block;
  content: '';
  background: #cdcdcd;
  top: 0;
  position: absolute;
  z-index: -10000;
}
@media (min-width: 757px) {
  .footer-top-belt:before {
    width: 300vw;
    left: -100vw;
    height: 200%;
  }
}
@media (min-width: 979px) {
  .footer-top-belt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-top-belt .newsletter_wrap,
  .footer-top-belt .footer-social {
    flex: 0 0 50%;
  }
}
.product .label_icons {
  display: flex;
  margin: -2px;
  flex-wrap: wrap;
}
.product .label_icons > * {
  margin: 2px;
}
.footer-top-belt .form-control.form-control:focus,
.footer-top-belt .form-control.form-control:valid,
.footer-top-belt .form-control.form-control,
.footer-top-belt .form-group .form-control + .control-label {
  background: transparent !important;
}
.newsletter_wrap input:-webkit-autofill,
.newsletter_wrap input:-webkit-autofill:hover,
.newsletter_wrap input:-webkit-autofill:focus,
.newsletter_wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #cdcdcd inset !important;
}
.newsletter_wrap .form-group .form-control:focus + .control-label,
.newsletter_wrap .form-group .form-control.focused + .control-label,
.newsletter_wrap .form-group .form-control:not(:placeholder-shown) + .control-label {
  transform: scale(0);
}
.newsletter_wrap .newsletter-head {
  margin: 0 10px 25px;
  text-align: center;
}
.newsletter-form__input-wrap {
  display: flex;
  width: 100%;
}
.newsletter_wrap #newsletter_button_remove {
  display: none;
}
.newsletter_wrap #newsletter_privacy_consent {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  order: 5;
}
@media (min-width: 979px) {
  .newsletter_wrap #newsletter_privacy_consent {
    width: 200%;
    min-width: 200%;
  }
}
.newsletter_wrap .newsletter_form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-form__wrap .form-group {
  margin: 0;
  width: 100%;
}
.newsletter_button_wrapper {
  flex: 0 0 110px;
}
@media (min-width: 480px) {
  .newsletter_button_wrapper {
    flex: 0 0 150px;
  }
}
.newsletter-form__wrap .form-group .has-feedback {
  height: 100%;
}
.newsletter-form__wrap .form-control {
  padding: 10px;
  height: 49px;
  border: 1px #3e3e3e solid;
}
.newsletter-form__wrap .form-group .validate_message {
  width: calc(100% + 110px);
}
@media (min-width: 480px) {
  .newsletter-form__wrap .form-group .validate_message {
    width: calc(100% + 150px);
  }
}
.newsletter-form__wrap .form-group .form-control + .control-label {
  top: 14px;
  left: 10px;
}
.footer-top-belt #newsletter_form .newsletter-form__input-wrap .btn {
  margin: 0;
  width: 100%;
}
.footer-top-belt #newsletter_form .newsletter_button_wrapper button#newsletter_button_add {
  padding: 15px;
}
.newsletter_wrap #newsletter_form .newsletter_form .text_to_right,
.newsletter_wrap #newsletter_form .newsletter_form .text_to_left {
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.3;
}
.footer-social,
.newsletter_wrap {
  padding: 5px;
  max-width: 100%;
}
.newsleter_ajax--response {
  margin: 5px 0;
}
@font-face {
  font-family: 'test';
  src: url('https://taniekomputery.org/assets/fontello/font/fontello2.eot?19850632');
  src: url('https://taniekomputery.org/assets/fontello/font/fontello2.eot?19850632#iefix') format('embedded-opentype'), url('https://taniekomputery.org/assets/fontello/font/fontello2.woff2?19850632') format('woff2'), url('https://taniekomputery.org/assets/fontello/font/fontello2.woff?19850632') format('woff'), url('https://taniekomputery.org/assets/fontello/font/fontello2.ttf?19850632') format('truetype'), url('https://taniekomputery.org/assets/fontello/font/fontello2.svg?19850632#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.footer-social .footer-social__header {
  text-align: center;
  margin: 0 10px 25px;
}
.footer-social__wrap {
  display: flex;
  justify-content: center;
}
.footer-social__icon {
  height: 50px;
  width: 50px;
  margin: 0 5px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 2px #0e1116 solid;
  padding: 5px;
}
.footer-social__icon:hover {
  border-color: #0090f6;
}
.footer-social__icon:after {
  font-family: "test";
  font-size: 25px;
  line-height: 1;
}
.footer-social__icon--fb:after {
  content: "\F09A";
}
.footer-social__icon--insta:after {
  content: '\f16d';
}
.footer-social__icon--linked:after {
  content: '\F30C';
}
.footer-social__icon--tt:after {
  content: '\f099';
}
#content #newsletter_form .newsletter_button_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#content #newsletter_form .newsletter_button_wrapper #newsletter_button_add {
  color: #149FF1;
  border-bottom: 1px #149FF1 solid;
}
#content #newsletter_form .newsletter_button_wrapper #newsletter_button_remove {
  color: #0e1116;
  border-bottom: 1px #0e1116 solid;
}
#dfclassic.df-classic,
#dfclassic.df-mobile {
  font-family: 'Rubik', sans-serif;
  color: #0e1116;
}
#dfclassic.df-classic .df-term[data-selected],
#dfclassic.df-mobile .df-term[data-selected] {
  background: #149FF1;
  border-color: #149FF1;
}
#dfclassic.df-classic .df-slider .noUi-connect,
#dfclassic.df-mobile .df-slider .noUi-connect {
  background-color: #149FF1;
}
#dfclassic.df-classic .df-icon svg,
#dfclassic.df-mobile .df-icon svg {
  fill: #0e1116;
}
#multi_versions:before {
  content: "Dopasuj do swoich potrzeb";
  text-align: center;
  font-size: 20px;
  display: block;
  width: 100%;
  font-weight: 500;
}
@media (min-width: 979px) {
  #multi_versions .product_section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 979px) {
  #projector_photos {
    flex-direction: column-reverse !important;
    justify-content: flex-end;
  }
  #projector_photos .photos__slider[data-nav] {
    padding: 20px 0;
    width: 100%;
  }
  #projector_photos #photos_nav {
    flex-direction: row !important;
    justify-content: center;
    width: 100%;
  }
}
.dictionary__param {
  margin-bottom: 0 !important;
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}
.dictionary__param:nth-child(odd) {
  background: #f1f1f1;
}
.dictionary__name {
  font-weight: 500;
}
.search_categoriesdescription_sub {
  display: block;
  margin-bottom: 0;
}
.search_categoriesdescription_next .show_description {
  display: none !important;
}
.search_categoriesdescription_next .show_description + * {
  margin-top: 0;
}
.search_categoriesdescription_next:not(.expanded) > * {
  display: block;
}
#main_banner1 {
  width: 100%;
  left: 0;
  margin-left: 0;
}
@media (max-width: 756px) {
  #main_banner1 {
    width: 100vw;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.article-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ordered-product_bundle {
  display: none;
}
.class-label {
  position: absolute;
  bottom: 25px;
  left: 0;
  background: #149FF1;
  color: #fff;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  font-size: 14px;
  line-height: 1.3;
}
.class-label .class-label__arrow {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 15px solid #149FF1;
}
.class-label--c1 {
  background: #2b8848;
}
.class-label--c1 .class-label__arrow {
  border-left-color: #2b8848;
}
.class-label--c2 {
  background: #68a244;
}
.class-label--c2 .class-label__arrow {
  border-left-color: #68a244;
}
.class-label--c3 {
  background: #a8bb2a;
}
.class-label--c3 .class-label__arrow {
  border-left-color: #a8bb2a;
}
.class-label--c4 {
  background: #ebae14;
}
.class-label--c4 .class-label__arrow {
  border-left-color: #ebae14;
}
.class-label--c5 {
  background: #c06326;
}
.class-label--c5 .class-label__arrow {
  border-left-color: #c06326;
}
.class-label--c6 {
  background: #ae1e22;
}
.class-label--c6 .class-label__arrow {
  border-left-color: #ae1e22;
}
.product-data__toggle {
  display: none;
}
@media (max-width: 978px) {
  .product-data__toggle {
    display: block;
    background: #1f7f9c;
    border: 1px #1f7f9c solid;
    color: #fff;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 100;
  }
}
.product-data-box {
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  max-height: 0;
  background: #ffffff;
  height: 100%;
  width: 100%;
  transition: all 500ms ease-in-out, padding 0s linear;
  z-index: 99;
}
.product-data-box:hover {
  color: inherit;
}
.product-data-box .product-data-row {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
}
.product-data-box .product-data-row:first-child {
  padding-top: 4.5rem;
}
.product-data-box .product-data-single {
  padding: 5px;
  margin: 2px;
  background: #1f7f9c;
  border: 1px #1f7f9c solid;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
}
.product-data-box .product-data-single strong {
  font-weight: 300;
}
.product-data-box .product-data-single--config {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}
.product-data-box .product-data-single--config:before {
  font-family: "test";
  content: "\e805";
  margin-right: 5px;
}
.product-show-desc .product-data-box {
  max-height: 32rem;
}
