/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* @font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
} */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #fff;
  font-family: "Mulish", sans-serif;
  word-wrap: break-word;
  line-height:1.7;
  font-size: 16px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #999;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  color: #000;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1117px;
  margin: 0 auto;
  padding: 0;
}

.cookie-container {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  padding: 10px 0 0 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
}
.cookie-container .center {
  padding: 10px 20px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.cookie-container .centerspan {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.cookie-container .center p {
  display: inline;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.cookie-container .center a {
  color: #ed1c24;
  text-decoration: underline;
  transition: all 0.6s ease;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 600px) {
  .cookie-container .center a {
    float: none;
    width: auto;
  }
}

.col {
  float: left;
  position: relative;
}
@media (min-width: 550px) {
  .container {
    width: 100%;
    padding: 0;
  }
  .col-1 {
    width: 4.66666666667%;
  }
  .col-2 {
    width: 13.3333333333%;
  }
  .col-3 {
    width: 33.333%;
  }
  .col-4 {
    width: 21%;
  }
  .col-full-4 {
    width: 25%;
  }
  .col-5 {
    width: 39.3333333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 56.6666666667%;
  }
  .col-8 {
    width: 65.3333333333%;
  }
  .col-9 {
    width: 74%;
  }
  .col-10 {
    width: 82.6666666667%;
  }
  .col-11 {
    width: 91.3333333333%;
  }
  .col-12 {
    width: 100%;
  }
  .col-1-3 {
    width: 18.9%;
  }
  .one-half {
    width: 48%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height:1.5;
  font-weight: 700;
}
h1 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: #333;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6 {
  color: #333;
  letter-spacing: 0;
  font-weight: 600;
}
h2 {
  font-size: 26px;

}
h3 {
  font-size: 22px;

}
h4 {
  font-size: 18px;

}
h5 {
  font-size: 16px;

}
h6 {
  font-size: 14px;

}

p,
li {
  color: #000;
  font-weight: 400;
}
p {
  margin-top: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  width: 100%;
  padding: 15px 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  box-sizing: border-box;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
  display: block;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  outline: none;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  text-align: left;
  padding: 6px 10px;
  background-color: #fff;
  border-top: transparent;
  border-right: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #999;
  border-left: 2px solid #fff;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 85px;
  padding: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #999;
  border-left: 2px solid #fff;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #ed1c24;
  border-left: 2px solid #fff;
  outline: none;
  background: #fff;
} 

.check-container p {
  display: inline-block;
}
label,
legend {
  display: inline-block;
  padding: 8px 0;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  float: left;
  width: 100%;
  margin: 0;
}
.pregrada {
  display: block;
  float: left;
  width: 100%;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 10px;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
ul {
  list-style-type: disc;
  list-style-position: inside;
}
ol {
  list-style: decimal inside;
  list-style-position: inside;
}
ol,
ul {
  padding-left: 30px;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 100%;
}
li {
  margin-bottom: 5px;
}
th {
  background-color: #e1e1e1;
}
th,
td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  color: #000;
}
th {
  color: #333;
  text-transform: uppercase;
}
th:nth-of-type(2) {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 15px;
  color: #999;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 15px;
}
form {
  margin-bottom: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/*all style*/
a,
.arrow-link::after {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.error,
.success {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.error {
  background: url(/wp-content/uploads/2025/08/ex.svg) no-repeat center left 1%;
  color: #f03434;
  border: 1px solid #f03434;
  float: left;
  width: 100%;
}

.error span {
  margin-left: 4%;
}
.txt_error {
  border: 1px solid #f03434 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  display: block;
  float: left;
}
.success {
  background: #87d37c;
  color: #fff;
  float: left;
  width: 100%;
}
.clearfix {
  display: block;
  clear: both;
  width: 100%;
}
.none {
  display: none;
}
.list-no-style {
  list-style-type: none;
  padding: 0;
}
.main-content,
.content,
.row {
  display: block;
  /* float: left; */
  width: 100%;
  position: relative;
}
.w30 {
  display: block;
  float: left;
  position: relative;
}
.w30 {
  width: 30%;
}
.block-link {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.bread-crumbs {
  width: 100%;
  margin-bottom: 50px;
  padding: 10px 0;
  background-color: #f7f7f7;
}
.bread-crumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.bread-crumbs li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  color: #ed1c24;
}
.bread-crumbs li,
.bread-crumbs a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.bread-crumbs a {
  border-right: 1px solid #999;
  padding-right: 4px;
}
.main-title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: #333;
  padding-left: 50px;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
}
.main-title-small {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #333;
  margin: 20px 0;
  padding-left: 40px;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
}
.main-title-documents {
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin: 15px 0 17px 0;
  padding-left: 70px;
  text-transform: uppercase;
}
.main-title-documents span {
  width: 12px;
  height: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  display: block;
  float: left;
  position: absolute;
  left: 2%;
  top: 10%;
}
.main-title-small span {
  width: 12px;
  height: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ed1c24;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 8px;
}
.main-title span {
  width: 12px;
  height: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ed1c24;
  display: block;
  float: left;
  position: absolute;
  left: 0;
  top: 16px;
}

.vertical-space-other {
  margin: 0;
}
.vertical-space {
  padding: 200px 0;
}
.red-button-style__right,
.red-button-style__left {
  background: #ed1c24;
  color: #fff;
  padding: 5px 25px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.22);
}
.red-button-style__right {
  float: right;
}
.red-button-style__footer {
  float: left;
}
.red-button-style__left {
  float: left;
  margin-top: 100px;
}
.red-button-style__right.absolute {
  position: absolute;
  right: 0;
  top: 0;
}
.red-button-style__right::before,
.red-button-style__left:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -8px;
  top: -8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.red-button-style__right:hover,
.red-button-style__left:hover {
  background: #333;
  color: #fff;
}
.red-button-style__left_news {
  background: #ed1c24;
  color: #fff;
  padding: 5px 25px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  -webkit-box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.22);
}
.red-button-style__left_news {
  float: left;
  margin-top: 15px;
}
.red-button-style__left_news:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -8px;
  top: -8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.red-button-style__left_news:hover {
  background: #fff;
  color: #fff;
}
.lightgrey {
  background: #efefef;
}
.lightgrey-gallery {
  background: #efefef;
  padding: 50px 0;
  margin-top: 50px;
}
.lightgrey-video {
  background: #efefef;
  padding: 50px 0;
}
/*sections*/


.absolute-png {
  position: absolute;
  bottom: -86px;
  z-index: 100;
}
.main-menu {
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.main-menu li {
  display: inline-block;
  margin: 0;
  position: relative;
}
 /*.sub2 li:nth-child(4){*/
 /*       display:none !important;*/
 /*   }*/
.main-menu a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 25px;
  opacity: 1;
}
.main-menu li:hover a,
.main-menu .mslc {
  opacity: 0.6;
}
.main-menu li:hover .sub-menu {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  max-width: 140px;
  min-width: 140px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background: #efefef;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .sub-menu {
    max-width: 280px;
    min-width: 280px;
  }
}
.main-menu li .sub-menu li,
.main-menu li .sub-menu a {
  display: block;
  width: 100%;
  float: left;
}
.main-menu li .sub-menu a {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  background: #eaeaea !important;
  text-transform: none;
  opacity: 1;
}
.main-menu a img{
    width:1rem;
    vertical-align:center;
    margin-right:5px;
}
.main-menu li .sub-menu a:hover {
  background: #ed1c24 !important;
  color: #fff;
}
/*.main-menu > li:first-of-type a,*/
/*.main-menu > li:nth-of-type(5n) a,*/
/*.main-menu > li:nth-of-type(6n) a {*/
/*  background: url(../images/svg/arrow-down-white.svg) no-repeat right 5px center;*/
/*  -webkit-background-size: 10px;*/
/*  -moz-background-size: 10px;*/
/*  background-size: 10px;*/
/*}*/
a.expand-sub {
  background: url(/wp-content/uploads/2025/08/arrow-down-white.svg) no-repeat right 5px center;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
}
.main-menu li:nth-of-type(6n) img {
	margin-right: 5px;
	width: 17px;
}
.main-menu li:nth-of-type(5n) .sub-menu a,
.main-menu li:nth-of-type(6n) .sub-menu a {
  cursor: pointer;
  background: none;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: auto;
}
.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
  background: #fff url(/wp-content/uploads/2025/08/arrow-down.svg) no-repeat center right;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  color:#333;
}
.dropbtn:hover,
.dropbtn:focus {
  background: #fff url(/wp-content/uploads/2025/08/arrow-down.svg) no-repeat center right;
  -webkit-background-size: 10px;
  -moz-background-size: 10px;
  background-size: 10px;
  opacity: 1;
  color: #333;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 69px;
  overflow: auto;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  top: 47px;
  left: -6px;
  padding: 5px 0;
  border: 1px solid #f1f1f1;
}
.dropdown-content a {
	color: black;
	padding: 5px 0;
	text-decoration: none;
	display: block;
	text-align: left;
	background-size: 20px;
	background-position: right 8px center;
	background-repeat: no-repeat;
	padding: 0 8px;
}
.dropdown-content a.de{
  background-image:url(/wp-content/uploads/2025/08/de.svg)
}
.dropdown-content a.it{
  background-image:url(/wp-content/uploads/2025/08/it.svg)
}
.dropdown-content a.fr{
  background-image:url(/wp-content/uploads/2025/08/fr.svg)
}
.dropdown-content a.en{
  background-image:url(/wp-content/uploads/2025/08/en.svg)
}
.dropdown-content a:hover{
  color: #ed1c24;
}
.show {
  display: block;
}
#toggle {
  display: none;
}

.slider.fade-in {
  opacity: 1;
}
.slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  margin: 0;
}
.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 130px;
  width: 100%;
  max-width: 800px;
  left: 17%;
}
.slider .bx-wrapper .bx-pager {
  text-align: left;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ed1c24;
}
.img-full {
  width: 100%;
  height: 870px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.red-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.3);
}
.slider-txt {
  z-index: 1;
  position: absolute;
  left: 17%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 800px;
}
.slider-txt h2 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}
.slider-txt h3 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background: #ed1c24;
  float: left;
  padding: 5px;
  margin: 0;
}

.textabout {
  float: left;
  width: 100%;
}
.textabout strong, .s-content strong{
  color: #FF0000;
}
.dokument {
  margin-bottom: 50px;
}
.dokumenti {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  list-style-type: none;
  padding: 0 0 0 40px;
}
.dokumenti a {
  color: #fff;
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 0;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  line-height: 22px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  position: relative;
}
.dokumenti a::before {
  content: url(/wp-content/uploads/2025/08/doc-icon.svg);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dokumenti-downloads {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  list-style-type: none;
  margin-top: 3%;
}
.dokumenti-downloads li {
  display: block;
  float: left;
  width: 100%;
}
.dokumenti-downloads a {
  color: #333;
  background: url(/wp-content/uploads/2025/08/doc-icon1.svg) no-repeat left bottom;
  padding-left: 50px;
  font-size: 16px;
  letter-spacing: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  line-height: 22px;
  border-bottom: 1px dashed #ed1c24;
  display: block;
  padding-bottom: 7px;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
}
.docs-list {
  margin: 50px 0;
  display: block;
  float: left;
  width: 100%;
}
.multiple {
  background-image: url(/wp-content/uploads/2025/08/romb.svg);
  background-position: left 220px center;
  background-repeat: no-repeat, no-repeat;
}
.multiple1 {
  background-image: url(/wp-content/uploads/2025/08/romb.svg);
  background-position: left 220px center, right 170px center;
  background-repeat: no-repeat, no-repeat;
}
.img_pos_gallery {
  max-width: 100%;
  float: left;
}
.img_pos_gallery:hover {
  transform: scale(1.2);
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}

.izdvojena-slika {
  display: block;
  float: right;
  width: 30%;
  border: 3px solid #ed1c24;
}
.img_pos {
  max-width: 50%;
  float: right;
  margin-left: 30px;
}
.textnews {
  margin: 2% 0 2% 0;
  width: 100%;
}
.msg_1 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 2%;
  font-weight: 400;
  color: #333;
}
.msg_1 a {
  color: #ed1c24;
  font-weight: bold;
}
.msg_1 a:hover {
  color: #333;
}
.right {
  width: 50%;
  float: right;
}
.right-content {
  float: right;
  width: 75%;
}
.toggle-category {
  display: none;
}
.left-navigation {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.left-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.left-navigation li {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 1px 0;
}
.left-navigation li a {
  display: block;
  float: left;
  width: 100%;
  padding: 12px 20px;
  background: #efefef;
  color: #333;
  font-weight: 600;
}
.left-navigation ul .submenu {
  display: block;
  float: left;
}
.left-navigation ul .submenu a {
  text-transform: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  padding-left: 26px;
  background: #fff;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
}
.specification {
  float: left;
  margin-top: 50px;
}
.specification h3 {
  margin: 0 0 20px 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  padding-left: 10px;
}
.spec-section {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ed1c24;
}
.spec-box {
  float: left;
  width: 48%;
  padding: 20px 0 20px 23px;
  font-size: 14px;
}
.spec-box span.left {
  color: #000;
  text-transform: uppercase;
}
.spec-box span.right {
  color: #353d41;
  font-weight: 700;
}
.spec-box span {
  color: #163d74;
}
.left-contact {
  width: 50%;
  float: left;
  line-height: 1;
  padding: 13% 6%;
}
.righttop a {
  float: right;
  width: 25%;
}
.details-text {
  float: left;
  width: 45%;
}
.details-text h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ed1c24;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}
.text-details {
  width: 50%;
  float: left;
  border-left: 1px solid #fff;
}
/*pagination*/
.pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pagination ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li {
  display: inline;
}
.pagination a, .pagination span {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding: 1px 10px;
	background: #fff;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination a:hover,
.pagination .active, .pagination .current {
  color: #fff;
  background: #ed1c24;
}
.hexagon {
  background: url(/wp-content/uploads/2025/08/hexagon.png) no-repeat left 20px top 15px;
  width: 20%;
  float: left;
  padding-bottom: 21%;
  -webkit-background-size: 220px;
  -moz-background-size: 220px;
  background-size: 220px;
  position: relative;
  overflow: visible;
  margin-top: 50px;
}
.hexagon ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 46%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hexagon li:first-child {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #ed1c24;
}
.hexagon li:last-child {
  font-size: 13px;
  line-height: 29px;
  font-weight: 700;
  color: #333;
}

.col.col-4.category {
  width: 25%;
  text-align: center;
  margin-top: 70px;
}
.col.col-4.category img,
.article,
.news {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.col.col-4.product {
  width: 25%;
  text-align: center;
  margin-top: 100px;
}
.col.col-4.product img,
.article,
.news {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.red {
  background: #ed1c24;
}
.red-box-details {
  background: #ed1c24;
  border-radius: 15px;
  padding-bottom: 100%;
  width: 100%;
  float: right;
  margin: 0 auto;
  margin-top: -256px;
}
.red-box {
  background: #ed1c24;
  border-radius: 15px;
  padding-bottom: 400px;
  width: 70%;
  float: none;
  margin: 0 auto;
  margin-top: -256px;
}
.red-box-documents {
  background: #ed1c24;
  width: 100%;
  border-radius: 5px;
  float: left;
}
.red-box-documents h4 {
  color: #fff;
  position: relative;
}
.red-box-documents .main-title-small span {
  background: #fff;
}
.video-row {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
.video-box {
  display: block;
  height: 0;
  padding-bottom: 28%;
  position: relative;
  width: 50%;
  z-index: 1;
}
.video-box iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.red-box-txt {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
.red-box-txt h3 {
  margin-bottom: 20px;
  position: relative;
  padding: 0 50px;
}
.red-box-txt h3 a {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}
.arrow-link {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: -5px;
  display: block;
}
.arrow-link:hover,
.arrow-link:hover::after,
.red-box-txt h3 a:hover {
  color: #333;
}
.arrow-link::after {
  content: "\2192";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
}
.article {
  margin-top: 250px;
  background-color: #ed1c24;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.article::before {
  content: url(/wp-content/uploads/2025/08/hexagon-left.png);
  position: absolute;
  left: -105px;
  bottom: 30px;
}
.article::after {
  content: url(/wp-content/uploads/2025/08/hexagon-right.png);
  position: absolute;
  right: -120px;
  bottom: 0px;
  z-index: -1;
}
.article-txt {
  float: left;
  width: 50%;
  margin: 60px 0 60px 100px;
}
.article-txt::before {
  content: url(/wp-content/uploads/2025/08/hexagon-top.png);
  position: absolute;
  right: 30px;
  top: -65px;
}
.article-txt h4 {
  margin-bottom: 20px;
}
.article-txt a {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.article-txt a:hover {
  color: #333;
}
.article-txt p,
.article-txt a,
.date {
  color: #fff;
}
.article img {
  float: right;
  margin: 50px 100px 50px 0;
}
.news {
  margin-top: 75px;
  background-color: #ed1c24;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  float: left;
  position: relative;
}
.news-title {
  margin-bottom: 2%;
}
.news-txt {
  float: left;
  width: 75%;
  margin: 20px 0 10px 20px;
}
.news-txt::before {
  content: url(/wp-content/uploads/2025/08/hexagon-top.png);
  position: absolute;
  right: -71px;
  bottom: -80px;
  z-index: -1;
}
.news-txt h4 {
  margin-bottom: 20px;
}
.news-txt a {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.news-txt a:hover {
  color: #333;
}
.news-txt a.news-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.news-txt p,
.news-txt a,
.date {
  color: #fff;
}
.news img {
  float: right;
  margin: 0;
  width: 230px;
  display: block;
  text-align: center;
}
.date {
  float: right;
  font-size: 12px;
}
.article-date {
  margin: 20px 0;
  padding-left: 35px;
  color: #ed1c24;
  background: url(/wp-content/uploads/2025/08/calendar.svg) no-repeat left;
  display: block;
  float: left;
  width: 100%;
}
.article-date span {
  font-weight: 700;
  font-size: 13px;
}
.col.col-6.sales {
  width: 48%;
  margin-right: 15px;
  margin-bottom: 30px;
}
.col.col-6.sales h3 {
  margin-bottom: 2px;
  margin-top: 11px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 9px;
}
.sales-span-grey {
  background: #efefef;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
  margin-bottom: 2px;
}
.col.col-6.sales ul.sales-language {
  list-style-type: none;
  margin: 15px 0;
  padding: 0;
  width: 57%;
  float: right;
}
.col.col-6.sales ul.sales-language li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 20px;
}
.col.col-6.sales ul.sales-language li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  color: #ed1c24;
}
.col.col-6.sales ul.sales-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.col.col-6.sales ul.sales-contact li {
  display: block;
  float: left;
  text-align: right;
}
.col.col-6.sales ul.sales-contact li:first-child {
  width: 66%;
}
.col.col-6.sales ul.sales-contact li:last-child {
	width: 30%;
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .col.col-6.sales ul.sales-contact li:last-child {
    position: absolute;
    right: 0;
    bottom: 119px;
  }
}
.col.col-6.sales ul.sales-contact a {
  color: #fff;
  font-size: 14px;
  background: #ed1c24;
  text-align: center;
  padding: 7px 13px;
  border-radius: 3px;
}
.col.col-6.sales ul.sales-contact .sale-mail a{
  display: inline-block;
  padding: 0;
  background: transparent;
}
.col.col-6.sales ul.sales-contact .sale-mail span {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .col.col-6.sales ul.sales-contact li span {
  border: 1px solid #999;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #333;
} */
.col.col-6.sales ul.sales-contact li span {
	padding: 5px 12px;
	border-radius: 3px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #fff;
	background-color: #ed1c24;
}
.col.col-6.sales img {
  float: left;
  margin: 0 25px 0 0;
  border: 1px solid #efefef;
  padding: 10px;
}
.col.col-6.sales:nth-of-type(2n + 2) {
  margin-right: 0;
}
.footer .container {
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
.footer-box .logo {
  width: 100%;
  margin-bottom: 30px;
}
.footer-box {
  float: left;
  width: 25%;
}
.footer-box h6 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.footer-box p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.footer-box p a {
  font-size: inherit;
}
.copyright {
  margin: 20px 0;
}
.copy {
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  width: auto;
}
.v {
  float: right;
  width: auto;
  margin-top: 0;
}
.hexagon ul li {
  max-width: calc(100% - 67px);
  margin: 0 auto;
  padding: 0;
}

.fb_iframe_widget {
  float: right !important;
  margin-top: 103px;
}
.row.prod_mb {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1700px) {

}
@media only screen and (max-width: 1440px) {
  .article {
    width: 88%;
    position: relative;
    left: 60px;
  }
}
@media only screen and (max-width: 1400px) {
  .multiple {
    background-position: left center;
  }
  /*  .intro { width:60%;padding-bottom:0; }*/
  .red-button-style__right.absolute {
    right: 38px;
  }
  .hexagon li:last-child {
    font-size: 14px;
  }
  .multiple1 {
    background: none;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {





  .sub-menu {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: none;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    margin-bottom: 10px;
    float: left;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
  }
  .main-menu li .sub-menu a {
    margin: 0;
    background: #fff !important;
    border-bottom: none !important;
  }
  .main-menu li:hover .sub-menu {
    top: auto;
  }
   
  .absolute-png {
    position: absolute;
    top: -28px;
    z-index: 100;
    right: 72px;
  }
  .img-full {
    height: 370px;
  }
  .slider-txt {
    left: 7%;
    width: 85%;
  }
  .slider-txt h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .slider-txt h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 10px;
  }
  .slider .bx-wrapper .bx-pager,
  .slider .bx-wrapper .bx-controls-auto {
    bottom: 20px;
    width: auto;
    left: 8%;
  }
  .vertical-space {
    padding: 100px 0;
  }
  .hexagon {
    background: url(/wp-content/uploads/2025/08/hexagon.png) no-repeat center center;
    width: 25%;
    padding-bottom: 28%;
    -webkit-background-size: 220px;
    -moz-background-size: 220px;
    background-size: 220px;
  }
  .article::after,
  .article::before,
  .article-txt::before,
  .article-txt::after,
  .news-txt::before {
    display: none;
  }
  .intro {
    width: 50%;
  }
  .main-title-small span {
    left: 34px;
  }
}
@media only screen and (max-width: 1000px) {
  .multiple {
    background-image: none;
  }
  .intro {
    width: 100%;
  }
  .intro-img {
    float: left;
    width: 100%;
    text-align: center;
  }
  .col.col-4.category {
    width: 49%;
    margin-top: 100px;
  }
  .right-content {
    width: 100%;
  }
  .left-navigation {
    width: 100%;
    margin-right: 0;
  }
  .toggle-category {
    display: block;
    float: left;
    width: 100%;
    background: #666;
    color: #fff;
    padding: 10px 20px;
  }
  .left-navigation {
    display: none;
  }

  .left-navigation ul .submenu {
    display: none;
    margin-bottom: 20px;
  }
  .article img,
  .news img {
    float: right;
    margin: 10px;
    width: 250px;
  }
  .article-txt,
  .news-txt {
    float: left;
    width: 60%;
    margin: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .dokumenti-downloads {
    width: 100%;
    padding-left: 0;
  }
  .multiple1 {
    background-position: center center;
  }
  .hexagon {
    width: 50%;
    padding-bottom: 300px;
  }
  .hexagon {
    background: url(/wp-content/uploads/2025/08/hexagon.png) no-repeat center center;
  }
  .hexagon li:first-child {
    font-size: 25px;
    line-height: 44px;
  }
  .hexagon li:last-child {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 840px) {
  .article img,
  .news img {
    float: right;
    margin: 10px;
    width: 200px;
  }
}
@media only screen and (max-width: 800px) {
  .red-box-documents,
  .video-row {
    width: 100%;
  }
  .video-row {
    margin: 20px 0 0 0;
  }
  .hexagon ul {
    left: -14px;
    top: 42%;
  }
}
@media only screen and (max-width: 768px) {
  .article img,
  .news img {
    width: 150px;
  }
  .main-title-small {
    font-size: 24px;
    line-height: 30px;
  }
  .main-title-small span {
    left: 2px;
    top: 8px;
  }
  .col.col-6.sales {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .col.col-6.sales img {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .col.col-6.sales ul.sales-language {
    width: 100%;
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 700px) {
  .main-title {
    font-size: 26px;
    line-height: 32px;
    padding-left: 33px;
  }
  .main-title span {
    top: 8px;
  }

  .vertical-space {
    padding: 50px 0;
  }
  .footer-box {
    width: 100%;
  }
  .copy,
  .v {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  .v {
    margin-top: 10px;
  }
  .red-button-style__right.absolute {
    display: none;
  }
  .izdvojena-slika {
    width: 20%;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .details-text {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hexagon {
    width: 100%;
    padding-bottom: 297px;
    -webkit-background-size: 250px;
    -moz-background-size: 250px;
    background-size: 250px;
    background-position: 50% 100%;
  }
  .col.col-4.category {
    width: 100%;
    margin-top: 100px;
  }
  .izdvojena-slika {
    width: 50%;
  }
  .hexagon li:last-child {
    font-size: 17px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery a {
    width: 48%;
  }
  .article {
    padding-top: 20px;
    margin-top: 50px;
  }
  .article img,
  .news img {
    float: none;
    margin: 0 auto;
    width: 229px;
    display: block;
    text-align: center;
  }
  .article-txt,
  .news-txt {
    float: left;
    width: 85%;
    margin: 20px;
    display: block;
  }
  .intro {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .izdvojena-slika {
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 360px) {
  .absolute-png {
    right: 70px;
    width: 59px;
    top: -22px;
  }
  .hexagon li:last-child {
    font-size: 16px;
  }
}

/*NEW CSS 10.12.2019.*/

.none {
  display: none;
}

.red-cover {
  background: transparent;
}

.izdvojena-slika,
.details-text,
.specification table {
  width: 100%;
}

.details-text {
  column-count: 1;
  column-gap: 0;
}

@media only screen and (min-width: 64em) {
  /*1024px*/
  .details-text {
    column-count: 2;
    column-gap: 50px;
  }
}

.izdvojena-slika {
  border: none;
  margin-bottom: 50px;
}

.product-slider {
  position: relative;
}

/* .product-slider .slide{
  border:1px solid #000
} */

.product-slider .slide a {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  z-index: 5;
  font-size: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}

.product-slider .slick-prev.slick-arrow {
  left: -25px;
  background-image: url("/wp-content/uploads/2025/08/arrow-left.svg");
}

.product-slider .slick-next.slick-arrow {
  left: unset;
  right: -25px;
  background-image: url("/wp-content/uploads/2025/08/arrow-right.svg");
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .product-slider .slide a {
    background-size: 75%;
  }
  .product-slider .slick-prev.slick-arrow {
    left: 0;
  }
  .product-slider .slick-next.slick-arrow {
    right: 0;
  }
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 1;
}

@media only screen and (max-width: 64em) {
  /*1024px*/
  .col.col-6.sales ul.sales-contact {
    float: right;
  }
  .col.col-6.sales ul.sales-contact li:first-child {
    width: 100%;
  }
  .col.col-6.sales ul.sales-contact li:last-child {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 30em) {
  /*480px*/
  .col.col-6.sales ul.sales-contact li:first-child span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

/*NEW CSS 27.01.2020.*/

.product-img-bck {
  width: 230px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 25px;
}

/*NEW CSS 28.01.2020.*/

.col.col-6.sales ul.sales-contact li span {
  display: block;
  width: 300px;
  text-align: right;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .col.col-6.sales ul.sales-contact li span {
    width: 350px;
  }
}

.col.col-6.sales ul.sales-contact li span img {
  border: none;
  margin: 0;
  height: 18px;
  padding: 0;
  float: left;
}

/*NEW CSS 28.01.2020.*/

.flex-row-fs {
  display: flex;
  flex-flow: row wrap;
  float: left;
}

.img-news {
  width: 300px;
  height: auto;
}
.btn-privacy{
    margin-top: 20px;
    padding: 11px 55px;

}
/*NEW CSS 26.07.2023.*/
/*----------------header-------*/
.header-top{
  padding: 20px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}
.header-top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul{
  padding: 0;
  margin: 0;
}
header{
  background: rgb(237,28,36);
background: -moz-linear-gradient(left,  rgba(237,28,36,1) 0%, rgba(178,21,29,1) 100%);
background: -webkit-linear-gradient(left,  rgba(237,28,36,1) 0%,rgba(178,21,29,1) 100%);
background: linear-gradient(to right,  rgba(237,28,36,1) 0%,rgba(178,21,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#b2151d',GradientType=1 );

  color: #fff;
  position: fixed;
  top: 0;
  width: 400px;
  right: 0;
  z-index: 10;
  padding: 20px 0;
  padding-top: 100px;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1800px;

}
.header-top .logo img{
  display: block;
  width: 110px;
  height: auto;
}
header .logo img{
  display: block;
  width: 170px;
  height: auto;
}
header .logo{
  display: none;
  margin-right: auto;
}

.toggle{
cursor: pointer;
overflow: hidden;
width: 30px;
height: 30px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
  z-index: 11;
  margin-left: 30px;
}

.line-toggle {
position: absolute;
display: block;
width: 30px;
height: 2px;
background: #ed1c24;
border-radius: 5px;
transition: all .6s;
right: 0;
z-index: 11;
}

.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
width: 20px;
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
}

.line-toggle:last-child {
  transform: translateY(10px) translateX(0);
  width: 20px;
  transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {
background: #ed1c24;
transform: translateY(0) translateX(0) rotate(45deg);
width: 30px;
height: 2px;
transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
background: #ed1c24;
transform: translateY(0) translateX(0) rotate(314deg);
width: 30px;
height: 2px;
transition-delay: .1s;
}
.toggle.activate .line-toggle{
background-color:#ed1c24;
}
.menu-close {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .header-top .logo img{
    width: 194px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  header{
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    height: auto;
    right: 0;
    min-height: auto;
    overflow-y: visible;
    
  }
  header.scrolled .logo{
    display: block;
  }
  .header-top{
    position: static;
  }
  .menu-close{
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu{
    display: block;
    
  }
  header{
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .4s ease-in-out;
  }
  header.open{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .main-menu li{
    display: block;
  }
  .main-menu li a{
    display: block;
    padding: 10px;
  }
  .header-top .dropdown{
    transition: all .4s ease-in-out;
  }
  .header-top.open .dropdown{
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
  }

}
@media only screen and (max-width: 480px) {
  header{
    width: 100%;
  }
}
/*----------------intro-------*/
.intro-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.intro-slider .slick-dots{
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    margin-top: 30px;

}
.intro-slider .slick-dots button{
 font-size: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  padding: 0;
  background-color: #ed1c24;
  box-shadow: none;
  border: 0;
}
.intro-slider .slick-dots li.slick-active button{
background-color: #333;
border-color: #333;
}
/*-------new news------*/
.new-news-slider{
  padding-top: 0;
}
.new-news-slider .slick-list{
  padding: 40px 0;

}
.new-news-slider .slick-slide{
  padding: 0 16px;
}
.news-slide{
  background-color: #fff;
  box-shadow: 0 18.75px 37.5px -18.75px rgba(0, 0, 0, 0.5);;
  padding: 50px 30px;
  text-align:center;
  transition:all .4s ease-in-out;

}
.news-slide:hover{
    box-shadow: 0 18px 37px -18px rgba(0, 0, 0, 0.3);  
    
}
.news-slide-image{
    display:block;
    overflow:hidden;
    margin-bottom:30px;
    
}
.news-slide h3{
    font-weight:700;
    font-size:20px;
    margin-bottom:30px;
}
.news-slide h3 a:hover{
    color: #ed1c24;
    
}
.news-slide-image img{
    display:block;
    width:100%;
    height:auto;
    transition:all .4s ease-in-out;
}
.news-slide-image:hover img{
    transform:scale(1.2);
}
.new-news-slider .slick-arrow{
    font-size: 0;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: #ed1c24;
    box-shadow: none;
    border: 0;
    position:absolute;
    top:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;

    z-index:1;
}
.new-news-slider .slick-arrow:hover{
  background-color: #333;
}
.new-news-slider .slick-prev{
    left:-13px;
    background-image: url(/wp-content/uploads/2025/08/prev-white.svg);
}
.new-news-slider .slick-next{
    right:10px;
    background-image: url(/wp-content/uploads/2025/08/next-white.svg);
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .new-news-slider .slick-prev{
    left:-50px;
}
.new-news-slider .slick-next{
    right:-45px;
}

}

@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .new-news{
    padding: 30px 0 ;
  }
  .new-news-slider .slick-list{
    padding: 50px 0;
  }
}
.new-news-slider .slick-list, .new-news{
  padding-top:  0;
}
/*---------------*/
.page-content{
  width: 100%;
}
.page-aside{
  width: 100%;
  display: none;
  box-shadow: 0 18.75px 37.5px -18.75px rgba(0, 0, 0, 0.5);;
}
.news-wrapper article{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  box-shadow: 0 18.75px 37.5px -18.75px rgba(0, 0, 0, 0.5);;
  background-color: #fff;
  position:relative;

}
.news-wrapper article::after {
	content: '';
	position: absolute;
	left: -32px;
	bottom: -40px;
	width: 80px;
	height: 70px;
	background-image: url(/wp-content/uploads/2025/08/hexagon-top.png);
	background-size: 80px;
	background-repeat: no-repeat;
	z-index: -1;
}
.news-wrapper article:not(:last-child){
  margin-bottom: 50px;
}
.news-image{
  display: block;
  width: 100%;
}
.news-text{
  width: 100%;
  padding: 20px;
}
.news-wrapper article h3{
  font-weight:600;
  font-size:20px;
  margin-bottom:10px;
}
.news-link{
  font-size: 14px;
  font-weight: 700;
  color: #ed1c24;
}
.page-aside .news-text{
  padding: 0;
  width: 100%;
}
.page-aside .news-image{
  width: 100%;
  margin-bottom: 30px;
}
.news-image img{
  width: 100%;
  display: block;
  height: auto;
}
.page-aside article{
  margin-bottom: 30px;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .news-text{
    width: 60%;
    padding: 20px;
  }
  .news-image{
    width: 40%;
  }
  .news-image img{
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .page-content{
    width: 65%;
  }
  .page-aside{
    width: 30%;
    display: block;
    padding: 20px;
  }

  
}
/*-------- about home -------*/
.about{
  padding: 40px 0;
}

.about-text{
  width: 100%;
}
.about-image {
	width: 100%;
	margin-top: 50px;
}
.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-text .btn{
  margin-top: 30px;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
  }
  .about-text{
    width: 35%;
    padding-left: 20px;
  }
  .about-image{
    width: 60%;
    margin-left: auto;
    margin-top: 0;
  }
  .about{
    padding: 80px 0;
  }
  .about .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .about-text{
    padding-left: 100px;
  }

}

/*------map------*/
.country{
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.country-group{
  cursor: pointer;
}
.country-group polygon{
  transition: all .4s ease-in-out;
  cursor: pointer;
}
.country-group:hover .country{
  fill: #333 !important;
}
.main-pin path, .main-pin polygon{
  transition: all .4s ease-in-out;
}
.country-group:hover .main-pin path, .country-group:hover .main-pin polygon{
  fill: rgba(235, 35, 41, 1);
}
/* .country-group:hover polygon{
  fill:#000 !important;
} */
.tooltip_templates{
  display: none;
}
.tooltipster-arrow{
  display: none !important;
}
.tooltipster-sidetip .tooltipster-box{
  background:  rgba(235, 35, 41, 0.8);
  color: #fff;
  border: 0;
  height: 90px;
  clip-path: polygon(0 27%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltipster-sidetip .tooltipster-box h3{
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.tooltipster-sidetip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 90px;
	text-align: center;

}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
  display: none;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .tooltipster-sidetip .tooltipster-box {
    height: 173px;
  }
  .tooltipster-sidetip .tooltipster-content {
    width: 150px;
  }
  .tooltipster-sidetip .tooltipster-box h3{
    font-size: 20px;
  }
}
/*-------- title -------*/
.title{
  margin-bottom: 30px;

}
.title h1, .title h2, .title-new h1, .title-new h2{
  font-size: 26px;
  font-weight: 700;
}
.title-center{
  text-align: center;
}
.title-new h1, .title-new h2{
    text-transform:none;
    color:#ed1c24;
    
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2, .title-new h1, .title-new h2{
    font-size: 30px;
    font-weight: 700;
  }
  .title-new h1, .title-new h2{
      font-size: 34px;
}
}
/*-------- btn -------*/
.btn{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.btn span{
  position: relative;
  z-index: 1;
}
.btn::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #333;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.btn:hover{
  color: #fff;
}
.btn:hover::before{
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn-sm{
  font-weight: 700;
  color: #ed1c24;
}
/*-------- facts -------*/
.info{
  background-color: #f7f7f7;
  padding: 40px 0;
}
.info-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:5%;
  flex-wrap: wrap;
  margin-top: 50px;
}
/* .info-box{
  width: 376px;
  padding: 30px;
  text-align: center;
  background: #fff;
  position: relative;
  margin-bottom: 80px;
  box-shadow: 0 18.75px 37.5px -18.75px rgba(0, 0, 0, 0.5);;   
} */
.info-box {
	width: 316px;
	padding: 30px;
	text-align: center;
	background: #fff;
	position: relative;
	/* margin-bottom: 80px; */
	box-shadow: 0 18.75px 0 0 rgba(0, 0, 0, 0.5);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
	height: 336px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.info-num{
  font-size: 26px;
  font-weight: 700;
  color: #ed1c24;
}
.container-lg{
  max-width: 1440px;
}
/* .info-box::after {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 188px solid transparent;
	border-right: 188px solid transparent;
	border-top: 35px solid #fff;
} */
.info-box h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.napomena{
  text-align: center;
  font-size: 12px;
}


@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .info{
    padding: 80px 0;
  }
}
/*----------------products-------*/
.products{
  padding: 40px 0;
}

.product-box{
  width: 100%;
  text-align: center;
  padding: 30px;
  box-shadow: 0 18.75px 37.5px -18.75px rgba(0, 0, 0, 0.5);;
  display: flex;
  flex-direction: column;
  transition: all .4s ease-in-out;
}
.product-box:hover{
  box-shadow: none;
}
.title-wrap{
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-box h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.product-box img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.product-box  .btn-sm{
  margin-top: auto;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .title-wrap{
    flex-direction: row;
    justify-content: space-between;
  }
  .product-box{
    width: 49%;
  }
  .title-wrap .title{
    margin-bottom: 0;
  }
  .products-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:2%;
  
  
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .product-box{
    width: 32%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .product-box{
    width: 23.5%;
  }
  .products{
    padding: 40px 0;
  }
}
/*------------ faq-------*/
.faq {
	background-color: #f7f7f7;
	padding: 40px 0;
	background-image: url(/wp-content/uploads/2025/08/bg2.png);
	background-repeat: no-repeat;
	background-position: right 150px center;
	background-size: 300px;
	background-attachment: fixed;
}
.accordion-wrapper {
  counter-reset: accordion-counter;
  /* margin-top: 10rem; */
  max-width: 900px;
  width: 100%;
}

.accordion {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;

}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 15px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;

}
.accordion__head_text {
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
  
}
.accordion__head_btn {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	background: transparent !important;
}
.accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #45484f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
}

.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--active .accordion__body {
  margin-top: 15px;
}
.faq-text{
  max-width: 900px;
  width: 100%;
  margin-bottom: 80px;
}
.accordion--active  .accordion__head_btn:before, .accordion--active  .accordion__head_btn:after {
  background-color: #ed1c24;
}
.accordion--active  .accordion__head_text{
  color: #ed1c24 ;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
.faq {
	padding: 80px 0;
}
}
/*-----------footer-------*/
footer{
  margin-top: 100px;
}
.footer-wrapper article{
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.footer-wrapper article:last-child{
  margin-bottom: 0;
}
footer h6{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #ed1c24;
}
footer p{
  margin-bottom: 5px;
}
.footer-logo img{
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
}
.footer-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li a{
  text-decoration: underline;
  color: #ed1c24;
}
.footer-links li a:hover{
  text-decoration: none;
}
.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* border-top: 1px dashed #ccc; */
  padding: 60px 0;
  margin-top: 30px;
}
.footer-links article{
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.footer-links article:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .footer-wrapper article{
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  
  }
  .footer-links article{
    width: 30%;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo img{
    margin: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .footer-wrapper article{
    width: auto;
  }
  .footer-links article{
    width: auto;
  }
}
/*------------*/
.title-margin h1{
  margin-bottom: 0;
}
.title-margin{
  margin-bottom: 0;
}
.page-article{

    padding: 1.3rem;
    box-shadow: 0 18.75px 37.5px -18.75px rgba(0, 0, 0, 0.5);

}
.gallery{
  margin-top: 50px;
}
.gallery a{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-image{
  margin: 50px 0;
}
.article-image img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:3%;
	align-items: center;
  }
  .gallery a{
    width: 48.5%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .gallery a{
    width: 31.3%;
  }

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .page-article{

  padding: 2.2rem;
    }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery{
    margin-top: 80px;
  }

}
/*-----------*/
.top-image img{
  display: block;
  width: 100%;
  height: auto;
}
.title-default h1{
  text-transform: none;
}

.s-aside {
	width: 100%;
	background-color: #f7f7f7;
	padding: 2rem;
  margin-bottom: 50px;

}
.s-aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-aside h3{
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.s-aside ul li{display: block;}
.s-aside ul li a{
  display: block;
  padding: 5px 0;

}
.s-aside ul li a:hover{
  color: #ed1c24;
}
.s-content{
  width: 100%;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .s-content{
    width: 61%;
  }
  .s-aside {
    position: sticky;
    top: 7rem;
    left: 0;
    width: 35%;
    margin-bottom: 0;
  }
  .s-wrapper{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3%
  }
}
 
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .s-aside {
    width: 24%;
  }
  .s-content{
    width: 73%;
  }

}
/*--------------------*/
.bg{
  background-color: #f7f7f7;
}
.bread-crumbs2{
  margin-bottom: 0;
  background-color: #fff;
}
.facts-page{
  padding: 50px 0;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .facts-page{
    padding: 80px 0;
  }
}
/*--------------------*/
.contact-top-wrapper{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contact-top-wrapper a{
  width: 100%;
  background-color: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 1rem;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
.contact-top-wrapper a:nth-child(2){
  animation-delay: 1s;
}
.contact-top-wrapper a:nth-child(3){
  animation-delay: 1.5s;
}
.contact-top-wrapper a:nth-child(4){
  animation-delay: 2s;
}
.contact-top-wrapper a img{
  width: 2rem;
  height: 2rem;
  display: block;
  object-fit: contain;
  margin-bottom: 1rem;
}
.contact-top-wrapper a{
  color: #fff;
}
.contact-top-wrapper a:nth-child(2){
  background-color: #a6252a;
}
.contact-top-wrapper a:nth-child(3){
  background-color: #601518;
}
.contact-top-wrapper a:nth-child(4){
  background-color: #220708;
}
.contact-top-wrapper a:hover{
  opacity: 0.6;
}
.contact-send-btn{
  width: auto;
}
.contact-send-btn::before{
  content: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-top-wrapper a{
    width: 48.5%;
  }
  .contact-top-wrapper{
    display: flex;
    flex-direction: row;
    gap:3%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .contact-top-wrapper a{
    width: 31.3%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .contact-top-wrapper a{
    width: 22.7%;
  }
}
/*-------------*/
@media only screen and (min-width: 33.75em) {
  /*540px*/

.certificates-wrapper article{
  width: 49%;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .certificates-wrapper article{
    width: 32%;
  }
}
/*------------*/
.mt-5{
  margin-top: 5rem;
}
.fixed-btns{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.fixed-btns a{
  width: 3rem;
  height: 3rem;
  background-color: #a6252a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btns a img{
  display: block;
  width: 1rem;
  height: 1rem;
}
.fixed-btns a:last-child, .fixed-btns a:nth-child(3), .fixed-btns a:nth-child(4){
  background-color: #601518;
}
.fixed-btns a:hover{
  opacity: 0.8;
}
/*-------------*/
.home-numbers{
  padding: 50px 0 0 0;
  text-align: center;
}

.home-numbers-inner img{
  display: block;
  width: 9rem;
  height: auto;
  margin: 0 auto;
}
.home-numbers-inner h2, .home-numbers2-left h2{
 font-size: 1.8rem; 
 font-weight: 700;
}
.home-numbers-inner span{
  display: block;
  font-size: 2.8rem;
  color: #ed1c24;
}
.home-numbers-inner h3{
  font-size: 1.8rem; 
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  margin-top: 2rem;

  
 }
 .home-numbers2-right h3{
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
 }
 @media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-numbers-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  .home-numbers{
    padding: 100px 0 0 0;
    text-align: left;
  }
  .home-numbers-inner img{
    margin: 0;
  }
  .home-numbers-inner h3{
  border-left: 1px solid #ccc;
  padding-left: 4rem;
  border-top: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  margin-top: 0;
  }
  .home-numbers2-right h3{
    font-size: 2rem;
  }
}
 @media only screen and (min-width: 56.3125em) {
  /*901px*/
  .home-numbers-inner img{
    width: 13rem;
  }
  .home-numbers-inner h2{
    font-size: 2rem; 

  }
  .home-numbers-inner span{
    font-size: 3.4rem;
  }
}
 @media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .home-numbers-inner h3{
    font-size: 2rem; 
  }
  .home-numbers-inner h2,  .home-numbers2-left h2{
    font-size: 2.3rem; 
  }
  .home-numbers-inner span{
    font-size: 5.4rem;
  }
  }
  /*-------------*/
  .home-numbers2-inner{ 
    text-align: center;
  }
  .home-numbers2 {
    padding: 30px 0;
    background-color: #f9f9f9;
    margin-top: 35px;
  }
  .home-numbers1 {
    background-color: #fff;
    padding: 0;
    margin-top: 71px;
  }
  .home-numbers2-left{
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 1.3rem;
    border-bottom: 1px solid #ccc;
  }
  .home-numbers2-right{
    width: 100%;
    font-size: 2.8rem;
    color: #ed1c24;
  }
  @media only screen and (min-width: 48.0625em) {
    /*769px*/
    .home-numbers2-inner{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-align: left;
    }
    .home-numbers2-left {
      width: 48%;
      padding-right: 2%;
      border-right: 1px solid #ccc;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center;
    }
    .home-numbers2-right{
      width: 48%;
    }
    .home-numbers2 {
      padding: 50px 0;
      margin-top: 50px;
    }
    .home-numbers1 {
      padding-bottom: 0;
      margin-top: 0;
    }
    
  }
 
  @media only screen and (min-width: 56.3125em) {
    /*901px*/
    .home-numbers2-right{
      font-size: 3.4rem;
    }
  }
  @media only screen and (min-width: 75.0625em) {
    /*1201px*/
    .home-numbers2-right{
      font-size: 5.4rem;
    }
  }

  /*----------*/
  .inner-content{
    margin: 50px 0;

  }
  .inner-image{
    width: 100%;
  }
  .inner-image img{
    display: block;
    width: 100%;
    height: auto;
  }
  .inner-text{
    width: 100%;
    margin-top: 50px;
    text-align: center;

  }
  .inner-text h2{
    margin-bottom: 0;
    font-size: 2rem;
    color: #ed1c24;
  }
  .text-image{
    float: right;
  }
  @media only screen and (min-width: 37.5625em) {
    /*601px*/
    .inner-content{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .inner-image{
      width: 40%;
    }
    .inner-text{
      width: 55%;
      padding-left: 5%;
      border-left: 1px solid #ccc;
      margin-top: 0;
      text-align: left;
      display: flex;
      align-items: center;
   
    }

  }
  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .inner-text h2{
      font-size: 3.6rem;
    }
  }
  /*-------*/
.career-wrapper{
    margin-bottom:50px;
}
.title-c.title-new h1{
    font-style:italic;
    font-family: 'Oswald', sans-serif;
  text-transform: uppercase !important;
  font-weight: 800;
 

}
  .career-text{
    width: 100%;
    margin-bottom: 50px;
    text-align:center;
  }
  /* .career-text h1 span{
    color: #ed1c24 !important;
  } */
    .career-text p{
        font-size:22px;
        margin-top:10px;
    }
  .career-image{
    width: 100%;
  }
  .career-text .title{
    margin-bottom: 30px;
  }
  .career-text h1{
    margin-bottom: 0;
  }
  .career-bottom-text h2{
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #ed1c24;
  }
  .career-bottom{
    margin-top: 50px;
  }
  .career-bottom-image{
    width: 100%;
    margin-bottom: 30px;
  }
  .career-bottom-image img{
    width: 100px;
    height: auto;
    display: block;
    margin: 0  auto;
  }
  .career-bottom-text {
    width: 100%;
    text-align: center;
  }
  @media only screen and (min-width: 37.5625em) {
    /*601px*/
    .career-bottom{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .career-bottom-image{
      width: 15%;
      margin-bottom: 0;
    }
    .career-bottom-text {
      width: 60%;
      padding-left: 40px;
    }
    .career-bottom-image img{
      width: 100%;
      margin: 0;
    }
    .career-bottom-text h2{
      font-size: 2rem;
    }

  }
    
  @media only screen and (min-width: 48.0625em) {
    /*769px*/
    .career-wrapper{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .career-text, .career-text2{
      width: 45%;
      margin-bottom: 0;
    }
    .career-image{
      width: 45%;
    }
    .career-bottom-text {
        padding-left: 80px;
    }

  }
  @media only screen and (min-width: 64.0625em) {
    /*1025px*/
    .career-bottom-text h2{
      font-size: 2.3rem;
    }
  }
  .list strong{
    color: #ed1c24;
  }
  .list ul{
    list-style: none;
  }
  .list ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
  /*-----------*/
  .details-new{
    margin-top: 50px;
    clear: both;
    float: left;
  }
  .details-new-row{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .details-new-image{
    width: 100%;
    margin-bottom: 30px;
  }
  .details-new-image img{
    display: block;
    width: 100%;
    height: auto;
  }
  .details-new-text{
    width: 100%;
  }
  .details-new-row:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .title h1{
  margin-bottom: 10px;
  }
  @media only screen and (min-width: 50.0625em) {
    /*801px*/
    .details-new-row{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .details-new-row:nth-child(odd){
      flex-direction: row-reverse;
    }
    .details-new-image{
      width: 35%;
      margin-bottom: 0;
    }
    .details-new-text{
      width: 60%;
    }
  }
.products-aside li a{
  color: #ed1c24;
}
.products-aside ul li a:hover{
  color: #000;
}
.top-product img{
  display: block;
  width: 100%;
  height: auto;
}
.title{
  position: relative;
  display: flex;
  align-items: center;
  
}
.title h1{
  margin-bottom: 0;
  padding-left: 50px;
}
.title h2{
  padding-left: 50px;
}
.title::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	transform: rotate(134deg);
	background-color: #ed1c24;
	position: relative;
  position: absolute;
  left: 0;
  top: 15px;
}
/* .spec-table{
  border:1px solid #ed1c24;
  border-radius: 5px;
  padding: 10px;
} */
.spec-table th, .spec-table td {
	border-right: 1px solid #ed1c24;

}
.spec-table td {
  border-right: 0;
}
.spec-table td:last-child, .spec-table th:last-child{
  border-right: 0;
}
.spec-table th{
background-color: #ed1c24;
color: #fff;


}
/*--------*/
.top-product-image img{
  width: 100%;
  height: auto;
  display: block;
}
.home-banner{
  margin-top: 30px;
}
.home-banner-wrapper {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;

}
.home-banner-image{
  width:100%;
}
.home-banner-image img{
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.home-banner-text{
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .home-banner-text{
    width: 60%;
   margin-bottom: 0;
    font-size: 1.6rem;
  }
  .home-banner-image img{
    margin: 0;
    width: 100%;
  }
  .home-banner-image{
    width: 300px;
  }
  .home-banner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
}
/*----home video-----*/
.home-video{
  width: 100%;
  position: relative;
  height: 100vh;
}
#homeVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/*----about 2-----*/

.about2-title{
    width:100%;
    margin-bottom:30px;
}
.about2-text{
    width:100%;
}
.about2-title p{
    color:#ed1c24;
    font-size:1.8rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .about2-wrapper{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom: 50px;
}
.about2-title{
    width:45%;
    margin-bottom:0;
    
}
.about2-text{
    width:45%;
}
.about2-title p{
    font-size:2rem;
}
}
/*----footer-----*/
.footer-row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 30px;
  text-align: left;
  justify-content: center;
  align-items: center;
}
.footer-row img {
	display: block;
	width: 22px;
	height: 26px;
	object-fit: contain;
	margin-right: 15px;
	margin-top: 2px;
}
.footer-row p{
  margin-bottom: 0;
}
.footer-article h4{
  font-weight: 800;
  color: #ed1c24;
}
.red-bottom{
  background: rgb(237,28,36);
background: -moz-linear-gradient(left,  rgba(237,28,36,1) 0%, rgba(178,21,29,1) 100%);
background: -webkit-linear-gradient(left,  rgba(237,28,36,1) 0%,rgba(178,21,29,1) 100%);
background: linear-gradient(to right, rgba(237,28,36,1) 0%,rgba(178,21,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#b2151d',GradientType=1 );
color: #fff;

}
.footer-links h6{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.footer-links li a {
	text-decoration: underline;
	color: #fff;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .footer-row{
  justify-content: flex-start;
  }
}
/*------------*/
.new-section{
  padding-top: 40px;
}
.new-image{
  width: 100%;
  margin-bottom: 30px;
}
.new-text {
	width: 100%;

}
.new-text h3{
  margin-bottom: 20px;
  font-weight: 700;
}
.new-image img{
  display: block;
  width: 100%;
  height: auto;
}
.new-text p{
  font-size: 18px;
  font-style: italic;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .new-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .new-image{
    width: 45%;
    margin-bottom: 0
  }
  .new-text {
    width: 48%;
  }  
  .new-section{
    padding-top: 80px;
  }

}
.career-person{

  margin-bottom: 30px;
  background: linear-gradient(to right, rgba(237,28,36,1) 0%,rgba(178,21,29,1) 100%);
  color: #fff;
}
.career-person:nth-child(2n+2){
  flex-direction: row-reverse;
}
.career-person-text{
  width: 100%;
  color: #fff;
  padding: 30px;
  padding-top: 0;
}
.career-person-text p{
  color: #fff;
}
.career-person-image{
  width: 100%;
  margin-bottom: 40px;
}
.career-person-image img{
  width: 100%;
  height: auto;
  display: block;
}

.career-person-text h3{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  font-size: 26px;
  color: #fff;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .career-person{
    display: flex;
    flex-direction: row;
    gap:6%;
    align-items: center;
    margin-bottom: 80px;
  }
  .career-person-text{
    width: 62%;
    padding: 0;
  }
  .career-person-image{
    width: 30%;
    margin-bottom: 0;
  }
  .career-person-image img{

    clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
  }
  .career-person:nth-child(2n+2) .career-person-image img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .career-person-text{
    width: 80%;
    padding-left: 50px;
    padding-right: 35px;
  }
  .career-person-image img {
    transform: scale(1.6);
}
.career-person.hidden.visible.animate__animated.animate__fadeIn {
    overflow: hidden;
}
}
.product-top-wrapper{
  margin-bottom: 50px;
}
.title-product{
  margin-top: 3rem;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}
.title-product h3{

  color: #ed1c24;
  margin-bottom: 30px;
}
.product-top-text h3{
  text-align: center;
  font-weight: 800;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .product-top-wrapper{
    column-count: 2;
    column-gap: 4rem;
  }
}
/*-------*/
.footer-image-new img{
  display: block;
  width: 100%;
  height: auto;
}
.social{
  display: flex;
  flex-direction: row;
  margin-top: 20px;

}
.social a {
  display: block;
  margin-right: 10px;
}
.social  a:last-child{
  margin-right: 0;
}
.social a img {
	display: block;
	width: 28px;
	height: 24px;
	object-fit: contain;
	object-position: left;
}
.new-font h3, .about2-title p, .new-font h1, .title h1,.title h2, .title-column h3{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  font-size: 26px;
}
h1.fubad {
    text-transform: unset !important;
}
.sub-title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  color: #ed1c24;
  font-family: 'Oswald', sans-serif;


}
.title-column h3{
  color: #ed1c24;
  margin-top: 30px;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .new-font h3, .about2-title p, .new-font h1, .title h1,.title h2,.title-column h3{
    font-size: 32px;
  }
  .sub-title{
    font-size: 26px;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .new-font h3, .about2-title p,.new-font h1 ,.title h1,.title h2,.title-column h3{
    font-size: 40px;
  }
  .career-text.career-new-txt .title.title-lg h1{
    font-size: 50px;
    line-height: 57px;
  }
}
.main-menu a.mobile-link{
  display: block;
}
.main-menu a.desktop-link{
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .main-menu a.mobile-link{
    display: none;
  }
  .main-menu a.desktop-link{
    display: inline-block;
  }
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

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

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*about-page-css*/
.about-page {
    margin-bottom: 0px !important;
}
.career-new .title {
    margin-bottom: 10px;
}
.career-new-txt p {
    text-align: left;
    margin-left: 52px;
}
.career-new-txt h1{
  text-align: left;
}
/*ul.main-menu ul.sub-menu.sub2 li:nth-child(5) {*/
/*    display: none !important;*/
/*}*/
.details-text.list {
    column-count: 1 !important;
}
.details-new-image img {
    display: none;
}

.details-text.list .dic-img img {
    width: 400px;
    margin-right: 18px;
    object-fit: cover;
    margin-top: 30px;
}
.dic-img strong {
    color: #333 !important;
    font-size: 20px;
}
.blk-img img {
    margin-bottom: 10px;
    width: 100% !important;
    display: block;
    height: 337px;

}
.dic-img {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  max-width:900px;
  width:100%;
}
.blk-img {
  width: 48.5%;
  margin-bottom: 10px;
}
.social a:hover {
    transform: translate(0, -25%);
}
@media (max-width: 1100px){
  .blk-img img {
    height: 250px;

}
}
/* .main-content .social {
    display: none;
} */
/*ul.main-menu li:nth-child(3) .sub-menu li:nth-child(1) {*/
/*    display: none;*/
/*}*/

@media (max-width: 480px){
  .dic-img {
    display: block !important;
    gap:0;
}
.blk-img {
  width: 100%;
}
}
@media (max-width: 767px){
  

.details-new-image img {
    display: none !important;
}
}
/*about-page-css-end*/
.title-column{
  flex-direction: column;
  align-items: flex-start;
text-align: left;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .columns-text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .columns-text article{
    width: 45%;
  }
}
.h3-style h3{
  font-style: italic;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #FF0000;
}
@media only screen and (min-width: 64.0625em) {
  .h3-style h3{

    font-size: 36.8px;
  }
}
.s-content .subtitle-category span {
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1c24;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-size: 26px !important;
}
.s-content .subtitle-category {
    padding-bottom: 20px;
}
/*.s-content .text h2 span {*/
/*    font-size: 26px !important;*/
/*}*/
/*.text p:first-child {*/
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*    color: #ed1c24;*/
/*    font-family: 'Oswald', sans-serif;*/
/*    font-style: italic;*/
/*    font-size: 26px;*/
/*}*/

.news-page .page-content {
    width: 63%;
}
.news-page .side-block {
    width: 35%;
}
.news-page .side-block aside.page-aside {
    width: 100%;
}
.news-page .page-wrapper {
    column-gap: 20px;
}
.home-numbers1 h2.hidden.visible.animate__animated.animate__zoomIn.full-visible {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
}
.gun-fun span:first-child {
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1c24;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-size: 28px !important;
}
.new-text p{
word-spacing: -1px;
font-size:17px;
}
.s-content h2:first-child span {
    font-weight: 500;
    text-transform: uppercase;
    color: #ed1c24;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-size: 26px !important;
}

/*------------*/
.items-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  gap:3%;
  width: 100%;
}
.item-box{
  width: 100%;
  margin-bottom: 30px;
}
.item-box img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.item-box h3{
  font-size: 18px;
}

@media only screen and (min-width: 25em) {
  /*400px*/
  .item-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .item-box{
    width: 31.3%;
  }
}


@media only screen and (max-width: 40em) {
  /*640px*/
  .textabout p img{
    float: none;
    width: 100%;
    display: block;
    margin: 10px 0;
  }
}


/*Dodatni WP*/
.menu-menu-1-container {
    width: 100%;
}

.img-wrapper {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.single-news .dokumenti {
    float: none;
}

.news-image {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 ratio */
    overflow: hidden;
    display: block;
}

.news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Your media query keeps working */
@media only screen and (min-width: 37.5625em) {
    .news-image {
        width: 40%;
        padding-top: calc(40% * 0.75); /* keep 4:3 ratio when width changes */
    }
}

html:not([lang^="de"]) .show-de {
  display: none !important;
}
html:not([lang^="en"]) .show-en {
  display: none !important;
}
html:not([lang^="fr"]) .show-fr {
  display: none !important;
}