.body {
  /* font-family: "DIN Pro", sans-serif; */
  font-family: "DIN Pro", sans-serif;
}
.row {
  overflow: hidden;
}

/* .movie-section img {
  width: 100%;
} */

.slider-description-unit {
  display: flex;
  flex-direction: column;
}

.slider-description-unit ul li {
  text-align: left;
}

.description__red-text {
  font-weight: 900 !important;
}

.title-unit {
  white-space: nowrap;
}

.gray-line {
  border: 1px solid red;
}

/* .wet__list {  
  margin-top: 16px;
} */

/* ///// */

.link-section {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  margin-top: 40px;
  border-top: 8px solid #f6f6f6;
}

.link-container {
  height: 410px;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  gap: 10px; 
}

.link-rectangle {
  height: 337px;
  width: 239px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(234, 234, 234, 1);
  -moz-box-shadow: 0px 1px 6px 1px rgba(234, 234, 234, 1);
  box-shadow: 0px 1px 6px 1px rgba(234, 234, 234, 1);
}

.link-title {
  font-size: 16px;
  color: #666666;
  background-color: #eaeaea;
  width: 100%;
  min-height: 45px;
  text-align: center;  
  text-transform: uppercase;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-image img {
  width: 100%;
}

.link-name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;  
  width: 100%;
  min-height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.link-name p {
  margin: 0;
}

.link-name-1 {
  background-color: #0d316d;
}

.link-name-2 {
  background-color: #dfb56c;
}

.link-link {
  display: flex;

}

.link-link a {
  font-size: 16px;
  color: #666666;
}
/*////////////////////////HEADER/////////////////////////*/

@media only screen and (min-width: 768px) {
  .header-main .container:first-of-type {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 1280px) {
  .header {
    padding: 0 52px;
  }
}

.certificate {
  width: 107px;
  height: 107px;
}

@media only screen and (min-width: 768px) {
  .certificate {
    position: absolute;
    top: 20px;
    /*left: 39px;*/
    width: 130px;
    height: 130px;
  }
}

@media only screen and (min-width: 1280px) {
  .certificate {
    margin-left: 58px;
    top: 30px;
    width: 154px;
    height: 154px;
  }
}

.header-slogan {
  padding: 15px 20px 20px;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: left;
  color: #e2001a;
  font-family: "DIN Pro Condensed", sans-serif;
}

/* ///// */
.header-slogan span {
  font-weight: bold;
}
/* ///// */


@media only screen and (min-width: 768px) {
  .header-slogan {
    font-size: 45px;
    padding: 20px 16px 30px 16px;
  }
}

@media only screen and (min-width: 1280px) {
  .header-slogan {
    font-size: 55px;
    padding: 40px 16px 30px 16px;
  }
}

.header-slogan span:nth-child(2) {
  display: block;
  margin-top: 10px;
  /*font-size: 40px;*/
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .header-slogan span:nth-child(2) {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1280px) {
  .header-slogan span:nth-child(2) {
    font-size: 40px;
  }
}

.header-kitten-karma img {
  /*padding: 20px;*/
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .header-kitten-karma img {
    padding: 0 0 0px 0;
    margin-top: -25px;
  }
}

/*////////////////////////DESCRIPTION/////////////////////////*/

.description {
  margin: 40px 19px 28px 20px;
  align-items: center;
}

@media only screen and (min-width: 1280px) {
  .description {
    margin: -70px 58px 28px 57px;
  }
}

.description__red-text {
  display: block;
  margin-bottom: 10px;
  font-family: "DIN Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.buldog_img {
  /* max-width: 100%; */
  max-width: 140%;
}

.wet__mix-text__unit_1 {
  white-space: nowrap;
}

.wet__mix-text__unit_2 {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .description__red-text {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1280px) {
  .description__red-text {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 20px;
    font-weight: 700;
  }
}

.description__black-text {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  font-family: "DIN Pro", sans-serif;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (min-width: 768px) {
  .description__black-text {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1280px) {
  .description__black-text {
    font-size: 16px;
    line-height: 1.25;
  }
}

.description__image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/*////////////////////////BENEFITS/////////////////////////*/

.benefits {
  position: relative;
  margin: 28px 0 40px;
}

.benefits-item {
  display: flex;
  margin: 50px 0 40px 0;
  flex-direction: column;
  justify-content: center;
}

.benefits-item__image {
  object-fit: cover;
}

.benefit-item__benefits {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.benefit-item__benefit {
  display: flex;
  margin-bottom: 30px;
  font-family: "DIN Pro Bold", sans-serif;
}

@media only screen and (min-width: 768px) {
  .benefit-item__benefit {
    width: unset;
    /* margin-right: 90px;
    margin-left: 90px; */
  }
}

@media only screen and (min-width: 1280px) {
  .benefit-item__benefit {
    /* margin-right: 190px; */
    margin-left: 130px;
  }
}

.benefit-item__benefit img {
  flex-basis: 64px;
  align-self: center;
  margin: 0 22px 0 0;
  height: 64px;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .benefit-item__benefit img {
    flex-basis: 72px;
    height: 72px;
  }
}

@media only screen and (min-width: 1280px) {
  .benefit-item__benefit img {
    flex-basis: 85px;
    height: 85px;
  }
}

.benefit-item__benefit span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #dfb56c;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .benefit-item__benefit span {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1280px) {
  .benefit-item__benefit span {
    font-size: 30px;
  }
}

.benefit-item__benefit span:nth-of-type(2) {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 200;
  font-family: "DIN Pro", sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (min-width: 1280px) {
  .benefit-item__benefit span:nth-of-type(2) {
    font-size: 16px;
  }
}

.ml-48 {
  padding-left: 48px;
}

/*////////////////////////FOOD/////////////////////////*/

.food {
  max-width: 100%;
}

.food__title {
  display: flex;
}

@media only screen and (min-width: 1280px) {
  .food__title {
    padding: 0 43px;
  }
}

.red-line {
  flex: 1;
  align-self: center;
  min-width: 50px;
  border-bottom: solid 4px #e2001a;
}

.food__text {
  flex: 2;
  padding: 0 10px;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #e2001a;
  font-family: "DIN Pro Condensed", sans-serif;
}

@media only screen and (min-width: 768px) {
  .food__text {
    font-size: 46px;
  }
}

.food__img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 818px;
}

.food__img img {
  width: 100%;
}

.dot {
  position: absolute;
  width: 19px;
  height: 18px;
  margin: 24px 18px 0 0;
  border: solid 1px #ffffff;
  border-radius: 50%;
  background-color: #000000;
}

.dot1 {
  left: 27%;
  top: 36%; 
}




@media only screen and (min-width: 768px) {
  .dot1 {
    left: 28%;
    top: 42%;
  }
}

.dot2 {
  left: 47%;
  top: 20%;
}



@media only screen and (min-width: 768px) {
  .dot2 {
    left: 48%;
    top: 25%;
  }
}

.dot3 {
  left: 78%;
  top: 6%;
}




@media only screen and (min-width: 768px) {
  .dot3 {
    left: 79%;
    top: 14%;
  }
}

.dot4 {
  left: 60%;
  top: 45%;
}



@media only screen and (min-width: 768px) {
  .dot4 {
    left: 60%;
    top: 50%;
  }
}

.popup {
  display: none;
  position: absolute;
  top: 40px;
  width: 270px;
  height: 144.5px;
  z-index: 2;
  padding: 19px 16px;
  border: solid 1px #707070;
  background-color: #ffffff;
  transition: 0.1s;
}

.popup-visible {
  display: block;
}

.popup__arrow {
  position: absolute;
  left: 35px;
  top: -15px;
  transform: rotate(180deg);
  border-left: 21px solid transparent;
}

.popup__arrow::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 2px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 13px solid #707070;
}

.popup__arrow::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 5px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #efefef;
}

.popup__title {
  display: block;
  font-size: 12px;
  font-family: "DIN Pro", sans-serif;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.popup__title--bold {
  margin-bottom: 10px;
  font-weight: 500;
}

.popup1 {
  left: -40px;
}

.popup1 .popup__arrow {
  left: 32px;
}

.popup2 {
  left: -110px;
}

.popup2 .popup__arrow {
  left: 101px;
}

.popup3 {
  left: -230px;
}

.popup3 .popup__arrow {
  left: 220px;
}

.popup4 {
  left: -170px;
}

.popup4 .popup__arrow {
  left: 160px;
}


/* .food-mix .food-benefits-item {
  
} */

/*////////////////////////FOOD-BENEFITS/////////////////////////*/

.food-benefits {
  margin-top: 40px;
  position: relative;
}

.food-benefits-item {
  margin-top: 20px;
}

.food-benefits-item img {
  max-width: 340px;
}

@media (max-width: 1199px) {
  .food-benefits-item img {
    max-width: 220px;
  }
}

@media (max-width: 575px) {
  .food-benefits-item img {
    max-width: 220px;
  }
}

.wet__text-absolute {
  position: absolute;
  top: 17%;
  left: 0%;
}

.dry__text-absolute {
  position: absolute;
  top: 17%;
  left: 50%;
}

.karma {
  margin: 20px 0 72px 0;
}

.wet {
  width: calc(100% - 84px);
  /* max-width: 270px;\ */
  position: relative;
  margin: 0 auto;
  /* padding: 17px; */
  border-radius: 40px;
  /* background-color: #f6f6f6; */
  position: relative;
}

.wet::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  background-color: #f6f6f6;
  width: 80%;
  left: 0;
  right: 0;
  border-radius: 40px;
  z-index: -1;
}

.food-benefits-item--solo {
  margin-top: 5rem;
}

.food-benefits-item--solo .wet::after,
.food-benefits-item--solo .dry::after {
  width: 100%;
  height: 85%;
  transform: skewX(155deg);
  left: 15%;
}

.food-benefits-item2 .wet::after,
.food-benefits-item2 .dry::after {
  width: 100%;
  height: 85%;
  transform: skewX(-155deg);
  left: unset;
  right: 15%;
}

.food-benefits-item--solo .wet::before,
.food-benefits-item--solo .dry::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  height: 85%;
  background-color: #f6f6f6;
  width: 50%;
  left: -10%;
  border-radius: 40px;
  z-index: -1;
}

.food-benefits-item2 .wet::before,
.food-benefits-item2 .dry::before {
  left: unset;
  right: -10%;
}

@media (max-width: 1399px) {
  .food-benefits-item--solo .wet::after,
  .food-benefits-item--solo .dry::after {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .food-benefits-item--solo .dry::before {
    left: 0;
    height: 100%;
  }
  .food-benefits-item--solo .wet::before {
    right: 0;
    height: 100%;
  }

  .food-benefits-item--solo .dry::after {
    width: 90%;
    transform: none;
    height: 100%;
  }
  .food-benefits-item--solo .wet::after {
    width: 96%;
    transform: none;
    height: 100%;
  }

  .link-section {
    flex-direction: column;
  }
}

.dry {
  width: calc(100% - 84px);
  /* max-width: 270px; */
  position: relative;
  margin: 0 auto;
  /* padding: 17px; */
  /* border-radius: 40px; */
  /* background-color: #f6f6f6; */
}

.dry::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  background-color: #f6f6f6;
  width: 85%;
  left: 0;
  right: 0;
  border-radius: 40px;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .wet {
    width: calc(100% - 42px);
    /* max-width: 292px; */
    margin: 0 auto 0 0;
  }
  .dry {
    width: calc(100% - 42px);
    /* max-width: 292px; */
    margin: 0 auto 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .wet {
    width: calc(100% - 42px);
    /* max-width: 409px; */
    margin: 52px auto 0 0;
  }
  .dry {
    width: calc(100% - 42px);
    /* max-width: 409px; */
    margin: 52px auto 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .wet {
    height: unset;
    /* padding: 40px 30px; */
    /* max-height: 160px; */
  }
  .dry {
    height: unset;
    /* padding: 40px 20px; */
    /* max-height: 190px; */
  }
}

.wet__title,
.dry__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #e2001a;
}

@media only screen and (min-width: 768px) {
  .wet__title,
  .dry__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .wet__title,
  .dry__title {
    font-size: 20px;
  }
}

/* .dry__title {
  margin-left: 100px;
} */

/* @media only screen and (min-width: 1200px) {
  .dry__title {
    margin-left: 140px;
  }
} */

.wet__list,
.dry__list {
  width: 100%;
  padding-left: 10px;
  font-size: 12px;
  font-family: "DIN Pro", sans-serif;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media only screen and (min-width: 768px) {
  .wet__list,
  .dry__list {
    width: 100%;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .wet__list,
  .dry__list {
    width: 100%;
    font-size: 16px;
  }
}

/* .dry__list {
  margin-left: 100px;
}

@media only screen and (min-width: 1200px) {
  .dry__list {
    margin-left: 140px;
  }
} */

.wet__image {
  /* position: absolute; */
  right: 0;
  bottom: -50px;
  /* width: 164px;
  height: 177px; */
}

@media only screen and (min-width: 768px) {
  .wet__image {
    /* width: 196px;
    height: 182px; */
    bottom: -40px;
  }
}

@media only screen and (min-width: 992px) {
  .wet__image {
    bottom: -0;
  }
}

@media only screen and (min-width: 1200px) {
  .wet__image {
    /* width: 239px;
    height: 222px; */
    right: 60px;
    max-width: 280px;
  }
}

@media only screen and (min-width: 1400px) {
  .wet__image {
    bottom: -40px;
  }
}

.dry__image {
  left: 0;
  bottom: -50px;
  max-width: 280px;
}

@media (max-width: 576px) {
  .food-benefits-item--solo .dry__image img {
    margin-left: -50px;
  }

  .wet__image img {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .dry__image {
    left: -15px;
    bottom: -40px;
  }
}

@media only screen and (min-width: 1200px) {
  .dry__image {
    /* width: 239px;
    height: 222px; */
    bottom: -45px;
  }
}

.wet__mix-text,
.dry__mix-text {
  display: block;
  width: calc(100% - 80px);
  font-family: "DIN Pro Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.dry__mix-text {
  margin-left: 100px;
}

.food-mix__image {
  display: flex;
  margin: 10px auto;
  max-width: 254px;
  align-self: center;
}

@media only screen and (min-width: 768px) {
  .wet--mix {
    margin: 0 0 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .dry--mix {
    margin: 0 auto 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .food-mix__image {
    margin: 0;
  }
  .wet--mix .wet__image {
    right: -15px;
    bottom: -25px;
  }
  .dry--mix .dry__image {
    left: -15px;
    bottom: -30px;
  }
}

@media only screen and (min-width: 992px) {
  .food-mix .dry {
    margin-bottom: 30px;

    margin-top: 30px;
  }

  .food-mix .wet {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .dry--mix .dry__image {
    bottom: -45px;
  }

  .wet--mix .wet__image {
    bottom: -40px;
    right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .karma .dry--mix {
    margin-top: 52px;
  }
  .karma .wet--mix {
    margin-top: 52px;
  }
  .dry--mix span {
    margin-left: 140px;
    width: calc(100% - 140px);
    margin-left: 130px;
  }
  .wet--mix span {
    width: calc(100% - 140px);
  }
  .dry--mix .dry__image {
    bottom: -60px;
  }

  .wet--mix .wet__image {
    bottom: -37px;
    /* width: 269px;
    height: 252px; */
  }

  .wet--mix .wet__image img {
    object-fit: contain;
    height: 100%;
  }

  .food-mix .food-benefits-item {
    /* margin-left: 20px; */
  }
}

@media only screen and (min-width: 1400px) {
  .food-mix .food-benefits-item {
    /* margin-left: 40px; */
  }
  .wet--mix .wet__image {
    bottom: -45px;
  }
}

.food-benefits__arrow-left {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: rotate(180deg);
  z-index: 2;
  cursor: pointer;
}

.food-benefits__arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.food-benefits__dots {
  display: flex;
  justify-content: space-between;
  width: 75px;
  margin: 15px auto 29px;
}

.food-benefits__dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d7d7d7;
  cursor: pointer;
  transition: 0.1s;
  border: 1px solid black;
}

.food-benefits__dot:hover {
  background-color: #b4b4b4;
}

.food-benefits__dot--active {
  background-color: #dfb56c;
}

.food-benefits__dot--active:hover {
  background-color: rgb(233, 170, 60);
}

@media (max-width: 992px) {
  .dry,
  .wet {
    max-width: 270px;
    margin: auto;
  }

  .food-benefits-item--solo .dry,
  .food-benefits-item--solo .wet {
    max-width: 400px;
    margin: auto;
  }

  .owl-stage {
    display: flex;
    align-items: center;
  }


  .wet__mix-text {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .dry,
  .wet {
    max-width: 250px;
    margin: auto;
  }
  .food-benefits-item--solo .dry,
  .food-benefits-item--solo .wet {
    max-width: 320px;
  }

  .wet__mix-text {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) {
  .karma-mokra .wet__image {
    right: 20px;
  }

  .karma-mokra .wet {
    padding-left: 50px;
  }

  .food-mix .food-benefits-item {
    margin-top: 50px;
  }
}

@media(max-width: 1200px) {

  .dry__text-absolute {
    left: 60% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .wet__list,
  .dry__list {
    font-size: 15px;
  }
  .wet--mix .wet__image {
    bottom: -42px;
  }
  .dry__image {
    bottom: -35px;
  }

  .dry__image {
    left: -10px;
  }

  .food__text {
    font-size: 36px;
  }

  .red-line {
    min-width: 30px;
    max-width: 100px;
  }

  .food-benefits-item {
    margin-top: 40px;
  }

  .dry__image {
    left: -10px;
  }

  .wet__list,
  .dry__list {
    width: 100%;
  }

  .wet__mix-text,
  .dry__mix-text {
    font-size: 16px;
  }

  .food-benefits__dots {
    margin: 0 auto 29px;
  }

  .dry__text-absolute {
    left: 50% !important;
  }
}

@media screen and (max-width: 767px) {
  .wet__mix-text,
  .dry__mix-text {
    font-size: 14px;
  }

  .dry {
    width: calc(100% - 35px);
    /* padding: 20px; */
    /* margin-bottom: 20px; */
  }

  .food-mix__image {
    max-width: 170px;
  }

  .dry__image {
    bottom: -65px;
  }

  .red-line {
    min-width: 20px;
    max-width: 30px;
  }

  .food-benefits-item {
    margin-top: 40px;
  }

  .karma {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .solo-pet-slider {
    width: 100%;
    max-width: 400px;
  }

  .solo-pet-slider img {
    width: 100%;
    max-width: 400px;
  }

  .food-benefits-item--solo {
    margin-top: 100px;
  }

  .title-unit {
    white-space: wrap;
  }
}

.section_movie {
  margin-top: 50px;
}

.film {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.film__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
