@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: local("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }

* {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }

body {
  background-color: #fff;
  color: #303d4a;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300; }

img {
  max-width: 100%;
  display: block; }

@media (min-width: 1400px) {
  .container {
    max-width: 1584px; } }

.title-with-underline {
  color: #221f1f;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.9px;
  padding-bottom: 14px;
  margin-bottom: 22px;
  position: relative; }
  .title-with-underline:after {
    content: '';
    display: block;
    width: 82px;
    height: 4px;
    background-color: #0094da;
    position: absolute;
    bottom: 0;
    left: 0; }

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.topbar {
  height: 84px;
  border-bottom: 1px solid #e5e5e5; }
  .topbar .container,
  .topbar .topbar-container {
    height: 100%; }
  .topbar .topbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .topbar .topbar-brand {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .topbar .topbar-brand {
        margin-bottom: 0; } }
  .topbar .topbar-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    height: 194px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px;
    position: fixed;
    top: 83px;
    left: 0;
    z-index: 1;
    display: none;
    align-items: center;
    overflow-x: auto; }
    .topbar .topbar-submenu > li {
      width: 140px;
      text-align: center;
      flex-shrink: 0;
      margin: 0 25px; }
    .topbar .topbar-submenu .topbar-submenu-el {
      color: #221f1f;
      font-size: 13px;
      font-weight: 600;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .topbar .topbar-submenu .topbar-submenu-el .topbar-submenu-el-img {
        height: 66px;
        margin-bottom: 25px; }
        .topbar .topbar-submenu .topbar-submenu-el .topbar-submenu-el-img img {
          height: 100%; }
  .topbar .topbar-menu {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 1200px) {
      .topbar .topbar-menu {
        display: flex; } }
    .topbar .topbar-menu > li {
      margin-right: 30px;
      position: relative;
      display: flex;
      align-items: center; }
      .topbar .topbar-menu > li:last-child {
        margin-right: 0; }
      .topbar .topbar-menu > li:hover .topbar-submenu {
        display: flex; }
      .topbar .topbar-menu > li a {
        height: 100%;
        color: #506070;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        transition: 0.2s color ease-in-out;
        display: flex;
        align-items: center; }
        .topbar .topbar-menu > li a:hover {
          color: #3374c3; }
  .topbar .topbar-contact {
    color: #221f1f;
    font-size: 13px;
    font-weight: 600;
    display: none; }
    @media (min-width: 1400px) {
      .topbar .topbar-contact {
        display: block; } }
    .topbar .topbar-contact .topbar-contact-icon {
      margin-right: 25px; }
    .topbar .topbar-contact .topbar-contact-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .topbar .topbar-contact .topbar-contact-list li {
        margin-bottom: 10; }
        .topbar .topbar-contact .topbar-contact-list li:last-child {
          margin-bottom: 0; }

.breadcrumb-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0; }
  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
      font-size: 12px; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
        color: #506070;
        text-decoration: none; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
        color: #0094da; }

.secondary-title {
  color: #221f1f;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .secondary-title {
      font-size: 40px;
      margin-bottom: 38px; } }

.top-section {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 1200px) {
    .top-section {
      height: 695px; } }
  .top-section .top-section-title {
    color: #0094da;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 42px; }
    @media (min-width: 768px) {
      .top-section .top-section-title {
        font-size: 60px; } }
  .top-section p {
    margin-bottom: 48px; }
    .top-section p:last-child {
      margin-bottom: 0; }
  .top-section .top-section-content .category-name {
    color: #221f1f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px; }
  .top-section .top-section-content .category-desc {
    color: #303d4a;
    font-size: 17px;
    font-weight: 300; }
  .top-section .top-section-content .top-section-content-desc {
    line-height: 35px; }

.banner-wycena {
  width: 100%;
  height: auto;
  background-image: url("../images/banner-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 10px;
  position: relative;
  z-index: 2; }
  @media (min-width: 992px) {
    .banner-wycena {
      height: 152px;
      display: flex;
      justify-content: center;
      padding: 0;
      padding-top: 26px; } }
  .banner-wycena .banner-wycena-title {
    color: #fff;
    font-size: 34px;
    font-weight: 300; }
  .banner-wycena .banner-wycena-btn {
    background-color: #1fb90f;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    display: block;
    padding: 5px 62px;
    transition: 0.2s opacity ease-in-out; }
    @media (min-width: 992px) {
      .banner-wycena .banner-wycena-btn {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%); } }
    .banner-wycena .banner-wycena-btn:hover {
      opacity: 0.9; }
  .banner-wycena .banner-wycena-arrow-decor {
    position: absolute;
    top: -30px;
    left: -40px;
    display: none; }
    @media (min-width: 992px) {
      .banner-wycena .banner-wycena-arrow-decor {
        display: block; } }

.footer {
  background-color: #221f1f;
  color: #a0a0a0;
  font-size: 13px;
  border-top: 12px solid #0094da;
  padding-top: 36px;
  margin-top: 50px; }
  .footer .footer-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-bottom: 14px;
    margin-bottom: 21px;
    position: relative; }
    .footer .footer-title:after {
      content: '';
      display: block;
      background-color: #0094da;
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .footer .footer-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .footer-list > li {
      margin-bottom: 6px; }
      .footer .footer-list > li:last-child {
        margin-bottom: 0; }
      .footer .footer-list > li a {
        color: #a0a0a0;
        text-decoration: none;
        transition: 0.2s color ease-in-out;
        display: block; }
        .footer .footer-list > li a:hover {
          color: #0094da; }
  .footer .footer-contact-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px; }
  .footer .footer-bottom {
    border-top: 1px solid #2d2a2a;
    padding: 15px 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer .footer-bottom p {
      padding: 0;
      margin: 0; }
    .footer .footer-bottom .footer-bottom-partnerzy {
      display: flex;
      align-items: center; }
      .footer .footer-bottom .footer-bottom-partnerzy img {
        margin-left: 36px; }

.faq .faq-accordion .faq-accordion-item {
  border-bottom: 1px solid #e5e5e5; }
  .faq .faq-accordion .faq-accordion-item:last-child {
    border-bottom: 0; }

.faq .faq-accordion .faq-accordion-header {
  color: #506070;
  font-size: 17px;
  font-weight: 300;
  padding: 20px 0;
  margin: 0; }

.faq .faq-accordion .faq-accordion-button {
  background-color: transparent;
  color: #0094da;
  width: 100%;
  text-align: left;
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .faq .faq-accordion .faq-accordion-button .faq-accordion-button-icon {
    width: 25px;
    height: 16px;
    background-image: url("../images/icons/chevron-up-blue.png");
    background-repeat: no-repeat;
    background-position: center; }
  .faq .faq-accordion .faq-accordion-button.collapsed {
    color: #506070; }
    .faq .faq-accordion .faq-accordion-button.collapsed .faq-accordion-button-icon {
      background-image: url("../images/icons/chevron.png"); }

.faq .faq-accordion .faq-accordion-content {
  color: #506070;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 20px; }

.opinion .opinion-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.opinion .opinion-ratings {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center; }
  .opinion .opinion-ratings .opinion-ratings-title {
    margin-right: 5px; }

.opinion .opinion-list .opinion-list-element {
  color: #506070;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 26px;
  margin-bottom: 8px; }
  .opinion .opinion-list .opinion-list-element:last-child {
    border-bottom: 0; }

.opinion .opinion-list .opinion-list-title {
  color: #0094da;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.9px;
  padding-top: 16px;
  margin-bottom: 16px; }

.opinion .opinion-list .opinion-list-content {
  margin-bottom: 24px; }
  .opinion .opinion-list .opinion-list-content p {
    margin: 0;
    padding: 0; }

.pr-label {
  background-color: #ececec;
  color: #303d4a;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 22px;
  position: relative; }
  .pr-label:after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background-color: #ececec;
    border-radius: 8px;
    position: absolute;
    top: 6px;
    right: -11px;
    transform: rotate(45deg); }
  .pr-label--blue {
    background-color: #0094da;
    color: #fff; }
    .pr-label--blue:after {
      background-color: #0094da; }
  .pr-label--dark-blue {
    background-color: #034ea1;
    color: #fff; }
    .pr-label--dark-blue:after {
      background-color: #034ea1; }
  .pr-label--black {
    background-color: #221f1f;
    color: #fff; }
    .pr-label--black:after {
      background-color: #221f1f; }

.primary-button,
.secondary-button {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  line-height: 21px;
  border-radius: 6px;
  padding: 10px 34px;
  display: inline-block;
  transition: 0.2s opacity ease-in-out; }
  .primary-button:hover,
  .secondary-button:hover {
    color: #fff;
    opacity: 0.9; }

.primary-button {
  background-color: #034ea1; }

.secondary-button {
  background-color: #ececec;
  color: #034ea1; }
  .secondary-button:hover {
    color: #034ea1; }

.plus-btn {
  background-color: transparent;
  color: #0094da;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center; }
  .plus-btn .plus-btn-icon {
    margin-right: 28px;
    transition: 0.2s opacity ease-in-out; }
  .plus-btn:hover {
    color: #0094da; }
    .plus-btn:hover .plus-btn-icon {
      opacity: 0.8; }

.form-label {
  color: #303d4a;
  font-size: 16px;
  margin: 0;
  padding: 0; }

.form-row {
  margin-bottom: 25px; }

.form-consent {
  margin-top: 25px; }

.input {
  width: 100%;
  height: 52px;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 10px; }
  .input:focus {
    outline: 0; }

.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-left: 32px; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox input ~ .checkmark {
      background-color: #fff; }
    .checkbox input:checked ~ .checkbox__checkmark {
      background-color: #fff; }
    .checkbox input:checked ~ .checkbox__checkmark:after {
      display: block; }
  .checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.375rem;
    height: 1.375rem;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 3px; }
    .checkbox__checkmark:after {
      content: '';
      position: absolute;
      display: none;
      left: 7px;
      top: 3px;
      width: 6px;
      height: 12px;
      border: solid #2f80ed;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox__text {
    color: #303d4a;
    font-size: 14px;
    line-height: 19px; }

.ratings {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }
  .ratings > li {
    margin-right: 4px; }

.realization {
  padding: 72px 0; }
  .realization .realization-item {
    background-color: #000;
    height: 208px;
    margin-bottom: 15px; }
  .realization .realization-list {
    margin-bottom: 58px; }
  .realization .realization-btn {
    color: #034ea1;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    .realization .realization-btn img {
      margin-left: 15px; }

.accessories-row {
  padding: 68px 0;
  position: relative;
  z-index: 1; }
  .accessories-row--gray {
    background-color: #f6f6f6; }
  .accessories-row p {
    line-height: 36px;
    margin: 0; }
  .accessories-row .secondary-title {
    margin-bottom: 32px; }

.accessories-img {
  width: 100%;
  display: none; }
  @media (min-width: 992px) {
    .accessories-img {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
  .accessories-img--absolute {
    position: absolute;
    top: -100px;
    right: 0; }
  .accessories-img--full {
    height: 372px;
    margin-top: -120px;
    margin-bottom: -120px;
    display: none; }
    @media (min-width: 1400px) {
      .accessories-img--full {
        display: block; } }
    .accessories-img--full img {
      position: absolute;
      top: 0;
      left: 0;
      max-width: unset;
      height: 100%;
      z-index: -1; }
    .accessories-img--full--right img {
      left: unset;
      right: 0; }
  .accessories-img--start {
    justify-content: flex-start; }
  .accessories-img--center {
    justify-content: center; }

.additional-potential {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .additional-potential img {
    margin-bottom: 20px; }
  .additional-potential span {
    color: #0094da;
    font-size: 16px; }

.gotowe-zestawy .kit-section {
  padding-top: 95px; }

.gotowe-zestawy .kit-row {
  margin-bottom: 32px; }
  .gotowe-zestawy .kit-row:last-child {
    margin-bottom: 0; }

.gotowe-zestawy .kit-el {
  height: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  padding: 32px; }
  .gotowe-zestawy .kit-el .kit-el-img {
    height: 270px;
    margin-bottom: 32px; }
  .gotowe-zestawy .kit-el .kit-el-title {
    color: #221f1f;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 21px;
    position: relative; }
    .gotowe-zestawy .kit-el .kit-el-title:after {
      content: '';
      display: block;
      width: 136px;
      height: 4px;
      background-color: #0588cb;
      position: absolute;
      bottom: 0;
      left: 0; }
    .gotowe-zestawy .kit-el .kit-el-title .kit-el-title-highlighted {
      color: #0588cb;
      text-transform: uppercase;
      font-weight: bold; }
  .gotowe-zestawy .kit-el .kit-el-subtitle {
    color: #303d4a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 21px; }
  .gotowe-zestawy .kit-el .kit-el-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #303d4a;
    font-size: 16px;
    font-weight: 300; }
    .gotowe-zestawy .kit-el .kit-el-list li {
      margin-bottom: 14px;
      display: flex;
      align-items: center; }
      .gotowe-zestawy .kit-el .kit-el-list li:before {
        content: '';
        display: block;
        background-image: url("../images/icons/arrow-right-blue-2.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 6px;
        height: 6px;
        padding-right: 12px; }
      .gotowe-zestawy .kit-el .kit-el-list li:last-child {
        margin-bottom: 0; }

.gotowe-zestawy .gotowe-zestawy-rabat-info {
  color: #303d4a;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 75px 0; }
  .gotowe-zestawy .gotowe-zestawy-rabat-info .gotowe-zestawy-rabat-info-high {
    color: #0588cb;
    font-size: 30px; }

.available-conf-section {
  background-color: #f6f6f6;
  padding: 45px 0; }
  .available-conf-section .blue-text {
    color: #0094da;
    padding-right: 14px; }
  .available-conf-section .available-conf-title {
    color: #303d4a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 42px; }
  .available-conf-section .available-conf-right {
    padding-left: 62px; }

.drukarki-koszt-section {
  background-image: url("../images/wynajem/drukarki/nie-drogie-koszty-wydrukow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 34px;
  padding: 150px 0; }

.progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 28px;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .progress-steps:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #f1f1f1;
    position: absolute;
    bottom: 0;
    left: 0; }
  .progress-steps li {
    width: 100%;
    text-align: center;
    position: relative; }
    .progress-steps li:after, .progress-steps li:before {
      content: '';
      display: block;
      position: absolute; }
    .progress-steps li:after {
      width: 22px;
      height: 22px;
      border: 7px solid transparent;
      border-radius: 50%;
      z-index: 2;
      left: 50%;
      bottom: -35px;
      transform: translateX(-50%); }
    .progress-steps li:before {
      width: 28px;
      height: 28px;
      background-color: #f1f1f1;
      border-radius: 50%;
      bottom: -38px;
      left: 50%;
      transform: translateX(-50%); }
    .progress-steps li:first-child:after, .progress-steps li:first-child:before {
      left: 0; }
    .progress-steps li:last-child:after {
      left: unset;
      right: -8px; }
    .progress-steps li:last-child:before {
      left: unset;
      right: -14px; }
    .progress-steps li:first-child {
      text-align: left; }
    .progress-steps li:last-child {
      text-align: right; }
    .progress-steps li.progress-steps-selected:after {
      background-color: #fff;
      border-color: #0094da; }
  .progress-steps .progress-steps-title {
    color: #0094da;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px; }
  .progress-steps .progress-steps-desc {
    font-size: 14px; }

.wycena {
  padding-top: 44px; }
  .wycena .wycena-title {
    color: #0094da;
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 20px; }
  .wycena .wycena-desc {
    color: #303d4a;
    font-size: 17px;
    margin-bottom: 54px; }
  .wycena .wycena-footer {
    margin-top: 78px;
    display: flex;
    justify-content: space-between; }
  .wycena.wycena-krok-4 .wycena-title {
    margin-bottom: 75px; }

.category-eq {
  display: flex;
  flex-wrap: wrap; }
  .category-eq .category-eq-el {
    width: 194px;
    height: 194px;
    color: #221f1f;
    font-size: 15px;
    text-align: center;
    box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .category-eq .category-eq-el.selected, .category-eq .category-eq-el:hover {
      color: #0094da;
      border: 2px solid #0094da;
      cursor: pointer; }
    .category-eq .category-eq-el .category-eq-el-img {
      margin-bottom: 21px; }

.config-eq {
  display: flex; }
  .config-eq .config-eq-el {
    width: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .config-eq .config-eq-el:last-child {
      margin-right: 0; }
    .config-eq .config-eq-el .config-eq-el-img {
      height: 160px;
      display: flex;
      justify-content: center;
      margin-bottom: 35px; }
      .config-eq .config-eq-el .config-eq-el-img img {
        object-fit: contain; }
    .config-eq .config-eq-el .config-eq-el-label {
      background-color: #ececec;
      color: #303d4a;
      text-align: center;
      font-weight: 600;
      letter-spacing: -0.6px;
      border-radius: 8px;
      padding: 12px;
      margin-bottom: 21px; }
      .config-eq .config-eq-el .config-eq-el-label--standard {
        background-color: #0094da;
        color: #fff; }
      .config-eq .config-eq-el .config-eq-el-label--professional {
        background-color: #034ea1;
        color: #fff; }
      .config-eq .config-eq-el .config-eq-el-label--apple {
        background-color: #221f1f;
        color: #fff; }
      .config-eq .config-eq-el .config-eq-el-label--office {
        background-color: #eb3c00;
        color: #fff; }
    .config-eq .config-eq-el .config-eq-el-spec {
      color: #303d4a;
      font-size: 15px;
      font-weight: 600; }
      .config-eq .config-eq-el .config-eq-el-spec .config-eq-el-spec-title {
        color: #0094da;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 8px; }
      .config-eq .config-eq-el .config-eq-el-spec .config-el-el-spec-list {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        margin-bottom: 18px; }
        .config-eq .config-eq-el .config-eq-el-spec .config-el-el-spec-list > li {
          display: flex;
          align-items: center;
          margin-bottom: 10px; }
          .config-eq .config-eq-el .config-eq-el-spec .config-el-el-spec-list > li:last-child {
            margin-bottom: 0; }
          .config-eq .config-eq-el .config-eq-el-spec .config-el-el-spec-list > li:before {
            content: '';
            width: 7px;
            height: 7px;
            display: block;
            background-image: url("../images/icons/arrow-right-blue-2.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 8px; }

.config-eq-counter {
  max-width: 200px;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 12px;
  display: flex; }
  .config-eq-counter .config-eq-counter-btn {
    flex-shrink: 0;
    background-color: #ececec;
    width: 48px;
    height: 48px;
    color: #303d4a;
    font-size: 30px;
    font-weight: 600;
    border-radius: 6px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .config-eq-counter .config-eq-counter-btn.config-eq-counter-btn--plus {
      background-color: #0094da;
      color: #fff; }
  .config-eq-counter .config-eq-counter-input {
    width: 100%;
    color: #303d4a;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    border: 0; }
    .config-eq-counter .config-eq-counter-input:focus {
      outline: 0; }

.summary-eq {
  list-style: none;
  margin: 0;
  padding: 0; }
  .summary-eq > li {
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .summary-eq > li .summary-eq-left {
      display: flex;
      align-items: center; }
    .summary-eq > li .summary-eq-number {
      color: #303d4a;
      font-size: 16px;
      margin-right: 25px;
      margin-left: 12px; }
    .summary-eq > li .summary-eq-label {
      background-color: #43bcf6;
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: -0.3px;
      border-radius: 6px;
      padding: 12px 32px;
      margin-right: 32px; }
    .summary-eq > li .summary-eq-title {
      color: #303d4a;
      font-size: 16px; }
  .summary-eq .config-eq-counter {
    margin: 0; }

.summary-bottom {
  display: flex;
  justify-content: center;
  margin-top: 76px; }

.obsluga-title {
  color: #0094da;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 14px; }
  @media (min-width: 1200px) {
    .obsluga-title {
      font-size: 50px;
      margin-bottom: 25px; } }

.main-row {
  color: #303d4a;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  align-items: center;
  padding: 15px 0;
  position: relative; }
  @media (min-width: 1200px) {
    .main-row {
      font-size: 17px;
      line-height: 38px;
      padding: 64px 0; } }
  .main-row .main-row-img {
    max-width: 250px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .main-row .main-row-img {
        max-width: unset;
        margin-bottom: 0; } }
    .main-row .main-row-img--absolute {
      width: 100%; }
      @media (min-width: 1200px) {
        .main-row .main-row-img--absolute {
          position: absolute;
          top: -204px;
          left: 50%;
          transform: translateX(-50%); } }
    .main-row .main-row-img .main-row-img-bg {
      width: 100%;
      height: 424px;
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      z-index: -1; }
  .main-row .main-row-title {
    color: #0094da;
    font-size: 28px;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .main-row .main-row-title {
        font-size: 40px; } }
  .main-row .main-row-desc {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .main-row .main-row-desc {
        margin-bottom: 26px; } }

.section-blue {
  background-color: #f2fafd; }

.multimedialna-section {
  background-image: url("../images/obslugaTechnicznaGlowne/multimedialna-section.png"); }
  .multimedialna-section .main-row {
    color: #fff; }
    .multimedialna-section .main-row .main-row-title {
      color: #fff; }
    .multimedialna-section .main-row .main-row-img {
      width: 900px;
      top: -212px; }

.obsluga-stanowiska-section {
  background-image: url("../images/obslugaTechnicznaGlowne/obsluga-stanowiska-secion.png"); }

.konferencje-section {
  position: relative; }
  .konferencje-section .main-row-img {
    height: 100%;
    overflow: hidden;
    position: absolute; }

.delivery-section .main-row .main-row-img--absolute {
  top: -160px;
  width: 700px; }

.faq-opinion-section {
  margin-top: 120px; }

.obsluga-title {
  color: #0094da;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 14px; }
  @media (min-width: 1200px) {
    .obsluga-title {
      font-size: 50px;
      margin-bottom: 25px; } }

.main-row {
  color: #303d4a;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  align-items: center;
  padding: 15px 0;
  position: relative; }
  @media (min-width: 1200px) {
    .main-row {
      font-size: 17px;
      line-height: 38px;
      padding: 64px 0; } }
  .main-row .main-row-img {
    max-width: 250px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .main-row .main-row-img {
        max-width: unset;
        margin-bottom: 0; } }
    .main-row .main-row-img--absolute {
      width: 100%; }
      @media (min-width: 1200px) {
        .main-row .main-row-img--absolute {
          position: absolute;
          top: -204px;
          left: 50%;
          transform: translateX(-50%); } }
    .main-row .main-row-img .main-row-img-bg {
      width: 100%;
      height: 424px;
      background-size: 70%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      z-index: -1; }
  .main-row .main-row-title {
    color: #0094da;
    font-size: 28px;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .main-row .main-row-title {
        font-size: 40px; } }
  .main-row .main-row-desc {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .main-row .main-row-desc {
        margin-bottom: 26px; } }

.section-blue {
  background-color: #f2fafd; }

.multimedialna-section {
  background-image: url("../images/obslugaTechnicznaGlowne/multimedialna-section.png"); }
  .multimedialna-section .main-row {
    color: #fff; }
    .multimedialna-section .main-row .main-row-title {
      color: #fff; }
    .multimedialna-section .main-row .main-row-img {
      width: 900px;
      top: -212px; }

.obsluga-stanowiska-section {
  background-image: url("../images/obslugaTechnicznaGlowne/obsluga-stanowiska-secion.png"); }

.konferencje-section {
  position: relative; }
  .konferencje-section .main-row-img {
    height: 100%;
    overflow: hidden;
    position: absolute; }

.delivery-section .main-row .main-row-img--absolute {
  top: -160px;
  width: 700px; }

.faq-opinion-section {
  margin-top: 120px; }

.mobilka .mobilka-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 10px; }

.mobilka .mobile-contact-us {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 32px; }
  .mobilka .mobile-contact-us .mobile-contact-us-btn {
    background-color: #ed201f;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 32px;
    border-radius: 24px; }

.mobilka .footer-mobile-row {
  margin-bottom: 15px; }

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: 0!important;
    padding:0 !important;
    z-index: 15;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: #fff;
    color: #878490;
    font-size: 0.6rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cookiealert p{
  width: 100%;
  margin:0;
  padding: 1rem 2.3rem;
}
.cookiealert .acceptcookies .sr-only {
	width: auto;
}
.cookiealert .wrap-buttons{
  width: 100%;
  padding-bottom: 10px;
}
.cookiealert .button-cookiealert{
	display: inline-block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-weight: bold;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .acceptcookies {
    z-index: 10;
    opacity: 1;
    border: none;
    border-radius: 10%;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0094da;
	font-size: 13px;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .close-btn{
	z-index:10;
	background-size:12px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:12px;
	border:none;
	border-radius:3px;
	color:#fff;
	z-index:5;
	background-color:#1574ff;;
	width: auto;
}
@media (min-width: 768px) {
	.cookiealert .acceptcookies {

	}
}
@media (min-width: 1200px) {
  .cookiealert {
    font-size: 1rem;
  }
	.cookiealert p{
		width: 100%;
    margin:0;
	}
}
