*,
::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;
  background-color: #000
}
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
}
.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
  }
  #app .swiper {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px
  }
}
.visible-tablet {
  display: none
}
@media screen and (max-width:1023px) {
  .visible-tablet {
    display: block
  }
  .hidden-tablet {
    display: none
  }
}
#block-proplan-page-title {
  display: none
}
main {
  background-color: #000;
  color: #fff;
  font-family: "Open Sans",Roboto,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
main sup {
  top: -.5em;
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
#app {
  background: -webkit-gradient(linear,left top,left bottom,from(#000),color-stop(#0d0d0d),to(#000));
  background: linear-gradient(to bottom,#000,#0d0d0d,#000)
}
#app .swiper-slide {
  height: auto
}
#app .swiper-pagination {
  position: static;
  width: auto
}
#app .swiper-pagination-bullet {
  background: #4a4a4a;
  opacity: 1;
  width: 9px;
  height: 9px
}
#app .swiper-pagination-bullet-active {
  background: #ffd475
}
#app .swiper-button-next,
#app .swiper-button-prev {
  position: static;
  margin: 0;
  width: 32px;
  height: 32px;
  background-color: #373737;
  border-radius: 50%;
  background-repeat: no-repeat
}
#app .swiper-button-next:after,
#app .swiper-button-prev:after {
  display: none
}
#app .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M7.35225 0.823608L2.17578 6.33049L7.35225 11.1765' stroke='%23FFD475' stroke-width='2'/%3E%3C/svg%3E");
  background-position: top 50% left 11px
}
#app .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M1.64775 0.823608L6.82422 6.33049L1.64775 11.1766' stroke='%23FFD475' stroke-width='2'/%3E%3C/svg%3E");
  background-position: top 50% right 11px
}
.limiter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px
}
.breadcrumbs {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width:767px) {
  #app .swiper-wrapper {
    overflow: visible
  }
  .limiter {
    padding: 0 20px
  }
  .breadcrumbs {
    gap: 8px
  }
}
.breadcrumbs svg {
  margin-top: 6px
}
.breadcrumbs span {
  opacity: .5
}
.footer {
  padding-top: 0
}
.footer__inner {
  padding: 0!important
}
.banner {
  height: 527px;
  background-image: url(../dist/assets/img/banner/bg.png);
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 50px;
  position: relative
}
.banner__image {
  position: absolute;
  bottom: calc(72px + (100vw - 1440px)/ 13)
}
@media screen and (max-width:1023px) {
  .banner {
    height: 480px;
    padding-top: 0
  }
  .banner__image {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    bottom: calc(88px + (100vw - 1440px)/ 13)
  }
}
@media screen and (max-width:767px) {
  .banner {
    height: 420px
  }
  .banner__image {
    -webkit-transform: scale(.45);
    -ms-transform: scale(.45);
    transform: scale(.45);
    bottom: calc(93px + (100vw - 1440px)/ 13)
  }
}
.banner__image_cat {
  left: 0
}
.banner__image_dog {
  right: 0
}
.banner__content {
  text-align: center;
  position: relative;
  padding-top: 64px
}
@media screen and (max-width:1023px) {
  .banner__image_cat {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  .banner__image_dog {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
  }
  .banner__content {
    padding-top: 48px
  }
}
[v-cloak] .banner__content {
  display: none
}
.banner__title {
  font-weight: 600;
  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:1280px) {
  .banner__title {
    max-width: 600px;
    margin: 0 auto;
    font-size: 40px
  }
}
.banner__title:after,
.banner__title:before {
  content: "";
  width: 589px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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 p {
  font-size: 28px;
  opacity: .7;
  line-height: 140%;
  margin: 0
}
.benefits {
  margin-top: 120px
}
@media screen and (max-width:1023px) {
  .banner__title {
    margin-bottom: 40px;
    padding: 24px 0;
    line-height: 130%
  }
  .banner__title:after,
  .banner__title:before {
    width: 385px
  }
  .banner p {
    font-size: 24px
  }
  .benefits {
    margin-top: 80px
  }
}
@media screen and (max-width:767px) {
  .banner__title {
    font-size: 24px;
    padding: 16px 0;
    margin-bottom: 24px;
    width: 327px
  }
  .banner__title:after,
  .banner__title:before {
    width: 100%
  }
  .banner p {
    font-size: 16px
  }
  .benefits {
    margin-top: 64px
  }
}
.benefits__title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 32px
}
@media screen and (max-width:1023px) {
  .benefits__title {
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 24px
  }
}
@media screen and (max-width:767px) {
  .benefits__title {
    font-size: 20px;
    margin-bottom: 16px
  }
}
.benefits__title span {
  background: -webkit-gradient(linear,right top,left top,from(#a58032),color-stop(#f9d487),to(#a58032));
  background: linear-gradient(to left,#a58032,#f9d487,#a58032);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.benefits__subtitle {
  font-size: 20px;
  text-align: center;
  opacity: .7;
  margin: 0
}
[v-cloak] .benefits {
  display: none
}
.benefits__content {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.benefits__content img {
  margin-right: 118px
}
@media screen and (max-width:1280px) {
  .benefits__content img {
    margin-right: 40px
  }
}
@media screen and (max-width:1023px) {
  .benefits__content {
    margin-top: 48px;
    display: block
  }
  .benefits__content img {
    margin: 0 auto;
    height: 286px
  }
}
@media screen and (max-width:767px) {
  .benefits__subtitle {
    font-size: 16px
  }
  .benefits__subtitle br {
    display: none
  }
  .benefits__content {
    margin-top: 32px
  }
  .benefits__content img {
    height: 180px
  }
}
.benefits__items {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.benefits__item {
  background: #171717;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  position: relative
}
.benefits__item:not(:last-child) {
  margin-bottom: 24px
}
@media screen and (max-width:1023px) {
  .benefits__items {
    margin-top: 48px
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 16px
  }
}
@media screen and (max-width:767px) {
  .benefits__items {
    margin-top: 32px
  }
  .benefits__item {
    border-radius: 8px
  }
  .benefits__item:not(:last-child) {
    margin-bottom: 8px
  }
}
.benefits__item_active {
  background: linear-gradient(78.19deg,#a36d10 -57.62%,#ffcf66 37.28%,#a36d10 142.45%);
  color: #0d0d0d
}
.benefits__item-title {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  letter-spacing: -.03em;
  padding: 24px 122px 24px 32px;
  cursor: pointer;
  line-height: 130%
}
@media screen and (max-width:1023px) {
  .benefits__item-title {
    font-size: 20px
  }
}
.benefits__item-handle {
  position: absolute;
  top: 24px;
  right: 24px;
  pointer-events: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  background: linear-gradient(79.47deg,#a36d10 -52.78%,#ffcf66 33.94%,#a36d10 130.04%)
}
.benefits__item_active .benefits__item-handle {
  background: 0 0;
  border: 1px solid #0d0d0d
}
@media screen and (max-width:767px) {
  .benefits__item-title {
    padding: 16px 53px 16px 16px;
    font-size: 16px;
    line-height: 140%
  }
  .benefits__item-handle {
    width: 26px;
    height: 26px;
    right: 16px;
    top: 14px
  }
  .benefits__item-handle svg {
    width: 10px
  }
}
.benefits__item-content {
  padding: 0 74px 24px 32px;
  display: none
}
.benefits__item-content p {
  font-size: 16px;
  line-height: 150%;
  margin: 0
}
.benefits__item-content p:not(:last-child) {
  margin-bottom: 15px
}
.benefits__item_active .benefits__item-content {
  display: block
}
.filters {
  margin-top: 120px
}
@media screen and (max-width:1023px) {
  .filters {
    margin-top: 80px
  }
}
[v-cloak] .filters {
  display: none
}
.filters__animal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px
}
@media screen and (max-width:767px) {
  .benefits__item-content {
    padding: 0 16px 16px
  }
  .benefits__item-content p:not(:last-child) {
    margin-bottom: 10px
  }
  .benefits__item-content p {
    font-size: 14px
  }
  .filters {
    margin-top: 48px
  }
  .filters__animal {
    gap: 8px
  }
}
.filters__animal > span {
  cursor: pointer;
  width: 190px;
  height: 57px;
  border-radius: 57px;
  border: 1px solid #ffcd75;
  position: relative;
  padding: 0 0 0 50px;
  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;
  color: #ffcd75;
  opacity: .4;
  font-weight: 600;
  font-size: 16px
}
.filters__animal > span._active {
  opacity: 1;
  cursor: default;
  pointer-events: none
}
.filters__animal > span img {
  position: absolute;
  left: 0;
  bottom: 0
}
@media screen and (max-width:767px) {
  .filters__animal > span {
    width: 160px;
    height: 47px;
    border-radius: 47px;
    font-size: 14px
  }
  .filters__animal > span img {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}
.filters > h3 {
  margin: 48px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase
}
@media screen and (max-width:1023px) {
  .filters > h3 {
    margin-top: 40px;
    font-size: 20px
  }
}
@media screen and (max-width:767px) {
  .filters > h3 {
    font-size: 14px;
    margin-top: 32px
  }
}
.filters > h3 span {
  background: -webkit-gradient(linear,right top,left top,from(#a58032),color-stop(#f9d487),to(#a58032));
  background: linear-gradient(to left,#a58032,#f9d487,#a58032);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.filters > h2 {
  margin: 24px 0 64px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%
}
.filters__pathologies {
  margin-bottom: 64px
}
@media screen and (max-width:1023px) {
  .filters > h2 {
    font-size: 32px;
    margin: 16px 0 48px
  }
  .filters__pathologies {
    margin-bottom: 40px
  }
}
@media screen and (max-width:767px) {
  .filters > h2 {
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 140%
  }
  .filters__pathologies {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden
  }
}
.filters__item {
  background: #171717;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 80px 0;
  cursor: pointer;
  position: relative;
  text-align: center
}
.filters__item img {
  display: block;
  margin: 0 auto 48px
}
@media screen and (max-width:1023px) {
  .filters__item {
    padding: 48px 0 64px
  }
  .filters__item img {
    width: 122px;
    height: 122px;
    margin-bottom: 32px
  }
}
@media screen and (max-width:767px) {
  .filters__item {
    padding: 32px 0 58px
  }
  .filters__item img {
    width: 101px;
    height: 101px;
    margin-bottom: 24px
  }
}
.filters__item p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 24px
}
.filters__item ._handle {
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  background: linear-gradient(79.47deg,#a36d10 -52.78%,#ffcf66 33.94%,#a36d10 130.04%)
}
.filters__item._active {
  background: 0 0;
  border-color: transparent
}
.filters__item._active p {
  background: -webkit-gradient(linear,right top,left top,from(#a58032),color-stop(#f9d487),to(#a58032));
  background: linear-gradient(to left,#a58032,#f9d487,#a58032);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.filters__item._active ._handle {
  background: 0 0;
  border: 1px solid #ffcd75
}
.filters__nav {
  margin-top: 24px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:767px) {
  .filters__item ._handle {
    width: 26px;
    height: 26px
  }
  .filters__item ._handle svg {
    width: 10px
  }
  .filters__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.filters__pathology-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 80px;
  position: relative
}
.filters__pathology-descr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../dist/assets/img/filter/bg.png);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  background-size: 100% auto
}
.filters__pathology-descr_last {
  margin-bottom: 64px
}
@media screen and (max-width:1023px) {
  .filters__item p {
    font-size: 16px;
    line-height: 140%
  }
  .filters__item ._handle {
    bottom: 32px
  }
  .filters__pathology-descr {
    padding: 32px 0 60px
  }
  .filters__pathology-descr_last {
    margin-bottom: 48px
  }
}
.filters__pathology-descr_last:before {
  opacity: .5
}
.filters__pathology-descr > div {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  opacity: .7;
  line-height: 140%
}
@media screen and (max-width:1023px) {
  .filters__pathology-descr > div {
    font-size: 16px
  }
}
@media screen and (max-width:767px) {
  .filters__pathology-descr {
    display: block;
    padding: 24px 0 40px
  }
  .filters__pathology-descr:before {
    background-image: url(../dist/assets/img/filter/bg2-mobile.png)
  }
  .filters__pathology-descr_last {
    margin-bottom: 24px
  }
  .filters__pathology-descr_last:before {
    opacity: 1
  }
  .filters__pathology-descr > div {
    font-size: 14px;
    margin: 0 50px
  }
  .filters__pathology-descr > div:not(:last-child) {
    margin-bottom: 32px
  }
  .filters__pathology-descr > div br {
    display: none
  }
}
.filters__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px
}
@media screen and (max-width:1023px) {
  .filters__recommend {
    gap: 16px
  }
  .filters__recommend._items3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .filters__recommend._items3 > div {
    padding-left: 60px;
    padding-right: 60px
  }
  .filters__recommend._items3 > div br {
    display: none
  }
}
@media screen and (max-width:767px) {
  .filters__recommend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
  }
}
.filters__recommend > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  background: linear-gradient(79.47deg,#a36d10 -52.78%,#ffcf66 33.94%,#a36d10 130.04%);
  border-radius: 16px;
  color: #0d0d0d;
  text-align: center;
  padding: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%
}
@media screen and (max-width:1280px) {
  .filters__recommend > div {
    font-size: 18px
  }
}
.filters__recommend_additional {
  margin-top: 126px;
  position: relative
}
.filters__recommend_additional:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: -63px;
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(rgba(255,213,134,.2)),to(rgba(0,0,0,0)));
  background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(255,213,134,.2),rgba(0,0,0,0))
}
.filters__recommend_additional:after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  background-color: #272218;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -102px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0876 10.9859H28V17.1549H17.0876V28H10.9124V17.1549H0V10.9859H10.9124V0H17.0876V10.9859Z' fill='%23FFD475'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat
}
.filters__recommend + h2 {
  margin: 120px 0 -56px
}
@media screen and (max-width:1023px) {
  .filters__recommend > div {
    padding: 32px;
    font-size: 18px;
    line-height: 140%
  }
  .filters__recommend + h2 {
    margin: 80px 0 -40px
  }
}
@media screen and (max-width:767px) {
  .filters__recommend > div {
    padding: 24px 40px;
    font-size: 16px;
    border-radius: 8px
  }
  .filters__recommend + h2 {
    margin: 64px 0 -32px
  }
}
.filters__info {
  background: #171717;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 32px 100px 16px 32px;
  margin-top: 40px;
  position: relative
}
.filters__info + .filters__info {
  margin-top: 35px
}
.filters__info h3 {
  position: absolute;
  border: 2px solid #ffcd75;
  border-radius: 15px;
  white-space: nowrap;
  left: 32px;
  top: -12px;
  height: 23px;
  padding: 0 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background: #000;
  line-height: 19px
}
.filters__info ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px
}
.filters__info ul li {
  font-size: 16px;
  line-height: 150%;
  padding-left: 14px;
  position: relative;
  margin-bottom: 16px
}
.filters__info ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffcd75;
  border-radius: 50%;
  top: 7px;
  left: 0
}
.notes {
  font-size: 12px;
  color: rgba(255,255,255,.7);
  margin: 32px 0;
  line-height: 160%
}
@media screen and (max-width:767px) {
  .filters__info {
    padding: 32px 24px
  }
  .filters__info + .filters__info {
    margin-top: 24px
  }
  .filters__info h3 {
    left: 24px
  }
  .filters__info ul li {
    margin-bottom: 10px;
    font-size: 14px
  }
  .notes {
    margin-top: 32px;
    margin-bottom: 24px
  }
}
.notes p {
  margin: 0;
  font-size: inherit;
  line-height: inherit
}
.notes p:not(:last-child) {
  margin-bottom: 10px
}
.products {
  margin-top: 120px
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.products__item > h3 {
  text-align: center;
  margin: 0;
  height: 4em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #ffcd75
}
@media screen and (max-width:1023px) {
  .filters__info ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
  .filters__info ul li:last-child {
    margin-bottom: 0!important
  }
  .products {
    margin-top: 80px
  }
  .products__item > h3 {
    font-size: 20px
  }
}
@media screen and (max-width:767px) {
  .products {
    margin-top: 64px
  }
  .products__slider {
    margin: 0 -20px;
    padding: 0 20px
  }
  .products__item > h3 {
    font-size: 14px
  }
}
.products__item .product-card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.products__pagination {
  margin-top: 32px
}
.product-card {
  background: #171717;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.product-card__image {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px
}
._cats._derma .product-card__image {
  height: 360px
}
._dogs .product-card__image {
  height: 290px
}
.product-card__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px
}
@media screen and (max-width:1023px) {
  .products__pagination {
    margin-top: 24px
  }
  .product-card {
    padding: 32px 24px 24px
  }
  .product-card__image {
    height: 220px
  }
  ._cats._derma .product-card__image {
    height: 250px
  }
  ._cats._derma .product-card__image img {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
  }
  ._dogs .product-card__image {
    height: 230px
  }
  ._dogs .product-card__image img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
  }
  .product-card__image img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
  }
  .product-card__icons {
    margin-bottom: 24px
  }
  .product-card__icons img {
    height: 114px
  }
}
.product-card__button {
  margin-top: auto;
  height: 50px!important;
  background-image: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(#d2a156),color-stop(#fcd18a),color-stop(#d1a45c),to(#b58337));
  background-image: linear-gradient(to right,#af7b2d,#d2a156,#fcd18a,#d1a45c,#b58337);
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  border-radius: 50px;
  font-weight: 600
}
.product-card ul {
  font-size: 14px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.6);
  line-height: 150%
}
._dogs .product-card ul {
  text-align: center
}
._cats .product-card ul li {
  padding-left: 14px;
  position: relative
}
._cats .product-card ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffcd75;
  border-radius: 50%;
  top: 7px;
  left: 0
}
.product-card ul li:not(:last-child) {
  margin-bottom: 8px
}
@media screen and (max-width:1023px) {
  .product-card__button {
    height: 40px!important;
    font-size: 14px;
    border-radius: 40px
  }
  .product-card ul {
    font-size: 12px
  }
  .product-card ul li:before {
    top: 6px!important
  }
}
.fortiflora {
  border-radius: 16px;
  border: 1px solid #867041;
  padding: 32px;
  margin-top: 64px;
  position: relative;
  background-color: #000;
  background-image: url(../dist/assets/img/fortiflora-bg.png);
  background-position: bottom 0 right 0;
  background-repeat: no-repeat
}
.fortiflora > h2 {
  margin: 0 0 24px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  background: -webkit-gradient(linear,right top,left top,from(#a58032),color-stop(#f9d487),to(#a58032));
  background: linear-gradient(to left,#a58032,#f9d487,#a58032);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
@media screen and (max-width:1023px) {
  .fortiflora {
    padding: 48px 32px 380px;
    border-radius: 30px
  }
  .fortiflora > h2 {
    font-size: 34px;
    text-align: center
  }
}
@media screen and (max-width:767px) {
  .fortiflora {
    padding: 32px 24px 300px;
    border-radius: 10px;
    margin-top: 48px;
    background-size: 767px auto
  }
  .fortiflora > h2 {
    font-size: 20px;
    margin-bottom: 16px
  }
}
.fortiflora > h2 sup {
  -webkit-text-fill-color: #ffcd75
}
.fortiflora ul {
  font-size: 16px;
  line-height: 150%;
  max-width: 530px
}
.fortiflora ul li {
  padding-left: 14px;
  position: relative
}
.fortiflora ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffcd75;
  border-radius: 50%;
  top: 7px;
  left: 0
}
.fortiflora ul li:not(:last-child) {
  margin-bottom: 8px
}
.fortiflora__button {
  width: 217px;
  margin-top: 24px;
  height: 50px!important;
  background-image: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(#d2a156),color-stop(#fcd18a),color-stop(#d1a45c),to(#b58337));
  background-image: linear-gradient(to right,#af7b2d,#d2a156,#fcd18a,#d1a45c,#b58337);
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  border-radius: 50px;
  font-weight: 600
}
.fortiflora img {
  position: absolute;
  bottom: 0;
  right: 12%
}
@media screen and (max-width:1023px) {
  .fortiflora__button {
    height: 40px!important;
    font-size: 14px;
    border-radius: 40px;
    width: 184px
  }
  .fortiflora img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media screen and (max-width:767px) {
  .fortiflora ul {
    font-size: 14px
  }
  .fortiflora__button {
    width: 100%
  }
  .fortiflora img {
    -webkit-transform: translateX(-50%) scale(.8);
    -ms-transform: translateX(-50%) scale(.8);
    transform: translateX(-50%) scale(.8);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
  }
}