@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;
  background-color: #fff;
  color: #000;
  width: 100%;
  margin: 0 auto
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
main {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  z-index: 1
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #f7ce7e;
  line-height: 1.1em;
  padding: 0;
  margin: 0
}
div {
  color: #fff;
  padding: 0;
  margin: 0
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
.ov-hid {
  overflow-y: hidden!important
}
.container {
  position: relative;
  width: 100%;
  max-width: 1174px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 2
}
.header .container {
  padding: 0 25px
}
.title {
  font-size: 20px;
  line-height: 1.05;
  font-weight: 300;
  text-align: center;
  color: #f7ce7e
}
.title span {
  color: #fff
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  margin-bottom: 0!important
}
.header_top {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  background-color: #ec1a19;
  z-index: 10
}
.header_purina_img {
  width: 250px;
  padding-top: 4px
}
.header_bottom {
  position: relative;
  height: 40px;
  width: 100%;
  background-color: #1a1919;
  z-index: 10
}
.header_bottom .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px
}
.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 68px;
  background: url(/modules/custom/puppy/dist/new/img/pp-logo-panel.svg) bottom center/cover no-repeat;
  display: flex;
  align-items: 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%;
  transition: 1s
}
.header_mobile.active {
  left: 0;
  transition: left 1s
}
.header_mobile .container {
  height: 100%;
  padding: 50px 30px 100px;
  position: relative
}
.header_box {
  display: none
}
.header_nav.mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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%;
  transform: translateX(-50%);
  display: flex;
  justify-content: 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;
  transition: .3s
}
.header_nav_link:hover {
  color: #f7ce7e;
  transition: .3s
}
.header_social_text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 20px 0
}
.header_social_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  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;
  transform: rotate(-45deg)
}
.header_hamburger.active span:nth-child(2) {
  display: none
}
.header_hamburger.active span:last-child {
  top: 7px;
  transform: rotate(45deg)
}
.footer {
  position: relative;
  background-color: #000;
  padding: 25px 0 33px
}
.footer_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}
.footer_row:first-child .container {
  display: flex;
  justify-content: space-between
}
.footer_row:last-child {
  display: block
}
.footer_purina-logo {
  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_social {
  display: flex;
  align-items: center
}
.footer_social_item {
  display: flex;
  opacity: 1;
  max-width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .3s
}
.footer_social_item:hover {
  opacity: .7
}
.footer_social_item.facebook {
  background-image: url(/modules/custom/puppy/dist/new/img/fb-logo.svg);
  max-width: 20px
}
.footer_social_item.vk {
  background-image: url(/modules/custom/puppy/dist/new/img/vk-logo.svg)
}
.footer_social_item.instagram {
  margin-right: 0;
  background-image: url(/modules/custom/puppy/dist/new/img/ig-logo.svg)
}
.footer_copyright {
  font-family: "Fira Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8c8d8d;
  padding: 30px 0 15px
}
.article {
  position: relative
}
.article_wrapper {
  display: block;
  margin: 0 auto
}
.article_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vw;
  overflow: hidden
}
.article_box:hover .article_img {
  transform: translate(-50%,-50%) scale(1.15);
  transition: .7s
}
.article_box.white .article_name {
  color: #000
}
.article_box.black .article_name {
  color: #fff
}
.article_name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  z-index: 2
}
.article_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  transition: .7s
}
.article_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5
}
.article .intro_line {
  position: absolute;
  width: calc(100% + 40px);
  height: 35px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  top: 62px;
  z-index: 2
}
.article .intro_line .shape {
  width: 100%;
  height: 100%
}
.food {
  position: relative;
  padding: 113px 0 60px;
  margin-top: -73px;
  z-index: 3
}
.food_mobile {
  display: none
}
.food_mobile .food_result {
  overflow: hidden;
  transition: max-height .5s ease-out;
  max-height: 0;
  z-index: 1
}
.food_mobile .food_result .food_link,
.food_mobile .food_result .food_result_list {
  opacity: 0;
  transition: opacity .5s ease-out
}
.food_mobile .food_result.active {
  max-height: 600px;
  overflow: visible;
  transition: max-height .5s ease-in
}
.food_mobile .food_result.active .food_link,
.food_mobile .food_result.active .food_result_list {
  opacity: 1;
  transition: opacity 1s ease-in
}
.food_desktop .food_result_box {
  overflow: hidden;
  transition: max-height .5s ease-out;
  max-height: 0;
  z-index: 1
}
.food_desktop .food_result_box .food_result_list,
.food_desktop .food_result_box .food_result_more {
  opacity: 0;
  transition: opacity .5s ease-out
}
.food_desktop .food_result_box.active {
  max-height: 700px;
  overflow: visible;
  transition: max-height .5s ease-in
}
.food_desktop .food_result_box.active .food_result_list,
.food_desktop .food_result_box.active .food_result_more {
  opacity: 1;
  transition: opacity 1s ease-in
}
.food_list {
  width: 100%;
  margin: 20px auto
}
.food_list .swiper-container {
  padding-bottom: 44px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px
}
.food_list .swiper-slide {
  height: auto
}
.food_list .swiper-pagination {
  bottom: 0
}
@media screen and (min-width:481px) {
  .food_list .swiper-pagination {
    display: none
  }
}
.food_list .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: 0 0;
  border: 1px solid #f7ce7e;
  opacity: 1
}
.food_list .swiper-pagination-bullet-active {
  background: #f7ce7e
}
.food_list .swiper-button-next,
.food_list .swiper-button-prev {
  width: 18px;
  height: 36px;
  background-size: contain;
  display: none
}
.food_list .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='38' viewBox='0 0 21 38' fill='none'%3E%3Cpath d='M1 1L19 19L1 37' stroke='%23FFD475' stroke-width='2'/%3E%3C/svg%3E")
}
.food_list .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='38' viewBox='0 0 21 38' fill='none'%3E%3Cpath d='M20 1L2 19L20 37' stroke='%23FFD475' stroke-width='2'/%3E%3C/svg%3E")
}
.food_item {
  position: relative;
  margin-top: 24px
}
.food_box {
  background-color: rgba(245,207,136,.2);
  position: relative;
  border-radius: 11px;
  border-style: solid;
  border-width: 1px;
  padding: 17px 28px;
  transition: .3s;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 240px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center
}
.food_box._salmon {
  border-color: rgba(234,159,174,.8)
}
.food_box._salmon::after {
  background-image: url(/modules/custom/puppy/dist/new/img/triangle-salmon.svg)
}
.food_box._lamb {
  border-color: rgba(185,205,12,.8)
}
.food_box._lamb::after {
  background-image: url(/modules/custom/puppy/dist/new/img/triangle-lamb.svg)
}
.food_box._chicken {
  border-color: rgba(243,208,68,.8)
}
.food_box._chicken::after {
  background-image: url(/modules/custom/puppy/dist/new/img/triangle-chicken.svg)
}
.food_box.active:after {
  opacity: 1;
  transition: opacity .5s ease-in
}
.food_box.active .food_btn {
  border: 1px solid #76bd22;
  color: #76bd22;
  transition: .3s
}
.food_box:after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 40px;
  opacity: 0;
  transition: opacity .5s ease-out
}
.food_box .optistart_link {
  width: 100%;
  max-width: 143px;
  font-size: 14px
}
.food_caption {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1.17;
  color: #fff;
  opacity: .6;
  margin-bottom: auto
}
.food_img {
  position: absolute;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.food_img_wrapper {
  position: relative;
  width: 100%;
  height: 126px;
  margin-top: 12px;
  margin-bottom: 8px
}
.food_taste {
  font-size: 12px;
  line-height: 1.17;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px
}
.food_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  height: 34px;
  border: 1px solid #000;
  border-radius: 21px;
  margin: 0 auto;
  transition: .3s;
  z-index: 5;
  cursor: pointer
}
.food_btn:hover {
  border: 1px solid #76bd22;
  color: #76bd22;
  transition: .3s
}
.food_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f5cf88;
  width: 150px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 21px;
  margin: 0 auto 30px;
  z-index: 5;
  transition: .3s;
  cursor: pointer
}
.food_link:hover {
  background-color: inherit;
  border: 1px solid #fff;
  color: #fff;
  transition: .3s
}
.food_result_list {
  position: relative;
  list-style: none;
  width: 100%
}
.food_result_item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px
}
.four .food_result_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.food_result_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}
.food_result_img {
  width: 60px
}
.food_result_info {
  margin-left: 20px;
  width: calc(100% - 75px)
}
.food_result_caption {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em
}
.food_result_description {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em
}
.food_result_description:empty {
  display: none
}
.food_result_image {
  position: absolute;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.food_result_image_wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 auto 30px
}
.guide {
  position: relative;
  padding: 30px 0 0
}
.guide .title {
  max-width: 274px;
  margin: 0 auto
}
.guide .container {
  padding: 0 25px
}
.guide_info {
  position: relative;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin: 12px 0 0;
  text-align: center
}
.guide_info.mobile {
  display: block
}
.guide_info.desktop {
  display: none
}
.guide_list {
  position: relative;
  list-style: none
}
.guide_item {
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.3)
}
.guide_item_main {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  height: 100px;
  padding-left: 100px;
  cursor: pointer
}
.guide_item_main.active:after {
  transform: translateY(-50%) scale(-1);
  transition: .5s
}
.guide_item_main:before {
  content: "";
  position: absolute;
  width: 90px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.guide_item_main:after {
  content: "";
  position: absolute;
  background-image: url(/modules/custom/puppy/dist/new/img/arr-gold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 22px;
  height: 11px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s
}
.guide_item:nth-child(1) .guide_item_main:before {
  background: url(../../img/icon-guide-1.svg) center/contain no-repeat;
  height: 39px
}
.guide_item:nth-child(2) .guide_item_main:before {
  background: url(../../img/icon-guide-2.svg) center/contain no-repeat;
  height: 43px
}
.guide_item:nth-child(3) .guide_item_main:before {
  background: url(../../img/icon-guide-3.svg) center/contain no-repeat;
  height: 51px
}
.guide_item:nth-child(4) .guide_item_main:before {
  background: url(../../img/icon-guide-4.svg) center/contain no-repeat;
  height: 53px
}
.guide_item:nth-child(5) {
  border: none
}
.guide_item:nth-child(5) .guide_item_main:before {
  background: url(../../img/icon-guide-5.svg) center/contain no-repeat;
  height: 54px
}
.guide_item_result {
  position: relative;
  display: none
}
.guide_item_result.active .guide_article,
.guide_item_result.active .guide_more {
  opacity: 1;
  transition: opacity 1.5s ease-in
}
.guide_article {
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 1s ease-out
}
.guide_article ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px
}
.guide_article li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em
}
.guide_img {
  display: block;
  width: 160px;
  margin: 0 auto 20px
}
.guide_caption {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px
}
.guide_description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px
}
@media screen and (max-width:993px) {
  .guide_description .tooltip__content {
    top: auto;
    bottom: -40px
  }
}
.guide_subtitle {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px
}
.guide_footnote {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px
}
.guide_more {
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 1s ease-out
}
.guide_more_text {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px
}
.guide_more_link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #f7ce7e;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 10px;
  transition: .3s
}
.guide_more_link:hover {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.guide .intro_line {
  position: absolute;
  width: calc(100% + 40px);
  height: 35px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  top: -1px;
  z-index: 2
}
.guide .intro_line .shape {
  width: 100%;
  height: 100%
}
.intro {
  position: relative;
  width: 100%;
  background-image: url(/modules/custom/puppy/dist/new/img/puppy-banner-hero.png);
  background-color: #000;
  background-position: left calc(50% - 94px) top 30px;
  background-repeat: no-repeat;
  background-size: 185px;
  z-index: 3
}
.intro .container {
  height: 100%;
  padding: 76px 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center
}
.intro_inner {
  max-width: 100%;
  width: 284px;
  display: flex;
  flex-direction: column;
  margin: auto 0;
  align-items: center;
}
.intro_inner img {
  display: none
}
@media screen and (max-width:992px) {
  .intro {
    background-image: none
  }
  .intro .breadcrumb__block {
    width: 100%;
    padding-bottom: 20px
  }
  .intro .breadcrumb {
    padding: 0
  }
  .intro .breadcrumb ul {
    width: 100%!important
  }
  .intro_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px
  }
  .intro_inner img {
    display: block
  }
}
.intro_title {
  position: relative;
  line-height: 1.17;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: 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: 36px;
  padding: 25px 73px;
  font-weight: 500
}
.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
}
@media screen and (max-width:992px) {
  .intro_title {
    font-size: 20px;
    padding: 25px 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
  }
}
.intro_subtitle {
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  padding: 48px 73px 0;
  position: relative
}
@media screen and (max-width:992px) {
  .intro_subtitle {
    font-size: 14px;
    padding: 24px 0;
    position: relative
  }
  .intro_subtitle .tooltip__content {
    top: auto;
    bottom: -75px
  }
  .intro_subtitle,
  .intro_title {
    width: 100%
  }
}
.intro .intro_line {
  position: absolute;
  width: calc(100% + 40px);
  height: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  z-index: 2
}
.intro .intro_line .shape {
  width: 100%;
  height: 100%
}
.intro_hexagon {
  position: absolute;
  display: none
}
.intro_hexagon.one {
  background: url(../../img/hexagon_left.png) center/contain no-repeat;
  width: 323px;
  height: 318px;
  top: 30px;
  left: -150px
}
.intro_hexagon.two {
  background: url(../../img/hexagon_right.png) center/contain no-repeat;
  width: 369px;
  height: 330px;
  top: 30px;
  right: -230px
}
#ingredients {
  padding-top: 100px
}
.ingredients {
  padding-bottom: 64px
}
.ingredients_title {
  color: #f7ce7e;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 14px
}
.ingredients_list {
  display: flex;
  justify-content: center;
  list-style: none;
  border: 1px solid #b27e31;
  padding: 64px 0;
  border-radius: 16px
}

.ingredients_list li {
  position: relative;
}

@media screen and (max-width:992px) {
  .ingredients_list {
    padding: 48px
  }
}
@media screen and (max-width:767px) {
  .intro_title span:last-child {
    font-size: 16px
  }
  #ingredients {
    padding-top: 32px
  }
  .ingredients_list {
    padding: 24px 0
  }
}
.ingredients_list li {
  text-align: center
}
.ingredients_list li img {
  width: 118px;
  height: auto
}
@media screen and (max-width:992px) {
  .ingredients_list li img {
    width: 90px
  }
}
.ingredients_list li:not(:last-child) {
  margin-right: 18px
}
.ingredients_list li span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 105px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.ingredients_list li span._turkey {
  color: #c0a2c7
}
.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: 56px
}
.ingredients_features-img {
  margin-bottom: 40px
}
@media screen and (max-width:767px) {
  .ingredients_features {
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .ingredients_features-item:first-child {
    margin-bottom: 16px
  }
}
.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
}
.ingredients_features-item span {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase
}
@media screen and (max-width:767px) {
  .ingredients_features-item span {
    font-size: 14px;
    line-height: 120%
  }
}
.subtitle {
  padding: 88px 0 0
}
.text-link {
  color: inherit;
  display: contents;
  text-decoration: underline
}
.sale {
  padding: 40px 0;
  background-color: #1a1919
}
.sale_title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase
}
.sale_offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.sale_img {
  width: 40%;
  background-image: url(../../img/sale_packs.png);
  background-size: cover;
  padding-bottom: 54%
}
.sale_text {
  color: #f5cf88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
  text-align: center;
  margin-left: 18px
}
.sale_cost {
  color: inherit;
  font-size: 50px;
  text-align: inherit
}
.sale_condition {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  text-align: inherit;
  margin-bottom: 10px
}
.sale_btn {
  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;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f5cf88;
  border: 1px solid #000;
  border-radius: 21px;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 5;
  cursor: pointer;
  padding: 13px;
  width: 100%
}
.sale_btn:hover {
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.optistart .title {
  max-width: 280px;
  margin: 0 auto
}
.optistart_mobile {
  position: relative;
  width: 272px;
  margin: 35px auto 20px
}
.optistart_mobile_img_wrapper {
  position: relative;
  width: 100%;
  height: 215px;
  margin: 0 auto
}
.optistart {
  position: relative;
  padding: 32px 0;
  z-index: 4;
  margin-top: 24px
}
.optistart .swiper-container {
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  padding-bottom: 16px
}
.optistart .swiper-slide {
  width: 100%;
  text-align: center
}
.optistart .swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  line-height: 1em;
  text-align: center;
  height: 4px;
  padding: 0 15px
}
.optistart .swiper-container-horizontal .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #f5cf88;
  background-color: transparent;
  outline: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0 5px
}
.optistart .swiper-container-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #f5cf88;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.optistart_wrapper {
  display: none
}
.optistart_list {
  position: relative;
  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;
  width: 100%;
  list-style: none
}
.optistart_item {
  width: 29%
}
.optistart_caption {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 20px auto 0
}
.optistart_description {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 12px auto 0;
  opacity: .6
}
.optistart_img {
  position: absolute;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.optistart_img.one {
  opacity: 1
}
.optistart_img.two {
  opacity: 0
}
.optistart_img_wrapper {
  position: relative;
  width: 100%;
  height: 351px;
  margin: 0 auto
}
.optistart_granule {
  position: absolute;
  opacity: 0
}
.optistart_granule.one {
  width: 161px;
  top: 70px;
  left: calc(50% + 209px)
}
.optistart_granule.two {
  width: 125px;
  top: 244px;
  left: calc(50% - 35px)
}
.optistart_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;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  padding-top: 2px;
  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%);
  width: 173px;
  height: 40px;
  border: none;
  border-radius: 21px;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 0
}
.optistart_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
}
.optistart_link:hover::before {
  opacity: 1
}
.notes {
  width: 100%;
  list-style: none;
  padding-top: 80px
}
.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
}
.input_container {
  border-bottom: 1px solid #fff;
  width: 100%
}
.input_control {
  background-color: inherit;
  border: none;
  color: #fff;
  height: 44px;
  padding: 8px;
  width: 100%
}
.input_control option {
  color: #000
}
.checkbox_control {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.checkbox_control + label::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: .25em;
  margin-right: 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%
}
.checkbox_control:checked + label::before {
  background-image: url(../../img/check.svg)
}
.checkbox_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: rgba(255,255,255,.7);
  font-size: 12px
}
.hidden {
  display: none!important
}
.modal_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(110,110,110,.6);
  z-index: 99;
  overflow-y: auto
}
.modal_container {
  position: relative;
  border-radius: 16px;
  background-color: #000;
  padding: 16px;
  margin: 20px
}
.modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer
}
.get-sale_form {
  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;
  padding: 60px 0 10px;
  color: #fff
}
.get-sale_title {
  color: #f5cf88;
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500
}
.get-sale_paragraph {
  text-align: center;
  color: #fff;
  max-width: 823px;
  margin-bottom: 30px;
  font-size: 14px
}
.get-sale_paragraph-result {
  max-width: 700px
}
.get-sale_fields {
  width: 100%;
  max-width: 560px
}
.get-sale_input {
  margin-bottom: 30px
}
.get-sale_partners {
  padding: 0 8px;
  margin-bottom: 48px
}
.get-sale_partners-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff
}
.get-sale_btn {
  width: 100%
}
.get-sale_error,
.get-sale_success {
  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;
  padding: 60px 30px;
  color: #fff
}
.different-sizes {
  margin-top: 60px
}
i.scale {
  -webkit-animation: 2.5s infinite animate_grow;
  animation: 2.5s infinite animate_grow
}
@-webkit-keyframes animate_grow {
  0%,
  100% {
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  50% {
    -ms-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
}
@keyframes animate_grow {
  0%,
  100% {
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  50% {
    -ms-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
}
.first-years {
  margin-top: 60px
}
.first-years .title {
  max-width: 330px;
  margin: 0 auto
}
.first-years_row {
  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: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.first-years_img {
  height: 408px
}
.first-years_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.first-years_list {
  margin-top: -30px;
  max-width: 420px;
  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
}
.first-years_col {
  width: 50%;
  padding: 8px
}
.first-years_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
}
.first-years_item img {
  width: auto;
  height: 141px
}
.first-years_item p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22;
  margin-top: 16px
}
.rations {
  padding-bottom: 24px
}
.rations .title {
  margin: 0 auto
}
.rations_img {
  height: auto;
  width: 100%;
  max-width: 339px;
  margin: 32px auto 0
}
.rations_img-desktop {
  display: none
}
.rations_img-mobile {
  display: block
}
.rations_list {
  max-width: 420px;
  margin: 24px auto 0;
  counter-reset: itemsCounter
}
.rations_list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 0;
  border-top: 1px solid #1a1a1a;
  align-items: center
}
@media screen and (max-width:767px) {
  .rations_list li {
    flex-direction: row
  }
  .rations_list li i {
    display: none
  }
}
.rations_list li:last-child {
  border-bottom: 1px solid #1a1a1a
}
.rations_list li::before {
  counter-increment: itemsCounter;
  content: counter(itemsCounter);
  min-width: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20' fill='none'%3E%3Cpath d='M4.48532 2.03693C5.19412 0.778557 6.52622 0 7.97048 0H11.5H15.2157C16.6857 0 18.0373 0.806348 18.7356 2.09996L21.9744 8.09996C22.6145 9.28579 22.6145 10.7142 21.9744 11.9L18.7356 17.9C18.0373 19.1937 16.6857 20 15.2157 20H11.5H7.97049C6.52622 20 5.19412 19.2214 4.48532 17.9631L1.10573 11.9631C0.419278 10.7444 0.419279 9.25563 1.10573 8.03693L4.48532 2.03693Z' fill='url(%23paint0_linear_1231_37)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1231_37' x1='0' y1='0' x2='29.0288' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23AF7B2D'/%3E%3Cstop offset='0.242835' stop-color='%23D2A156'/%3E%3Cstop offset='0.518072' stop-color='%23FCD18A'/%3E%3Cstop offset='0.779547' stop-color='%23D1A45C'/%3E%3Cstop offset='1' stop-color='%23B58337'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin-right: 8px
}
.rations_list li i {
  margin-bottom: 10px
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .rations_list {
    width: auto!important
  }
  .rations_list li i,
  .rations_list li i svg {
    width: 100px;
    height: 94px
  }
  .rations_list li span {
    font-size: 14px
  }
}
.rations_list li br,
.rations_list_mobile {
  display: none
}
@media screen and (max-width:768px) {
  .rations_list_mobile {
    position: relative;
    display: block;
    width: 340px;
    max-width: 340px;
    margin: 0 auto;
    list-style: none
  }
}
.rations_list_mobile li {
  position: absolute
}
.rations_list_mobile li i {
  display: block
}
.rations_list_mobile li i svg {
  width: 100%;
  height: 100%
}
.rations_list_mobile li:nth-child(1) {
  top: 39%;
  left: 2%
}
@media screen and (max-width:375px) {
  .rations_list_mobile {
    width: 300px
  }
  .rations_list_mobile li:nth-child(1) {
    top: 38%;
    left: 0
  }
}
.rations_list_mobile li:nth-child(2) {
  top: 85%;
  left: 41%
}
@media screen and (max-width:375px) {
  .rations_list_mobile li:nth-child(2) {
    top: 84%;
    left: 40%
  }
}
.rations_list_mobile li:nth-child(3) {
  top: 72%;
  left: 16%
}
@media screen and (max-width:375px) {
  .rations_list_mobile li:nth-child(3) {
    top: 73%;
    left: 14%
  }
}
.rations_list_mobile li:nth-child(4) {
  top: 72%;
  left: 65%
}
@media screen and (max-width:375px) {
  .rations_list_mobile li:nth-child(4) {
    top: 73%;
    left: 65%
  }
}
.rations_list_mobile li:nth-child(5) {
  top: 39%;
  left: 80%
}
@media screen and (max-width:375px) {
  .rations_list_mobile li:nth-child(5) {
    top: 38%;
    left: 81%
  }
}
.different-sizes .title {
  margin: 0 auto 16px
}
.different-sizes .notes {
  margin-top: 48px
}
.different-sizes_row {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 420px;
  margin: -16px auto
}
.different-sizes_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px
}
.different-sizes_item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative
}
.different-sizes_item img {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  max-width: 100%;
  height: auto
}
.different-sizes_item p {
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 0
}
.different-sizes_item p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: -webkit-gradient(linear,left top,left bottom,from(#b27e31),color-stop(21.88%,#d4a359),color-stop(49.48%,#fdd28b),color-stop(72.4%,#cc9f55),to(#b28238));
  background: -o-linear-gradient(top,#b27e31 0,#d4a359 21.88%,#fdd28b 49.48%,#cc9f55 72.4%,#b28238 100%);
  background: linear-gradient(180deg,#b27e31 0,#d4a359 21.88%,#fdd28b 49.48%,#cc9f55 72.4%,#b28238 100%)
}
.different-sizes_item span:not([class]) {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  margin-top: 22px
}
.different-sizes_item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
@media screen and (max-width:767px) {
  .different-sizes_item .tooltip__content {
    top: auto;
    bottom: -45px
  }
}
@media screen and (min-width:1200px) {
  .article_name {
    font-size: 26px;
    margin-top: 60px
  }
  .intro_hexagon.two {
    right: -88px
  }
}
@media screen and (min-width:1440px) {
  .article_wrapper {
    max-width: 1440px
  }
  .article_box {
    width: 50%;
    height: 720px
  }
  .intro_hexagon.two {
    right: 0
  }
}
@media screen and (max-width:374px) {
  .first-years_item img {
    height: 110px
  }
}
@media screen and (min-width:1024px) {
  .intro_inner {
    width: 600px!important;
    max-width: 600px!important
  }
  .intro_title._puppy span:first-child {
    font-size: 38px
  }
}
@media screen and (min-width:768px) {
  .container {
    padding: 0 40px
  }
  .title {
    font-size: 26px
  }
  .header_purina_img {
    display: block;
    width: 341px;
    padding: 0
  }
  .header_logo {
    left: 25px;
    top: 8px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  .header_logo_img {
    width: 190px
  }
  .header_nav.mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 73px
  }
  .header_hamburger {
    width: 24px;
    height: 19px
  }
  .header_hamburger span:nth-child(2) {
    top: 9px
  }
  .header_hamburger span:last-child {
    top: 18px
  }
  .header_hamburger.active span {
    width: 23px
  }
  .header_hamburger.active span:first-child {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .header_hamburger.active span:last-child {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .checkbox_label {
    font-size: 14px
  }
  .modal_container {
    margin: 20px auto;
    padding: 30px;
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content
  }
  .get-sale_form {
    padding: 60px 30px
  }
  .get-sale_title {
    font-size: 24px
  }
  .get-sale_paragraph {
    font-size: 20px;
    margin-bottom: 50px
  }
  .get-sale_partners-title {
    font-size: 20px
  }
  .get-sale_btn {
    width: 280px
  }
  .article_wrapper {
    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-wrap: wrap;
    flex-wrap: wrap;
    border: none
  }
  .article_box {
    width: 50%;
    height: 50vw;
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1)
  }
  .article_name {
    font-size: 14px;
    margin-top: 30px
  }
  .article .intro_line {
    height: 60px
  }
  .food {
    padding: 88px 0 0
  }
  .food_img_wrapper {
    height: 131px
  }
  .food_desktop {
    position: relative;
    display: block
  }
  .food_list {
    margin-top: 30px
  }
  .food_list .swiper-container {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px
  }
  .food_box {
    max-width: 100%;
    padding: 19px 23px 23px;
    margin: 0 auto
  }
  .food_link {
    margin: 0 auto
  }
  .food_result {
    max-width: 720px;
    z-index: 1
  }
  .food_result_box {
    position: relative;
    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
  }
  .food_result_list {
    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;
    margin-top: 0;
    width: calc(100% - 220px)
  }
  .food_result_item:last-child {
    margin-bottom: 0
  }
  .food_result_caption {
    margin-left: 0;
    width: 100%;
    font-size: 18px
  }
  .food_result_description {
    font-size: 14px;
    margin-top: 10px
  }
  .food_result_more {
    position: relative;
    width: 190px
  }
  .guide {
    padding: 70px 0 30px
  }
  .guide .title {
    max-width: 100%
  }
  .guide .container {
    padding: 0 40px
  }
  .guide_info {
    font-size: 14px;
    margin: 30px auto;
    max-width: 645px
  }
  .guide_info.mobile {
    display: none
  }
  .guide_info.desktop {
    display: block
  }
  .guide_item_main {
    font-size: 20px;
    padding-left: 110px
  }
  .guide_item_main:after {
    background-image: url(/modules/custom/puppy/dist/new/img/arr-white.svg)
  }
  .guide_item_result {
    padding-left: 180px
  }
  .guide_item_result.active {
    max-height: 2100px
  }
  .guide_article {
    min-height: 140px;
    margin-bottom: 40px
  }
  .guide_article:nth-child(1) {
    margin-top: 20px
  }
  .guide_article ul {
    margin-bottom: 20px
  }
  .guide_article li {
    font-size: 14px
  }
  .guide_img {
    position: absolute;
    top: 0;
    left: -180px;
    margin: 0
  }
  .guide_caption {
    font-size: 18px;
    margin-bottom: 20px
  }
  .guide_description,
  .guide_footnote,
  .guide_subtitle {
    font-size: 14px;
    margin-bottom: 20px
  }
  .guide_more {
    margin-bottom: 40px
  }
  .guide_more_text {
    font-size: 14px;
    margin-bottom: 20px
  }
  .guide_more_link {
    font-size: 14px
  }
  .guide .intro_line {
    height: 60px
  }
  .intro {
    background-size: 461px;
    background-position: top -15px left calc(50% - 208px)
  }
  .intro .container {
    width: 100%;
    margin: 0 auto;
    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 {
    width: 100%
  }
  .intro-inner {
    width: 346px;
    max-width: 346px
  }
  .intro_title {
    font-size: 26px
  }
  .intro .intro_line {
    height: 60px
  }
  .intro_hexagon {
    display: block
  }
  .ingredients_title {
    font-size: 23px
  }
  .subtitle {
    padding: 20px 0
  }
  .intro_subtitle {
    font-size: 14px
  }
  .sale {
    padding: 50px 0 0
  }
  .sale_title {
    margin-bottom: 53px;
    font-size: 26px
  }
  .sale_offer {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
  }
  .sale_img {
    width: 40%
  }
  .sale_text {
    padding-top: 72px
  }
  .sale_cost {
    font-size: 100px
  }
  .sale_condition {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px
  }
  .sale_btn {
    font-size: 16px;
    padding: 13px 30px
  }
  .optistart {
    margin-top: 32px;
    padding: 50px 0
  }
  .optistart .title {
    max-width: 356px
  }
  .optistart_item {
    text-align: center
  }
  .optistart_link {
    font-size: 14px;
    height: 34px
  }
  .optistart_img {
    -webkit-transform: translate(-261px,-175px);
    -ms-transform: translate(-261px,-175px);
    transform: translate(-261px,-175px)
  }
  .optistart_mobile {
    display: none
  }
  .optistart_wrapper {
    display: block;
    margin: 48px 0
  }
  .optistart_caption {
    font-size: 18px;
    line-height: 1.1em;
    min-height: 58px;
    width: initial;
    margin: 15px auto 0
  }
  .optistart_description {
    font-size: 14px;
    line-height: 1.3em;
    width: initial
  }
  .notes_item {
    font-size: 12px
  }
  .notes_item span {
    width: 12px
  }
  .first-years .title {
    max-width: 600px
  }
  .first-years_row {
    -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
  }
  .first-years_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 593px
  }
  .first-years_list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin-top: 0
  }
  .first-years_item img {
    height: 133px
  }
  .first-years_item p {
    font-size: 16px
  }
  .rations {
    padding-bottom: 60px;
    position: relative;
    margin-bottom: 60px
  }
  .rations .title {
    max-width: 600px
  }
  .rations_img {
    max-width: 910px;
    margin-top: 48px
  }
  .rations_img-desktop {
    display: block
  }
  .rations_img-mobile {
    display: none
  }
  .rations_list {
    position: relative;
    width: 90%;
    max-width: 910px;
    margin: 0 auto
  }
  .rations_list li {
    position: absolute;
    border: none;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 200px
  }
  .rations_list li::before {
    display: none
  }
  .rations_list li:nth-child(1) {
    left: 7%;
    top: 1%
  }
  .rations_list li:nth-child(2) {
    left: 22.5%;
    top: 55%
  }
  .rations_list li:nth-child(3) {
    left: 50%;
    top: 100%
  }
  .rations_list li:nth-child(4) {
    left: 78.5%;
    top: 55%
  }
  .rations_list li:nth-child(5) {
    left: 93%;
    top: 1%
  }
  .rations_list li br {
    display: initial
  }
  .different-sizes .title {
    max-width: 600px
  }
  .different-sizes_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%
  }
}
.footer_row:first-child .container {
  padding: 0 40px 0 20px
}
.footer_row:last-child .container {
  padding: 0 40px
}
.footer_purina-logo {
  width: 140px;
  max-width: 140px
}
.footer_social_item {
  height: 28px;
  width: 28px;
  max-width: 28px;
  margin-right: 20px
}
.footer_social_item.facebook {
  height: 22px;
  width: 22px;
  max-width: 22px
}
@media screen and (min-width:992px) {
  .container {
    padding: 0
  }
  .title {
    font-size: 40px
  }
  .header_bottom .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
  }
  .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
  }
  .article_wrapper {
    max-width: 1006px;
    width: 100%;
    margin: 0 auto
  }
  .article_box {
    height: 500px
  }
  .article_name {
    font-size: 18px;
    margin-top: 34px
  }
  .article .intro_line {
    height: 100px;
    top: 52px
  }
  .sale_title {
    margin-bottom: 95px;
    font-size: 26px
  }
  .sale_offer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .sale_cost {
    font-size: 160px
  }
  .sale_condition {
    font-size: 40px;
    margin-bottom: 50px
  }
  .food {
    padding: 100px 0 80px;
    margin-top: -53px
  }
  .food_list {
    max-width: none;
    margin-top: 56px
  }
  .food_list .swiper-container {
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 0;
    margin-right: 0
  }
  .food_list .swiper-container::after,
  .food_list .swiper-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    background: -webkit-gradient(linear,left top,right top,from(#000),color-stop(50%,#000),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(left,#000,#000 50%,rgba(0,0,0,0));
    background: linear-gradient(to right,#000,#000 50%,rgba(0,0,0,0));
    z-index: 2
  }
  .food_list .swiper-container::before {
    left: -1px
  }
  .food_list .swiper-container::after {
    right: -1px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .food_box {
    border-radius: 11px;
    padding: 30px 32px 36px
  }
  .food_box .optistart_link {
    max-width: 216px;
    font-size: 20px
  }
  .food_caption {
    font-size: 18px;
    min-height: 42px
  }
  .food_img_wrapper {
    margin-top: 24px;
    margin-bottom: 16px;
    height: 187px
  }
  .food_img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    margin: 0 auto
  }
  .food_taste {
    font-size: 18px;
    margin-bottom: 32px
  }
  .food_btn {
    font-size: 15px;
    height: 40px
  }
  .food_link {
    font-size: 15px;
    width: 190px;
    height: 40px
  }
  .food_result {
    max-width: 940px;
    margin: 0 auto
  }
  .food_result_list {
    width: calc(100% - 320px)
  }
  .food_result_item {
    margin-bottom: 40px
  }
  .food_result_info {
    width: calc(100% - 90px)
  }
  .food_result_img {
    width: 80px
  }
  .food_result_caption {
    font-size: 22px
  }
  .food_result_description {
    font-size: 16px;
    margin-top: 15px
  }
  .food_result_more {
    width: 290px
  }
  .food_result_image_wrapper {
    height: 206px
  }
  .guide {
    padding: 80px 0 50px
  }
  .guide_info {
    max-width: 680px;
    font-size: 18px;
    margin: 32px auto 35px
  }
  .guide_list {
    max-width: 937px;
    margin: 0 auto
  }
  .guide_item_main {
    font-size: 24px;
    height: 120px;
    padding-left: 140px
  }
  .guide_item_main:before {
    width: 120px
  }
  .guide_item_main:after {
    width: 27px;
    height: 13px;
    right: 6px
  }
  .guide_item:nth-child(1) .guide_item_main:before,
  .guide_item:nth-child(2) .guide_item_main:before {
    height: 48px
  }
  .guide_item:nth-child(3) .guide_item_main:before {
    height: 62px
  }
  .guide_item:nth-child(4) .guide_item_main:before {
    height: 60px
  }
  .guide_item:nth-child(5) .guide_item_main:before {
    height: 69px
  }
  .guide_item_result {
    padding-left: 270px
  }
  .guide_item_result.active {
    max-height: 5000px
  }
  .guide_article {
    min-height: 190px;
    margin-bottom: 70px
  }
  .guide_article:nth-child(1) {
    margin-top: 40px
  }
  .guide_article ul {
    margin-bottom: 25px
  }
  .guide_article li {
    font-size: 16px
  }
  .guide_img {
    width: 220px;
    left: -270px
  }
  .guide_caption {
    font-size: 22px;
    margin-bottom: 25px
  }
  .guide_description {
    font-size: 16px;
    margin-bottom: 25px
  }
  .guide_description .tooltip__icon {
    width: 12px;
    height: 12px
  }
  .guide_subtitle {
    font-size: 18px;
    margin-bottom: 25px
  }
  .guide_footnote {
    font-size: 16px;
    margin-bottom: 25px
  }
  .guide_more {
    margin-bottom: 70px
  }
  .guide_more_text {
    font-size: 18px;
    margin-bottom: 25px
  }
  .guide_more_link {
    font-size: 16px
  }
  .guide .intro_line {
    height: 100px
  }
  .intro {
    height: 700px;
    background-size: 708px auto;
    background-position: top left calc(50% - 320px)
  }
  .intro .container {
    max-width: 1260px;
    padding: 137px 40px 0
  }
  .intro_title span {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 43.2px
  }
  .intro_title div {
    font-size: 30px;
    line-height: 40.5px
  }
  .intro .intro_line {
    height: 100px
  }
  .intro_hexagon.one {
    left: 0
  }
  .intro_hexagon.two {
    right: -170px
  }
  .subtitle {
    padding: 47px 0
  }
  .intro_subtitle {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -.02em;
    opacity: .8
  }
  .sale {
    padding: 40px 0
  }
  .sale .title {
    color: #fff;
    margin-bottom: 38px;
    font-size: 16px
  }
  .ingredients_title {
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    padding-bottom: 48px
  }
  .ingredients_list li:not(:last-child) {
    margin-right: 80px
  }
  .optistart {
    margin-top: 50px;
    padding: 50px 0
  }
  .optistart .container {
    padding: 0 40px
  }
  .optistart .title {
    max-width: 876px
  }
  .optistart_item {
    width: 330px
  }
  .optistart_item:first-child .optistart_caption {
    width: 225px;
    margin: 15px auto 0
  }
  .optistart_item:last-child .optistart_description {
    width: 312px;
    margin-left: auto;
    margin-right: auto
  }
  .optistart_caption {
    font-size: 20px;
    min-height: unset
  }
  .optistart_img {
    -webkit-transform: translate(-396px,-255px);
    -ms-transform: translate(-396px,-255px);
    transform: translate(-396px,-255px)
  }
  .optistart_img.one {
    opacity: 0
  }
  .optistart_img.two {
    opacity: 1
  }
  .optistart_img_wrapper {
    height: 516px
  }
  .optistart_granule {
    opacity: 1
  }
  .optistart_link {
    width: 256px;
    max-width: 256px;
    height: 50px;
    border-radius: 24px;
    font-size: 20px
  }
  .notes_item {
    font-size: 14px
  }
  .notes_item span {
    min-width: 14px
  }
  .first-years .title {
    max-width: 880px
  }
  .first-years .container {
    padding: 0 40px
  }
  .first-years_col {
    padding: 20px
  }
  .first-years_item p {
    font-size: 18px;
    margin-top: 24px
  }
  .rations {
    margin-top: 30px;
    margin-bottom: 180px
  }
  .rations .title {
    max-width: 880px
  }
  .rations .container {
    padding: 0 40px
  }
  .rations_list li {
    font-size: 18px;
    max-width: 249px
  }
  .different-sizes .title {
    max-width: 880px
  }
  .different-sizes .container {
    padding: 0 40px
  }
}
.rations_list {
  width: 100%;
  max-width: 100%
}
.intro_title._puppy {
  padding: 20px 73px
}