.other-types-of-wooden-windows {
  background-color: #f6f6f6;
  /* .wood-species__title */
  /* .wood-species__slider */
  /* .wood-species__item */
  /* .wood-species__name */
  /* .wood-species__price */
  /* .wood-species__img */
  /* .wood-species__text */
  /* .wood-species__specifications */
  /* .wood-species__specifications-item */
  /* .wood-species__specifications-rating */
  /* .wood-species__specifications-name */
  /* .wood-species__link */
}

.other-types-of-wooden-windows__title {
  line-height: 1.2;
  text-align: center;
  max-width: 10em;
  margin: 0 auto 1.1em;
}

@media (min-width: 768px) {
  .other-types-of-wooden-windows__title {
    max-width: 100%;
    margin-bottom: 0.9em;
  }
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__title {
    margin-bottom: 0.8em;
  }
}

.other-types-of-wooden-windows__slider {
  margin-bottom: 2.3em;
}

.other-types-of-wooden-windows__slider .pagination-box {
  bottom: -2.5em;
}

.other-types-of-wooden-windows__slider .pagination.active {
  background-color: #17a1e3;
}

.other-types-of-wooden-windows__slider .owl-stage-outer {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  border-radius: 0.3em;
}

@media (min-width: 768px) {
  .other-types-of-wooden-windows__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__slider {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.other-types-of-wooden-windows__item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.3em;
  padding: 1.9em 1.05em 1.5em;
}

@media (min-width: 768px) {
  .other-types-of-wooden-windows__item {
    padding: 1.8em 0.9em;
    max-width: 34.2rem;
  }
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__item {
    max-width: 38.8rem;
    padding: 2em 1em;
    margin: 0 0.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.other-types-of-wooden-windows__name {
  font-size: 1.8rem;
  margin-bottom: 0.55em;
}

.other-types-of-wooden-windows__price {
  font-size: 1.8rem;
  margin-bottom: 1.3em;
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__price {
    margin-bottom: 1.6em;
  }
}

.other-types-of-wooden-windows__img {
  height: 18.9rem;
  margin-bottom: 1.6em;
}

@media (min-width: 768px) {
  .other-types-of-wooden-windows__img {
    height: 19rem;
    margin-bottom: 1.4em;
  }
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__img {
    width: 100%;
    height: 24.5rem;
    margin-bottom: 1.6em;
  }
}

.other-types-of-wooden-windows__text {
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__text {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

.other-types-of-wooden-windows__specifications {
  margin-bottom: 1.6em;
}

@media (min-width: 768px) {
  .other-types-of-wooden-windows__specifications {
    margin-bottom: 2em;
  }
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__specifications {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: auto;
    margin-bottom: 1.2em;
  }
}

.other-types-of-wooden-windows__specifications-item {
  max-width: 5em;
  width: 100%;
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__specifications-item {
    max-width: 5.8em;
  }
}

.other-types-of-wooden-windows__specifications-rating {
  margin-bottom: 0.4em;
}

.other-types-of-wooden-windows__specifications-name {
  font-size: 1.2rem;
}

.other-types-of-wooden-windows__link {
  max-width: 25.8rem;
}

@media (min-width: 1200px) {
  .other-types-of-wooden-windows__link {
    max-width: 30.6rem;
  }
}

.other-types-of-wooden-windows .circle-rating {
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #d0d0d0;
  border-radius: 50%;
}

.other-types-of-wooden-windows .circle-rating--orange {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #F26421;
}
/*# sourceMappingURL=other-types-of-wooden-windows.css.map */