body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', "Ubuntu", Verdana, Arial, Helvetica, sans-serif;
}

.catalogue h1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #3E3E47;
}

.catalogue__content {
  margin: 0 !important;
}

.catalogue__top {
  background-color: #F7F5F5;
  padding: 15px 0;
}
.catalogue__top::before {
  display: none;
}

.catalogue-benefits {
  margin-top: 45px;
  margin-bottom: 45px;
}

.catalogue-benefits__column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalogue-benefits__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.12));
  min-height: 136px;
  text-align: center;
}

.catalogue-benefits__item + .catalogue-benefits__item {
  margin-top: 16px;
}

.catalogue-benefits__icon {
  margin-bottom: 15px;
  text-align: center;
}

.catalogue-benefits__icon svg {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}

.catalogue-benefits__title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.catalogue-benefits__image {
  height: 460px;
  position: relative;
}

.catalogue-benefits__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backface-visibility: hidden;
  background: #a8a8da;
  background: linear-gradient(135deg,#ffffff40 0%,#a8a8da90 100%);
  /* opacity: 0.5; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalogue-benefits__overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.catalogue-benefits__play {
  padding: 11px 23px;
  border-radius: 23px;
  background-color: white;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  font-family: "Ubuntu", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.catalogue-benefits__play > .fa-play {
  margin-right: 10px;
  font-size: 1.6em;
  color: #A7A7D9;
  transition: color .3s ease;
}
.catalogue-benefits__play:hover > .fa-play {
  color: #A083DF;
}

.catalogue-benefits__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.12));
  border-radius: 8px;
}

.catalogue .catalogue__top + .module-html {
  background: #FFFFFF;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);  
}

.catalogue .features__item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalogue .features__item svg {
  height: 40px;
  width: 40px;
}

.catalogue .wf_product_min {
  padding: 0 !important;
  margin-bottom: 30px;
  width: auto !important;
  margin-right: 0 !important;
}

.catalogue .wf_product_min .product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.features__inner {
  margin-left: -10px;
  margin-right: -10px;
}

.features__title {
  text-transform: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #3E3E47;
  letter-spacing: unset;
}

.categories {
  margin-bottom: 10px;
}

.categories__item {
  height: 212px;
  border-radius: 8px;
  margin-right: 0 !important;
}

.categories__caption-text {
  font-weight: 600;
}

.catalogue select.select {
  border-radius: 8px;
}

.catalogue__sort {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.catalogue__sort-limits {
  padding-left: 0;
}

.product__price-old {
  margin-right: 0;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 400;
  float: none;
}

.wf_product_min .product__img {
  height: 200px;
}

.wf_product_min .wf_productpage_add_compare {
  display: none;
}

.catalogue__content-list.row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.catalogue__content-list.row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  float: none;
}

.catalogue__sort-filter {
  display: none;
}

.catalogue__sort-filter > .btn {
  padding: 13px 12px;
  border-radius: 8px;
  width: 130px;
}

.catalogue__sort-filter > .btn > .fa {
  margin-right: 7px;
}

@media (max-width: 479px) {
  .catalogue__sort-filter {
    width: 50%;
    padding-right: 5px;
  }
  .catalogue__sort-filter > .btn {
    width: 100%;
  }
  .catalogue__sort-sorts {
    width: 50%;
    padding-left: 5px;
  }
}

@media (max-width: 567px) {
  .wf_product_min .product__price {
    height: 44px;
  }
  .wf_product_min_btns .products-full-list__btn {
    width: 100%;
  }
  .wf_product_min_btns .products-full-list__btn svg{
    display: none;
  }
  .catalogue-benefits__item {
    min-height: unset;
    padding: 10px 10px;
  }
}
@media (max-width: 991px) {
  .catalogue__content-top {
    padding: 15px 0;
  }
  .catalogue__sort-filter {
    display: block;
  }
  .catalogue__sort-filter > .btn {
    height: 100%;
  }
}

@media (min-width: 568px) {

  .wf_product_min .wf_productpage_add_compare {
    display: block;
  }
  .wf_product_min .product__img {
    height: 266px;
  }

  .catalogue__content-list .row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  
  .catalogue__content-list .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}
@media (min-width: 1200px) {
  .catalogue-benefits__item--right-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
  }
  .catalogue-benefits__item--left-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
  }
}