@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url(../dist/assets/fonts/Roboto-Thin.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(../dist/assets/fonts/Roboto-Light.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(../dist/assets/fonts/Roboto-Regular.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url(../dist/assets/fonts/Roboto-Medium.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../dist/assets/fonts/Roboto-Bold.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url(../dist/assets/fonts/Roboto-Black.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Regola Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../dist/assets/fonts/RegolaPro-Regular.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Regola Pro";
  font-style: normal;
  font-weight: 500;
  src: url(../dist/assets/fonts/RegolaPro-Medium.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Regola Pro";
  font-style: normal;
  font-weight: 600;
  src: url(../dist/assets/fonts/RegolaPro-Bold.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Regola Pro";
  font-style: normal;
  font-weight: 700;
  src: url(../dist/assets/fonts/RegolaPro-Bold.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../dist/assets/fonts/OpenSans-Regular.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../dist/assets/fonts/OpenSans-Medium.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../dist/assets/fonts/OpenSans-SemiBold.woff) format("woff");
  font-display: swap
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh
}
a {
  color: inherit;
  text-decoration: none
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0
}
button {
  border: none;
  background: 0 0;
  cursor: pointer
}
ul {
  list-style: none
}
img {
  vertical-align: bottom
}
[v-cloak] {
  display: none
}
.proplan-cat,
body {
  background-color: #000
}
.proplan-cat .col-sm-12.outer-container {
  padding: 0
}
.proplan-cat .main-container {
  width: 100%;
  max-width: 100%;
  padding: 0
}
.proplan-cat a:focus,
.proplan-cat a:hover {
  text-decoration: none
}
.proplan-cat .row {
  margin: 0
}
.proplan-cat .breadcrumb,
.proplan-cat .panel-body {
  display: none
}
@media (max-width:991px) {
  .proplan-cat header#navbar {
    height: 49px
  }
}
#proplan-cat {
  font-family: "Open Sans",Roboto,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
#block-proplan-breadcrumb,
#block-proplan-page-title {
  display: none
}
main {
  background-color: #000;
  color: #fff;
  font-family: "Open Sans",Roboto,sans-serif;
  font-weight: 400
}
main sup {
  top: -.5em;
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
.container-cat {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto 16px
}
@media screen and (max-width:1024px) {
  .container-cat {
    padding: 0 32px
  }
}
@media screen and (max-width:574px) {
  .container-cat {
    padding: 0 20px
  }
}
.header .container-cat {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.banner .container-cat {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.cat-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer {
  padding-top: 0
}
.footer__inner {
  padding: 0!important
}
.no-break {
  white-space: nowrap
}
.text-center {
  text-align: center
}
.visible-mobile {
  display: none
}
@media screen and (max-width:767px) {
  .visible-mobile {
    display: block
  }
  .hidden-mobile {
    display: none
  }
}
.visible-tablet {
  display: none
}
@media screen and (max-width:1024px) {
  .visible-tablet {
    display: block
  }
  .hidden-tablet {
    display: none
  }
}
.btn-cat {
  border-radius: 23px;
  width: 127px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0 14px;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(29.48%,#d2a156),color-stop(62.89%,#fcd18a),color-stop(94.63%,#d1a45c),color-stop(121.39%,#b58337));
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 29.48%,#fcd18a 62.89%,#d1a45c 94.63%,#b58337 121.39%);
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px
}
.btn-cat::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(29.48%,#d2a156),color-stop(62.89%,#fcd18a),color-stop(94.63%,#d1a45c),color-stop(121.39%,#b58337));
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 29.48%,#fcd18a 62.89%,#d1a45c 94.63%,#b58337 121.39%);
  opacity: 0;
  z-index: 1;
  -webkit-transition: .25s;
  transition: .25s
}
.btn-cat span {
  position: relative;
  z-index: 2;
  -webkit-transition: .25s;
  transition: .25s
}
.btn-cat:focus,
.btn-cat:hover {
  text-decoration: none;
  color: #000
}
.btn-cat:focus::before,
.btn-cat:hover::before {
  opacity: 1;
  background: #000
}
.btn-cat:focus span,
.btn-cat:hover span {
  color: #ffcd75
}
.banner {
  height: 700px;
  padding-top: 48px;
  background-image: url(../dist/assets/img/banner-bg.png);
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat
}
@media screen and (max-width:767px) {
  .banner {
    height: 800px
  }
}
.banner__image {
  position: absolute;
  bottom: 128px;
  left: 0
}
.banner__icon {
  display: block;
  margin: 0 auto 24px
}
@media screen and (max-width:1024px) {
  .banner {
    padding-top: 20px
  }
  .banner__image {
    width: 210px;
    height: 260px;
    left: 20px;
    bottom: 96px
  }
  .banner__icon {
    margin-bottom: 32px
  }
}
@media screen and (max-width:767px) {
  .banner__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: auto;
    top: 145px;
    width: 200px;
    height: 248px
  }
  .banner__icon {
    height: 107px;
    margin-bottom: 24px
  }
}
.banner__content {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
  position: relative
}
.banner__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #fff;
  letter-spacing: -.01em;
  position: relative;
  padding: 32px 0
}
@media screen and (max-width:1024px) {
  .banner__content {
    max-width: 688px
  }
  .banner__title {
    font-size: 40px;
    margin-bottom: 40px
  }
}
@media screen and (max-width:767px) {
  .banner__content {
    max-width: 335px
  }
  .banner__title {
    font-size: 24px;
    padding: 16px 0;
    margin-bottom: 292px
  }
  .banner__description p br.hidden-mobile {
    display: none!important
  }
}
.banner__title:after,
.banner__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(#ffd475),to(transparent));
  background: linear-gradient(to right,transparent,#ffd475,transparent)
}
.banner__title:after {
  top: auto;
  bottom: 0
}
.banner__description {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #b6b6b6
}
.banner__description p {
  font-size: inherit;
  line-height: inherit;
  margin: 0
}
.banner__description p:not(:last-child) {
  margin-bottom: 16px
}
.banner__description .tooltip {
  width: 14px;
  height: 14px
}
.banner__description .tooltip__icon {
  opacity: .7
}
.banner__scroll {
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 38px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: 2s infinite pulse;
  animation: 2s infinite pulse;
  -webkit-transition: .15s;
  transition: .15s
}
@media screen and (max-width:1024px) {
  .banner__description {
    font-size: 16px;
    max-width: 336px;
    margin: 0 auto;
    line-height: 150%
  }
  .banner__scroll {
    bottom: 48px
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: .5
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: .5
  }
}
.banner__scroll:focus,
.banner__scroll:hover {
  -webkit-animation: none;
  animation: none
}
.banner__scroll:hover {
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 205, 117, .5));
  filter: drop-shadow(0 0 2px rgba(255, 205, 117, .5))
}
.banner__scroll img {
  height: 100%;
  width: auto
}
.benefits {
  margin-top: 120px
}
.benefits__title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 64px;
  line-height: 120%
}
.benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}
.benefits__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  background: -webkit-gradient(linear,left top,left bottom,from(#1d1d1d),color-stop(94.97%,#000));
  background: linear-gradient(180deg,#1d1d1d 0,#000 94.97%);
  border-radius: 15px;
  padding: 55px 0 48px
}
.benefits__item img {
  margin: 0 auto 30px
}
.benefits__item p {
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 500
}
@media screen and (max-width:1024px) {
  .benefits {
    margin-top: 80px
  }
  .benefits__title {
    font-size: 32px;
    margin-bottom: 40px
  }
  .benefits__items {
    gap: 16px
  }
  .benefits__item {
    padding: 48px 0 32px
  }
  .benefits__item p {
    font-size: 16px
  }
}
@media screen and (max-width:767px) {
  .banner__scroll {
    height: 37px;
    bottom: 32px
  }
  .benefits {
    margin-top: 64px
  }
  .benefits__title {
    font-size: 20px;
    margin-bottom: 32px
  }
  .benefits__items {
    display: block
  }
  .benefits__item {
    padding: 32px 0
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 16px
  }
  .benefits__item img {
    width: 80px;
    height: 72px;
    margin-bottom: 24px
  }
  .benefits__item p br.hidden-mobile {
    display: none!important
  }
}
.catalog {
  position: relative;
  margin-top: 64px
}
.catalog__grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: minmax(285px,auto);
  margin-bottom: 24px
}
.catalog-item {
  position: relative;
  border-radius: 15px;
  cursor: default;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  -ms-grid-column-span: 2;
  grid-column: span 2
}
.catalog-item[data-product-types='["sterilised"]'] .catalog-item__img .hidden-tablet {
  width: 400px
}
.catalog-item[data-product-types='["sterilised"]'] .catalog-item__img .hidden-tablet img {
  max-width: 100%
}
.catalog-item[data-product-types='["sterilised"]'] .catalog-item__img .visible-tablet {
  height: 200px
}
.catalog-item[data-product-types='["kitten"]'] .catalog-item__img {
  bottom: 120px
}
@media screen and (max-width:1024px) {
  .catalog {
    margin-top: 48px
  }
  .catalog__grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(390px,auto)
  }
  .catalog-item {
    -ms-grid-row-span: 1!important;
    grid-row: span 1!important;
    -ms-grid-column-span: 1!important;
    grid-column: span 1!important;
    -webkit-transition: height .25s;
    transition: height .25s
  }
  .catalog-item[data-product-types='["kitten"]'] .catalog-item__img {
    bottom: 50px
  }
}
.catalog-item[data-product-types='["kitten"]'] .catalog-item__img .hidden-tablet {
  height: 330px
}
.catalog-item[data-product-types='["kitten"]'] .catalog-item__img .visible-tablet {
  height: 200px
}
.catalog-item_small {
  -ms-grid-column-span: 1;
  grid-column: span 1
}
.catalog-item_big {
  -ms-grid-row-span: 2;
  grid-row: span 2
}
.catalog-item_big .catalog-item__title {
  text-transform: capitalize
}
.catalog-item_light {
  -webkit-box-shadow: 0 0 0 1px #ffcd75;
  box-shadow: 0 0 0 1px #ffcd75
}
.catalog-item_dark {
  opacity: .5;
  pointer-events: none
}
.catalog-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 32px;
  border-radius: 15px;
  background: -webkit-gradient(linear,left top,left bottom,from(#1d1d1d),to(#000));
  background: linear-gradient(180deg,#1d1d1d 0,#000 100%)
}
@media screen and (max-width:767px) {
  .catalog__grid {
    grid-gap: 8px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1,1fr);
    grid-auto-rows: minmax(348px,auto)
  }
  .catalog-item__block {
    padding: 24px
  }
}
.catalog-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 32px
}
@media screen and (max-width:767px) {
  .catalog-item__content {
    padding-bottom: 24px
  }
}
.catalog-item__content_main {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}
@media screen and (max-width:1024px) {
  .catalog-item__content_main {
    position: relative;
    z-index: 2;
    -webkit-transition: none;
    transition: none
  }
  .catalog-item_open .catalog-item__content_main {
    opacity: 0;
    position: absolute!important;
    z-index: 0
  }
}
.catalog-item__content_hidden {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  padding: 64px 32px 32px
}
.catalog-item_dark .catalog-item__content_hidden {
  display: none
}
.catalog-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -.05em;
  white-space: nowrap;
  position: relative;
  z-index: 4
}
@media (min-width:1024px) and (max-width:1250px) {
  .catalog-item__title {
    font-size: 16px
  }
}
@media screen and (max-width:1024px) {
  .catalog-item__content_hidden {
    padding: 0;
    -webkit-transition: none;
    transition: none
  }
  .catalog-item_open .catalog-item__content_hidden {
    opacity: 1;
    position: static
  }
  .catalog-item__title {
    font-size: 20px
  }
}
@media screen and (max-width:767px) {
  .catalog-item__title {
    font-size: 18px
  }
}
.catalog-item:not(.catalog-item_small) .catalog-item__content_main .catalog-item__title {
  max-width: calc(100% - 180px)
}
.catalog-item__title .tooltip {
  z-index: 10;
  margin-left: 0
}
.catalog-item__title .tooltip__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 306px;
  top: 30px;
  left: -50px
}
@media screen and (max-width:1024px) {
  .catalog-item:not(.catalog-item_small) .catalog-item__content_main .catalog-item__title {
    max-width: none
  }
  .catalog-item__title .tooltip__content {
    left: 0
  }
}
.catalog-item__description {
  position: relative;
  padding-top: 8px;
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 130%
}
@media (min-width:1024px) and (max-width:1250px) {
  .catalog-item__description {
    font-size: 14px
  }
}
@media screen and (min-width:1025px) {
  .catalog-item:not(.catalog-item_dark):hover .catalog-item__content_main {
    opacity: 0
  }
  .catalog-item:not(.catalog-item_dark):hover .catalog-item__content_hidden {
    opacity: 1
  }
  .catalog-item__description {
    padding-bottom: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .catalog-item:not(.catalog-item_dark):hover .catalog-item__scroll-container {
    pointer-events: auto
  }
}
.catalog-item:not(.catalog-item_small) .catalog-item__content_main .catalog-item__description {
  max-width: calc(100% - 180px)
}
.catalog-item__content_hidden .catalog-item__description {
  padding-bottom: 8px
}
.catalog-item__description h3 {
  color: #fff;
  margin: 0 0 16px;
  line-height: inherit;
  font-weight: 400;
  font-size: inherit
}
.catalog-item__description ul {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 24px
}
.catalog-item__description ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px
}
.catalog-item__description ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.7)
}
.catalog-item__description ul li .tooltip__icon {
  opacity: .7;
  width: 12px;
  height: 12px
}
@media screen and (max-width:767px) {
  .catalog-item__description {
    font-size: 14px
  }
  .catalog-item__description ul li .tooltip__content {
    top: auto;
    bottom: -40px
  }
}
.catalog-item__description p {
  font-size: inherit;
  line-height: inherit;
  margin: 0
}
.catalog-item__description p:not(:last-child) {
  margin-bottom: 24px
}
.catalog-item__description p small {
  font-size: 12px;
  display: block;
  position: relative;
  padding-left: 20px
}
.catalog-item__description p small:before {
  content: "*";
  position: absolute;
  left: 5px;
  top: 0
}
.catalog-item__scroll-container {
  padding: 8px 20px 8px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll
}
.catalog-item__scroll-container::-webkit-scrollbar {
  width: 3px
}
.catalog-item__scroll-container::-webkit-scrollbar-thumb {
  background: #ffcd75;
  border-radius: 3px
}
.catalog-item__scroll-container * {
  scrollbar-width: thin;
  scrollbar-color: #ffcd75 transparent
}
@media screen and (max-width:1024px) {
  .catalog-item:not(.catalog-item_small) .catalog-item__content_main .catalog-item__description {
    max-width: none
  }
  .catalog-item__scroll-container {
    width: 100%;
    padding-right: 0;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: height .25s;
    transition: height .25s;
    overflow: hidden;
    height: 18px
  }
  .catalog-item_open .catalog-item__scroll-container {
    pointer-events: auto
  }
}
.catalog-item__img {
  position: absolute;
  right: 30px;
  bottom: 8px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.catalog-item_small .catalog-item__img {
  width: 128px;
  height: 140px;
  bottom: 0;
  right: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:1024px) {
  .catalog-item__img {
    right: 0!important;
    left: 0!important;
    height: auto!important;
    width: auto!important;
    bottom: 30px
  }
  .catalog-item_small .catalog-item__img {
    bottom: 30px
  }
}
@media screen and (max-width:767px) {
  .catalog-item__img {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    bottom: 25px
  }
  .catalog-item_small .catalog-item__img {
    bottom: 25px
  }
}
.catalog-item_big .catalog-item__img {
  right: 0;
  left: 0;
  width: auto;
  bottom: 80px
}
.catalog-item__img img {
  width: auto;
  max-width: none
}
.catalog-item__arrow {
  position: relative;
  width: 32px;
  height: 32px;
  margin-top: auto;
  border-radius: 50%;
  z-index: 1
}
.catalog-item__arrow img {
  display: block
}
.catalog-item[data-product-types='["fortiflora"]'] .catalog-item__content_main {
  overflow: hidden
}
.catalog-item[data-product-types='["fortiflora"]'] .catalog-item__content_main:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 444px;
  height: 249px;
  background-image: url(assets/img/fortiflora-bg.png)
}
.catalog-item[data-product-types='["fortiflora"]'] .catalog-item__img {
  bottom: -20px
}
.filters {
  margin-top: 80px
}
.filters__slider {
  overflow: visible!important
}
.filters__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.filters__slider .swiper-slide {
  height: auto;
  cursor: pointer
}
.filters__item {
  background: -webkit-gradient(linear,left top,left bottom,from(#1d1d1d),color-stop(95.79%,#000));
  background: linear-gradient(180deg,#1d1d1d 0,#000 95.79%);
  border-radius: 15px;
  padding: 46px 20px 40px;
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.filters__item_selected {
  background: #000
}
.filters__item-img {
  margin: 0 auto 22px
}
@media screen and (max-width:1024px) {
  .catalog-item_big .catalog-item__img {
    bottom: 50px
  }
  .catalog-item[data-product-types='["fortiflora"]'] .catalog-item__img {
    bottom: 0
  }
  .filters__item {
    padding-top: 32px;
    padding-bottom: 24px
  }
  .filters__item-img {
    width: 82px;
    height: 72px;
    margin-bottom: 16px
  }
}
.filters__item-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 24px
}
.filters__item-icon {
  margin-top: auto
}
.filters__nav {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px
}
@media screen and (max-width:1024px) {
  .filters__item-title {
    font-size: 14px
  }
  .filters__nav {
    margin-top: 24px
  }
}
.filters__pagination {
  position: static!important;
  width: auto!important
}
.filters__pagination .swiper-pagination-bullet {
  background: #4a4a4a;
  opacity: 1
}
.filters__pagination .swiper-pagination-bullet-active {
  background: #ffd475
}
.filters__next,
.filters__prev {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #373737;
  border-radius: 50%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.filters__next._disabled,
.filters__prev._disabled {
  opacity: .3;
  pointer-events: none;
  cursor: default
}
.filters__prev {
  padding-right: 2px
}
.filters__next {
  padding-left: 2px
}
.notes {
  font-size: 12px;
  color: rgba(255,255,255,.7);
  margin-top: 80px;
  margin-bottom: 40px;
  line-height: 160%
}
.notes p {
  margin: 0;
  font-size: inherit;
  line-height: inherit
}
.notes p:not(:last-child) {
  margin-bottom: 32px
}
@media screen and (max-width:767px) {
  .filters__next,
  .filters__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .notes {
    margin-top: 48px;
    margin-bottom: 32px
  }
  .notes p:not(:last-child) {
    margin-bottom: 24px
  }
}