@charset "UTF-8";
@font-face {
  font-family: DINPro;
  font-display: swap;
  src: url(../assets/fonts/DINPro-Bold.woff2) format("woff2"),url(../assets/fonts/DINPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: DINPro_CondensedBold;
  font-display: swap;
  src: url(../assets/fonts/DINPro-CondensedBold.woff2) format("woff2"),url(../assets/fonts/DINPro-CondensedBold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: DINPro;
  font-display: swap;
  src: url(../assets/fonts/DINPro-Regular.woff2) format("woff2"),url(../assets/fonts/DINPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
template {
  display: none
}
[hidden] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0 none;
  visibility: visible;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%)
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}
:after,
:before {
  box-sizing: border-box
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: DINPro,cursive;
  color: #000;
  min-width: 320px
}
input::-ms-clear {
  display: none
}
button {
  cursor: pointer
}
progress {
  vertical-align: baseline
}
a {
  color: inherit
}
a,
a:hover,
a:visited {
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}
.container {
  max-width: 1200px;
  margin: 0 auto
}
@media only screen and (max-width:1439px) {
  .container {
    max-width: 1100px
  }
}
@media only screen and (max-width:1199px) {
  .container {
    max-width: 920px
  }
}
@media only screen and (max-width:991px) {
  .container {
    max-width: 680px
  }
}
@media only screen and (max-width:767px) {
  .container {
    max-width: 540px
  }
}
@media only screen and (max-width:575px) {
  .container {
    max-width: unset;
    padding: 0 20px
  }
}
@media only screen and (max-width:575px) {
  .container--size {
    max-width: 320px
  }
}
.supercaption {
  font-size: 40px;
  line-height: 48px;
  font-family: DINPro_CondensedBold,cursive;
  text-transform: uppercase
}
@media only screen and (max-width:1199px) {
  .supercaption {
    font-size: 34px;
    line-height: 40px
  }
}
@media only screen and (max-width:991px) {
  .supercaption {
    font-size: 30px;
    line-height: 36px
  }
}
@media only screen and (max-width:767px) {
  .supercaption {
    font-size: 26px;
    line-height: 28px
  }
}
.supercaption--line {
  display: grid;
  grid-template-columns: 1fr fit-content(800px) 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #ec001a
}
@media only screen and (max-width:767px) {
  .supercaption--line {
    grid-template-columns: 1fr fit-content(280px) 1fr
  }
}
@media only screen and (max-width:575px) {
  .supercaption--line {
    grid-template-columns: 1fr fit-content(225px) 1fr
  }
}
.supercaption--line::after,
.supercaption--line::before {
  content: "";
  justify-self: start;
  width: 90%;
  height: 4px;
  background-color: #ec001a
}
@media only screen and (max-width:767px) {
  .supercaption--line::after,
  .supercaption--line::before {
    width: 95%
  }
}
.supercaption--line::after {
  justify-self: end
}
.h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase
}
@media only screen and (max-width:1199px) {
  .h1 {
    font-size: 24px;
    line-height: 26px
  }
}
@media only screen and (max-width:991px) {
  .h1 {
    font-size: 22px;
    line-height: 24px
  }
}
@media only screen and (max-width:767px) {
  .h1 {
    font-size: 20px;
    line-height: 20px
  }
}
.h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase
}
@media only screen and (max-width:991px) {
  .h2 {
    font-size: 20px;
    line-height: 22px
  }
}
@media only screen and (max-width:767px) {
  .h2 {
    font-size: 20px;
    line-height: 20px
  }
}
.p1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400
}
@media only screen and (max-width:991px) {
  .p1 {
    font-size: 18px;
    line-height: 16px
  }
}
.p2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400
}
@media only screen and (max-width:991px) {
  .p2 {
    font-size: 18px;
    line-height: 18px
  }
}
.header {
  padding-top: 70px;
  padding-bottom: 80px;
  background: url(../assets/images/cat_1.jpg) no-repeat bottom right 50px;
  background-size: 280px
}
@media only screen and (max-width:1439px) {
  .header {
    background-size: 240px
  }
}
@media only screen and (max-width:1199px) {
  .header {
    background: url(../assets/images/cat_1.jpg) no-repeat bottom right 50px;
    background-size: 220px
  }
}
@media only screen and (max-width:991px) {
  .header {
    padding-top: 35px;
    padding-bottom: 40px;
    background: url(../assets/images/cat_1.jpg) no-repeat right bottom;
    background-size: 150px
  }
}
@media only screen and (max-width:575px) {
  .header {
    padding-top: 35px;
    padding-bottom: 20px;
    background: url(../assets/images/cat_1.jpg) no-repeat center top 100px;
    background-size: 125px
  }
}
.header__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 120px;
  width: 300px
}
@media only screen and (max-width:1199px) {
  .header__logo {
    width: 250px
  }
}
@media only screen and (max-width:991px) {
  .header__logo {
    width: 210px;
    margin-bottom: 80px
  }
}
@media only screen and (max-width:575px) {
  .header__logo {
    width: 175px;
    margin-bottom: 220px
  }
}
.header__title {
  max-width: 690px;
  padding-left: 100px;
  font-size: 70px;
  line-height: 70px;
  color: #ec001a
}
@media only screen and (max-width:1439px) {
  .header__title {
    font-size: 60px;
    line-height: 60px
  }
}
@media only screen and (max-width:1199px) {
  .header__title {
    max-width: 500px;
    padding-left: 0;
    font-size: 50px;
    line-height: 50px
  }
}
@media only screen and (max-width:767px) {
  .header__title {
    font-size: 45px;
    line-height: 45px
  }
}
@media only screen and (max-width:575px) {
  .header__title {
    font-size: 36px;
    line-height: 36px;
    max-width: none;
    text-align: center
  }
}
@media only screen and (max-width:575px) {
  .header__title span {
    display: none
  }
}
.banner {
  position: relative
}
.banner__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 50px;
  border-radius: 13px;
  background-color: #fff
}
@media only screen and (max-width:1199px) {
  .banner__content {
    padding-top: 50px
  }
}
@media only screen and (max-width:991px) {
  .banner__content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-right: 105px
  }
}
@media only screen and (max-width:767px) {
  .banner__content {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 30px;
    border-radius: 17px
  }
}
@media only screen and (max-width:575px) {
  .banner__content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px
  }
}
@media only screen and (max-width:420px) {
  .banner__content {
    padding-top: 50px
  }
}
.banner__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  margin: -8px;
  border-radius: 20px;
  background: -webkit-gradient(linear,right top,left top,from(#b56222),to(#e8c05f));
  background: linear-gradient(to left,#b56222,#e8c05f)
}
@media only screen and (max-width:767px) {
  .banner__content:before {
    margin: -4px
  }
}
.banner__main-title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 55px;
  font-size: 35px;
  color: #fff;
  background: -webkit-gradient(linear,right top,left top,from(#b56222),to(#e8c05f));
  background: linear-gradient(to left,#b56222,#e8c05f);
  border-radius: 15px
}
@media only screen and (max-width:1199px) {
  .banner__main-title {
    font-size: 32px
  }
}
@media only screen and (max-width:991px) {
  .banner__main-title {
    font-size: 30px;
    padding: 10px 25px
  }
}
@media only screen and (max-width:767px) {
  .banner__main-title {
    top: -24px;
    font-size: 24px;
    padding: 5px 15px
  }
}
@media only screen and (max-width:575px) {
  .banner__main-title {
    top: -20px
  }
}
.banner__title {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-bottom: 150px;
  color: #ec001a
}
@media only screen and (max-width:1199px) {
  .banner__title {
    max-width: 420px
  }
}
@media only screen and (max-width:991px) {
  .banner__title {
    max-width: 385px;
    margin-bottom: 90px
  }
}
@media only screen and (max-width:767px) {
  .banner__title {
    max-width: 310px;
    margin-bottom: 140px;
    font-size: 30px;
    line-height: 28px
  }
}
@media only screen and (max-width:575px) {
  .banner__title {
    max-width: 280px;
    margin-bottom: 130px;
    margin-left: 120px
  }
}
@media only screen and (max-width:474px) {
  .banner__title {
    margin-bottom: 110px
  }
}
@media only screen and (max-width:420px) {
  .banner__title {
    margin-bottom: 115px;
    max-width: 237px
  }
}
@media only screen and (max-width:404px) {
  .banner__title {
    margin-bottom: 65px
  }
}
@media only screen and (max-width:379px) {
  .banner__title {
    font-size: 26px;
    margin-right: -10px
  }
}
.banner__img {
  position: absolute;
  top: 107px;
  left: 140px;
  z-index: 0;
  width: 600px
}
@media only screen and (max-width:1439px) {
  .banner__img {
    left: 90px
  }
}
@media only screen and (max-width:1199px) {
  .banner__img {
    top: 65px;
    left: 60px;
    width: 540px
  }
}
@media only screen and (max-width:991px) {
  .banner__img {
    top: 55px;
    left: 50px;
    width: 400px
  }
}
@media only screen and (max-width:767px) {
  .banner__img {
    left: 25px;
    top: 80px;
    width: 470px
  }
}
@media only screen and (max-width:575px) {
  .banner__img {
    left: 15px;
    top: 85px;
    width: 440px
  }
}
@media only screen and (max-width:550px) {
  .banner__img {
    left: 5px
  }
}
@media only screen and (max-width:530px) {
  .banner__img {
    top: 70px;
    width: 410px
  }
}
@media only screen and (max-width:500px) {
  .banner__img {
    left: 0;
    top: 100px;
    width: 355px
  }
}
@media only screen and (max-width:420px) {
  .banner__img {
    top: 125px;
    width: 316px
  }
}
@media only screen and (max-width:404px) {
  .banner__img {
    top: 110px;
    width: 250px
  }
}
.banner__subtitle {
  position: relative;
  z-index: 2;
  padding-right: 90px;
  color: #dfb56b
}
@media only screen and (max-width:1199px) {
  .banner__subtitle {
    padding-right: 40px
  }
}
@media only screen and (max-width:767px) {
  .banner__subtitle {
    padding-right: 0
  }
}
.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../assets/images/breed.png) no-repeat left top/200px,url(../assets/images/cat_2.jpg) no-repeat 200px bottom/400px
}
@media only screen and (max-width:1199px) {
  .about {
    background: url(../assets/images/breed.png) no-repeat left top/125px,url(../assets/images/cat_2.jpg) no-repeat 105px bottom/350px
  }
}
@media only screen and (max-width:991px) {
  .about {
    background: url(../assets/images/breed.png) no-repeat left top/125px,url(../assets/images/cat_2.jpg) no-repeat left bottom/275px
  }
}
@media only screen and (max-width:767px) {
  .about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 0;
    background: url(../assets/images/breed.png) no-repeat left 20px top/80px,url(../assets/images/cat_2.jpg) no-repeat center top/195px;
    text-align: left
  }
}
.about__text {
  max-width: 408px;
  margin-bottom: 15px;
  color: #363636
}
.about__text:last-of-type {
  margin-bottom: 20px
}
@media only screen and (max-width:767px) {
  .about__text {
    max-width: 500px;
    margin-bottom: 0
  }
}
.about__title {
  max-width: 408px;
  color: #dfb56b
}
@media only screen and (max-width:767px) {
  .about__title {
    max-width: none;
    text-align: center
  }
}
.benefits {
  padding-top: 30px;
  padding-bottom: 60px
}
.benefits__title {
  margin-bottom: 25px
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  text-align: center
}
@media only screen and (max-width:991px) {
  .benefits__list {
    grid-template-columns: repeat(2,1fr);
    row-gap: 25px
  }
}
@media only screen and (max-width:575px) {
  .benefits__list {
    grid-template-columns: 1fr;
    row-gap: 25px
  }
}
.benefits__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}
@media only screen and (max-width:991px) {
  .benefits__item:last-of-type {
    grid-column: 1/3
  }
}
@media only screen and (max-width:575px) {
  .benefits__item:last-of-type {
    grid-column: 1/2
  }
}
.benefits__wrap-img {
  position: relative;
  min-height: 170px
}
.benefits__wrap-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 40px;
  height: 40px;
  background: url(../assets/images/number_1.png) no-repeat center center;
  background-size: 100%
}
@media only screen and (max-width:575px) {
  .benefits__wrap-img::before {
    left: -45px
  }
}
@media only screen and (max-width:991px) {
  .benefits__wrap-img {
    min-height: 140px
  }
}
.benefits__item:nth-of-type(2) .benefits__wrap-img::before {
  background: url(../assets/images/number_2.png) no-repeat center center;
  background-size: 100%
}
.benefits__item:last-of-type .benefits__wrap-img::before {
  background: url(../assets/images/number_4.png) no-repeat center center;
  background-size: 100%
}
.benefits__img {
  width: 150px;
  height: 150px
}
@media only screen and (max-width:991px) {
  .benefits__img {
    width: 130px;
    height: 130px
  }
}
.benefits__subtitle {
  min-height: 70px;
  font-size: 18px;
  color: #dfb56b
}
@media only screen and (max-width:991px) {
  .benefits__subtitle {
    min-height: auto;
    max-width: 240px;
    margin-bottom: 10px
  }
}
.benefits__text {
  max-width: 250px;
  color: #363636
}
@media only screen and (max-width:991px) {
  .benefits__text {
    max-width: 300px
  }
}
.texture {
  padding-bottom: 30px
}
.texture__title {
  margin-bottom: 50px
}
@media only screen and (max-width:991px) {
  .texture__title {
    margin-bottom: 25px
  }
}
@media only screen and (max-width:767px) {
  .texture__title {
    margin-bottom: 40px
  }
}
.texture__list {
  display: grid;
  grid-template-columns: 1fr fit-content(240px);
  grid-template-rows: repeat(3,1fr);
  grid-template-areas: " .   item_1" " .     .   " " .     .   ";
  text-align: center;
  background: url(../assets/images/feed_2.jpg) no-repeat center bottom/400px
}
@media only screen and (max-width:1199px) {
  .texture__list {
    background: url(../assets/images/feed_2.jpg) no-repeat center bottom/400px
  }
}
@media only screen and (max-width:991px) {
  .texture__list {
    grid-template-rows: repeat(2,1fr);
    background: url(../assets/images/feed_2.jpg) no-repeat left 50px bottom/300px
  }
}
@media only screen and (max-width:767px) {
  .texture__list {
    background: url(../assets/images/feed_2.jpg) no-repeat left top 20px/200px
  }
}
@media only screen and (max-width:575px) {
  .texture__list {
    grid-template-columns: fit-content(240px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    grid-template-rows: repeat(2,1fr);
    grid-template-areas: " item_1 " "   .    " "   .    ";
    background: url(../assets/images/feed_2.jpg) no-repeat center bottom/200px
  }
}
.texture__item {
  position: relative;
  grid-area: item_1
}
.texture__item::before {
  content: "";
  position: absolute;
  top: 65px;
  left: -140px;
  width: 70px;
  height: 35px;
  background: url(../assets/images/line_2.png) no-repeat center center;
  background-size: 100%
}
@media only screen and (max-width:1199px) {
  .texture__item::before {
    left: -100px
  }
}
@media only screen and (max-width:767px) {
  .texture__item::before {
    top: 35px
  }
}
@media only screen and (max-width:575px) {
  .texture__item::before {
    display: none
  }
}
.texture__subtitle {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #dfb56b
}
@media only screen and (max-width:575px) {
  .texture__subtitle {
    margin-bottom: 50px
  }
}
.texture__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 95px;
  background: url(../assets/images/shell_2.png) no-repeat center center;
  background-size: 100%
}
@media only screen and (max-width:767px) {
  .texture__subtitle::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 95px
  }
}
.texture__test {
  color: #363636
}
.product {
  padding-bottom: 50px
}
@media only screen and (max-width:767px) {
  .product {
    padding-bottom: 30px
  }
}
.product__title {
  margin-bottom: 50px;
  color: #ec001a
}
@media only screen and (max-width:991px) {
  .product__title {
    margin-bottom: 25px
  }
}
.product__content {
  display: grid;
  grid-template-columns: 1fr repeat(2,minmax(-webkit-min-content,-webkit-max-content));
  grid-template-columns: 1fr repeat(2,minmax(min-content,max-content));
  grid-template-rows: minmax(-webkit-min-content,-webkit-max-content) repeat(2,1fr);
  grid-template-rows: minmax(min-content,max-content) repeat(2,1fr);
  grid-template-areas: " .    txt   txt   " " img  card  card  " " img  .     .     ";
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  background: url(../assets/images/bowl_arrow.jpg) no-repeat right 280px bottom/350px
}
@media only screen and (max-width:1439px) {
  .product__content {
    background: url(../assets/images/bowl_arrow.jpg) no-repeat right 200px bottom 20px/320px
  }
}
@media only screen and (max-width:1199px) {
  .product__content {
    background: url(../assets/images/bowl_arrow.jpg) no-repeat right 220px bottom 20px/300px
  }
}
@media only screen and (max-width:991px) {
  .product__content {
    background: url(../assets/images/bowl_arrow.jpg) no-repeat right 130px bottom 100px/300px
  }
}
@media only screen and (max-width:767px) {
  .product__content {
    grid-template-rows: minmax(-webkit-min-content,-webkit-max-content) 1fr;
    grid-template-rows: minmax(min-content,max-content) 1fr;
    grid-template-areas: " txt    txt   txt  " " img  card  card   ";
    background: url(../assets/images/bowl_arrow.jpg) no-repeat left bottom 50px/200px
  }
}
@media only screen and (max-width:575px) {
  .product__content {
    grid-template-columns: auto;
    grid-template-rows: minmax(-webkit-min-content,-webkit-max-content) 1fr 300px;
    grid-template-rows: minmax(min-content,max-content) 1fr 300px;
    grid-template-areas: "  txt   " "  card  " "  img   ";
    background: url(../assets/images/bowl_arrow.jpg) no-repeat left bottom 50px/200px
  }
}
.product__text {
  grid-area: txt;
  max-width: 700px;
  font-size: 24px;
  font-weight: 700;
  color: #363636
}
@media only screen and (max-width:1199px) {
  .product__text {
    font-size: 22px
  }
}
@media only screen and (max-width:767px) {
  .product__text {
    text-align: center;
    font-size: 20px
  }
}
.product__text b {
  font-size: 30px;
  font-family: DINPro_CondensedBold,cursive;
  color: #dfb56b
}
@media only screen and (max-width:1199px) {
  .product__text b {
    font-size: 28px
  }
}
@media only screen and (max-width:991px) {
  .product__text b {
    font-size: 26px
  }
}
@media only screen and (max-width:1199px) {
  .product__text b {
    display: block
  }
}
@media only screen and (max-width:767px) {
  .product__text b {
    font-size: 22px
  }
}
.product__text span {
  display: block
}
.product__wrap-img {
  position: relative;
  grid-area: img;
  margin-right: -30px
}
@media only screen and (max-width:1439px) {
  .product__wrap-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
  }
}
@media only screen and (max-width:1199px) {
  .product__wrap-img {
    margin-left: -40px
  }
}
@media only screen and (max-width:767px) {
  .product__wrap-img {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }
}
.product__img {
  width: 400px
}
@media only screen and (max-width:1199px) {
  .product__img {
    width: 250px
  }
}
@media only screen and (max-width:991px) {
  .product__img {
    width: 200px
  }
}
.product__feed-wet {
  position: absolute;
  right: -160px;
  bottom: -30px;
  width: 250px
}
@media only screen and (max-width:1199px) {
  .product__feed-wet {
    right: -120px;
    bottom: -20px;
    width: 170px
  }
}
@media only screen and (max-width:767px) {
  .product__feed-wet {
    width: 120px;
    right: auto;
    left: 100%;
    bottom: 195px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
@media only screen and (max-width:575px) {
  .product__feed-wet {
    left: 78%;
    bottom: 0
  }
}
.card {
  grid-area: card;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px
}
@media only screen and (max-width:767px) {
  .card {
    grid-template-columns: 1fr;
    -webkit-column-gap: auto;
    -moz-column-gap: auto;
    column-gap: auto;
    row-gap: 55px
  }
}
@media only screen and (max-width:575px) {
  .card {
    row-gap: 25px
  }
}
.card__info {
  position: relative;
  padding: 10px 40px 20px 25px;
  background-color: #f7f7f7;
  border-radius: 25px
}
.card__title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  color: #ec001a;
  font-family: DINPro_CondensedBold,cursive
}
@media only screen and (max-width:1199px) {
  .card__title {
    font-size: 24px
  }
}
@media only screen and (max-width:767px) {
  .card__title {
    font-size: 22px
  }
}
@media only screen and (max-width:575px) {
  .card__title {
    font-size: 20px
  }
}
.card__list {
  display: grid;
  row-gap: 10px
}
.card__item {
  position: relative;
  padding-left: 25px;
  font-size: 20px
}
@media only screen and (max-width:991px) {
  .card__item {
    font-size: 18px
  }
}
.card__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  color: #363636;
  background-color: #ec001a;
  border-radius: 50%
}
.nutrition {
  padding-bottom: 60px;
  background: url(../assets/images/bowl.jpg) no-repeat left bottom 200px/380px,url(../assets/images/list.png) no-repeat left 360px top 120px/220px
}
@media only screen and (max-width:1439px) {
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left bottom 200px/380px,url(../assets/images/list.png) no-repeat left 300px top 120px/228px
  }
}
@media only screen and (max-width:1199px) {
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left bottom 230px/320px,url(../assets/images/list.png) no-repeat left 280px top 140px/200px
  }
}
@media only screen and (max-width:991px) {
  .nutrition {
    padding-bottom: 30px;
    background: url(../assets/images/bowl.jpg) no-repeat left bottom 230px/150px,url(../assets/images/list.png) no-repeat left 100px top 140px/150px
  }
}
@media only screen and (max-width:767px) {
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left 100px top 220px/250px,url(../assets/images/list.png) no-repeat right 30px top 100px/150px
  }
}
@media only screen and (max-width:575px) {
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left top 170px/200px,url(../assets/images/list.png) no-repeat right 30px top 90px/100px
  }
}
.nutrition__title {
  margin-bottom: 30px
}
@media only screen and (max-width:767px) {
  .nutrition__title {
    margin-bottom: 400px
  }
}
@media only screen and (max-width:575px) {
  .nutrition__title {
    margin-bottom: 250px
  }
}
.nutrition__list {
  display: grid;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  row-gap: 25px
}
@media only screen and (max-width:767px) {
  .nutrition__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
  }
}
.nutrition__subtitle {
  max-width: 562px;
  margin-bottom: 15px;
  color: #dfb56b
}
@media only screen and (max-width:1199px) {
  .nutrition__subtitle {
    max-width: 410px
  }
}
.nutrition__subtitle span {
  display: none
}
@media only screen and (max-width:767px) {
  .nutrition__subtitle span {
    display: inline;
    color: #ec001a
  }
}
.nutrition__text {
  max-width: 420px
}
.footer {
  padding-bottom: 25px
}
.footer__copyright {
  position: relative;
  padding-top: 10px;
  color: #6d6d6d
}
.footer__copyright span {
  display: block
}
.footer__copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background-color: #6d6d6d
}