:root {
  --main-color: #0087cf;
  --secondary: #f7f5f5;
  --tertiary: #b9b9b9;
}

@media screen and (max-width: 768px) {
  .icons_section figure {
    width: 50%;
    margin: auto;
    text-align: center;
  }

  .icons_section figcaption {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color);
  }

  .atuu img {
    width: 80%;
    margin: auto;
    text-align: center;
  }

  .atuu figcaption {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color);
  }

  .atuu figure {
    text-align: center;
  }

  .eficienta h3 {
    font-size: 22px;
    color: var(--main-color);
  }

  .eficient p {
    font-size: 16px;
  }

  .aparate h3 {
    font-size: 22px;
    color: var(--main-color);
  }

  .eficienta h3 {
    margin-top: 10px;
  }

  button.small-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
  }

  button.big-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
  }

  .afisare_aparate .chip {
    width: 48%;
  }

  .row-icons-ecovent img {
    width: auto;
    height: 30px;
  }

  .eficienta .col-md-6 {
    padding: 0px;
    margin: 0px;
  }

  .row-eficienta {
    padding: 20px;
  }

  .slider-instalare .owl-stage-outer {
    overflow: initial !important;
  }
}

/* min widrth */
@media screen and (min-width: 768px) {
  .slider-instalare .owl-stage-outer {
    overflow: initial !important;
  }

  .row-icons-ecovent img {
    width: auto;
    height: 50px;
    padding-right: 5px;
  }

  .icons_section figure {
    width: 30%;
    margin: auto;
    text-align: center;
  }

  .icons_section figcaption {
    font-size: 28px;
    font-weight: 600;
    color: var(--main-color);
  }

  .atuu img {
    width: 30%;
    margin: auto;
    text-align: center;
  }

  .atuu figcaption {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color);
  }

  .atuu figure {
    text-align: center;
  }

  .eficienta h3 {
    font-size: 22px;
    color: var(--main-color);
  }

  .eficient p {
    font-size: 16px;
  }

  .aparate h3 {
    font-size: 22px;
    color: var(--main-color);
  }

  button.small-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
  }

  button.big-button {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
  }

  .afisare_aparate .chip {
    width: 23%;
  }
}

.noua_generatie h2,
.atuu h2,
.aparate h2,
.specificatii h2,
.instalare h2,
.eficienta h2,
.afisare_aparate h2 {
  color: var(--main-color);
}

.slider-aparate .owl-nav {
  display: block !important;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}

.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-btn {
  position: absolute;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  left: 10px;
}

.owl-carousel .next-slide {
  right: 10px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}
.owl-carousel .prev-slide img,
.owl-carousel .next-slide img {
  width: 40px;
  height: 40px;
}

.save-product {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px !important;
  background-color: #f7f5f5;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
  z-index: 999;
}

.specificatii table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.specificatii table td {
  width: 33%;
  text-align: center;
}

.specificatii table thead {
  background-color: var(--secondary);
  text-align: center;
  font-weight: bold;
}

.heading-table {
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 0px;
}

.card-btu {
  border-top: 2px solid var(--secondary);
}

.slider-instalare .owl-item {
  padding: 20px;
  border: 2px solid var(--secondary);
}

.slider-instalare {
  padding: 0px 50px;
}

.instalare .product-image {
  height: 170px;
  width: auto !important;
}

.accordion-toggle:after {
  /* image from file*/
  content: url("./images/arrow-up.png");
  transform: scale(0.3);
  float: right;
  margin-left: 5px;
}
.accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url("./images/arrow-down.png");
  float: right;
  margin-left: 5px;
}

.btu-acc {
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 99999;
  padding: 10px 20px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--tertiary);
}

.specificatii table td {
  padding: 5px;
  font-size: 14px;
}

/*  */

.row-icons-ecovent figcaption {
  display: inline;
}

.afisare_aparate .chip {
  padding: 10px 20px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid var(--tertiary);
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

.afisare_aparate .d-flex {
  gap: 10px;
}

.ecovent-logo {
  width: 30%;
  margin-bottom: 40px;
}

.afisare_aparate .select-image-col img {
  cursor: pointer;
}

main {
  overflow-x: hidden;
}

.aparat-dynamic {
  padding: 10px;
  border: 2px solid var(--tertiary);
  border-radius: 10px;
  margin: 0 10px;
  flex-basis: calc(50% - 20px);
}
