/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/components/card-main/style.scss ***!
  \************************************************************************************************************************************************************************************************/
/**
 * Helper mixins
*/
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Sizes */
/* Colour palette */
/*
A simple little SCSS mixin for creating scrim gradients
Inspired by Andreas Larson - https://github.com/larsenwork
https://css-tricks.com/easing-linear-gradients/
https://toward.studio/latest/making-css-gradients-smooth
*/
.card-main {
  padding: 30px;
  background: #141414;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-main__title {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 13px 0;
}
.card-main__title {
  font-size: 25px;
}
@media screen and (min-width: 375px) {
  .card-main__title {
    font-size: calc(25px + 5 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-main__title {
    font-size: 30px;
  }
}
.card-main__title {
  line-height: 33px;
}
@media screen and (min-width: 375px) {
  .card-main__title {
    line-height: calc(33px + 7 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-main__title {
    line-height: 40px;
  }
}
.card-main__title sup {
  font-size: 19px;
}
.card-main__text {
  color: #FFD475;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  width: 100%;
}
.card-main__link {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 10px 20px;
  border: 1px solid #FFD475;
  border-radius: 25px;
  margin-top: 24px;
}
.card-main__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}
.card-main__link_decor {
  position: relative;
  padding-left: 62px;
  width: 100%;
  max-width: 190px;
  overflow: hidden;
}
.card-main__link_decor .card-main__link-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-main__link_decor .card-main__link-text {
  white-space: nowrap;
}
.card-main__link_pl1 .card-main__link-img {
  left: 20px;
}
.card-main__link-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFD475;
}
.card-main__title, .card-main__text, .card-main__link {
  position: relative;
  z-index: 1;
}
.card-main__img {
  width: 100%;
  height: auto;
}
._veterinary-diets .card-main__img {
  max-width: 210px;
  margin-top: 40px;
}
.card-main__wrap {
  z-index: 1;
}
.card-main__wrap:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  max-width: 510px;
}
.card-main__wrap:nth-child(2) {
  margin-left: 34px;
}
.card-main_primary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-main_primary .card-main__title {
  line-height: 33px;
}
@media screen and (min-width: 375px) {
  .card-main_primary .card-main__title {
    line-height: calc(33px + 7 * ((100vw - 375px) / 1065));
  }
}
@media screen and (min-width: 1440px) {
  .card-main_primary .card-main__title {
    line-height: 40px;
  }
}
.card-main_primary .card-main__text {
  max-width: 516px;
}
.card-main_primary .card-main__wrap:nth-child(2) {
  margin-left: 0;
}
.card-main_primary .card-main__img {
  position: relative;
  left: -30px;
  bottom: -30px;
  width: calc(100% + 60px);
  max-width: initial;
  height: auto;
}
.card-main_secondary .card-main__wrap {
  z-index: 1;
}
.card-main_secondary .card-main__wrap:nth-child(2) {
  position: absolute;
  bottom: -11%;
  right: -10%;
  z-index: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.card-main_special .card-main__title {
  width: 100%;
  max-width: 510px;
}
.card-main_special:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -15px;
  right: 0;
  background: url("../images/content/card-main-img-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 0;
}
.card-main:after {
  content: "";
  display: block;
  position: absolute;
  top: -662px;
  left: -435px;
  width: 958px;
  height: 958px;
  z-index: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 212, 117, 0.17) 0%, rgba(255, 212, 117, 0) 100%);
}
@media (max-width: 1365px) {
  .card-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card-main__link-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
  .card-main__link {
    margin-top: 0;
    margin-right: 20px;
  }
  .card-main__link:last-child {
    margin-right: 0;
  }
  .card-main__wrap:nth-child(2) {
    margin: 30px auto 0 auto;
  }
  .card-main_primary {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card-main_primary .card-main__wrap:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
  .card-main_special {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 1023px) {
  .card-main__link-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-main__link {
    margin-top: 20px;
    margin-right: 0;
  }
  .card-main__link_decor {
    max-width: 100%;
  }
  .card-main__link-text {
    display: block;
    text-align: center;
  }
  .card-main_secondary .card-main__wrap:nth-child(2) {
    right: -40px;
    bottom: -33px;
  }
}
@media (max-width: 767px) {
  .card-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 20px;
  }
  .card-main__wrap:nth-child(2) {
    margin-right: 0;
  }
  .card-main__link-wrapper {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-main__link {
    margin-top: 0;
    margin-right: 20px;
  }
  .card-main__link_decor {
    max-width: 100%;
  }
  .card-main_primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-main_primary .card-main__img {
    bottom: -33px;
  }
  .card-main_full, .card-main_special {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 705px) {
  .card-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-main__link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-main__link_decor {
    margin-top: 20px;
  }
  .card-main__wrap:nth-child(2) {
    margin: 60px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .card-main_secondary .card-main__wrap:nth-child(2) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    right: -85px;
    bottom: -60px;
  }
}
@media (max-width: 480px) {
  .card-main_secondary .card-main__img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .card-main_secondary .card-main__wrap:nth-child(2) {
    right: 0;
    bottom: -35px;
  }
  .card-main_primary .card-main__img {
    width: calc(100% + 40px);
    left: -20px;
  }
  .card-main_primary .card-main__link {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .card-main_full {
    padding-bottom: 0;
  }
}
.card-main_full .card-main__wrap:nth-child(1) {
  max-width: 611px;
}
.card-main_full .card-main__wrap:nth-child(2) {
  padding-right: 70px;
  padding-top: 29px;
}
@media (max-width: 1365px) {
  .card-main_full .card-main__wrap:nth-child(2) {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .card-main_full .card-main__wrap:nth-child(2) {
    margin: -60px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .card-main_full .card-main__wrap:nth-child(2) {
    margin: 20px auto 0;
  }
}
.card-main_full .card-main__text:nth-child(2) {
  display: block;
  margin-bottom: 16px;
}
.card-main_full:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -15px;
  right: 0;
  background-image: url("../images/content/card-main-img-7.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 0;
}
@media (max-width: 1365px) {
  .card-main_full:before {
    background-position: bottom;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .card-main_full:before {
    background-image: url("../images/content/card-main-img-7-mob.png");
  }
}
