@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  /*--bs-body-line-height: 1.625;*/

  /*font-family*/
  --bs-body-font-family: "Roboto", sans-serif;
  --in-heading-font-family: "Poppins", sans-serif;

  --in-body-color: color-mix(in hsl, var(--bs-body-color), var(--bs-body-bg) 35%);
}

.navbar__menu-item>.navbar__menu-link:hover, .navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  background-color:var(--bs-primary);
  color: var(--bs-white);
}

.contactus {
  padding: .6em .6em .6em .6em;
}

@media (min-width: 992px) {
  .contactus {
    font-size: 18px;
  }
}



.contactus-wrap {
  background-color: var(--bs-gray-900);
  height: 70px;
  display: flex;
  align-items: center;
  position: fixed;
    top: 0;
    z-index: 1010;
    width: 100%;
}

.article-item {
  padding: 0;
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .1);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .1);
}

.article-item__thumbnail, .product-item__thumbnail, .category__thumbnail {
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 0;
  overflow: hidden;
}

.article-item__title {
  font-size: 1.2rem;
  padding: 0 1.2rem;
}

.article-item__perex {
  padding: 0 1.2rem 1rem 1.2rem;
}


@media (min-width: 992px) {
  .article-item-wrapper {
    width: 25%;
  }
}



.btn-block {
  background-color: #f97415;
  color: white;
  border-color: #f97415;
  font-weight: 600 !important;
}

.btn-block:hover {
  background-color: #ff9142;
  color: white;
  border-color: #ff9142;
}


.btn-secondary, .btn-default {
  background-color: transparent;
  color: white;
  border-color: white;
}


.section-container.section-title.section-bg.section-bg-img {
  position: relative;
}

.section-container.section-title.section-bg.section-bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(
      to right,
      rgba(25,64,118,1),
      rgba(25,64,118,.7)
    );
  z-index: 0;
}

.section-container.section-title.section-bg.section-bg-img .row {
  position: relative;
  z-index: 1;
}

.section-container.section-title.section-bg.section-bg-img h1,
.section-container.section-title.section-bg.section-bg-img p {
  text-wrap: balance;
  /*text-shadow: 0 2px 10px rgba(0,0,0,.65);*/
}

body {
  color: var(--in-body-color);
}

b, strong {
  font-weight: 600;
  color: var(--bs-body-color);
}

hr {
  opacity: .1;
}

#main {
  padding-bottom: 0;
  padding-top: 0;
  /*background-color: rgba(var(--bs-body-color-rgb), 0.01);*/
  background-color: color-mix(in hsl, var(--bs-body-bg), var(--bs-body-color) 2%);
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article, #main {
  padding-bottom: 0;
}

/* ----- TYPOGRAPHY ----- */
/*===========================================================================*/
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1, .motto__title {
  color: var(--bs-body-color);
  font-family: var(--in-heading-font-family);
  font-weight: 500;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}

h1, .h1, .section--header h1, .section--header .h1, .section-title h1, .section-title .h1 {
  font-size: 2.25rem;
}

@media(min-width: 1200px) {
  h1, .h1, .section--header h1, .section--header .h1, .section-title h1, .section-title .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
}

@media(min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
}

@media(min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

/*.section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-top-text h3, .section-3-col-top-text .h3 {
font-size: 2rem;
}*/

h4, .cart-form__title, .account-form__title, .h4 {
  font-size: 1.15rem;
}

@media(min-width: 1200px) {
  h4,.cart-form__title,.account-form__title,.h4 {
    font-size: 1.25rem;
  }
}

.container--article p+h2, .container--article p+.h2 {
  margin-top: 1rem;
}

.container--article h1+p, .container--article .h1+p {
  margin-top: clamp(1rem, 4vw, 2.5rem);
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / 0.08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / 0.08);
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  padding-top: 70px;
}

.navbar {
  max-width: 1800px;
  margin: auto;
  /*row-gap: 0.5rem;*/
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.navbar__brand-logo-img {
  max-width: unset;
  max-height: 2.5rem;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-height: 3rem;
  }
}

.navbar__menu-list {
  /*column-gap: 0.5rem;*/
}

.navbar__menu-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: .5em 0.8em;
}

/* contactus */
/*.contactus-wrap {
background-color: #194076;
}*/

.contactus__phone, .contactus__email, .contactus__phone-link, .contactus__phone-link:hover, .contactus__email-link, .contactus__email-link:hover {
  color: white;
  font-weight: 500;
  letter-spacing: 0.3px;
}

@media (max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

/* ----- MOTIVE ----- */
/*===========================================================================*/
body:not(#index) .motive,
body:not(#index) .motive.fullscreen {
  display: none;
}

@media (min-width: 576px) {
  .motive {
    height: 45rem;
  }
}

@media (min-width: 576px) {
  .custom-motive, body:not(#index) .custom-motive {
    height: auto;
  }
}

.motive__overlay {
  /*background: linear-gradient(
  to right,
  rgba(0,0,0,.6),
  rgba(0,0,0,.2)
  );*/

  background: 
    linear-gradient(
      to right,
      rgba(25,64,118,.9),
      rgba(25,64,118,.5)
    );
  opacity: 1;
}

.motto {
  max-width: 55em;
}

.motive__motto {
  justify-content: flex-start;
  text-align: left;
}

.motto__title, .motto__text {
  text-shadow: unset;
}

.motto__title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: .5em;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .motto__title {
    font-size: 3.5rem;
  }
}

.motto__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  text-wrap: balance;
  font-family: var(--bs-body-font-family);
}

@media (min-width: 768px) {
  .motto__text {
    font-size: 22px;
  }
}

.motto__button-link {
  margin-top: 2.5rem;
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 0rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #f97415;
  color: white;
  border-color: #f97415;
}

@media (min-width: 768px) {
  .motto__button-link {
    font-size: 18px;
    padding: 14px 28px;
  }
}

.motto__button-link:hover {
  background-color: white;
  color: black;
  border-color: black;
}

/* ----- BUTTONS ----- */
/*===========================================================================*/
.btn {
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 0rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

/* ----- SECTIONS ----- */
/*===========================================================================*/
section, .section {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

@media (max-width: 575.98px) { 
  .section-2-col-right-text>.row, .section-2-col-left-text>.row {
    flex-direction: column-reverse;
    --bs-gutter-y: 2rem;
  } 
}

@media (min-width: 576px) {
  .section-2-col-right-text>.row, .section-2-col-left-text>.row {
    --bs-gutter-x: 4.5rem;
  }
}

.section-2-col-left-text .section-content>img, .section-2-col-right-text .section-content>img {
  border-radius: 0;
}

.section-3-col-bottom-text, .section-3-col-top-text {
  align-items: stretch;
}

.section-3-col-bottom-text .section-cell-parent, .section-3-col-top-text .section-cell-parent {
  justify-content: center;
}

.section-3-col-bottom-text.cell-borders .section-cell-item, .section-3-col-top-text.cell-borders .section-cell-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  border-radius: 0;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  padding: 2rem;
  text-align: left;
}

/*@media (min-width: 992px) {
.section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
max-width: unset;
}
}*/

.section-3-col-bottom-text img {
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.section-3-col-top-text img {
  border-radius: 0;
}

/*.section-3-col-bottom-text.cell-borders .section-cell-img img, .section-3-col-top-text.cell-borders .section-cell-img img {
margin-top: 0;
background-color: rgba(var(--bs-primary-rgb), 0.05);
border-radius: 0;
padding: 0.75rem;
}*/

.section-3-col-bottom-text.cell-img-borders .section-cell-img {
  width: 100px;
  height: 75px;
  /*border: 8px solid var(--bs-body-bg);*/
  border: unset;
  margin-top: -70px;
  border-radius: 0;
  outline: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  padding: 1.5rem;
}

.section-3-col-bottom-text.cell-borders .section-cell-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
  .section-3-col-bottom-text.cell-borders .section-cell-item.col-md-3 {
    width: calc(25% - 2 * var(--section-item-margin));
  }
}

.section-services li, .section--services li {
  background-color: var(--bs-body-bg);
  outline: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  border-left: 4px solid var(--bs-primary);
}

.section-contact .section-content {
  padding: 1.5rem;
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  text-align: center;
}

.section-contact .social-icons {
  justify-content: center;
}

/*accordion*/
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.accordion.section-cell-parent {
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
}

.accordion-button, .accordion-button:not(.collapsed) {
  background-color: var(--bs-body-bg);
}

.accordion-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
}

.accordion-button {
  font-size: 18px;
  padding: 18px;
  font-weight: 400;
}

/*carousel*/
.carousel {
  border-radius: 0;
  overflow: hidden;
}

/* ----- CATEGORIES ----- */
/*===========================================================================*/
.categories--root .category__thumbnail {
  border-radius: 0;
  overflow: hidden;
}

.categories--root .category {
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
}

/* ----- FORM ----- */
/*===========================================================================*/
.form-control, .add-comment__input, .cart-form__input, .promo-code__input, .account-form__input, .search-form__input, .user-form__input, .locked__input, .navbar__search-input {
  background-color: rgba(var(--bs-primary-rgb), 0.03);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
  border-radius: 0;
}

.user-form {
  border-radius: 0;
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  background-color: var(--bs-body-bg);
}

.user-form__label {
  color: var(--bs-body-color);
}

/* ----- GALLERY ----- */
/*===========================================================================*/
.gallery__item-img {
  border-radius: 0;
}

.gallery-detail #main {
  padding-bottom: 5rem;
}

/* ----- TABLE ----- */
/*===========================================================================*/
.table-responsive {
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  padding: 2rem;
  border-radius: 0;
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  background-color: var(--bs-body-bg);
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .table>:not(:first-child) {
    border-color: #e9ecef;
  }
}

.table>:not(:first-child) {
  border-top: 1px solid currentColor;
}

@media (min-width: 768px) {
  .table td {
    border-color: transparent;
  }
}

/* ----- CUSTOM ----- */
/*===========================================================================*/
.item-box {
  outline: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  border-radius: 0;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  background-color: rgba(var(--bs-body-bg-rgb), 1);
}

#map iframe {
  outline: 2px solid rgba(var(--bs-body-bg-rgb), 1);
  border-radius: 0;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer {
  padding-top: 1.5rem;
}

.footer p {
  margin: 0;
}

.footer .logo-img {
  max-width: 200px;
  height: auto;
  margin-bottom: 2rem;
}

.footer .logo-text {
  margin-top: 2rem;
  max-width: 300px;
  text-wrap: balance;
}

.footer .h6 {
  color: var(--bs-light);
  font-weight: 600;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.7);
  font-size: 15px;
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bs-primary);
  text-decoration-color: var(--bs-primary);
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.6);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.6);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

/* Utils
====================================================================== */
.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

/* Bloky s uzsim containerem 
====================================================================== */
.container--article .col-text,
.container--article .section--header,
.container--article .section--text,
.container--article .section-blank,
.container--article .section-title,
.container--article .section-header,
.container--article .section-cta,
.container--article .col-text.section-bg-light>*,
.container--article .col-text.section-bg>*,
.container--article .section--header.section-bg-light>*,
.container--article .section--header.section-bg>*,
.container--article .section--text.section-bg-light>*,
.container--article .section--text.section-bg>*,
.container--article .section-blank.section-bg-light>*,
.container--article .section-blank.section-bg>*,
.container--article .section-title.section-bg-light>*,
.container--article .section-title.section-bg>*,
.container--article .section-header.section-bg-light>*,
.container--article .section-header.section-bg>*,
.container--article .section-cta.section-bg-light>*,
.container--article .section-cta.section-bg>*,
.section--3-col-text-bottom h3,
.section--3-col-text-bottom p,
.section--3-col-text-top h3,
.section--3-col-text-top p,
.comments,
.top-products__title,
.active-category__title,
.perex,
.section-perex,
.sitemap,
.product-page__description .section-dynamic[data-dynamic-type="folder"],
.col-text.section-bg-light>*,
.col-text.section-bg>*,
.section--header.section-bg-light>*,
.section--header.section-bg>*,
.section--text.section-bg-light>*,
.section--text.section-bg>*,
.section-blank.section-bg-light>*,
.section-blank.section-bg>*,
.section-title.section-bg-light>*,
.section-title.section-bg>*,
.section-header.section-bg-light>*,
.section-header.section-bg>*,
.section-cta.section-bg-light>*,
.section-cta.section-bg>*,
.section-pricelist.section-bg-light>*,
.section-pricelist.section-bg>*,
.col-text,
.section--header,
.section--text,
.section-blank,
.section-title,
.section-header,
.section-cta,
.section-pricelist,
.section-3-col-bottom-text h3,
.section-3-col-bottom-text .h3,
.section-3-col-bottom-text p,
.section-3-col-top-text h3,
.section-3-col-top-text .h3,
.section-3-col-top-text p {
  max-width: unset;
}