@charset "UTF-8";

@font-face {
  font-family: "SwitzerRegular";
  src: url("../fonts/SwitzerRegular.eot");
  src: url("../fonts/SwitzerRegular.eot") format("embedded-opentype"),
    url("../fonts/SwitzerRegular.woff2") format("woff2"),
    url("../fonts/SwitzerRegular.woff") format("woff"),
    url("../fonts/SwitzerRegular.ttf") format("truetype"),
    url("../fonts/SwitzerRegular.svg#SwitzerRegular") format("svg");
}
@font-face {
  font-family: "SwitzerMedium";
  src: url("../fonts/SwitzerMedium.eot");
  src: url("../fonts/SwitzerMedium.eot") format("embedded-opentype"),
    url("../fonts/SwitzerMedium.woff2") format("woff2"),
    url("../fonts/SwitzerMedium.woff") format("woff"),
    url("../fonts/SwitzerMedium.ttf") format("truetype"),
    url("../fonts/SwitzerMedium.svg#SwitzerMedium") format("svg");
}
@font-face {
  font-family: "TitilliumWebSemiBold";
  src: url("../fonts/TitilliumWebSemiBold.eot");
  src: url("../fonts/TitilliumWebSemiBold.eot") format("embedded-opentype"),
    url("../fonts/TitilliumWebSemiBold.woff2") format("woff2"),
    url("../fonts/TitilliumWebSemiBold.woff") format("woff"),
    url("../fonts/TitilliumWebSemiBold.ttf") format("truetype"),
    url("../fonts/TitilliumWebSemiBold.svg#TitilliumWebSemiBold") format("svg");
}
@font-face {
  font-family: "TitilliumWebRegular";
  src: url("../fonts/TitilliumWebRegular.eot");
  src: url("../fonts/TitilliumWebRegular.eot") format("embedded-opentype"),
    url("../fonts/TitilliumWebRegular.woff2") format("woff2"),
    url("../fonts/TitilliumWebRegular.woff") format("woff"),
    url("../fonts/TitilliumWebRegular.ttf") format("truetype"),
    url("../fonts/TitilliumWebRegular.svg#TitilliumWebRegular") format("svg");
}

body {
  font-family: "SwitzerRegular", var(--default-font-family);
}
.subheading,
.circle_button a,
.carousel-navigation .nav-link,
.product_tabs .nav-item .nav-link,
.footer h3 {
  font-family: "SwitzerMedium", var(--default-font-family);
}
.title_box,
.offer_title h3,
.video-title h2,
.news-tag,
h3.benefit-title,
.product-info-section .product-title h1 {
  font-family: "TitilliumWebRegular", var(--default-font-family);
}
.carousel-title,
.product-info-section .product-title h1 small {
  font-family: "TitilliumWebSemiBold", var(--default-font-family);
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #001432; /* text */
  --main-color-hover: #0056dc; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #001432; /* tmava modra */
  --main-bg-color-grey-light: #eef2fe; /* svetlo modra */
  --main-bg-color-custom: #132f59; /* modra */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
a.cta_link {
  position: relative;
  font-size: 1rem;
  text-align: center;
  background-color: transparent;
  border-width: 1.5px;
  border-style: solid;
  overflow: hidden;
  isolation: isolate;
}
a.cta_link__a {
  color: var(--main-color);
  border-color: var(--main-color-hover);
}
a.cta_link__a:hover {
  color: var(--white);
}
a.cta_link__b {
  color: var(--main-color);
  border-color: var(--main-color-hover);
}
a.cta_link__b:hover {
  color: var(--main-color);
  border-color: var(--white);
}
a.cta_link:before {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 0;
  height: 0;
  content: "";
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
}
a.cta_link__a:before {
  background-color: var(--main-color-hover);
}
a.cta_link__b:before {
  background-color: var(--white);
}
a.cta_link:hover:before {
  width: 130%;
  height: 130%;
  opacity: 1;
}
a.cta_link span {
  position: relative;
  top: 0.1rem;
}
.circle_button a {
  width: 180px;
  height: 180px;
  background-color: var(--white);
  color: var(--main-color);
  text-decoration: none;
  border-bottom: 0;
}
.circle_button a:hover {
  color: var(--white);
  background-color: var(--main-bg-color-grey);
}
.circle_button span {
  position: relative;
  top: 1rem;
}
.circle_button i {
  font-size: 1.66rem;
  color: var(--main-color-hover);
  margin-top: 0.5rem;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.box_margin {
  margin-bottom: calc(var(--size) * 2);
}
.box_margin2 {
  margin-bottom: var(--size);
}
.box_margin3 {
  margin-bottom: calc(var(--size) * 4);
}
.box_padding {
  padding-left: calc(var(--size) * 13.33);
  padding-right: calc(var(--size) * 13.33);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 8.33);
  padding-bottom: calc(var(--size) * 8.33);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.row-smaller-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.row-smaller-gutters > [class^="col-"],
.row-smaller-gutters > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.border-top,
.border-right,
.border-bottom,
.border-left {
  border-color: var(--main-bg-color-grey) !important;
}
.border-left-section:before {
  content: "";
  position: absolute;
  left: calc(var(--size) * 13.33);
  bottom: 0;
  height: 65%;
  width: 1px;
  background-color: var(--main-bg-color-grey);
}
.border-left-section-uvod:before {
  height: 75%;
  background-color: #0056dc;
}
.reveal-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}
.container_bg__custom {
  background-color: var(--main-color-hover);
}
.container_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  opacity: 0.1;
  z-index: -10;
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(26px + (36 - 26) * ((100vw - 320px) / (1920 - 320)));
}
.title_box__xl :is(h1, h2) {
  font-size: calc(36px + (60 - 36) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: 100%;
  color: inherit;
}
.title_box a {
  color: var(--main-color-hover);
}
.title_box a:hover {
  color: var(--main-color);
}

/* animate.css */

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Header ............................................................... */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  background-color: var(--main-bg-color-grey);
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  animation: animateNav 0.4s linear;
}
.product-subpage-header.scroll {
  background-color: var(--white);
}
.header:after {
  position: absolute;
  bottom: 0;
  left: calc(var(--size) * 13.3);
  right: 0;
  height: 1px;
  content: "";
  background: var(--white);
}
.product-subpage-header:after {
  left: 0 !important;
  background: var(--main-bg-color-grey);
}
.header.scroll:after {
  left: 0;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.main_logo {
  position: absolute;
  top: 50%;
  left: calc(var(--size) * 16.33);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.product-subpage-header .main_logo {
  left: calc(var(--size) * 13.33);
}
.main_logo img {
  width: 175px;
}
.main_logo.scroll img {
  width: 100px;
}

.navigation_wrapper {
  padding-left: 350px;
}
.header-contacts-wrapper {
  top: 50%;
  right: calc(var(--size) * 13.33);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.header-button a {
  font-size: 1rem;
  color: var(--white);
  text-align: center;
  background-color: transparent;
  padding: 0.5rem 3rem;
  border: 1.5px solid var(--white);
}
.product-subpage-header .header-button a {
  color: var(--main-color);
  border-color: var(--main-bg-color-grey);
}
.header-button a:hover,
.header-button a.active {
  color: var(--main-color);
  background-color: var(--white);
}
.product-subpage-header .header-button a:hover,
.product-subpage-header .header-button a.active {
  color: var(--white);
  background-color: var(--main-bg-color-grey);
}
.language-picker {
  display: flex;
  align-items: center;
  position: relative;
}
.language-picker-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.language-picker select {
  border: none;
  font-size: 1rem;
  background: transparent;
  color: var(--white);
  padding-right: 25px;
  appearance: none;
}
.product-subpage-header .language-picker select {
  color: var(--main-color);
}
.language-picker select:focus {
  outline: none;
}
.language-picker option {
  color: var(--black);
  background-color: var(--white);
}
.language-picker-wrapper i {
  position: absolute;
  right: 0;
  font-size: 1rem;
  color: var(--white);
  pointer-events: none;
}
.product-subpage-header .language-picker-wrapper i {
  color: var(--main-color);
}
.product-subpage-header .language-selector > i {
  color: var(--main-color-hover);
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--white) !important;
  line-height: 40px;
  margin-right: 40px;
  padding: 0 !important;
  border-bottom: 0;
  text-transform: uppercase;
}
.product-subpage-header .mainNavigation a.nav-link {
  color: var(--main-color) !important;
}
.mainNavigation .nav-item:last-child a.nav-link {
  margin-right: 0 !important;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-color-hover);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.mainNavigation a.nav-link:hover span:after,
.mainNavigation a.hi span:after {
  width: 100%;
  opacity: 1;
}

/* Rslider ............................................................... */

.slider-wrapper .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-wrapper .owl-carousel .owl-animated-in {
  z-index: 0;
}
.slider-wrapper .owl-carousel .owl-animated-out {
  z-index: 1;
}
.fadeOutScale {
  animation-name: fadeOutScale;
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInScale {
  animation-name: fadeInScale;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider-wrapper {
  width: 100%;
  height: 100vh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 100vh;
}
.slider-wrapper-in {
  height: 40vh;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40vh;
}
.carousel-content-wrapper {
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: rgba(0, 20, 50, 0.35);
}
.carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--white);
}
.carousel-title {
  font-size: calc(30px + (65 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}
.carousel-subheading {
  font-size: 1.33rem;
  line-height: 1.2;
}
.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.carousel-navigation-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding-bottom: 70px;
}
.carousel-navigation .nav-link {
  font-size: 1rem;
  color: var(--white);
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.carousel-navigation .nav-link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

/* Main-Content ............................................................... */

/* Offer */

a.offer_wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 0;
}
.offer_content {
  padding: 100px 70px 100px calc(16.666667% + 100px);
  border: 2px solid var(--main-color-hover);
}
a.offer_wrapper:hover .offer_content {
  color: var(--white);
  background-color: var(--main-color-hover);
}
.offer_title h3 {
  font-size: 2rem;
}
.offer_img {
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  z-index: -1;
}
.offer_button {
  font-size: 1.66rem;
  text-align: center;
  background-color: transparent;
  border: 1.5px solid var(--main-color-hover);
}
a.offer_wrapper:hover .offer_button {
  color: var(--main-color-hover);
  background-color: var(--white);
}

/* Video */

.video_container {
  height: 800px;
  padding-left: 0;
  padding-right: calc(var(--size) * 13.33);
}
.video_container a.img-nav {
  isolation: isolate;
}
.video_container a.img-nav:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 20, 50, 0.35);
}
.video_container a.img-nav:hover:before {
  background: rgba(0, 20, 50, 0.5);
}
.video_container a.img-nav > img {
  z-index: -1;
}
.video_container a.img-nav .img-nav-icon {
  position: absolute;
  right: calc(var(--size) * 13.33);
  bottom: calc(var(--size) * 6);
}
.video_container a.img-nav .img-nav-icon img {
  width: 180px;
  opacity: 0.75;
}
.video_container a.img-nav:hover .img-nav-icon img {
  opacity: 1;
}
.video-title {
  top: calc(var(--size) * 6);
  left: calc(var(--size) * 13.33);
  color: var(--white);
}
.video-title h2 {
  font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}

/* News */

.news-tag {
  font-size: 0.83rem;
  color: var(--main-color);
  text-transform: uppercase;
  border-bottom: 1px solid var(--main-color-hover);
}
.news-title h3 {
  font-size: 1.66rem;
  line-height: 1.2;
}
.news-nav a {
  color: var(--main-color-hover);
}
.news-nav a:hover {
  color: var(--main-color);
}
.news-img a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Benefits */

h3.benefit-title {
  font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}
.benefit-text {
  font-size: 1rem;
  color: #cbcbcb;
}

/* Footer ............................................................... */

.footer-contacts {
  background-color: var(--main-bg-color-custom);
}
.footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: var(--white);
  border-bottom: 0;
}
.footer-contact a .icon {
  font-size: 1.11rem;
  color: var(--white);
  width: 50px;
  height: 50px;
  background-color: #2b4875;
}
.footer-contact a:hover .icon {
  color: var(--main-color);
  background-color: var(--white);
}
.footer a {
  color: var(--white);
  border-bottom: 0;
}
.footer a:hover,
.footer a.hi {
  color: #a8b0bd;
}
.footer h3 {
  font-size: 0.78rem;
  color: #a8b0bd;
  line-height: inherit;
}
.footer_top_logo {
  font-size: 1.66rem;
}

/* Product-Subpage ............................................................... */

/* Product-Info */

.product-info-section {
  padding-top: calc(var(--size) * 16);
  padding-bottom: calc(var(--size) * 8.33);
}
.product-info-section .product-title {
  padding: 3rem;
  padding-left: 0 !important;
}
.product-info-section .product-title:before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 250px);
  height: 100%;
  content: "";
  border: 2px solid var(--main-color-hover);
}
.product-info-section .product-title h1 {
  font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}
.product-info-section .product-title h1 small {
  display: block;
  font-size: inherit;
}
.product_bg_img {
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}

/* Product-Tabs */

.product_tabs .nav-tabs {
  border-bottom: 0;
}
.product_tabs .nav-item:not(:last-child) {
  position: relative;
  margin-right: 2rem;
}
.product_tabs .nav-item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -1rem;
  content: "|";
  padding-left: 0.5rem;
  color: var(--white);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_tabs .nav-item .nav-link {
  position: relative;
  font-size: 1rem;
  color: var(--white);
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.product_tabs .nav-item .nav-link:after {
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--white);
  opacity: 0;
}
.product_tabs .nav-item .nav-link:hover:after,
.product_tabs .nav-item .nav-link.active:after {
  opacity: 1;
}
.selectProductTable .table-bordered {
  border: 1px solid var(--main-bg-color-grey);
}
.selectProductTable .table-bordered th,
.selectProductTable .table-bordered td {
  border: 1px solid var(--main-bg-color-grey);
}
.selectProductTable .thead-dark th {
  background-color: var(--main-bg-color-grey) !important;
  border-color: var(--main-bg-color-grey) !important;
}
.selectProductTable td {
  color: var(--main-color);
}

/* Technology-Gallery */

.offer-nav-buttons {
  display: flex;
}
.offer-nav-buttons .btn {
  width: 80px;
  height: 50px;
  font-size: 1.66rem;
  color: var(--main-color-hover) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 0;
  border: 0;
  border-radius: 200px;
}
.offer-nav-buttons .btn:hover {
  color: var(--white) !important;
  background-color: var(--main-color-hover);
}
.offer-nav-buttons .btn:focus,
.offer-nav-buttons .btn.focus {
  box-shadow: none;
}
.galleryCarousel a .gallery_img {
  background-color: var(--black);
}
.galleryCarousel a:hover .gallery_img img {
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.info-section {
  position: relative;
  padding: 3rem;
  padding-left: 10rem;
}
.info-section:before {
  content: "\f1f7";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 6rem;
  color: #3d82ee;
}

/* Effects ............................. */

a,
a.cta_link,
a.cta_link:before,
.circle_button a,
.mainNavigation a.nav-link span:after,
.header-button a,
.offer_content,
.offer_button,
.video_container a.img-nav:before,
.video_container a.img-nav .img-nav-icon img,
.news-img a img,
.offer-nav-buttons .btn,
.galleryCarousel a .gallery_img img,
.product_tabs .nav-item .nav-link:after,
.footer-contact a .icon {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
  .box_padding {
    padding-left: calc(var(--size) * 11.33);
    padding-right: calc(var(--size) * 11.33);
  }
  .header:after {
    left: calc(var(--size) * 11.33);
  }
  .main_logo {
    left: calc(var(--size) * 14.33);
  }
  .product-subpage-header .main_logo {
    left: calc(var(--size) * 11.33);
  }
  .navigation_wrapper {
    padding-left: 280px;
  }
  .header-contacts-wrapper {
    right: calc(var(--size) * 6);
  }
  .mainNavigation a.nav-link {
    margin-right: 25px;
  }
  .border-left-section:before {
    left: calc(var(--size) * 11.33);
  }
  .video_container {
    padding-right: calc(var(--size) * 11.33);
  }
  .video-title {
    left: calc(var(--size) * 11.33);
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .circle_button a {
    width: 130px;
    height: 130px;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .box_padding {
    padding-left: calc(var(--size) * 9.33);
    padding-right: calc(var(--size) * 9.33);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 6);
    padding-bottom: calc(var(--size) * 6);
  }
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header:after {
    left: calc(var(--size) * 9.33);
  }
  .main_logo {
    left: calc(var(--size) * 11.33);
  }
  .product-subpage-header .main_logo {
    left: calc(var(--size) * 9.33);
  }
  .main_logo img {
    width: 120px;
  }
  .main_logo.scroll img {
    width: 80px;
  }
  .navigation_wrapper {
    padding-left: 220px;
  }
  .header-contacts-wrapper {
    right: calc(var(--size) * 6);
  }
  .header-button a {
    padding: 0.35rem 1.5rem;
  }
  .mainNavigation a.nav-link {
    margin-right: 15px;
  }
  .carousel-subheading {
    font-size: 1.21rem;
  }
  .carousel-navigation-wrapper {
    padding-bottom: 50px;
  }
  .border-left-section:before {
    left: calc(var(--size) * 9.33);
  }
  a.offer_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .offer_content {
    padding: 60px 45px 60px calc(16.666667% + 60px);
  }
  .offer_title h3 {
    font-size: 1.78rem;
  }
  .offer_button {
    font-size: 1.5rem;
  }
  .video_container {
    height: 550px;
    padding-right: calc(var(--size) * 9.33);
  }
  .video_container a.img-nav .img-nav-icon {
    right: calc(var(--size) * 9.33);
    bottom: calc(var(--size) * 4);
  }
  .video_container a.img-nav .img-nav-icon img {
    width: 120px;
  }
  .video-title {
    top: calc(var(--size) * 4);
    left: calc(var(--size) * 9.33);
  }
  .news-title h3 {
    font-size: 1.5rem;
  }
  .offer-nav-buttons .btn {
    width: 56px;
    height: 34px;
    font-size: 1.5rem;
  }
  .info-section {
    padding: 2rem;
    padding-left: 7rem;
  }
  .info-section:before {
    left: 35px;
    font-size: 4rem;
  }
  .selectProductTable .table-bordered th,
  .selectProductTable .table-bordered td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product-info-section {
    padding-top: calc(var(--size) * 12);
    padding-bottom: calc(var(--size) * 6);
  }
  .product-info-section .product-title {
    padding: 2rem;
  }
  .product-info-section .product-title:before {
    width: calc(100% + 180px);
  }
  .footer-contact a .icon {
    width: 36px;
    height: 36px;
  }
  .footer_top_logo {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .box_padding {
    padding-left: calc(var(--size) * 4);
    padding-right: calc(var(--size) * 4);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 4);
    padding-bottom: calc(var(--size) * 4);
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header:after {
    left: calc(var(--size) * 4);
  }
  .main_logo {
    left: calc(var(--size) * 6);
  }
  .product-subpage-header .main_logo {
    left: calc(var(--size) * 4);
  }
  .main_logo img {
    width: 100px;
  }
  .main_logo.scroll img {
    width: 70px;
  }
  .navigation_wrapper {
    padding-left: 180px;
  }
  .header-contacts-wrapper {
    right: calc(var(--size) * 4);
  }
  .border-left-section:before {
    left: calc(var(--size) * 4);
  }
  .video_container {
    height: 400px;
    padding-right: calc(var(--size) * 4);
  }
  .video_container a.img-nav .img-nav-icon {
    right: calc(var(--size) * 4);
    bottom: calc(var(--size) * 3);
  }
  .video_container a.img-nav .img-nav-icon img {
    width: 90px;
  }
  .video-title {
    top: calc(var(--size) * 3);
    left: calc(var(--size) * 4);
  }
  .product-info-section {
    padding-top: calc(var(--size) * 8);
    padding-bottom: calc(var(--size) * 4);
  }
  .product-info-section .product-title {
    padding: 1.5rem;
  }
  .product-info-section .product-title:before {
    width: calc(100% + 120px);
  }
}

@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: var(--size);
  }
  .box_padding {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .border-left-section:before {
    display: none;
  }
  .border-hidden {
    border: 0 !important;
  }
  .header {
    position: relative !important;
    background-color: var(--main-bg-color-grey) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid var(--white) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    animation: none !important;
  }
  .header:after {
    display: none;
  }
  .main_logo {
    top: 12px !important;
    left: 15px !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .main_logo img {
    width: 95px !important;
  }
  .navigation_wrapper {
    padding-left: 15px;
  }
  .header-contacts-wrapper {
    top: 14px;
    right: 90px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-subpage-header .language-picker select {
    color: var(--white);
  }
  .product-subpage-header .language-picker-wrapper i {
    color: var(--white);
  }
  .product-subpage-header .language-selector > i {
    color: var(--white);
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .mainNavigation a.nav-link {
    font-size: 1rem;
    margin-right: 0;
    padding-left: 0 !important;
  }
  .product-subpage-header .mainNavigation a.nav-link {
    color: var(--white) !important;
  }
  .mainNavigation a.nav-link:before {
    display: none;
  }
  .mainNavigation li.dropdown a.nav-link:hover span:after {
    display: block;
  }
  .mainNavigation .dropdown-menu a.dropdown-item {
    text-align: center;
  }
  .mainNavigation .dropdown-menu {
    height: 0;
    visibility: visible;
    opacity: 0;
    transform: translateY(0);
    transition: 0.5s ease all;
  }
  .mainNavigation .dropdown-menu.show {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .slider-wrapper {
    height: 500px;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: 500px;
  }
  .slider-wrapper-in {
    height: 250px;
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: 250px;
  }
  .carousel-content {
    padding-left: 0;
    border-left: 0;
  }
  .carousel-navigation {
    padding-left: 0;
  }
  .carousel-navigation-wrapper {
    padding-bottom: 30px;
  }
  .video_container {
    padding-right: 0;
  }
  .video_container a.img-nav .img-nav-icon {
    right: var(--size);
    bottom: var(--size);
  }
  .video-title {
    top: calc(var(--size) * 2);
    left: var(--size);
  }
  .news-section {
    padding-left: 0;
  }
  .benefits-section {
    padding-right: 0;
  }
  .product-info-section {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
}

@media only screen and (max-width: 800px) {
  .selectProductTable table,
  .selectProductTable thead,
  .selectProductTable tbody,
  .selectProductTable th,
  .selectProductTable td,
  .selectProductTable tr {
    display: block;
  }
  .selectProductTable table {
    padding: 0;
  }
  .selectProductTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .selectProductTable tr {
    border: 1px solid var(--main-bg-color-grey);
  }
  .selectProductTable tr:nth-child(even) {
    background-color: var(--main-bg-color-grey-light);
  }
  .selectProductTable td {
    border: none;
    border-bottom: 1px solid var(--main-bg-color-grey);
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .selectProductTable td:before {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .selectProductTable td:before {
    content: attr(data-title);
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .carousel-content-wrapper {
    background-color: rgba(0, 20, 50, 0.55);
  }
  .carousel-content {
    justify-content: start;
    padding-top: 3rem;
  }
  a.offer_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .offer_content {
    padding: 30px 15px;
  }
  .offer_img {
    width: 100%;
    height: auto;
  }
  .info-section:before {
    top: 0;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  .product_tabs .nav-item:not(:last-child) {
    margin-right: 1rem;
  }
  .product_tabs .nav-item:not(:last-child):after {
    right: -0.5rem;
  }
  .product_tabs .nav-item .nav-link {
    font-size: 0.85rem;
  }
  .product-info-section {
    padding-top: 0;
  }
  .product-info-section .product-title {
    padding: 1.5rem 1rem !important;
  }
  .product-info-section .product-title:before {
    width: 100%;
  }
  .product_bg_img {
    left: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .product_tabs .nav-item .nav-link {
    font-size: 0.65rem;
  }
}

.slider-wrapper .we_button {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 350px;
}

.slider-wrapper .carousel-navigation .we_button {
  position: relative;
}

.panel {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.panel-title {
	margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.panel-heading {
	padding: 0;
	background-color: transparent !important;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom: 1px solid #ccc;
}

.panel-heading a {
    padding: 10px 15px;
    display: block;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-body {
	padding: 15px;
}

.panel-body p:last-child {
	margin: 0;
}

a.btn_uvod {
  color: #fff;
  border-width: 2.5px;
  border-color: #0062ff;
  background-color: #0062ff;
}

a.btn_uvod:hover {
  border-color: #0056dc;
}

.carousel-navigation-wrapper-uvod{
  padding-bottom: 160px;
}

@media screen and (max-width: 1366px) {
  .carousel-navigation-wrapper-uvod{
    padding-bottom: 210px;
  }
}

@media screen and (max-width: 991px) {
  .carousel-navigation-wrapper-uvod{
    padding-bottom: 50px;
  }
}

@media screen and (max-height: 800px) {
  .carousel-navigation-wrapper-uvod {
    padding-bottom: 100px;
  }
}

.carousel-navigation{
  display: flex;
  justify-content: center;
  padding-left: 0;
}

.border-left-section-uvod:before {
  height: 68%;
}

.border-left-section:before {
  bottom: 72px;
}