@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v15-latin-ext_latin-regular.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext_latin-regular.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v15-latin-ext-600.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-600.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-600.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v15-latin-ext-800.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-800.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-800.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-800.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-800.svg#Poppins") format("svg");
}
body, html {
  color: #000;
  scroll-behavior: smooth;
  scroll-padding-top: 170px;
  font-family: "Poppins";
}

section {
  padding: 75px 0;
}

button:focus {
  outline: none;
}

.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  background-color: transparent;
  transition: 1s all ease;
}
.navbar .navbar-brand img {
  height: 80px;
}

.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler span {
  display: block;
  background-color: var(--primary-color);
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  width: 10px;
}
.navbar-toggler span:nth-child(3) {
  width: 10px;
  float: right;
  margin-top: 1px;
}
.navbar-toggler:hover span:nth-child(odd) {
  width: 25px;
}

.navbar-light {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-light .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 400;
  padding: 20px;
  font-size: 18px;
  color: #2f4141;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.navbar-light .navbar-nav .nav-item.dropdown .nav-link {
  font-weight: 600;
}

.dropdown-menu {
  background-color: #f9f9f9;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
  border: unset;
  padding: 25px;
  min-width: 600px;
  z-index: -1;
}
.dropdown-menu.show {
  width: max-content;
}
.dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
.dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}
.burger span {
  transition: 0.1s;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2f4141;
}

.btn {
  font-size: 15px;
  transition: 0.4s;
  border-radius: 0px;
  padding: 22px 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  outline: 0 none !important;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  color: #2f4141;
  box-shadow: none;
}

.btn-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
.btn-primary:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #2f4141;
}

.btn-secondary, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  background-color: #a9a9a9;
  border: 1px solid #a9a9a9;
  color: #2f4141;
}

.btn-secondary:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #2f4141;
}

.btn-order {
  background: transparent;
  border: 1px solid #f9f9f9;
  padding: 30px;
  color: #f9f9f9;
}
.btn-order:hover {
  background: #f9f9f9;
  color: #2f4141;
}
.btn-order.active {
  background-color: #f9f9f9 !important;
  color: #2f4141 !important;
}

a, a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
}

h2, .title-h2 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}

h3, .title-h3 {
  font-size: 22px;
  line-height: 1.2;
}

.title-before {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: var(--primary-color);
  text-transform: uppercase;
}

ul, li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 1.5;
}

.text-link {
  text-decoration: underline;
}

#sliders {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
#sliders .swiper-button-next:after {
  content: url("../img/arrow4.svg");
  height: 50px;
  width: 50px;
  transform: rotate(-90deg);
}
#sliders .swiper-button-prev:after {
  content: url("../img/arrow4.svg");
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
}
#sliders .align-items-center {
  margin-top: -30px;
}
#sliders .swippper-block {
  position: relative;
  margin-bottom: 40px;
}
#sliders .swippper-block .swiper-wrapper {
  margin-bottom: 20px;
}
#sliders .swippper-block .swiper-button-next,
#sliders .swippper-block .swiper-button-prev {
  top: 50%;
}
#sliders .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 1;
  height: 15px;
  width: 15px;
}
#sliders .swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.green-box-light {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  outline: 1px solid #efe7d9;
  outline-offset: -10px;
  position: relative;
  box-shadow: 0px 10px 13px -10px #000;
}
.green-box-light .title-h2 {
  font-size: 40px;
  margin-bottom: 0px;
}
.green-box-light .title-h3 {
  color: #2f4141;
  line-height: 1;
}

#gallery {
  background-color: #f9f9f9;
  text-align: center;
}
#gallery h2 {
  margin-bottom: 0px;
}
#gallery .title-before {
  margin-bottom: 40px;
  display: block;
}
#gallery .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}
#gallery .gallery a {
  max-height: 165px;
  overflow: hidden;
}
#gallery .gallery a img {
  width: 100%;
}

#kurzy {
  background-color: #f9f9f9;
  text-align: center;
}
#kurzy h2 {
  color: #2f4141;
}
#kurzy p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
#kurzy .card {
  border: none;
  background-color: #fff;
  border-radius: 0px;
  height: 100%;
}
#kurzy .card .card-img-top {
  border-radius: 0px;
  background: var(--primary-color);
  transition: 0.3s;
}
#kurzy .card .card-title {
  font-size: 24px;
  color: #2f4141;
}
#kurzy .card .btn {
  margin-top: 30px;
}
#kurzy .card:hover img {
  opacity: 0.6;
}
#kurzy .card p {
  margin-bottom: 15px;
}
#kurzy .card-2 {
  flex-direction: row;
  display: flex;
}
#kurzy .card-2 a {
  display: flex;
}
#kurzy .card-2 a .card-img-top {
  width: 25%;
  height: 150px;
  max-width: 200px;
}
#kurzy .card-2 a .card-body {
  width: 75%;
}
#kurzy .card-2 a .card-body h3 {
  text-align: left;
  font-size: 24px;
}
#kurzy .card-2 a .card-body p {
  text-align: left;
  font-size: 18px;
}

#latest {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#latest h2 {
  margin-bottom: 15px;
}
#latest .latest-1 {
  margin-bottom: 60px;
}
#latest .latest-2 {
  margin-top: 60px;
  z-index: 10;
  position: relative;
}
#latest .container {
  z-index: 2;
  position: relative;
}
#latest .latest-title, #latest .latest-time {
  font-size: 30px;
}
#latest .latest-time {
  color: var(--secondary-color);
  margin-bottom: 10px;
  margin-top: -10px;
}
#latest p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-bottom: 30px;
}
#latest .btn-primary {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: var(--primary-color);
}
#latest .btn-primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #2f4141;
}
#latest .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #f9f9f9;
  margin-right: 10px;
}
#latest .btn-secondary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #2f4141;
}

#info {
  background-color: #f9f9f9;
}
#info h2 {
  margin-bottom: 0px;
  color: #2f4141;
}
#info .title-before {
  margin-bottom: 30px;
  display: block;
}

#voucher {
  background-color: #f9f9f9;
  padding-bottom: 0px;
  padding-top: 0px;
}
#voucher .voucher--body {
  position: relative;
}
#voucher .voucher--body .voucher--in {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#voucher .voucher--body .voucher--in .title-before {
  color: var(--secondary-color);
}
#voucher .voucher--body .voucher--in .special-title:before {
  background-color: var(--primary-color);
}
#voucher .voucher--body .voucher--in .special-title:after {
  background-color: var(--primary-color);
}
#voucher .voucher--body .voucher--in .special-title span {
  color: #2f4141;
}
#voucher .voucher--body img {
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-wrapper {
  margin-bottom: 50px;
}

.swiper-slide {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px;
  position: sticky;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-weight: 800;
}

.swiper-button-next, .swiper-button-prev {
  background: transparent;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  bottom: 5%;
  top: unset;
}

.swiper-button-disabled {
  color: #fff;
  background: transparent;
}

.swiper-button-disabled:after {
  color: #fff;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: url("../img/arrow2.svg");
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: url("../img/arrow2.svg");
  height: 50px;
  width: 50px;
  transform: rotate(-90deg);
}

footer {
  background-color: #f9f9f9;
  text-align: center;
  padding: 30px 0;
  padding-top: 5px;
}
footer .list-inline {
  margin: 40px 0;
}
footer .list-inline-item {
  padding: 0 25px;
  font-size: 18px;
}
footer .list-inline-item a {
  color: #2f4141;
}
footer .list-inline-item a:hover {
  text-decoration: underline;
}
footer .list-inline .nav-link {
  display: inline-block !important;
}
footer .credits {
  margin-top: 30px;
}
footer .credits span {
  font-size: 16px;
  color: #000;
  display: block;
}
footer .credits span a {
  color: #000;
  text-decoration: underline;
}
footer .credits span a:hover {
  text-decoration: none;
}

.latest-box {
  background-color: #fff;
  padding: 40px;
  margin-top: 30px;
  outline: solid 1px var(--primary-color);
  outline-offset: -10px;
  text-align: center;
}
.latest-box .special-title {
  color: #2f4141;
  margin-bottom: 10px;
}
.latest-box .special-title:before {
  background-color: var(--primary-color);
}
.latest-box .special-title:after {
  background-color: var(--primary-color);
}
.latest-box .latest-title {
  font-size: 24px;
  color: var(--primary-color);
}
.latest-box .latest-time {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.latest-box .btn {
  margin-bottom: 0px;
}
.latest-box p {
  margin-bottom: 0px;
}

#content-detail {
  background-color: #f9f9f9;
}
#content-detail .nav-pills .nav-link.active, #content-detail .nav-pills .show > .nav-link {
  background-color: #f9f9f9;
  color: #2f4141;
}
#content-detail .nav-pills .nav-link {
  padding: 20px;
  font-size: 18px;
  border-radius: unset;
  background-color: #a9a9a9;
  color: #fff;
  border-bottom: 1px solid #f9f9f9;
}
#content-detail .nav-pills .nav-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
#content-detail .nav-pills .nav-green {
  background-color: var(--primary-color);
  color: #fff;
}
#content-detail .tab-content {
  background-color: #f9f9f9;
  padding: 0px;
  position: relative;
  height: fit-content;
}
#content-detail .tab-content .content-hr-1 {
  margin-bottom: 50px;
}
#content-detail .tab-content .content-hr-2 {
  margin-top: 50px;
}
#content-detail .tab-content .tab-pane {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
#content-detail .tab-content .circle-number {
  background-color: var(--primary-color);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  margin-right: 15px;
}
#content-detail .tab-content .green-box {
  border: 1px solid var(--primary-color);
  padding: 20px;
  color: var(--primary-color);
  margin-bottom: 30px;
}
#content-detail .tab-content .green-box p {
  color: var(--primary-color);
}

#order {
  background-color: #f9f9f9;
}
#order .green-block {
  background-color: var(--primary-color);
  padding: 25px 40px;
  color: #fff;
}
#order .green-block span {
  display: block;
}
#order .green-block .kurz-info {
  font-size: 25px;
}
#order .green-block .kurz-price {
  font-size: 50px;
  line-height: 0.7;
}
#order .green-block .kurz-price-dph {
  font-size: 25px;
  color: var(--primary-color);
}
#order .tab-content {
  background-color: #fff;
}
#order .tab-content .tab-pane {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#order .tab-content .tab-pane.active {
  padding: 50px 0;
}
#order form {
  padding: 20px;
}
#order form .form-headline {
  display: block;
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 20px;
}
#order form label {
  font-weight: 600;
  font-size: 18px !important;
}
#order form .form-control {
  border: 1px solid #2f4141;
  border-radius: 0px;
  height: 65px;
  font-size: 18px !important;
}
#order form ::-webkit-input-placeholder {
  text-align: center;
}
#order form select {
  text-align: center;
  text-align-last: center;
}
#order form .green-border {
  outline: solid 1px #a9a9a9;
  outline-offset: 20px;
  position: relative;
  margin-bottom: 100px;
}
#order form .green-border .form-headline {
  position: absolute;
  background: #fff;
  top: -40px;
  transform: translate(-50%, -50%);
  top: -20px;
  left: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
  text-decoration: underline;
  cursor: pointer;
}
#order form .green-border .hide {
  display: none;
}
#order form .green-border .show {
  display: block;
}
#order form .form-check-inline {
  font-size: 20px;
}
#order form .text-left {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
#order form .text-left label {
  font-weight: 400;
}

.terms-info .latest-title {
  font-size: 22px !important;
  line-height: 1.7;
}

.topbar {
  background-color: #ffc600;
  color: #2f4141;
  border: none;
  font-weight: 300;
  font-size: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0px -5px 35px -15px #2f4141;
  z-index: 1;
}
.topbar-link {
  border-left: 2px solid #2f4141;
  padding-left: 30px;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.topbar-circle {
  border: 1px solid #2f4141;
  border-radius: 50px;
  padding: 10px;
  margin-left: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.topbar img {
  height: 15px;
  width: 15px;
}

.category-box {
  background-color: #f9f9f9;
  padding: 15px 0;
  display: block;
  transition: 0.3s;
}
.category-box:hover {
  background-color: var(--primary-color);
  color: #f9f9f9;
}
.category-box h3 {
  margin-bottom: 0px;
}

.product-gallery .swiper-container {
  margin-bottom: 50px;
}

.product-gallery .swiper-wrapper {
  margin-bottom: 0px;
}

.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
  top: 50% !important;
}

.product-gallery .slider-item {
  height: 120px;
  overflow: hidden;
}

#blog img {
  max-width: 100%;
  height: auto;
}
#blog .blog .card-img-top {
  max-height: 250px;
  overflow: hidden;
}
#blog .blog .card-img-top img {
  height: 100%;
}
#blog .blog .row {
  margin-bottom: 0px !important;
}
#blog .blog-author {
  background-color: #fff;
  padding: 40px;
  margin-top: 30px;
  outline: solid 1px var(--primary-color);
  outline-offset: -10px;
}
#blog .blog-author p {
  margin-bottom: 0px;
}
#blog .con {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    border-bottom: none;
  }
  .navbar-light {
    padding-top: 15px;
  }
  .dropdown-menu {
    box-shadow: none;
    max-width: 100%;
  }
  #kurzy .btn-secondary {
    padding: 10px;
  }
  #voucher {
    text-align: center;
  }
  #voucher .voucher--body .voucher--in {
    top: 0px;
  }
  footer .credits {
    text-align: center;
  }
  footer .credits span {
    display: block;
  }
  footer .credits span:last-child {
    float: none;
  }
  #order .green-block {
    text-align: center;
  }
  #order .green-block .kurz-price-dph {
    margin-bottom: 20px;
  }
  #order form .green-border {
    outline: none;
  }
  #order form .green-border .form-headline {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    margin-bottom: 0px;
    padding: 0px;
  }
  #content-detail .tab-pane {
    padding: 0 15px;
  }
  #order .green-block {
    padding: 25px 10px;
  }
  .btn-order {
    padding: 20px;
  }
  #header-detail .terms-info {
    padding: 20px;
  }
  #header-detail .terms-info .latest-title {
    font-size: 18px !important;
    line-height: 1.2;
  }
  .topbar {
    font-size: 12px;
  }
  .topbar-link {
    padding-left: 10px;
    margin-left: 10px;
  }
  #blog .pull-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #kurzy .card-2 a .card-img-top {
    max-height: 216px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */