main {
  background-color: var(--background);
  color: var(--white);
  position: relative;
}

.navbarRest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 29px;
  border-bottom: 0.5px solid #626262;
  background-color: var(--background);
  padding-right: 38px;
  padding-left: 40px;
  padding-top: 45px;
}

.body_section {
  background-color: var(--background);
  position: relative;
  padding-top: 50px;
  padding: 50px 245px 0;
  color: var(--white);
  /* max-width: 1430px; */
  min-height: 500px;
  margin: 0 auto;
}
.productsdetails_rightside .title{
  font-size: 30px;
}

/* Topside */
.productsdetails_topside {
  /* width: 1430px; */
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 47px;
}

/* Topside - left */
.productsdetails_leftside {
  width: 835px;
  border: 1px solid var(--footerText);
  height: 753px;
  padding: 30px 30px 0px 30px;
}

.productdetails_leftside_image {
  width: 100%;
  height: 565px;
  object-fit: contain;
  margin-bottom: 30px;
  background-color: white;
}
.productsdetails_leftside{
  width: 50%;
}
.productsdetails_rightside{
  width: 45%;
}

.productdetails_leftside_swiper_image {
  width: 206px;
  height: 127px;
  object-fit: contain;
  background: white;
  /* margin-right: 30px; */
  cursor: pointer;
}

/* Topside - right */
.second_description {
  margin-top: 40px;
}

.intro_button {
  color: var(--white);
  width: 202px;
  height: 50px;
  border-radius: var(--borderRadiusButtons);
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 40px;
}

.intro_button:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

/* -----------------Drop downs----------------- */
.dropdown_container {
  margin-top: 41px;
  /* margin-bottom: 73px; */
  padding-bottom: 73px;
  z-index: 9999;
  position: relative;
}
.dropdown_option_description a{
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}

.dropdown_option_description a:hover{
  filter: invert(32%) sepia(97%) saturate(5086%) hue-rotate(341deg) brightness(86%) contrast(124%);
  -webkit-filter: invert(32%) sepia(97%) saturate(5086%) hue-rotate(341deg) brightness(86%) contrast(124%);
}
.dropdown_title {
  max-width: 1330px;
  font-family: "Roboto", "sans-serif";
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 50px;
}

.dropdown_option_container {
  border-bottom: 0.5px solid var(--footerBreakLine);
  transition: 0.3s;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.dropdown_title_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.dropdown_option_title {
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.dropdown_option_description {
  margin-top: 25px;
  width: 100%;
  font-weight: 300;
}

.plus {
  display: flex;
}

.dropdown_content {
  display: none;
}

div.dropdown_options > div.one {
  border-top: 0.5px solid #626262;
}

.dropdown_button_container {
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --1-- */
/* #ch {
  display: none;
}

#ch:checked ~ .dropdown_content {
  display: block;
}

#ch:checked ~ .plus {
  display: none;
} */
/* --2-- */
/* #detalii_tehnice {
  display: none;
}

#detalii_tehnice:checked ~ .dropdown_content {
  display: block;
}

#detalii_tehnice:checked ~ .plus {
  display: none;
} */
/* --3-- */
/* #produse_conexe {
  display: none;
}

#produse_conexe:checked ~ .dropdown_content {
  display: block;
}

#produse_conexe:checked ~ .plus {
  display: none;
} */
/* --4-- */
/* #brosura_tehnica {
  display: none;
}

#brosura_tehnica:checked ~ .dropdown_content {
  display: block;
}

#brosura_tehnica:checked ~ .plus {
  display: none;
} */

.smalldescription_productsdetails, .smalldescription_productsdetails > *, .smalldescription_productsdetails > * > *, .smalldescription_productsdetails * {
  max-width: 548px !important;
  font-family: "Jost", "sans-serif" !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 300 !important;
  color: white !important;
}
.productsdetails_leftside.productNoThumbs{
  height: 100%;
}
.productsdetails_leftside {
  height: 620px;
}
.productdetails_leftside_image {
  height: 400px;
}
.productsdetails_rightside .title {
  line-height: 40px;
}
@media only screen and (max-width: 1800px){
  .body_section {
      padding: 17px 11% 0;
      margin: 0 auto;
  }
  }
@media only screen and (max-width: 1500px){
  .body_section {
      padding: 17px 12% 0;
  }
  .productdetails_leftside_image {
      height: 400px;
  }
  .productsdetails_leftside {
    height: 620px;
  }
  .productsdetails_rightside .title {
      line-height: 35px;
  }
  }
@media only screen and (max-width: 1200px) {
  .body_section {
    padding: 40px 25px 0;
  }

  .productsdetails_topside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 47px;
    flex-direction: column;
  }
  .productdetails_leftside_image {
    height: 565px;
}
.productsdetails_leftside {
  height: 550px;
}
}
@media only screen and (max-width: 1200px) {
  .productsdetails_leftside {
    width: 100%;
    padding-inline: 0;
    border: none;
    padding-top: 0px;
  }
  .productdetails_leftside_image {
      height: 400px;
  }
}

@media only screen and (max-width: 900px) {
  .productdetails_leftside_swiper_image {
    height: 81px;
    max-height: 100px;
    margin-right: 10px !important;
  }
  .productsdetails_rightside a{
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .productdetails_leftside_swiper_image {
    height: 61px;
    max-height: 68px;
    margin-right: 10px !important;
  }
  .productsdetails_leftside {
    height: 500px;
    }
    
  .productdetails_leftside_image {
        margin-bottom: -15px;
  }
}
@media only screen and (max-width: 1200px) {
  .productsdetails_rightside {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
  }

  .second_description {
    width: 100%;
  }
}
@media only screen and (max-width: 910px){
  .productsdetails_rightside .title {
    font-size: 24px;
    line-height: 35px;
}
}
@media only screen and (max-width: 900px) {
  .intro_button {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .smalldescription_productsdetails {
    max-width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  .smalldescription_productsdetails {
    max-width: 100%;
  }
}


