@charset "UTF-8";
:root {
  --text: rgb(102, 102, 102);
  --iconography: rgb(118, 118, 118);
  --interface: rgb(215, 215, 215);
  --interface-Dark: rgb(51, 51, 51);
  --brand-1: rgb(226, 0, 26);
  --brand-1-hover: #ffeaea;
  --brand-2: rgb(128, 130, 133);
  --brand-3: rgb(255, 255, 255);
  --brand-4: rgb(246, 246, 246);
}
@font-face {
  font-family: DINPro-Bold;
  font-display: swap;
  src: url(".woff2") format("woff2"),url(".woff") format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: DINPro-Medium;
  font-display: swap;
  src: url(".woff2") format("woff2"),url(".woff") format("woff");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: DINPro-Regular;
  font-display: swap;
  src: url(".woff2") format("woff2"),url(".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;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  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;
  min-width: 320px
}
input::-ms-clear {
  display: none
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}
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: bottom
}
.container {
  --padding-container: 71px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: content-box;
  padding-left: var(--padding-container);
  padding-right: var(--padding-container)
}
:root {
  --h1: 65px/1.2 DINPro-Bold;
  --h2: 40px/1.1 DINPro-Medium;
  --p1: 24px/1.2 DINPro-Medium;
  --p2: 24px/1.2 DINPro-Regular;
  --p3: 18px/1.2 DINPro-Medium;
  --p4: 18px/1.2 DINPro-Regular
}
.h1 {
  font: var(--h1) !important;
}
.h2 {
  font: var(--h2) !important;
}
.p1 {
  font: var(--p1) !important;
}
.p2 {
  font: var(--p2) !important;
}
.p3 {
  font: var(--p3) !important;
}
.p4 {
  font: var(--p4) !important;
}
.banner {
  margin-top: 48px;
  margin-bottom: 120px
}
.banner__group {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 329px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/ball-of-thread.png") no-repeat bottom right 308px/81px 69px, url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/dog.png") no-repeat center right/306px 329px,url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-vertical-line.svg") no-repeat bottom left -40px/1293px 200px, url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-horizontal-line.svg") no-repeat center left 100px/148px 329px;
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(0,0,0,.1)
}

.banner__group::before {
  content: '';
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 734px;
  height: 308px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-bg-xl.svg") no-repeat center center/100%
}
.banner__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--brand-3) !important;
}
.banner__text {
  color: var(--brand-3) !important;
  text-align: center
}
.cards {
  margin-bottom: 120px;
  text-align: center
}
.cards__title {
  margin-bottom: 16px;
  color: var(--interface-Dark) !important;
}
.cards__text {
  margin-bottom: 48px;
  color: var(--brand-2) !important;
}
.cards__list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(295px,1fr));
  grid-auto-rows: 170px;
  gap: 32px
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--brand-4) !important;
  border-radius: 16px;
  transition: background-color .5s ease;
  overflow: hidden
}
.card:hover {
  background-color: var(--brand-1-hover) !important;
}
.card::before {
  content: "";
  position: absolute
}
.card--line_1::before {
  right: -5px;
  bottom: -30px;
  width: 194px;
  height: 108px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-1.svg") no-repeat center center/100%
}
.card--line_2::before {
  top: 0;
  left: 0;
  width: 229px;
  height: 46px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-2.svg") no-repeat center center/100%
}
.card--line_3::before {
  top: 0;
  right: 0;
  width: 96px;
  height: 130px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-3.svg") no-repeat center center/100%
}
.card--line_4::before {
  top: 0;
  right: -2px;
  width: 182px;
  height: 60px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-4.svg") no-repeat center center/100%
}
.card--line_5::before {
  left: 0;
  bottom: 0;
  width: 103px;
  height: 152px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-5.svg") no-repeat center center/100%
}
.card--line_6::before {
  top: 0;
  left: 0;
  width: 256px;
  height: 71px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-6.svg") no-repeat center center/100%
}
.card--line_7::before {
  left: 0;
  bottom: 0;
  width: 175px;
  height: 65px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/line-7.svg") no-repeat center center/100%
}
.card .card__title {
  color: var(--text) !important;
}
.territory {
  margin-bottom: 120px;
  text-align: center
}
.territory__title {
  margin-bottom: 16px;
  color: var(--interface-Dark) !important;
}
.territory__text {
  margin-bottom: 48px
}
.territory__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: minmax(-webkit-min-content,-webkit-max-content);
  grid-auto-rows: minmax(min-content,max-content);
  gap: 32px
}
.accordion {
  --accordion-padding-left: 56px
}
.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 26px var(--accordion-padding-left);
  text-align: left;
  border-radius: 50px;
  border: none;
  transition: background-color .5s ease
}
.accordion__button:hover {
  background-color: var(--brand-1-hover) !important;
}
.accordion__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49px;
  height: 43px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/plus.svg") no-repeat center center/100%
}
.accordion__button--active:before {
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/minus.svg") no-repeat center center/100%
}
.accordion__button--image_1 {
  background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-kitchen.png") no-repeat center left 250px/128px 70px
}
.accordion__button--image_2 {
  background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-living-room.png") no-repeat center left 200px/211px 72px
}
.accordion__button--image_3 {
  background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-bedroom.png") no-repeat center left 204px/135px 76px
}
.accordion__button--image_4 {
  background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-saturation-zone.png") no-repeat center left 215px/140px 75px
}
.accordion__title {
  color: var(--brand-1) !important;
}
.accordion__text {
  color: var(--text) !important;
}
.accordion__list {
  display: grid;
  grid-auto-rows: minmax(-webkit-min-content,-webkit-max-content);
  grid-auto-rows: minmax(min-content,max-content);
  row-gap: 20px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height .5s ease,opacity .3s ease,visibility .3s ease,margin-top 650ms ease
}
.accordion__button--active + .accordion__list {
  opacity: 1;
  visibility: visible;
  margin-top: 24px
}
.accordion__item {
  position: relative;
  padding-left: calc(28px + var(--accordion-padding-left));
  padding-right: var(--accordion-padding-left);
  text-align: left;
  color: var(--text) !important;
}
.accordion__item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: var(--accordion-padding-left);
  width: 20px;
  height: 20px;
  background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/icons/check-mark.svg") no-repeat center center/100%
}
.articles {
  margin-bottom: 120px
}
.articles__title {
  margin-bottom: 48px;
  color: var(--interface-Dark) !important;
  text-align: center
}
.articles__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: minmax(-webkit-min-content,-webkit-max-content);
  grid-auto-rows: minmax(min-content,max-content);
  gap: 34px
}
.articles__card {
  padding: 10px;
  border-radius: 16px;
  transition: background-color .3s ease
}
.articles__card:hover {
  background-color: var(--brand-1-hover) !important;
}
.articles__image {
  max-width: 100%;
  margin-bottom: 16px
}
.articles__text {
  color: var(--text)
}
.video {
  padding-bottom: 50px
}
.video__title {
  margin-bottom: 48px;
  color: var(--interface-Dark) !important;
  text-align: center
}
.video__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 32px
}
.video__wrap-iframe {
  position: relative;
  /*padding-bottom: 55.5%;*/
  margin-bottom: 16px
}
.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.video__text {
  color: var(--text) !important;
}
@media only screen and (max-width:1107px) {
  .cards__list {
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr))
  }
}
@media only screen and (max-width:1023px) {
  .container {
    --padding-container: 40px
  }
  :root {
    --h1: 32px/1.2 DINPro-Bold;
    --h2: 24px/1.1 DINPro-Medium;
    --p1: 18px/1.2 DINPro-Medium;
    --p2: 18px/1.2 DINPro-Regular;
    --p3: 16px/1.2 DINPro-Medium;
    --p4: 16px/1.2 DINPro-Regular
  }
  .banner {
    margin-top: 40px;
    margin-bottom: 80px
  }
  .banner__group {
    min-height: 250px;
    background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/ball-of-thread.png") no-repeat bottom right 182px/55px,url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/dog.png") no-repeat bottom right -40px/219px,url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-vertical-line.svg") no-repeat bottom left -40px/1293px 200px,url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-horizontal-line.svg") no-repeat bottom left/148px 329px
  }
  .banner__group::before {
    width: 344px;
    height: 249px;
    background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-bg-lg.svg") no-repeat center center/100%
  }
  .banner__title {
    margin-bottom: 16px
  }
  .banner__text {
    max-width: 195px
  }
  .cards {
    margin-bottom: 80px
  }
  .cards__text {
    margin-bottom: 24px
  }
  .cards__list {
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    grid-auto-rows: unset;
    gap: 20px
  }
  .card--line_1::before {
    right: -15px;
    bottom: 0;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 137px;
    height: 80px
  }
  .card--line_2::before {
    width: 200px;
    height: 36px
  }
  .card--line_3::before {
    width: 80px;
    height: 106px
  }
  .card--line_4::before {
    width: 108px;
    height: 38px
  }
  .card--line_5::before {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    width: 113px;
    height: 100%
  }
  .card--line_7::before {
    left: -22px;
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
    width: 177px;
    height: 57px
  }
  .card {
    padding: 24px
  }
  .card .card__image {
    width: 96px
  }
  .territory {
    margin-bottom: 80px
  }
  .territory__text {
    margin-bottom: 24px
  }
  .territory__list {
    justify-content: center;
    grid-template-columns: 510px
  }
  .accordion {
    --accordion-padding-left: 48px
  }
  .accordion__button--image_1 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-kitchen.png") no-repeat center left 207px/128px 70px
  }
  .accordion__button--image_2 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-living-room.png") no-repeat center left 160px/211px
  }
  .accordion__button--image_3 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-bedroom.png") no-repeat center left 160px/135px 76px
  }
  .accordion__button--image_4 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-saturation-zone.png") no-repeat center left 180px/140px 75px
  }
  .accordion__button {
    padding: 29px var(--accordion-padding-left)
  }
  .articles {
    margin-bottom: 80px
  }
  .articles__title {
    margin-bottom: 24px
  }
  .articles__list {
    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;
    justify-items: center;
    gap: 30px
  }
  .video {
    padding-bottom: 40px
  }
  .video__title {
    margin-bottom: 24px
  }
  .video__list {
    gap: 24px
  }
}
@media only screen and (max-width:796px) {
  .cards__list {
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr))
  }
}
@media only screen and (max-width:767px) {
  .container {
    --padding-container: 20px;
    max-width: unset
  }
  :root {
    --h1: 24px/1.2 DINPro-Bold;
    --p1: 16px/1.2 DINPro-Medium;
    --p2: 16px/1.2 DINPro-Regular;
    --p3: 12px/1.2 DINPro-Medium;
    --p4: 12px/1.2 DINPro-Regular
  }
  .banner {
    margin-top: 24px;
    margin-bottom: 64px
  }
  .banner__group {
    justify-content: flex-start;
    min-height: 334px;
    background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/ball-of-thread.png") no-repeat bottom right 192px/48px,url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/dog.png") no-repeat bottom -10px right -25px/203px,url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-vertical-line.svg") no-repeat bottom left -50px/1293px 200px
  }
  .banner__group::before {
    top: 0;
    -webkit-transform: translate(-50%,20px);
    transform: translate(-50%,20px);
    width: 278px;
    height: 131px;
    background: url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/banner-bg-md.svg") no-repeat center center/100%
  }
  .banner__title {
    margin-top: 50px;
    margin-bottom: 8px
  }
  .cards {
    margin-bottom: 64px
  }
  .cards__title {
    margin-bottom: 8px
  }
  .cards__list {
    grid-auto-rows: unset;
    gap: 16px
  }
  .card::before {
    content: unset
  }
  .card .card__image {
    width: 72px
  }
  .territory {
    margin-bottom: 64px
  }
  .territory__title {
    margin-bottom: 8px
  }
  .territory__list {
    grid-template-columns: 1fr;
    gap: 24px
  }
  .accordion {
    --accordion-padding-left: 24px
  }
  .accordion__button::before {
    right: 12px;
    width: 37px;
    height: 32px
  }
  .accordion__button--image_1 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-kitchen.png") no-repeat center left 155px/70px
  }
  .accordion__button--image_2 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-living-room.png") no-repeat center left 120px/117px
  }
  .accordion__button--image_3 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-bedroom.png") no-repeat center left 130px/85px
  }
  .accordion__button--image_4 {
    background: var(--brand-4) url("/assets/template/zooregion.new/images/Brand_zone_RC_2022/Puppy_2022/accordion-saturation-zone.png") no-repeat center left 135px/78px
  }
  .accordion__button {
    padding: 20px var(--accordion-padding-left)
  }
  .accordion__list {
    margin-top: 16px
  }
  .accordion__button--active + .accordion__list {
    margin-top: 16px
  }
  .accordion__item::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px
  }
  .accordion__item {
    padding-left: var(--accordion-padding-left);
    font: var(--p2)
  }
  .articles {
    margin-bottom: 70px
  }
  .articles__list {
    gap: 10px
  }
  .articles__card {
    padding: 5px
  }
  .articles__image {
    margin-bottom: 8px
  }
  .video {
    padding-bottom: 24px
  }
  .video__list {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(-webkit-min-content,-webkit-max-content);
    grid-auto-rows: minmax(min-content,max-content)
  }
  .video__wrap-iframe {
    margin-bottom: 8px
  }
}
@media only screen and (max-width:575px) {
  .cards__list {
    grid-template-columns: repeat(2,1fr)
  }
}