@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-heart-broken:before {
  content: "\e600";
  font-family: 'icomoon'; }

.icon-heart:before {
  content: "\e601";
  font-family: 'icomoon'; }

.icon-heart2:before {
  content: "\e602";
  font-family: 'icomoon'; }

.icon-star:before {
  content: "\e603";
  font-family: 'icomoon'; }

.icon-cancel-circle:before {
  content: "\e604";
  font-family: 'icomoon'; }

.icon-tag:before {
  content: "\e605";
  font-family: 'icomoon'; }

.icon-tags:before {
  content: "\e606";
  font-family: 'icomoon'; }

.icon-cart:before {
  content: "\e607";
  font-family: 'icomoon'; }

.icon-cart2:before {
  content: "\e608";
  font-family: 'icomoon'; }

.icon-cart3:before {
  content: "\e609";
  font-family: 'icomoon'; }

.icon-bubbles:before {
  content: "\e60a";
  font-family: 'icomoon'; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

.trow {
  display: table-cell;
  vertical-align: middle; }

.linia {
  width: 116px;
  height: 4px;
  background: #494949;
  margin-bottom: 40px; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tjust {
  text-align: justify; }

.dnone {
  display: none; }

.well {
  background: transparent;
  border: 0;
  box-shadow: none; }

.sluchawka {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-image: url(../gfxi/sluchawka.png);
  background-color: #e51937;
  background-repeat: no-repeat;
  background-position: 25px 20px;
  transition: all 0.5s;
  z-index: 999999999;
  box-sizing: content-box; }
  .sluchawka:hover {
    width: 400px;
    background-color: #e51937; }

.sluchawka:hover {
  width: 400px;
  background-color: #e51937; }

.sluchawka-inner {
  opacity: 1;
  position: relative;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: sluch 0.5s infinite; }

.cookiez {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 25px 0 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20000; }
  .cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px; }

:root {
  scroll-behavior: smooth; }

a {
  color: var(--color-links);
  text-decoration: none; }
  a:hover {
    color: var(--color-links-hover);
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary); }

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--color-white);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh; }
  #preloader:before {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  #preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }

@-webkit-keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1; }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0; } }

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1; }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0; } }

section {
  padding: 60px 0;
  overflow: hidden; }

.section-header {
  padding-bottom: 40px;
  padding: 70px 0;
  color: #233d62; }
  .section-header h2 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #233d62; }
  .section-header p {
    color: #233d62; }

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%; } }

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  .scroll-top i {
    font-size: 24px;
    color: var(--color-white);
    line-height: 0; }
  .scroll-top:hover {
    background: rgba(217, 0, 87, 0.85);
    color: var(--color-white); }
  .scroll-top.active {
    visibility: visible;
    opacity: 1; }

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important; } }

.header {
  padding: 25px 4vw;
  transition: all 0.5s;
  z-index: 997;
  background: url(/assets/img/nav-bg.webp) repeat-x; }
  .header .logo img {
    max-height: 40px;
    margin-right: 6px; }
    .header .logo h1 {
      font-size: 32px;
      font-weight: 300;
      color: var(--color-secondary);
      font-family: var(--font-secondary); }
      .header .logo h1 span {
        color: var(--color-primary);
        font-weight: 500; }
  .header .btn-getstarted {
    font-size: 16px;
    color: var(--color-white);
    background: var(--color-primary);
    padding: 8px 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-secondary); }
    .header .btn-getstarted:focus {
      font-size: 16px;
      color: var(--color-white);
      background: var(--color-primary);
      padding: 8px 23px;
      border-radius: 4px;
      transition: 0.3s;
      font-family: var(--font-secondary); }
    .header .btn-getstarted:hover, .header .btn-getstarted:focus:hover {
      color: var(--color-white);
      background: rgba(217, 0, 87, 0.85); }

@media (min-width: 1px) and (max-width: 991px) {
  .header .btn-getstarted span {
    display: none; } }

@media (max-width: 1279px) {
  .header .btn-getstarted {
    margin-right: 50px; }
    .header .btn-getstarted:focus {
      margin-right: 50px; } }

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    position: relative; }
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center; }
    .navbar li {
      position: relative; }
    .navbar > ul > li {
      white-space: nowrap; }
    .navbar a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 20px;
      font-family: var(--font-secondary);
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      white-space: nowrap;
      transition: 0.3s;
      position: relative; }
      .navbar a:focus, .navbar a:hover {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        font-family: var(--font-secondary);
        font-size: 16px;
        font-weight: 400;
        background: var(--color-primary);
        color: #fff;
        border-radius: 50px;
        white-space: nowrap;
        transition: 0.3s;
        position: relative; }
      .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px; }
      .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--color-primary);
        visibility: hidden;
        transition: all 0.3s ease-in-out 0s;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s; }
    .navbar .active {
      color: #fff; }
      .navbar .active:focus {
        color: var(--color-primary); }
    .navbar .dropdown a:hover:before, .navbar .dropdown:hover > a:before, .navbar .dropdown .active:before {
      visibility: hidden; }
      .navbar .dropdown a:hover {
        color: var(--color-white); }
      .navbar .dropdown .active {
        color: var(--color-white); }
        .navbar .dropdown .active:focus {
          color: var(--color-white); }
      .navbar .dropdown:hover > a {
        color: var(--color-white); }
      .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        margin: 0;
        padding: 0 0 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #233d62;
        transition: 0.3s; }
        .navbar .dropdown ul li {
          min-width: 200px; }
        .navbar .dropdown ul a {
          padding: 10px 20px;
          font-size: 15px;
          text-transform: none;
          font-weight: 400;
          color: #fff; }
          .navbar .dropdown ul a i {
            font-size: 12px; }
          .navbar .dropdown ul a:hover {
            color: var(--color-white);
            background: var(--color-primary); }
        .navbar .dropdown ul .active {
          color: var(--color-white);
          background: var(--color-primary); }
          .navbar .dropdown ul .active:hover {
            color: var(--color-white);
            background: var(--color-primary); }
        .navbar .dropdown ul li:hover > a {
          color: var(--color-white);
          background: var(--color-primary); }
      .navbar .dropdown:hover > ul {
        opacity: 1;
        visibility: visible; }
    .navbar .megamenu {
      position: static; }
      .navbar .megamenu ul {
        right: 0;
        padding: 10px;
        display: flex; }
        .navbar .megamenu ul li {
          flex: 1; }
          .navbar .megamenu ul li a, .navbar .megamenu ul li:hover > a {
            color: rgba(255, 255, 255, 0.5);
            background: none; }
          .navbar .megamenu ul li a:hover {
            color: var(--color-white);
            background: var(--color-primary); }
          .navbar .megamenu ul li .active {
            color: var(--color-white);
            background: var(--color-primary); }
            .navbar .megamenu ul li .active:hover {
              color: var(--color-white);
              background: var(--color-primary); }
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden; }
      .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible; } }

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%; }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%; } }

@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997; }
    .navbar ul {
      position: absolute;
      inset: 0;
      padding: 10px 0;
      margin: 0;
      background: rgba(25, 25, 25, 0.9);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998; }
    .navbar a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 20px;
      font-size: 16px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.7);
      white-space: nowrap;
      transition: 0.3s; }
      .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s; }
      .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px; }
      .navbar a:hover {
        color: var(--color-white); }
    .navbar .active {
      color: var(--color-white); }
      .navbar .active:focus {
        color: var(--color-white); }
    .navbar li:hover > a {
      color: var(--color-white); }
    .navbar .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      border: 1px solid rgba(41, 41, 41, 0.3); }
      .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid rgba(41, 41, 41, 0.3); }
        .navbar .dropdown .dropdown > .dropdown-active {
          display: block; }
      .navbar .dropdown > .dropdown-active {
        display: block; }

  .mobile-nav-toggle {
    display: block !important;
    background: var(--color-primary);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
    border-radius: 5px;
    height: 35px;
    padding-top: 3px;
    text-align: center;
    width: 40px; }
    .mobile-nav-toggle.bi-x {
      color: var(--color-white); }

  .mobile-nav-active {
    overflow: hidden;
    z-index: 9995;
    position: relative; }
    .mobile-nav-active .navbar {
      left: 0; }
      .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(41, 41, 41, 0.8);
        z-index: 9996; } }

.hero {
  width: 100%;
  min-height: calc(100vh - 82px);
  padding: 0;
  background: var(--color-black);
  background: url("../img/hero-bg.webp") center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 102px; }
  .hero h2, .hero h1.main-nag {
    color: var(--color-secondary);
    margin-bottom: 25px;
    font-size: 52px;
    font-weight: 600;
    -webkit-animation: fadeInDown 1s both 0.2s;
    animation: fadeInDown 1s both 0.2s; }
  .hero h2 span, .hero h1.main-nag span {
    color: var(--color-primary); }
  .hero p {
    color: var(--color-secondary-light);
    -webkit-animation: fadeInDown 1s both 0.4s;
    animation: fadeInDown 1s both 0.4s;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 18px; }
  .hero .img {
    margin-bottom: 40px;
    -webkit-animation: fadeInDownLite 1s both;
    animation: fadeInDownLite 1s both; }
  .hero .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 5px;
    transition: 0.5s;
    -webkit-animation: fadeInUp 1s both 0.6s;
    animation: fadeInUp 1s both 0.6s;
    border: 2px solid var(--color-primary); }
    .hero .btn-get-started:hover {
      background: var(--color-primary-light);
      color: var(--color-white); }
  .hero .carousel-control-prev {
    justify-content: start; }
  .hero .carousel-control-next {
    justify-content: end; }
  .hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
    background: none;
    font-size: 26px;
    line-height: 0;
    background: rgba(25, 25, 25, 0.4);
    color: rgba(255, 255, 255, 0.98);
    border-radius: 50px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .hero .carousel-control-next-icon {
    padding-left: 3px; }
  .hero .carousel-control-prev-icon {
    padding-right: 3px; }
  .hero .carousel-control-prev, .hero .carousel-control-next {
    transition: 0.3s; }
  .hero .carousel-control-prev:focus, .hero .carousel-control-next:focus {
    opacity: 0.5; }
  .hero .carousel-control-prev:hover, .hero .carousel-control-next:hover {
    opacity: 0.9; }
  .hero .carousel-indicators li {
    cursor: pointer;
    background: rgba(25, 25, 25, 0.5);
    overflow: hidden;
    border: 0;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s; }
    .hero .carousel-indicators li.active {
      opacity: 1;
      background: var(--color-primary); }

@media (max-width: 640px) {
  .hero .container {
    padding: 0 60px; } }

@media (max-width: 768px) {
  .hero h2, .hero h1.main-nag {
    font-size: 30px; } }

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px; } }

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0); }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-white);
  height: 100%; }
  .featured-services .service-item .icon {
    margin-bottom: 10px; }
    .featured-services .service-item .icon i {
      color: var(--color-primary);
      font-size: 36px;
      transition: 0.3s; }
  .featured-services .service-item h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px; }
    .featured-services .service-item h4 a {
      color: var(--color-secondary);
      transition: ease-in-out 0.3s; }
  .featured-services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0; }
  .featured-services .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0 60px 0 rgba(25, 25, 25, 0.1); }
    .featured-services .service-item:hover h4 a {
      color: var(--color-primary); }

.about .about-img {
  position: relative; }
  .about h3 {
    color: var(--color-primary);
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px; }
  .about .nav-pills {
    border-bottom: 1px solid rgba(25, 25, 25, 0.2); }
    .about .nav-pills li + li {
      margin-left: 40px; }
  .about .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-secondary);
    padding: 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
    font-family: var(--font-secondary); }
    .about .nav-link.active {
      color: var(--color-primary);
      background: none;
      border-bottom: 3px solid var(--color-primary); }
  .about .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: var(--color-secondary); }
    .about .tab-content i {
      font-size: 22px;
      line-height: 0;
      margin-right: 8px;
      color: var(--color-primary); }

@media (max-width: 575px) {
  .about .about-img {
    margin: 30px 0 0 30px; }
    .about .about-img:before {
      inset: -30px 0 0 -30px; } }

@media (max-width: 768px) {
  .about h3 {
    font-size: 28px; } }

@media (max-width: 575px) {
  .about .nav-link {
    font-size: 16px; } }

.clients {
  padding: 0 0 60px 0; }
  .clients .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100); }
    .clients .swiper-slide img:hover {
      filter: none;
      opacity: 1; }

.onfocus {
  padding: 0; }
  .onfocus .video-play {
    min-height: 400px;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .7)), url("../img/dlaczego-placeholder.webp") center center;
    background-size: cover; }
  .onfocus .content {
    background: linear-gradient(rgba(25, 25, 25, 0.5), rgba(25, 25, 25, 0.8)), url("../img/onfocus-content-bg.webp") center center;
    background-size: cover;
    color: rgba(255, 255, 255, 0.8);
    padding: 40px; }
    .onfocus .content h3 {
      font-weight: 600;
      font-size: 32px;
      color: var(--color-white); }
    .onfocus .content ul {
      list-style: none;
      padding: 0; }
      .onfocus .content ul li {
        padding-bottom: 10px; }
      .onfocus .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--color-primary); }
    .onfocus .content p:last-child {
      margin-bottom: 0; }
    .onfocus .content .read-more {
      font-family: var(--font-primary);
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 1px;
      padding: 12px 24px;
      border-radius: 5px;
      transition: 0.3s;
      display: -nline-flex;
      align-items: center;
      justify-content: center;
      color: var(--color-white);
      background: var(--color-primary); }
      .onfocus .content .read-more i {
        font-size: 18px;
        margin-left: 5px;
        line-height: 0;
        transition: 0.3s; }
      .onfocus .content .read-more:hover {
        background: rgba(217, 0, 87, 0.9);
        padding-right: 19px; }
        .onfocus .content .read-more:hover i {
          margin-left: 10px; }
  .onfocus .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(217, 0, 87, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden; }
    .onfocus .play-btn:before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate-btn 2s;
      animation: pulsate-btn 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(217, 0, 87, 0.7);
      top: -15%;
      left: -15%;
      background: rgba(198, 16, 0, 0); }
    .onfocus .play-btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-40%) translateY(-50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid var(--color-white);
      z-index: 100;
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .onfocus .play-btn:hover:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-40%) translateY(-50%);
      width: 0;
      height: 0;
      border: none;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid var(--color-white);
      z-index: 200;
      -webkit-animation: none;
      animation: none;
      border-radius: 0; }
      .onfocus .play-btn:hover:after {
        border-left: 15px solid var(--color-primary);
        transform: scale(20); }

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px; } }

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1; }

  100% {
    transform: scale(1, 1);
    opacity: 0; } }

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1; }

  100% {
    transform: scale(1, 1);
    opacity: 0; } }

.services .img {
  border-radius: 8px;
  overflow: hidden; }
  .services .img img {
    transition: 0.6s; }
  .services .details {
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    background: var(--color-white);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1); }
  .services .details:hover {
    background: var(--color-primary); }
    .services .details:hover h3, .services .details:hover p {
      color: var(--color-white) !important; }
  .services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--color-primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    border: 6px solid var(--color-white); }
  .services .details h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s; }
  .services .details p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0; }
  .services .service-item:hover .details h3 {
    color: var(--color-primary); }
    .services .service-item:hover .details .icon {
      background: var(--color-white);
      border: 2px solid var(--color-primary); }
      .services .service-item:hover .details .icon i {
        color: var(--color-primary); }
  .services .service-item:hover .img img {
    transform: scale(1.2); }

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 9, 9, 0.2); }
  .testimonials .section-header {
    margin-bottom: 40px; }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden; }
  .testimonials .testimonial-item {
    text-align: center;
    color: var(--color-white); }
  .testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto; }
  .testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: var(--color-white); }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 15px 0; }
  .testimonials .testimonial-item .stars {
    margin-bottom: 15px; }
    .testimonials .testimonial-item .stars i {
      color: var(--color-yellow);
      margin: 0 1px; }
  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
    line-height: 0; }
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative; }
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1); }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto; }
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative; }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.5; }
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-white);
    opacity: 1; }

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%; } }

.pricing {
  background: rgba(25, 25, 25, 0.04); }
  .pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: var(--color-white);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 4px solid var(--color-white);
    border-radius: 10px;
    overflow: hidden; }
  .pricing .pricing-header {
    background: linear-gradient(rgba(25, 25, 25, 0.9), rgba(25, 25, 25, 0.9)), url("../img/pricing-bg.webp") center center;
    background-size: cover;
    text-align: center;
    padding: 40px;
    margin: -60px -40px 0; }
  .pricing h3 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 28px;
    color: var(--color-white); }
  .pricing h4 {
    font-size: 48px;
    color: var(--color-white);
    font-weight: 400;
    font-family: var(--font-primary);
    margin-bottom: 0; }
  .pricing h4 sup {
    font-size: 28px; }
  .pricing h4 span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px; }
  .pricing ul {
    padding: 30px 0;
    list-style: none;
    color: var(--color-gray);
    text-align: left;
    line-height: 20px; }
  .pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center; }
  .pricing ul i {
    color: var(--color-primary);
    font-size: 36px;
    padding-right: 3px;
    line-height: 0; }
  .pricing ul .na {
    color: rgba(108, 117, 125, 0.5); }
    .pricing ul .na i {
      color: rgba(108, 117, 125, 0.5);
      font-size: 24px;
      padding-left: 4px; }
    .pricing ul .na span {
      text-decoration: line-through; }
  .pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid var(--color-primary); }
  .pricing .buy-btn:hover {
    background: var(--color-primary);
    color: var(--color-white); }
  .pricing .featured {
    border-color: var(--color-primary); }
  .pricing .featured .pricing-header {
    background: linear-gradient(rgba(217, 0, 87, 0.9), rgba(217, 0, 87, 0.9)), url("../img/pricing-bg.webp") center center; }
  .pricing .featured .buy-btn {
    background: var(--color-primary);
    color: var(--color-white); }

.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center; }
  .portfolio .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    margin: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out; }
    .portfolio .portfolio-flters li:hover, .portfolio .portfolio-flters li.filter-active {
      color: var(--color-primary); }
    .portfolio .portfolio-flters li:first-child {
      margin-left: 0; }
    .portfolio .portfolio-flters li:last-child {
      margin-right: 0; }
  .portfolio .portfolio-item {
    position: relative;
    border: 1px solid var(--color-white);
    overflow: hidden;
    z-index: 1; }
  .portfolio .portfolio-item img {
    transition: all 0.3s; }
  .portfolio .portfolio-item:before {
    content: "";
    inset: 0;
    position: absolute;
    background: rgba(25, 25, 25, 0.8);
    z-index: 2;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0; }
  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    inset: auto 40px 40px 40px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    padding: 20px; }
    .portfolio .portfolio-item .portfolio-info h4 {
      font-size: 18px;
      font-weight: 600;
      color: var(--color-white);
      padding-right: 50px; }
    .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
      position: absolute;
      right: 50px;
      font-size: 24px;
      top: calc(50% - 14px);
      color: rgba(255, 255, 255, 0.7);
      transition: 0.3s;
      line-height: 0; }
    .portfolio .portfolio-item .portfolio-info .preview-link:hover {
      color: var(--color-white); }
    .portfolio .portfolio-item .portfolio-info .details-link {
      right: 14px;
      font-size: 28px; }
      .portfolio .portfolio-item .portfolio-info .details-link:hover {
        color: var(--color-white); }
  .portfolio .portfolio-item:hover:before {
    visibility: visible;
    opacity: 1; }
    .portfolio .portfolio-item:hover img {
      transform: scale(1.2); }
    .portfolio .portfolio-item:hover .portfolio-info {
      opacity: 1;
      inset: auto 10px 0 10px; }

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px; } }

.recent-blog-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column; }
  .recent-blog-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px; }
  .recent-blog-posts .post-box .post-img img {
    transition: 0.5s; }
  .recent-blog-posts .post-box .meta {
    margin-top: 15px; }
  .recent-blog-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary); }
  .recent-blog-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary); }
  .recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s; }
  .recent-blog-posts .post-box p {
    margin: 15px 0 0 0;
    color: rgba(9, 9, 9, 0.7); }
  .recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px; }
  .recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px; }
  .recent-blog-posts .post-box:hover .post-title {
    color: var(--color-primary); }
  .recent-blog-posts .post-box:hover .post-img img {
    transform: scale(1.1); }

.contact {
  background: rgba(25, 25, 25, 0.04); }
  .contact .map {
    margin-bottom: 40px; }
  .contact .map iframe {
    border: 0;
    width: 100%;
    height: 400px; }
  .contact .info {
    padding: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white; }
  .contact .info h3 {
    font-weight: 600;
    font-size: 24px; }
  .contact .info p {
    color: var(--color-secondary-light);
    margin-bottom: 30px;
    font-size: 15px; }
  .contact .info-item + .info-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(25, 25, 25, 0.15); }
  .contact .info-item i {
    font-size: 24px;
    color: var(--color-primary);
    transition: all 0.3s ease-in-out;
    margin-right: 20px; }
  .contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-secondary); }
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: var(--color-secondary-light); }
  .contact .php-email-form {
    width: 100%; }
  .contact .php-email-form .form-group {
    padding-bottom: 8px; }
  .contact .php-email-form .error-message {
    display: none;
    color: var(--color-white);
    background: var(--color-red);
    text-align: left;
    padding: 15px;
    font-weight: 600; }
    .contact .php-email-form .error-message br + br {
      margin-top: 25px; }
  .contact .php-email-form .sent-message {
    display: none;
    color: var(--color-white);
    background: var(--color-green);
    text-align: center;
    padding: 15px;
    font-weight: 600; }
  .contact .php-email-form .loading {
    display: none;
    background: var(--color-white);
    text-align: center;
    padding: 15px; }
    .contact .php-email-form .loading:before {
      content: "";
      display: inline-block;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      margin: 0 10px -6px 0;
      border: 3px solid var(--color-green);
      border-top-color: var(--color-white);
      -webkit-animation: animate-loading 1s linear infinite;
      animation: animate-loading 1s linear infinite; }
  .contact .php-email-form input[type=text], .contact .php-email-form input[type=email] {
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px; }
  .contact .php-email-form textarea {
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px; }
  .contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=email]:focus {
    border-color: var(--color-secondary-light); }
  .contact .php-email-form textarea:focus {
    border-color: var(--color-secondary-light); }
  .contact .php-email-form input[type=text], .contact .php-email-form input[type=email] {
    height: 48px;
    padding: 10px 15px; }
  .contact .php-email-form textarea {
    padding: 10px 12px;
    height: 290px; }
  .contact .php-email-form button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 13px 50px;
    color: var(--color-white);
    transition: 0.4s;
    border-radius: 0; }
    .contact .php-email-form button[type=submit]:hover {
      background: rgba(217, 0, 87, 0.85); }

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@keyframes animate-loading {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.footer {
  color: var(--color-white);
  font-size: 14px; }
  .footer .footer-content {
    background: var(--color-secondary);
    padding: 60px 0 30px 0; }
  .footer .footer-content .footer-info {
    margin-bottom: 30px; }
    .footer .footer-content .footer-info h3 {
      font-size: 28px;
      margin: 0 0 20px 0;
      padding: 2px 0 2px 0;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase; }
      .footer .footer-content .footer-info h3 span {
        color: var(--color-primary); }
    .footer .footer-content .footer-info p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      font-family: var(--font-primary);
      color: var(--color-white); }
  .footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px; }
    .footer .footer-content h4::after {
      content: "";
      position: absolute;
      display: block;
      width: 20px;
      height: 2px;
      background: var(--color-primary);
      bottom: 0;
      left: 0; }
  .footer .footer-content .footer-links {
    margin-bottom: 30px; }
    .footer .footer-content .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .footer-content .footer-links ul i {
        padding-right: 2px;
        color: var(--color-white);
        font-size: 12px;
        line-height: 1; }
      .footer .footer-content .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center; }
        .footer .footer-content .footer-links ul li:first-child {
          padding-top: 0; }
      .footer .footer-content .footer-links ul a {
        color: rgba(255, 255, 255, 0.7);
        transition: 0.3s;
        display: inline-block;
        line-height: 1; }
        .footer .footer-content .footer-links ul a:hover {
          color: var(--color-white); }
  .footer .footer-content .footer-newsletter form {
    margin-top: 30px;
    background: var(--color-white);
    padding: 6px 10px;
    position: relative;
    border-radius: 4px; }
    .footer .footer-content .footer-newsletter form input[type=email] {
      border: 0;
      padding: 4px;
      width: calc(100% - 110px); }
      .footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
        outline: none; }
      .footer .footer-content .footer-newsletter form input[type=submit] {
        position: absolute;
        top: 0;
        right: -2px;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 20px;
        background: var(--color-primary);
        color: var(--color-white);
        transition: 0.3s;
        border-radius: 0 4px 4px 0; }
      .footer .footer-content .footer-newsletter form input[type=submit]:hover {
        background: rgba(217, 0, 87, 0.85); }
  .footer .footer-legal {
    padding: 30px 0;
    background: var(--color-secondary-dark); }
  .footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: var(--color-white); }
    .footer .footer-legal .credits a {
      color: var(--color-primary-light); }
  .footer .footer-legal .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-white);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s; }
    .footer .footer-legal .social-links a:hover {
      background: var(--color-primary);
      text-decoration: none; }

section {
  position: relative;
  z-index: 1; }

.slider_bootstrap {
  height: 100vh;
  width: 100%; }
  .slider_bootstrap .carousel {
    position: fixed; }
  .slider_bootstrap .carousel .carousel-item img {
    width: 100%; }

.gora {
  background: transparent url(/assets/img/sinus-gorny.webp);
  height: 127px;
  width: 100%; }

.dol {
  background: transparent url(/assets/img/sinus-dolny.webp);
  height: 127px;
  width: 100%; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.onas {
  padding: 0; }
  .onas .txt .flex {
    min-height: 1014px;
    display: flex;
    align-items: center; }
  .onas .lewa {
    padding: 150px 200px 0; }
  .onas .lewa strong {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px; }

.onas2 {
  padding: 0;
  background: transparent url(/assets/img/tlo-onas.webp); }
  .onas2 img {
    transform: translateY(80px); }
  .onas2 .prawa {
    color: #fff;
    padding: 150px 300px 0 0; }
  .onas2 .prawa strong {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px; }

.kategorie {
  background: url(/gfxi/tlo-kategorie.png);
  background-size: cover; }
  .kategorie .service-item {
    text-align: center; }
  .kategorie .service-item h3 {
    color: #233d62;
    font-size: 24px; }

.zaufalinam {
  background: #fff; }

@keyframes anime {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

.btn, .btn2 {
  width: 260px;
  height: 70px;
  font-size: 18px;
  font-family: 'Poppins';
  text-align: center;
  line-height: 54px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  animation: anime 16s linear infinite; }

.btn2 {
  position: absolute;
  margin-top: -50px;
  z-index: -1;
  filter: blur(10px);
  opacity: 0.8; }

.slider_bootstrap .flex-desc {
  display: flex;
  width: 50vw;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-end; }
  .slider_bootstrap .flex-desc .description_slider {
    position: relative;
    bottom: 0px;
    left: 62px;
    width: 100%;
    color: #fff;
    padding: 0px 12% 200px 12%; }
  .slider_bootstrap .flex-desc .description_slider h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 60px; }
  .slider_bootstrap .flex-desc .description_slider h2 {
    font-size: 62px;
    font-weight: bold;
    margin: 0; }
  .slider_bootstrap .flex-desc .description_slider h3 {
    font-size: 47px;
    font-weight: bold; }
  .slider_bootstrap .flex-desc .description_slider p {
    padding-left: 110px;
    position: relative; }
    .slider_bootstrap .flex-desc .description_slider p:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 21px;
      height: 3px;
      background: #fff;
      width: 60px; }
  .slider_bootstrap .flex-desc .description_slider .btn {
    position: absolute;
    bottom: -90px;
    left: 120px; }

.onas {
  background: url(/gfxi/tlo-o-nas.png) no-repeat;
  background-size: cover;
  color: #233d62; }
  .onas h1 {
    font-size: 35px; }
  .onas h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0; }
  .onas h3 strong {
    font-weight: 700; }
  .onas p {
    max-width: 70%; }
  .onas.onas2 {
    background: url(/gfxi/tlo-zapraszamy.png) no-repeat;
    background-size: cover; }
  .onas.onas2 h2 {
    font-weight: bold; }

.fala {
  background: url(/gfxi/tlo-cytat.png) no-repeat;
  background-size: cover;
  min-height: 651px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px; }
  .fala .flex {
    display: flex;
    align-items: center;
    min-height: 651px; }

.fala2 {
  background: url(/gfxi/tlo-cytat-2.png) no-repeat;
  background-size: cover; }
  .fala2 .flex {
    justify-content: center; }

.foot {
  background: url(/gfxi/tlo-footer.png) no-repeat;
  background-size: cover;
  min-height: 770px;
  color: #fff; }
  .foot .flex {
    min-height: 740px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .foot .flex .blok {
    order: 3; }
    .foot .flex .blok a {
      color: #fff;
      font-size: 18px; }
    .foot .flex .blok.kont p {
      margin: 0; }
  .foot .sub-footer {
    position: absolute;
    left: 15vw;
    bottom: 30px; }
  .foot .foter-link {
    position: absolute;
    right: 50px;
    bottom: 30px; }

.strona-kategorii {
  margin-top: 80px; }
  .strona-kategorii h1 {
    color: #233d62; }
  .strona-kategorii .linia {
    background: #233d62;
    margin: 0 auto 40px; }

.galeria .pic {
  transition: all 1s;
  text-align: center; }
  .galeria .pic img {
    transition: all 1s;
    border-radius: 5px; }
  .galeria .pic h3 {
    color: #233d62;
    font-size: 18px;
    margin-bottom: 20px; }
  .galeria .pic:hover img {
    transform: scale(1.2); }

.ofert_p, .strona-kategorii {
  background: url(/gfxi/tlo-kategorie.png); }

@media (min-width: 1px) and (max-width: 1440px) {
  .onas {
    background-position: -141px; }
    .onas.onas2 {
      background-position: -160px; }

  .slider_bootstrap .flex-desc .description_slider .btn {
    bottom: -50px; } }

@media (min-width: 1px) and (max-width: 1280px) {
  .onas.onas2 {
    background-position: -500px; }

  .slider_bootstrap .flex-desc .description_slider {
    bottom: -56px; }
    .slider_bootstrap .flex-desc .description_slider h1 {
      font-size: 60px;
      line-height: 40px; }
    .slider_bootstrap .flex-desc .description_slider h2 {
      font-size: 32px; }
    .slider_bootstrap .flex-desc .description_slider h3 {
      font-size: 25px; } }

@media (min-width: 1px) and (max-width: 1024px) {
  .slider_bootstrap .flex-desc .description_slider {
    bottom: -90px; }

  .onas {
    background-position: -300px;
    text-align: center; }
    .onas.onas2 {
      background-position: -700px; } }

@media (min-width: 1px) and (max-width: 800px) {
  .slider_bootstrap {
    height: 457px; }
    .slider_bootstrap .flex-desc .description_slider {
      display: none; }

  .onas {
    background-position: -800px; }
    .onas p {
      max-width: 100%; }
    .onas .lewa {
      padding: 20px;
      width: 100%; }
    .onas.onas2 {
      background-position: -700px; }

  .onas .txt .col-6 {
    width: 100%; }
    .onas .txt .col-6 .flex {
      display: block;
      width: 100%; }
      .onas .txt .col-6 .flex p {
        width: 100%; }

  .section-header h2 {
    font-size: 38px; }

  .kategorie {
    text-align: center; }

  .onas2 .txt .flex {
    min-height: 300px;
    height: auto;
    background: #fff; }

  .foot .flex {
    display: block;
    min-height: 100px; }
    .foot .flex .blok {
      order: 1;
      width: 100%;
      margin: 20px; }

  .foot .sub-footer, .foot .foter-link {
    position: relative;
    margin-top: 40px;
    left: inherit;
    bottom: inherit;
    right: inherit;
    display: block;
    width: 100%;
    text-align: center; } }

.new-cookies .cook-2 button.allow {
  background: #944df5 !important; }
  .new-cookies .cook-2 button.allow:hover {
    background: #730288 !important; }
