* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100vw;
    overflow-x: hidden;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    font-family: "Figtree", sans-serif;
    scroll-behavior: smooth;

}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
  }


  
  #country-select {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: transparent;
    color: white;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    appearance: none; /* Убираем стандартную стрелку */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='white' d='M7 9L2 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
  }
  
  #country-select:focus {
    border-color: #fff;
    outline: none;
  }
  
  #country-select option {
    background-color: #222;
    color: white;
  }
  
  /* Стили для группы полей телефона */
  .phone-group {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .country-code {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    border: 1px solid #333;
    color: white;
    min-width: 90px;
  }
  
  .flag-icon {
    margin-right: 8px;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
  }
  
  #phone-input {
    flex: 1;
  }


  
  #form-status {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
  }
  
  .success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
  }
  
  .error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
  }



.burger-menu,
.mobile-menu,
.mobile-overlay,
.gridcell_mobmenu {
    display: none;
}



.menuspace {     
    display: flex;     
    background-color: #000;     
    border-radius: 30px;     
    height: 60px;     
    z-index: 100;     
    padding: 0px 50px 0px 50px;     
    color: #fff;     
    font-size: 24px;     
    font-weight: 500;     
    align-items: center;      
    justify-content: space-between;      
    gap: 5px;     
    letter-spacing: -1px;     
    position: relative;     
    transition: border-radius 0.5s ease; 
}  


.menu-item:hover ~ .menuspace, 
.menu-item:hover .menuspace {     
    border-radius: 30px 30px 0 0; 
}  

.menuspace a {     
    color: #fff;     
    text-decoration: none; 
}  

.menuspace a:hover {     
    color: #c3ef6d; 
}  


.menu-item {     
    position: relative;     
    height: 60px;     
    display: flex;     
    align-items: center; 
}  

.menu-link {     
    position: relative;     
    display: flex;     
    align-items: center;     
    height: 100%; 
}  

/* Выпадающее меню */ 
.dropdown-menu {     
    position: absolute;     
    top: 70%; 
    left: 0;     
    width: 100%;     
    max-height: 0;     
    overflow: hidden;     
    background-color: #000;     
    transition: max-height 0.5s ease, opacity 0.2s ease;     
    opacity: 0;     
    z-index: 90;     
    pointer-events: none;     
    border-radius: 0 0 30px 30px;     
    padding: 30px 0px 0px 20px;          
    margin-top: -15px;
}  


.menu-item:hover .dropdown-menu, 
.menu-item.active-menu .dropdown-menu, 
.dropdown-menu.active {     
    max-height: 900px;     
    opacity: 1;     
    pointer-events: all; 
}  


.menuspace a, .menu-link {     
    position: relative;     
    z-index: 95; 
}  


.menu-item:hover .dropdown-menu::before, 
.menu-item.active-menu .dropdown-menu::before, 
.dropdown-menu.active::before {     
    content: '';     
    position: absolute;     
    top: -10px;     
    left: 0;     
    width: 100%;     
    height: 20px;     
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);     
    z-index: 91;     
    pointer-events: none; 
}  


.dropdown-content {     
    padding: 40px 35px 30px 10px; 
}  


.menu-category {     
    margin-bottom: 25px; 
}  

.category-title {     
    display: flex;     
    align-items: center;     
    margin-bottom: 15px; 
}  

.menu-icon {     
    margin-right: 10px; 
}  

.category-link {     
    color: #fff !important;     
    font-size: 22px;     
    font-weight: 500; 
}  

.category-link:hover {     
    color: #c3ef6d !important; 
}  


.subcategory-list {     
    display: grid;     
    grid-template-columns: 1fr 1fr;     
    gap: 5px 0px; 
    margin-left: 35px;     
    color: #aaa;     
    font-size: 16px;     
    font-weight: 400;
    
}


.services-column .subcategory-list {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
}


.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.services-column {
    display: flex;
    flex-direction: column;
}


.topmenuicon{
    width: 40px;
    height: 40px;
    padding: 6px;
}





.topmenu {
    display: grid;
    grid-template-columns: 1fr clamp(570px, 60vw, 730px) 1fr;
    grid-template-rows: 1fr;
    gap: 8px;
    width: 100%;
    padding-top: 60px;
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 150; 
    transition: transform 0.1s linear;
}





 
.logospace{
    display: flex;
    justify-content: right;
    padding-right: 20px;
    padding-left: 30px;
    align-items: center;
}





.mainwrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30%;
    margin-top: 200px;
    flex-direction: column;

}
.mainwrap_botoom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 45%;
    margin-bottom: 40px;
    flex-direction: column;

}



.maintitle {
    color: #304302;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2px;
   

}

.secondtitle {
    margin-top: 10px;
    color: #000;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
    z-index: 100;

}


.thirdtitle {


    display: flex;
        margin-top: 50px;
        color: #ffffff;
        font-size: 26px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: -1px;
        z-index: 100;
        flex-direction: column;
        align-content: center;
        align-items: center;
        z-index: 120;
        background: linear-gradient(to right, 
  rgba(0, 0, 0, 0), 
  rgba(0, 0, 0, 0.08) 50%, 
  rgba(0, 0, 0, 0));
  
     

}


.growtitle{


   margin-top: -10px;
text-align: center;

}



.disco_buttoon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
    gap: 12px;
    width: 420px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 14px;
    cursor: pointer;
    z-index: 120;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon {
    width: 30px;
    height: 30px;
    fill: currentColor;
}

@keyframes springyFlip {
    0% { transform: rotate(0deg); }
    60% { transform: rotate(200deg); }
    80% { transform: rotate(175deg); }
    100% { transform: rotate(180deg); }
}

@media (hover: hover) {
    .disco_buttoon:hover {
        color: #304302;
        border-color: #304302;
        background-color: rgba(252, 252, 252, 0.05);
    }
    
    .disco_buttoon:hover .icon {
        animation: springyFlip 0.8s forwards;
    }
}

@media (hover: none) {
    .disco_buttoon:active {
        color: #304302;
        border-color: #304302;
        background-color: rgba(48, 67, 2, 0.1);
        transform: scale(0.98);
        box-shadow: 0 0 8px #30430299;
    }
}

  


.maintext{

display: flex;
width: 50%;
padding: 30px;
border: 1px solid #30430275;
border-radius: 14px;
font-size: 30px;
font-weight: 500;
color:#fff;
scroll-margin-top: 40px;
z-index: 120;
 } 





.logo { 
    height: clamp(30px, 4vw, 60px); 
    transition: opacity 0.3s ease;
    width: auto; 

}

.new-logo {
    height: clamp(30px, 4vw, 60px);
    transition: opacity 0.3s ease;
}


.cloudzzz {
    transition: opacity 0.8s ease;
}

.cloudzzz .cloudz {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
    transform-origin: top;
    animation: cloudFloat calc(6s * var(--index)) linear infinite;
}

@keyframes cloudFloat {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    25%, 75% {
        opacity:0.9;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}



.background {
    z-index: 1;
}

/* Основной контейнер */
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background-color: #efeff1;
}

/* Слой с облаками - фиксированный наверху */
.clouds-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; /* Поверх меню */
    pointer-events: none; /* Позволяет кликать сквозь облака */
}

.clouds {
    width: 100%;
    height:140dvh;
    overflow: hidden;
}



.moreclouds {
    position: fixed;
    width: 100%;
    height: 40dvh;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(7, 3, 238, 0.07) 0%, rgba(228, 255, 208, 0) 100%);
    z-index: 120;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Prevents interaction with this element */
}

.cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    opacity: 0.8;
}


.content-wrapper {
    position: relative;
}


.forest-layer {
    position: relative;
    height: 140dvh;
    overflow: hidden;
    width: 100%;
    background-image: url('img/back_op.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}



.content-layer {
    position: relative;
    display: flex;
    background-color: #efeff1;

    width: 100%;
    z-index: 9;
    justify-content: center;
    flex-direction: column;
   
    align-items: center;
    margin-top: 50px;
}



p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}




















.industries_caption{

    padding: 20px 70px 20px 70px ;
    border-radius: 20px;
    background-color: #efeff1;
    color: #304302;
    font-size: clamp(16px, 3vw, 30px);
    font-weight: 800;
    margin-top: -90px;
    margin-bottom: 60px;
    letter-spacing: -1px;
}


/* Второй блок */

.industries {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: 250px;
    gap: 20px;
    width: clamp(320px, 80vw, 1200px);
  }
  
  .industry_pictogram {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background-position: center top;
    background-size: cover;
    height: 80px;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    padding-top: 22px;
    margin-top: 50px;
    text-align: center;
    z-index: 1;
  }
  
  .industry_item {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 200px;
    min-width: 150px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    
  }
  
  .industry_item .industry_pictogram {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
  }
  
  .industry_item .industry_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 22px;
    background: linear-gradient(to bottom, rgba(68, 103, 75, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    color: #000;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 800;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .industry_overlay:hover {

    background: linear-gradient(to bottom, rgba(68, 103, 75, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    color:#fff;

  }



.ind_contact_grid{

    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: 1fr;
    gap: 30px;

    align-items: center;
    width: clamp(320px, 80vw, 1100px);

}

.ind_text
{
  text-align: right; 
  font-size: 22px;
  font-weight: 300;
  
}

.ind_contact
{
  display: flex;
  justify-content: left; 
  font-size: 22px; 
  font-weight: 300;
}


.contact_buttoon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    gap: 12px;
    width: clamp(300px, 80vw, 420px);
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 14px;
    cursor: pointer;
    z-index: 120;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}



@media (hover: hover) {
    .contact_buttoon:hover {
        color: #304302;
        border-color: #304302;
        background-color: rgba(68, 68, 68, 0.05);
    }
    

}

@media (hover: none) {
    .contact_buttoon:active {
        color: #304302;
        border-color: #304302;
        background-color: rgba(48, 67, 2, 0.1);
        transform: scale(0.98);
        box-shadow: 0 0 8px #30430299;
    }
}





.block_wrap {
    display: flex;
        margin-top: 100px;
        justify-content: center;
        width: 100vw;
        background-color: #f7f7f9;
        flex-direction: column;
        align-items: center;
        padding-bottom: 100px;
}


.block_wrap_process {
    display: flex;
       margin-bottom: -40px;
        justify-content: center;
        width: 100vw;
        background-color: #ffffff;
        flex-direction: column;
        align-items: center;
        padding-bottom: 100px;
}

.services_caption{

    padding: 20px 70px 20px 70px ;
    border-radius: 20px;
    background-color: #f7f7f9;
    color: #304302;
    font-size: clamp(16px, 3vw, 30px);
    font-weight: 800;
    margin-top: -40px;
    letter-spacing: -1px;
  }



.process_caption{

    padding: 20px 70px 20px 70px ;
    border-radius: 20px;
    background-color: #fff;
    color: #304302;
    font-size: clamp(16px, 3vw, 30px);
    font-weight: 800;
    margin-top: -40px;
    letter-spacing: -1px;
    z-index: 10;
}




.container_serv {
    width: clamp(290px, 70vw, 1100px);
    position: relative;
    margin-top: 20px;
}

.gradient-block {
    background: linear-gradient(to right, rgba(230, 230, 230, 0.3) 0%, rgba(230, 230, 230, 0.7) 50%, rgba(230, 230, 230, 0) 100%);
    border-radius: 20px;
  
    display: flex;
    align-items: center;
    min-height: 200px;
    position: relative;
    overflow: visible;
}

.image-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: clamp(90px, 10vw, 200px);
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%); 
    z-index: 2;
    pointer-events: none;
    max-height: 160px;
    max-width: 160px;
}

.image-container img {
    width: 100%;
    height: 100%;
  
    object-fit: contain;
    display: block;
    border-radius: 10px;
    border: 1px solid #00000013;
}

.content_serv {
    flex: 1;
    padding: 20px 0px 20px 70px;
  

}

.content_serv h2 {
    margin: 0 0 10px 0;
    font-size: clamp(20px, 4vw, 26px);
    color: #304302;
   
}

.content_serv p {
    margin: 0;
    font-size: clamp(16px, 4vw, 22px);
    line-height: 1.2;
    color: #000000;

}














.process_container {
    width: clamp(320px, 90vw, 1100px);
    margin: 0 auto;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 50px;
}

.card {
    display: flex;
    padding-top: 40px;
    padding-bottom: 10px;
    border-radius: 20px;
    min-height: 200px;
    position: relative;
}


.card.left {
    background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.6) 100%);
    flex-direction: row;
}

.card.right {
    background: linear-gradient(to left, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.6) 100%);
    flex-direction: row-reverse;
}

.card.right_last {
    background: linear-gradient(to left, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.6) 100%);
    flex-direction: row-reverse;
    transform: translateY(-25px);
}


.card-image-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-number {
    background-color: #edececd8;
    color: #89a585;
    width: 40px;
    height: 50px;
    border-radius: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 1000;
    margin-bottom: 10px;
}

.card-image {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {

    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

.card-text {
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    font-weight: 200;
}



.download_caption{

    padding: 20px 70px 20px 70px ;
    border-radius: 20px;
    background-color: #efeff1;
    color: #304302;
    font-size: clamp(16px, 3vw, 30px);
    font-weight: 800;
    margin-top: -50px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}



.download_text{
  display: flex;
  justify-content: center; 
  font-size: 22px; 
  font-weight: 300;
  width: 80vw;
  margin-top: 20px;
  margin-bottom: 20px;
}



.download_grid{
    padding: 30px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    gap: 16px;
    width: clamp(800px, 30vw, 1100px)
    }


.download_section{
display: flex;

}    

.download_input{

border-radius: 10px; 
border: 1px solid rgba(0, 0, 0, 0.5);
background-color: transparent;
height: 60px; 
width: 100%;   
padding: 10px;
color: #000;
font-family: "Figtree", sans-serif;
font-size: 18px;
font-weight: 200;
transition: all 0.3s ease; 

}



.download_input::placeholder {
  color: #000000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.download_input:focus {
  border: 1px solid rgba(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

.download_input:focus::placeholder {
  opacity: 0.3;
}

.download_buttoon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #000;
    border-radius: 10px;
    cursor: pointer;
    z-index: 120;
    border: 0px; 
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.download_buttoon:hover {
    background-color: #225007; 
}

.download_icon-wrapper {
    display: inline-flex;
    margin-right: 10px;
    transform: scaleY(-1); 
}

.download_icon {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}


@keyframes wave-motion {
    0% {
        transform: translateY(0) scaleY(-1);
    }
    20% {
        transform: translateY(-5px) scaleY(-1);
    }
    40% {
        transform: translateY(3px) scaleY(-1);
    }
    60% {
        transform: translateY(-2px) scaleY(-1);
    }
    80% {
        transform: translateY(1px) scaleY(-1);
    }
    100% {
        transform: translateY(0) scaleY(-1);
    }
}

.download_buttoon:hover .download_icon-wrapper {
    animation: wave-motion 1.5s infinite ease-in-out;
}





.faq_caption{

    padding: 20px 70px 20px 70px ;
    border-radius: 20px;
    background-color: #efeff1;
    color: #304302;
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 800;
    margin-top: 20px;
  
    letter-spacing: -1px;
}





.faq-container {
    max-width: 1100px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    border-radius: 16px;

}

.faq-column {
    width: 48%;
    position: relative;
}

.faq-item {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 8px;

}

/* Left column question gradients */
.faq-column:first-child .faq-question {
    background: linear-gradient(to left, 
        rgba(114, 114, 114, 0.15) 0%, 
        rgba(241, 241, 241, 0) 100%);
}

/* Right column question gradients */
.faq-column:last-child .faq-question {
    background: linear-gradient(to right, 
    rgba(114, 114, 114, 0.15) 0%,
        rgba(241, 241, 241, 0) 100%);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    width: 100%;
    text-align: left;
    border: none;
    font-family: "Figtree", sans-serif;
}

.faq-question:hover {
    opacity: 0.9;
}

.arrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.arrow-down {
    transform: rotate(0deg);
}

.arrow-up {
    transform: rotate(180deg);
}

/* Left column answer gradients */
.faq-column:first-child .faq-answer {
    background: linear-gradient(to left, 
        rgba(255, 255, 255, 0.55) 0%, 
        rgba(255, 255, 255, 0) 100%);
}

/* Right column answer gradients */
.faq-column:last-child .faq-answer {
    background: linear-gradient(to right, 
        rgba(255, 255, 255, 0.55) 0%, 
        rgba(255, 255, 255, 0) 100%);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-family: "Figtree", sans-serif;
    font-weight: 300;
}

.faq-answer.active {
    padding: 20px;
    max-height: 400px;
}

.faq-answer p {
    color: #555;
    line-height: 1.4;
}



.footer_wrap{
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 300px;
    background-image: url('img/footer_back.jpg');
    background-size: cover;
    background-repeat: no-repeat;



}


.footer_grid{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: 1fr;
    width: clamp(900px, 80vw, 1200px);
    gap: 30px;
    color:#ffffffb7;
    padding: 80px 0px;
    font-size: 18px;
   font-weight: 700;

}

.footer_grid a{
 text-decoration: none;
 color: #fff;
 padding-top: 10px;
 font-size: clamp(14px, 1.4vw, 18px);
 font-weight: 200;
}



.footer_grid a:hover {
    color: #c3ef6d;

}

.footer_logo{
    display: flex;
    flex-direction: column;
    margin-top: -20px;
    align-items: flex-start;
}


.footer_industries{
    display: flex;
    flex-direction: column;
       align-items: flex-start;
       white-space: nowrap;
}


.footer_services{
    display: flex;
    flex-direction: column;
       align-items: flex-start;
       white-space: nowrap;

}
.footer_legal{
    display: flex;
    flex-direction: column;
       align-items: flex-start;
       white-space: nowrap;
}
.footer_contacts{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}




.footer_img { 
    height: clamp(30px, 4vw, 60px); 
    width: auto;
    margin-bottom: 40px;
    
    

}

.contact_img { 
    height: 30px;
    width: auto;
    
    
}


.copyright{font-size: 16px; font-weight: 200;}
.copyright_mob{display: none;}

.footer_tg{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height: 40px;
}


.footer_tg a{

    padding: 0px;
    padding-left: 10px;

  
}





.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Modal container */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 620px;
  background-color: #111;
  border-radius: 10px;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  color: white;
}

/* Modal header */
.modal-header {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff0d;
  border-radius: 10px 10px 0 0;
  padding: 30px;
}

.header-content {
  flex: 1;
}

.modal-header h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.modal-subtitle {
  font-size: 20px;
  margin: 10px 0 0 0;
  font-weight: 300;
  color: #fff;
}

.close-modal {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  margin-left: 15px;
  align-self: flex-start;
}

/* Modal body */
.modal-body {
  padding: 30px;
}

/* Form styles */
.form-group {
    margin-bottom: 15px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: transparent;
    color: white;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  
  .form-group textarea {
    min-height: 60px;
    resize: vertical;
  }
  
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #fff;
    outline: none;
  }

/* Submit button */
.submit-button {

    position: relative;
    overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin: 30px 0;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}



.submit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.submit-icon .icon {
    width: 24px;
    height: 24px;
    fill: #000;
    transition: fill 0.3s ease;
}

.submit-button {
    color: #000;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #225007;
    color: #fff;
}

.submit-button:hover .submit-icon .icon {
    fill: #fff;
    animation: pulseAndFly 2.5s infinite ease-in-out;
}

@keyframes pulseAndFly {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    10% {
        transform: translateY(0) scale(1.3);
    }
    20% {
        transform: translateY(0) scale(1);
    }
    30% {
        transform: translateY(-40px) scale(0.5);
        opacity: 0;
    }
    31% {
        transform: translateY(40px) scale(0.5);
        opacity: 0;
    }
    40% {
        transform: translateY(15px) scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}


/* Messenger links */
.messenger-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.messenger-links a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.messenger-links img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp-link img {
  filter: invert(47%) sepia(91%) saturate(1223%) hue-rotate(114deg) brightness(96%) contrast(101%);
}

.telegram-link img {
  filter: invert(45%) sepia(88%) saturate(2119%) hue-rotate(180deg) brightness(97%) contrast(101%);
}

/* Show modal classes */
.modal-overlay.active {
  display: block;
  opacity: 1;
}

.modal.active {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}







/* Page2 */


.mainwrap_second{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30%;
    flex-direction: column;

}

.title_page {
    position: relative;
    height: 300px;
    overflow: hidden;
    width: 100%;
    background-image: url('img/second_back.jpg');
    background-size:cover;
    background-position: top center;
    background-repeat: no-repeat;
}



.maintitle_second {
    padding-top: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -1px;
   

}

.maintitle_second_s {
      color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
   

}

.maintitle_third {

    color: #304302;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    background-color: #efeff1;

    border-radius: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
   

}

.text_ss {

    color: #000000;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: -1px;

    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
   

}





.second_grid {
    margin-top: -120px;
    display: grid;
  
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto auto;
    grid-template-areas:
        "left-col right-col-top"
        "left-col right-col-bottom";
    max-width: 1200px;
    z-index: 1;

}




.item {
  
    border-radius: 5px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.left-col {
    display: flex;
        grid-area: left-col;
        min-height: 200px;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: 1;
}

.right-col-top {
    display: flex;
    grid-area: right-col-top;
    min-height: 100px;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.right-col-bottom {
    display: flex;
    grid-area: right-col-bottom;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  
    position: relative;
    top: -5px; 
    z-index: 1; 
  }





.title_text_s{
    display: flex;
    justify-content: center; 
    font-size: 22px; 
    font-weight: 300;
  
    margin-top: 20px;
    margin-bottom: 20px;
  }

.t_timage{
    height: clamp(150px, 20vw, 400px);
}









.container_imgs {
    width: clamp(768px, 80vw, 1100px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px;
}

.image-block {
    flex: 1;
    max-width: calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
}


.image-block a {
   text-decoration: none;
}

.image-block a:hover {
    text-decoration: none;
    color: #c3ef6d;
 }


.image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

.image-caption {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #333;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
    
}



.image-block a:hover .image-caption {
    color: #436500;
}


.last_text {
    margin: 0 auto;
    display: flex;
    width: clamp(320px, 80vw, 1000px);
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);  
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 20px;
}





.secondp_contact_grid{

    margin-top: 100px;
    display: grid;
    grid-template-columns: 1.5fr 1fr ;
    grid-template-rows: 1fr;
    gap: 30px;
padding: 60px 0px ;
    align-items: center;
    width: clamp(320px, 80vw, 1000px);
    margin: 0 auto;

}





.legal-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.legal_h2 {
    color: #092300;
    margin-top: 25px;
    font-weight: 600;
}
.legal_p {
    margin-bottom: 15px;
}



@media screen and (max-width: 1400px) {
    .forest-layer {
        background-position: 55% top;
    }
    
    .clouds {
        background-position: 55% top;
    }
}

@media screen and (max-width: 1200px) {
    .forest-layer {
        background-position: 60% top;
    }
    
    .clouds {
        background-position: 60% top;
    }

    .cloudzzz .cloudz {
        max-width: 150%;
    }
}

@media screen and (min-width: 1200px) {
    .content_serv {
        padding: 20px 0px 20px 100px;
    }
}

@media screen and (max-width: 1000px) {
    .footer_grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        width: 90%;
    }
    
    .footer_grid > *:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
    
    .footer_grid > *:nth-child(5) {
        grid-column: 3;
        grid-row: 2;
    }

    .industries {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: clamp(250px, 50vw, 400px) clamp(250px, 50vw, 400px);
        row-gap: 50px;
        column-gap: 30px;
        width: auto;
    }
    
    .industries > *:nth-child(5) {
        display: none;
    }

    .industry_item {
        position: relative;
        width: 100%;
        height: 100%;
        min-width: clamp(150px, 40vw, 350px);
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .ind_contact_grid {
        display: grid;
        margin-top: 60px;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
        gap: 30px;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }

    .ind_text {
        text-align: left;
    }

    .industries_caption {
        border-radius: 20px;
        background-color: #efeff1;
        color: #304302;
        font-weight: 800;
        margin-top: -90px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 900px) {
    .topmenu {
        display: grid;
        grid-template-columns: 1fr 2.2fr;
        grid-template-rows: 1fr;
        padding-right: 10px;
    }

    .logo {
        height: 40px;
    }

    .gridcell_mobmenu {
        display: flex;
        justify-content: right;
        align-items: center;
        padding-right: 25px;
        z-index: 9999;
    }

    .logospace {
        display: flex;
        justify-content: flex-start;
        padding-right: 20px;
        padding-left: 30px;
        align-items: center;
    }

    .disco_buttoon {
        width: 50vw;
        height: 70px;
        margin-top: 200px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 14px;
        cursor: pointer;
        transition: color 0.3s ease, border-color 0.3s ease;
        z-index: 120;
    }

    .maintitle {
        color: #304302;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -2px;
    }

    .secondtitle {
        margin-top: 10px;
        color: #000;
        font-size: 26px;
        font-weight: 300;
        letter-spacing: -1px;
        z-index: 100;
        width: 80%;
        text-align: center;
    }

    .maintext {
        display: flex;
        width: 80%;
        padding: 10px;
        border: 1px solid #30430275;
        border-radius: 14px;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
    }

    .forest-layer {
        background-position: 70% top;
    }
    
    .clouds {
        background-position: 70% top;
    }

    .cloudzzz .cloudz {
        max-width: 200%;
    }
    
    .menuspace {
        font-size: 22px;
    }
    
    .second_grid {
        grid-template-columns: 1fr 3fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "left-col right-col-top"
            "right-col-bottom right-col-bottom";
    }
    
    .left-col {
        display: flex;
        min-height: 100px;
        justify-content: flex-end;
        align-items: center;
    }
    
    .right-col-bottom {
        grid-column: span 2;
        align-items: center;
        top: -27px;
        z-index: 0;
    }

    .secondp_contact_grid {
        margin-top: 100px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px;
        padding: 60px 0px;
        justify-items: center;
        align-items: center;
        width: clamp(320px, 80vw, 1000px);
        margin: 0 auto;
    }
    
    .card.left,
    .card.right {
        flex-direction: column;
    }
    
    .card-content {
        padding: 0 20px;
        text-align: left;
    }

    .card-image-section {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        margin-bottom: 30px;
    }

    .download_grid {
        padding: 30px 30px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        justify-content: center;
        gap: 16px;
        width: clamp(300px, 90vw, 900px)
    }

    .faq-column {
        width: 100%;
    }
    
    .faq-column:last-child .faq-question {
        background: linear-gradient(to left, 
        rgba(114, 114, 114, 0.15) 0%,
            rgba(241, 241, 241, 0) 100%);
    }

    .faq-column:last-child .faq-answer {
        background: linear-gradient(to left, 
            rgba(255, 255, 255, 0.55) 0%, 
            rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 768px) {
    .container_imgs {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    
    .image-block {
        max-width: 100%;
        width: 100%;
    }
    
    .modal {
        width: 95%;
    }
    
    .modal-header,
    .modal-body {
        padding: 20px;
    }
    
    .modal-header h2 {
        font-size: 26px;
    }
    
    .modal-subtitle {
        font-size: 18px;
    }
    
    .messenger-links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .second_grid {
        margin-top: -90px;
    }

    .maintitle_second {
        padding-top: 20px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: -1px;
    }

    .maintitle_second_s {
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .title_page {
        height: 250px;
    }
}

@media screen and (max-width: 800px) {
    [id] {
        scroll-margin-top: 170px;
    }

    .topmenu {
        transition: background-color 0.3s ease;
        background-color: transparent;
    }
  
    .menuspace {
        display: none;
    }
    
    .burger-menu {
        display: block;
        top: 60px;
        right: 30px;
        width: 50px;
        height: 50px;
        z-index: 1000;
    }
    
    .burger-icon {
        margin-top: 6px;
        width: 50px;
        height: 40px;
        background-color: #0e2300;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .burger-icon span {
        display: block;
        width: 28px;
        height: 3px;
        background-color: #fff;
        margin: 3px 0;
        border-radius: 3px;
        transition: all 0.4s ease;
    }
    
    .burger-icon.active {
        background-color: #fff;
    }
    
    .burger-icon.active span {
        background-color: #000;
    }
    
    .burger-icon.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .burger-icon.active span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }
    
    .burger-icon.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    
    .mobile-menu {
        display: flex;
        position: fixed;
        justify-content: center;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #0e2300;
        z-index: 140;
        overflow-y: auto;
        transition: right 0.4s ease;
    }
    
    .mobile-menu.active {
        right: 0;
    }
    
    .mobile-.active {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-menu-content {
        padding: 20px;
        width: 100%;
    }
    
    .mobile-menu-header {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 140px;
        margin-bottom: 20px;
        background: linear-gradient(to bottom, rgba(14, 35, 0, 1) 70%, rgba(14, 35, 0, 0) 100%);
        transition: right 0.4s ease, opacity 0.3s ease;
        opacity: 0;
        z-index: 150;
    }
    
    .mobile-menu.active .mobile-menu-header {
        right: 0;
        opacity: 1;
    }
    
    .mobile-nav {
        padding: 10px 20px 0px 20px;
        margin-top: 120px
    }
    
    .mobile-menu-item {
        margin-bottom: 15px;
    }
    
    .mobile-menu-title {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        padding: 15px 0;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        letter-spacing: -1px;
    }
    
    .mobile-menu-title:not(:has(a))::after {
        content: '+';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 26px;
        transition: transform 0.3s ease;
    }
    
    .mobile-menu-title.active:not(:has(a))::after {
        transform: translateY(-50%) rotate(45deg);
    }
    
    .mobile-menu-title a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    
    .mobile-menu-title a:hover {
        color: #c3ef6d;
    }
    
    .mobile-submenu {
        display: none;
        padding: 5px 0 15px 15px;
    }
    
    .mobile-submenu.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .mobile-category {
        margin-bottom: 20px;
    }
    
    .mobile-category-title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    
    .mobile-icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    
    .mobile-category-title a {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
    }
    
    .mobile-category-title a:hover {
        color: #c3ef6d;
    }
    
    .mobile-subcategory-list {
        margin-left: 40px;
        color: #aaa;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 0;
        display: block;
        line-height: 1.4;
    }
    
    .mobile-subcategory-list a {
        color: #aaa;
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 0;
        display: block;
    }
    
    .mobile-subcategory-list a:hover {
        color: #c3ef6d;
    }
}

@media screen and (max-width: 700px) {
    .footer_grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        width: 80vw;
        font-size: 22px;
    }
    
    .footer_grid > *:nth-child(4),
    .footer_grid > *:nth-child(5) {
        grid-column: 1;
        grid-row: auto;
    }

    .footer_tg {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        height: 60px;
    }
    
    .footer_tg a {
        padding: 0px;
        padding-left: 10px;
    }

    .footer_wrap {
        display: flex;
        justify-content: center;
        width: 100vw;
        height: 100%;
        background-image: url('img/mob_back.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .footer_logo {
        align-items: center;
        margin-top: -40px;
    }

    .footer_img { 
        height: 60px;
        width: auto;
        margin-bottom: 40px;
    }

    .copyright {
        display: none;
    }
    
    .copyright_mob {
        display: flex; 
        font-size: 16px; 
        font-weight: 200;
    }

    .footer_grid a {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: 200;
    }

    .services_caption {
        padding-left: 40px;
        border-radius: 20px;
        background-color: #f7f7f9;
        color: #304302;
        font-size: clamp(20px, 3vw, 30px);
        font-weight: 800;
        margin-top: -40px;
        letter-spacing: -1px;
        width: 100%;
    }

    .industries_caption {
        padding-left: 40px;
        border-radius: 20px;
        background-color: #efeff1;
        color: #304302;
        font-size: clamp(20px, 3vw, 30px);
        font-weight: 800;
        margin-top: -90px;
        margin-bottom: 20px;
        letter-spacing: -1px;
        width: 100%;
    }

    .process_caption {
        padding-left: 40px;
        border-radius: 20px;
        background-color: #fff;
        color: #304302;
        font-size: clamp(20px, 3vw, 30px);
        font-weight: 800;
        margin-top: -40px;
        letter-spacing: -1px;
        z-index: 10;
        width: 100%;
        margin-bottom: -20px;
    }

    .download_caption {
        padding: 40px;
        text-align: left;
        border-radius: 20px;
        background-color: #efeff1;
        color: #304302;
        font-size: clamp(20px, 3vw, 30px);
        font-weight: 800;
        margin-top: -50px;
        margin-bottom: 0px;
        letter-spacing: -1px;
        width: 100%;
    }

    .mainwrap_botoom {
        margin-bottom: 50px;
        margin-top: 0px;
    }

    .forest-layer {
        display: flex;
        position: relative;
        height: 1000px;
        flex-direction: column;
        justify-content: flex-end;
    }

    .mainwrap {
        margin-top: 250px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 50vh;
        flex-direction: column;
    }

    .disco_buttoon {
        width: 90vw;
        margin-top: 150px;
    }

    .logo {
        height: 50px;
    }

    .maintitle {
        font-size: 30px;
    }

    .forest-layer {
        background-position: 65% top;
    }
}

@media screen and (max-width: 500px) {
    .forest-layer {
        background-position: 73% top;
    }

    .cloudzzz .cloudz {
        max-width: 300%;
    }
}