@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}
body {
  position: relative;
  font-family: "Roboto",sans-serif!important;
  background-color: #000;
  color: #000;
  width: 100%;
  margin: 0 auto
}
.main {
  position: relative;
  width: 100%;
  background-color: #000!important;
  overflow: hidden;
  z-index: 1
}
@media screen and (max-width:1023px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .rations .main .btn-link {
    margin-left: 0
  }
}
.main .btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(13.54%,#a67b35),color-stop(54.17%,#f8d491),color-stop(86.98%,#a67b35));
  background-image: -o-linear-gradient(left,#a67b35 13.54%,#f8d491 54.17%,#a67b35 86.98%);
  background-image: linear-gradient(90deg,#a67b35 13.54%,#f8d491 54.17%,#a67b35 86.98%);
  border: none;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  z-index: 0;
  padding: 13px 24px
}
.main .btn-link::before {
  content: "";
  opacity: 0;
  background: -webkit-gradient(linear,left top,right top,color-stop(-25.11%,#d4911e),color-stop(41.68%,#ffe7b2),color-stop(114.29%,#d4911e)) center/120%;
  background: -o-linear-gradient(left,#d4911e -25.11%,#ffe7b2 41.68%,#d4911e 114.29%) center/120%;
  background: linear-gradient(90deg,#d4911e -25.11%,#ffe7b2 41.68%,#d4911e 114.29%) center/120%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1
}
.main .btn-link:hover {
  color: #000;
  text-decoration: none
}
.main .btn-link:hover::before {
  opacity: 1
}
.intro .main .btn-link {
  max-width: 333px
}
.dry .main .btn-link {
  font-size: 20px
}
@media screen and (max-width:767px) {
  .dry .main .btn-link {
    font-size: 16px
  }
}
.rations .main .btn-link {
  max-width: 170px
}
@media screen and (max-width:767px) {
  .rations .main .btn-link {
    width: 100%;
    max-width: 100%
  }
  .mobile-hidden {
    display: none
  }
}
.category .main .btn-link {
  max-width: 150px
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #ffd475;
  line-height: 1.1em;
  padding: 0;
  margin: 0
}
div {
  color: #fff;
  padding: 0;
  margin: 0
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
a:focus,
a:hover {
  text-decoration: none!important
}
.ov-hid {
  overflow-y: hidden!important
}
@media screen and (min-width:768px) {
  .desktop-hidden {
    display: none
  }
}
@media screen and (min-width:575px) {
  .tablet-hidden {
    display: none
  }
  .age__col:nth-child(2) {
    padding-top: 0
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 1232px;
  padding: 0 40px;
  margin: 0 auto
}
.title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 24px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
@media screen and (max-width:1023px) {
  .category .main .btn-link {
    max-width: 322px
  }
  .title {
    font-size: 34px;
    margin-bottom: 44px
  }
  .title br {
    display: none
  }
}
@media screen and (max-width:767px) {
  .container {
    padding: 0 20px
  }
  .title {
    font-size: 28px
  }
  .title sup._end {
    -webkit-text-fill-color: #af7b2d;
    color: #af7b2d
  }
}
@media screen and (max-width:574px) {
  .main .btn-link {
    height: 48px;
    font-size: 14px
  }
  .dry .main .btn-link {
    font-size: 14px
  }
  .mobile-m-hidden {
    display: none
  }
  .title {
    font-size: 24px;
    margin-bottom: 32px
  }
}
.title sup {
  font-size: 62%;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
.subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center
}
.footer .container {
  max-width: 1280px!important
}
nav.breadcrumb .list {
  padding-top: 0!important
}
.age {
  padding-top: 23px;
  margin-bottom: 100px
}
@media screen and (max-width:1023px) {
  .age {
    padding-top: 5px;
    margin-bottom: 58px
  }
}
@media screen and (max-width:574px) {
  .age {
    padding-top: 0;
    margin-bottom: 52px
  }
}
.age__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.age__col {
  width: 33.33%;
  padding: 0 20px
}
@media screen and (max-width:1023px) {
  .age__col {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px
  }
  .age__col:first-child {
    padding-top: 0
  }
  .age__col:last-child {
    padding-bottom: 0
  }
}
@media screen and (max-width:574px) {
  .age__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .age__col:nth-child(1) {
    padding-top: 13px
  }
  .age__col:nth-child(2) {
    padding-top: 10px
  }
  .age__col:nth-child(3) {
    padding-top: 15px
  }
}
.age__item {
  width: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.age__img {
  width: auto;
  height: 257px;
  margin-bottom: 10px
}
@media screen and (max-width:767px) {
  .age__img {
    height: 226px;
    margin-bottom: 0
  }
  nav.breadcrumb ul.list {
    border-bottom: none;
    padding-bottom: 32px
  }
}
.age__img img {
  height: 100%;
  width: auto
}
.age__title {
  position: relative;
  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;
  width: 120px;
  height: 50px;
  border-radius: 8px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(24%,#d2a156),color-stop(51.2%,#fcd18a),color-stop(77.05%,#d1a45c),color-stop(98.84%,#b58337));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 24%,#fcd18a 51.2%,#d1a45c 77.05%,#b58337 98.84%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 24%,#fcd18a 51.2%,#d1a45c 77.05%,#b58337 98.84%)
}
.age__title:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 7px;
  background: #000;
  z-index: 0
}
.age__title span {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
.age__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #fff
}
nav.breadcrumb ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
nav.breadcrumb ul.list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0
}
nav.breadcrumb ul.list .list__item:last-child {
  opacity: .5
}
nav.breadcrumb ul.list .home_item_text {
  vertical-align: initial
}
.category_age {
  padding-top: 12px
}
@media screen and (max-width:1023px) {
  .category_age {
    padding-top: 5px
  }
}
@media screen and (max-width:574px) {
  .age__title {
    width: 100%;
    max-width: 331px
  }
  .category_age {
    padding-top: 0
  }
}
.category_size {
  padding-bottom: 24px
}
.category__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:1023px) {
  .category_age,
  .category_size {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
}
.tab {
  position: relative;
  width: 33.33%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 10px 46px;
  z-index: 2
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .health .title {
    margin-bottom: 96px
  }
  .category_age,
  .category_size {
    margin-bottom: 22px
  }
  .tab:nth-child(1) {
    padding-left: 0;
    padding-right: 23px
  }
  .tab:nth-child(2) {
    padding-right: 0;
    padding-left: 23px
  }
}
.tab:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
  transform: translate(-50%,0) rotate(-45deg);
  border: 1px solid #b27e31;
  border-radius: 0 5px 0 0;
  border-left: none;
  border-bottom: none;
  width: 40px;
  height: 40px;
  background: #000;
  opacity: 0;
  -webkit-transition: -webkit-transform .15s;
  transition: transform .15s;
  -o-transition: transform .15s;
  transition: transform .15s,-webkit-transform .15s
}
@media screen and (max-width:574px) {
  .tab {
    padding-bottom: 23px
  }
  .tab_small {
    padding-top: 24px
  }
  .tab_medium {
    margin-top: 7px
  }
  .tab_large {
    margin-top: 14px
  }
  .tab:before {
    width: 22px;
    height: 22px;
    border-radius: 0 3px 0 0
  }
}
.tab_active:before {
  opacity: 1;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg)
}
@media screen and (max-width:1023px) {
  .tab:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .tab {
    width: 50%
  }
  .tab_large .tab__img {
    margin-left: -80px
  }
}
@media screen and (max-width:767px) {
  nav.breadcrumb ul.list .list__item a {
    line-height: 22px
  }
  .category_age,
  .category_size {
    margin-bottom: 48px
  }
  .tab {
    width: 100%
  }
  .tab:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .tab:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .tab:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
.tab a {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.tab a:focus,
.tab a:hover {
  text-decoration: none
}
.tab__img {
  width: auto;
  height: 279px;
  margin-bottom: 7px
}
@media screen and (min-width:1024px) and (max-width:1232px) {
  .tab__img {
    height: 239px
  }
}
@media screen and (max-width:767px) {
  .tab__img {
    height: 215px
  }
  .tab_small .tab__img {
    margin-bottom: 18px;
    height: 200px
  }
  .tab_medium .tab__img {
    margin-bottom: 5px;
    margin-right: -24px
  }
  .tab_large .tab__img {
    margin-bottom: 14px;
    margin-left: -40px
  }
}
.category_age .tab__img {
  width: auto;
  height: 257px;
  margin-bottom: 10px
}
@media screen and (max-width:767px) {
  .category_age .tab__img {
    height: 226px;
    margin-bottom: 0
  }
}
.tab__img img {
  height: 100%;
  width: auto
}
.tab__title {
  position: relative;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
@media screen and (max-width:574px) {
  .tab__title {
    font-size: 20px;
    margin-bottom: 5px
  }
}
.category_size .tab__title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  margin-left: 9px;
  border: 1px solid #ffd475;
  border-radius: 50%;
  background-image: url(../img/tab-plus.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 50% 50%
}
.category_size .tab_active .tab__title::after {
  opacity: .7;
  background-image: url(../img/tab-minus.svg)
}
.tab__description {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #fff
}
.category_age .tab__description {
  margin-right: 41px
}
.category_age .tab__description:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  margin-left: 9px;
  border: 1px solid #ffd475;
  border-radius: 50%;
  background-image: url(../img/tab-plus.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 50% 50%
}
.category_age .tab_active .tab__description::after {
  opacity: .7;
  background-image: url(../img/tab-minus.svg)
}
.result {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 1px solid #b27e31;
  border-radius: 30px;
  z-index: 1;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 73px 60px 48px;
  overflow: hidden;
  margin-top: -1px
}
.result_medium {
  padding-top: 75px
}
.result_large {
  padding-top: 75px;
  padding-bottom: 54px
}
.result_puppy {
  padding-top: 75px;
  padding-bottom: 82px
}
.result_adult {
  padding-top: 75px;
  padding-bottom: 81px
}
@media screen and (min-width:1024px) {
  .result_large {
    padding-left: 40px;
    padding-right: 40px
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .result:nth-child(4),
  .result:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 67px
  }
  .result:nth-child(6) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 6px
  }
}
@media screen and (max-width:1023px) {
  .result {
    padding: 52px 40px 62px
  }
  .result_small {
    padding-bottom: 113px
  }
  .result_adult {
    padding-bottom: 107px
  }
}
@media screen and (max-width:767px) {
  .result {
    padding: 28px 20px 30px;
    border-radius: 10px
  }
  .result:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 30px;
    margin-bottom: 31px
  }
  .result:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 32px;
    margin-bottom: 24px
  }
  .result:nth-child(6) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 41px;
    margin-bottom: 29px
  }
}
.result__content {
  width: 50%;
  max-width: 415px;
  -ms-flex-item-align: start;
  align-self: flex-start
}
@media screen and (max-width:1023px) {
  .result__content {
    width: 100%;
    max-width: 100%
  }
}
@media screen and (max-width:767px) {
  .result__content {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 415px!important;
    margin: 0 auto
  }
}
.result_medium .result__content {
  max-width: 478px
}
@media screen and (max-width:1023px) {
  .result_medium .result__content {
    max-width: 100%
  }
}
.result_puppy .result__content {
  max-width: 478px
}
@media screen and (max-width:1023px) {
  .result_puppy .result__content {
    max-width: 100%
  }
}
.result_adult .result__content {
  max-width: 475px
}
.result__content_twin {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:1023px) {
  .result_adult .result__content {
    max-width: 100%
  }
  .result__content_twin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 606px;
    margin: 0 auto
  }
}
.result__content_twin:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(246,205,132,.2)
}
@media screen and (max-width:1232px) {
  .result__content_twin:before {
    display: none
  }
}
.result__content_twin ._left,
.result__content_twin ._right {
  width: 50%
}
@media screen and (max-width:767px) {
  .result__content_twin {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .result__content_twin ._left,
  .result__content_twin ._right {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.result__content_twin ._left {
  padding-right: 40px
}
.result__content_twin ._left.result__btn,
.result__content_twin ._left.result__img,
.result__content_twin ._left.result__list {
  padding-left: 20px
}
@media screen and (max-width:1023px) {
  .result__content_twin ._left,
  .result__content_twin ._right {
    width: 100%
  }
  .result__content_twin ._left br,
  .result__content_twin ._right br {
    display: none
  }
  .result__content_twin ._left {
    padding-right: 0;
    padding-left: 0!important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.result__content_twin ._right {
  padding-left: 40px
}
.result__content_twin ._right.result__btn,
.result__content_twin ._right.result__img,
.result__content_twin ._right.result__list {
  padding-right: 20px
}
.result__content_twin .result__bg._right {
  right: -37px
}
.result__title {
  min-width: 60%;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.29;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
@media screen and (max-width:767px) {
  .result__title {
    font-size: 28px
  }
}
@media screen and (max-width:574px) {
  .result__title {
    font-size: 20px
  }
  .result_small .result__title {
    margin-bottom: 24px
  }
}
.result_medium .result__title {
  margin-bottom: 34px
}
@media screen and (max-width:1023px) {
  .result__content_twin ._right {
    padding-left: 0;
    padding-right: 0!important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .result_medium .result__title {
    margin-bottom: 23px
  }
}
@media screen and (max-width:574px) {
  .result_medium .result__title {
    margin-bottom: 12px
  }
}
.result_large .result__title {
  width: 100%;
  margin-bottom: 24px
}
@media screen and (max-width:1023px) {
  .result_large .result__title {
    margin-bottom: 44px
  }
}
@media screen and (max-width:767px) {
  .result_large .result__title {
    margin-bottom: 20px
  }
}
.result_puppy .result__title {
  margin-bottom: 53px
}
@media screen and (max-width:1023px) {
  .result_puppy .result__title {
    margin-bottom: 30px
  }
}
@media screen and (max-width:767px) {
  .result_puppy .result__title {
    margin-bottom: 24px
  }
}
.result_adult .result__title {
  margin-bottom: 54px
}
@media screen and (max-width:1023px) {
  .result_adult .result__title {
    margin-bottom: 30px
  }
}
.result__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block!important;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
@media screen and (max-width:1023px) {
  .result__subtitle {
    text-align: left
  }
  .result__subtitle._right {
    position: relative;
    margin-top: 60px;
    padding-top: 54px
  }
  .result__subtitle._right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(246,205,132,.4)
  }
}
@media screen and (max-width:767px) {
  .result_adult .result__title {
    margin-bottom: 24px
  }
  .result__subtitle {
    font-size: 22px;
    line-height: 1.34
  }
  .result__subtitle._right {
    margin-top: 42px;
    padding-top: 37px
  }
}
@media screen and (max-width:574px) {
  .result__subtitle {
    font-size: 18px
  }
}
.result__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #fff
}
@media screen and (max-width:767px) {
  .result__caption {
    font-size: 14px;
    line-height: 1.34
  }
}
.result__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  margin-top: 16px
}
@media screen and (max-width:767px) {
  .result__description {
    font-size: 16px;
    width: 100%
  }
}
@media screen and (max-width:574px) {
  .result__description {
    font-size: 14px;
    margin-top: 24px
  }
}
.result__description:first-child {
  margin-top: 0
}
.result_puppy .result__description {
  line-height: 1.33
}
.result__list {
  margin-top: 22px;
  margin-bottom: 42px
}
@media screen and (max-width:1023px) {
  .result__caption {
    text-align: left
  }
  .result_large .result__caption {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .result__list {
    margin-top: 37px
  }
}
@media screen and (max-width:767px) {
  .result__list {
    margin-top: 25px;
    margin-bottom: 25px
  }
}
.result__list:first-child {
  margin-top: 0
}
.result_small .result__list {
  margin-bottom: 29px
}
@media screen and (max-width:1023px) {
  .result_small .result__list {
    margin-bottom: 85px
  }
}
@media screen and (max-width:767px) {
  .result_small .result__list {
    margin-bottom: 15px
  }
}
@media screen and (max-width:1023px) {
  .result_medium .result__list {
    margin-bottom: 70px
  }
}
@media screen and (max-width:574px) {
  .result__list {
    margin-bottom: 14px
  }
  .result_medium .result__list {
    margin-bottom: 10px
  }
}
.result_large .result__list {
  margin-top: 33px;
  margin-bottom: 60px
}
@media screen and (max-width:1023px) {
  .result_large .result__list {
    margin-top: 24px;
    margin-bottom: 43px
  }
}
@media screen and (max-width:574px) {
  .result_large .result__list {
    margin-top: 16px
  }
}
@media screen and (max-width:1023px) {
  .result_puppy .result__list {
    margin-top: 24px;
    width: 100%
  }
}
.result_puppy .result__list_desk-abs {
  margin-top: -26px
}
@media screen and (min-width:1024px) {
  .result_puppy .result__list_desk-abs {
    margin-top: 0;
    position: absolute;
    left: calc(50% + 33px);
    top: 172px;
    padding-right: 40px
  }
}
.result__list-item {
  width: 100%;
  position: relative;
  list-style: none;
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  padding-left: 55px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width:1023px) {
  .result__list-item {
    margin-bottom: 16px
  }
  .result_medium .result__list-item {
    padding-left: 0;
    text-align: center;
    padding-top: 55px
  }
  .result_medium .result__list-item:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media screen and (max-width:767px) {
  .result_large .result__list {
    margin-bottom: 0
  }
  .result_puppy .result__list br {
    display: none
  }
  .result_puppy .result__list_desk-abs {
    margin-top: -3px;
    margin-bottom: 0
  }
  .result__list-item {
    font-size: 16px;
    line-height: 1.37;
    margin-bottom: 21px
  }
}
.result__list-item:last-child {
  margin-bottom: 0
}
.result__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/wet-list-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}
@media screen and (max-width:574px) {
  .result__list-item {
    font-size: 14px;
    min-height: 38px;
    padding-left: 40px;
    margin-bottom: 15px
  }
  .result_medium .result__list-item {
    padding-left: 0;
    padding-top: 40px
  }
  .result__list-item:before {
    width: 28px;
    height: 28px;
    top: 5px
  }
}
.result__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: calc(100% - 73px - 88px);
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.result_small .result__bg {
  padding: 0 0 26px 32px
}
@media screen and (max-width:1023px) {
  .result_small .result__bg {
    padding: 0 0 32px 42px
  }
}
@media screen and (max-width:767px) {
  .result_small .result__bg {
    padding: 0
  }
}
.result_medium .result__bg {
  padding: 0 0 24px 14px
}
@media screen and (max-width:1023px) {
  .result_medium .result__bg {
    padding: 0 0 16px 52px
  }
}
@media screen and (max-width:767px) {
  .result_medium .result__bg {
    padding: 0;
    margin-right: -35px;
    margin-bottom: 4px
  }
}
.result_puppy .result__bg {
  padding: 0 89px 21px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (max-width:1023px) {
  .result_puppy .result__bg {
    padding: 0 23px 0 0
  }
}
@media screen and (max-width:767px) {
  .result_puppy .result__bg {
    padding: 0;
    margin-top: -20px;
    margin-bottom: -10px
  }
}
.result_adult .result__bg {
  padding: 0 71px 51px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media screen and (max-width:1023px) {
  .result_adult .result__bg {
    padding: 0 11px 40px 0
  }
}
.result__bg img {
  height: 100%;
  width: auto
}
.result_small .result__bg img {
  max-height: 475px
}
.result_medium .result__bg img {
  max-height: 432px
}
.result_puppy .result__bg img {
  max-height: 534px
}
.result_adult .result__bg img {
  max-height: 472px
}
.result__bg._left,
.result__bg._right {
  position: relative;
  height: 0;
  padding: 0
}
@media screen and (max-width:767px) {
  .result_adult .result__bg {
    padding: 0;
    margin-top: 17px
  }
  .result__bg {
    width: auto;
    height: auto;
    position: static
  }
  .result_small .result__bg img {
    height: 188px
  }
  .result_medium .result__bg img {
    height: 199px
  }
  .result_puppy .result__bg img {
    height: 268px
  }
  .result_adult .result__bg img {
    height: 207px
  }
  .result__bg._left,
  .result__bg._right {
    height: auto
  }
}
.result__bg._left img,
.result__bg._right img {
  position: absolute;
  right: auto;
  height: 264px
}
.result__bg._left img {
  top: -35px;
  left: 320px
}
@media screen and (max-width:1232px) {
  .result__bg._left img {
    left: 267px
  }
}
@media screen and (max-width:1023px) {
  .result_small .result__bg img {
    max-height: 388px
  }
  .result_medium .result__bg img {
    max-height: 322px
  }
  .result_puppy .result__bg img {
    max-height: 376px
  }
  .result_adult .result__bg img {
    max-height: 311px
  }
  .result__bg._left img {
    height: 308px;
    top: 10px;
    left: 380px
  }
}
@media screen and (max-width:767px) {
  .result__bg._left img {
    position: static;
    height: 200px
  }
}
.result__bg._right img {
  top: -50px;
  left: 336px
}
@media screen and (max-width:1232px) {
  .result__bg._right img {
    left: 316px
  }
}
@media screen and (max-width:1023px) {
  .result__bg._right img {
    height: 282px;
    top: 0;
    left: 418px
  }
  .result__wrap-btn {
    max-width: 322px;
    width: 100%
  }
}
.result__wrap-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.result__wrap-btn--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}
.result__wrap-btn--items .btn-link {
  margin-right: 18px
}
@media screen and (max-width:1023px) {
  .result__wrap-btn .btn-link {
    max-width: none
  }
  .result__wrap-btn--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
  .result__wrap-btn--items a {
    width: 100%!important
  }
  .result__wrap-btn--items .btn-link {
    margin-right: 0;
    margin-bottom: 16px
  }
  .result_large .result__wrap-btn {
    width: 100%;
    max-width: 322px
  }
}
.result_puppy .result__wrap-btn {
  margin-top: 10px
}
@media screen and (max-width:767px) {
  .result__bg._right img {
    position: static;
    height: 188px
  }
  .result__wrap-btn {
    width: 100%
  }
  .result__wrap-btn--items .btn-link {
    margin-bottom: 8px
  }
  .result_puppy .result__wrap-btn {
    margin-top: 0
  }
}
.result_adult .result__wrap-btn {
  margin-left: 42px;
  margin-top: 58px
}
@media screen and (max-width:1023px) {
  .result_adult .result__wrap-btn {
    margin-left: 0;
    margin-top: 68px
  }
}
.result__product-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 0 2px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
@media screen and (max-width:1023px) {
  .result__product-title {
    font-size: 21px
  }
}
@media screen and (max-width:767px) {
  .result_adult .result__wrap-btn {
    margin-top: 6px
  }
  .result__product-title {
    font-size: 19px;
    margin-top: 17px
  }
}
@media screen and (max-width:574px) {
  .result__product-title {
    font-size: 17px
  }
}
.result__product-title sup {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent
}
.result__img {
  display: inline-block;
  width: auto;
  height: 180px;
  margin-bottom: 28px
}
@media screen and (max-width:1023px) {
  .result__img {
    height: 157px;
    margin-bottom: 32px
  }
}
@media screen and (max-width:574px) {
  .result__img {
    height: 142px;
    margin-bottom: 20px
  }
}
@media screen and (max-width:359px) {
  .result__product-title {
    font-size: 15px
  }
  .result__img {
    height: 125px
  }
}
.result_small .result__img {
  height: 168px
}
@media screen and (max-width:1023px) {
  .result_small .result__img {
    height: 114px
  }
}
@media screen and (max-width:767px) {
  .result__img {
    margin-bottom: 20px
  }
  .result_small .result__img {
    height: 103px
  }
}
.result_medium .result__img {
  height: 141px
}
@media screen and (max-width:1023px) {
  .result_medium .result__img {
    height: 117px
  }
}
@media screen and (max-width:767px) {
  .result_medium .result__img {
    height: 107px
  }
}
.result_large .result__img {
  height: 156px;
  margin-left: -5px
}
@media screen and (max-width:767px) {
  .result_large .result__img {
    height: auto;
    margin: 30px 0 16px
  }
}
.result_puppy .result__img {
  height: 191px
}
@media screen and (max-width:1023px) {
  .result_puppy .result__img {
    height: 158px
  }
}
@media screen and (max-width:767px) {
  .result_puppy .result__img {
    height: 146px
  }
}
.result_adult .result__img {
  height: 149px
}
@media screen and (max-width:1023px) {
  .result_adult .result__img {
    height: 117px
  }
  .result__btn .btn-link {
    max-width: 100%
  }
}
.result__img img {
  height: 100%;
  width: auto
}
.result__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: 100%
}
@media screen and (max-width:1023px) {
  .result__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
  .result__btns .btn-link {
    max-width: none
  }
}
@media screen and (max-width:767px) {
  .result_adult .result__img {
    height: 107px
  }
  .result__btns {
    gap: 8px
  }
}
.result__btns .btn-link {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin: 0
}
@media screen and (max-width:1023px) {
  .result__btns .btn-link {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
.result__btns .btn-more {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px
}
@media screen and (max-width:1023px) {
  .result__btns .btn-more {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}
.result .btn-more {
  padding: 13px 23px 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ffd475;
  cursor: pointer;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 37px;
  color: #ffd475
}
.result .btn-link {
  width: 150px
}
.dry {
  position: relative;
  padding-top: 46px;
  padding-bottom: 120px
}
@media screen and (max-width:1023px) {
  .dry {
    padding-top: 44px;
    padding-bottom: 50px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}
.dry__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px
}
@media screen and (max-width:1232px) {
  .dry__row {
    display: none
  }
}
.dry__col {
  width: calc(25% - 80px);
  margin: 0 40px
}
.dry__item {
  width: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.dry__taste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: inherit
}
.dry__taste img {
  margin-bottom: 7px
}
.dry__caption {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 27px
}
.dry__img {
  height: 201px;
  width: auto;
  margin: 24px 0
}
@media screen and (max-width:574px) {
  .result .btn-more {
    font-size: 14px
  }
  .dry {
    padding-top: 0
  }
  .dry__item {
    width: auto
  }
  .dry__taste img {
    width: 129px;
    height: auto
  }
  .dry__caption {
    font-size: 16px
  }
  .dry__img {
    margin-top: 17px;
    margin-bottom: 16px;
    height: 175px
  }
}
.dry__img img {
  height: 100%;
  width: auto
}
.dry .btn-link {
  margin-top: auto;
  width: 213px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.footer {
  position: relative;
  background-color: #000;
  padding: 25px 0 0
}
.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.footer_row:first-child .container {
  padding: 0 25px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer_row:last-child {
  display: block
}
.footer_row:last-child .container {
  padding: 0 30px
}
.footer_purina-logo {
  width: 120px;
  max-width: 120px
}
.footer_nav {
  position: relative;
  margin-top: 15px
}
.footer_nav_link {
  display: block;
  font-family: "Fira Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #8c8d8d
}
.footer_nav_link:hover {
  text-decoration: underline
}
footer_copyright {
  font-family: "Fira Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8c8d8d;
  padding: 30px 0 15px
}
@media screen and (max-width:767px) {
  .dry .btn-link {
    width: 100%;
    max-width: 333px
  }
  .footer__inner {
    padding: 0!important
  }
}
@media screen and (min-width:992px) {
  .footer .container {
    max-width: 1120px
  }
  .footer_row:last-child .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .footer_nav_link {
    border-bottom: 0
  }
  .footer_nav_link:not(:last-child)::after {
    display: inline-block;
    content: " | ";
    position: relative;
    color: #fff;
    padding: 0 10px
  }
  .footer_copyright {
    font-size: 14px;
    max-width: 290px;
    text-align: right;
    line-height: 25px
  }
}
.fortiflora {
  padding-bottom: 124px
}
@media screen and (max-width:1023px) {
  .dry .btn-link {
    height: 53px
  }
  .fortiflora {
    padding-bottom: 64px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
}
@media screen and (max-width:767px) {
  .fortiflora {
    padding-bottom: 48px
  }
}
.fortiflora__container {
  position: relative;
  padding: 56px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ffd475;
  border-radius: 24px;
  overflow: hidden
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .fortiflora__container {
    padding: 48px 40px 0
  }
}
.fortiflora__container:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../img/fortiflora-bg.png);
  width: 100%;
  height: 100%;
  z-index: 1
}
.fortiflora .title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px
}
.fortiflora__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2
}
.fortiflora__content > div {
  width: 50%
}
@media screen and (max-width:1023px) {
  .fortiflora__container:before {
    background-image: url(../img/fortiflora-bg-mob.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right
  }
  .fortiflora .title br {
    display: block
  }
  .fortiflora__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .fortiflora__content > div {
    width: 100%
  }
}
.fortiflora__description {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 32px
}
@media screen and (max-width:767px) {
  .fortiflora__container {
    padding: 30px 20px 0
  }
  .fortiflora .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
  }
  .fortiflora__description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.03em;
    margin-bottom: 24px
  }
}
.fortiflora__description span:not(:last-child) {
  padding-bottom: 10px
}
.fortiflora__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-right: 50px;
  position: relative;
  z-index: 2
}
@media screen and (max-width:1023px) {
  .fortiflora__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 43px;
    padding-right: 0
  }
}
.fortiflora .btn-link {
  margin-left: 0;
  width: 213px
}
@media screen and (max-width:767px) {
  .fortiflora__img {
    margin-top: 49px;
    padding: 0 27px
  }
  .fortiflora .btn-link {
    width: 100%;
    max-width: 100%
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20
}
.header .container {
  padding: 0 25px
}
.header_purina_img {
  width: 250px;
  padding-top: 4px
}
.header_container {
  position: relative;
  height: 40px;
  width: 100%;
  background-color: #1a1919;
  z-index: 10
}
.header_container .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px
}
.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 68px;
  background: url(../img/pp-logo-panel.svg) bottom center/cover no-repeat;
  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
}
.header_logo_img {
  width: 110px;
  height: 44px
}
.header_logo_link {
  display: block;
  z-index: 15
}
.header_mobile {
  position: fixed;
  display: block;
  width: 100%;
  height: calc(100vh - 73px);
  top: 40px;
  background-color: #000;
  z-index: 19;
  opacity: .98;
  left: -100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s
}
.header_mobile.active {
  left: 0;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s
}
.header_mobile .container {
  height: 100%;
  padding: 50px 30px 100px;
  position: relative
}
.header_box {
  display: none
}
.header_nav.mobile {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}
.header_nav_item {
  position: relative;
  width: 100%;
  text-align: center
}
.header_nav_item.social {
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header_nav_item.social .header_social_text {
  font-size: 14px
}
.header_nav_link {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.header_nav_link:hover {
  color: #ffd475;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.header_social_text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 20px 0
}
.header_social_item {
  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;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: 5px
}
.header_social_item:hover {
  opacity: .7
}
.header_social_item.facebook .header_social_svg {
  width: 6px
}
.header_social_item.vk .header_social_svg {
  width: 12px
}
.header_social_svg {
  width: 100%;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px)
}
.header_social_path {
  fill: #000
}
.header_hamburger {
  display: block;
  width: 19px;
  height: 15px;
  justify-self: flex-end;
  cursor: pointer;
  position: relative
}
.header_hamburger span {
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute
}
.header_hamburger span:first-child {
  top: 0
}
.header_hamburger span:nth-child(2) {
  top: 7px
}
.header_hamburger span:last-child {
  top: 14px
}
.header_hamburger.active span {
  width: 21px
}
.header_hamburger.active span:first-child {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header_hamburger.active span:nth-child(2) {
  display: none
}
.header_hamburger.active span:last-child {
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
@media screen and (min-width:992px) {
  .header_container .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 40px;
    max-width: 1240px
  }
  .header_logo {
    width: 249px;
    top: 0;
    left: 40px;
    height: 97px;
    padding-bottom: 14px
  }
  .header_logo_img {
    width: 124px;
    height: 61px
  }
  .header_mobile {
    display: none
  }
  .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 400px)
  }
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 380px
  }
  .header_nav_item {
    width: auto;
    border: none
  }
  .header_nav_link {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    width: initial;
    padding: 0
  }
  .header_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header_social_text {
    font-size: 14px;
    font-weight: 400;
    width: initial;
    padding: 0
  }
  .header_social_item {
    background-color: transparent;
    border-radius: 0;
    height: 20px;
    width: 19px;
    margin-left: 10px;
    opacity: .7
  }
  .header_social_item:hover {
    opacity: 1
  }
  .header_social_item.facebook {
    width: 14px;
    margin-left: 12px
  }
  .header_social_item.facebook .header_social_svg {
    height: 15px;
    width: auto
  }
  .header_social_item.vk .header_social_svg {
    height: 19px;
    width: auto
  }
  .header_social_path {
    fill: #fff
  }
  .header_hamburger {
    display: none
  }
}
.health .title {
  margin-bottom: 61px
}
@media screen and (max-width:1023px) {
  .health {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .health .title {
    margin-bottom: 96px
  }
}
@media screen and (min-width:768px) {
  .health__slider_mobile {
    display: none!important
  }
  .owl-item.big .health-item__img,
  .swiper-slide-active .health-item__img {
    border-radius: 19px
  }
}
@media screen and (max-width:767px) {
  .health .title {
    margin-bottom: 17px
  }
  .health__slider_desktop {
    display: none!important
  }
}
.health-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #141414;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 19px
}
.health-item__img {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 19px 19px 0 0
}
.health-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0
}
.health-item__img img.health-item__img-active {
  display: none
}
.health-item__img img.health-item__img-default {
  display: block
}
.health-item__text {
  width: 100%;
  background: #1c1c1c;
  padding: 15px 19px 27px;
  border-radius: 0 0 19px 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (min-width:768px) {
  .owl-item.big .health-item__text,
  .swiper-slide-active .health-item__text {
    width: 330px;
    position: absolute;
    top: 45%;
    right: -124px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 19px;
    padding: 28px 24px
  }
  .owl-item.big .health-item__title,
  .swiper-slide-active .health-item__title {
    margin-bottom: 15px
  }
}
@media screen and (min-width:1024px) {
  .owl-item.big .health-item__img img,
  .swiper-slide-active .health-item__img img {
    -o-object-position: 100% 0;
    object-position: 100% 0
  }
  .owl-item.big .health-item__img img.health-item__img-active,
  .swiper-slide-active .health-item__img img.health-item__img-active {
    display: block
  }
  .owl-item.big .health-item__img img.health-item__img-default,
  .swiper-slide-active .health-item__img img.health-item__img-default {
    display: none
  }
  .owl-item.big .health-item__text,
  .swiper-slide-active .health-item__text {
    right: -92px
  }
}
.health-item__title {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.28;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #ffd475;
  margin-bottom: 8px
}
.health-item__link {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #6f6f6f;
  padding-right: 14px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}
.health-item__link:after,
.health-item__link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 1px;
  background: #6f6f6f;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s
}
.health-item__link:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.health-item__link:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}
.health-item__link:hover {
  color: #aaa
}
.health-item__link:hover:after,
.health-item__link:hover:before {
  background: #aaa
}
.ingredients {
  padding-bottom: 64px
}
.ingredients__title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent;
  font-size: 38px;
  font-weight: 700;
  line-height: 44.53px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 48px
}
@media screen and (max-width:1023px) {
  #ingredients {
    padding-top: 32px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .ingredients__title {
    font-size: 34px;
    font-weight: 700;
    line-height: 39.84px;
    text-align: center;
    padding: 0 0 44px
  }
}
.ingredients__title sup {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #af7b2d;
  background: -webkit-gradient(linear,left top,right top,from(#af7b2d),color-stop(37%,#d2a156),color-stop(50%,#fcd18a),color-stop(63%,#d2a156),to(#af7b2d));
  background: -o-linear-gradient(left,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background: linear-gradient(90deg,#af7b2d 0,#d2a156 37%,#fcd18a 50%,#d2a156 63%,#af7b2d 100%);
  background-clip: text;
  text-fill-color: transparent;
  font-size: 60%
}
.ingredients__title .tooltip {
  vertical-align: super;
  line-height: 5px
}
@media screen and (max-width:767px) {
  .ingredients__title {
    font-size: 24px;
    line-height: 28.13px;
    padding: 0 0 24px
  }
  .ingredients__title sup {
    color: #af7b2d
  }
  .ingredients__title .tooltip__content {
    width: calc(100% - 40px);
    left: 20px;
    top: 35px
  }
}
.ingredients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  border: 1px solid #b27e31;
  padding: 64px 0;
  border-radius: 16px
}
@media screen and (max-width:1024px) {
  .ingredients__list {
    padding: 32px
  }
}
@media screen and (max-width:767px) {
  .ingredients__list {
    padding: 24px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.ingredients__list-img {
  width: 122px;
  height: auto;
  padding-bottom: 32px
}
.ingredients__list-img img {
  width: 100%
}
.ingredients__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 32px
}
@media screen and (max-width:1023px) {
  .ingredients__list-img {
    width: 100px;
    padding-bottom: 16px
  }
  .ingredients__list li {
    margin: 0 16px
  }
}
.ingredients__list li span {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase
}
@media screen and (max-width:1023px) {
  .ingredients__list li span {
    font-size: 20px;
    font-weight: 400;
    line-height: 42px;
    text-align: center
  }
}
.ingredients__list li span._lamb {
  color: #b9cd0c
}
.ingredients__list li span._salmon {
  color: #ea9fae
}
.ingredients__list li span._chicken {
  color: #f3d044
}
.ingredients__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 120px
}
@media screen and (max-width:1023px) {
  .ingredients__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px
  }
}
@media screen and (max-width:574px) {
  .health .title {
    max-width: 270px
  }
  .ingredients__features {
    display: none
  }
}
.ingredients__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (max-width:767px) {
  .ingredients__list li {
    width: 50%;
    margin: 0
  }
  .ingredients__list li:nth-child(1),
  .ingredients__list li:nth-child(2) {
    margin-bottom: 32px
  }
  .ingredients__list li span {
    font-size: 14px;
    line-height: 20px
  }
  .ingredients__features {
    padding-bottom: 24px;
    position: relative
  }
  .ingredients__features-item {
    margin-left: 10%;
    position: relative
  }
  .ingredients__features-item:first-child {
    margin-bottom: 24px
  }
}
.ingredients__features-item span {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase
}
@media screen and (max-width:1023px) {
  .ingredients__features-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px
  }
  .ingredients__features-item span {
    font-size: 30px;
    line-height: 42px;
    text-align: left
  }
}
@media screen and (max-width:767px) {
  .ingredients__features-item span {
    font-size: 22px;
    line-height: 120%
  }
  .ingredients__features-item .tooltip__content {
    top: auto;
    bottom: 0
  }
}
.ingredients__features-item span sup {
  font-size: 16px;
  top: -12px
}
.ingredients__features-img {
  margin-bottom: 40px
}
@media screen and (max-width:1023px) {
  .ingredients__features-img {
    max-width: 264px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 10%
  }
}
@media screen and (max-width:767px) {
  .ingredients__features-img {
    min-width: 220px;
    width: 220px;
    height: 100%;
    margin-right: 40px
  }
}
.ingredients__slider {
  display: none
}
@media screen and (max-width:574px) {
  .ingredients__features-item {
    margin-left: 0
  }
  .ingredients__features-item span {
    font-size: 14px;
    line-height: 20px
  }
  .ingredients__features-item span sup {
    font-size: 10px;
    top: -8px
  }
  .ingredients__features-img {
    min-width: 110px;
    width: 110px
  }
  .ingredients__slider {
    display: block;
    padding-bottom: 65px
  }
}
.ingredients__slider .swiper-pagination {
  bottom: 57px!important
}
.ingredients__slider .swiper-slide {
  width: 330px;
  margin-right: 0
}
.intro {
  position: relative;
  width: 100%;
  min-height: 820px;
  background-image: url(../img/banner-hero.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(50% - 350px) -22px;
  z-index: 2;
  margin-bottom: 40px
}
@media screen and (max-width:1023px) {
  .intro {
    background-position: center bottom;
    background-size: 440px;
    height: auto;
    margin-bottom: 0;
    min-height: 860px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media screen and (max-width:574px) {
  .intro {
    margin-bottom: 48px
  }
}
.intro .container {
  height: 100%;
  max-width: 1260px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.intro__inner {
  padding-top: 65px;
  max-width: 600px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width:1023px) {
  .intro__inner {
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px
  }
}
.intro__inner .btn-link {
  margin: 0 auto 0 0
}
@media screen and (max-width:767px) {
  .intro {
    background-size: 340px;
    min-height: 825px
  }
  .intro__inner {
    padding-top: 0
  }
  .intro__inner .btn-link {
    width: 100%
  }
}
.intro__title {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 44px;
  font-weight: 700;
  line-height: 51.56px;
  letter-spacing: -.02em;
  text-align: left;
  padding: 25px 0;
  width: 100%
}
.intro__title:after,
.intro__title:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(51.04%,#ffd475),to(#000));
  background: -o-linear-gradient(left,#000 0,#ffd475 51.04%,#000 100%);
  background: linear-gradient(90deg,#000 0,#ffd475 51.04%,#000 100%)
}
.intro__title:before {
  top: 0
}
.intro__title:after {
  bottom: 0
}
.intro__title span:last-child {
  font-size: 30px;
  font-weight: 300
}
@media screen and (max-width:1024px) {
  .intro__title span:last-child {
    margin-top: 5px;
    font-size: 20px
  }
}
@media screen and (max-width:767px) {
  .intro__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: -.04em;
    padding: 16px 0
  }
  .intro__title span:last-child {
    font-size: 16px
  }
}
.intro__subtitle {
  margin: 0 auto;
  font-size: 20px;
  width: 100%;
  line-height: 1.2;
  font-weight: 400;
  padding: 32px 0
}
@media screen and (max-width:1023px) {
  .intro__subtitle {
    padding: 24px 0;
    max-width: 100%;
    font-size: 18px;
    line-height: 25.2px;
    text-align: left
  }
  #notes {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
}
.intro__subtitle .tooltip__content {
  right: -205px;
  top: 25px
}
.notes {
  width: 100%;
  list-style: none;
  padding-top: 80px
}
@media screen and (max-width:767px) {
  .intro__subtitle {
    font-size: 16px;
    line-height: 22.4px
  }
  .intro__subtitle .tooltip__content {
    top: auto;
    bottom: -25px;
    left: 20px;
    width: calc(100% - 40px)
  }
  .notes {
    padding-top: 48px
  }
}
.notes_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  opacity: .5;
  line-height: 15.23px;
  letter-spacing: -.02em;
  text-align: left
}
.notes_item:not(:first-child) {
  margin-top: 4px
}
.notes_item span {
  display: inline-block;
  min-width: 6px;
  margin-right: 10px
}
.owl-carousel {
  height: 420px;
  width: auto;
  padding-bottom: 60px
}
.owl-carousel .owl-stage-outer {
  height: 100%
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.owl-carousel .owl-item .item {
  width: 238px;
  height: calc(100% - 84px)
}
.owl-carousel .owl-item.big .item {
  height: 100%;
  width: 698px!important;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s
}
@media screen and (min-width:768px) {
  .owl-carousel .owl-stage-outer {
    margin-left: -38px;
    margin-right: -38px;
    padding-left: 38px;
    padding-right: 38px
  }
  .owl-carousel .owl-item.big .item {
    width: 687px!important;
    height: 100%;
    padding-left: 0;
    padding-right: 124px
  }
}
@media screen and (min-width:1233px) {
  .owl-carousel .owl-stage-outer {
    margin-right: -136px
  }
  .owl-carousel .owl-item.big .item {
    width: 698px!important
  }
}
.owl-carousel .owl-dots {
  margin-top: 28px!important
}
@media screen and (max-width:1023px) {
  .owl-carousel .owl-dots.disabled {
    display: block
  }
}
.owl-carousel .owl-dots .owl-dot span {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #4a4a4a;
  margin: 4px 4.5px
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #4a4a4a
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffd475
}
.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 604px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 82px
}
.owl-carousel .owl-nav:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  bottom: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background: rgba(255,255,255,.21);
  cursor: default
}
@media screen and (max-width:767px) {
  .notes_item {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal
  }
  .owl-carousel .owl-stage-outer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
  }
  .owl-carousel .owl-item .item {
    height: 100%
  }
  .owl-carousel .owl-nav:before {
    display: none
  }
}
.owl-carousel .owl-nav.disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  width: 17px;
  height: 30px;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  background-position: 50% 50%!important;
  background-image: url(../img/slider-arrow.svg)!important;
  z-index: 2;
  margin: 0
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(0,0,0,0)
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  display: none
}
.owl-carousel .owl-nav .owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.rations {
  margin-bottom: 100px
}
@media screen and (max-width:1023px) {
  .rations {
    margin-bottom: 58px;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
}
@media screen and (max-width:574px) {
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    width: 12px;
    height: 21px
  }
  .rations {
    margin-bottom: 48px
  }
}
.rations .title {
  margin-bottom: 24px
}
@media screen and (max-width:1023px) {
  .rations .title {
    margin-bottom: 16px!important
  }
}
.rations .subtitle {
  margin-bottom: 64px
}
@media screen and (max-width:1023px) {
  .rations .subtitle {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 20px
  }
}
.rations__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width:767px) {
  .rations .subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px
  }
  .rations__row {
    padding-top: 0
  }
}
.rations__col {
  width: 50%;
  padding: 0 40px
}
@media screen and (max-width:1023px) {
  .rations__col {
    width: 100%;
    padding: 0 28px
  }
  .rations__col:first-child {
    margin-bottom: 57px
  }
}
.rations__item {
  width: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media screen and (max-width:1023px) {
  .rations__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media screen and (max-width:767px) {
  .rations__col {
    padding: 0
  }
  .rations__col:first-child {
    margin-bottom: 42px
  }
  .rations__item {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}
.rations__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 264px;
  height: 264px;
  margin-bottom: 40px
}
@media screen and (max-width:1023px) {
  .rations__img {
    margin-bottom: 0
  }
  .rations__col:last-child .rations__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media screen and (max-width:767px) {
  .rations__img {
    width: 220px;
    height: 220px;
    margin-right: 40px
  }
  .rations__col:last-child .rations__img {
    margin-right: 0;
    margin-left: 40px
  }
}
@media screen and (max-width:574px) {
  .rations__img {
    width: 108px;
    height: 108px;
    margin-right: 26px
  }
  .rations__col:last-child .rations__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 26px
  }
}
.rations__img img {
  width: 100%;
  height: auto
}
.rations__text {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media screen and (max-width:1023px) {
  .rations__text {
    max-width: 264px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .rations__col:last-child .rations__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.rations__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.31;
  text-align: center;
  color: #fff;
  margin-bottom: 31px;
  text-transform: uppercase
}
@media screen and (max-width:1023px) {
  .rations__title {
    text-align: left;
    margin-bottom: 23px
  }
  .rations__title br {
    display: none
  }
  .rations .btn-link {
    margin-left: 0;
    width: 170px
  }
}
@media screen and (max-width:767px) {
  .rations__title {
    font-size: 22px
  }
  .rations .btn-link {
    width: 100%
  }
}
@media screen and (max-width:574px) {
  .rations__text {
    width: 100%;
    max-width: 331px
  }
  .rations__title {
    font-size: 14px;
    line-height: 1.43;
    margin: 0 0 18px;
    max-width: 276px
  }
}
.rations .btn-link {
  margin-top: auto;
  width: 170px
}
.redstripe {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 33px;
  background-color: #ec1a19;
  z-index: 10
}
.redstripe_img {
  width: 250px;
  padding-top: 4px
}
.swiper-slide {
  height: auto
}
.swiper-pagination {
  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;
  z-index: 1;
  bottom: 12px!important
}
@media screen and (max-width:574px) {
  .swiper-pagination {
    bottom: 8px!important
  }
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #4a4a4a
}
.swiper-pagination-bullet-active {
  background: #ffd475
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 2px;
  width: 17px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url(../img/slider-arrow.svg);
  z-index: 2;
  display: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none
}
.swiper-button-prev {
  left: 20px
}
.swiper-button-next {
  right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.swiper-button-disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}
.dry .swiper {
  padding-bottom: 60px
}
@media screen and (max-width:574px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 12px;
    height: 21px
  }
  .dry .swiper {
    padding-bottom: 49px
  }
}
.wet .swiper-wrapper {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.wet .swiper {
  padding: 0 0 85px
}
@media screen and (max-width:1232px) {
  .wet .swiper {
    padding-bottom: 57px
  }
}
@media screen and (max-width:574px) {
  .wet .swiper {
    padding: 0 15px 48px
  }
}
.health .swiper {
  padding-bottom: 60px
}
@media screen and (min-width:768px) {
  .health .swiper {
    margin-left: -38px;
    margin-right: -38px;
    padding-left: 38px;
    padding-right: 38px
  }
}
.health .swiper-wrapper {
  height: 360px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media screen and (max-width:767px) {
  .swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
  }
  .health .swiper-wrapper {
    height: 276px;
    margin-left: 0
  }
}
.health .swiper-slide {
  width: 238px!important;
  height: calc(100% - 84px);
  -webkit-transition: height .15s;
  -o-transition: height .15s;
  transition: height .15s
}
@media screen and (min-width:768px) {
  .health .swiper-slide-active {
    width: 687px!important;
    height: 100%;
    padding-left: 0;
    padding-right: 124px
  }
}
@media screen and (min-width:1024px) {
  .owl-carousel .owl-item.big .item {
    padding-right: 92px
  }
  .owl-carousel .owl-nav {
    left: 725px
  }
  .health .swiper-slide-active {
    padding-right: 92px
  }
}
@media screen and (min-width:1233px) {
  .owl-carousel .owl-nav {
    left: 736px
  }
  .dry .swiper {
    display: none
  }
  .health .swiper {
    margin-right: -136px
  }
  .health .swiper-slide-active {
    width: calc(100% - 476px - 76px)!important
  }
}
@media screen and (min-width:768px) {
  .health .swiper-button-next,
  .health .swiper-button-prev {
    top: 0;
    left: 642px;
    bottom: auto;
    margin-top: auto
  }
}
@media screen and (min-width:1024px) {
  .health .swiper-button-next,
  .health .swiper-button-prev {
    right: auto;
    left: 763px
  }
}
@media screen and (min-width:1233px) {
  .health .swiper-button-next,
  .health .swiper-button-prev {
    left: 774px
  }
}
.health .swiper-button-prev:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 1px;
  bottom: 1px;
  width: 2px;
  margin-left: 24px;
  background: rgba(255,255,255,.21);
  cursor: default
}
@media screen and (min-width:768px) {
  .health .swiper-button-next {
    left: 708px;
    margin-right: -66px
  }
}
@media screen and (min-width:1024px) {
  .health .swiper-button-next {
    margin-right: 0;
    left: 829px
  }
}
@media screen and (min-width:1233px) {
  .health .swiper-button-next {
    left: 840px
  }
}
.wet {
  margin-bottom: 24px
}
@media screen and (max-width:1232px) {
  .wet {
    margin-bottom: 50px
  }
}
@media screen and (max-width:1023px) {
  .wet {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}
.wet .equation {
  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;
  padding: 0 0 36px;
  margin-left: -7.5px;
  margin-right: -7.5px
}
@media screen and (max-width:1023px) {
  .wet .equation {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 0 48px
  }
}
@media screen and (max-width:767px) {
  .health .swiper-slide {
    height: 100%
  }
  .health .swiper-button-prev:before {
    display: none
  }
  .wet .equation {
    margin-left: -7px;
    margin-right: -7px
  }
}
@media screen and (max-width:574px) {
  .wet {
    margin-bottom: 0
  }
  .wet .equation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 38px
  }
}
@media screen and (max-width:425px) {
  .wet .equation {
    margin-left: -7px;
    margin-right: -7px
  }
}
.wet .equation__item {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  margin: 0 7.5px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../img/equation-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}
@media screen and (max-width:1023px) {
  .wet .equation__item {
    margin: 0 12px
  }
}
@media screen and (max-width:767px) {
  .wet .equation__item {
    margin: 0 7px
  }
}
@media screen and (max-width:574px) {
  .wet .equation__item {
    width: 125px;
    height: 125px;
    margin: 0 7px
  }
  .wet .equation__item:first-child img,
  .wet .equation__item:nth-child(3) img {
    height: 35px
  }
  .wet .equation__item:last-child {
    position: relative;
    width: 154px;
    height: 154px;
    margin-top: -18px;
    padding: 0 10px
  }
  .wet .equation__item:last-child:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 26px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18px;
    height: 12px;
    background-image: url(../img/equation-equals.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
  }
}
.wet .equation__item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  text-transform: uppercase;
  color: #f6cd84;
  margin-top: 11px;
  margin-bottom: 0
}
.wet .equation__item:last-child p {
  line-height: 1.57;
  margin-top: 0
}
@media screen and (max-width:574px) {
  .wet .equation__item p {
    font-size: 12px
  }
  .wet .equation__item:last-child p {
    font-size: 14px
  }
}
@media screen and (max-width:374px) {
  .wet .equation__item {
    width: 110px;
    height: 110px;
    margin: 0 4px
  }
  .wet .equation__item:last-child {
    width: 134px;
    height: 134px;
    margin-top: -22px
  }
  .wet .equation__item:last-child:before {
    top: 20px
  }
  .wet .equation__item:last-child p {
    font-size: 12px
  }
}
.wet .equation__math {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 7.5px;
  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;
  background-image: url(../img/equation-math.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}
@media screen and (max-width:574px) {
  .wet .equation__math {
    width: 54px;
    height: 54px;
    margin: 0 7px
  }
  .wet .equation__math_plus img {
    width: 20px;
    height: auto
  }
  .wet .equation__math_equals {
    display: none
  }
}
@media screen and (max-width:374px) {
  .wet .equation__math {
    width: 48px;
    height: 48px;
    margin: 0 4px
  }
}
.wet__list {
  max-width: 1060px;
  position: relative;
  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;
  padding: 28px 44px;
  border: 1px solid rgba(255,212,117,.25);
  border-left: none;
  border-right: none;
  margin: 0 auto 70px
}
@media screen and (max-width:1023px) {
  .wet__list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
  }
}
@media screen and (max-width:767px) {
  .wet__list {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    margin-bottom: 48px;
    padding: 25px 0
  }
  .wet__list:after,
  .wet__list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #f6cd84;
    opacity: .2
  }
}
.wet__list:before {
  top: 0
}
.wet__list:after {
  bottom: 0
}
.wet__list-item {
  position: relative;
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  padding-left: 61px
}
@media screen and (max-width:1023px) {
  .wet__list-item {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
  }
  .wet__list-item:nth-child(2) {
    width: auto
  }
}
.wet__list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 40px;
  height: 40px;
  background-image: url(../img/wet-list-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}
@media screen and (max-width:767px) {
  .wet__list-item {
    width: 100%;
    padding-left: 43px;
    font-size: 14px
  }
  .wet__list-item:not(:first-child) {
    margin-top: 19px
  }
  .wet__list-item br {
    display: none
  }
  .wet__list-item:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px
  }
}
.wet__list-item span {
  color: #f6cd84
}
.wet__item {
  width: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.wet__item._salmon {
  color: #ea9fae
}
.wet__item._lamb {
  color: #b9cd0c
}
.wet__item._turkey {
  color: #c0a2c7
}
.wet__item._chicken {
  color: #f3d044
}
.wet__item._beef {
  color: #e30b17
}
.wet__item._duck {
  color: #9d8aa4
}
.wet__taste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: inherit
}
.wet__taste img {
  margin-bottom: 7px
}
.wet__taste span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2
}
.wet__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #fff
}
.wet__img {
  height: 312px;
  width: auto;
  margin-top: 31px;
  margin-bottom: 24px
}
@media screen and (max-width:574px) {
  .wet__taste img {
    width: 129px;
    height: auto;
    margin-bottom: 6px
  }
  .wet__caption,
  .wet__taste span {
    font-size: 14px
  }
  .wet__img {
    height: 182px;
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.wet__img img {
  height: 100%;
  width: auto
}
@media screen and (max-width:1023px) {
  .wet__caption {
    line-height: 1.38
  }
  .wet .swiper {
    padding-bottom: 113px
  }
  .wet .swiper-pagination {
    bottom: 42px!important
  }
}
@media screen and (max-width:767px) {
  .wet .swiper {
    padding-bottom: 95px
  }
}