/* ------------------------------------------------
  Project:   Consulterz - Consulting Finance Accounting
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Custom Margin
  6. Custom Padding
  7. Padding
  8. Margin
  9. Pre Loader
  10. Row Eq Height
  11. Background Overlay
  12. Scroll to Top
  13. Subscribe Form
  14. Header
  15. Footer
  16. Page Title
  17. Flat Icon

/* ------------------------
    General
------------------------*/
a,
a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  text-decoration: none !important;
}

a,
button,
input {
  outline: medium none !important;
  color: BLACK;
}

*::-moz-selection {
  background: #3143ef;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #3143ef;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3143ef;
  color: #fff;
  text-shadow: none;
}

/*
  Variables
*/
:root {
  --albert-main-color: #29abb3;
  --button-border-radius: 0.5rem;
  --menu-height: 90px;
}

.mainbg {
  background-color: var(--albert-main-color);
}

.box {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 15px;
}

.boxpointer {
  cursor: pointer;
}

.box .box-header {
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  padding: 21px 0 21px 90px;
  line-height: 1.7rem;
}

.box .box-header i {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 70px;
  height: 70px;
  display: block;
}

.box .box-header i.znecistenie {
  background: url("../images/ico_znecistenie.png") no-repeat;
}

.box .box-header i.ohrozenie {
  background: url("../images/ico_ohrozenie.png") no-repeat;
}

.box .box-header i.obmedzenie {
  background: url("../images/ico_obmedzenie.png") no-repeat;
}

.box .box-header i.hrozby {
  background: url("../images/ico_hrozby.png") no-repeat;
}

.box .box-header i.polnohospod {
  background: url("../images/ico_polnoh.png") no-repeat;
}

.box .box-header i.priemysel {
  background: url("../images/ico_priemysel.png") no-repeat;
}

.box .box-header i.byvanie {
  background: url("../images/ico_byvanie.png") no-repeat;
}

.box .box-header i.rekreacia {
  background: url("../images/ico_rekreacia.png") no-repeat;
}

.box .box-header i.pasma {
  background: url("../images/ico_pasma.png") no-repeat;
}

.box .box-header i.rizika {
  background: url("../images/ico_rizika.png") no-repeat;
}

.box .box-content {
  padding: 20px;
  min-height: 480px;
  border-bottom: 1px solid #dfdfdf;
}

.box .sec_groups {
  min-height: 190px;
}

.box .box-content ul {
  padding: 0;
  margin: 0 0 0 18px;
}

.box .box-content ul li {
  padding: 0 0 8px 6px;
  margin: 0;
}

.box .box-content ul li::marker {
  font-size: 12px;
}

.box .box-footer a {
  padding: 20px;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.box .box-footer a i {
  margin-right: 6px;
}

.under_rec {
  margin-left: 5px;
  color: #d14343 !important;
  font-size: 16px;
  border: 1px solid #d14343;
  border-radius: 5px;
  padding: 5px;
  font-size: 0.6em;
  line-height: 36px;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(209, 67, 67, 0.3);
  -moz-box-shadow: 0px 0px 3px 3px rgba(209, 67, 67, 0.3);
  box-shadow: 0px 0px 3px 3px rgba(209, 67, 67, 0.3);
}

.price .box .under_rec {
  margin: 0px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.9em !important;
  font-weight: 600;
  padding: 10px 20px;
  line-height: inherit;
}

.process {
  padding: 60px 0;
}

.process p {
  margin-right: 90px;
}

.process .title {
  font-size: 64px;
  font-weight: 300;
  color: #b0c3dc;
  margin: 0;
}

.process h3 {
  font-size: 26px;
  font-weight: 600;
  color: #2c415f;
  margin: 0 0 30px 0;
}

.process i {
  padding: 16px 18px;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 20px;
  color: #2c415f;
  background: #e4f0ff;
  font-size: 10px;
  float: right;
}

.subTextPrice {
  font-size: 12px !important;
}

.price-list {
  text-align: left;
}

.fourthDim {
  text-align:center;
}

.saveprice {
  padding: 3px 5px 3px 5px;
  font-weight: bold;
  color:white;
  background-color: #29abb3;
  border-radius:4px;
  white-space: nowrap;
}

.fourthDim {
  text-align:center;
}

.potentialSmallF {
  font-size: 1em;
}

.price-table {
  height: 100%;
}

.bg2 {
  background-color: #e4f0ff;
}

.map {
  background: url(../images/map.png) no-repeat;
  background-size: 100% auto;
  padding: 85px 0 105px 0;
  margin-bottom: 60px;
  text-align: center;
}

.question {
  padding: 60px 0;
  color: #fff;
}

.question a,
.question h2 {
  color: #fff;
}

.question h2 {
  margin: 0 0 55px 0;
  margin: 0 0 25px 0;
}

.question .first span {
  display: block;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.question .first a {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.question .first i {
  border: 1px solid #52b6bc;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  margin-right: 15px;
  font-size: 13px;
  float: left;
}

.question i.fa-envelope,
.question i.fa-globe {
  margin-top: -8px;
}


.question .first i.fa-facebook-f {
  padding: 10px 14px;
}

#inputTxt2 {
  height: 40px;
  border-radius: 12px 0 0 12px !important;
  border: none;
  padding-left: 14pt;
  -webkit-border-radius: 12px 0 0 12px !important;
  -moz-border-radius: 12px 0 0 12px !important;
  -ms-border-radius: 12px 0 0 12px !important;
  -o-border-radius: 12px 0 0 12px !important;
  font-size: 1.1rem !important;
}

.btn.btn-submit,
.btn.btn-login {
  background-color: #ff740f;
  color: #fff;
  border-radius: var(--button-border-radius);
  margin-right: 5px;
  font-size: 0.9em !important;
  -webkit-border-radius: var(--button-border-radius);
  -moz-border-radius: var(--button-border-radius);
  -ms-border-radius: var(--button-border-radius);
  -o-border-radius: var(--button-border-radius);
}

.modal-content .btn.btn-submit,
.modal-content .btn.btn-login {
  line-height: 1.3;
}

#banner .btn.btn-submit i {
  background: #ce5700;
  padding: 10px 10px;
  margin-left: 20px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 1.52857143;
}

fieldset {
  border: 1px solid #54b9c0;
  border-radius: 3px;
  padding: 40px 20px;
}

#questionForm label {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.loginpage h3 {
  text-align: center;
  line-height: 1.6em;
  color: #63748b;
  padding: 0 0 30px 0;
}

.dropdown-menu {
  cursor: pointer;
}

.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 0%;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.6em;
  border-radius: 999px;
  line-height: 0.75em;
  color: white;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  background: var(--albert-main-color);
  border-style: solid;
}

.fa-stack:hover,
.fa-stack.has-badge:hover {
  cursor: pointer;
}

.fa-circle {
  color: white;
}

.red-cart {
  color: white;
  background: var(--albert-main-color);
}

/* ------------------------
    Transition
------------------------*/
a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.social-icons li:hover a,
.owl-item,
.featured-item,
.featured-item .featured-icon i,
.team-description,
.team-social-icon,
.product-item .product-overlay {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x,
#search-input-box {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y,
.align-center,
.image-column,
.widget-searchbox .search-btn,
.product-add-hover {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.clear-loader,
.video-btn-pos {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
.dropdown-menu,
#header-wrap.fixed-header,
.navbar-nav ul,
.btn,
.post .post-image,
.video-box,
.team-member .team-description,
.featured-item.style-3 .featured-icon,
.cases-item.style-2 .cases-desc,
.featured-item.style-5,
.testimonial.style-2 .testimonial-img img,
.media-holder .media,
.timeline-title h2,
.product-overlay ul li a,
.featured-item.style-6:hover,
.featured-item.style-6.active {
  -webkit-box-shadow: 0px 3px 65px 0px rgba(26, 26, 66, 0.07);
  -moz-box-shadow: 0px 3px 65px 0px rgba(26, 26, 66, 0.07);
  box-shadow: 0px 3px 65px 0px rgba(26, 26, 66, 0.07);
}

.owl-carousel .featured-item.style-5 {
  -webkit-box-shadow: 0 0 22px 0 rgba(26, 26, 66, 0.07);
  -moz-box-shadow: 0 0 22px 0 rgba(26, 26, 66, 0.07);
  box-shadow: 0 0 22px 0 rgba(26, 26, 66, 0.07);
}

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}

.loader {
  position: relative;
  width: 300px;
  height: 50px;
  top: 45%;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 10px);
  left: 25%;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
}

.loader:before {
  content: "";
  position: absolute;
  background-color: #fd5b03;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 0px;
  z-index: 0;
  opacity: 1;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: loader4 10s ease-in-out infinite;
  animation: loader4 10s ease-in-out infinite;
}

.loader:after {
  content: "Consulterz";
  color: #3143ef;
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  top: 0;
}

@-webkit-keyframes loader4 {
  0% {
    width: 0px;
  }

  70% {
    width: 100%;
    opacity: 1;
  }

  90% {
    opacity: 0;
    width: 100%;
  }

  100% {
    opacity: 0;
    width: 0px;
  }
}

@keyframes loader4 {
  0% {
    width: 0px;
  }

  70% {
    width: 100%;
    opacity: 1;
  }

  90% {
    opacity: 0;
    width: 100%;
  }

  100% {
    opacity: 0;
    width: 0px;
  }
}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
  position: relative;
  z-index: 0;
}

[data-overlay]:before {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

[data-overlay].white-overlay:before {
  background-color: #fff;
}

[data-overlay].theme-overlay:before {
  background-color: #3143ef;
}

[data-overlay].grediant-overlay:before {
  background: #3143ef;
  background: linear-gradient(-58deg, #3143ef 70%, #fff 100%);
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

.img-overlay[data-overlay]:before {
  z-index: 1;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

.scroll-top a,
.scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: #ffffff;
  background: #2d98a4;
  border: 1.5pt solid #ffffff4f;
}

.scroll-top a:hover,
.scroll-top a:focus {
  color: #047a8c;
  background: #ffffff;
}

.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {
  margin: 0;
  padding: 0;
  position: relative;
}

#mc-form {
  width: 100%;
}

#mc-form input[type="email"] {
  width: 100%;
  border: 2px solid #e2dfdf;
  background: #ffffff;
  border-radius: 5px;
  color: #111121;
  font-size: 14px;
  padding: 0 20px;
  height: 50px;
}

#mc-form input[type="email"]::-webkit-input-placeholder {
  color: #111121;
}

#mc-form input[type="email"]::-moz-placeholder {
  color: #111121;
}

#mc-form input[type="email"]:-ms-input-placeholder {
  color: #111121;
}

#mc-form input[type="email"].placeholder {
  color: #111121 !important;
}

#mc-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 25px;
  transition: 0.2s;
  height: 50px;
}

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.topbar-link a,
.topbar-link p {
  color: #081b3a;
  font-weight: 500;
}

.topbar-link i {
  margin-right: 10px;
  color: #3143ef;
  font-size: 30px;
  vertical-align: middle;
}

.topbar-link a:hover {
  color: #3143ef;
}

.header-top {
  border-bottom: 1px solid #eeecf7;
}

.header-top .social-icons li {
  border-right: 1px solid #eeecf7;
  margin: 0;
}

.header-middle {
  padding: 20px 0;
}

.language-selection button {
  box-shadow: none;
  border: none;
  background: none;
  color: #5f6368;
  font-size: 0.8em;
  padding: 0;
}

.language-selection .dropdown-menu {
  min-width: inherit;
  padding: 0;
}

.language-selection .dropdown-item {
  font-size: 0.8em;
  padding: 5px 15px;
}

.language-selection .dropdown-toggle::after {
  vertical-align: middle;
}

/*--Header Search--*/
.search-icon a {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
}

#search-input-box {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 1140px;
  z-index: 999;
  text-align: center;
  background: #0d092c;
  z-index: 9999;
}

.search-inner {
  padding: 5px 5px;
}

#search-input-box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search-input-box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search-input-box #close-search {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
  padding-right: 10px;
  padding-right: 0;
}

.right-nav {
  position: relative;
}

/*--Header Cart--*/
.cart {
  position: relative;
  z-index: 200;
}

.cart > a {
  color: #081b3a;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.cart-badge {
  background-color: #3143ef;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 15px;
  right: 0;
  line-height: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-duration: 500ms;
  width: 15px;
  z-index: 2;
}

.cart-list {
  background-color: #f4f6f8;
  border-radius: 0;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  transition-duration: 750ms;
  width: 300px;
  z-index: 120;
}

.cart-list > li {
  border-bottom: 1px solid #ebebeb;
  padding: 5px 5px;
  position: relative;
  text-align: left;
  z-index: 1;
  list-style-type: none;
}

.cart-list li .image {
  left: 15px;
  position: absolute;
  top: 20px;
  z-index: 9;
  width: 80px;
}

.cart-item-desc {
  padding-left: 20px;
}

.cart-data-open .cart-list {
  display: block;
}

.cart-item-desc h6 {
  font-size: 16px;
}

.cart .product-remove {
  position: absolute;
  right: 20px;
  top: 60%;
}

.cart .total span {
  font-weight: bold;
}

.cart a i {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
}

/*--Header Main--*/
.logo img {
  max-height: 80px;
}

.header {
  position: relative;
  width: 100%;
  z-index: 1;
}

#header-wrap {
  position: relative;
  background: var(--albert-main-color);
}

.header-2 #header-wrap,
.header-3 #header-wrap {
  background: none;
}

#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: var(--albert-main-color);
  animation: smoothScroll 1s forwards;
}

#header-wrap::before {
  background: #fd5b03;
  content: "";
  width: 100%;
  height: 100%;
  left: 80%;
  position: absolute;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 35px;
  background: #0d092c;
  top: 120%;
  border: none;
  margin-top: 0;
}

.navbar-brand {
  margin-right: 0;
}

.nav-item.dropdown .dropdown-menu li {
  margin-bottom: 15px;
}

.nav-item.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
  display: inline-block;
  line-height: 2;
  white-space: nowrap;
  position: relative;
  background: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.nav-item.dropdown .dropdown-menu a:hover {
  color: #ffffff;
}

.nav-item.dropdown .dropdown-menu a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ffffff;
}

.nav-item.dropdown .dropdown-menu a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    min-width: 12em !important;
    max-width: 20em !important;
  }

  .navbar-nav .dropdown > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none;
    background: #ffffff;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    top: 0;
  }

  .ml-auto.mr-auto .dropdown-menu {
    left: 0;
    right: auto;
  }

  .ml-auto .dropdown-menu {
    right: 0;
    left: auto;
  }

  .ml-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
    right: 100%;
    left: auto;
  }

  .ml-auto.mr-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
    right: auto;
    left: 100%;
  }

  .nav-link.dropdown-toggle::after {
    border: none;
    content: "+";
    vertical-align: middle;
    width: 10px;
  }

  .nav-link.dropdown-toggle:hover::after {
    content: "-";
  }

  .navbar-nav .nav-link {
    line-height: 70px;
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
    border-bottom: none;
    border-left: none;
    width: 0.425rem;
    height: 0.425rem;
    position: absolute;
    right: -2em;
    margin: 0;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 1199px) {
  .navbar-nav {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  background: #120e36;
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
}

.navbar-nav .dropdown-submenu {
  display: block;
  position: relative;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 600;
  padding: 0 15px !important;
  border-radius: 0;
  text-transform: uppercase;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
  background: #fd5b03;
  color: #ffffff;
}

.header-2 {
  /*andbck position: absolute;*/
  background-color: var(--albert-main-color);
}

.header-2 #header-wrap::before,
.header-3 #header-wrap::before,
.header-4 #header-wrap::before {
  display: none;
}

.header-2 .header-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0;
}

.header-2 .header-top .social-icons li {
  border: none;
  padding: 0 10px;
}

.header-2 .header-top .social-icons li a {
  width: 20px;
  height: auto;
}

.header-2 .topbar-link a,
.header-2 .topbar-link p,
.header-3 .topbar-link a,
.header-3 .topbar-link p,
.header-4 .topbar-link a,
.header-4 .topbar-link p {
  font-size: 13px;
}

.header-2 .topbar-link i {
  font-size: 20px;
  color: #fd5b03;
}

.header-2 .header-top .social-icons li a,
.header-2 .topbar-link a,
.header-2 .topbar-link p,
.header-2 .language-selection button {
  color: #ffffff;
}

.header-2 .search-icon a,
.header-2 .cart a i,
.header-3 .search-icon a,
.header-3 .cart a i {
  font-size: 18px;
}

@media (min-width: 992px) {
  .header-2 .navbar-nav .nav-link:hover,
  .header-2 .navbar-nav .nav-item .nav-link.active {
    background: none;
    color: #fd5b03;
    color: #ff803c;
  }

  .header-3 .navbar-nav .nav-link:hover,
  .header-3 .navbar-nav .nav-item .nav-link.active {
    background: #3143ef;
  }

  .header-2 .navbar-nav .nav-link {
    padding: 0 10px !important;
  }
}

.header-3 #header-wrap.fixed-header {
  background: #0d092c;
}

.header-3 #header-wrap.fixed-header .navbar {
  margin-bottom: 0;
}

.header-3 .navbar {
  background: #0d092c;
  margin-bottom: -40px;
  padding-right: 30px;
}

.header-3 .topbar-link i,
.header-4 .topbar-link i {
  font-size: 20px;
  color: #3143ef;
}

.header-4 .header-top {
  padding: 15px 0;
}

/*--Header Side Nav--*/
#ht-main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px 10px;
  width: 350px;
  height: 100%;
  overflow-y: scroll;
  background: #ffffff;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#ht-main-nav .ht-nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 20px;
  height: 44px;
  width: 44px;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#ht-main-nav .ht-nav-toggle span {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}

#ht-main-nav .ht-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}

.ht-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.ht-nav-toggle.active.show span::before,
.ht-nav-toggle.active.show span::after {
  background: #081b3a;
}

.ht-nav-toggle:hover,
.ht-nav-toggle:focus,
.ht-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.ht-nav-toggle span {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  text-transform: uppercase;
  text-indent: -55px;
  background: #3143ef;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu-show .ht-nav-toggle span {
  background: transparent;
}

.ht-nav-toggle span::before,
.ht-nav-toggle span::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3143ef;
  position: absolute;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.ht-nav-toggle span::before {
  top: -7px;
  width: 20px;
}

.ht-nav-toggle span::after {
  bottom: -7px;
}

.ht-nav-toggle.active span {
  background: transparent;
}

.menu-show .ht-nav-toggle span::before,
.menu-show .ht-nav-toggle span::after {
  background: transparent;
}

.ht-nav-toggle.active span::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ht-nav-toggle.active span::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ht-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0;
}

#ht-main-nav .ht-nav-toggle:hover span::before,
#ht-main-nav .ht-nav-toggle:hover span::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3143ef;
  position: absolute;
  left: 0;
}

.menu-show #ht-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#ht-main-nav .ht-nav-toggle span::before {
  width: 40px;
}

#ht-main-nav .ht-nav-toggle span {
  width: 40px;
}

.side-logo {
  height: 30px;
}

/* ------------------------
    Footer
------------------------*/
.footer {
  position: relative;
}

.primary-footer {
  padding: 80px 0;
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.secondary-footer {
  padding: 20px 0;
  font-weight: normal;
}

.footer-logo img {
  height: 70px;
}

.media-icon.list-inline li {
  display: inline-block;
}

.media-icon li {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

.media-icon li i {
  font-size: 30px;
  color: #fd5b03;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 10px;
}

.media-icon li a {
  color: rgba(255, 255, 255, 0.8);
}

.media-icon li a:hover {
  color: #fd5b03;
}

.footer-list li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.footer-list li a:hover {
  color: #fd5b03;
}

.copyright span {
  color: rgba(255, 255, 255, 0.8);
}

.copyright span a {
  color: #ffffff;
}

/* ------------------------
    Page Title
------------------------*/
.page-title {
  display: block;
  position: relative;
  padding: 100px 0;
}

.page-title h1 {
  font-size: 50px;
  color: #081b3a;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title p {
  margin-bottom: 0;
  color: #081b3a;
}

.breadcrumb {
  background: #ffffff;
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 0;
  text-transform: capitalize;
  color: #081b3a;
  font-weight: 700;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #081b3a;
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: #3143ef;
}

.page-title-pattern {
  bottom: 0;
  position: absolute;
  height: 120%;
  width: 100%;
  opacity: 0.1;
}

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-24-hours:before {
  content: "\f100";
}

.flaticon-phone:before {
  content: "\f101";
}

.flaticon-email:before {
  content: "\f102";
}

.flaticon-paper-plane:before {
  content: "\f103";
}

.flaticon-solution:before {
  content: "\f104";
}

.flaticon-money:before {
  content: "\f105";
}

.flaticon-report:before {
  content: "\f106";
}

.flaticon-testing:before {
  content: "\f107";
}

.flaticon-life:before {
  content: "\f108";
}

.flaticon-research:before {
  content: "\f109";
}

.flaticon-arrow:before {
  content: "\f10a";
}

.flaticon-planning:before {
  content: "\f10b";
}

.flaticon-customer-service:before {
  content: "\f10c";
}

.flaticon-concept:before {
  content: "\f10d";
}

.flaticon-brainstorming:before {
  content: "\f10e";
}

.flaticon-add:before {
  content: "\f10f";
}

.flaticon-top:before {
  content: "\f110";
}

.flaticon-user:before {
  content: "\f111";
}

.flaticon-chat:before {
  content: "\f112";
}

.flaticon-connection:before {
  content: "\f113";
}

.flaticon-team:before {
  content: "\f114";
}

.flaticon-analysis-1:before {
  content: "\f115";
}

.flaticon-report-1:before {
  content: "\f116";
}

.flaticon-money-1:before {
  content: "\f117";
}

.flaticon-money-2:before {
  content: "\f118";
}

.flaticon-close:before {
  content: "\f119";
}

.flaticon-search:before {
  content: "\f11a";
}

.flaticon-shopping-cart:before {
  content: "\f11b";
}

.flaticon-tick:before {
  content: "\f11c";
}

.scroll-anchor {
  scroll-margin-top: 180px;
}

.mapiframe {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: calc(100vh - 90px);
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;

  padding-bottom: 0px;
  background-color: var(--albert-main-color);
}

.grayscale {
  opacity: 0.7;
  filter: alpha(opacity = 70);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#sidebar-wrapper {
  position: absolute;
  z-index: 1000;
  right: 585px;
  width: 0;
  left: auto;
  top: 90px;
  /* height: 100%; */
  margin-right: -585px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 585px;
  /* z-index: 9999; */
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -585px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 585px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li:first-child a {
  color: #fff;
  background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before {
  background-color: #ec1b5a;
}

.sidebar-nav li:nth-child(3):before {
  background-color: #79aefe;
}

.sidebar-nav li:nth-child(4):before {
  background-color: #314190;
}

.sidebar-nav li:nth-child(5):before {
  background-color: #279636;
}

.sidebar-nav li:nth-child(6):before {
  background-color: #7d5d81;
}

.sidebar-nav li:nth-child(7):before {
  background-color: #ead24c;
}

.sidebar-nav li:nth-child(8):before {
  background-color: #2d2366;
}

.sidebar-nav li:nth-child(9):before {
  background-color: #35acdf;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}

.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 1;
}

/* JQUERY ANIMATED TOGGLE PANEL/SIDEBAR

Animated slide panel / sidebar using jQuery animate.

Simple markup.  */

.side-panel {
  /* Set default width of sidebar.  Can be pixels or percent.
     Use media queries for responsiveness. Examples below. */
  /* width: 587px; */
  width: 495px;

  /* Set height of sidebar. Not declaring height will wrap
 parent container - sidebar to content. */
  height: calc(100% - 89px);

  /* IMPORTANT --> Set display to none to hide sidebar on page load.
     To show sidebar by default, simply don't declare */
  display: none;

  /* Position panel on page. */
  position: fixed;
  right: 0;
  top: 90px;
  overflow: auto;
  background: white;  
}

#krajinka-banner-mobile {
  display: none;
}

/* For responsiveness, use media queries to set width
  of sidebar/container to target devices.
   NOTE: Declaring min/max widths gets funky.
*/

/* Width set to 100% for small screens. */
/* @media (max-width: 580) {
  .side-panel { width: 100%;
      height: 100%;
      display: none;
      position: fixed;
      right: 0;
      top: 90px;
      overflow: auto;
      background: white;
  }
} */

@media (max-width: 768px) {
  .side-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    right: 0;
    top: 90px;
    overflow: auto;
    background: white;
    z-index: 5;
  }

  #odoslatSpravu {
    margin-top: 15px;
    padding: 8px 0;
  }

  #cennik .btn {
    margin-top: 15px;
    padding: 8px 0;
  }

  #questionForm h2 {
    margin: 0 0 30px 0px;
    text-align: center;
  }
  #partners h2,
  #cennik h2 {
    text-align: center;
  }

  #cennik h2 {
    margin-bottom: -7px;
  }

  .process h3 {
    margin: 5px 0 10px 0;
  }

  #inputTxt2 {
    font-size: 100%;
  }

  .map {
    background: url("../images/map_mobile.png") no-repeat !important;
    background-size: auto;
    background-size: 100% auto !important;
  }
}

.button {
  background: #b22234;
  color: white;
  padding: 10px 15px 10px 15px;
  border: none;
  opacity: 0.8;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.2s;
  margin: 20px;
}
.button:hover {
  background: #3c3b6e;
}
.close-button {
  background: transparent;
  border: none;
  color: black;
  cursor: pointer;
  transition: 0.2s;
  font-size: 30px;
  padding: 20px;
}
.close-button:hover {
  color: red;
}

main {
  padding: 5vw;
  color: white;
  text-align: center;
}

#user-panel {
  max-width: 550px;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  /* margin-left: 48px; */
  border-radius: 5px;
  align-items: flex-end;
  box-shadow: 0px 3px 65px 0px rgb(26 26 66 / 7%);
}

video {
  width: 100% !important;
  height: auto !important;
  border-radius: 15px;
}

#user-panel .btn.btn-submit {
  width: 160px;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#user-panel .far {
  display: block;
  font-size: 30px;
  padding-bottom: 3px;
}

#findBtn {
  position: relative;
  z-index: 0;
}

.locked-btn {
  pointer-events: none;
}

.aboutAlbert {
  text-align: justify;
}

.aboutAlbert h2 {
  padding-top: 50px;
  padding-bottom: 10px;
}

#cennik .nav.nav-tabs {
  justify-content: center;
}

.modal-content #login-form {
  line-height: 26px;
  margin-bottom: -35px;
  text-align: justify;
  padding: 25px 7px 0px 7px;
}

/* #basketTable_data .table-responsive {
  color: #fff;
  font-size: 13px;
  padding: 11px 15px !important;
} */

#nav-tab .number {
  color: #27a2a7;
}

#partners_logos {
  text-align: center !important;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 18% 0 11% !important;
}

#partners_logos .col-md-12 {
  flex: 0 0 auto;
  width: 30%;
}

#partners_logos img {
  max-width: 120%;
  padding: 0 15px;
}

#partners_logos .espritLogo {
  max-width: 90% !important;
}

#partners_logos .finstatLogo {
  max-width: 80%;
  /* margin-left: 22%; */
}

#partners_logos .narksLogo {
  max-width: 60%;
}

@media (max-width: 1200px) {
  #partners_logos {
    padding: 0 8%;
  }

  #partners_logos .col-md-12 {
    flex: 0 0 auto;
    width: 30%;
  }

  #partners_logos img {
    max-width: 90%;
    padding: 0 20px;
  }

    #partners_logos .elektrosmog_zdravieLogo {
    max-width: 120% !important;

  }

  #partners_logos .finstatLogo {
    max-width: 80%;
    /* margin-left: 8%; */
  }

  #partners_logos .narksLogo {
    max-width: 60%;
  }

  #partners_logos .iparcelyLogo {
    max-width: 125% !important;
  }
}


@media (max-width: 992px) {
  #questionForm .address,
  #contact-mail {
    display: flex;
    align-items: center;
  }

  #partners_logos {
    padding: 0 16%;
  }

  #partners_logos .col-md-12 {
    width: 37%;
  }

  #partners_logos img {
    max-width: 100%;
    padding: 0px 8%;
  }

  #partners_logos .finstatLogo {
    max-width: 80%;
  }

  #partners_logos .narksLogo {
    max-width: 70%;
    margin-top: 0px;
  }

  #odoslatSpravu {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #partners_logos {
    padding: 0 12%;
  }

  #partners_logos .col-md-12 {
    width: 37%;
  }

  #partners_logos img {
    width: 250px;
    padding: 0px 5%;
  }

  #partners_logos .finstatLogo {
    width: 230px;
  }

  #partners_logos .narksLogo {
    width: 192px;
  }

  .container.process {
    margin: 0 0 10px 0;
    padding: 25px 2rem;
  }

  #questionForm-intro {
    font-size: 0.9rem;
  }
}

@media (max-width: 450px) {
  #krajinka-banner {
    display: none;
  }
  #krajinka-banner-mobile {
    display: block;
  }
  #questionForm-intro {
    text-align: center;
  }
}

@media (max-width: 425px) {
  #partners_logos {
    flex-wrap: wrap;
    padding: 0 10% 0 10% !important;
  }


  .elektrosmog_zdravie {
width:auto !important;
margin-top: 1rem !important;
  }

    .elektrosmog_info {

margin-top: 1rem !important;
  }



  #partners_logos .col-md-12 {
    width: 150px;
  }

  #partners_logos img {
    width: 150px;
  }

  #partners_logos .finstatLogo {

  }

  #partners_logos .narksLogo {
    width: 92px;
    margin-top: -10px;
  }

  #partners_logos .iparcelyLogo {
    margin-left: -20px;
  }

}

.boxpointer li:hover {
  font-weight: bold;
}

.riziko {
  scroll-margin-top: 210px;
}

#cennik {
  padding-top: 35px;
  scroll-margin-top: 210px;
}

/*.riziko:before {
  content: '';
  display: block;
  height:      210px;
  margin-top: -210px;
  visibility: hidden;
}*/

.riziko .col-md-7 {
  padding-right: 2%;
}

.rizikoList {
  padding-left: 18px;
}

.riziko h2 {
  padding-bottom: 10px;
}

.riziko .img-thumbnail {
  width: 100%;
}

.modal-content #basketTable_data ul {
  list-style-type: none;
}

.orderTable tr:nth-child(even) {
  background-color: #eee;
}

.orderTable tr {
  cursor: pointer;
}

.breadcrumbs .far {
  padding: 0 6px;
}

@media screen and (max-width: 992px) {
  .btn.btn-back {
    font-size: 0.9em !important;
    /* right: -105px; */
  }
}

#oAlbertovi {
  padding-bottom: 3%;
}

@media (max-width: 576px) {
  .modal-footer {
    align-items: flex-end;
  }

  #myB2BModal .btn.btn-submit {
    padding: 15px 6px;
  }

  #cennik h2 {
    margin-top: 25px;
  }
}

#shopping-cart{
  z-index: 1000;
}

    #shopping-cart{
      width:50px;
      height:50px;
      background: #29abb3;
      position: absolute;
      padding: 11px 10px 10px 7px !important;
      border: 2px solid #fff;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      inset: 5px 10px auto auto !important;
      z-index: 1;
    }
    #shopping-cart a,
    #shopping-cart button,
    #shopping-cart input {
      color: white;
    }

    #shopping-cart i {
      font-size: 25px !important;
    }

@media only screen and (max-width: 600px) {
  .box .box-header {
    font-size: 1rem;
    line-height: 1.6rem;
  }



  #oAlbertovi {
    padding: 0 5% 3% 7%;
  }
}

#link_polno:hover {
  color: #081b3a;
}

@media only screen and (max-width: 375px) {
  #shopping-cart {
    inset: auto 10px 50px auto !important;
  }

  .box .box-header {
    font-size: 0.9rem;
    line-height: 1.7rem;
    padding-left: 78px;
  }

  #questionForm-intro {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 376px) {
  #language-mutation {
    display: none;
  }
}

#questionForm-intro a {
  font-weight: 600;
  color: #30bdc6;
  text-transform: uppercase;
  background-color: aliceblue;
  padding: 2px 5px;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

#questionForm-intro {
  font-weight: 500;
  padding-bottom: 15px;
}

.heightv100 {
  min-height: calc(100vh - var(--menu-height));  
}