@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: #f42a33;
  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; }

.shadowsmall {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.shadowhuge {
  -webkit-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1); }

.btn_1 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid ;
  background: ;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_1:hover, .btn_1:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid ;
    background: ;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_2 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #f42a33;
  background: rgba(0, 0, 0, 0);
  color: #f42a33;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_2:hover, .btn_2:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fff;
    background: #f42a33;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_3 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_3:hover, .btn_3:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #f42a33;
    background: #f42a33;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_4 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_4:hover, .btn_4:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fff;
    background: #fff;
    color: #f42a33;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

: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 {
  text-align: center;
  padding-bottom: 40px;
  padding: 70px 0; }
  .section-header h2 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--color-secondary); }
  .section-header p {
    margin: 0 auto;
    color: var(--color-secondary-light); }

@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 {
  transition: all 0.5s;
  z-index: 997;
  background: var(--color-white); }
  .header .container-fluid {
    padding: 0 120px;
    min-height: 59px;
    justify-content: space-between; }
    .header .container-fluid p {
      font-size: 18px;
      font-weight: 800;
      padding-top: 20px; }
  .header .left .container-fluid {
    justify-content: flex-start;
    padding: 0; }
  .header.sticked {
    background: var(--color-white);
    box-shadow: 0px 2px 20px rgba(25, 25, 25, 0.1); }
  .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: #000;
    padding: 0 23px;
    border-radius: 4px;
    transition: 0.3s;
    font-family: var(--font-secondary);
    margin-left: 25%;
    min-width: 300px;
    margin-top: 0; }
    .header .btn-getstarted p span {
      font-size: 20px;
      font-weight: 700; }
    .header .btn-getstarted:focus {
      font-size: 16px;
      padding: 8px 23px;
      border-radius: 4px;
      transition: 0.3s;
      font-family: var(--font-secondary); }
    @media (min-width: 1px) and (max-width: 991px) {
.header .btn-getstarted span {
display: none; }
.mobilvis {
display: block; }
.header .container-fluid p, .header .container-fluid .logo.right {
display: none !important; } }

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

@media (min-width: 1280px) {
  .navbar {
    padding: 0 0 0 50px;
    position: relative; }
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center; }
    .navbar li {
      position: relative;
      font-weight: 800; }
    .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: 14px;
      font-weight: 400;
      color: #fff;
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
      text-transform: uppercase;
      font-weight: 800; }
      .navbar a:focus {
        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 i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px; }
      .navbar a:hover:before {
        visibility: visible;
        transform: scaleX(0.7); }
    .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 li:hover > a:before, .navbar .active:before {
      visibility: visible;
      transform: scaleX(0.7); }
    .navbar a:hover {
      color: var(--color-primary); }
    .navbar .active {
      color: var(--color-primary); }
      .navbar .active:focus {
        color: var(--color-primary); }
    .navbar li:hover > a {
      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);
        background: var(--color-secondary); }
      .navbar .dropdown .active {
        color: var(--color-white);
        background: var(--color-secondary); }
        .navbar .dropdown .active:focus {
          color: var(--color-white);
          background: var(--color-secondary); }
      .navbar .dropdown:hover > a {
        color: var(--color-white);
        background: var(--color-secondary); }
      .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: var(--color-secondary);
        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: rgba(255, 255, 255, 0.5); }
          .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;
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px; }
    .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; }

.header .head_header {
  background: #002852;
  min-height: 50px;
  padding-left: 120px; }
  .header .head_header .left, .header .head_header .right {
    float: left;
    width: calc(70.208% - 2.2%);
    min-height: 50px;
    padding-top: 10px; }
    .header .head_header .left p, .header .head_header .right p {
      margin: 0;
      padding: 0; }
    .header .head_header .left ul, .header .head_header .right ul {
      margin: 0;
      padding: 0; }
      .header .head_header .left ul li, .header .head_header .right ul li {
        color: #fff;
        margin-right: 20px; }
      .header .head_header .left ul li img, .header .head_header .right ul li img {
        margin-right: 10px; }
  .header .head_header .right {
    width: 31.791%;
    background: #f42a33;
    color: #fff;
    padding-left: 30px;
    padding-top: 20px; }
    .header .head_header .right a {
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 1px;
      text-align: center; }
    .header .head_header .right .secend {
      margin-left: 20px; }
  .header.sticked {
    transform: translateY(-50px);
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }

.slider_bootstrap .description_slider {
  position: absolute;
  z-index: 10;
  display: block;
  bottom: 450px;
  left: 191px;
  width: 40%;
  color: #fff; }
  .slider_bootstrap .description_slider h1 {
    color: #f42a33;
    font-size: 70px; }
    .slider_bootstrap .description_slider h1 strong {
      color: #fff;
      font-weight: 900; }
  .slider_bootstrap .foot_top {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: calc(100% - 20%); }
  .slider_bootstrap .foot_top ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .slider_bootstrap .foot_top ul li {
      display: inline-block;
      width: 25%;
      background: #fff;
      margin: 0;
      float: left;
      padding: 30px; }
      .slider_bootstrap .foot_top ul li img {
        height: 34px;
        margin-right: 20px; }
      .slider_bootstrap .foot_top ul li a {
        display: block;
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700; }
      .slider_bootstrap .foot_top ul li:nth-child(3) {
        background: #002852; }
      .slider_bootstrap .foot_top ul li:nth-child(3) a {
        color: #fff; }
        .slider_bootstrap .foot_top ul li:nth-child(3) a span {
          color: #f42a33; }
      .slider_bootstrap .foot_top ul li:nth-child(4) {
        background: #f42a33; }
      .slider_bootstrap .foot_top ul li:nth-child(4) a {
        color: #fff; }

.zajawka {
  background: #fff;
  font-size: 35px;
  text-align: center;
  padding: 100px 0; }

.onas {
  padding: 0 140px;
  background: #fafafa; }
  .onas .lewa {
    padding: 50px 200px 0; }
  .onas .lewa h3 {
    color: #002852;
    font-size: 40px;
    padding: 10px 0;
    font-weight: 600; }
    .onas .lewa h3 strong {
      color: #f42a33;
      font-weight: 600;
      font-size: 40px; }
  .onas .lewa strong {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px; }

.kategorie {
  background: #fff url(../img/tlo-parallax-pod-icony.webp) bottom center no-repeat;
  min-height: 1578px; }
  .kategorie .section-header {
    margin: 50px 0 100px; }
  .kategorie .gy-5 .kat_glowna {
    background: #f42a33;
    margin: 0; }
    .kategorie .gy-5 .kat_glowna .img {
      float: left;
      margin: 20px; }
    .kategorie .gy-5 .kat_glowna .text a {
      color: #fff; }
    .kategorie .gy-5 .kat_glowna:nth-child(2n), .kategorie .gy-5 .kat_glowna:nth-child(3) {
      background: #fff; }
      .kategorie .gy-5 .kat_glowna:nth-child(2n) .text a, .kategorie .gy-5 .kat_glowna:nth-child(3) .text a {
        color: #000; }
    .kategorie .gy-5 .kat_glowna:nth-child(4) {
      background: #002852; }
      .kategorie .gy-5 .kat_glowna:nth-child(4) .text a {
        color: #fff; }
  .kategorie .section-foot {
    margin: 100px 0 50px;
    color: #fff;
    text-align: center; }
  .kategorie .section-foot h3 {
    margin: 100px 0 50px; }
  .kategorie .section-foot .col-md-4 {
    color: #fff;
    border: 1px solid #fff;
    text-align: left;
    padding: 20px; }
    .kategorie .section-foot .col-md-4:nth-child(1), .kategorie .section-foot .col-md-4:nth-child(2), .kategorie .section-foot .col-md-4:nth-child(3) {
      border-top: 0; }
    .kategorie .section-foot .col-md-4:nth-child(4), .kategorie .section-foot .col-md-4:nth-child(5), .kategorie .section-foot .col-md-4:nth-child(6) {
      border-bottom: 0; }
    .kategorie .section-foot .col-md-4:nth-child(1), .kategorie .section-foot .col-md-4:nth-child(4) {
      border-left: 0; }
    .kategorie .section-foot .col-md-4:nth-child(3), .kategorie .section-foot .col-md-4:nth-child(6) {
      border-right: 0; }

.promotions_and_news {
  background: #fff; }
  .promotions_and_news .col-md-6 {
    border-bottom: 1px solid #cacaca; }
  .promotions_and_news .col-md-6.left {
    border-right: 1px solid #cacaca; }
  .promotions_and_news .col-md-6:hover {
    background: #fafafa; }
  .promotions_and_news .prod_nowosc .prod_name h2 {
    margin-top: 1px;
    color: #337ab7;
    padding: 19px 0 19px 0;
    padding-bottom: 19px;
    padding-bottom: 19px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 8px; }
    .promotions_and_news .prod_nowosc .prod_name p {
      text-align: left;
      display: block;
      font-size: 12px;
      color: #202020;
      font-weight: 600;
      line-height: 21px; }

.zaufalinam {
  background: #fff; }

.form_kontakt {
  background: #f12936 url(../img/tlo-pod-kontakt.webp) no-repeat;
  position: relative;
  color: #fff; }
  .form_kontakt .box {
    font-size: 13px;
    margin-bottom: 50px; }
  .form_kontakt .box img {
    float: left;
    margin-right: 20px; }
  .form_kontakt .box h3 {
    font-size: 20px;
    font-weight: 600; }
  .form_kontakt .contact_section input, .form_kontakt .contact_section textarea {
    margin-bottom: 10px; }

.rodo {
  font-size: 10px;
  height: 100px;
  overflow: auto; }

.foot_podpis {
  background: #002852;
  color: #fff; }
  .foot_podpis .left ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none; }
    .foot_podpis .left ul li {
      margin-top: 20px; }
    .foot_podpis .left ul img {
      float: left;
      height: 18px;
      margin-right: 20px; }
    .foot_podpis .left ul h3 {
      font-size: 18px; }
  .foot_podpis .sub-footer {
    text-align: center;
    margin-top: 50px; }
  .foot_podpis .foter-link {
    position: absolute;
    bottom: 30px;
    right: 100px; }
  .foot_podpis .right ul {
    list-style: none; }
    .foot_podpis .right ul a {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600; }

.piec_pass tr:nth-child(5n+2) {
  border-top: 10px solid #d4d4d3; }

.cztery_pass tr:nth-child(4n+2) {
  border-top: 10px solid #d4d4d3; }

.trzy_pass tr:nth-child(3n+2) {
  border-top: 10px solid #d4d4d3; }

.dwa_pass tr:nth-child(2n+2) {
  border-top: 10px solid #d4d4d3; }

.tab_logo td:last-child, .tab_logo th:last-child {
  background: #f6f6f6; }

.galeria .pic {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 20px; }
  .galeria .pic h3 {
    display: none; }

.tabelki-nowe tr td a img {
  float: left;
  max-width: 45%; }

table.tabelki-nowe a.galfancy img {
  width: calc(31% - 5px);
  min-width: 110px;
  float: left;
  border: 0px solid red;
  margin-right: 5px;
  margin-bottom: 5px; }

.tabelki-nowe td {
  width: 33.33333%; }
  .tabelki-nowe td:nth-child(2) {
    width: 50%; }
  .tabelki-nowe td:nth-child(3) {
    width: 16.66667%; }
  .tabelki-nowe.dwa_pass {
    width: 100%; }
  .tabelki-nowe.dwa_pass tr:nth-child(1) th {
    overflow: hidden;
    flex: 0 0 auto;
    width: 8.88889%; }
    .tabelki-nowe.dwa_pass tr:nth-child(1) th:nth-child(2) {
      width: 25%; }
    .tabelki-nowe.dwa_pass tr:nth-child(1) th:nth-child(4), .tabelki-nowe.dwa_pass tr:nth-child(1) th:nth-child(5) {
      width: 16.66667%; }
    .tabelki-nowe.dwa_pass tr:nth-child(2n+2) td {
      width: 8.88889%; }
    .tabelki-nowe.dwa_pass tr:nth-child(2n+2) td:nth-child(2) {
      width: 25%;
      background: #fff; }
    .tabelki-nowe.dwa_pass tr:nth-child(2n+2) td:nth-child(4), .tabelki-nowe.dwa_pass tr:nth-child(2n+2) td:nth-child(5) {
      width: 16.66667%; }
    .tabelki-nowe.dwa_pass tr:nth-child(2n+ 3) td {
      width: 8.88889%; }
    .tabelki-nowe.dwa_pass tr:nth-child(2n+ 3) td:nth-child(2), .tabelki-nowe.dwa_pass tr:nth-child(2n+ 3) td:nth-child(3) {
      width: 16.66667%; }
  .tabelki-nowe.cztery_pass {
    width: 100%; }
  .tabelki-nowe.cztery_pass tr:nth-child(1) th {
    overflow: hidden;
    flex: 0 0 auto;
    width: 8.88889%; }
    .tabelki-nowe.cztery_pass tr:nth-child(1) th:nth-child(2) {
      width: 25%; }
    .tabelki-nowe.cztery_pass tr:nth-child(1) th:nth-child(4), .tabelki-nowe.cztery_pass tr:nth-child(1) th:nth-child(5) {
      width: 16.66667%; }
    .tabelki-nowe.cztery_pass tr:nth-child(4n+2) td {
      width: 8.88889%; }
    .tabelki-nowe.cztery_pass tr:nth-child(4n+2) td:nth-child(2) {
      width: 25%;
      background: #fff; }
    .tabelki-nowe.cztery_pass tr:nth-child(4n+2) td:nth-child(4), .tabelki-nowe.cztery_pass tr:nth-child(4n+2) td:nth-child(5) {
      width: 16.66667%; }
    .tabelki-nowe.cztery_pass tr:nth-child(4n+ 3) td, .tabelki-nowe.cztery_pass tr:nth-child(4n+ 4) td, .tabelki-nowe.cztery_pass tr:nth-child(4n+ 5) td {
      width: 8.88889%; }
    .tabelki-nowe.cztery_pass tr:nth-child(4n+ 3) td:nth-child(2), .tabelki-nowe.cztery_pass tr:nth-child(4n+ 4) td:nth-child(2), .tabelki-nowe.cztery_pass tr:nth-child(4n+ 5) td:nth-child(2), .tabelki-nowe.cztery_pass tr:nth-child(4n+ 3) td:nth-child(3), .tabelki-nowe.cztery_pass tr:nth-child(4n+ 4) td:nth-child(3), .tabelki-nowe.cztery_pass tr:nth-child(4n+ 5) td:nth-child(3) {
      width: 16.66667%; }

.close-box {
  color: #002852; }
  .close-box:hover, .close-box:focus {
    background: #002852;
    color: #fff; }

.kategorie .gy-5 .kat_glowna .text a {
  padding: 35px 10px 0 10px; }

@media (min-width: 1px) and (max-width: 1680px) {
  .header .btn-getstarted {
    margin-left: 10%; }

  .slider_bootstrap .foot_top ul li a {
    font-size: 17px; }

  .zajawka {
    font-size: 30px;
    padding: 80px 0; }

  .onas .lewa {
    padding: 50px 100px 0; } }

@media (min-width: 1px) and (max-width: 1440px) {
  .header .container-fluid {
    padding-left: 20px; }
    .header .btn-getstarted {
      margin-left: 30px; }

  .slider_bootstrap .foot_top {
    left: 5%;
    width: calc(100% - 10%); }

  .onas {
    padding: 0 40px; } }

@media (min-width: 1px) and (max-width: 1366px) {
  .slider_bootstrap .foot_top ul li {
    padding: 30px 20px; }

  .top3l {
    display: none; }

  .podstrona_mark {
    width: 100%; }

  .slider_bootstrap .description_slider {
    bottom: 100px; }
    .slider_bootstrap .description_slider h1 {
      font-size: 30px; }

  .menu-n-lewe {
    width: 80%;
    margin-left: 20px; }

  .kat_container .prod_name {
    padding-left: 20px; } }

@media (min-width: 1px) and (max-width: 1280px) {
  .slider_bootstrap .description_slider {
    bottom: 300px; }

  .slider_bootstrap .foot_top ul li a {
    font-size: 15px; } }

@media (min-width: 1px) and (max-width: 767px) {
  .header .head_header .left {
    width: 20px; }
    .header .head_header .right {
      width: calc(100% - 25px); }

  .header .btn-getstarted {
    display: none; }

  .header .logo img {
    margin-top: 5px; }

  .slider_bootstrap {
    height: auto; }
    .slider_bootstrap .foot_top {
      position: relative;
      bottom: inherit;
      padding-top: 300px; }
      .slider_bootstrap .foot_top ul li {
        width: 100%;
        background: #f42a33;
        border: 1px solid #fff; }
        .slider_bootstrap .foot_top ul li a {
          color: #fff; }
          .slider_bootstrap .foot_top ul li a img {
            filter: grayscale(100%) invert(0.8) contrast(5000%); }

  .zajawka {
    font-size: 20px; }
    .zajawka .col-8 {
      width: 100%; }

  .onas {
    padding: 0 15px; }
    .onas .col-6, .onas .lewa {
      width: 100%;
      padding: 15px;
      text-align: center; } }
