<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no-padding {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.no-transform {
  text-transform: none; }

.focus-only {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.focus-only:focus {
  position: static; }

#tresc:focus {
  outline: 0; }

.flex {
  display: flex; }

/* animacje waypoints */
.os-animation {
  opacity: 0; }
  .os-animation.animated {
    opacity: 1;
    animation-duration: 0.5s; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  padding-top: 100px;
  background: #bfbfbf; }
  @media (min-width: 992px) {
    body {
      padding-top: 0; } }

DIV.body {
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #e6e6e6; }

main {
  position: relative;
  z-index: 50; }

.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.1s ease-in-out 0s;
  margin: 0 auto;
  transform: skew(-19deg);
  border-radius: 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #3d005c;
  color: #fff;
  padding: 0.33em 1.5em;
  box-shadow: 4px 10px 10px 0px rgba(0, 0, 0, 0.4);
  white-space: normal; }
  @media (min-width: 768px) {
    .btn {
      padding: 0.53em 2.5em; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .btn {
      font-size: 2.4rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .btn {
      font-size: 2.8rem; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 3.2rem; } }
  @media (min-width: 992px) and (max-width: 1199px) and (max-height: 600px) {
    .btn {
      font-size: 2.3rem; } }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background-color: #35004f; }
  .btn.accent {
    background-color: #f36600; }
    .btn.accent:hover {
      background-color: #e56000; }
  .btn span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    transform: skew(19deg); }

DIV.body {
  background: #e6e6e6;
  background-image: url("../img/tlo-oferta.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-attachment: fixed; }

nav.main-nav {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  height: 50px;
  box-shadow: 0px 3px 3px 0px rgba(35, 31, 32, 0.5);
  z-index: 150;
  background-color: #27003c; }
  @media (min-width: 992px) {
    nav.main-nav {
      transform: skew(-19deg);
      padding-right: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    nav.main-nav {
      left: 542px;
      width: calc(100vw - 551px);
      top: 0;
      height: 50px; } }
  @media (min-width: 1200px) {
    nav.main-nav {
      left: calc(50vw - 600px + 551px - 14px);
      width: 649px;
      top: 0;
      height: 80px; } }
  nav.main-nav .ul-wrapper {
    width: 98%; }
    @media (min-width: 992px) {
      nav.main-nav .ul-wrapper {
        transform: skew(19deg);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        width: 80%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.main-nav .ul-wrapper {
        width: 80%; } }
    @media (min-width: 1200px) {
      nav.main-nav .ul-wrapper {
        width: 70%; } }
    nav.main-nav .ul-wrapper ul {
      margin: 0 1rem 0 0.5rem;
      height: 50px;
      align-items: center;
      justify-content: center; }
      @media (min-width: 992px) {
        nav.main-nav .ul-wrapper ul {
          justify-content: flex-start; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        nav.main-nav .ul-wrapper ul {
          height: 50px; } }
      @media (min-width: 1200px) {
        nav.main-nav .ul-wrapper ul {
          height: 80px; } }
    nav.main-nav .ul-wrapper li {
      font-size: 2rem;
      font-weight: 400;
      text-transform: uppercase;
      margin: 1.3rem;
      white-space: nowrap; }
      nav.main-nav .ul-wrapper li a {
        color: #fff;
        text-shadow: 0px 3px 3px rgba(35, 31, 32, 0.5); }
      nav.main-nav .ul-wrapper li.active a {
        color: #f36600;
        font-weight: 700; }
  nav.main-nav .padding {
    background-color: #27003c;
    display: block;
    height: 100%;
    width: 10%;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px; }
    @media (max-width: 480px) {
      nav.main-nav .padding {
        background-color: transparent;
        top: -100%; } }
    @media (min-width: 992px) {
      nav.main-nav .padding {
        transform: skew(19deg); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav.main-nav .padding {
        right: -9px; } }
    @media (min-width: 1200px) {
      nav.main-nav .padding {
        right: -14px; } }
    nav.main-nav .padding .language-switch {
      display: none;
      position: absolute;
      z-index: 200;
      top: 2px;
      right: 3px; }
      @supports (-webkit-appearance: none) {
        nav.main-nav .padding .language-switch {
          top: 5px;
          right: 17px; } }

#small-logo-container {
  width: 100vw;
  padding: 1rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: center; }
  #small-logo-container .padding {
    display: none; }
  @media (min-width: 992px) {
    #small-logo-container {
      padding: 0;
      transform: skew(-19deg);
      justify-content: center; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #small-logo-container {
      width: 524px;
      left: 13px;
      height: 80px;
      top: 0px; } }
  @media (min-width: 1200px) {
    #small-logo-container {
      width: 510px;
      left: calc(50vw - 600px + 20px);
      height: 120px;
      top: 0px; } }
  @media (min-width: 992px) {
    #small-logo-container .padding {
      background-color: #fff;
      display: flex;
      height: 100%;
      width: 25%;
      padding: 0;
      transform: skew(19deg);
      position: absolute;
      top: 0px; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
    #small-logo-container .padding {
      left: -20px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    #small-logo-container .padding {
      left: -20px; } }
  @media (min-width: 992px) {
    #small-logo-container.flex-fixed {
      display: flex;
      position: fixed; } }
  #small-logo-container img {
    max-height: 30px; }
    @media (min-width: 992px) {
      #small-logo-container img {
        transform: skew(19deg); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #small-logo-container img {
        max-height: 60px; } }
    @media (min-width: 1200px) {
      #small-logo-container img {
        max-height: 80px; } }

@media (min-width: 1200px) {
  .systemy-narzedzia {
    clip: rect(0%, 100%, 100%, 0%);
    overflow-x: hidden; } }
.systemy-narzedzia header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  background-color: #626365;
  background-image: url("../img/section-systemy-narzedzia-tlo.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw;
  text-align: center;
  border-bottom: solid 0.6rem #f36600; }
  @media (min-width: 768px) {
    .systemy-narzedzia header {
      border-bottom: solid 1rem #f36600; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .systemy-narzedzia header {
      min-height: 380px; } }
  @media (min-width: 1200px) {
    .systemy-narzedzia header {
      height: 450px;
      width: 1200px; } }
  @media (min-width: 992px) and (max-width: 1199px) and (max-height: 600px) {
    .systemy-narzedzia header {
      min-height: 250px; } }
  .systemy-narzedzia header div {
    max-width: 98%; }
  .systemy-narzedzia header h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
    line-height: 1.22;
    margin-bottom: 0.6rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .systemy-narzedzia header h2 {
        font-size: 4.5rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .systemy-narzedzia header h2 {
        font-size: 5rem; } }
    @media (min-width: 1200px) {
      .systemy-narzedzia header h2 {
        font-size: 6rem;
        margin-top: 10rem; } }
    @media (min-width: 1601px) {
      .systemy-narzedzia header h2 {
        font-size: 7rem;
        margin-top: 15.9rem; } }
    @media (min-width: 992px) and (max-width: 1199px) and (max-height: 600px) {
      .systemy-narzedzia header h2 {
        font-size: 4rem; } }
    @media (min-width: 1800px) {
      .systemy-narzedzia header h2 {
        font-size: 8rem; } }
  .systemy-narzedzia header p {
    text-align: center;
    text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300; }
    @media (min-width: 768px) and (max-width: 991px) {
      .systemy-narzedzia header p {
        font-size: 2.5rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .systemy-narzedzia header p {
        font-size: 3.5rem; } }
    @media (min-width: 1200px) {
      .systemy-narzedzia header p {
        font-size: 4rem; } }
    @media (min-width: 1800px) {
      .systemy-narzedzia header p {
        font-size: 4.8rem; } }

.erp-consulting {
  padding-top: 3.5rem;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .erp-consulting {
      padding-top: 2.5rem;
      padding-bottom: 5.8rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .erp-consulting {
      padding-top: 3.5rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .erp-consulting {
      padding-top: 23.5rem; } }
  @media (min-width: 1200px) {
    .erp-consulting {
      padding-top: 23.5rem; } }
  .erp-consulting .cta {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 5.7rem; }
    .erp-consulting .cta .btn {
      padding: 0.4em 0.8em !important;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
      margin-top: 1rem;
      width: 215px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .erp-consulting .cta .btn {
          width: 250px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .erp-consulting .cta .btn {
          width: 290px; } }
      @media (min-width: 1200px) {
        .erp-consulting .cta .btn {
          font-size: 3rem;
          font-weight: 600;
          width: 313px; } }
  .erp-consulting .erp div.content, .erp-consulting .consulting div.content {
    background-color: #fff;
    padding: 35px 19px;
    margin-bottom: 5rem;
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 50;
    top: 0;
    min-height: 550px;
    padding-bottom: 125px; }
    @media (min-width: 768px) {
      .erp-consulting .erp div.content, .erp-consulting .consulting div.content {
        padding-bottom: 19px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .erp-consulting .erp div.content, .erp-consulting .consulting div.content {
        position: relative;
        min-height: 669px;
        margin-bottom: 3.1rem; } }
    @media (min-width: 1200px) {
      .erp-consulting .erp div.content, .erp-consulting .consulting div.content {
        position: relative;
        min-height: 669px;
        margin-bottom: 3.1rem; } }
  .erp-consulting .erp li, .erp-consulting .consulting li {
    list-style-type: none;
    position: relative;
    text-indent: 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: #212121;
    margin-bottom: 1.25em;
    line-height: 1.2; }
    @media (min-width: 768px) and (max-width: 991px) {
      .erp-consulting .erp li, .erp-consulting .consulting li {
        font-size: 1.3rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .erp-consulting .erp li, .erp-consulting .consulting li {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .erp-consulting .erp li, .erp-consulting .consulting li {
        font-size: 1.8rem; } }
    .erp-consulting .erp li:last-child, .erp-consulting .consulting li:last-child {
      margin-bottom: 0; }
    .erp-consulting .erp li::before, .erp-consulting .consulting li::before {
      display: inline-block;
      *display: inline;
      zoom: 1;
      content: "";
      line-height: 0;
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 50%;
      background-color: #212121;
      position: absolute;
      top: 0.4em;
      left: 0; }
  .erp-consulting .erp p, .erp-consulting .consulting p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #212121;
    margin-bottom: 1.1em;
    padding: 1.5rem;
    line-height: 1.23; }
    @media (min-width: 768px) and (max-width: 991px) {
      .erp-consulting .erp p, .erp-consulting .consulting p {
        font-size: 1.3rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .erp-consulting .erp p, .erp-consulting .consulting p {
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .erp-consulting .erp p, .erp-consulting .consulting p {
        font-size: 1.8rem; } }
  .erp-consulting .erp-under, .erp-consulting .consulting-under {
    transition: color 0.1s linear 0s;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #3d005c;
    z-index: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .erp-consulting .erp-under, .erp-consulting .consulting-under {
        background: #3d005c;
        background: -moz-linear-gradient(top, #3d005c 0%, #f36600 100%);
        background: -webkit-linear-gradient(top, #3d005c 0%, #f36600 100%);
        background: linear-gradient(to bottom, #3d005c 0%, #f36600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d005c', endColorstr='#f36600',GradientType=0 );
        transform: skew(-19deg);
        top: -137px;
        height: 560px;
        width: 102%;
        margin-bottom: -560px; } }
    @media (min-width: 1200px) {
      .erp-consulting .erp-under, .erp-consulting .consulting-under {
        background: #3d005c;
        background: -moz-linear-gradient(top, #3d005c 0%, #f36600 100%);
        background: -webkit-linear-gradient(top, #3d005c 0%, #f36600 100%);
        background: linear-gradient(to bottom, #3d005c 0%, #f36600 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d005c', endColorstr='#f36600',GradientType=0 );
        transform: skew(-19deg);
        top: -137px;
        height: 560px;
        width: 102%;
        left: 20px;
        margin-bottom: -560px; } }
    .erp-consulting .erp-under.active, .erp-consulting .consulting-under.active {
      background: #f36600;
      background: -moz-linear-gradient(top, #f36600 0%, #f36600 100%);
      background: -webkit-linear-gradient(top, #f36600 0%, #f36600 100%);
      background: linear-gradient(to bottom, #f36600 0%, #f36600 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36600', endColorstr='#f36600',GradientType=0 ); }
      .erp-consulting .erp-under.active h4, .erp-consulting .consulting-under.active h4 {
        text-shadow: none;
        color: white; }
    .erp-consulting .erp-under h2, .erp-consulting .consulting-under h2 {
      font-weight: bold;
      font-size: 2.4rem;
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      padding: 1.9rem;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
      text-transform: uppercase;
      text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.8); }
      @media (min-width: 992px) and (max-width: 1199px) {
        .erp-consulting .erp-under h2, .erp-consulting .consulting-under h2 {
          text-align: right;
          transform: skew(19deg);
          height: 137px;
          padding-right: 8rem;
          font-size: 3.8rem;
          justify-content: flex-end; } }
      @media (min-width: 1200px) {
        .erp-consulting .erp-under h2, .erp-consulting .consulting-under h2 {
          text-align: right;
          transform: skew(19deg);
          height: 137px;
          padding-right: 8rem;
          font-size: 4.9rem;
          justify-content: flex-end; } }

.gotowe-produkty header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  background-color: #7D7D7D;
  background-image: url("../img/section-gotowe-produkty-tlo.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw;
  text-align: center;
  border-bottom: solid 0.6rem #f36600; }
  @media (min-width: 768px) {
    .gotowe-produkty header {
      border-bottom: solid 1rem #f36600; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .gotowe-produkty header {
      min-height: 380px; } }
  @media (min-width: 1200px) {
    .gotowe-produkty header {
      height: 350px;
      width: 1200px; } }
  @media (min-width: 992px) and (max-width: 1199px) and (max-height: 600px) {
    .gotowe-produkty header {
      min-height: 250px; } }
  .gotowe-produkty header h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.6);
    line-height: 1.22;
    margin-bottom: 0.6rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .gotowe-produkty header h2 {
        font-size: 4.5rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .gotowe-produkty header h2 {
        font-size: 6rem; } }
    @media (min-width: 1200px) {
      .gotowe-produkty header h2 {
        font-size: 7rem; } }
    @media (min-width: 992px) and (max-width: 1199px) and (max-height: 600px) {
      .gotowe-produkty header h2 {
        font-size: 4rem; } }
    @media (min-width: 1800px) {
      .gotowe-produkty header h2 {
        font-size: 8rem; } }

.obsluga-jpk {
  background-color: #27003c;
  background-image: url("../img/section-triangle-pattern.png");
  background-position: top left;
  background-repeat: repeat;
  border-bottom: solid 0.6rem #f36600;
  padding: 5em 0 1.7em 0;
  box-shadow: inset 0px 5px 50px 0px rgba(0, 0, 0, 0.5);
  position: relative; }
  @media (min-width: 768px) {
    .obsluga-jpk {
      border-bottom: solid 1rem #f36600;
      padding: 7em 0 1.7em 0; } }
  .obsluga-jpk .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); }
  .obsluga-jpk img {
    margin-top: 3rem;
    max-width: 50%;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .obsluga-jpk img {
        margin-top: 1rem;
        max-width: 85%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .obsluga-jpk img {
        max-width: 90%; } }
    @media (min-width: 1200px) {
      .obsluga-jpk img {
        width: 100%;
        max-width: 100%;
        margin-top: 2.5rem; } }
  .obsluga-jpk h3 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.35;
    color: rgba(230, 230, 230, 0.7);
    margin-bottom: 6rem; }
    @media (min-width: 768px) {
      .obsluga-jpk h3 {
        text-align: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .obsluga-jpk h3 {
        font-size: 2.6rem; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .obsluga-jpk h3 {
        font-size: 3.2rem;
        max-width: 390px; } }
    @media (min-width: 1200px) {
      .obsluga-jpk h3 {
        font-size: 3.6rem;
        max-width: 390px; } }
  .obsluga-jpk .btn {
    padding: 0.51em 0.8em; }
    @media (min-width: 768px) {
      .obsluga-jpk .btn {
        margin-left: 10px;
        margin-right: 10px; } }
  .obsluga-jpk .obsluga-jpk-wrapper {
    height: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .obsluga-jpk .obsluga-jpk-wrapper {
        text-align: left; } }

.swiper-slide {
  padding-bottom: 80px; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 22px; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(230, 230, 230, 0.35);
  opacity: 1;
  margin: 0 9px; }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e6e6e6; }

.main-footer {
  background-color: #282828; }
  @media screen\0 {
    .main-footer {
      position: relative;
      z-index: 1; } }
  .main-footer ul {
    justify-content: space-around;
    align-items: center;
    height: 40px;
    min-height: 40px;
    margin: 0; }
    @media (min-width: 768px) {
      .main-footer ul {
        height: 86px;
        min-height: 86px;
        justify-content: space-between; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-footer ul {
        justify-content: center;
        height: 50px;
        min-height: 50px; } }
    .main-footer ul li {
      font-size: 1.5rem;
      font-weight: 400;
      color: rgba(230, 230, 230, 0.7);
      white-space: nowrap; }
      @media (max-width: 480px) {
        .main-footer ul li {
          font-size: 1.2rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-footer ul li {
          margin: 0 1rem;
          font-size: 1.35rem; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .main-footer ul li {
          margin: 0 1rem;
          font-size: 1.3rem; } }
      @media (min-width: 1200px) {
        .main-footer ul li {
          margin: 0 1rem;
          font-size: 1.3rem; } }
      @media (min-width: 992px) and (max-width: 1199px) and (max-height: 600px) {
        .main-footer ul li {
          margin: 0 0.5rem; } }
      .main-footer ul li a {
        color: rgba(230, 230, 230, 0.7); }
    .main-footer ul.menu li {
      text-transform: uppercase; }
  .main-footer .mail-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 23px;
    height: 13px;
    background-image: url("../img/sprite.png");
    background-position: 0 0;
    margin-right: 1.3rem;
    margin-bottom: -0.1rem;
    opacity: 0.7; }
    @media (max-width: 480px) {
      .main-footer .mail-icon {
        margin-right: 0.5rem;
        margin-bottom: -0.2rem; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .main-footer .mail-icon {
        background-image: url("../img/sprite@2x.png");
        background-size: 35px 295px; } }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .main-footer .mail-icon {
        background-image: url("../img/sprite@2x.png");
        background-size: 35px 295px; } }
    @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
      .main-footer .mail-icon {
        background-image: url("../img/sprite@2x.png");
        background-size: 35px 295px; } }
  .main-footer .phone-icon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 20px;
    background-image: url("../img/sprite.png");
    background-position: 0 -43px;
    margin-right: 1.1rem;
    margin-left: 2rem;
    margin-bottom: -0.2rem;
    opacity: 0.7; }
    @media (max-width: 480px) {
      .main-footer .phone-icon {
        margin-right: 0.4rem;
        margin-bottom: -0.5rem; } }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .main-footer .phone-icon {
        background-image: url("../img/sprite@2x.png");
        background-size: 35px 295px; } }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .main-footer .phone-icon {
        background-image: url("../img/sprite@2x.png");
        background-size: 35px 295px; } }
    @media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
      .main-footer .phone-icon {
        background-image: url("../img/sprite@2x.png");
        background-size: 35px 295px; } }
  .main-footer .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 40px; }
    @media (min-width: 768px) {
      .main-footer .logo-wrapper {
        height: 86px;
        min-height: 86px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-footer .logo-wrapper {
        height: 50px;
        min-height: 50px; } }

/*# sourceMappingURL=oferta.css.map */
</pre></body></html>