﻿.pageArticleDetail
{ width: 100% !important; max-width: 100% !important;}



.home {
   position: relative;
   height: 100vh;
   width: 100%;
   overflow: hidden;
}
.home-video 
{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.98) contrast(0.90); }
.home-wrapper 
{ position: relative; z-index: 3; height: 100%; width: min(900px, calc(100% - 60px)); margin: 0 auto; display: flex; align-items: center; }
.home-text 
{ width: 100%; text-align: center; letter-spacing: 0.04em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06); }
.home-text h1
{ font-weight: 600; font-style: normal; font-size: clamp(36px, 4vw, 60px); line-height: 130%; margin: 0px; color: #f6f6f6; text-align: center; } 

.head-btn-box 
{ width: 100%; height: 50px; margin: 30px 0 0 0; padding: 0; display: flex; justify-content: center; }
.head-btn a
{ height: 50px; padding: 0 60px 0 24px; font-weight: 400; font-size: 1rem; color: #ffffff; text-decoration: none; text-transform: none; letter-spacing: 0.04em; background: #c4a567; display: inline-flex; align-items: center; position: relative; border-radius: 999px; transition: background .3s ease; }
.head-btn a::after
{ content: ""; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: #3b311e; border-radius: 50%; transition: background .3s ease; z-index: 1; }
.head-btn a svg
{ position: absolute; right: 16px; top: 50%; width: 20px; height: 20px; color: #ffffff; z-index: 2; transform: translateY(-50%) rotate(-45deg); transform-origin: 50% 50%; transition: transform .4s ease; }
.head-btn a:hover svg
{ transform: translateY(-50%) rotate(0deg); }
.head-btn a:hover
{ color: #ffffff; background: #a48954; }




.home-video-block
{
    position: relative;
    width: 100%;
    max-height: 800px;
    height: min(60vw, 800px);
    overflow: hidden;
}

.home-video-block__video
{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.98) contrast(0.90);
}

.home-video-block__overlay
{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.home-video-block__content
{
    position: relative;
    z-index: 3;
    width: min(1100px, calc(100% - 40px));
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-video-block__text
{
    text-align: center;
    color: #f6f6f6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08),
                 0 4px 12px rgba(0, 0, 0, 0.06);
}

.home-video-block__text h2
{
    margin: 0 0 24px 0;
    font-weight: 600;
    font-size: clamp(28px, 3.5vw, 48px);
    line-height: 130%;
    color: #f6f6f6;
    text-align: center;
}

   .home-video-block__text p {
      margin: 14px 0 28px 0;
      font-size: clamp(16px, 1.4vw, 20px);
      line-height: 150%;
      color: #f2f2f2;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.95;
   }






/** MENU **/
.submenu-arrow
{ display: none !important; }



/** PRODUCT **/
.type-detail .shp-tabs-wrapper
{ width: 100%; }
.type-detail .shp-tabs-wrapper + .products-related-header + #productsAlternative
{ width: 100%; }






/** CONTACT PAGE **/
.contact-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; }

.contact-boxes 
{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.contact-box 
{ background: #f7f7f7; padding: 30px 25px; border-radius: 16px; box-sizing: border-box; height: 100%; }
.contact-person 
{ text-align: center; }
.contact-photo 
{ width: 50%; height: 50%; object-fit: cover; border-radius: 50%; display: block; margin: 0 auto 20px; }
.contact-box h3 
{ margin: 0 0 5px; font-size: 24px; }
.contact-role 
{ margin: 0 0 5px; font-size: 18px; color: #464646; }
.contact-role-small
{ margin: 0 0 20px; font-size: 16px; color: #666666; }
.contact-info 
{ display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.contact-link 
{ display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #000; text-decoration: none; font-size: 16px; word-break: break-word; }
.contact-link-left 
{ display: inline-flex; align-items: center; justify-content: left; gap: 10px; color: #000; text-decoration: none; font-size: 16px; word-break: break-word; }
.contact-link:hover 
{ text-decoration: underline; }
.contact-link svg 
{ flex-shrink: 0; }
.contact-address h3 
{ margin-bottom: 20px; }
.contact-address p 
{ margin: 0; line-height: 1.7; font-size: 16px; color: #333; }

.contact-map-panel
{ width: 100%; height: 500px; float: left; margin: 40px 0px 40px 0px; padding: 0px; }


@media (max-width: 991px) {
.contact-boxes { grid-template-columns: repeat(2, 1fr); }

}

@media (max-width: 767px) {
.contact-boxes {
    grid-template-columns: 1fr;
  }
}









.contact-panel-l
{ width: 44%; height: auto; float: left; margin: 0px; padding: 0px; }
.contact-panel-r
{ width: 50%; height: auto; float: right; margin: 0px; padding: 0px; }

.contact-address-napis h2
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; font-size: 1.875rem; color: #452c29; text-transform: none; text-align: left; text-decoration: none; line-height: 100%; letter-spacing: 0.04em; }
.contact-address-popis
{ width: 100%; height: auto; float: left; margin: 0px; padding: 40px 0px 0px 0px; }
.contact-address-popis p
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size: 1rem; color: #452c29; text-transform: none; text-align: left; text-decoration: none; line-height: 150%; letter-spacing: 0.04em; }

.contact-action-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 30px 0px 0px 0px; }
.contact-action-box
{ width: 100%; height: auto; float: left; margin: 0px; padding: 8px 0px 8px 0px; }
.contact-action 
{ width: max-content; height: 40px; margin: 0px 0px 0px 0px; display: inline-flex; align-items: center; gap: 12px; font-family: "Poppins", sans-serif; font-size: 0.9375rem; font-weight: 400; font-style: normal; letter-spacing: 0.04em; text-decoration: none; color: #452c29; transition: color 0.3s ease; }
.contact-action-ico 
{ width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.contact-action-ico img 
{ width: 100%; height: auto; display: block; }
.contact-action:hover 
{ color: #ee6852; }

.contact-panel-r-box
{ width: 100%; height: auto; float: left; margin: 0px 0px 50px 0px; padding: 0px; }
.contact-panel-r-box h3
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; font-size: 1.5rem; color: #452c29; text-transform: none; text-align: left; text-decoration: none; line-height: 100%; letter-spacing: 0.04em; }
.contact-open-panel
{ width: 80%; height: auto; float: left; margin: 0px; padding: 20px 0px 0px 0px; }
.contact-open-line
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px; }
.contact-open-l
{ width: 30%; height: 34px; float: left; margin: 0px; padding: 0px; }
.contact-open-l p
{ width: 100%; height: 34px; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; font-size: 0.9375rem; color: #452c29; text-transform: uppercase; text-align: left; text-decoration: none; line-height: 34px; letter-spacing: 0.04em; }
.contact-open-r
{ width: 70%; height: 34px; float: left; margin: 0px; padding: 0px; }
.contact-open-r p
{ width: 100%; height: 34px; float: left; margin: 0px; padding: 0px; font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; font-size: 0.9375rem; color: #452c29; text-transform: none; text-align: left; text-decoration: none; line-height: 34px; letter-spacing: 0.04em; }

.contact-traffic-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 10px 0px 0px 0px; }
.contact-traffic-box
{ width: 100%; height: auto; float: left; margin: 0px; padding: 10px 0px 10px 0px; }
.contact-traffic 
{ width: max-content; height: 32px; margin: 0px 0px 0px 0px; display: inline-flex; align-items: center; gap: 12px; font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 500; font-style: normal; letter-spacing: 0.04em; text-decoration: none; color: #452c29; }
.contact-traffic-popis
{ width: 94%; height: auto; margin: 0px; padding: 0px 0px 0px 34px; font-family: "Poppins", sans-serif; font-size: 0.875rem; font-weight: 300; font-style: normal; letter-spacing: 0.04em; line-height: 130%; text-decoration: none; color: #452c29; }
.contact-traffic-popis a
{ color: #452c29; text-decoration: underline; }
.contact-traffic-popis a:hover
{ color: #452c29; text-decoration: none; }
.contact-traffic-ico 
{ width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; }
.contact-traffic-ico img 
{ width: 100%; height: auto; display: block; }
.contact-action:hover 
{ color: #ee6852; }

.contact-address-map-panel
{ width: 100%; height: auto; float: left; margin: 0px; padding: 80px 0px 0px 0px; }
.contact-address-map
{ width: 100%; height: auto; float: left; margin: 0px; padding: 0px 0px 0px 0px; }