@charset "UTF-8";
@font-face {
  font-family: DINPro_Bold;
  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_Regular;
  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
}
@font-face {
  font-family: Myriad_Pro_regular;
  font-display: swap;
  src: url(../assets/fonts/Myriad-Pro-regular.woff2) format("woff2"),url(../assets/fonts/Myriad-Pro-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;
  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: 1460px;
  margin: 0 auto
}
.prescription {
  position: relative;
  padding: 15px 15px 15px 170px;
  font: 28px/1.2 DINPro_Bold;
  color: #fff;
  background-color: #b8b3ce;
  border-radius: 20px
}
.prescription::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 128px;
  height: 128px;
  background: url(../assets/images/features_message.png) no-repeat center center/100%
}
.supercaption {
  font-size: 70px;
  line-height: 70px;
  font-family: DINPro_CondensedBold,cursive;
  text-transform: uppercase;
  color: #ec001a;
  text-align: center
}
.supercaption sup {
  font-size: 62.5%;
  top: -.6em
}
.h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: DINPro_Bold,cursive;
  text-transform: uppercase;
  color: #dfb56b
}
.h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase
}
.p1 {
  font-size: 26px;
  line-height: 30px;
  font-family: DINPro_Regular,cursive
}
.p2 {
  font: 30px/1.2 DINPro_Regular;
  color: #575756
}
.header {
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  background: url(../assets/images/cat.jpg) no-repeat bottom right 30px;
  background-size: 600px
}
.header__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
  width: 420px
}
.header__title {
  max-width: 725px;
  font-size: 100px;
  line-height: 100px;
  color: #ec001a;
  text-align: left
}
.header__title span:nth-of-type(2) {
  display: none
}
.banner {
  position: relative;
  margin-bottom: 80px
}
.banner__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 13px;
  background-color: #fff
}
.banner__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  margin: -8px;
  border-radius: 20px;
  background: linear-gradient(to left,#a5a4a4,#ddd8d8)
}
.banner__main-title {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 15px 55px;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(to left,#a5a4a4,#ddd8d8);
  border-radius: 15px
}
.banner__wrap {
  display: grid;
  grid-template-columns: repeat(2,minmax(-webkit-min-content,-webkit-max-content));
  grid-template-columns: repeat(2,minmax(min-content,max-content));
  align-items: center;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  padding: 150px 80px 100px
}
.banner__img--show {
  display: none
}
.banner__text {
  font: 44px/1.6 DINPro_Bold;
  color: #575756
}
.product {
  margin-bottom: 50px
}
.product__title {
  margin-bottom: 10px;
  padding: 12px;
  color: #fff;
  border-radius: 20px;
  background-color: #4f3b76
}
.product__wrap {
  display: grid;
  grid-template-columns: repeat(2,minmax(-webkit-min-content,-webkit-max-content));
  grid-template-columns: repeat(2,minmax(min-content,max-content));
  align-items: center;
  -webkit-column-gap: 30px;
  column-gap: 30px
}
.product .image {
  margin-top: -90px;
  width: 415px
}
.product__content {
  padding: 20px 40px 10px 20px;
  border-radius: 20px;
  background-color: #f7f7f7
}
.product__text {
  margin-bottom: 25px;
  font: 40px/1.2 DINPro_Bold;
  color: #4f3b76
}
.product__list {
  display: grid;
  row-gap: 15px;
  margin-bottom: 20px
}
.product__item {
  position: relative;
  padding-left: 80px
}
.product__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  height: 57px
}
.product__item:nth-of-type(1):before {
  background: url(../assets/images/product_number_1.png) no-repeat center center/100%
}
.product__item:nth-of-type(2):before {
  background: url(../assets/images/product_number_2.png) no-repeat center center/100%
}
.product__item:nth-of-type(3):before {
  background: url(../assets/images/product_number_3.png) no-repeat center center/100%
}
.product__subtext {
  font: 16px/1.2 DINPro_Bold
}
.benefits {
  padding-bottom: 60px
}
.benefits__title {
  margin-bottom: 55px
}
.benefits__title sup {
  top: -.5em
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  justify-content: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 420px;
  text-align: center;
  background: url(../assets/images/cat-2.jpg) no-repeat left 170px bottom/1031px
}
.benefits__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center
}
.benefits__item span {
  font-family: DINPro_Bold
}
.benefits__item:nth-of-type(1):before {
  content: '';
  position: absolute;
  bottom: -223px;
  right: 10px;
  width: 262px;
  height: 210px;
  background: url(../assets/images/skill_1-1.png) no-repeat center center/100% 100%
}
.benefits__item:nth-of-type(2):before {
  content: '';
  position: absolute;
  bottom: -171px;
  right: 213px;
  width: 73px;
  height: 173px;
  background: url(../assets/images/skill_2-2.png) no-repeat center center/100% 100%
}
.benefits__item:nth-of-type(3):before {
  content: '';
  position: absolute;
  bottom: -150px;
  right: 200px;
  width: 73px;
  height: 153px;
  background: url(../assets/images/skill_3-3.png) no-repeat center center/100% 100%
}
.benefits__wrap-img {
  position: relative;
  margin-bottom: 15px
}
.benefits__img {
  width: 200px
}
.benefits__subtitle {
  margin-bottom: 15px;
  color: #4f3b76;
  text-transform: unset;
  text-transform: uppercase
}
.benefits__text {
  font-size: 30px;
  color: #575756
}
.features {
  margin-bottom: 80px
}
.features__title {
  margin-bottom: 10px
}
.features__content {
  text-align: center
}
.features__wrap-img {
  position: relative;
  margin-bottom: 100px
}
.features__text {
  position: absolute;
  max-width: 450px
}
.features__text span {
  font-family: DINPro_Bold
}
.features__text:nth-of-type(1) {
  top: 40%;
  left: 6%;
  text-align: right
}
.features__text:nth-of-type(2) {
  top: 12%;
  right: 6%;
  text-align: left
}
.features__text:nth-of-type(3) {
  top: 75%;
  right: 5%;
  max-width: 525px;
  text-align: left
}
.features__subtext br {
  display: none
}
.features__subtext sup {
  font-size: 65.2%
}
.diet {
  margin-bottom: 80px
}
.diet__title {
  margin-bottom: 40px
}
.diet__content {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 150px;
  margin-bottom: 20px;
  background: url(../assets/images/plus.png) no-repeat left 500px center/96px
}
.diet__image-lerge {
  margin-left: -105px;
  margin-right: 125px
}
.diet__wrap-images {
  display: grid;
  justify-items: center;
  row-gap: 30px
}
.diet__caption {
  font: 35px/1.1 DINPro_Bold;
  color: silver
}
.diet__text {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font: 38px/1.3 DINPro_Bold;
  color: #575756;
  text-align: center
}
.diet__subtext {
  padding-right: 350px
}
.diet__subtext::before {
  background-image: url(../assets/images/diet_circle.png)
}
.diet__subtext br {
  display: none
}
.newDiet {
  padding-bottom: 30px
}
.newDiet__title {
  margin-bottom: 50px
}
.newDiet__wrap-image {
  position: relative;
  display: grid;
  grid-auto-columns: minmax(-webkit-min-content,-webkit-max-content);
  grid-auto-columns: minmax(min-content,max-content);
  grid-auto-flow: column;
  justify-content: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 25px
}
.newDiet__wrap-image::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -26px;
  width: 86px;
  height: 100px;
  background: url(../assets/images/arrow.png) no-repeat center center/100%
}
.newDiet__group-image {
  display: none
}
.newDiet__list {
  display: grid;
  grid-template-columns: repeat(2,minmax(-webkit-min-content,-webkit-max-content));
  grid-template-columns: repeat(2,minmax(min-content,max-content));
  justify-content: center;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 40px
}
.newDiet__item {
  position: relative;
  padding-left: 58px
}
.newDiet__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #b8b3ce
}
.newDiet__item:nth-of-type(2)::before {
  background-color: #ec001a
}
.newDiet__item-text {
  color: unset
}
.newDiet__text {
  font: 22px/1.2 DINPro_Regular;
  margin-bottom: 20px
}
.newDiet__sublist {
  display: grid;
  grid-auto-columns: minmax(-webkit-min-content,-webkit-max-content);
  grid-auto-columns: minmax(min-content,max-content);
  grid-auto-flow: column;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  list-style: none
}
.newDiet__sublist sup {
  font-size: 65%
}
.newDiet__subitem {
  font: 22px/1.2 DINPro_Regular
}
.newDiet__subitem br {
  display: none
}
.nutrition {
  padding-bottom: 100px;
  margin-bottom: 80px;
  background: url(../assets/images/bowl.jpg) no-repeat left center/490px,url(../assets/images/list.png) no-repeat left 417px top 93px/310px
}
.nutrition__title {
  grid-template-columns: 1fr fit-content(1250px) 1fr;
  margin-bottom: 60px
}
.nutrition__list {
  display: grid;
  justify-content: end;
  row-gap: 35px
}
.nutrition__item {
  max-width: 685px
}
.nutrition__subtitle {
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 15px;
  color: #575756
}
.nutrition__subtitle span {
  display: none
}
.nutrition__text {
  color: #575756
}
@media only screen and (max-width:1799px) {
  .container {
    max-width: 1260px
  }
  .h2 {
    font-size: 28px;
    line-height: 28px
  }
  .p1 {
    font-size: 26px;
    line-height: 30px
  }
  .header {
    background: url(../assets/images/cat.jpg) no-repeat bottom 50px right
  }
  .header__logo {
    width: 400px;
    margin-bottom: 100px
  }
  .product .image {
    width: 400px;
    margin-top: unset
  }
  .product__text {
    font-size: 32px
  }
  .product__item::before {
    top: 3px;
    -webkit-transform: unset;
    transform: unset
  }
  .benefits__list {
    background: url(../assets/images/cat-2.jpg) no-repeat left 100px bottom/1031px;
    -webkit-column-gap: 25px;
    column-gap: 25px
  }
  .benefits__item:nth-of-type(1):before {
    right: 0
  }
  .benefits__item:nth-of-type(3):before {
    bottom: -120px;
    right: 150px
  }
  .benefits__text {
    font-size: 26px;
    line-height: 30px
  }
  .features__image {
    width: 280px
  }
  .features__text:nth-of-type(1) {
    left: 2%
  }
  .features__text:nth-of-type(2) {
    right: 2%
  }
  .features__text:nth-of-type(3) {
    max-width: 450px;
    right: 4%
  }
  .diet__content {
    padding-left: 100px;
    background: url(../assets/images/plus.png) no-repeat left 420px center/96px
  }
  .diet__image-lerge {
    margin-left: -120px;
    margin-right: 90px
  }
  .diet__text {
    font-size: 34px;
    right: -55px
  }
  .diet__subtext {
    padding-right: unset;
    padding-right: 20px
  }
  .newDiet__wrap-image {
    padding-right: 20px
  }
  .newDiet__wrap-image::before {
    right: -75px;
    bottom: -27px;
    width: 86px;
    height: 100px
  }
  .newDiet__image {
    max-width: 100%
  }
  .newDiet__image:nth-of-type(4) {
    width: 168px
  }
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left center/430px,url(../assets/images/list.png) no-repeat left 330px top 165px/315px;
    margin-bottom: unset
  }
  .nutrition__title {
    grid-template-columns: 1fr fit-content(850px) 1fr
  }
  .nutrition__list {
    row-gap: 25px
  }
  .nutrition__item {
    max-width: 565px
  }
  .nutrition__subtitle {
    font-size: 28px;
    line-height: 28px
  }
}
@media only screen and (max-width:1799px) and (max-width:1179px) {
  .newDiet__wrap-image {
    padding-right: unset
  }
}
@media only screen and (max-width:1439px) {
  .container {
    max-width: 992px
  }
  .prescription {
    padding: 68px 20px 30px 20px;
    font-size: 26px;
    text-align: center
  }
  .prescription::before {
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .supercaption {
    font-size: 45px;
    line-height: 45px
  }
  .h2 {
    font-size: 24px;
    line-height: 26px
  }
  .p1 {
    font-size: 22px;
    line-height: 24px
  }
  .p2 {
    font-size: 26px
  }
  .header {
    background: url(../assets/images/cat.jpg) no-repeat bottom right;
    background-size: 500px
  }
  .header__logo {
    width: 350px
  }
  .header__title {
    max-width: 500px;
    padding-left: 0;
    font-size: 75px;
    line-height: 75px
  }
  .banner__main-title {
    padding: 18px 55px
  }
  .banner__wrap {
    padding: 70px 80px 70px 80px
  }
  .banner__img {
    width: 250px
  }
  .banner__text {
    font-size: 40px;
    line-height: 1.3
  }
  .product .image {
    width: 380px
  }
  .product__text {
    font-size: 24px
  }
  .benefits {
    padding-bottom: 70px
  }
  .benefits__list {
    background: url(../assets/images/cat-2.jpg) no-repeat left 20px bottom/955px
  }
  .benefits__item:nth-of-type(1):before {
    width: 222px;
    height: 170px
  }
  .benefits__item:nth-of-type(2):before {
    bottom: -188px;
    right: 133px;
    width: 60px;
    height: 143px
  }
  .benefits__item:nth-of-type(3):before {
    width: 60px;
    height: 123px;
    bottom: -154px;
    right: 63px
  }
  .benefits__img {
    width: 170px
  }
  .benefits__text {
    font-size: 22px;
    line-height: 24px
  }
  .features__image {
    width: 250px
  }
  .features__text:nth-of-type(1) {
    max-width: 350px;
    left: 0
  }
  .features__text:nth-of-type(2) {
    max-width: 350px;
    right: 0
  }
  .features__text:nth-of-type(3) {
    max-width: 350px;
    right: 3%
  }
  .diet__text {
    top: 52%;
    right: -7%;
    font-size: 24px
  }
  .diet__subtext {
    padding-right: 20px
  }
  .newDiet__wrap-image::before {
    right: -56px;
    bottom: -33px;
    width: 68px
  }
  .newDiet__image:nth-of-type(4) {
    width: 131px
  }
  .newDiet__text {
    font-size: 18px
  }
  .newDiet__subitem {
    font-size: 18px
  }
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left top 320px/340px,url(../assets/images/list.png) no-repeat left 270px top 150px/225px
  }
  .nutrition__item {
    max-width: 475px
  }
  .nutrition__subtitle {
    font-size: 24px;
    line-height: 26px
  }
}
@media only screen and (max-width:1179px) {
  .container {
    max-width: 700px;
    box-sizing: content-box;
    padding: 0 20px
  }
  .prescription {
    font-size: 24px
  }
  .supercaption {
    font-size: 35px;
    line-height: 40px
  }
  .h2 {
    font-size: 22px;
    line-height: 24px
  }
  .h3 {
    font-size: 20px;
    line-height: 22px
  }
  .p1 {
    font-size: 20px;
    line-height: 22px
  }
  .p2 {
    font-size: 24px
  }
  .header {
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    background: url(../assets/images/cat.jpg) no-repeat right 20px bottom 20px;
    background-size: 300px
  }
  .header__logo {
    width: 230px;
    margin-bottom: 65px
  }
  .header__title {
    max-width: 400px;
    font-size: 55px;
    line-height: 55px
  }
  .banner {
    margin-bottom: 50px
  }
  .banner__content {
    align-items: flex-end
  }
  .banner__main-title {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    padding: 15px
  }
  .banner__wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 0 30px;
    row-gap: 30px
  }
  .banner__wrap {
    padding: 70px 20px 20px
  }
  .banner__img {
    display: none;
    width: 60px
  }
  .banner__img--show {
    display: block
  }
  .banner__text {
    font-size: 30px;
    line-height: 1.2
  }
  .product {
    margin-bottom: 30px
  }
  .product__wrap {
    grid-template-columns: minmax(-webkit-min-content,-webkit-max-content);
    grid-template-columns: minmax(min-content,max-content);
    justify-items: center
  }
  .product__text {
    font-size: 22px
  }
  .product__item {
    padding-left: 70px
  }
  .product__item::before {
    width: 50px;
    height: 50px
  }
  .benefits__list {
    grid-template-columns: repeat(2,1fr);
    row-gap: 25px;
    padding-bottom: 300px;
    background: url(../assets/images/cat-2.jpg) no-repeat center bottom/700px
  }
  .benefits__item:nth-of-type(1):before {
    display: none
  }
  .benefits__item:nth-of-type(2):before {
    display: none
  }
  .benefits__item:nth-of-type(3) {
    grid-column: span 2
  }
  .benefits__item:nth-of-type(3):before {
    display: none
  }
  .benefits__wrap-img {
    margin-bottom: 10px
  }
  .benefits__img {
    width: 130px
  }
  .benefits__img {
    width: 120px
  }
  .benefits__subtitle {
    margin-bottom: 10px
  }
  .benefits__text {
    font-size: 20px;
    line-height: 22px
  }
  .features {
    margin-bottom: 50px
  }
  .features__image {
    width: 220px;
    margin-bottom: 10px
  }
  .features__text {
    margin-bottom: 25px;
    position: unset
  }
  .features__text:nth-of-type(1) {
    text-align: left;
    max-width: unset
  }
  .features__text:nth-of-type(2) {
    text-align: left;
    max-width: unset
  }
  .features__text:nth-of-type(3) {
    text-align: left;
    max-width: unset
  }
  .features__subtext br {
    display: block
  }
  .diet__content {
    margin-bottom: 50px;
    padding-left: unset;
    background: url(../assets/images/plus.png) no-repeat left 250px top 300px/66px
  }
  .diet__image-lerge {
    width: 350px;
    margin-left: -85px;
    margin-right: 55px
  }
  .diet__caption {
    font-size: 22px
  }
  .diet__image-small {
    width: 250px
  }
  .diet__text {
    right: -3%;
    font-size: 16px
  }
  .diet__subtext br {
    display: block
  }
  .newDiet__wrap-image::before {
    display: none
  }
  .newDiet__image:nth-of-type(4) {
    width: 93px
  }
  .newDiet__item {
    padding-left: 40px
  }
  .newDiet__item::before {
    width: 32px;
    height: 32px
  }
  .newDiet__text {
    font-size: 16px
  }
  .newDiet__subitem {
    font-size: 16px
  }
  .newDiet__subitem br {
    display: block
  }
  .nutrition {
    padding-bottom: 75px;
    background: url(../assets/images/bowl.jpg) no-repeat left 80px top 240px/350px,url(../assets/images/list.png) no-repeat right 100px top 100px/200px
  }
  .nutrition__title {
    grid-template-columns: 1fr fit-content(550px) 1fr;
    margin-bottom: 490px
  }
  .nutrition__item {
    max-width: unset
  }
  .nutrition__subtitle {
    font-size: 22px;
    line-height: 24px
  }
  .nutrition__subtitle br {
    display: none
  }
  .nutrition__subtitle span {
    display: inline;
    color: #ec001a
  }
}
@media only screen and (max-width:767px) {
  .container {
    max-width: 600px;
    padding: 0 20px
  }
  .prescription {
    padding: 55px 20px 30px 20px;
    font-size: 22px
  }
  .prescription::before {
    top: -50px;
    width: 100px;
    height: 100px
  }
  .supercaption {
    font-size: 30px;
    line-height: 32px
  }
  .h2 {
    font-size: 16px;
    line-height: 16px
  }
  .h3 {
    font-size: 20px;
    line-height: 20px
  }
  .p1 {
    font-size: 18px;
    line-height: 20px
  }
  .p2 {
    font-size: 18px
  }
  .header {
    padding-bottom: 55px;
    margin-bottom: 70px;
    background: url(../assets/images/cat.jpg) no-repeat right 20px bottom;
    background-size: 225px
  }
  .header__logo {
    width: 175px;
    margin-bottom: 65px
  }
  .header__title {
    max-width: 380px;
    font-size: 42px;
    line-height: 42px
  }
  .header__title span {
    display: none
  }
  .header__title span:nth-of-type(2) {
    display: inline
  }
  .banner__content {
    border-radius: 17px
  }
  .banner__content:before {
    margin: -4px
  }
  .banner__main-title {
    padding: 10px;
    white-space: unset
  }
  .banner__wrap {
    padding: 60px 20px 20px
  }
  .banner__img {
    width: 45px
  }
  .banner__text {
    font-size: 24px
  }
  .product .image {
    width: 320px
  }
  .product__content {
    padding: 20px
  }
  .product__text {
    font-size: 20px
  }
  .product__item {
    padding-left: 55px
  }
  .product__item::before {
    width: 40px;
    height: 40px
  }
  .product__subtext {
    font-size: 12px
  }
  .benefits {
    padding-bottom: 40px
  }
  .benefits__title {
    margin-bottom: 30px
  }
  .benefits__title br {
    display: none
  }
  .benefits__list {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding-bottom: 230px;
    background: url(../assets/images/cat-2.jpg) no-repeat center bottom/500px
  }
  .benefits__item:nth-of-type(3) {
    grid-column: unset
  }
  .benefits__text {
    font-size: 18px;
    line-height: 20px
  }
  .features__wrap-img {
    margin-bottom: 80px
  }
  .features__image {
    width: 180px
  }
  .diet {
    background: unset
  }
  .diet__title {
    margin-bottom: 20px
  }
  .diet__content {
    background: unset
  }
  .diet__content {
    margin-bottom: 60px;
    flex-direction: column
  }
  .diet__image-lerge {
    width: 300px;
    margin: 0 auto
  }
  .diet__wrap-images {
    grid-auto-flow: column;
    align-items: center
  }
  .diet__image-small {
    width: 200px
  }
  .diet__text {
    position: unset;
    margin-top: 10px;
    -webkit-transform: unset;
    transform: unset;
    font-size: 20px
  }
  .newDiet__title {
    margin-bottom: 30px
  }
  .newDiet__image {
    display: none;
    width: 137px
  }
  .newDiet__image:nth-of-type(4) {
    display: none;
    width: 66px
  }
  .newDiet__group-image {
    display: block;
    max-width: 100%
  }
  .newDiet__list {
    margin-bottom: 20px
  }
  .newDiet__item-text {
    font-size: 16px
  }
  .newDiet__text {
    font-size: 14px
  }
  .newDiet__sublist {
    -webkit-column-gap: 10px;
    column-gap: 10px
  }
  .newDiet__subitem {
    font-size: 14px
  }
  .nutrition {
    background: url(../assets/images/bowl.jpg) no-repeat left 80px top 200px/300px,url(../assets/images/list.png) no-repeat right 80px top 100px/160px
  }
  .nutrition__title {
    grid-template-columns: 1fr fit-content(450px) 1fr;
    margin-bottom: 400px
  }
  .nutrition__list {
    justify-content: flex-start
  }
  .nutrition__subtitle {
    font-size: 16px;
    line-height: 16px
  }
}
@media only screen and (max-width:599px) {
  .container {
    max-width: unset
  }
  .container--size {
    max-width: 320px
  }
  .p1 {
    font-size: 16px;
    line-height: 18px
  }
  .header {
    padding-top: 20px;
    padding-bottom: 40px;
    background: url(../assets/images/cat.jpg) no-repeat center top 110px;
    background-size: 280px
  }
  .header__logo {
    width: 175px;
    margin-bottom: 285px
  }
  .header__title {
    max-width: none;
    font-size: 30px;
    line-height: 30px;
    text-align: center
  }
  .header__title span:nth-of-type(2) {
    display: none
  }
  .banner__content {
    align-items: flex-end
  }
  .banner__main-title {
    -webkit-transform: translate(-50%,-109%);
    transform: translate(-50%,-109%);
    width: 100%;
    padding: 10px
  }
  .banner__wrap {
    padding: 20px
  }
  .banner__text {
    font-size: 20px
  }
  .product .image {
    width: 280px
  }
  .benefits__list {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding-bottom: 120px;
    background: url(../assets/images/cat-2.jpg) no-repeat center bottom/280px
  }
  .benefits__text {
    font-size: 16px;
    line-height: 18px
  }
  .diet__image-lerge {
    width: 250px
  }
  .diet__image-small {
    width: 140px
  }
  .diet__text {
    margin-top: 25px
  }
  .newDiet__wrap-image {
    grid-auto-columns: unset;
    justify-items: center
  }
  .newDiet__image {
    width: 220px
  }
  .newDiet__image:nth-of-type(4) {
    justify-self: start;
    max-width: 48%
  }
  .newDiet__text {
    font-size: 12px
  }
  .newDiet__subitem {
    font-size: 12px
  }
  .nutrition {
    padding-bottom: 30px;
    background: url(../assets/images/bowl.jpg) no-repeat left top 170px/200px,url(../assets/images/list.png) no-repeat right 30px top 110px/100px
  }
  .nutrition__title {
    margin-bottom: 265px
  }
}
@media only screen and (max-width:337px) {
  .nutrition__title {
    margin-bottom: 240px
  }
}