main
{
    overflow: hidden
}
html
{
    font-size: 15px;
}
:root
{
    --color-white:#ffffff;

    --color-pr:#009E74;
    --color-sec:#0DD0C1;
    --color-dark:#263439;
    --color-gray:#808080;
    --color-gray-light:#F2F2F2;
    --color-text:#4A4A4A;
    --color-pr-rgb:0, 158, 116;
    --color-sec-rgb:13, 208, 193;
    --color-dark-rgb:38, 52, 57;
    --color-brown:#432015;
}

.color-white
{
    color: var(--color-white) !important;
}
.color-pr
{
    color: var(--color-pr) !important;
}
.color-sec
{
    color: var(--color-sec) !important;
}
.color-dark
{
    color: var(--color-dark) !important;
}
.bg-color-white
{
    background-color: var(--color-white) !important;
}
.bg-color-pr
{
    background-color: var(--color-pr) !important;
}
.bg-color-sec
{
    background-color: var(--color-sec) !important;
}
.bg-color-dark
{
    background-color: var(--color-dark) !important;
}
.bg-color-gray-light
{
    background-color: var(--color-gray-light) !important;
}
.bg-color-gradient-pr
{
    background: linear-gradient(135deg,rgba(var(--color-pr-rgb),1) 0%, rgba(var(--color-sec-rgb),1) 75%);
}
header
{
    padding: 0 20px;
    height: 70px;
    background: linear-gradient(135deg,rgba(var(--color-pr-rgb),1) 0%, rgba(var(--color-sec-rgb),1) 75%);
    box-shadow: 0 0 6px rgba(var(--color-dark-rgb),0.3);
}

p
{
    color: var(--color-text);
}
#marchio-header
{
    width: 130px;
}
svg.icons
{
    font-size: 1.8rem;
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}
.border-radius
{
    border-radius: 2px;
}
.border-radius-large
{
    border-radius: 4px;
}
#jt
{
    padding-top: 50px;
}
#jt h1
{
    color: var(--color-dark);
}
#jt.home h1
{
    letter-spacing: 3px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.1;
}
#jt.home h1 > span
{
    display: block;
    letter-spacing: 12.4px;
    font-size: 1.1rem;
    margin-left: 11px;
}
#img-jt
{
    aspect-ratio: 1/0.5;
    object-fit: cover;
    width: 100%;
}
.box-shadow
{
    box-shadow: 0 0 6px rgba(var(--color-dark-rgb),0.3);
}
.box-shadow-light
{
    box-shadow: 0 0 4px rgba(var(--color-dark-rgb),0.25);
}
section div.int
{
    color: var(--color-pr);
    font-size: 1.2rem;
    margin-bottom: 4px;

}
.int-slide
{
    color: var(--color-pr);
    font-size: 1.3rem;
    margin-bottom: 8px;
    margin-top: 4px;

}
#row-track
{
    overflow: hidden;
}
.btn-slide
{
    margin-bottom: 3px;
}
#wrapper-point-slider
{
    display: flex;
    gap: 8px
}
#wrapper-point-slider div
{
    width: 18px;
    height: 18px;
    background-color: var(--color-dark);
    cursor: pointer;
    transition: background-color 200ms ease, transform 200ms ease;
}
#wrapper-point-slider div.active,
#wrapper-point-slider div:hover
{
    background-color: var(--color-pr);
    transform: scale(1.07);
}
.wrapper-star-rate
{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.wrapper-star-rate span
{
    font-size: 1.4rem;
}

#nav-menu
{
    display: none;
}
.slide
{
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.slide.active
{
    opacity: 1;
    transition: all 600ms ease-out;
}
.slide p
{
    margin-top: 16px;
}
.slide h3
{
    font-size: 2rem;
    line-height: 2.2rem;
}
.slide h4
{
    font-size: 1.4rem;
    margin-bottom: 8px;
    line-height: 1.4rem;
}
.container-row-pointer-slider
{
    width: 100% !important;
    bottom: 15px;
}
.box-is .btn,.box-ip .btn
{
    margin-top: 8px;
}
.box-img-service-1 .img-dim,
.box-img-service-2 .img-dim,
.box-img-service-3 .img-dim
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-img-service-1,
.box-img-service-2,
.box-img-service-3
{
    display: flex;
}
.box-info-service-1,
.box-info-service-2,
.box-info-service-3
{
    align-self: stretch;
}
.box-img-service-1
{
    border-radius:  2px 2px 0 0;
}
.box-info-service-1
{
    border-radius: 0 0px 2px 2px;
    margin-bottom: 16px;
}
.box-img-service-2
{
    border-radius:  2px 2px 0 0;
}
.box-info-service-2
{
    border-radius: 0 0px 2px 2px;
    margin-bottom: 16px;
}
.box-img-service-3
{
    border-radius:  2px 2px 0 0;
}
.box-info-service-3
{
    border-radius: 0 0px 2px 2px;
}
.arrow-slider
{
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    color: inherit;
    transition: color 200ms ease;
}
.arrow-slider:hover
{
    color: var(--color-pr);
}
.arrow-slider.left
{
    left: 0;
}
.arrow-slider.right
{
    right: 0;
    border-radius: 2px 0 0 2px;
}
.arrow-slider.right span
{
    margin-left: 0;
}
.arrow-slider span
{
    font-size: 2rem;
    display: block;
    text-align: center;
    flex: 1;
    margin-left: -5px
}

.box-img-product-1-sx
{
    border-radius: 2px 0 0 0;
}
.box-img-product-1-dx
{
    border-radius: 0 2px 0 0;
}
.box-product-1
{
    border-radius: 0 0 2px 2px;
    margin-bottom: 16px;
}
.box-img-product-2-sx
{
    border-radius:  0 0 0 2px;
}
.box-img-product-2-dx
{
    border-radius:  0 0 2px 0;
}
.box-product-2
{
    border-radius: 2px 2px 0 0;
}
#img-contacts
{
    border-radius: 2px 2px 0 0;
}
#form-contacts
{
    border-radius: 0 0 2px 2px;
    border: 1px solid var(--color-sec);
}

/* ── Footer ── */
.footer-divider
{
    display: none;
}
footer
{
    background: var(--color-gray-light);
}

.footer-content
{
    padding-bottom: 48px;
}
.footer-logo
{
    width: 100px;
    margin-bottom: 16px;
}
.footer-desc
{
    color: var(--color-text);
    font-size: 0.9rem;
    line-height: 1.6;
}
.footer-title
{
    color: var(--color-pr);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.footer-links,
.footer-info
{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 1;
}
.footer-links a,
.footer-info a,
.footer-info li
{
    color: var(--color-text);
    font-size: 0.9rem;
    line-height: 1.8;
    transition: color 200ms ease;
}
.footer-links a:hover,
.footer-info a:hover
{
    color: var(--color-pr);
}
.footer-social
{
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.footer-social a
{
    color: var(--color-dark);
    transition: color 200ms ease;
}
.footer-social a:hover
{
    color: var(--color-pr);
}
.footer-social svg.icons
{
    font-size: 1.4rem;
}
.footer-bottom
{
    background: var(--color-dark);
    padding: 16px 0;
}
.footer-bottom p,
.footer-bottom a
{
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem !important;
}
.footer-bottom a:hover
{
    color: var(--color-pr);
}

@media (min-width: 620px)
{
    header
    {
        padding: 0 50px;
        height: 80px;
    }
    header span.icon
    {
        font-size: 36px;
    }
    #jt
    {
        padding-top: 70px;
    }
    #jt.home h1
    {
        letter-spacing: 3px;
        font-size: 2.6rem;
        line-height: 1.2;
    }
    #jt.home h1 > span
    {
        letter-spacing: 12px;
        font-size: 1.3rem;
        margin-left: 3px;
    }
    #img-jt
    {
        aspect-ratio: 1/0.5;
    }
    .wrapper-star-rate span
    {
        font-size: 2rem;
    }
    .container-row-pointer-slider
    {
        bottom: 30px;
    }
    .arrow-slider
    {
        width: 40px;
        height: 70px;
        margin-top: -35px;
    }
    .arrow-slider span
    {
        font-size: 3rem;
        margin-left: -5px;
    }
    section div.int
    {
        font-size: 1.4rem;
    }
}
@media (min-width: 1024px)
{
    header
    {
        padding: 0 60px;
        height: 90px;
    }
    .border-radius
    {
        border-radius: 3px
    }
    #marchio-header
    {
        width: 185px;
    }
    #nav-menu
    {
        display: block;
    }
    #nav-menu ul
    {
        display: flex;
        justify-content: end;
        gap: 24px
    }
    #btn-menu-mobile
    {
        display: none;
    }
    #jt
    {
        padding-top: 80px;
    }
    #jt.home h1
    {
        letter-spacing: 3px;
        font-size: 3.2rem;
        line-height: 1.1;
    }
    #jt.home h1 > span
    {
        letter-spacing: 14.4px;
        font-size: 1.6rem;
        margin-left: 15px;
    }
    #img-jt
    {
        aspect-ratio: 1/0.55;
    }
    section div.int
    {
        font-size: 1.7rem;
    }
    #wrapper-point-slider
    {
        display: flex;
        gap: 12px
    }
    #wrapper-point-slider div
    {
        width: 20px;
        height: 20px;
    }
    #service .img-dim
    {
        min-height: 400px;
        object-fit: cover;
        width: 100%;
    }
    #products .img-dim
    {
        height: 500px;
        object-fit: cover;
    }
    #products .img-dim.left
    {
        object-position: right
    }
    #products .img-dim.right
    {
        object-position: left
    }
    int-slide
    {
        font-size: 1.5rem;
        margin-top: 0px;
    }
    .p-int-section
    {
        margin-bottom: -16px
    }
    .box-info-service-1
    {
        border-radius: 0 6px 0 0;
        margin-bottom: 0;
    }
    .box-info-service-2
    {
        border-radius: 0;
        margin-bottom: 0;
    }
    .box-info-service-3
    {
        border-radius: 0 0px 6px 0px;
        margin-bottom: 0;
    }
    .box-img-service-1
    {
        border-radius: 6px 0 0 0;
    }
    .box-img-service-2
    {
        border-radius: 0 0 0 6px;
    }
    .box-img-service-3
    {
        border-radius: 0 0 0 0;
    }
    .box-img-product-1-sx
    {
        border-radius: 6px 0 0 0;
    }
    .box-img-product-1-dx
    {
        border-radius: 0 6px 0 0;
    }
    .box-product-1
    {
        border-radius: 0 0 6px 6px;
        margin-bottom: 0;
    }

    .box-img-product-2-sx
    {
        border-radius: 0 0 0 6px;
    }
    .box-img-product-2-dx
    {
        border-radius: 0 0 6px 0;
    }
    .box-product-2
    {
        border-radius:  6px 6px 0 0;
        margin-bottom: 0;
    }
    .row-section-rev
    {
        border-radius: 6px 6px 0 0;
    }
    .row-reviews
    {
        border-radius: 0  0 6px 6px;
    }
    #img-contacts
    {
        border-radius: 6px 0px 0 6px;
    }
    #form-contacts
    {
        border-radius: 0 6px 6px 0;
    }
    .contact-img-box
    {
        border-radius: 6px 0px 0 6px;
    }
    .footer-logo
    {
        width: 140px;
        margin-bottom: 0;
    }
    .footer-bottom
    {
        background: var(--color-dark);
        padding: 24px 0;
    }
    .int-slide
    {
        font-size: 1.5rem;
    }
    svg.icons.star-rev 
    {
        font-size: 1.8rem;
    }
    .wrapper-star-rate
    {
        gap: 6px;
    }
     .footer-col
    {
        width: auto;
        max-width: none;
    }
    .footer-col:first-child,
    .footer-col:last-child
    {
        max-width: 250px;
    }
    .footer-divider
    {
        display: block !important;
        position: absolute;
        width: 1px;
        background-color: rgba(128,128,128,0.4);
        pointer-events: none;
    }
}
@media (min-width: 1460px)
{
    header
    {
        padding: 0;
        height: 110px;
    }
    #jt
    {
        padding-top: 110px;
    }
    #jt.home h1
    {
        letter-spacing: 5px;
        font-size: 4rem;
        line-height: 1.3;
    }
    #jt.home h1 > span
    {
        letter-spacing: 20.7px;
        font-size: 1.8rem;
        margin-left: 18px;
        line-height: 1.1rem;
    }
    #marchio-header
    {
        width: 220px;
    }
    #nav-menu ul
    {
        gap: 40px
    }
    section div.int
    {
        font-size: 1.9rem;
    }
    .slide h3
    {
        font-size: 2.4rem;
    line-height: 2.8rem;
    display: inline-block;
    margin-bottom: 8px;
    }
    .slide h4
    {
        font-size: 1.7rem;
        margin-bottom: 4px;
        line-height: 2.2rem;
    }
    #service .img-dim
    {
        min-height: 480px;
    }
    #service h3.h3-box,#products h3.h3-box
    {
        margin-bottom: -8px
    }
    #wrapper-point-slider div
    {
        width: 25px;
        height: 25px;
    }
    .container-row-pointer-slider
    {
        bottom: 30px;
    }
    .border-radius
    {
        border-radius: 4px;
    }
    .border-radius-large
    {
        border-radius: 5px;
    }
    #products .img-dim
    {
        height: 620px;
    }
    .wrapper-star-rate span
    {
        font-size: 2.6rem;
    }
    .box-img-service-1
    {
        border-radius: 4px 0 0 0;
    }
    .box-info-service-1
    {
        border-radius: 0 4px 0 0;
    }
    .box-img-service-2
    {
        border-radius: 0 0 0 4px;
    }
    .box-info-service-2
    {
        border-radius: 0 0 4px 0;
    }
    .arrow-slider
    {
        width: auto;
        height: 100px;
        margin-top: -50px;
        background-color: transparent;
        box-shadow: none;
    }
    .arrow-slider span
    {
        font-size: 6.2rem;
    }
    .int-slide 
    {
        font-size: 1.7rem;
        margin-bottom: 12px;
        margin-top: 0px;
    }
    svg.icons
    {
        font-size: 2.8rem;
    }
    svg.icons.arrow-slide 
    {
        font-size: 3.2rem;
    }
    svg.icons.star-rev 
    {
        font-size: 2rem;
    }
    .wrapper-star-rate
    {
        gap: 7px;
    }
    .footer-content
    {
        padding-bottom: 62px;
    }
    .footer-title 
    {
  font-size: 1.1rem;
}
}
@media (min-width: 1780px)
{
    
    #jt
    {
        padding-top: 120px;
    }
    #jt.home h1
    {
        letter-spacing: 4px;
        font-size: 4.6rem;
    }
    #jt.home h1 > span
    {
        letter-spacing: 20.9px;
    font-size: 2.2rem;
    margin-left: 15px;
    line-height: 1rem;
    }
     section div.int {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
    .slide h3
    {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .slide h4
    {
        font-size: 1.9rem;
        margin-bottom: 8px;
        line-height: 2.2rem;
    }
    #service .img-dim
    {
        min-height: 500px;
    }
    #products .img-dim
    {
        height: 680px;
    }
    .arrow-slider
    {
        width: auto;
        height: 120px;
        margin-top: -60px;
        background-color: transparent;
        box-shadow: none;
    }
    .arrow-slider span
    {
        font-size: 7.8rem;
    }
     svg.icons.arrow-slide 
     {
    font-size: 4rem;
  }
  .int-slide 
  {
    font-size: 2rem;
  }
  
  .footer-logo
  {
    width: 160px;
  }
  .footer-links li,
  .footer-links a
  {
      line-height: 1.3;
  }
  .footer-content
    {
        padding-bottom: 80px;
    }
    .footer-title 
    {
  font-size: 1.2rem;
}
}


