/* BACKGROUND*/
.content-wrapper-in {
  background: #f9f9f9;;
}
/*============================================================== TOP HEADER - JS ============================================================== */
#new-top-header {
  width: 100%;
  height: 35px;
  background: linear-gradient(120deg, #000 10%, #024f6a 60%, #01c0f3 100%);
  border-bottom: 1px solid #ffffff;
}
#new-top-header .top-inner {
max-width: 1418px;
height: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
#new-top-header .nav-list {
  margin: 0;
  padding:0;
  list-style: none;
  display: flex;
  width: 100%;
}
#new-top-header a {
  font-weight: 400;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}
#new-top-header a:hover {
  color: #d6be80;
  text-decoration: underline;
}
#new-top-header .nav-list li {
  margin-left: 20px;
}
.nav-column.right .nav-list li:not(:first-child)::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-40%);
height: 14px;
border-left: 1px solid #ffffff;
}
.nav-column.right .nav-list li {
position: relative;
padding-left: 10px;
margin-left: 10px;
}

@media (max-width: 1199px) {
#new-top-header .top-inner{
  flex-direction: column;
}
#new-top-header {
height: 60px;
border-bottom: 1px solid #000000;
padding-bottom: 5px;
}
}
@media (max-width: 992px) {
#new-top-header .nav-list {
  justify-content: center;
}
}
/*============================================================== HEADER ============================================================== */
.top-navigation-bar {
  background: linear-gradient(120deg, #01c0f3 0%, #000 100%);
  border-color: #ffffff;
  border-top: none !important;
}
.top-navigation-bar-menu a, .top-navigation-tools a{
  color: #fff;
}
.top-navigation-bar-menu a:hover, .top-navigation-tools a:hover{
  color: #e1e1e1;
  text-decoration: underline;
}
/*bottom header*/
#header .search-input {
  background: linear-gradient(120deg, #01c0f3 0%, #000 100%);
  border: 1px solid #01c0f3;
  border-radius: 3px;
}
.header-bottom{
  border-bottom: 1px solid #fff !important;
  background: linear-gradient(120deg, #000 10%, #024f6a 60%, #01c0f3 100%);
}
#navigation {
  background-color: #ffffff00 !important;
}
.menu-level-1 {
  background-color: #00000000 !important;
}
.navigation-in ul li a b {
  font-weight: 700;
  color: #fff;
}
/* 
/*============================================================== HOMEPAGE ============================================================== */
/*HERO-BANNERS*/
.row.banners-row {
  display: flex ;
  flex-direction: column;
}
.row.banners-row .col-sm-8, .row.banners-row .col-sm-4, .row.banners-row .banner-wrapper a{
  width: 100%!important;
}
.row.banners-row .col-sm-4{
  margin-bottom: 20px;
}
.row.banners-row .banner-wrapper{
  width: 50% !important;
}
.row.banners-row .next-to-carousel-banners{
  display: flex ;
  
}

/*BENEFIT-BANNERS - HP*/
.benefitBanner__item {
  border-radius: 3px;
  padding: 1%;
  margin: 1%;
  box-shadow:
      12px 12px 12px rgba(0, 0, 0, 0.1),
      -10px -10px 10px #fff;
}

.benefitBanner__item:hover {
  box-shadow:
      3px 3px 3px rgba(0, 0, 0, 0.1),
      -1px -1px 1px #fff;
  transform: translateY(2px);
}
/*PRODUCTS IN BOX*/
.products-block>div .p .p-bottom>div .p-tools .btn, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart {
   width: 100%;
  background: white !important;
  border: none;
      box-shadow:
      4px 4px 4px rgba(0, 0, 0, 0.1) inset,
      -2px -2px 2px #fff inset;
      margin-top:10px;
}
.products-block>div .p .p-bottom>div .p-tools .btn, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart:hover {
      box-shadow:
      0px 0px 0px rgba(0, 0, 0, 0.1) inset,
      -0px -0px 0px #fff inset;
}
/* WELCOME-BANNER CANVAS*/
#glcanvas {
  box-shadow:
      14px 14px 14px rgba(0, 0, 0, 0.1),
      -12px -12px 12px #fff;
}
#glcanvas:hover {
  box-shadow:
      6px 6px 6px rgba(0, 0, 0, 0.1),
      -2px -2px 2px #fff;
  transform: translateY(2px);
}
.welcome-wrapper.container-narrow{
  width: 100%;
  padding-bottom: 10px;
  padding-top: 0px;
}
/*=============================================================  BANNER - IMG ABSOLUTE TEXT ========================================== */
.hero-banner {
  position: relative;
  width: 100%;
  height: 400px; /* výška banneru */
  background: url("/user/documents/upload/banner-img-absolute-text.png") center center no-repeat;
  background-size: cover;
  color: #fff;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 42px;
  font-family: var(--template-headings-font) !important;
  margin-bottom: 20px;
  color:#fff;
  text-align: center;
  text-decoration: underline;
}
.hero-content h1 a {
  color: inherit;
  text-decoration: none;
}
.hero-content h1 a:hover {
  text-decoration: underline;
  color: #9e837e !important;
}
.hero-content p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.hero-content h3 {
  font-size: 20px;
  font-family: var(--template-headings-font) !important;
  text-transform: uppercase;
}
.icon-container {
  margin-top: 10px;
}
.icon-container a img {
  width: 60px;  
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}
.icon-container a:hover img {
  transform: scale(1.1);
}

@media (max-width: 800px){  
    .hero-content {
        top: 12%;
        left: 0%;
        transform: translate(-0%, -0%);
    }
    .hero-content h1 {
        font-size: 32px;
    }
    .hero-content p {
        font-size: 16px;
        line-height: 1.2;
    }
    .hero-content h3 {
        font-size: 18px;
    }
}
 /* ============================================================== KONTAKT ==============================================================*/
.in-kontakty article {
  max-width: 100%;
}
.in-kontakty .main-kontakt p, .in-kontakty .main-kontakt span {
  font-size: 16px !important;
}
.in-kontakty .main-kontakt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding-bottom: 50px;
}

/*LEVÝ SLOUPEC*/
.in-kontakty .left-contact {
  width: 40%;
}
.in-kontakty .left-contact h2 {
  font-size: 22px;
  margin: 16px 0px 10px 0px;
}
.in-kontakty .left-contact h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}
.in-kontakty .left-contact p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.in-kontakty .left-contact i {
  margin-right: 8px;
  color: #658e88;
}
.in-kontakty .left-contact a {
  color: #658e88;
  text-decoration: none;
}
.in-kontakty .left-contact a:hover {
  color: #9e837e;
  text-decoration: underline;
}

/*PRAVÝSLOUPEC*/
.in-kontakty .right-contact {
  width: 60%;
}

/* KONTAKTNÍ FORMULÁŘ */
.in-kontakty .right-contact h2 {
  margin: 16px 0px 10px 0px;
}
.contact-form h4{
  margin: 0px  0px 10px 0px!important;
  padding: 0px !important;
}

.in-kontakty .nadpis-form p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
}
.in-kontakty fieldset {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.in-kontakty form .form-control {
  border-radius: 8px !important;
  width: 100%;
}
.in-kontakty .form-group {
    margin-bottom: 15px;
    width: 100%;
}
#formContact > fieldset > div:nth-child(2), #formContact > fieldset > div:nth-child(3), #formContact > fieldset > fieldset > div.form-group.js-validated-element-wrapper.smart-label-wrapper {
  width: 48%;
}
#formContact .submit-wrapper {
  margin-top: 10px;
}
.in-kontakty .contact-form {
  background: #f9f9f9;
  padding: 10px 20px 20px 20px;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.in-kontakty .form-row {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}
.in-kontakty .form-group.half-width {
  width: 48%;
}
.in-kontakty .form-group {
  margin-bottom: 15px;
}
.in-kontakty label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.in-kontakty .form-control {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff !important;
}
.in-kontakty form .form-control {
  border-radius: 8px !important;
}
.in-kontakty .form-control:focus {
  border-color: #658e88;
  outline: none;
  box-shadow: 0 0 5px rgba(101, 142, 136, 0.5);
}
.in-kontakty label span.required-asterisk::after {
  content: " *";
  color: red;
}
.in-kontakty textarea.form-control {
  resize: vertical;
}
.in-kontakty .consents {
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.in-kontakty .consents a {
  color: #658e88;
  text-decoration: none;
}
.in-kontakty .consents a:hover {
  text-decoration: underline;
  color: #9e837e;
}

/* TLAČÍTKO ODESLAT */
.in-kontakty .btn.btn-primary {
  width: 100%;
  background-color: #658e88;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.in-kontakty .btn.btn-primary:hover {
  background-color: #9e837e;
}

@media (max-width: 768px) {
  .in-kontakty .left-contact{
      border-bottom: 1px solid #ebebeb;
  }
  .in-kontakty .main-kontakt {
      flex-direction: column;
      gap: 20px;
  }

  .in-kontakty .left-contact,
  .in-kontakty .right-contact {
      width: 100%;
  }
  #formContact > fieldset > div:nth-child(2), #formContact > fieldset > div:nth-child(3), #formContact > fieldset > fieldset > div.form-group.js-validated-element-wrapper.smart-label-wrapper {
      width: 100%;
  }
  .in-kontakty .form-row {
      flex-direction: column;
      gap: 15px;
  }

  .in-kontakty .form-group.half-width {
      width: 100%;
  }
  .in-kontakty .contact-form {
      padding: 10px;
  }
  .form-group.consents label{
      margin-bottom: 15px;
      margin-top: 0px;
  }
}


 /* ============================================================== DONWLOAD ELEMENT ==============================================================*/
 /* TABLE */
.downloads-section {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  box-sizing: border-box;
}
.download-header {
  display: flex;
  justify-content: space-between;
  background: #658e88;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header-item {
  text-transform: uppercase;
}
.header-item:first-child {
  text-align: left;
  flex: 1;
}
.header-item:last-child {
  text-align: right;
  flex: 1;
  padding-right: 15px;
}
.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin-bottom: 1px;
  transition: transform 0.2s ease-in-out;
}
.download-item:hover {
  transform: translateY(-3px);
}
.file-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.download-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #658E88;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}
.download-link:hover {
  background: #bda9a6;
  color: #000;
  text-decoration: underline;
}
.download-link i {
  font-size: 18px;
  color: #658E88;
  transition: color 0.2s;
}

.download-link:hover i {
  color: #000;
}

@media (max-width: 768px) {
  .download-header {
      font-size: 16px;
      padding: 10px 15px;
  }
  .download-item {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px;
  }
  .file-name {
      margin-bottom: 5px;
  }
  .download-link {
      font-size: 14px;
      padding: 8px 0px 12px 0px;
  }
}
 /* ============================================================== ABOUT US + ARTICAL 50% IMG + 50% DIV, REAPEAT REVERT ROW ==============================================================*/
.about-us-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.about-us-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;

}

.about-us-text,
.about-us-image {
  width: 50%;
  padding: 0px;
  box-sizing: border-box;
}

.about-us-text {
  padding: 20px;
}

.about-us-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-us-podpis {
  display: block;
  margin-top: 20px;
  max-width: 100px;
}
.logo-onas {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .about-us-container {
  padding: 0px;
}
  .about-us-row {
      flex-direction: column;
      margin-bottom: 20px;
  }

  .about-us-row-reverse {
      flex-direction: column-reverse;
  }

  .about-us-text,
  .about-us-image {
      width: 100%;
  }
  .about-us-text {
  padding: 0px;
}
}
 /* ============================================================== FAQ ==============================================================*/
 .accordion__wrapper {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 20px 5px #F0F0F0;
  padding: 50px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.accordion__title {
  font-size: 30px;
  font-weight: 600;
  color: #004c3e;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}

.accordion {
  border-bottom: 1px solid #d6be80;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
}

.accordion__question {
  font-size: 1.6rem;
  font-weight: 500;
  color: #292929;
  margin: 0;
}

.accordion__icon {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004c3e;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.accordion.open .accordion__icon {
  background-color: #d6be80;
  color: #292929;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.accordion__answer {
  padding-top: 15px;
  font-size: 1.4rem;
  color: #292929;
}

/*============================================================== FOOTER ============================================================== */
#footer {
  margin-top: 85px;
  padding-top: 60px;
  border-top: 1px solid #01c0f3;
  background: linear-gradient(to bottom, #000 25%, #01c0f3 100%);
}

#footer .custom-footer {
  padding: 0px !important;
}

#footer .custom-footer>div {
  width: 100%;
}

/* my footer */
.footer-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-box {
  width: 21%
}

.footer-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-box p {
  font-size: 14px;
  color: #FFF;
  line-height: 16px;
}

.footer-box a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 16px;
}

.footer-box ul li {
  line-height: 16px;
}

.footer-box.one p {
  margin-bottom: 20px;
}
.footer-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-box.one{
  width: 30%;
   padding-right: 3%;
}
.footer-box.second{
  width: 21%;
  padding-left: 3%;
}
.footer-box.third{
  width: 21%;
  padding-left: 3%;
}
.footer-box.fourth{
  width: 21%;
  padding-left: 3%;
}

.footer-box.second a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
}
.footer-box.second a:hover {
  text-decoration: underline;
  color: #5ce1e6 !important;
}

.footer-box.third a {
  text-decoration: underline !important;
  font-weight: 500;
  color: #fff !important;
}
.footer-box.third a:hover {
  text-decoration: underline;
  color: #5ce1e6 !important;
}
.footer-box.fourth a {
  text-decoration: none;
  font-weight: 500;
  color: #5ce1e6;
}


/* social icons */
#footer .banner {
  overflow: visible !important;
}
.footer-social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.my-social-icon {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #01c0f3;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.my-social-icon i {
  font-size: 24px;
  color: #ffffff;
  transition: color 0.3s ease;
}


.my-social-icon:hover {
  transform: scale(1.1);
  text-decoration: none !important;
}

.my-facebook:hover {
  background-color: #1877f2 !important;
}

.my-youtube:hover {
  background-color: #ff0000 !important;
}

/* payment online widget */
.custom-footer__onlinePayments h4 {
  font-weight: 600;
  font-size: 18px;
  border-top: 1px solid #01c0f3;
  padding-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase !important;
}

.custom-footer__onlinePayments p {
  margin-bottom: 12px;
  font-size: .9em;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;

}
/*Copyright*/
.footer-bottom {
    background-color: #000;
}
.footer-bottom .container span, .footer-bottom .container span a{
    color: #fff !important;
}
/* responzive */
@media (max-width: 1200px) {
  .footer-box {
      width: 50% !important;
      padding-left:0% !important;
      padding-bottom: 5%;
      
  }
  .footer-box.one{
    padding-right: 8%;
  }

}

@media (max-width: 768px) {
  #footer .container.footer-rows {
      border-top: 1px solid #ebebeb;
  }

  .footer-section {
      flex-direction: column;
      text-align: center;
  }

  #footer .custom-footer {
      padding: 20px 0px 0px 0px !important;
  }

  .footer-box {
      width: 100% !important;
      padding-top: 6%;
      padding-bottom: 7%;
      border-bottom: 1px solid #ffffff10
  }
  .footer-box.fourth {
    width: 100% !important;
    padding-bottom: 10%;
    border-bottom: none !important;
}

  .footer-box h4 {
      text-align: left;
  }

  .footer-box.one p {
      padding-right: 0px;
  }

  .footer-box p {
      text-align: left;
  }
  .footer-box ul li {
    text-align: left;
}
  .footer-box ul li a {
      text-align: left;
  }
}