* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
html {  
    scroll-behavior: smooth;  
}

/* font */
@font-face {
    font-family: 'MyFont';
    src: url('Fonts/CircularStd-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MyFont';
    src: url('Fonts/CircularStd-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MyFont';
    src: url('Fonts/CircularStd-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

/* body */

body {
    font-family: 'MyFont', sans-serif;
    font-weight: 400; /* Regular */
}

.home_page {
  background-color: #F3F4F5;
}

.header_wrapper_hero {
    padding-left: 40px;
    padding-right: 40px;
  }

.header_wrapper_blue {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #2367B0;
}
  
  .container_header_hero {
    /*border-bottom: 1px solid #d9d9d9;*/
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container_header_category {
    border-bottom: 1px solid #A7C2DF;
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin_text_up_prezentare{
    padding-top: 10px;
  }

  .img_header {
    width: 100%;
  }

  .menu_img_header {
    width: 100%;
  }
  
  .header_box_left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .logo_header_box {
    max-width: 172px;
  }
  
  .links_wrapper_left_header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
    font-weight: 500;
  }
  
  .link_header {
    color: #09111a;
    font-size: 15.5px;
    text-decoration: none;
    transition: all .2s;
  }
  
  .link_header:hover {
    color: #3e75b0;
  }

  .link_header_white {
    color: white;
    font-size: 15.5px;
    text-decoration: none;
    transition: all .2s;
  }

  .link_header_white:hover {
    opacity: 0.7;
  }
  
  .header_right_box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .button_header_login {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    color: #fff;
    background-color: #3e75b0;
    border-radius: 8px;
    padding: 11px 22px;
    font-size: 15.5px;
    text-decoration: none;
    transition: all .2s ease;
    display: flex;
    font-weight: 500;
  }
  
  .button_header_login:hover {
    background-color: #2367b0; 
  }

  .button_header_login_white {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    color: #fff;
    background-color: #6C99CA;
    border-radius: 8px;
    padding: 11px 22px;
    font-size: 15.5px;
    text-decoration: none;
    transition: all .2s ease;
    display: flex;
    font-weight: 500;
  }

  .button_header_login_white:hover {
    background-color: #09111A; 
  }

  .page_wrapper {
    overflow: clip;
  }
  
  .link_contact_header {
    color: #3e75b0;
    font-size: 15.5px;
    text-decoration: none;
    transition: all .2s;
    font-weight: 500;
  }
  
  .link_contact_header:hover {
    color: #09111a;
  }

  .link_contact_header_white {
    color: white;
    font-size: 15.5px;
    text-decoration: none;
    transition: all .2s;
    font-weight: 500;
  }

  .link_contact_header_white:hover {
    opacity: 0.7;
  }
  
  .menu_header, .menu_mobile_header {
    display: none;
  }

  .menu_mobile_header {
    z-index: 100;
  }

  .section_hero_home_page {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 100px;
    padding-top: 45px;
  }

  .section_hero_home_page.home {
    padding-top: 0px;
  }

  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .container_home_products{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }

  .headline_small {
    font-size: 16.5px;
    margin-bottom: 15px;
    line-height: 23px;
    text-transform: uppercase;
    color: rgba(60, 72, 86, 0.55);
    font-weight: 400;

  }
  .hero_text_wrapper {
    display: flex;
    flex-flow: column;
    gap: 8px; 
    margin-top: 7px;
  }

  .text_hero {
    color: #3C4856;
    font-size: 20px;
    line-height: 28px; 
  }

  .hero_grid_content {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: flex-end;
  }

  .hero_grid_content.contact {
    justify-content: flex-start;
  }

  /*headline hero*/
  .hero_headline {
    font-size: 65px;
    line-height: 82px;
    font-weight: 600;
    color: #09111A;
    padding: 11px 25px;
    background-color: #E2E7ED;
    margin-top: 30px;
    margin-left: 80px;
    border-radius: 10px;
    align-self: start;
    font-weight: 600;
}

.span_hero {
    color: #3E75B0;
    font-style: normal;
    font-weight: 600;
}

.cursor {
    display: inline-block;
    width: 2px;
    height: 54px;
    background-color: #3E75B0;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.hero_grid_images {
  position: relative;
}

.hero_grid_images.contact {
  border-radius: 15px;
  overflow: hidden;
}

.headline_section {
  font-weight: 600;
  font-size: 45px;
  line-height: 57px;
  color: #122233;
}

.section_home_products {
  padding-left: 40px;
  padding-right: 40px;
}

.produse_tab_wrapper {
  background-color: rgb(62, 117, 176, 0.05);
  border: 1px solid #3e75b059;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: 387px;
  padding: 11px;
  display: flex;
  font-weight: 500;
  gap: 11px;
}


.tab_switcher {
  color: #fff;
  background-color: #3E75B0;
  border-radius: 20px;
  padding: 5px 18px;
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
}

.tab_switcher:hover {
  opacity: .8;
}


.tab_switcher_products {
  color: #fff;
  background-color: #3E75B0;
  border-radius: 20px;
  padding: 5px 18px;
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
}

.tab_switcher_products:hover {
  opacity: .8;
}

.tab_switcher_inactiv {
  color: #09111A;
  background-color: #C9C9C9;
  border-radius: 20px;
  padding: 5px 18px;
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
}

.tab_switcher_inactiv:hover {
  background-color: #b3b1b1;
}

.flex_products_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 1;
}

.grid_home_products {
  margin-top: 30px;
  grid-column-gap: 70px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}


.image_product_home {
  width: 100%;
  border-radius: 15px;
  transition: all 0.23s ease;
}


.flex_home_products {
  display: flex;
  flex-flow: column;
  gap: 70px;
}

.product_wrapper_home {
  text-decoration: none;
  color: rgba(18, 34, 51, 0.65);
  font-size: 20px;
  line-height: 30px;
  transition: all .2s;
  overflow: clip;
  border-radius: 20px;
  background-color: #E4EAEF;
  padding: 20px;
}

.headline_product_wrapper {
  font-size: 33px;
  line-height: 39px;
  color: #122233;
  margin-top: 22px;
  margin-bottom: 13px;
}

.products_button_wrapper {
  width: 100%;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_section {
  border-radius: 7px;
  background-color: #3E75B0;
  font-size: 17.5px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 27px;
  color: white;
  transition: all .2s ease;
}

.button_section:hover {
  background-color: #2367b0;
}

.section {
  padding: 100px 40px;
}

.flex_other_projects {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.with_space {
  margin-bottom: 50px;
}

.other_project_wrapper {
  display: flex;
  padding: 25px 20px;
  background-color: white;
  gap: 20px;
  border-radius: 20px;
  flex: 1;
}

.other_project_content_box {
  height: 100%;
  display: flex;
  flex-flow: column;
  gap: 20px;
  color: #3C4856;
  font-size: 14px;
  line-height: 20px;
}

.other_project_link_box {
  display: flex;
  gap: 5px;
  text-decoration: none;
  color: #3E75B0;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s ease;
}

.other_project_link_box:hover {
  opacity: .8;
}

.headline_other_project {
  font-size: 24px;
  line-height: 30px;
  color: #122233;
  margin-bottom: 10px;
}

.link_icon {
  width: 22px;
}

.max_width {
  max-width: 352px;
}

.section_numbers_home {
  color: #09111A;
  background-color: #E2E7ED;
  padding: 80px 40px;
}

.container_numbers {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flex_numbers_wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex_box_numbers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #09111A;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 273px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.counter-text {
  color: #3e75b0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  display: inline-flex;
}


.grid_testimonials_home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 350px) auto;
  grid-auto-columns: 1fr;
  min-height: 400px;
  display: grid;
}

.box_first_testimonial {
  color: #fff;
  background-color: #3e75b0;
  background-image: url('Imagini/img_testimonials.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 17px;
  height: 100%;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 45px;
  font-weight: 500;
  line-height: 57px;
}

.box_grid_content {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 17px;
  flex-flow: column;
  padding: 30px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sectiune_testimonails {
  background-color: #f3f4f5;
  padding: 100px 40px;
}

.content_testimonials_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #1d2226;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  font-size: 25px;
  line-height: 31px;
  display: none;
}

.testimonial_client_box {
  color: #3c4856;
  max-width: 80%;
  font-size: 16.5px;
  line-height: 21px;
}

.testimonial_author_name {
  color: #3e75b0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 21px;
}

.testimonial_next_arrow {
  cursor: pointer;
}

.testimonials_box_arrows {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.simbol_text_counter {
  color: #3e75b0;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  display: inline-flex;
}

.section-footer {
  color: #fff;
  background-color: #09111a;
  padding: 100px 40px 40px;
}

.flex_top_footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_first_box {
  flex: 1;
  max-width: 280px;
}

.footer_grid_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 373px;
  display: grid;
}

.grid_footer_box {
  flex-flow: column;
  display: flex;
}

.heading {
  color: #6B7684;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.link-footer {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.image_footer {
  width: 100%;
}

.image_hero_wrapper {
  width: 100%;
  min-height: 695px;
  border-radius: 15px;
  background-image: url(img-hero.jpeg);
  background-position: 50%;
  background-size: cover;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.headline1_hero {
  padding: 14px 22px;
  display: flex;
  gap: 14px;
  background-color: #09111A;
  color: white;
  align-self: start;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
  border-radius: 10px;
}


.hero_text_box {
  align-self: end;
  max-width: 541px;
  width: 100%;
  padding: 30px;
  background-color: rgba(9, 17, 26, 0.6);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #BABCBF;
  font-size: 20px;
  line-height: 28px;
}

.text_bold_hero {
  margin-bottom: 15px;
  color: white;
  font-size: 23px;
  line-height: 28px;
}

.hero_headline_box {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;

}

.footer_line {
  background-color: #09111a;
  width: 70%;
  margin-top: 21px;
  padding-top: 1px;
}

.bottom_footer_box {
  color: #ffffffb3;
  border-top: 1px solid #a0acbd;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 22px;
  font-size: 13px;
  display: flex;
}

.span_footer_name {
  color: #fff;
  font-weight: 500;
}

.link_footer_logo {
  width: 100%;
  transition: all .2s;
}

.link_footer_logo:hover {
  opacity: .7;
}

.section_hero_category {
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 70px;
  padding-bottom: 110px;
  background-color: #2367B0;
  color: white;
}

.max_width_hero_products {
  max-width: 1079px;
  font-size: 25px;
  line-height: 36px;
}

.headline_hero_category_page {
  font-size: 65px;
  line-height: 82px;
  font-weight: 600;
  margin-bottom: 15px;
}

.category_switcher_products {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.grid_products_category {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 30px;
}

.box_product_category {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #F3F5F9;
  border-radius: 17px;
  color: #68717B;
  font-size: 16px;
  line-height: 20px;
  transition: background-color 0.2s ease;
  text-decoration: none;
  display: flex;
  flex-flow: column;
}

.box_product_category:hover {
  background-color: #EAECF0;
}

.headline_products_category {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #122233;
  margin-top: 18px;
  margin-bottom: 8px;
}

.category_product_button_box {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  color: #3E75B0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.img_arrow_product_category {
  width: 7px;
  margin-bottom: 1px;
}

.img_product_category {
  width: 100%;
  border-radius: 13px;
  border: 1px solid #DFDFDF;
}

.section_nopadding_up {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}

.container_with_line {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  border-top: 1px solid #A0ACBD;
}

.container_header_hero.withline {
  border-bottom: 1px solid #D9D9D9;
}

.section.product_page {
  padding-top: 55px;
  padding-bottom: 0px;
}

.grid_in2 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.img_hero_products_page {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.02);
  border: 1px solid #EBEBEB;
}

.box_content_product_page {
  padding-top: 10px;
}

.headline_products_page {
  color: #1D2226;
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
}

.headline_small_product_page {
  color: #3E75B0;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.box_benefits_products {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 20px;
}

.flex_benefits_product_page {
  display: flex;
  gap: 10px;
  align-items: center;  
  color: #455363;
  font-size: 18px;
  line-height: 20px;
}

.ok_img_product_page {
  width: 20px;
}

.cta_wrapper_product_page {
  width: 100%;
  background-color: #3E75B0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  border-radius: 13px;
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.contact_button_product_page {
  background-color: white;
  padding: 12px 17px;
  border-radius: 7px;
  color: #3E75B0;
  text-decoration: none;
  font-size: 17.5px;
  line-height: 22px;
  font-weight: 600;
  transition: 0.2s all ease;
}

.contact_button_product_page:hover {
  opacity: .8;
}

.tab_wrapper_product_page {
  width: 100%;
  border-bottom: 2px solid #AEB3B8;
  display: flex;
  padding-top: 20px;
}



.tab_button_product_page {
  padding-bottom: 10px;
  padding-left: 27px;
  padding-right: 27px;
  border-bottom: 2px solid #3E75B0;
  color: #3E75B0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  flex-grow: 0;
  margin-bottom: -2px;
  cursor: pointer;
  transition: 0.2s all ease;
}

.tab_button_product_page:hover {
  opacity: 0.8;
}

#prezenatre_tab_product_page {
  padding-top: 80px;
}

#tab_in2_prezenatre_box {
  padding-top: 80px;
}

.tab_prezentare_box_text {
  max-width: 1070px;
  color: #455363;
  font-size: 25px;
  line-height: 36px;
  margin-top: 29px;
}

.flex_tab_prezentare-gallery {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 100px;
}
.image_wrapper_tab_prezentare {
  padding: 24px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-radius: 20px;
  background-color: white;
  align-items: center;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.02);
}

.grid_clild_text-wrapper {
  padding-left: 30px;
  color: #455363;
  font-size: 20px;
  line-height: 30px;
}

.headline_grid_content_box {
  color: #122233;
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 12px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.02);
}

.body_product_page {
  background-color: #F7F7F7;
}

.img_product_page_grid {
  width: 100%;
  border-radius: 20px;
}

.button-cta_Box_product_page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

#specificatii_tab_product_page {
  padding-top: 40px;
}
.spcificatii_wrapper_product_page {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #AEB3B8;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.headline_box_specificatii {
  font-size: 27px;
  line-height: 34px;
  font-weight: 600;
  color: #122233;
  max-width: 370px;
  flex: 1;
}

.specificatii_content_box_flex {
  max-width: 770px;
  flex: 1;
}

.list_specificatii_product_page {
  font-size: 20px;
  line-height: 27px;
  color: #122233;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.spcificatii_wrapper_product_page.last {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.button_fisa_tehnica {
  padding: 16px 22px;
  border: 1px solid #3E75B0;
  border-radius: 10px;
  color: #3E75B0;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
  display: flex;  
  align-items: center;
  vertical-align: middle;
  flex: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  transition: 0.2s all ease;
}

.button_fisa_tehnica:hover {
  background-color: #DBE3EC;
}

.button_flex_box {
  display: flex;
}

.gallery_media_wrapper {
  columns: 3;
  gap: 30px;
}

.image_gallery_product_page { 
  width: 100%;
  border-radius: 5px;
  margin-bottom: 25px;
}

.section.terms {
  background-color: #F2F2F2;
}

.header_wrapper_hero.terms {
  background-color: #F2F2F2;
}

.centered {
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.headline_terms {
  font-style: normal;
  font-size: 60px;
}

.container_terms {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
}

.headline_text_terms {
  font-size: 23px;
  line-height: 27px;
  margin-top: 35px;
  color: #122233;
}

.text_terms_page {
  font-size: 18px;
  line-height: 23px;
  color: #455363;
  margin-top: 9px;
}

.text_terms_page.first {
  margin-top: 0px;
}

.link_text_terms {
  color: #3E75B0;
  transition: 0.2s all ease;
}

.link_text_terms:hover {
  color: #2367B0;
}

.list_terms {
  color: #455363;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text_terms_list {
  margin-top: 9px;
}

.list_item_terms {
  margin-top: 9px;
}

.announcement_wrapper_product_page {
  padding: 25px;
  border-radius: 20px;
  background-color: #FEF8D3;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 21px;
  color: #777777;
  margin-top: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.01);
}

.cart_content_wrapper {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
  justify-content: space-between;
}

.grid_other_category {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.other_category_box_product {
  background-color: #EFF1F5;
  border-radius: 20px;
  padding: 35px;
  color: #09111A;
  font-size: 20px;
  line-height: 29px;
}

.img_icon_box_other_projects {
  height: 84px;
}

.headline_box_other_project {
  margin-top: 15px;
  margin-bottom: 15px; 
  font-size: 45px;
  line-height: 57px;
  font-weight: 600;
}

.other_projects_box_btn {
  color: #3E75B0;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 21px;
  transition: 0.2s all ease;
}

.other_projects_box_btn:hover {
  opacity: 0.7;
}

.specificatii_prezentare_list {
  margin-top: 12px;
}

.mergin_prezentare_up {
  margin-top: 12px;
}

.spacer_media_tab {
  padding-top: 65px;
}

.numbers_list_prezentare {
  padding-left: 40px;
}

.grid_hero_home_page {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr;
  gap: 30px;   
}

.headline_about {
  color: #1D2226;
  font-size: 70px;
  line-height: 89px;
}

.hero_image_about {
  width: 100%;
}

.section.no_vertical_padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.line_about {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: #A0ACBD 1px solid;
}

.text_about_page {
  color: #122233;
  font-size: 30px;
  line-height: 43px;
}

.text_about_page.space_up {
  margin-top: 30px;
}

.headline_contact {
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 5px;
}

.grid_contact_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr;
  gap: 50px 30px; 
}

.contact_grid_child_box {
  color: #3C4856;
  font-size: 20px;
  line-height: 28px;
}

.contact_grid_child_box.last {
  grid-column: 2 / span 3;
}

.headline_contact_child_grid {
  font-size: 27px;
  line-height: 34px;
  color: #1D2226;
  margin-bottom: 25px;
}

.link_contact_grid_text {
  color: #3E75B0;
  transition: 0.2s all ease;
  text-decoration: none;
}

.link_contact_grid_text:hover {
  opacity: 0.8;
}

  /* Tablet */
  
  @media screen and (max-width: 991px) {
    .header_wrapper_hero {
      padding-left: 30px;
      padding-right: 30px;
    }

    .header_wrapper_blue {
      padding-left: 30px;
      padding-right: 30px;
    }

    .image_hero_wrapper {
      min-height: 600px;
      padding: 20px;
    }

    .arrow_hero_white {
      width: 38px;
    }

    .headline1_hero {
      font-size: 45px;
      line-height: 57px;
      padding: 12px 20px;
    }


    .section {
      padding: 80px 30px;
    }

    .section.product_page {
      padding-top: 25px;
    }

    .other_project_wrapper {
      flex-flow: column;
    }
    

    .grid_home_products {
      grid-row-gap: 30px;
      margin-top: 25px;
    }

    .flex_home_products {
      gap: 30px;

    }
    
    .headline_product_wrapper {
      margin-top: 14px;
      margin-bottom: 8px;
      font-size: 25px;
      line-height: 29px;
    }

    .container_header_hero {
      padding-top: 19px;
      padding-bottom: 19px;
    }

    .container_header_category {
      padding-top: 19px;
      padding-bottom: 19px;
    }
  
    .header_box_left {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
    }
  
    .logo_header_box {
      max-width: 145px;
    }
  
    .links_wrapper_left_header {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
    }
  
    .link_header {
      font-size: 14.5px;
    }

    .link_header_white {
      font-size: 14.5px;
    }
  
    .header_right_box {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
    }
  
    .image_product_home{
      border-radius: 10px;
    }
    .button_header_login {
      padding: 10px 20px;
      font-size: 14.5px;
    }
  
    .icon_button {
      width: 15px;
    }
  
    .link_contact_header {
      font-size: 14.5px;
    }
    .grid_hero_home_page {
      gap: 20px;
    }
    .hero_text_wrapper {
      margin-top: 4px;
    }
    .hero_headline {
      font-size: 50px;
      line-height: 57px;
      margin-left: 0px;
      padding: 12px 16px;
      margin-top: 20px;
    }

    .hero_text_box {
      font-size: 15px;
      line-height: 21px;
      padding: 20px;
      border-radius: 15px;
    }

    .text_bold_hero {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 10px;
    }

    .text_hero {
      font-size: 18px;
      line-height: 24px;
    }
    .headline_small {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 10px;
    }
    .section_hero_home_page {
      padding-right: 30px;
      padding-left: 30px;
      padding-bottom: 80px;
      padding-top: 30px;
    }
    .section_home_products {
      padding-left: 30px;
      padding-right: 30px;
    }
    .flex_products_header {
      margin-bottom: 25px;
    }
    /*Headline Section Tablet*/
    .headline_section {
      font-size: 40px;
      line-height: 51px;
    }
    
    .product_wrapper_home {
      font-size: 17px;
      line-height: 22px;
      padding: 15px;
      border-radius: 15px;
    }

    .container_home_products{
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .products_button_wrapper{
      margin-top: 55px;
    }

    .button_section {
      font-size: 16px;
      line-height: 20px;
      padding: 14px 24px;
    }

    .flex_other_projects {
      gap: 20px;
    }

    .section_numbers_home {
      padding: 70px 30px;
    }
  
    .grid_testimonials_home {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: auto;
    }
  
    .box_first_testimonial {
      background-image: none;
      background-repeat: repeat;
      background-size: auto;
      padding: 25px;
      font-size: 40px;
      line-height: 51px;
    }
  
    .box_grid_content {
      min-height: 300px;
      padding: 25px 30px;
    }
  
    .sectiune_testimonails {
      padding: 80px 30px;
    }
  
    .content_testimonials_wrapper {
      display: none;
    }
  
    .section-footer {
      padding: 80px 30px 25px;
    }
  
    .bottom_footer_box {
      margin-top: 60px;
      padding-top: 20px;
    }

    .section_hero_category {
      padding-right: 30px;
      padding-left: 30px;
      padding-top: 60px;
      padding-bottom: 80px;
    }

    .max_width_hero_products {
      max-width: 1079px;
      font-size: 22px;
      line-height: 30px;
    }
    
    .headline_hero_category_page {
      font-size: 55px;
      line-height: 70px;
      margin-bottom: 12px;
    }

    .grid_products_category {
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      gap: 20px;
    }
    .section_nopadding_up {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 80px;
    }
    
    .container_with_line {
      padding-top: 80px;
    }

    .grid_in2 {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      gap: 25px;
    }

    .box_content_product_page {
      padding-top: 0px;
    }

    .headline_small_product_page {
      font-size: 17px;
      line-height: 19px;
      margin-bottom: 12px;
    }

    .headline_products_page {
      font-size: 30px;
      line-height: 35px;
    }
    .box_benefits_products {
      gap: 8px;
    }
    .flex_benefits_product_page {
      gap: 8px;
      font-size: 16px;
      line-height: 18px;
    }

    .ok_img_product_page {
      width: 17px;
    }

    .cta_wrapper_product_page {
      margin-top: 19px;
      padding: 13px;
      font-size: 18px;
      line-height: 22px;
    }
    
    .tab_button_product_page {
      font-size: 18px;
      line-height: 22px;
      padding-bottom: 7px;
      padding-left: 22px;
      padding-right: 22px;
    }

    .tab_prezentare_box_text {
      font-size: 21px;
      line-height: 32px;
      margin-top: 12px;
    }

    .flex_tab_prezentare-gallery {
      gap: 20px;
      margin-top: 80px;
    }

    .image_wrapper_tab_prezentare {
      gap: 20px;
      padding: 18px;
      border-radius: 16px;
    }

    .img_product_page_grid {
      border-radius: 12px;
    }

    .grid_clild_text-wrapper {
      padding-left: 0px;
      font-size: 18px;
      line-height: 24px;
    }

    .headline_grid_content_box {
      margin-bottom: 7px;
      font-size: 30px;
      line-height: 40px;
    }

    .button-cta_Box_product_page {
      margin-top: 50px;
    }
    
    .spcificatii_wrapper_product_page {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    #specificatii_tab_product_page {
      padding-top: 20px;
    }

    .headline_box_specificatii {
      max-width: 270px;
      font-size: 23px;
      line-height: 31px;
    }

    .list_specificatii_product_page {
      font-size: 17px;
      line-height: 22px;
      gap: 11px;
    }

    .gallery_media_wrapper {
      columns: 2;
      gap: 20px;
    }
    
    .image_gallery_product_page { 
      width: 100%;
      margin-bottom: 15px;
    }

    .announcement_wrapper_product_page {
      padding: 18px;
      margin-top: 20px;
    }

    .grid_other_category {
      gap: 20px;
    }

    .img_icon_box_other_projects {
      height: 72px;
    }

    .headline_box_other_project {
      margin-top: 12px;
      margin-bottom: 12px; 
      font-size: 35px;
      line-height: 44px;
    }

    .other_category_box_product {
      padding: 30px;
      font-size: 17px;
      line-height: 25px;
    }
    
    .other_projects_box_btn {
      margin-top: 22px;
      font-size: 19px;
      line-height: 19px;
    }

    .container.line_about {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .text_about_page {
      font-size: 22px;
      line-height: 31px;
    }
    
    .text_about_page.space_up {
      margin-top: 20px;
    }
    .headline_contact {
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 2px;
    }

    .grid_contact_items {
      display: grid;
      grid-template-columns: 1fr 1fr; 
      grid-template-rows: auto auto auto;
      gap: 40px 20px; 
    }

    .contact_grid_child_box.last {
      grid-column: auto;
    }
    
  }

 /* Mobile landscape*/

  @media screen and (max-width: 767px) {
    .header_wrapper_hero {
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
    }

    .header_wrapper_blue {
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
    }
  
    .container_header_hero {
      padding-top: 16px;
      padding-bottom: 16px;
    }

    .container_header_category {
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .headline1_hero {
      font-size: 30px;
      line-height: 43px;
      gap: 8px;
      border-radius: 8px;
    }

    .hero_headline {
      font-size: 36px;
      line-height: 43px;
    }

    .hero_text_box {
      max-width: none;
    }

    .arrow_hero_white {
      width: 25px;
    }

    .other_project_wrapper {
      flex-flow: row;
    }
  
    .links_wrapper_left_header, .header_right_box {
      display: none;
    }
  
    .button_header_login {
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    
    .section {
      padding: 70px 20px;
    }
  
    .menu_header {
      width: 20px;
      height: 20px;
      display: block;
      transition: 0.2s all ease;
    }


    .logo_header_box {
        max-width: 120px;
    }
  
    .menu_mobile_header {
      background-color: #fff;
      flex-flow: column;
      width: 100%;
      min-height: 100dvh;
      display: none;
      position: absolute;
      inset: 0% auto auto 0%;
    }
  
    .menu_header_content {
      flex-flow: column;
      flex: 1;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      padding: 60px 20px 20px;
      display: flex;
      position: relative;
    }
  
    .menu_links_wrapper {
      grid-column-gap: 9px;
      grid-row-gap: 9px;
      flex-flow: column;
      display: flex;
    }
  
    .menu_header_buttons {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      border-top: 1px solid #d9d9d9;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding-top: 20px;
      display: flex;
    }
  
    .close_menu_header {
      opacity: .75;
      position: absolute;
      inset: 20px 20px auto auto;
    }
    .grid_hero_home_page {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-row-gap: 38px;
    }
    .section_hero_home_page {
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 70px;
      padding-top: 70px;
    }
    .section_home_products {
      padding-left: 20px;
      padding-right: 20px;
    }
    .cursor {
      height: 40px;
    }
    .link_header {
      font-size: 17px;
      line-height: 23px;
    }

    .link_header_white {
      font-size: 17px;
      line-height: 23px;
    }

    .grid_home_products {
      margin-top: 15px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
    }
    .produse_tab_wrapper {
      padding: 7px 7px;
      max-width: none;
      width: 100%;
      gap: 0;
    }
    .tab_switcher {
      font-size: 15px;
      line-height: 22px;
      padding: 4px 11px;
    }
    .tab_switcher_products {
      font-size: 15px;
      line-height: 22px;
      padding: 4px 11px;
    }
    .tab_switcher_inactiv {
      font-size: 15px;
      line-height: 22px;
      padding: 4px 11px;
    }
    .flex_products_header {
      margin-bottom: 15px;
      flex-flow: column;
      gap: 15px;
    }
    /*Headline Section Tablet*/
    .headline_section {
      font-size: 35px;
      line-height: 44  px;
    }
    .container_home_products{
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .flex_other_projects {
      flex-flow: column;
    }
    .with_space {
      margin-bottom: 35px;
    }

    .section_numbers_home {
      padding: 60px 20px;
    }
  
    .flex_box_numbers {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      font-size: 14px;
      line-height: 18px;
    }
  
    .counter-text {
      font-size: 35px;
      line-height: 40px;
    }
  
    .box_first_testimonial {
      font-size: 35px;
      line-height: 44px;
    }
  
    .sectiune_testimonails {
      padding: 70px 20px;
    }
  
    .content_testimonials_wrapper {
      grid-column-gap: 18px;
      grid-row-gap: 18px;
      font-size: 25px;
      line-height: 31px;
      display: flex;
    }
  
    .simbol_text_counter {
      font-size: 35px;
      line-height: 40px;
    }
  
    .section-footer {
      padding-top: 70px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .flex_top_footer {
      grid-column-gap: 60px;
      grid-row-gap: 60px;
      flex-flow: column;
    }
  
    .footer_grid_wrapper {
      width: 100%;
      max-width: 100%;
    }

    .section_hero_category {
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 70px;
    }

    .max_width_hero_products {
      font-size: 18px;
      line-height: 27px;
    }
    
    .headline_hero_category_page {
      font-size: 42px;
      line-height: 53px;
      margin-bottom: 9px;
    }

    .section_nopadding_up {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 70px;
    }
    
    .container_with_line {
      padding-top: 70px;
    }
    .image_wrapper_tab_prezentare {
      grid-template-columns: 1fr;
    }

    .grid_clild_text-wrapper {
      grid-row: 1;
    }

    .flex_tab_prezentare-gallery {
      margin-top: 70px;
    }

    #prezenatre_tab_product_page {
      padding-top: 70px;
    }

    #tab_in2_prezenatre_box {
      padding-top: 70px;
    }

    .tab_prezentare_box_text {
      font-size: 18px;
      line-height:27px;
      margin-top: 6px;
    }

    .button-cta_Box_product_page {
      margin-top: 40px;
    }

    .spcificatii_wrapper_product_page {
      flex-flow: column;
      gap: 20px;
    }

    .specificatii_content_box_flex {
      padding-left: 17px;
    }

    .tab_wrapper_product_page {
      padding-top: 10px;
    }

    .category_switcher_products {
      flex-flow: column;
      gap: 10px;
    }

    .grid_other_category {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
    }
    
    .specificatii_prezentare_list {
      margin-top: 8px;
    }
    
    .mergin_prezentare_up {
      margin-top: 8px;
    }

    .numbers_list_prezentare {
      padding-left: 30px;
    }

    .spacer_media_tab {
      padding-top: 45px;
    }

    .headline_about {
      font-size: 40px;
      line-height: 50px;
    }

    .container.line_about {
      padding-top: 70px;
      padding-bottom: 70px;
    }

    .text_about_page {
      font-size: 20px;
      line-height: 30px;
    }
    
    .text_about_page.space_up {
      margin-top: 18px;
    }

    .grid_contact_items {
      grid-template-columns: 1fr; 
      grid-template-rows: auto auto auto auto auto auto;
      gap: 60; 
    }

    .headline_contact_child_grid {
      margin-bottom: 15px;
    }

  }

/* Mobile*/

  @media screen and (max-width: 479px) {

    .headline1_hero {
      font-size: 27px;
      line-height: 37px;
      border-radius: 7px;
      padding: 10px 18px;
    }

    .hero_headline {
      font-size: 32px;
      line-height: 30px;
      padding: 10px 18px;
      margin-top: 15px;
      border-radius: 7px;
    }

    .hero_text_box {
      padding: 17px;
      border-radius: 12px;
    }

    .image_hero_wrapper {
      padding: 17px;
      border-radius: 12px;
      min-height: 600px;
      height: 90dvh;
    }

    .cursor {
      height: 35px;
    }
    .text_hero {
      font-size: 17px;
    }
    .hero_text_wrapper {
      margin-top: 9px;
    }
    .headline_small {
      font-size: 15px
    }
    .grid_hero_home_page {
      grid-row-gap: 25px;
    }
    .tab_switcher {
      font-size: 13px;
      line-height: 22px;
      padding: 4px 11px;
    }
    .tab_switcher_products {
      font-size: 13px;
      line-height: 22px;
      padding: 4px 11px;
    }
    .tab_switcher_inactiv {
      font-size: 13px;
      line-height: 22px;
      padding: 4px 11px;
    }
    .grid_home_products {
      grid-row-gap: 20px;
    }
    .other_project_wrapper {
      flex-flow: column;
    }
    .flex_numbers_wrapper {
      grid-column-gap: 35px;
      grid-row-gap: 35px;
      flex-flow: column;
    }
  
    .box_first_testimonial {
      padding: 15px;
    }

    .product_wrapper_home {
      font-size: 16px;
      line-height: 21px;
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 12px;
      padding-bottom: 14px;
      border-radius: 12px;
    }
  
    .flex_home_products {
      gap: 20px;

    }

    .image_product_home{
      border-radius: 7px;
    }

    .box_grid_content {
      padding: 15px;
    }
  
    .content_testimonials_wrapper {
      font-size: 20px;
      line-height: 27px;
    }
  
    .testimonial_client_box {
      font-size: 14.5px;
      line-height: 19px;
    }
  
    .testimonial_author_name {
      margin-top: 6px;
      margin-bottom: 3px;
      font-size: 14.5px;
      line-height: 18px;
    }
  
    .testimonials_box_arrows {
      bottom: 10px;
      right: 10px;
    }
  
    .bottom_footer_box {
      font-size: 14px;
    }

    .products_button_wrapper{
      margin-top: 43px;
    }

    .max_width_hero_products {
      font-size: 17px;
      line-height: 25px;
    }
    
    .headline_hero_category_page {
      font-size: 37px;
      line-height: 47px;
      margin-bottom: 11px;
    }
    .grid_products_category {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      gap: 20px;
    }

    .img_hero_products_page {
      border-radius: 15px;
    }

    .grid_in2 {
      gap: 20px;
    }

    .headline_products_page {
      font-size: 23px;
      line-height: 30px;
    }

    .headline_small_product_page {
      font-size: 14px;
      line-height: 15px;
    }
    .cta_wrapper_product_page {
      flex-flow: column;
      gap: 20px;
      padding: 22px;
    }

    .contact_button_product_page {
      width: 100%;
      max-width: none;
      text-align: center;
    }
    .tab_button_product_page {
      width: 33.33%;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center;
      font-size: 15px;
      line-height: 19px;
      padding-bottom: 4px;
    }

    .grid_clild_text-wrapper {
      font-size: 16px;
      line-height: 22px;
    }

    .headline_grid_content_box {
      margin-bottom: 7px;
      font-size: 24px;
      line-height: 32px;
    }

    .img_product_page_grid {
      border-radius: 10px;
    }

    .gallery_media_wrapper {
      columns: 1;
      gap: 20px;
    }
    
    .image_gallery_product_page { 
      width: 100%;
      margin-bottom: 15px;
    }

    .button_fisa_tehnica {
      padding: 12px 17px;
      border-radius: 7px;
      font-size: 18px;
      line-height: 27px;
      margin-top: 37px;
      margin-bottom: 37px;
    }

    .other_category_box_product {
      padding: 20px;
      font-size: 15.5px;
      line-height: 23px;
      border-radius: 13px;
    }

    .headline_box_other_project {
      font-size: 33px;
      line-height: 40px;
    }

    .img_icon_box_other_projects {
      height: 55px;
    }

    .other_projects_box_btn {
      font-size: 17px;
      line-height: 17px;
      gap: 5px;
    }
  }

