@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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 */ }

/* GENERAL STYLES
------------------------------ */
/* elements */
body {
  font: normal 100% "DM Sans", sans-serif;
  background: #fff;
  color: #242a3c;
  padding: 0;
  font-size: 16px; }
  @media (max-width: 1023px) {
    body {
      padding: 0; } }

a {
  color: #242a3c;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

a:hover {
  text-decoration: none; }

p {
  margin: 0 0 1em; }

button {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media (max-width: 1023px) {
  .m_hide {
    display: none !important; } }

@media (min-width: 1024px) {
  .d_hide {
    display: none !important; } }

@media (min-width: 1024px) {
  .m_show {
    display: none !important; } }

.flex {
  display: flex; }
  .flex--equal > * {
    flex: 1; }
  .flex--center {
    align-items: center; }
  .flex--middle {
    justify-content: center; }
  .flex--end {
    justify-content: flex-end; }
  .flex--space_between {
    justify-content: space-between; }
  .flex--column {
    flex-direction: column; }
  @media (max-width: 1023px) {
    .flex--m-column {
      flex-direction: column; } }
  @media (max-width: 500px) {
    .flex--mp-column {
      flex-direction: column; } }
  @media (max-width: 1023px) {
    .flex--m-center {
      align-items: center; } }
  @media (max-width: 1023px) {
    .flex--m-left {
      align-items: flex-start; } }
  @media (max-width: 1023px) {
    .flex--m-bottom {
      align-items: flex-end; } }
  @media (max-width: 1023px) {
    .flex--m-end {
      justify-content: flex-end; } }
  @media (max-width: 1023px) {
    .flex--m-middle {
      justify-content: center; } }
  @media (max-width: 1023px) {
    .flex--m-wrap {
      flex-wrap: wrap; } }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--row3 > * {
    width: 33.333%; }
  .flex--row3.flex--gap25 > * {
    width: calc(33.333% - 25px); }
  .flex--m-row2 > * {
    width: 50%; }
  .flex--m-row2.flex--gap40 > * {
    width: calc(50% - 25px); }
  @media (max-width: 1023px) {
    .flex--m-full {
      width: 100%; }
      .flex--m-full > * {
        flex: 1;
        width: 100%; }
      .flex--m-full.flex--gap25 > * {
        width: 100%; } }
  .flex--gap5 {
    gap: 5px; }
  .flex--gap10 {
    gap: 10px; }
  .flex--gap15 {
    gap: 15px; }
  .flex--gap20 {
    gap: 20px; }
  .flex--gap25 {
    gap: 25px; }
  .flex--gap30 {
    gap: 30px; }
  .flex--gap35 {
    gap: 35px; }
  .flex--gap40 {
    gap: 40px; }
  .flex--gap45 {
    gap: 45px; }
  .flex--gap50 {
    gap: 50px; }
  .flex--gap55 {
    gap: 55px; }
  .flex--gap60 {
    gap: 60px; }
  .flex--gap65 {
    gap: 65px; }
  .flex--gap70 {
    gap: 70px; }
  .flex--gap75 {
    gap: 75px; }
  .flex--gap80 {
    gap: 80px; }
  .flex--gap85 {
    gap: 85px; }
  .flex--gap90 {
    gap: 90px; }
  .flex--gap95 {
    gap: 95px; }
  .flex--gap100 {
    gap: 100px; }
  @media (max-width: 1023px) {
    .flex--mgap5 {
      gap: 5px; }
    .flex--mgap10 {
      gap: 10px; }
    .flex--mgap15 {
      gap: 15px; }
    .flex--mgap20 {
      gap: 20px; }
    .flex--mgap25 {
      gap: 25px; }
    .flex--mgap30 {
      gap: 30px; }
    .flex--mgap35 {
      gap: 35px; }
    .flex--mgap40 {
      gap: 40px; }
    .flex--mgap45 {
      gap: 45px; }
    .flex--mgap50 {
      gap: 50px; }
    .flex--mgap55 {
      gap: 55px; }
    .flex--mgap60 {
      gap: 60px; }
    .flex--mgap65 {
      gap: 65px; }
    .flex--mgap70 {
      gap: 70px; }
    .flex--mgap75 {
      gap: 75px; }
    .flex--mgap80 {
      gap: 80px; }
    .flex--mgap85 {
      gap: 85px; }
    .flex--mgap90 {
      gap: 90px; }
    .flex--mgap95 {
      gap: 95px; }
    .flex--mgap100 {
      gap: 100px; } }

.hamburger {
  width: 40px;
  height: 30px;
  min-width: 40px;
  position: relative;
  margin: 10px;
  display: none; }
  @media (max-width: 1023px) {
    .hamburger {
      display: block; } }
  .hamburger:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #fff;
    top: 5px;
    position: absolute;
    left: 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;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    -moz-transform: translateX(0) translateY(0) rotate(0deg);
    -ms-transform: translateX(0) translateY(0) rotate(0deg);
    -o-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg); }
    .ham_opened .hamburger:before {
      width: 30px;
      background-color: #fff;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .hamburger:after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #fff;
    bottom: 5px;
    position: absolute;
    left: 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;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    -moz-transform: translateX(0) translateY(0) rotate(0deg);
    -ms-transform: translateX(0) translateY(0) rotate(0deg);
    -o-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg); }
    .ham_opened .hamburger:after {
      background-color: #fff;
      width: 30px;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  color: #242a3c; }

h1 {
  font-size: 60px; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 50px;
  font-weight: 600; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 30px; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-size: 25px; }
  @media (max-width: 1023px) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 20px; }
  @media (max-width: 1023px) {
    h5 {
      font-size: 16px; } }

.txt--white {
  color: #fff; }
.txt--orange {
  color: #da291c; }
.txt--small {
  font-size: 0.9em; }
.txt--center {
  text-align: center; }
.txt--right {
  text-align: right; }
.txt--left {
  text-align: left; }
.txt--bold {
  font-weight: bold; }
.txt--italic {
  font-style: italic; }
.txt--nowrap {
  white-space: nowrap; }
@media (max-width: 1023px) {
  .txt--m-center {
    text-align: center; } }

.widthWrapper {
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .widthWrapper--wide {
    max-width: 1500px; }
  .widthWrapper--small {
    max-width: 800px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(36, 42, 60, 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; }
  .admin-bar .header {
    top: 32px; }
  .header__wrap {
    padding: 25px 0; }
    .scrolled .header__wrap {
      padding: 10px 0; }
  .header__nav {
    display: flex; }
    @media (max-width: 1023px) {
      .header__nav {
        max-width: 0px;
        -webkit-transform: translateX(110%) translateY(0%);
        -moz-transform: translateX(110%) translateY(0%);
        -ms-transform: translateX(110%) translateY(0%);
        -o-transform: translateX(110%) translateY(0%);
        transform: translateX(110%) translateY(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;
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100vw;
        max-width: 500px;
        background: rgba(36, 42, 60, 0.9); }
        .ham_opened .header__nav {
          -webkit-transform: translateX(0%) translateY(0%);
          -moz-transform: translateX(0%) translateY(0%);
          -ms-transform: translateX(0%) translateY(0%);
          -o-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(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; } }
    .header__nav ul {
      display: flex;
      gap: 40px;
      align-items: center; }
      @media (max-width: 1023px) {
        .header__nav ul {
          display: block;
          gap: 0; } }
      .header__nav ul li a {
        color: white;
        font-weight: 600; }
        @media (max-width: 1023px) {
          .header__nav ul li a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding: 20px 30px;
            display: block;
            text-align: right; } }
        .header__nav ul li a:hover {
          color: #da291c; }
  .ham_opened .header {
    background: rgba(36, 42, 60, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .scrolled .header {
    background: rgba(36, 42, 60, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.logos svg {
  height: 20px;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scrolled .logos svg {
    height: 15px;
    -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: 1023px) {
    .logos svg {
      height: 15px; }
      .scrolled .logos svg {
        height: 15px; } }
.logos__zepic svg {
  height: 52px;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scrolled .logos__zepic svg {
    height: 45px;
    -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: 1023px) {
    .logos__zepic svg {
      height: 30px; }
      .scrolled .logos__zepic svg {
        height: 30px; } }
.logos__cars {
  display: flex;
  flex-direction: column;
  gap: 3px; }

section {
  margin: 100px 0; }
  @media (max-width: 1023px) {
    section {
      margin: 50px 0; } }

.hero {
  margin: 0; }
  .hero__item {
    position: relative;
    z-index: 2;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
    @media (max-width: 1023px) {
      .hero__item {
        padding-bottom: 50px;
        height: 70vh; } }
    .hero__item:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%); }
    .hero__item:after {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.82) 100%); }
  .hero__title {
    font-size: 45px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .hero__title {
        font-size: 35px;
        margin-bottom: 15px; } }
  .hero__desc {
    color: white;
    font-size: 20px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .hero__desc {
        font-size: 18px;
        margin-bottom: 25px; } }
  .hero__content {
    max-width: 500px;
    position: relative;
    z-index: 2; }
  .hero video {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    -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%); }

.btn {
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600; }
  .btn--white {
    background-color: white;
    color: #242a3c; }
    .btn--white:hover {
      background-color: #da291c;
      color: white; }
  .btn--red {
    background-color: #da291c;
    color: #fff;
    border: 1px solid #da291c; }
    .btn--red:hover {
      background-color: white;
      color: #da291c; }

.ponudba__img {
  height: 200px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 500px) {
    .ponudba__img {
      min-height: 150px; } }
  .ponudba__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  .ponudba__img > img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    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%);
    min-width: 100%;
    min-height: 100%; }
.ponudba__item {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 500px) {
    .ponudba__item {
      flex-direction: column; } }
.ponudba__logo {
  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%);
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 3;
  padding: 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .ponudba__logo svg,
  .ponudba__logo img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%; }
.ponudba__cont {
  flex: 1;
  padding: 35px;
  font-size: 15px; }
  @media (max-width: 1023px) {
    .ponudba__cont {
      padding: 20px; } }
.ponudba h3 {
  font-size: 18px;
  font-weight: bold; }
.ponudba ul {
  margin-top: 1em;
  margin-bottom: 1em; }
  .ponudba ul li {
    list-style-type: disc;
    margin: 5px 0 5px 1.3em; }

.link {
  color: #da291c;
  font-weight: bold;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px; }
  .link:after {
    content: "";
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58984 17.08L13.1698 12.5L8.58984 7.91L9.99984 6.5L15.9998 12.5L9.99984 18.5L8.58984 17.08Z' fill='%23DA291C'/%3E%3C/svg%3E%0A");
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0); }
  .link:hover:after {
    -webkit-transform: translateX(10px) translateY(0);
    -moz-transform: translateX(10px) translateY(0);
    -ms-transform: translateX(10px) translateY(0);
    -o-transform: translateX(10px) translateY(0);
    transform: translateX(10px) translateY(0); }

.storitve {
  background-color: #f5f5f5;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .storitve {
      padding: 50px 0; } }
  .page-id-62 .storitve {
    margin: 0;
    padding: 70px 0; }
    @media (max-width: 1023px) {
      .page-id-62 .storitve {
        padding: 35px 0; } }
  .storitve__top_title {
    font-size: 15px;
    margin-bottom: 40px; }
  .storitve__icon {
    min-width: 50px; }
    .storitve__icon img {
      height: 50px;
      width: auto; }
  .storitve__top_desc {
    max-width: 600px; }
  .storitve__item {
    background-color: white;
    padding: 20px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1 1 calc(33.333% - 30px);
    font-size: 15px; }
    @media (max-width: 1023px) {
      .storitve__item {
        flex: 1 1 calc(50% - 30px); } }
    @media (max-width: 500px) {
      .storitve__item {
        flex: 1 1 100%; } }
    .storitve__item:first-child {
      flex: 1 1 100%; }
      .storitve__item:first-child .storitve__title {
        margin-bottom: 10px; }
  .storitve__title {
    font-size: 25px;
    font-weight: bold;
    min-width: 50px; }
    .storitve__title img {
      height: 50px;
      width: auto; }
    .storitve__title strong {
      color: #da291c; }
  .storitve__top {
    margin-bottom: 10px; }
  .storitve__desc strong {
    color: #da291c; }

.aktualno h2 {
  margin-bottom: 1em; }
.aktualno__item {
  flex: 1; }
  @media (max-width: 1023px) {
    .aktualno__item {
      flex: 0 0 100%; } }
.aktualno__img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .aktualno__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0001);
    transform: translateX(-50%) translateY(-50%) scale(1.0001);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .aktualno__img:hover img {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.aktualno__date {
  font-size: 15px;
  margin-bottom: 10px; }
.aktualno__title {
  font-weight: bold;
  font-size: 18px; }
  .aktualno__title:hover {
    color: #da291c; }

.footer {
  background-color: #050b20;
  color: white;
  padding: 100px 0 0; }
  @media (max-width: 1023px) {
    .footer {
      padding: 50px 0 0; } }
  .footer a {
    color: white; }
    .footer a:hover {
      color: #da291c; }
  .footer .logos {
    margin-bottom: 40px; }
  .footer__top {
    margin-bottom: 70px; }
  .footer__enovice_title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold; }
  .footer__enovice {
    max-width: 500px; }
    .footer__enovice p {
      font-size: 15px; }
  .footer__enovice_form {
    display: flex;
    gap: 10px; }
    .footer__enovice_form input {
      height: 60px;
      background-color: #1e2437;
      border-radius: 5px;
      font-family: inherit;
      color: white;
      font-weight: inherit;
      font-size: 18px;
      padding-left: 20px;
      flex: 1;
      border: none; }
    .footer__enovice_form button {
      background-color: #da291c;
      border-radius: 5px;
      border: 1px solid #da291c;
      color: white;
      padding-left: 30px;
      padding-right: 30px;
      font-weight: bold;
      height: 60px;
      font-family: inherit;
      font-size: 16px; }
  .footer__nav ul li {
    margin: 10px 0; }
  @media (max-width: 1023px) {
    .footer__nav {
      flex: 1 1 calc(50% - 30px); } }
  .footer__contact {
    line-height: 1.8em; }
    @media (max-width: 1023px) {
      .footer__contact {
        flex: 1 1 calc(50% - 30px); } }
  .footer__contact_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .footer__copy {
    background-color: #02081b;
    margin-top: 50px;
    padding: 20px;
    font-size: 12px; }
    @media (max-width: 1023px) {
      .footer__copy {
        text-align: center; } }

.usp {
  text-align: center; }
  .usp__title {
    color: #da291c;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px; }
  .usp p {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 0; }
  .usp__item {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 20px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.inner_hero {
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .inner_hero:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%); }
  .inner_hero:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.82) 100%); }
  .inner_hero .widthWrapper {
    position: relative;
    z-index: 3; }
  .inner_hero h1 {
    color: white;
    font-weight: bold;
    padding-bottom: 50px; }

.vsebina {
  line-height: 1.6em; }

.split__wrap.split--desno {
  flex-direction: row-reverse; }
  @media (max-width: 1023px) {
    .split__wrap.split--desno {
      flex-direction: column-reverse; } }
.split__text {
  flex: 1; }
.split__image {
  flex: 0 0 40%; }
  @media (max-width: 1023px) {
    .split__image {
      width: 100%; } }
.split__img {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden; }
  .split__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;
    min-width: 100%;
    min-height: 100%; }
.split ul {
  margin-top: 1em;
  margin-bottom: 1em; }
  .split ul li {
    list-style-type: disc;
    margin: 5px 0 5px 1.3em; }
.split h2 {
  color: #da291c;
  margin-bottom: 0.5em; }

.vsebina ul {
  margin-top: 1em;
  margin-bottom: 1em; }
  .vsebina ul li {
    list-style-type: disc;
    margin: 5px 0 5px 1.3em; }

.mapa {
  width: 100%;
  height: 600px; }
  @media (max-width: 1023px) {
    .mapa {
      height: 400px; } }
  @media (max-width: 500px) {
    .mapa {
      height: 250px; } }

.topbar {
  background-color: #050b20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .scrolled .topbar {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0; }
  .topbar__logos {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 40px; }
    .topbar__logos svg {
      height: 20px;
      width: auto;
      vertical-align: bottom; }

.logotipi__top {
  margin-bottom: 30px; }
  .logotipi__top h2 {
    margin-bottom: 0.5em; }
.logotipi a {
  width: 180px;
  display: block;
  height: 100px;
  position: relative; }
  @media (max-width: 1023px) {
    .logotipi a {
      width: 120px;
      height: 80px; } }
  .logotipi a 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: contain;
    min-height: 100%; }

.owl-nav {
  color: white;
  font-size: 100px; }
  .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 10px;
    right: auto; }
    .owl-nav .owl-prev.disabled {
      display: none; }
  .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 10px;
    left: auto; }
    .owl-nav .owl-next.disabled {
      display: none; }

.anchor {
  padding-bottom: 1px; }

.gallery {
  margin: 50px 0; }
  @media (max-width: 1023px) {
    .gallery {
      margin: 25px 0;
      width: 1000px; } }
  .gallery__item {
    flex: 0 0 calc(33.333% - 15px); }
    @media (max-width: 1023px) {
      .gallery__item {
        flex: 1; } }
  .gallery .img_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    display: block;
    overflow: hidden; }
    .gallery .img_wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.01);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1.01);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1.01);
      -o-transform: translateX(-50%) translateY(-50%) scale(1.01);
      transform: translateX(-50%) translateY(-50%) scale(1.01);
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      -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: 1023px) {
  .scroll_wrap {
    width: 100%;
    overflow-x: auto; } }

/*# sourceMappingURL=default-min.css.map */
