@import url("media.css");
@import url("contact.css");
.hero {

}

.hero__inner {
    background-image: url("../img/hero1_1.jpg");
    width: 95%;
    height: min(320px, 38vh);
    background-position: center center;
    background-color: #ffad05;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    box-shadow: 0 28px 70px rgba(18, 19, 20, 0.62);
    border-radius: 1.6rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin: 1.25rem auto 0.75rem;
    position: relative;
}
.hero__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(22, 24, 25, 0.16), rgba(22, 24, 25, 0.36)),
        radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.14), transparent 26rem);
    pointer-events: none;
}
.hero__inner > * {
    position: relative;
    z-index: 1;
}

.hero-logo {
display: none;
}
.hero-head {
    width: min(560px, 78%);
}

.hero__inner span {
    color: white;
    font-size: clamp(1.50rem, 1.4060rem + 0.48vw, 2.00rem);
    display: block;
    letter-spacing: 3px;
}

.hero__inner a.button {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'DINPro', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 3px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ef682e, #ff8a52);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 18px 36px rgba(148, 73, 30, 0.34);
    width: 17rem;
    height: 3.5rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hero__inner a.button:hover{
    background-color: #ffffff;
    color: #ef682e;
    transform: translateY(-2px);
}
.company-facts {
    display: grid;
   grid-template-columns: repeat(24,1fr);
   grid-row-gap:3rem ;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.25rem;
    box-shadow: 0 18px 38px rgba(18, 19, 20, 0.22);
    gap:1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.card-type1{
    color: white;
    background: linear-gradient(135deg, #ef682e, #ff8a52);
    grid-column: 3/13;
    grid-row: 1/2;
}
.card-type2{
    color: #2e3234;
    background-color:#ffffff;
    grid-column: 14/23;
    grid-row: 1/2;
}
.card-type3{
    color: #cbd1d6;
    background: linear-gradient(145deg, #3f484c, #303638);
    grid-row: 2/3;
    grid-column: 3/11;
}
.card-type4{
    color: #cbd1d6;
    background: linear-gradient(145deg, #3f484c, #303638);
    grid-row: 2/3;
    grid-column: 12/23;
}
.card-info{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:2rem;
    padding:1rem;
}
.card-head{
    display: flex;
    flex-direction: column;
}
.card-digit {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.number {
    display: block;
    font-family: "Venera 900";
    font-size: clamp(3.20rem, 2.0824rem + 5.59vw, 9.00rem);
    line-height: 1;
    height: clamp(4.00rem, 3.4236rem + 2.89vw, 7.00rem);
    text-align: center;
}
.word{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;

}
.desc{
    font-size: clamp(0.90rem, 0.8411rem + 0.29vw, 1.20rem);
    display: block;
    text-align: center;
    align-self: center;
}
.card-button{
    text-decoration: none;
    font-size: 16px;
    font-family: 'DINPro', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 3px;
    border-radius: 14px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease;
    height: 3.5rem;
    text-align: center;
    display: flex;
    justify-content: space-around;

    align-items: center;
}
.card-button-t1{
    color: #ffffff;
    background-color: #ef682e;
    box-shadow: 0px 0px 40px 13px #94491e80;
}
.card-button-t1:hover{
    background-color: #ffffff;
    color: #ef682e;
    transform: translateY(-1px);
}
.card-button-t2{
    color: #2e3234;
    background-color: #a1a5a6;
    box-shadow: 0px 0px 80px 13px #12131480;
}
.card-button-t2:hover{
    background-color: #3c4347;
    color: #ffffff;
    transform: translateY(-1px);
}
.card-button-t3{
    color: #ffffff;
    background-color: #3c4347;
    box-shadow: 0px 0px 80px 13px #12131480;
}
.card-button-t3:hover{
    background-color: #ffffff;
    color: #2e3234;
    transform: translateY(-1px);
}

.map,.products,.clients,.patents,.sertificates{
    margin-top: 3rem;
    padding-top: 2rem;
}
.company-facts{
     padding-top:3rem;
}
.products {
    margin-top: 0;
    padding-top: 0.25rem;
}
.map h1,.clients h1,.patents h1,.sertificates h1{
    margin: 3rem 0;
    text-align: center
}
.products h1 {
    margin: 1.1rem 0 1.5rem;
    text-align: center;
}
.clients a.button {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'DINPro', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 3px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ef682e, #ff8a52);
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    box-shadow: 0 18px 36px rgba(148, 73, 30, 0.32);
    width: 17rem;
    height: 3.5rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.clients a.button:hover{
    background-color: #ffffff;
    color: #ef682e;
    transform: translateY(-1px);
}
.contact{
    margin-top: 9rem ;
    margin-bottom: 9rem ;
}
.sertificates{
    position: relative;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: #161515c7;
    bottom: 0;
    height: auto;
    z-index: 10;
    display: none;
}
.close-icon{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
   /* left: calc( min(90vw,var(--page-width))/2) ;*/
    z-index: 12;

}
.pict-modal-wrapper{
   /* max-width: var(--page-width);
    width: min(90vw,var(--page-width));*/
    height: 90vh;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 11;
   /* margin-left: calc( 0px - min(90vw,var(--page-width))/2);*/

}
.img-detail{
    height: 100%;
    aspect-ratio:0.7;
    margin: 0 auto;
    z-index: 11
;
}
