@import "fancybox.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
group,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}
.nixhier {
  display: none;
}
.clearfix {
  clear: both;
  visibility: hidden;
}
body {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    width: 768px;
  }
}
@media screen and (min-width: 990px) {
  .wrapper {
    width: 990px;
  }
}
@media screen and (min-width: 1220px) {
  .wrapper {
    width: 1200px;
  }
}
a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.homepage-profile-section .container .pks-group-divisions-header {
  border-radius: 8px;
  background: white;
  margin-top: -50px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
}
.homepage-profile-section .container .pks-group-divisions-header .pks-group-divisions-heading {
  margin-bottom: 10px;
}
.homepage-profile-section .container .pks-group-divisions-header .pks-group-divisions-flex .division {
  margin-top: 35px;
}
.homepage-profile-section .container .pks-group-divisions-header .pks-group-divisions-flex .division .division-div {
  padding: 25px;
  height: 280px;
  background-color: #fff;
}
.homepage-profile-section .container .pks-group-divisions-header .pks-group-divisions-flex .division .division-div .division-img {
  height: 100px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.homepage-profile-section .container .pks-group-divisions-header .pks-group-divisions-flex .division .division-div .division-img img {
  width: 80%;
  display: inline-block;
}
.homepage-profile-section .container .profile-section-products {
  margin-top: 0px;
}
.homepage-profile-section .container .profile-section-products a {
  transition: 0.15s;
  color: #000;
  background: #fff;
}
.homepage-profile-section .container .profile-section-products a:hover {
  background: #f3f3f3;
}
.homepage-profile-section .container .profile-section-products a img {
  height: 100px;
}
.homepage-profile-section .container .profile-section-products a p {
  line-height: 1.5;
}
.homepage-profile-section .container .pks-motto-heading {
  padding: 60px 0px;
}
.homepage-profile-section .container .profile-section-flex {
  gap: 5rem;
}
.homepage-profile-section .container .profile-section-flex .profile-section-flex-img {
  width: 50%;
}
.homepage-profile-section .container .profile-section-flex .profile-section-flex-content {
  width: 50%;
}
.homepage-profile-section .container .profile-section-flex .profile-section-flex-content .lh-lg p {
  line-height: 30px;
  margin-bottom: 25px;
}
.homepage-profile-section .container .profile-section-flex .profile-section-flex-content .flex-content-bottom .company-age {
  color: #1d5190;
}
.homepage-profile-section .container .profile-section-flex .profile-section-flex-content .flex-content-bottom .company-profile-link {
  background-color: #1d5190;
  transition: 0.3s;
}
.homepage-profile-section .container .profile-section-flex .profile-section-flex-content .flex-content-bottom .company-profile-link:hover {
  background-color: #103158;
}
.homepage-profile-section .container .profile-section-bottom {
  padding: 80px 0px;
}
.homepage-profile-section .container .profile-section-bottom div {
  font-size: 17px;
}
.homepage-profile-section .container .profile-section-bottom div img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .homepage-profile-section .container .pks-motto-heading {
    padding: 80px 0px;
  }
  .homepage-profile-section .container .profile-section-flex {
    gap: 0rem;
  }
  .homepage-profile-section .container .profile-section-flex .profile-section-flex-img {
    width: 100%;
  }
  .homepage-profile-section .container .profile-section-flex .profile-section-flex-content {
    width: 100%;
  }
  .homepage-profile-section .container .profile-section-bottom {
    padding: 80px 0px;
  }
}
#carouselExampleControls .carousel-inner {
  padding: 1em 0;
  display: flex;
}
#carouselExampleControls .carousel-inner .carousel-item {
  display: block;
  margin-right: 0;
  flex: 0 0 calc(20%);
}
#carouselExampleControls .carousel-inner .carousel-item a {
  width: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item .img-wrapper {
  width: 100%;
  max-width: 100%;
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}
#carouselExampleControls .carousel-inner .carousel-item .img-wrapper img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item:first-of-type .img-wrapper {
  padding-left: 0px;
}
@media screen and (max-width: 992px) {
  #carouselExampleControls .carousel-inner .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(33.333333333333%);
  }
  #carouselExampleControls .carousel-inner .carousel-item .img-wrapper {
    height: 20vw;
  }
}
@media screen and (max-width: 576px) {
  #carouselExampleControls .carousel-inner .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%);
  }
  #carouselExampleControls .carousel-inner .carousel-item .img-wrapper {
    height: 200px;
    padding: 0px !important;
  }
}
.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #a2a2a2;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}
.pks-group-divisions-footer .container .pks-group-divisions-heading {
  padding: 80px;
}
.pks-group-divisions-footer .container .pks-group-divisions-flex {
  margin-bottom: -50px;
}
@media (max-width: 991.98px) {
  .pks-group-divisions-footer .container .pks-group-divisions-flex {
    margin-bottom: 60px;
  }
}
.pks-group-divisions-footer .container .pks-group-divisions-flex .division div {
  height: 100px;
  background-color: #fff;
}
.homepage-pks-news {
  background-color: #f5faff;
  padding: 30px 0px 100px 0px;
}
.homepage-pks-news .container .row .pks-news-left-text .bottom-links .archives-link {
  border: 2px solid #d0ddea;
  padding: 15px 35px;
  transition: 0.2s;
}
.homepage-pks-news .container .row .pks-news-left-text .bottom-links .archives-link:hover {
  background-color: #d0ddea;
  color: #000;
}
.homepage-pks-news .container .row .pks-news-left-text .bottom-links .archieves-socials a {
  height: 30px;
}
.homepage-pks-news .container .row .pks-news-left-text .bottom-links .archieves-socials a img {
  height: 30px;
  max-height: 30px;
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card {
  position: relative;
  height: 350px;
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card::after {
  border-radius: 0.5rem;
  width: calc(100% - 48px);
  height: 100%;
  position: absolute;
  left: 24px;
  z-index: 1;
  content: '';
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.49623599439776) 72%,rgba(0,0,0,0.75954131652661) 100%);
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card:hover::after {
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.69653799019608) 59%,rgba(0,0,0,0.83099177170868) 100%);
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card div {
  position: absolute;
  bottom: 30px;
  left: 54px;
  color: #fff;
  z-index: 2;
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card div p {
  padding-right: 30px;
}
.homepage-pks-news .container .row .pks-news-content .row .pks-news-card:nth-last-child(-n+3) {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .homepage-pks-news .container .row .pks-news-content .row .pks-news-card::after {
    border-radius: 0.5rem;
    width: calc(100%);
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.49623599439776) 72%,rgba(0,0,0,0.75954131652661) 100%);
  }
}
.page-top-nav {
  background-color: #f5fafe;
}
.page-top-nav .container .top-nav-flex .top-nav-path ul li a {
  text-decoration: none;
  margin-right: 70px;
  position: relative;
}
.page-top-nav .container .top-nav-flex .top-nav-path ul li a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url('../img/icons/arrow-right-light-gray.svg') !important;
  width: 10px;
  height: 10px;
}
.page-top-nav .container .top-nav-flex .top-nav-path ul li a:hover {
  text-decoration: underline;
}
.page-top-nav .container .top-nav-flex .top-nav-path ul li:last-of-type a {
  font-weight: bold;
  margin-right: 0px;
  line-height: 36px;
}
.page-top-nav .container .top-nav-flex .top-nav-path ul li:last-of-type a::after {
  display: none;
}
.page-top-nav .container .top-nav-flex .top-nav-path-dynamic {
  font-weight: bold;
  font-size: 20px;
}
.page-top-nav .container .top-nav-flex .top-nav-path-dynamic span {
  display: inline-block;
  margin: 0 15px;
}
.page-top-nav .container .top-nav-flex .top-nav-path-dynamic a {
  font-weight: normal;
}
.page-top-nav .container .top-nav-flex .top-nav-socials {
  text-align: end;
}
.page-top-nav .container .top-nav-flex .top-nav-socials a {
  height: 30px;
}
.page-top-nav .container .top-nav-flex .top-nav-socials a img {
  height: 30px;
  max-height: 30px;
}
.products-overview-main .container .row .products-categories-column .search-box {
  border: 2px solid #cadef7;
}
.products-overview-main .container .row .products-categories-column .search-box img {
  width: 25px;
}
.products-overview-main .container .row .products-categories-column .search-box form input {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #000;
}
.products-overview-main .container .row .products-categories-column .search-box form input::placeholder {
  color: #b0bdcd;
}
.products-overview-main .container .row .products-categories-column .products-navigation {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f4fafe;
  border-radius: 10px;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navigation-heading {
  position: absolute;
  background-color: #1c5191;
  font-size: 12px;
  padding: 8px 20px;
  top: -17px;
  left: 20px;
  z-index: 5;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav {
  padding: 35px 20px;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item {
  position: relative;
  padding-left: 40px;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item .dropdown-toggler {
  transition: 0.2s;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 22px;
  height: 22px;
  background-color: #dfeaf4;
  background-image: url('../img/icons/plus-solid.svg');
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item .dropdown-toggler.active {
  background-color: #1d5292;
  background-image: url('../img/icons/minus-solid.svg');
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.dropdown .nav-link {
  transition: 0.3s;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.dropdown .nav-link.active {
  color: #1d5292;
  font-weight: bold;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.dropdown .nav-link:hover {
  text-decoration: underline;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.dropdown .dropdown-menu {
  border: none;
  background-color: #f5fafe;
  padding: 0px;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.dropdown .dropdown-menu li a {
  color: #1d5292;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.dropdown .dropdown-menu li a:hover {
  background: none;
  text-decoration: underline;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.new-items {
  color: #10b51c;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.new-items:hover {
  text-decoration: underline;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.discount-on-items {
  color: #9a0177;
}
.products-overview-main .container .row .products-categories-column .products-navigation .navbar-nav .nav-item.discount-on-items:hover {
  text-decoration: underline;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params {
  border: 2px solid #cadef7;
  margin-top: 40px;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector {
  position: relative;
  padding: 20px;
  color: #7e7e7e;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector ul {
  position: relative;
  display: block;
  overflow: auto;
  min-width: 138px;
  max-height: 200px;
  background: #fff;
  list-style: none;
  white-space: inherit;
  padding-right: 17px;
  width: calc(117%);
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector li {
  position: relative;
  padding: 3px 20px 3px 25px;
  cursor: pointer;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector li:before {
  position: absolute;
  top: 50%;
  left: 0;
  top: 4px;
  display: inline-block;
  margin-right: 9px;
  width: 17px;
  height: 17px;
  background-color: #f4f4f4;
  border: 1px solid #d5d5d5;
  content: "";
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector li:hover {
  color: #aaa;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector li .total {
  position: absolute;
  right: 0;
  color: #d7d7d7;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector li[data-selected="1"]:before {
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector li[data-selected="1"]:after {
  position: absolute;
  top: 50%;
  left: 3px;
  top: 11px;
  display: inline-block;
  width: 4px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  background: none;
  color: #39c9a9;
  content: "";
  -webkit-transform: rotate(40deg) translateY(-50%);
  transform: rotate(40deg) translateY(-50%);
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .price-slider {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 17px;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .price-slider:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  color: #39c9a9;
  content: attr(data-currency);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .price-slider .price-slider-heading {
  color: #1b518f;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector #slider-range {
  width: 90%;
  margin-bottom: 20px;
  border: none;
  background: #cae0f7;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .ui-slider-handle {
  border-radius: 50%;
  background-color: #1b518f;
  border: none;
  top: -14px;
  width: 28px;
  height: 28px;
  outline: none;
  cursor: move;
  cursor: grab;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .ui-slider-range {
  background-color: #1b518f;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .slider-price {
  position: relative;
  display: inline-block;
  color: #000;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .show-all {
  position: relative;
  padding-left: 25px;
  color: #39c9a9;
  cursor: pointer;
  line-height: 28px;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .show-all:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector .show-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  color: #39c9a9;
  width: 10px;
  border-bottom: 1px solid;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selectorselector.open ul {
  max-height: none;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selectorselector.open .show-all:after {
  display: none;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .selector * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .products-overview-main .container .row .products-categories-column .price-range-and-params .selector .price-slider {
    padding-top: 8px;
  }
  .products-overview-main .container .row .products-categories-column .price-range-and-params .selector #slider-range {
    width: 100%;
  }
  .products-overview-main .container .row .products-categories-column .price-range-and-params .selector .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
  }
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .params .params-heading {
  color: #1b518f;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .params .form-check .form-check-input {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .params .form-check .form-check-input:checked {
  background-color: #1b518f;
  border: 1px solid #1b518f;
  background-image: url('../img/icons/check-regular.svg');
  background-size: 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.products-overview-main .container .row .products-categories-column .price-range-and-params .params .form-check .form-check-label {
  cursor: pointer;
}
.products-overview-main .container .row .products-categories-column .phone-contacts {
  background-color: #1c5191;
  margin-top: 10px;
  padding: 30px 40px;
  background-image: url('../img/icons/phone-dark-blue.svg');
  background-size: 150px;
  background-position: calc(100% - 20px) 100%;
  background-repeat: no-repeat;
}
.products-overview-main .container .row .products-categories-column .phone-contacts .phone .phone-heading {
  color: #bfd8f7;
}
.phone-contacts .phone .phone-number a{
  text-decoration:none;
}
.phone-contacts .phone .phone-number a:hover{
  text-decoration:underline;
  color:#fff
}

@media screen and (max-width: 575px) {
  .products-overview-main .container .row .products-column .products-top {
    border-right: 0px !important;
  }
  .products-overview-main .container .row .products-column .products-top .products-top-content .top-content-img {
    max-height: 250px !important;
  }
}
.products-overview-main .container .row .products-column .products-top .products-filters button {
  background-color: #f5fafd;
  min-width: 170px;
  transition: 0.2s;
}
.products-overview-main .container .row .products-column .products-top .products-filters button:hover {
  background-color: #e3eaed;
}
.products-overview-main .container .row .products-column .products-top .products-filters button img {
  height: 20px;
}
.products-overview-main .container .row .products-column .products-top .products-filters button p {
  color: #174a85;
  font-size: 14px;
}
.products-overview-main .container .row .products-column .products-list .row {
  position: relative;
}
.products-overview-main .container .row .products-column .products-list .row::after {
  position: absolute;
  content: '';
  z-index: 99;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  left: 0px;
}
.products-overview-main .container .row .products-column .products-list .row .product {
  transition: 0.2s;
  border-left: 1px solid #e6f0fa;
  border-bottom: 1px solid #e6f0fa;
  position: relative;
  background: #fff;
}
.products-overview-main .container .row .products-column .products-list .row .product:nth-of-type(3n),
.products-overview-main .container .row .products-column .products-list .row .product:last-of-type {
  border-right: 1px solid #e6f0fa;
}
@media screen and (max-width: 767px) {
  .products-overview-main .container .row .products-column .products-list .row .product:nth-of-type(3n) {
    border-right: none;
  }
  .products-overview-main .container .row .products-column .products-list .row .product:nth-of-type(2n),
  .products-overview-main .container .row .products-column .products-list .row .product:last-of-type {
    border-right: 1px solid #e6f0fa;
  }
}
@media screen and (max-width: 575px) {
  .products-overview-main .container .row .products-column .products-list .row .product {
    border-right: 0px !important;
  }
  .products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-image {
    text-align: center;
  }
  .products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-image img {
    max-height: 250px !important;
  }
}
.products-overview-main .container .row .products-column .products-list .row .product .product-tags {
  position: absolute;
  top: 15px;
  right: 15px;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-tags .product-tag {
  padding: 6px 12px;
  margin-top: 3px;
  color: #fff;
  font-size: 12px;
  display: table;
  border-radius: 5px;
  float: right;
  clear: both;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-tags .product-tag:last-of-type {
}
.products-overview-main .container .row .products-column .products-list .row .product .product-tags .product-tag.new-product {
  background-color: #0db71d;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-tags .product-tag.action-product {
  background-color: #f00919;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-tags .product-tag.product-sale {
  background-color: #9a0179;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-prices .product-prices-content .with-VAT {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem !important;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-prices .product-prices-content .without-VAT {
  color: #848484;
  font-size: 14px;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-prices .product-prices-content .price__old{
  text-decoration: line-through;
  color: #ff0000;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-prices .product-arrow span {
  width: 50px;
  height: 45px;
  background-color: #f5fafe;
  display: inline-block;
  background-image: url('../img/icons/arrow-right-product.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px;
  transition: 0.2s;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-prices .product-arrow span:hover {
  background-color: #1c5191;
  background-image: url('../img/icons/arrow-right-product-hover.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-stock p.in-stock {
  color: #000;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-stock p.in-stock span {
  color: #0db71d;
}
.products-overview-main .container .row .products-column .products-list .row .product .product-spacing .product-stock p.not-in-stock {
  color: #d50d0f;
}
.products-overview-main .container .row .products-column .products-list .row .product:hover {
  -webkit-box-shadow: 0px 0px 17px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 17px 5px #f2f2f2;
  box-shadow: 0px 0px 17px 5px #f2f2f2;
}
.products-overview-main .container .row .products-column .products-bottom-nav {
  padding: 80px 0px;
}
@media screen and (max-width: 575px) {
  .products-overview-main .container .row .products-column .products-bottom-nav {
    padding: 40px 0px 80px 0px;
  }
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-alignment button {
  background-color: #f5fafe;
  width: 50px;
  height: 45px;
  transition: 0.2s;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-alignment button:hover {
  background-color: #e3eaed;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-alignment button img {
  width: 20px;
}
.products-overview-main .container .row .products-column .products-bottom-nav .pagination-nav .pagination .page-item {
  width: 50px;
  height: 45px;
}
.products-overview-main .container .row .products-column .products-bottom-nav .pagination-nav .pagination .page-item.active .page-link {
  background-color: #f5fafe;
}
.products-overview-main .container .row .products-column .products-bottom-nav .pagination-nav .pagination .page-item .page-link {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  color: #1e5190;
}
.products-overview-main .container .row .products-column .products-bottom-nav .pagination-nav .pagination .page-item .page-link img {
  width: 15px;
}
.products-overview-main .container .row .products-column .products-bottom-nav .pagination-nav .pagination .page-item .page-link:hover {
  background-color: #e3eaed;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position {
  position: relative;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .active-items-per-page {
  color: #1e5190;
  height: 45px;
  width: 75px;
  padding: 0px 15px;
  background-color: #f5fafe;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .active-items-per-page:hover {
  background-color: #e3eaed;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .active-items-per-page span {
  display: block;
  text-align: start;
  position: relative;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .active-items-per-page span::after {
  position: absolute;
  transition: 0.2s;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 20px;
  height: 16px;
  background-image: url('../img/icons/arrow-down-blue.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 17px;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .active-items-per-page.active span::after {
  transform: translateX(2px) translateY(-50%) rotate(180deg);
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .items-per-page-list {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0px;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .items-per-page-list li button {
  height: 45px;
  width: 75px;
  background-color: #f5fafe;
  color: #1e5190;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .items-per-page-list li button:hover {
  background-color: #e3eaed;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .items-per-page-list li:first-of-type button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.products-overview-main .container .row .products-column .products-bottom-nav .items-per-page .items-per-page-position .items-per-page-list li:last-of-type button {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.product-detail-page .container .product-top .row .product-img .d-flex .thumbnail_images ul li {
  cursor: pointer;
  transition: 0.2s;
}
.product-detail-page .container .product-top .row .product-img .d-flex .thumbnail_images ul li:hover {
  -webkit-box-shadow: 0px 0px 17px 5px #f2f2f2;
  -moz-box-shadow: 0px 0px 17px 5px #f2f2f2;
  box-shadow: 0px 0px 17px 5px #f2f2f2;
}
.product-detail-page .container .product-top .row .product-desc-section h1 {
  position: relative;
  word-wrap: break-word;
}
.product-detail-page .container .product-top .row .product-desc-section h1 .product-tag {
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  position: relative;
  top: -6px;
  margin-right: 10px;
}
.product-detail-page .container .product-top .row .product-desc-section h1 .product-tag:last-of-type {
  margin-right: 0px;
}
.product-detail-page .container .product-top .row .product-desc-section h1 .product-tag.new-product {
  background-color: #0db71d;
}
.product-detail-page .container .product-top .row .product-desc-section h1 .product-tag.product-sale {
  background-color: #9a0179;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .product-price .with-VAT {
  color: #0c3666;
  font-size: 2.24rem !important;
  font-weight: 600;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .product-price .without-VAT {
  color: #5d7b9d;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content {
  border: 2px solid #cadff2;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content input[type="number"]::-webkit-inner-spin-button,
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content input[type="number"] {
  -moz-appearance: textfield;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content input {
  width: 40px;
  border: none;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content .arrows button {
  border: none;
  width: 20px;
  height: 20px;
  background: transparent;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content .arrows button.items-arrow-plus {
  background-image: url('../img/icons/arrow-down-light-blue-2.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  transform: rotate(180deg);
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content .arrows button.items-arrow-plus:active {
  background-image: url('../img/icons/arrow-down-blue.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
  transform: rotate(180deg);
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content .arrows button.items-arrow-minus {
  background-image: url('../img/icons/arrow-down-light-blue-2.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .items-count .input-content .arrows button.items-arrow-minus:active {
  background-image: url('../img/icons/arrow-down-blue.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 20px;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .add-to-cart button {
  background-color: #0db71d;
  border-radius: 8px;
  transition: 0.3s;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .add-to-cart button div {
  background-color: #08a318;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .add-to-cart button div img {
  width: 20px;
}
.product-detail-page .container .product-top .row .product-desc-section .product-price-add-to-cart .add-to-cart-form .add-to-cart button:hover {
  background-color: #099316;
}
.product-detail-page .container .product-top .row .product-desc-section .product-stock-state .in-stock .stock-img {
  background-color: #0db71d;
  width: 28px;
  height: 25px;
  background-image: url('../img/icons/check-regular.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13px;
}
.product-detail-page .container .product-top .row .product-desc-section .product-stock-state .in-stock p span {
  color: #0db71d;
}
.product-detail-page .container .product-top .row .product-desc-section .product-stock-state .not-in-stock .stock-img {
  background-color: #d50d0f;
  width: 30px;
  height: 25px;
  background-image: url('../img/icons/cross.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 15px;
}
.product-detail-page .container .product-top .row .product-desc-section .product-stock-state .not-in-stock p {
  color: #d50d0f;
}
.product-detail-page .container .product-top .row .product-desc-section .product-left-bottom-info {
  border-top: 1px solid #e4ecf7;
}
.product-detail-page .container .product-bottom-section .bottom-section-heading {
  border-bottom: 1px solid #e4ecf7;
  color: #1c5191;
}
.product-detail-page .container .product-bottom-section .product-specs table {
  min-width: 400px;
}
.product-detail-page .container .product-bottom-section .product-specs table tr td {
  border-bottom: 1px solid #e4ecf7;
}
.product-detail-page .container .product-bottom-section .product-files ul li a {
  color: #000;
  text-decoration: none;
}
.product-detail-page .container .product-bottom-section .product-files ul li a:hover {
  text-decoration: underline;
}
.product-detail-page .container .product-bottom-section .product-files ul li a span img {
  width: 25px;
}
.product-detail-page .container .product-bottom-section .product-files ul li a span p {
  word-wrap: break-word;
}
.basic-page {
  padding-bottom: 100px;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation {
  position: relative;
  border: 2px solid #cadef6;
  margin-top: 40px;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation .navigation-heading {
  position: absolute;
  background-color: #1c5191;
  font-size: 12px;
  padding: 8px 20px;
  top: -17px;
  left: 20px;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation .navbar-nav {
  padding: 35px 20px;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation .navbar-nav .nav-item {
  position: relative;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation .navbar-nav .nav-item .nav-link {
  padding-right: 15px;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation .navbar-nav .nav-item .nav-link:hover {
  color: #1c5191;
}
.basic-page .container .row .basic-page-aside .basic-page-navigation .navbar-nav .nav-item.active .nav-link {
  background-image: url('../img/icons/arrow-green-left.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #1c5191;
  font-weight: 600;
}
.basic-page .container .row .basic-page-aside .phone-contacts {
  background-color: #1c5191;
  margin-top: 40px;
  padding: 30px 40px;
  background-image: url('../img/icons/phone-dark-blue.svg');
  background-size: 150px;
  background-position: calc(100% - 20px) 100%;
  background-repeat: no-repeat;
}
.basic-page .container .row .basic-page-aside .phone-contacts .phone .phone-heading {
  color: #bfd8f7;
}
.basic-page .container .row .basic-page-main {
  padding-top: 40px;
  overflow: hidden;
  min-height: 450px;
  font-size: 15px;
}
.basic-page .container .row .basic-page-main h1 {
  padding-bottom: 40px;
  line-height: 1.3;
}
.basic-page .container .row .basic-page-main h2 {
  color: #1c5191;
  font-size: 24px;
  margin-bottom: 0px;
  padding-bottom: 30px !important;
  line-height: 1.3;
}
.basic-page .container .row .basic-page-main h3 {
  font-size: 20px;
  padding-bottom: 30px !important;
  margin-bottom: 0px;
  line-height: 1.3;
}
.basic-page .container .row .basic-page-main p {
  line-height: 1.7;
  padding-bottom: 30px;
}
.basic-page .container .row .basic-page-main a {
  color: #1c5191;
}
.basic-page .container .row .basic-page-main img {
  max-width: 100%;
  max-height: 100%;
}
.basic-page .container .row .basic-page-main div.side {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
}
.basic-page .container .row .basic-page-main div.side img {
  width: 25%;
  max-width: 100%;
  max-height: 100%;
}
.basic-page .container .row .basic-page-main div.side p {
  width: 75%;
  padding-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .basic-page .container .row .basic-page-main div.side {
    flex-direction: column;
  }
  .basic-page .container .row .basic-page-main div.side img {
    width: auto;
    max-height: 200px;
  }
  .basic-page .container .row .basic-page-main div.side p {
    width: 100%;
  }
}
.basic-page .container .row .basic-page-main ul {
  padding-bottom: 20px;
}
.basic-page .container .row .basic-page-main ul li {
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.basic-page .container .row .basic-page-main ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 8px;
  background-image: url('../img/icons/arrow-green-left.svg');
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.basic-page .container .row .basic-page-main ol {
  padding-bottom: 20px;
  margin-left: 25px;
}
.basic-page .container .row .basic-page-main ol li {
  line-height: 1.5;
  position: relative;
  padding-left: 0px;
  margin-bottom: 5px;
  list-style-type: decimal !important;
}
.basic-page .container .row .basic-page-main .gallery ul {
  display: flex;
  gap: 20px;
}
.basic-page .container .row .basic-page-main .gallery ul li {
  padding: 0px;
  width: 20%;
  transition: .6s;
  scale: 1;
}
.basic-page .container .row .basic-page-main .gallery ul li:hover {
  scale: 1.07;
}
.basic-page .container .row .basic-page-main .gallery ul li:after {
  display: none !important;
}
.basic-page .container .row .basic-page-main .gallery ul li img {
  border-radius: 12px;
}
.basic-page .container .row .basic-page-main .img-responsive {
  margin: 10px;
}
.basic-page .container .row .basic-page-main table {
  width: 100%;
  min-width: 400px;
  overflow: scroll;
}
.basic-page .container .row .basic-page-main table thead {
  color: #1c5191;
  background-color: #f5fafe;
}
.basic-page .container .row .basic-page-main table thead tr th {
  padding: 15px 0px;
}
.basic-page .container .row .basic-page-main table thead tr th:first-of-type {
  padding-left: 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.basic-page .container .row .basic-page-main table thead tr th:last-of-type {
  padding-right: 20px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.basic-page .container .row .basic-page-main table tbody tr {
  border-bottom: 1px solid #d5e5f4;
}
.basic-page .container .row .basic-page-main table tbody tr td {
  padding: 12px 0px;
  line-height: 22px;
}
.basic-page .container .row .basic-page-main table tbody tr td a {
  text-decoration: none;
}
.basic-page .container .row .basic-page-main table tbody tr td a:hover {
  text-decoration: underline;
}
.basic-page .container .row .basic-page-main table tbody tr td:first-of-type {
  padding-left: 20px;
}
.basic-page .container .row .basic-page-main table tbody tr td:last-of-type {
  padding-right: 20px;
}
.basic-page .container .row .basic-page-main table tbody tr td img {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.basic-page .container .row .basic-page-main .green-btn {
  background-color: #0db71d;
  padding: 20px 25px;
  font-size: 15px;
  border-radius: 7px;
  transition: 0.2s;
  display: inline-block;
  color: white;
  text-decoration: none;
}
.basic-page .container .row .basic-page-main .green-btn:hover {
  background-color: #099116;
}
.basic-page .container .row .basic-page-main .references {
  display: flex;
  flex-wrap: wrap;
}
.basic-page .container .row .basic-page-main .references-item {
  background: white !important;
  box-shadow: 0px 5px 10px #d4d4d4;
  margin-bottom: 15px;
  border: none !important;
  border-radius: 12px !important;
  padding: 0px !important;
}
.basic-page .container .row .basic-page-main .references-item:after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(33% - 20px) !important;
    padding: 0px !important;
  }
  .basic-page .container .row .basic-page-main .references-item:nth-child(3n) {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 990px) {
  .basic-page .container .row .basic-page-main .references-item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33% - 20px) !important;
    padding: 0px !important;
  }
  .basic-page .container .row .basic-page-main .references-item:nth-child(3n) {
    margin-right: 0px !important;
  }
}
@media screen and (min-width: 1220px) {
  .basic-page .container .row .basic-page-main .references-item {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33% - 25px) !important;
    padding: 0px !important;
  }
  .basic-page .container .row .basic-page-main .references-item:nth-child(3n) {
    margin-right: 0px !important;
  }
}
.basic-page .container .row .basic-page-main .references-item a {
  text-decoration: none;
}
.basic-page .container .row .basic-page-main .references-item-thumb {
  max-height: 300px;
  overflow: hidden;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-item-thumb {
    max-height: 200px;
  }
}
@media screen and (min-width: 990px) {
  .basic-page .container .row .basic-page-main .references-item-thumb {
    max-height: 250px;
  }
}
@media screen and (min-width: 1220px) {
  .basic-page .container .row .basic-page-main .references-item-thumb {
    max-height: 250px;
  }
}
.basic-page .container .row .basic-page-main .references-item-thumb img {
  max-width: 100%;
  position: relative;
  top: -30%;
}
.basic-page .container .row .basic-page-main .references-item-thumb:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(28,81,145,0.85);
  content: "";
  transition: .2s ease-out;
  opacity: 0;
}
.basic-page .container .row .basic-page-main .references-item-thumb:before {
  position: absolute;
  content: "Zobrazit detail reference";
  z-index: 100;
  color: white;
  bottom: 25px;
  right: 30px;
  font-weight: bold;
  font-size: 17px;
  display: block;
  padding: 5px 0 4px 30px;
  background: url('../img/magnify.svg') center left no-repeat;
  background-size: 18px auto;
  transition: .2s ease-out;
  opacity: 0;
}
.basic-page .container .row .basic-page-main .references-item-title {
  padding: 14px !important;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-item-title {
    padding: 20px !important;
  }
}
@media screen and (min-width: 990px) {
  .basic-page .container .row .basic-page-main .references-item-title {
    padding: 25px !important;
  }
}
@media screen and (min-width: 1220px) {
  .basic-page .container .row .basic-page-main .references-item-title {
    padding: 30px !important;
  }
}
.basic-page .container .row .basic-page-main .references-item-title h4 {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 18px !important;
  font-weight: 300;
  display: block;
  text-decoration: none !important;
  text-align: left !important;
  line-height: 27px !important;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-item-title h4 {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 990px) {
  .basic-page .container .row .basic-page-main .references-item-title h4 {
    font-size: 21px !important;
  }
}
@media screen and (min-width: 1220px) {
  .basic-page .container .row .basic-page-main .references-item-title h4 {
    font-size: 22px !important;
  }
}
.basic-page .container .row .basic-page-main .references-item-title h4 a {
  text-decoration: none;
}
.basic-page .container .row .basic-page-main .references-item-title span {
  font-size: 17px;
  color: #909090;
  display: block;
  font-weight: 200;
}
@media screen and (min-width: 1220px) {
  .basic-page .container .row .basic-page-main .references-item-title span {
    margin-top: 5px;
  }
}
.basic-page .container .row .basic-page-main .references-item:hover .references-item-thumb:after,
.basic-page .container .row .basic-page-main .references-item:hover .references-item-thumb:before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-homepage {
    -ms-display: grid;
    display: grid;
    -ms-grid-gap: 40px;
    grid-gap: 40px;
    -ms-grid-template-columns: repeat(3,calc(33% - 25px));
    grid-template-columns: repeat(3,calc(33% - 25px));
  }
  .basic-page .container .row .basic-page-main .references-homepage .references-item {
    width: 100% !important;
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-detail-content {
    -ms-display: grid;
    display: grid;
    -ms-grid-template-columns: 250px auto;
    grid-template-columns: 250px auto;
  }
}
@media screen and (min-width: 990px) {
  .basic-page .container .row .basic-page-main .references-detail-content {
    -ms-grid-template-columns: 350px auto;
    grid-template-columns: 350px auto;
  }
}
.basic-page .container .row .basic-page-main .references-detail-left img {
  max-width: 100%;
}
.basic-page .container .row .basic-page-main .references-detail-left .product-detail-back {
  display: inline-block;
  margin: 25px auto 25px auto;
  left: 50%;
  position: relative;
  transform: translatex(-50%);
  color: white !important;
  padding: 14px 16px;
  font-size: 17px;
  text-decoration: none;
  border: 1px solid ;
  transition: .2s ease-out;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-detail-left .product-detail-back {
    margin: 25px auto 0px auto;
  }
}
.basic-page .container .row .basic-page-main .references-detail-left .product-detail-back:hover {
  background: black;
  color: white;
  border-color: black;
}
.basic-page .container .row .basic-page-main .references-detail-left .product-detail-back {
  padding: 18px 19px;
  background: #1c5191;
  border-radius: 12px;
  border: none !important;
}
.basic-page .container .row .basic-page-main .references-detail-left .product-detail-back:hover {
  background: #15457e !important;
  border: none !important;
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-detail-right {
    border-left: 1px solid #e5e5e5;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .basic-page .container .row .basic-page-main .references-detail-text {
    min-height: 200px;
  }
}
.basic-page .container .row .basic-page-main .basic-page-table {
  display: block;
  overflow-x: hidden;
  padding-bottom: 0px;
}
.basic-page .container .row .basic-page-main small {
  display: block;
  text-align: end;
  color: #1c5191;
  font-size: 14px;
  padding-bottom: 40px;
}
.contact-page .container .contact-page-top .page-top-main-info .company-address {
  border-bottom: 1px solid #e4ecf7;
}
.contact-page .container .contact-page-top .page-top-main-info .company-address h1 {
  font-size: 28px;
}
.contact-page .container .contact-page-top .page-top-main-info .company-address a {
  color: #054c8e;
}
.contact-page .container .contact-page-top .page-top-main-info .company-contacts {
  border-bottom: 1px solid #e4ecf7;
}
.contact-page .container .contact-page-top .page-top-main-info .company-contacts .phone-flex p:first-of-type,
.contact-page .container .contact-page-top .page-top-main-info .company-contacts .email-flex p:first-of-type {
  width: 100px;
}
.contact-page .container .contact-page-top .page-top-main-info .company-contacts .phone-flex p:last-of-type,
.contact-page .container .contact-page-top .page-top-main-info .company-contacts .email-flex p:last-of-type {
  color: #054c8e;
}
.contact-page .container .contact-page-top .page-top-main-info .company-contacts .legal-info p span {
  width: 40px;
}
.contact-page .container .contact-page-top .page-top-form .contact-message-sent {
  padding: 15px;
  margin-bottom: 15px;
  background: #e5f8d9;
  color: #4a8a1f;
  border-radius: 8px;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form {
  background-color: #f5fafe;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .main-inputs div input {
  border: 1px solid #cadff2;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .main-inputs div input::placeholder {
  color: #86a1c1;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .contact-page-form-interested-in {
  color: #7390ae;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .contact-page-form-interested-in .form-check {
  min-height: unset;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .contact-page-form-interested-in .form-check input {
  margin-top: -2px;
  border: 1px solid #cce1f2;
  width: 1.2rem;
  height: 1.2rem;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form textarea {
  resize: none;
  border: 1px solid #cadff2;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form textarea::placeholder {
  color: #86a1c1;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .form-check input {
  margin-top: -5px;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #cce1f2;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .form-check input:checked {
  background-color: #1b518f;
  border: 1px solid #1b518f;
  background-image: url('../img/icons/check-regular.svg');
  background-size: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .form-check label {
  color: #7390ae;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .form-submit button {
  background-color: #0db71d;
  padding: 20px 45px;
  transition: 0.2s;
}
.contact-page .container .contact-page-top .page-top-form .contact-page-form form .form-submit button:hover {
  background-color: #099116;
}
.contact-page .container .contact-page-opening-hour {
  padding: 20px 0;
  border-top: 5px solid #f5fafe;
}
.contact-page .container .contact-page-opening-hour h3 {
  display: block;
  margin-top: 15px;
  padding-left: 30px;
  background: url('../img/icons/clock.svg') center left no-repeat;
  background-size: 20px;
}
.contact-page .container .contact-page-opening-hour .opening-hours-cont {
  display: flex;
}
.contact-page .container .contact-page-opening-hour .column {
  width: 33%;
}
.contact-page .container .contact-page-bottom {
  border-top: 5px solid #f5fafe;
  padding-bottom: 100px;
}
.contact-page .container .contact-page-bottom .row .working-hours {
  padding-left: 24px;
  background-image: url('../img/icons/clock.svg');
  background-size: 20px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .contact-page .container .contact-page-bottom .row ul {
    padding-left: 0px;
  }
}
header {
  background: url(../img/header-image.jpeg);
  background-size: cover;
  background-color: #0f386a;
  background-repeat: no-repeat;
  animation: animation 20s infinite;
}
@media screen and (max-width: 992px) {
  header {
    background-position: 100% 0%;
  }
}
@media screen and (max-width: 576px) {
  header {
    background-position: 100% 0%;
    background-size: cover;
    background-color: #0f386a;
  }
}
header .header-divisions {
  background-color: #071f3b;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}
header .header-divisions .container .divisions-flex .division-homepage {
  color: #fff;
  background-color: #0bb61d;
  display: block;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 20px;
}
header .header-divisions .container .divisions-flex .division-homepage:hover {
  background: #0aa31a;
}
header .header-divisions .container .divisions-flex .divisions-flex-heading {
  color: #546f91;
  margin-right: 8px;
}
header .header-divisions .container .divisions-flex .divisions-list li a {
  color: #8da3bf;
  font-size: 13px;
  position: relative;
}
header .header-divisions .container .divisions-flex .divisions-list li a:hover {
  color: #fff;
  background-color: #0bb61d;
}
header .header-divisions .container .divisions-flex .divisions-list li a:hover::after {
  position: absolute;
  bottom: 11px;
  left: calc(50% - 4px);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #72e07d;
  border-top: 2px solid #72e07d;
  transform: rotate(135deg);
}
header .header-divisions .container .divisions-flex .divisions-list li a.active {
  color: #fff;
  background-color: #0bb61d;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions {
  position: relative;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-toggler {
  position: relative;
  border: 2px solid #2d5484;
  background: #0a2e5a;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-toggler p {
  color: #698ebb;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-toggler span {
  transition: 0.3s;
  display: inline-block;
  z-index: 100;
  top: 0px;
  right: 0px;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url('../img/icons/arrow-down-light-blue.svg') !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-toggler span.active {
  transition: 0.3s;
  z-index: 100;
  top: 0px;
  transform: rotate(180deg);
  right: 0px;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url('../img/icons/arrow-down-light-blue.svg') !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-list {
  display: none;
  position: absolute;
  width: 200px;
  top: calc(100% + 5px);
  z-index: 5;
  background-color: #071f3b;
  border: 1px solid #020b15;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-list li a {
  width: 100%;
  color: #698ebb;
  border-bottom: 1px solid #041223;
  font-size: 14px;
}
header .header-divisions .container .mobile-navbar-top-content .mobile-navbar-divisions .divisions-list li:last-of-type a {
  border-bottom: 0px;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch {
  position: relative;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .current-lang {
  cursor: pointer;
  position: relative;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .current-lang::after {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 10px;
  height: 10px;
  background: url('../img/icons/arrow-down-light-blue.svg') !important;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .current-lang.active::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0px;
  content: "";
  width: 10px;
  height: 10px;
  background: url('../img/icons/arrow-down-light-blue.svg') !important;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .current-lang img {
  width: 20px;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .current-lang p {
  color: #698ebb;
  font-size: 14px;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .other-langs {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0px;
  width: auto;
  height: auto;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .other-langs li a {
  background: #071f3b;
  width: 100px;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .other-langs li a:hover {
  background: #020b15;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .other-langs li a span img {
  width: 20px;
}
header .header-divisions .container .mobile-navbar-top-content .language-switch .other-langs li a span p {
  font-size: 14px;
  color: #698ebb;
}
header .header-content {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  header .header-content {
    margin-top: 55px;
  }
}
header .header-content .container .pks-logo {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-top: -20px;
}
header .header-content .container .pks-logo img {
  max-height: 90px !important;
}
@media screen and (max-width: 992px) {
  header .header-content .container .pks-logo img {
    max-height: 50px !important;
  }
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-user {
  border: 2px solid #2d5484;
  background: #0a2e5a;
  transition: 0.2s;
  width: 50px;
  height: 45px;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-user img {
  width: 17px;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-user:hover {
  background: #071f3b;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-eshop {
  border: 2px solid #2d5484;
  background: #0a2e5a;
  transition: 0.2s;
  position: relative;
  width: 50px;
  height: 45px;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-eshop img {
  width: 20px;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-eshop:hover {
  background: #071f3b;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-eshop .cart-items {
  position: absolute;
  top: calc(100% - 8px);
  right: 5px;
  background-color: #0bb61d;
  width: 20px;
  height: 20px;
  font-size: 10px;
}
header .header-content .container .mobile-navbar-buttons .mobile-navbar-eshop .cart-items p {
  color: #fff;
}
header .header-content .container .mobile-navbar-buttons .navbar-toggler {
  border: 2px solid #2d5484;
  background: #0a2e5a;
}
header .header-content .container .mobile-navbar-buttons .navbar-toggler .navbar-toggler-icon {
  background-image: url('../img/icons/navbar-toggler.svg') !important;
  width: 25px;
  height: 25px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-left-links ul {
  display: flex;
  align-items: center;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-left-links ul li {
  margin-right: 15px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-left-links ul li a {
  color: #698ebb;
  text-decoration: none;
  font-size: 14px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-left-links ul li a:hover {
  text-decoration: underline;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .search-box img {
  width: 15px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .search-box form input {
  border: none;
  background: transparent;
  font-size: 14px;
  width: 190px;
  color: #698ebb;
  border: 2px solid transparent;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .search-box form input:focus {
  border: 2px solid #698ebb;
  outline: none;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .search-box form input::placeholder {
  color: #3e628e;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch {
  position: relative;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .current-lang {
  cursor: pointer;
  position: relative;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .current-lang::after {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 10px;
  height: 10px;
  background: url('../img/icons/arrow-down-light-blue.svg') !important;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .current-lang.active::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0px;
  content: "";
  width: 10px;
  height: 10px;
  background: url('../img/icons/arrow-down-light-blue.svg') !important;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .current-lang img {
  width: 20px;
  display: inline-block;
  margin-top: 2px;
  margin-right: 5px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .current-lang p {
  color: #698ebb;
  font-size: 14px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .other-langs {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0px;
  width: auto;
  height: auto;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .other-langs li a {
  background: #071f3b;
  width: 100px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .other-langs li a:hover {
  background: #020b15;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .other-langs li a span img {
  width: 20px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .language-switch .other-langs li a span p {
  font-size: 14px;
  color: #698ebb;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .login a {
  color: #698ebb;
  text-decoration: none;
  font-size: 14px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .login a img {
  width: 12px;
}
header .header-content .container .navbar-right-content .nav-section-main-top .main-top-right-links .login a:hover {
  text-decoration: none;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item {
  position: relative;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .nav-link {
  position: relative;
  padding-right: 20px;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .nav-link::after {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/icons/arrow-down-green.svg') !important;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .nav-link.active::after {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0px;
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/icons/arrow-down-green.svg') !important;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item .nav-link {
  color: #b5d0ef;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  padding: 0px !important;
  margin: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  background: #071f3b;
  width: 250px;
  color: #698ebb;
}
header .header-content .container .navbar-right-content .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  background: #020b15;
}
@media screen and (max-width: 992px) {
  header .header-content .container .navbar-right-content .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    background-color: #0a2e5a;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .nav-link {
    padding: 15px 0px !important;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .nav-link::after {
    display: none;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .mobile-dropdown-toggler {
    transition: 0.3s;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    content: "";
    width: 40px;
    height: 46px;
    background-image: url('../img/icons/arrow-down-green.svg') !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .mobile-dropdown-toggler.active {
    transition: 0.3s;
    position: absolute;
    z-index: 100;
    top: 0px;
    transform: rotate(180deg);
    right: 0px;
    content: "";
    width: 40px;
    height: 46px;
    background-image: url('../img/icons/arrow-down-green.svg') !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: static;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .dropdown-menu li {
    text-align: center;
  }
  header .header-content .container .navbar-right-content .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    width: auto;
  }
}
header .header-content .container .navbar-right-content .navbar-nav .lvl-1-eshop a {
  border: 2px solid #2d5484;
  background: #0a2e5a;
  transition: 0.2s;
  position: relative;
}
header .header-content .container .navbar-right-content .navbar-nav .lvl-1-eshop a p {
  color: #fff;
}
header .header-content .container .navbar-right-content .navbar-nav .lvl-1-eshop a img {
  width: 25px;
}
header .header-content .container .navbar-right-content .navbar-nav .lvl-1-eshop a:hover {
  background: #071f3b;
}
header .header-content .container .navbar-right-content .navbar-nav .lvl-1-eshop a .cart-items {
  position: absolute;
  top: calc(100% - 8px);
  right: 5px;
  background-color: #0bb61d;
  width: 28px;
  height: 25px;
  font-size: 14px;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item {
  position: relative;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item.dropdown .main-menu-lvl2-link {
  position: relative;
  padding: 18px 20px 18px 10px;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item.dropdown .main-menu-lvl2-link::after {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/icons/arrow-down-green.svg') !important;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item.dropdown .main-menu-lvl2-link.active::after {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0px;
  content: "";
  width: 12px;
  height: 12px;
  background: url('../img/icons/arrow-down-green.svg') !important;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl2-link {
  color: #b5d0ef;
  text-decoration: none;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl2-link:hover {
  color: #fff;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 0px !important;
  margin: 0px !important;
  background: transparent !important;
  border-radius: 0px !important;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper .main-menu-lvl3 {
  margin-top: 10px;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper .main-menu-lvl3 .main-menu-lvl3-item .main-menu-lvl3-link {
  background: #071f3b;
  padding: 18px 15px;
  width: 250px;
  color: #698ebb;
  text-decoration: none;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper .main-menu-lvl3 .main-menu-lvl3-item .main-menu-lvl3-link:hover {
  background: #020b15;
}
@media screen and (max-width: 992px) {
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item {
    width: 100%;
    text-align: center;
    background-color: #0a2e5a;
    display: block;
    position: relative;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl2-link {
    padding: 15px 0px !important;
    width: 100%;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .mobile-dropdown-toggler {
    transition: 0.3s;
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    content: "";
    width: 40px;
    height: 46px;
    background-image: url('../img/icons/arrow-down-green.svg') !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .mobile-dropdown-toggler.active {
    transition: 0.3s;
    position: absolute;
    z-index: 100;
    top: 0px;
    transform: rotate(180deg);
    right: 0px;
    content: "";
    width: 40px;
    height: 46px;
    background-image: url('../img/icons/arrow-down-green.svg') !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper {
    position: static;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper .main-menu-lvl3 .main-menu-lvl3-item {
    width: 100%;
    text-align: center;
  }
  header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl2-item .main-menu-lvl3-wrapper .main-menu-lvl3 .main-menu-lvl3-item .main-menu-lvl3-link {
    width: 100%;
  }
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .main-menu-lvl-4 {
  display: none !important;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .lvl-1-eshop a {
  border: 2px solid #2d5484;
  background: #0a2e5a;
  transition: 0.2s;
  position: relative;
  display: inline-block !important;
  padding: 12px 20px;
  margin-top: 0 !important;
  line-height: 24px;
  height: 50px;
  padding-right: 25px;
  text-align: center;
  float: left;
  margin-left: 5px;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .lvl-1-eshop a p {
  color: #fff;
  line-height: 10px;
  margin: 0;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .lvl-1-eshop a img {
  width: 25px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .lvl-1-eshop a:hover {
  background: #071f3b;
}
header .header-content .container .navbar-right-content .desktop-menu .main-menu-lvl1 .lvl-1-eshop a .cart-items {
  position: absolute;
  top: calc(100% - 8px);
  right: 5px;
  background-color: #0bb61d;
  width: 28px;
  height: 25px;
  font-size: 14px;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content {
  background-color: #071f3b;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .search-box img {
  width: 15px;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .search-box form {
  border: 2px solid #2d5484;
  background: #0a2e5a;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .search-box form input {
  border: none;
  background: transparent;
  font-size: 14px;
  width: 170px;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .search-box form input::placeholder {
  color: #3e628e;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .mobile-under-menu-links {
  color: #698ebb;
  font-size: 13px;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .mobile-under-menu-links ul {
  margin-top: 10px;
  margin-bottom: 0px;
}
header .header-content .container .navbar-right-content .mobile-under-menu-content .mobile-under-menu-links ul li {
  margin-top: 2px;
}
.header-content-heading-section {
  padding-bottom: 100px;
}
.header-content-heading-section h1 {
  font-size: 40px;
}
@media screen and (max-width: 576px) {
  .header-content-heading-section h2 {
    font-size: 22px;
  }
  .header-content-heading-section h1 {
    font-size: 32px;
  }
}
@keyframes animation {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 105% 105%;
  }
  100% {
    background-size: 100% 100%;
  }
}
body {
  font-size: 16px;
}
body table,
body ul,
body ol,
body p,
body h2,
body h3,
body h4,
body h5,
body hr {
  margin: 0 0 15px 0;
}
body a {
  color: inherit;
  display: inline-block;
}
body p {
  line-height: 1.2;
  margin: 0;
}
body hr {
  display: block;
  height: 1px;
  border: none;
  background: #e4e4e4;
}
body h1 {
  font-size: 32px;
}
body h2 {
  font-size: 26px;
}
body h3 {
  font-size: 23px;
}
body h4 {
  font-size: 18px;
}
body h5 {
  font-size: 16px;
}
footer .footer-logos {
  padding: 80px 0px;
}
footer .footer-logos .container .footer-logos-flex .footer-logos-logo {
  height: 60px;
}

footer .footer-logos .container .footer-logos-flex .footer-logos-logo span{font-weight: bold;font-size: 22px;}
footer .footer-blue-section {
  background-color: #04162a;
  color: #57728f;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-flex {
  padding-bottom: 30px;
  border-bottom: 1px solid #263c58;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-flex .contacts div p:last-of-type {
  font-size: 14px;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-flex .links .d-flex {
  font-size: 14px;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-flex .links .d-flex li a {
  transition: 0.1s;
  position: relative;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-flex .links .d-flex li a:hover {
  color: #fff;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-flex .links .d-flex li a:hover::after {
  position: absolute;
  top: -20px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0db61e;
  border-top: 1.5px solid #0db61e;
  transform: rotate(315deg) translateX(-50%);
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-socials {
  text-align: end;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-socials a {
  height: 30px;
}
footer .footer-blue-section .container .footer-blue-section-top .blue-section-top-socials a img {
  height: 30px;
  max-height: 30px;
}
footer .footer-blue-section .container .footer-blue-section-main .row .contact-info a {
  background-color: #0bb61d;
  padding: 14px 30px;
  font-size: 14px;
  transition: 0.2s;
}
footer .footer-blue-section .container .footer-blue-section-main .row .contact-info a:hover {
  background-color: #099116;
}
footer .footer-blue-section .container .footer-blue-section-main .row .about-company ul,
footer .footer-blue-section .container .footer-blue-section-main .row .products ul,
footer .footer-blue-section .container .footer-blue-section-main .row .services ul {
  margin-top: .25rem !important;
}
footer .footer-blue-section .container .footer-blue-section-main .row .about-company ul li,
footer .footer-blue-section .container .footer-blue-section-main .row .products ul li,
footer .footer-blue-section .container .footer-blue-section-main .row .services ul li {
  margin-top: 1rem !important;
}
footer .footer-blue-section .container .footer-blue-section-main .row .about-company ul li a,
footer .footer-blue-section .container .footer-blue-section-main .row .products ul li a,
footer .footer-blue-section .container .footer-blue-section-main .row .services ul li a {
  text-decoration: none;
  font-size: 15px;
}
footer .footer-blue-section .container .footer-blue-section-main .row .about-company ul li a:hover,
footer .footer-blue-section .container .footer-blue-section-main .row .products ul li a:hover,
footer .footer-blue-section .container .footer-blue-section-main .row .services ul li a:hover {
  color: #57728f;
  text-decoration: underline;
}
footer .footer-blue-section .container .footer-blue-section-main .row .about-company ul li.eshop-link a img,
footer .footer-blue-section .container .footer-blue-section-main .row .products ul li.eshop-link a img,
footer .footer-blue-section .container .footer-blue-section-main .row .services ul li.eshop-link a img {
  width: 20px;
}
footer .footer-blue-section .container .footer-blue-section-copyright {
  color: #2f4560;
  font-size: 14px;
}
footer .footer-blue-section .container .footer-blue-section-copyright .row .essential-links a {
  text-decoration: none;
}
footer .footer-blue-section .container .footer-blue-section-copyright .row .essential-links a:hover {
  text-decoration: underline;
  color: #2f4560;
}
footer .footer-blue-section .container .footer-blue-section-copyright .row .pixio-copyright a img {
  height: 22px;
  width: auto;
}
.pixio-control-panel {
  background: #f8f8f8;
  border-top: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 13px;
}
.pixio-control-panel .pixio-container {
  background: #141b21;
  display: none;
  padding: 10px 20px;
  float: left;
}
.pixio-control-panel .pixio-container a {
  display: block;
  width: 54px;
  height: 20px;
  text-indent: -5555px;
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel .pixio-container a {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
@media screen and (min-width: 768px) {
  .pixio-control-panel .pixio-container {
    display: inline-block;
  }
}
.pixio-control-panel-ul {
  margin: 3px 0 10px 0;
}
.pixio-control-panel-ul li {
  color: #818181;
  display: block;
  margin: 7px 15px 13px 15px;
  float: left;
}
.pixio-control-panel-ul li span {
  background-image: url('../img/controlpanel/controlpanel_sprite.png');
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .pixio-control-panel-ul li span {
    background-image: url('../img/controlpanel/controlpanel_sprite@x2.png');
    background-size: 60px 60px;
  }
}
.pixio-control-panel-ul li a {
  color: #1c68a3;
  text-decoration: none;
  font-weight: bold;
}
.pixio-control-panel-ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul li {
    margin: 0 15px;
  }
}
.pixio-control-panel-ul-left {
  float: left;
}
.pixio-control-panel-ul-left li#block-loading-time,
.pixio-control-panel-ul-left li#block-file-upload {
  display: none;
}
@media screen and (min-width: 600px) {
  .pixio-control-panel-ul-left li#block-loading-time,
  .pixio-control-panel-ul-left li#block-file-upload {
    display: block;
  }
}
.pixio-control-panel-ul-left li#block-loading-time span {
  background-position: 0px -20px;
}
.pixio-control-panel-ul-left li#block-edit-page span {
  background-position: 0px -40px;
}
.pixio-control-panel-ul-left li#block-page-settings span {
  background-position: -20px -20px;
}
.pixio-control-panel-ul-left li#block-file-upload span {
  background-position: -20px -40px;
}
.pixio-control-panel-ul-right {
  float: right;
  display: none;
}
.pixio-control-panel-ul-right li#block-logout a {
  color: #c50001;
}
.pixio-control-panel-ul-right li#block-logout span {
  background-position: -40px -20px;
}
.pixio-control-panel-ul-right li#block-user-name span {
  background-position: -40px -40px;
}
@media screen and (min-width: 990px) {
  .pixio-control-panel-ul-right {
    display: block;
  }
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.bookings_sheet tr td {
  text-align: center;
}
@media screen and (min-width: 990px) {
  .bookings_sheet tr td {
    padding: 6px 4px !important;
  }
}
@media screen and (min-width: 1220px) {
  .bookings_sheet tr td {
    padding: 6px 2px !important;
  }
}
.bookings_sheet tr:hover {
  background: none !important;
}
.bookings_month {
  font-size: 17px;
  padding: 7px 0 25px;
}
.bookings_tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  color: white !important;
  text-align: center;
}
.bookings_tooltip .booking_detail {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.bookings_tooltip .booking_detail strong {
  margin-bottom: 4px;
  display: block;
}
.bookings_tooltip:hover .booking_detail {
  display: block;
}
.news-item {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news-item-content {
  float: left;
}
.news-item-content-text {
  margin-bottom: 10px;
}
.news-item-content-date {
  color: #5e5e5e;
}
.news-item-content-more {
  margin: 0 5px;
}
.news-item-thumb {
  float: left;
}
.news-item-thumb img {
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: 8px;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form-help {
  display: none;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: right;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.album-item {
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin: 5px;
  width: 100px;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.products-list .product-image{
  height:250px;
  text-align: center;
}
.products-list .product-name{
  height:48px;
}

.togglePass{
  top: 2px;
  position: absolute;
  right: 25px;
  font-size: 13px;
  background: #fff;
  padding: 2px 5px;
  color: var(--default-color);
}
