@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* RESET
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  cursor: pointer; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

@font-face {
  font-family: "OpenSans-Light-webfont";
  src: url("../fonts/OpenSans-Light-webfont.eot");
  src: url("../fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light-webfont.woff") format("woff"), url("../fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Light-webfont.svg#Futura_md") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FRAMEWORK
------------------------------ */
.row:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.row .column:first-child {
  margin: 0; }

.column {
  display: block;
  float: left;
  margin: 0 0 0 4%; }

.d1-12 {
  width: 4.66666666667%; }

.d2-12 {
  width: 13.3333333333%; }

.d3-12 {
  width: 22%; }
  .d3-12:nth-child(5n) {
    margin: 0; }

.d4-12 {
  width: 30.6666666667%; }
  .d4-12:nth-child(3n + 1) {
    margin: 0; }

.d5-12 {
  width: 39.3333333333%; }

.d6-12 {
  width: 48%; }

.d7-12 {
  width: 56.6666666667%; }

.d8-12 {
  width: 65.3333333333%; }

.d9-12 {
  width: 74%; }

.d10-12 {
  width: 82.6666666667%; }

.d11-12 {
  width: 91.3333333333%; }

.d12-12 {
  width: 100%; }

@media (max-width: 736px) {
  .row .column:nth-child(2n + 1) {
    margin-left: 0; }

  .d1-12,
  .d2-12,
  .d3-12,
  .d4-12,
  .d5-12,
  .d6-12,
  .d7-12,
  .d8-12,
  .d9-12,
  .d10-12,
  .d11-12,
  .d12-12 {
    width: 48%; } }
@media (max-width: 500px) {
  .column {
    margin-left: 0; }

  .d1-12,
  .d2-12,
  .d3-12,
  .d4-12,
  .d5-12,
  .d6-12,
  .d7-12,
  .d8-12,
  .d9-12,
  .d10-12,
  .d11-12,
  .d12-12 {
    width: 100%; } }
/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 100% "Raleway", sans-serif;
  background: rgba(236, 241, 245, 0.3);
  color: #4a4a4a;
  padding: 0; }

a {
  color: #00adee;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

.widthWrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

img {
  max-width: 100%;
  height: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

header {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: white; }
  header .widthWrapper {
    display: flex; }
    header .widthWrapper .logo {
      flex: 1;
      padding: 15px 0; }
      @media (max-width: 940px) {
        header .widthWrapper .logo {
          padding: 5px 0; } }
      header .widthWrapper .logo img {
        height: 70px;
        width: auto; }
    header .widthWrapper .nav_wrap {
      flex: 3;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      header .widthWrapper .nav_wrap .top {
        padding-top: 10px; }
        header .widthWrapper .nav_wrap .top i {
          color: #00adee;
          font-size: 16px;
          margin-right: 10px; }
        header .widthWrapper .nav_wrap .top a {
          color: #4a4a4a;
          font-size: 13px;
          margin-left: 20px; }
      header .widthWrapper .nav_wrap .nav {
        margin-top: 20px; }
        @media (max-width: 940px) {
          header .widthWrapper .nav_wrap .nav {
            margin-top: 00px; } }
        header .widthWrapper .nav_wrap .nav .mobileMenuOpen {
          display: none; }
          @media (max-width: 940px) {
            header .widthWrapper .nav_wrap .nav .mobileMenuOpen {
              display: block;
              font-size: 30px;
              margin-bottom: 10px; } }
        @media (max-width: 940px) {
          header .widthWrapper .nav_wrap .nav ul {
            position: absolute;
            top: 100%;
            right: 0;
            width: 100%;
            max-width: 300px;
            z-index: 999999;
            background: white;
            display: none; } }
        header .widthWrapper .nav_wrap .nav ul li {
          display: inline-block;
          margin-left: 50px;
          position: relative;
          z-index: 100; }
          @media (max-width: 940px) {
            header .widthWrapper .nav_wrap .nav ul li {
              display: block;
              margin-left: 0;
              border-top: 1px solid rgba(74, 74, 74, 0.15);
              padding: 10px 15px; } }
          header .widthWrapper .nav_wrap .nav ul li a {
            color: #4a4a4a;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 18px;
            padding-bottom: 15px;
            display: block; }
            @media (max-width: 940px) {
              header .widthWrapper .nav_wrap .nav ul li a {
                padding-bottom: 0; } }
          header .widthWrapper .nav_wrap .nav ul li.current-menu-item a {
            color: #00adee; }
          header .widthWrapper .nav_wrap .nav ul li .sub-menu {
            position: absolute;
            top: 100%;
            left: -15px;
            width: auto;
            min-width: 300px;
            padding-top: 0;
            text-align: left;
            display: none;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
            overflow: hidden;
            background-color: #fff; }
            @media (max-width: 940px) {
              header .widthWrapper .nav_wrap .nav ul li .sub-menu {
                display: none !important; } }
            header .widthWrapper .nav_wrap .nav ul li .sub-menu a {
              color: #4a4a4a;
              display: block;
              padding: 12px 15px;
              text-transform: none;
              font-size: 16px; }
            header .widthWrapper .nav_wrap .nav ul li .sub-menu li {
              display: block;
              background: rgba(236, 241, 245, 0);
              margin-left: 0;
              border-bottom: 1px solid #ecf1f5;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              header .widthWrapper .nav_wrap .nav ul li .sub-menu li:hover {
                background: #ecf1f5;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s; }
              header .widthWrapper .nav_wrap .nav ul li .sub-menu li a {
                text-decoration: none; }
          header .widthWrapper .nav_wrap .nav ul li:hover .sub-menu {
            display: block; }

.hero {
  background: #00174c;
  background: -moz-linear-gradient(left, #00174c 0%, #01517f 100%);
  background: -webkit-linear-gradient(left, #00174c 0%, #01517f 100%);
  background: linear-gradient(to right, #00174c 0%, #01517f 100%);
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 940px) {
    .hero {
      height: 25vh; } }
  .hero .text {
    flex: 1;
    z-index: 2; }
    .hero .text .textW {
      float: right;
      width: 90%;
      max-width: 600px;
      font-size: 50px; }
      .hero .text .textW strong {
        font-weight: normal;
        display: block;
        color: #00adee;
        line-height: 1.5em; }
      .hero .text .textW span {
        display: block;
        color: #fff;
        margin-left: 50px;
        line-height: 1.5em; }
    @media (max-width: 940px) {
      .hero .text .textW {
        font-size: 30px; }
        .hero .text .textW span {
          margin-left: 0; } }
  .hero .image {
    flex: 1;
    z-index: 1; }
    .hero .image img {
      vertical-align: bottom;
      margin-left: -15vw; }
      @media (max-width: 940px) {
        .hero .image img {
          width: auto;
          height: 100%;
          max-width: 3000px; } }

section {
  margin: 70px 0; }
  section h2 {
    color: #00adee;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 0.5em; }
  section p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300; }

.btn {
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase; }
  .btn.btn-primary {
    background: #00adee;
    color: white; }
  .btn--outline {
    background: white;
    color: #00adee;
    border: 1px solid #00adee;
    border-radius: 10px; }

.map {
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 940px) {
    .map .map_over {
      display: block;
      position: absolute;
      top: 50%;
      left: 5vw;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: white;
      width: 450px;
      padding: 20px 30px;
      -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5); } }
  @media (max-width: 940px) {
    .map .map_over {
      padding-bottom: 20px; } }
  .map .map_over .contacts {
    border-top: 1px solid rgba(74, 74, 74, 0.2);
    padding-top: 20px;
    margin-top: 0px; }
    .map .map_over .contacts i {
      color: #00adee;
      font-size: 16px;
      margin-right: 10px; }
    .map .map_over .contacts a {
      color: #4a4a4a;
      display: inline-block;
      margin: 0 10px; }
  .map .mapW iframe {
    width: 100%;
    height: 50vh; }

.split {
  display: flex;
  margin-top: 20px; }
  .split .split_left {
    flex: 1; }
  .split .split_right {
    flex: 1; }

footer {
  background: #363334;
  padding: 20px 0;
  color: white;
  font-size: 1em;
  font-weight: 200;
  position: relative; }
  footer .background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    filter: alpha(opacity=10); }
  footer a {
    color: white; }
  footer .footer_bottom {
    position: relative;
    z-index: 2;
    font-size: 12px; }
  footer .footer_top {
    display: flex;
    padding: 60px 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 940px) {
      footer .footer_top {
        display: block; } }
    footer .footer_top .col1 {
      flex: 0 0 33.3333%; }
      @media (max-width: 940px) {
        footer .footer_top .col1 {
          margin-bottom: 30px; } }
    footer .footer_top .logotip {
      margin-bottom: 40px; }
      footer .footer_top .logotip img {
        max-width: 150px; }
    footer .footer_top h3 {
      font-weight: 200;
      color: white;
      margin-bottom: 1.5em;
      text-transform: uppercase; }
    footer .footer_top .podatki .podatek {
      display: flex;
      align-items: center;
      margin: 30px 0; }
      footer .footer_top .podatki .podatek .icon {
        width: 25px;
        margin-right: 20px; }
      footer .footer_top .podatki .podatek .data p {
        margin-bottom: 0;
        line-height: 1.6em; }

.izdelki_cat_wrap_w {
  background-color: rgba(236, 241, 245, 0.3); }

.izdelki_cat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 0; }
  @media (max-width: 940px) {
    .izdelki_cat_wrap {
      padding: 30px 0; } }
  .izdelki_cat_wrap .izdelki_cat {
    flex: 0 0 calc(33.33% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 940px) {
      .izdelki_cat_wrap .izdelki_cat {
        flex: 0 0 calc(50% - 40px); } }
    @media (max-width: 736px) {
      .izdelki_cat_wrap .izdelki_cat {
        flex: 0 0 100%; } }
    .izdelki_cat_wrap .izdelki_cat .hover {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .izdelki_cat_wrap .izdelki_cat:hover {
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #00adee; }
      .izdelki_cat_wrap .izdelki_cat:hover a h3 {
        color: white !important;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .izdelki_cat_wrap .izdelki_cat:hover .hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .izdelki_cat_wrap .izdelki_cat a {
      color: #4a4a4a;
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .izdelki_cat_wrap .izdelki_cat a h3 {
        font-size: 1.2em;
        padding: 25px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: normal;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .izdelki_cat_wrap .izdelki_cat a:hover {
        color: #00adee;
        text-decoration: none; }

.izdelki_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 30px 0;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 940px) {
    .izdelki_wrap {
      padding: 15px 0; } }
  .izdelki_wrap .izdelek {
    flex: 0 0 calc(33.33% - 34px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 940px) {
      .izdelki_wrap .izdelek {
        flex: 0 0 calc(50% - 40px); } }
    @media (max-width: 736px) {
      .izdelki_wrap .izdelek {
        flex: 0 0 100%;
        margin: 20px 0; } }
    .izdelki_wrap .izdelek .img_wrap {
      margin-bottom: 0.5em; }
      .izdelki_wrap .izdelek .img_wrap img {
        width: auto;
        max-width: 500%;
        height: 100%; }
    .izdelki_wrap .izdelek a {
      color: #4a4a4a;
      display: flex;
      flex-direction: column;
      padding: 20px 20px 0 20px;
      height: 100%;
      border-radius: 10px;
      overflow: hidden;
      background-color: white;
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05); }
      .izdelki_wrap .izdelek a h3 {
        font-size: 1.4em;
        margin: 1em 0 0.6em;
        font-weight: normal; }
      .izdelki_wrap .izdelek a p {
        font-size: 0.9em;
        font-weight: 300;
        line-height: 1.5em; }
      .izdelki_wrap .izdelek a:hover {
        color: #00adee;
        text-decoration: none;
        -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1); }
      .izdelki_wrap .izdelek a span {
        color: #00adee;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 20px;
        background-color: #ecf1f5;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: auto; }
      .izdelki_wrap .izdelek a:hover {
        color: #4a4a4a; }

.izdelki_seznam_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding-top: 30px;
  padding-bottom: 100px; }
  .izdelki_seznam_wrap .izdelekw {
    flex: 0 0 calc(33.333% - 34px);
    display: flex;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    font-weight: 300;
    align-items: center;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05); }
    @media (max-width: 940px) {
      .izdelki_seznam_wrap .izdelekw {
        flex: 0 0 calc(50% - 25px); } }
    @media (max-width: 736px) {
      .izdelki_seznam_wrap .izdelekw {
        flex: 0 0 100%; } }
    .izdelki_seznam_wrap .izdelekw .img_wr {
      margin-bottom: 0.5em;
      width: 100%;
      flex: 0 0 150px;
      position: relative;
      padding: 20px 0; }
      @media (max-width: 736px) {
        .izdelki_seznam_wrap .izdelekw .img_wr {
          width: 100%;
          max-width: 100%; } }
      .izdelki_seznam_wrap .izdelekw .img_wr .main {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover;
        max-width: 80%;
        max-height: 80%;
        z-index: 1; }
      .izdelki_seznam_wrap .izdelekw .img_wr .logo {
        position: absolute;
        z-index: 2;
        top: 10px;
        right: 10px;
        background-color: white;
        border-radius: 10px; }
        .izdelki_seznam_wrap .izdelekw .img_wr .logo img {
          height: 50px;
          width: auto; }
    .izdelki_seznam_wrap .izdelekw h3 {
      font-size: 1.4em;
      line-height: 1.5em;
      margin-top: 10px; }
    .izdelki_seznam_wrap .izdelekw .text {
      display: flex;
      width: 100%;
      font-size: 1.2em;
      flex-direction: column;
      padding: 20px 20px 0 20px;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .izdelki_seznam_wrap .izdelekw .text .oddelek {
        font-size: 0.8em; }
      .izdelki_seznam_wrap .izdelekw .text h3 {
        font-size: 1.2em;
        margin-bottom: 15px; }
      .izdelki_seznam_wrap .izdelekw .text .description {
        font-size: 0.8em; }
        .izdelki_seznam_wrap .izdelekw .text .description ul {
          margin: 0 0 2em 0; }
          .izdelki_seznam_wrap .izdelekw .text .description ul li {
            list-style-type: disc;
            margin-left: 1em; }
      .izdelki_seznam_wrap .izdelekw .text .buttons {
        margin-top: auto; }
        .izdelki_seznam_wrap .izdelekw .text .buttons a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #ecf1f5;
          width: calc(100% + 40px);
          margin-left: -20px;
          padding: 15px;
          text-align: center;
          margin-top: 0;
          font-size: 0.9em; }
    .izdelki_seznam_wrap .izdelekw a {
      color: #4a4a4a;
      display: block; }
      .izdelki_seznam_wrap .izdelekw a h3 {
        font-size: 1.2em;
        margin: 1em 0 0.6em;
        font-weight: normal; }
      .izdelki_seznam_wrap .izdelekw a p {
        font-size: 1em;
        font-weight: 300;
        line-height: 1.5em; }
      .izdelki_seznam_wrap .izdelekw a:hover {
        color: #00adee;
        text-decoration: none; }
      .izdelki_seznam_wrap .izdelekw a span {
        color: #00adee; }

img {
  max-width: 100%;
  height: auto; }

.img_wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.img_wrap_new {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  .img_wrap_new .img_wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .img_wrap_new .img_wr img {
      max-width: 90%;
      max-height: 90%; }

.img_wrap_izdelek {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5em;
  max-width: 200px;
  padding-bottom: 300px;
  border: 1px solid rgba(74, 74, 74, 0.15); }
  .img_wrap_izdelek .img_wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .img_wrap_izdelek .img_wr a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .img_wrap_izdelek .img_wr img {
      max-width: 90%;
      max-height: 90%; }

.titleWrap_w {
  background-color: #ecf1f5;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0; }

.title_wrap {
  margin: 50px 0 30px; }

h1 {
  font-weight: 700;
  color: #00adee;
  font-size: 2.5em; }
  @media (max-width: 940px) {
    h1 {
      font-size: 2em; } }

.breadcrumbs {
  font-size: 0.8em;
  margin: 0 0 15px;
  font-weight: 300; }
  .breadcrumbs a {
    color: #4a4a4a; }
    .breadcrumbs a:hover {
      color: #00adee; }

.seperator {
  width: 100%;
  height: 1px;
  background: rgba(74, 74, 74, 0.15);
  margin: 50px 0; }

.izdelek_main {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 736px) {
    .izdelek_main {
      display: block; } }
  .izdelek_main .mobile_image {
    display: none; }
    @media (max-width: 736px) {
      .izdelek_main .mobile_image {
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid rgba(74, 74, 74, 0.15);
        margin-bottom: 1em; } }
  .izdelek_main .left_description {
    flex: 0 0 calc(100% - 450px);
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 736px) {
      .izdelek_main .left_description {
        padding-right: 0; } }
    .izdelek_main .left_description h1 {
      line-height: 1.5em;
      margin: 10px 0 0.6em; }
    .izdelek_main .left_description .btn {
      margin: 1em 0 0; }
    .izdelek_main .left_description .description {
      line-height: 1.5em; }
    .izdelek_main .left_description .logo {
      float: right; }
      .izdelek_main .left_description .logo img {
        height: 50px; }
  .izdelek_main .right_image {
    flex: 0 0 450px;
    border: 1px solid rgba(74, 74, 74, 0.15);
    text-align: center;
    padding: 10px; }
    @media (max-width: 736px) {
      .izdelek_main .right_image {
        display: none; } }
    .izdelek_main .right_image .gallery {
      display: flex;
      flex-wrap: wrap; }
      .izdelek_main .right_image .gallery a {
        flex: 0 0 20%;
        margin: 10px; }
        .izdelek_main .right_image .gallery a img {
          max-height: 50px; }

.hero_slider_w {
  background-color: rgba(236, 241, 245, 0.3);
  padding: 40px 0 0; }
  @media (max-width: 940px) {
    .hero_slider_w {
      padding: 20px 0 0; } }

.hero_slider {
  border-radius: 15px;
  overflow: hidden; }
  .hero_slider .bx-wrapper {
    margin-bottom: 0; }

.hero_inside {
  background: #ecf1f5;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 40px 0 0;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 940px) {
    .hero_inside {
      margin: 20px 0 0; } }
  @media (max-width: 736px) {
    .hero_inside {
      display: block; } }
  .hero_inside h1.white_slim {
    color: white;
    font-weight: 200; }
  .hero_inside .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
    @media (max-width: 940px) {
      .hero_inside .banner {
        display: none; } }
  .hero_inside .banner_mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
    @media (max-width: 940px) {
      .hero_inside .banner_mobile {
        display: block; } }
  .hero_inside .text {
    flex: 0 0 50%;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px 20px 60px; }
    @media (max-width: 736px) {
      .hero_inside .text {
        padding: 20px 20px 10px 20px; } }
  .hero_inside .image {
    flex: 0 0 50%;
    position: relative; }
    .hero_inside .image:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -40px;
      background: #ecf1f5;
      width: 55px;
      height: 150%;
      -moz-transform: skewX(-10deg);
      -webkit-transform: skewX(-10deg);
      -o-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      transform: skewX(-10deg); }
      @media (max-width: 736px) {
        .hero_inside .image:after {
          -moz-transform: skewY(-3deg);
          -webkit-transform: skewY(-3deg);
          -o-transform: skewY(-3deg);
          -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
          left: -0;
          top: -40px;
          width: 150%;
          height: 55px; } }
    .hero_inside .image.remove_after:after {
      display: none; }
    .hero_inside .image .img_wrap {
      text-align: right;
      padding-bottom: 270px; }

.katalog_link {
  display: inline-block !important;
  margin-top: 10px;
  color: #00adee !important; }
  .katalog_link:hover {
    text-decoration: underline !important; }

body {
  background-image: url(https://dev.novolon.com/www.itmedika.si/wp-content/uploads/2021/06/ozadje_PREMICNO_itmedika_kategorije_24052021-1.svg);
  background-repeat: repeat-y;
  background-size: 130%;
  background-position: 50% 0; }

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00adee;
  color: white;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  display: none;
  z-index: 999999; }

img.alignleft {
  float: left;
  margin: 1em 2em 1em 0; }
  @media (max-width: 940px) {
    img.alignleft {
      float: none;
      margin: 1em 0;
      display: block; } }

img.alignright {
  float: right;
  margin: 1em 0 1em 2em;
  max-width: 45%; }
  @media (max-width: 940px) {
    img.alignright {
      float: none;
      margin: 1em 0;
      display: block; } }

img.aligncenter {
  margin: 2em auto;
  width: auto;
  display: block; }

.openForm {
  margin-top: 30px;
  display: none; }
  .openForm input[type="submit"] {
    font-family: inherit;
    font-size: 1em;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    background: #00adee;
    color: white;
    border-radius: 10px;
    padding: 18px 50px; }
    .openForm input[type="submit"]:hover {
      background: #009ad5; }
  .openForm label {
    display: block;
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 300; }
    .openForm label input {
      width: 100%;
      margin-top: 5px;
      font-family: inherit;
      font-size: 1.1em;
      padding: 10px;
      border: 1px solid rgba(74, 74, 74, 0.15); }
    .openForm label textarea {
      width: 100%;
      margin-top: 5px;
      font-family: inherit;
      font-size: 1.1em;
      padding: 10px;
      border: 1px solid rgba(74, 74, 74, 0.15); }

.zastopstva {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 60px 0; }
  @media (max-width: 940px) {
    .zastopstva {
      padding: 30px 0; } }
  .zastopstva .zastopstvo {
    flex: 0 0 calc(33.333% - 35px);
    background-color: white;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 940px) {
      .zastopstva .zastopstvo {
        flex: 0 0 calc(50% - 25px); } }
    @media (max-width: 736px) {
      .zastopstva .zastopstvo {
        flex: 0 0 100%; } }
    .zastopstva .zastopstvo .zastopstvo_left {
      flex: 0 0 150px;
      position: relative;
      padding-top: 30px; }
      .zastopstva .zastopstvo .zastopstvo_left img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        object-fit: contain;
        max-width: 65%;
        max-height: 65%; }
      .zastopstva .zastopstvo .zastopstvo_left h2 {
        margin-bottom: 1em;
        color: #00adee;
        display: none; }
    .zastopstva .zastopstvo ul {
      margin: 0 0 2em 0; }
      .zastopstva .zastopstvo ul li {
        list-style-type: disc;
        margin-left: 1em; }
    .zastopstva .zastopstvo .zastopstvo_right {
      padding: 30px 0 0 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .zastopstva .zastopstvo .zastopstvo_right .opis {
        padding: 0 30px; }
      .zastopstva .zastopstvo .zastopstvo_right .buttons {
        display: flex;
        font-size: 0.9em;
        margin-top: auto;
        background-color: #ecf1f5; }
        .zastopstva .zastopstvo .zastopstvo_right .buttons .button {
          flex: 1;
          padding: 15px 0;
          display: flex;
          gap: 10px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          align-items: center;
          justify-content: center;
          color: #00adee; }
          .zastopstva .zastopstvo .zastopstvo_right .buttons .button:hover {
            color: #4a4a4a;
            text-decoration: none; }

.ekipa {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 2em 0; }
  .ekipa .ekipa_item {
    flex: 0 0 calc(33.333% - 35px);
    background-color: white;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 940px) {
      .ekipa .ekipa_item {
        flex: 0 0 calc(50% - 25px); } }
    @media (max-width: 736px) {
      .ekipa .ekipa_item {
        flex: 0 0 100%; } }
    .ekipa .ekipa_item .image {
      flex: 0 0 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 0; }
      .ekipa .ekipa_item .image img {
        max-height: 130px !important;
        width: auto !important;
        margin: 0 !important; }
    .ekipa .ekipa_item .name,
    .ekipa .ekipa_item .position,
    .ekipa .ekipa_item .description {
      padding: 0 30px; }
    .ekipa .ekipa_item .description {
      font-size: 0.9em;
      margin-bottom: 25px; }
    .ekipa .ekipa_item .position {
      font-size: 0.9em;
      font-style: italic;
      margin-bottom: 10px; }
    .ekipa .ekipa_item .name {
      font-weight: bold;
      margin-bottom: 10px; }
    .ekipa .ekipa_item .buttons {
      display: flex;
      font-size: 0.9em;
      margin-top: auto;
      background-color: #ecf1f5; }
      .ekipa .ekipa_item .buttons .button {
        flex: 1;
        padding: 15px 0;
        display: flex;
        gap: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        align-items: center;
        justify-content: center;
        color: #00adee; }
        .ekipa .ekipa_item .buttons .button:hover {
          color: #4a4a4a;
          text-decoration: none; }

.footer_blog .clanek a {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .footer_blog .clanek a .image {
    flex: 0 0 50px; }
    .footer_blog .clanek a .image img {
      background: white;
      width: 50px;
      height: 50px; }
  .footer_blog .clanek a .text {
    margin-left: 10px; }
    .footer_blog .clanek a .text .title {
      display: block;
      margin-bottom: 5px;
      font-weight: normal; }
    .footer_blog .clanek a .text span.blue {
      font-size: 0.9em; }

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
  .bx-wrapper img {
    width: 100%;
    height: auto; }
  .bx-wrapper .bx-default-pager {
    bottom: 30px; }
    .bx-wrapper .bx-default-pager.bx-pager a {
      background: transparent;
      border: 2px solid white;
      border-radius: 50%; }
      .bx-wrapper .bx-default-pager.bx-pager a.active {
        background: white; }

.content_w {
  padding: 60px 0; }
  @media (max-width: 940px) {
    .content_w {
      padding: 30px 0; } }
  .content_w ul {
    margin: 1em 0; }
    .content_w ul li {
      list-style-type: disc;
      margin-left: 1em; }

.izdelek__top {
  display: flex;
  gap: 60px;
  margin: 60px 0; }
  @media (max-width: 940px) {
    .izdelek__top {
      flex-direction: column;
      gap: 20px;
      margin: 20px 0; } }
  .izdelek__top h1 {
    margin-bottom: 1em; }
  .izdelek__top .open_form {
    border-radius: 10px;
    padding: 18px 50px;
    margin-top: 2em; }
.izdelek__breadcrumbs {
  margin-bottom: 2em; }
.izdelek__bottom {
  line-height: 1.6em;
  margin-bottom: 100px; }
  .izdelek__bottom ul {
    margin: 1em 0; }
    .izdelek__bottom ul li {
      list-style-type: disc;
      margin-left: 1em; }
.izdelek__gallery {
  flex: 0 0 50%; }
.izdelek__img {
  height: 40vh;
  min-height: 350px;
  position: relative;
  background-color: white;
  border-radius: 15px; }
  @media (max-width: 736px) {
    .izdelek__img {
      height: 250px;
      min-height: 250px; } }
  .izdelek__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    max-width: 90%;
    max-height: 90%; }
.izdelek__logo img {
  height: 50px;
  margin-bottom: 2em; }
.izdelek .gallery {
  display: flex;
  gap: 10px;
  margin-top: 10px; }
  .izdelek .gallery a {
    flex: 1;
    max-width: 150px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .izdelek .gallery a:hover {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .izdelek .gallery a div {
      max-width: 150px;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      background-color: white;
      border-radius: 10px; }
      .izdelek .gallery a div img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover;
        max-width: 90%;
        max-height: 90%; }
.izdelek__meta {
  flex: 1; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 2em 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cat__breadcrumbs {
  margin-top: 20px; }

.dolg_opis_cat {
  padding-top: 50px;
  line-height: 1.5em; }
  .dolg_opis_cat h2 {
    font-size: 1.5em;
    color: #00adee;
    margin-bottom: 1em; }
  @media (max-width: 940px) {
    .dolg_opis_cat {
      padding-top: 25px; } }

.new_footer_top {
  text-align: center;
  width: 100%;
  line-height: 1.6em; }
  .new_footer_top svg {
    width: auto;
    height: 80px;
    margin-bottom: 20px; }
    .new_footer_top svg path,
    .new_footer_top svg polygon {
      fill: white !important; }

.kolone {
  display: flex;
  gap: 50px;
  flex-wrap: wrap; }
  .kolone .kolona {
    flex: 0 0 calc(50% - 25px);
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 736px) {
      .kolone .kolona {
        flex: 0 0 100%; } }
    .kolone .kolona p:last-child {
      margin-bottom: 0; }

.term-5 .hero_inside,
.term-8 .hero_inside,
.term-41 .hero_inside,
.term-12 .hero_inside,
.term-37 .hero_inside,
.term-39 .hero_inside,
.term-42 .hero_inside {
  color: white; }

.izdelek__bottom img {
  mix-blend-mode: multiply;
  min-width: 100%; }

.cat_new_flex {
  display: flex;
  gap: 45px; }
  .cat_new_flex a {
    display: block; }
  .cat_new_flex img {
    height: 100px;
    width: auto;
    margin-bottom: 1em; }

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #fff;
  height: 40px;
  position: relative; }

.logo-track {
  display: inline-flex;
  align-items: center;
  gap: 25px; }

.logo-track img {
  height: 40px;
  object-fit: contain;
  flex-shrink: 0; }

.logo_slider_wrap {
  background: white;
  padding: 30px 0 30px 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05); }

.buttons_wrap {
  display: flex;
  gap: 20px; }
  .buttons_wrap a {
    flex: 1;
    border-radius: 10px;
    padding: 15px 20px !important;
    text-align: center;
    margin-top: 0 !important;
    max-width: 250px; }

.postid-319 .kolone .kolona {
  display: flex;
  flex-direction: column; }
  .postid-319 .kolone .kolona p:last-child {
    margin-top: auto; }

.postid-1815 .izdelek__logo img {
  height: 100px; }

.kontakt_new {
  background-color: white;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 550px;
  border-radius: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 4em; }
  .kontakt_new__title {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1.4em;
    padding: 20px;
    background-color: #00adee; }
  .kontakt_new__wrap {
    padding: 40px;
    display: flex;
    gap: 20px;
    text-align: center; }
    @media (max-width: 940px) {
      .kontakt_new__wrap {
        flex-direction: column; } }
    .kontakt_new__wrap strong {
      display: block;
      margin-bottom: 10px; }
    .kontakt_new__wrap a {
      font-size: 1.4em;
      font-weight: bold; }
    .kontakt_new__wrap > div {
      flex: 1; }

/*# sourceMappingURL=default-min.css.map */
