@import url(https://use.typekit.net/fgb3tdr.css);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
  text-align: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border: none;
  color: inherit;
  font: inherit;
}

input {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/*********************
COLORS
*********************/
/*********************
Spacing
*********************/
/*********************
Breakpoints
*********************/
.icon {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.icon::before {
  content: "";
  display: block;
}
.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--adopt::before {
  padding-top: 104.3208357262%;
}

.icon--arrow-left::before {
  padding-top: 76.4483180187%;
}

.icon--arrow-right::before {
  padding-top: 76.4493743511%;
}

.icon--calendar::before {
  padding-top: 97.0902681461%;
}

.icon--close::before {
  padding-top: 100%;
}

.icon--copy::before {
  padding-top: 100%;
}

.icon--email::before {
  padding-top: 64%;
}

.icon--events::before {
  padding-top: 97.0902681461%;
}

.icon--facebook::before {
  padding-top: 188.127090301%;
}

.icon--gitkeep::before {
  padding-top: 100%;
}

.icon--instagram::before {
  padding-top: 100%;
}

.icon--linkedin::before {
  padding-top: 99.7605746209%;
}

.icon--news::before {
  padding-top: 95.9416355616%;
}

.icon--shape-pattern::before {
  padding-top: 72.564469914%;
}

.icon--shape-white::before {
  padding-top: 93.3740307216%;
}

.icon--share::before {
  padding-top: 100%;
}

.icon--spiner::before {
  padding-top: 100%;
}

.icon--twitter::before {
  padding-top: 100%;
}

.icon--youtube::before {
  padding-top: 100%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

/*TO UPDATE*/
main {
  overflow: hidden;
  flex: 1 0 auto;
}

body {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  background: #EBE9E8;
  color: #000;
}

.events-template-grid {
  display: grid;
  grid-gap: 120px;
  gap: 120px;
}
.events-template-grid > div {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}
.events-template-grid h2 {
  color: unset;
}

.container {
  max-width: 117.5rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 85.37375em) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme .gfield textarea {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
  color: #242425;
  padding: 10px;
}

.button {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.36px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 50px;
  align-items: center;
  justify-content: center;
  background: #ED6355;
  height: 52px;
  border-radius: 26px;
  position: relative;
  border: 2px solid #ED6355;
  transition: background 0.2s ease-in-out;
  text-transform: uppercase;
}
.button:hover, .button:focus, .button[focus-within] {
  background: rgba(237, 99, 85, 0.7019607843);
}
.button:hover, .button:focus, .button:focus-within {
  background: rgba(237, 99, 85, 0.7019607843);
}
.button:hover {
  cursor: pointer;
}
.button--transparent {
  color: #ED6355;
  background: transparent;
  height: 42px;
  transition: background 0.2s ease-in-out;
}
.button--transparent:hover, .button--transparent:focus, .button--transparent[focus-within] {
  background: rgba(237, 99, 85, 0.2);
}
.button--transparent:hover, .button--transparent:focus, .button--transparent:focus-within {
  background: rgba(237, 99, 85, 0.2);
}
@media screen and (max-width: 47.99875em) {
  .button {
    width: 100%;
    padding: 15px;
  }
}

.loading-spinner {
  display: none;
  margin: 0 auto;
  color: #ED6355;
  width: 200px;
  height: 200px;
}

.loading-spinner.is-active {
  display: block;
}

.format-text h2 {
  font-size: 2em;
}
.format-text h3 {
  font-size: 1.5em;
}
.format-text h4 {
  font-size: 1.3em;
}
.format-text h5 {
  font-size: 1.1em;
}
.format-text p {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 36px;
}
.format-text ul {
  list-style: disc;
  padding-left: 20px;
}
.format-text ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.format-text strong, .format-text b {
  font-weight: bold;
}
.format-text em, .format-text i {
  font-style: italic;
}
.format-text a {
  word-break: break-word;
  color: #000;
  position: relative;
}
.format-text a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ED6355;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.format-text a:hover {
  transition: color 0.2s ease-in-out;
  color: #ED6355;
}
.format-text a:hover::after {
  content: "";
  width: 9px;
  height: 1px;
  background: #ED6355;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.format-text p + p {
  margin-top: 15px;
}

.a11y__vo-only {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.a11y__skip-content {
  background-color: white;
  color: #000;
  padding: 15px 30px;
  position: absolute;
  z-index: 999;
}
.a11y__skip-content:not(:focus):not(:active) {
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.animal-info {
  max-width: 100.1875rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 45% auto;
  grid-gap: 14%;
  gap: 14%;
  margin-bottom: 92px;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .animal-info {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 85.37375em) {
  .animal-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 85.37375em) {
  .animal-info {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    gap: 40px;
  }
}
.animal-info__content {
  max-width: 620px;
  margin-bottom: 67px;
}
.animal-info__content h2 {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}
.animal-info__item {
  margin-bottom: 36px;
}
.animal-info__item__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}
.animal-info__contact {
  display: flex;
}
.animal-info__shape-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 183px;
  position: relative;
  margin-left: -86px;
  z-index: -1;
}
.animal-info__shape {
  width: 196px;
  height: 183px;
}
.animal-info__icon {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 71px;
}
.animal-info__contact__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 430px;
}
.animal-info__contact__inner .button {
  height: 42px;
}
.animal-info__contact__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  color: #ED6355;
  margin-bottom: 16px;
}
.animal-info__highlight {
  background: #FCE48A;
  border-radius: 36px;
  position: relative;
  padding: 53px 72px;
  align-self: start;
}
.animal-info__highlight:after {
  content: "";
  display: block;
  background: url(svg/shape-pattern.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animal-info__highlight__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 12px;
}

.animal-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 3px solid #fff;
  color: #000;
  border-radius: 24px;
  padding: 10px;
  width: 100%;
  grid-gap: 25px;
  gap: 25px;
  z-index: 1;
  position: relative;
  transition: border 0.2s ease-in-out;
}
@media screen and (max-width: 47.99875em) {
  .animal-item {
    flex-direction: column;
  }
}
.page-template-tpl-animals .animal-item {
  height: 100%;
}
@media screen and (min-width: 85.375em) {
  .home-animals-block .animal-item:nth-child(odd) {
    transform: translateY(60px);
  }
}
.animal-item:hover {
  border: 3px solid #ED6355;
}
.animal-item:hover .button {
  background: rgba(237, 99, 85, 0.2);
}
.adoption-block .animal-item {
  display: none;
}
.adoption-block .animal-item.is-active {
  display: flex;
}
.animal-item__media {
  width: 235px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  background: #ED6355;
}
.page-template-tpl-animals .animal-item__media {
  width: 319px;
}
@media screen and (max-width: 47.99875em) {
  .page-template-tpl-animals .animal-item__media {
    width: 100%;
  }
}
@media screen and (max-width: 47.99875em) {
  .animal-item__media {
    width: 100%;
  }
}
.animal-item__reserved {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #008C72;
  border: 4px solid #008C72;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 26px;
  left: -20px;
  padding: 16px;
  z-index: 4;
  transform: rotate(-15deg);
}
@media screen and (max-width: 47.99875em) {
  .animal-item__reserved {
    top: 26px;
    bottom: unset;
  }
}
.animal-item__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.animal-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .animal-item__content {
    height: 100%;
    max-width: 330px;
  }
}
.animal-item__breed {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  height: 34px;
  background: rgba(252, 228, 138, 0.6);
  border-radius: 100px;
  padding: 0 16px;
  margin-bottom: 8px;
}
.animal-item__name {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px !important;
  line-height: 39px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}
.animal-item__details {
  margin-bottom: 23px;
}
@media screen and (min-width: 48em) {
  .animal-item__details {
    flex: 1;
  }
}
.page-template-tpl-animals .animal-item__details {
  max-width: 310px;
}
.animal-item__button {
  width: 100%;
  padding: 12px 40px;
}
@media screen and (max-width: 47.99875em) {
  .animal-item__button {
    padding: 12px 21px;
  }
}

.back-button {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #ED6355;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #fff;
  height: 43px;
  padding: 0 12px;
  margin-bottom: 40px;
  transition: border 0.2s ease-in-out;
}
.back-button:hover {
  border: 3px solid #ED6355;
}
.back-button__icon {
  width: 18px;
  height: 14px;
  margin-right: 8px;
}
.back-button__text {
  margin-top: 2px;
  text-transform: uppercase;
}

.wrap {
  max-width: 117.5rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .wrap {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 85.37375em) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 47.99875em) {
  .wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.content-none {
  display: grid;
  grid-template-columns: 37% auto;
  grid-gap: 10%;
  gap: 10%;
  background: #fff;
  border-radius: 36px;
  padding: 17px 17px 17px 97px;
  margin-bottom: 80px;
}
@media screen and (max-width: 85.37375em) {
  .content-none {
    grid-template-columns: 1fr 1fr;
    padding: 17px;
    grid-gap: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 47.99875em) {
  .content-none {
    grid-template-columns: 1fr;
  }
}
.content-none__media {
  width: 100%;
  aspect-ratio: 930/674;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: url(images/error-placeholder.jpg);
}
.content-none__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.content-none__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 674px;
  margin: auto 0;
  min-height: 328px;
}
@media screen and (max-width: 85.37375em) {
  .content-none__content {
    min-height: unset;
  }
}
.content-none__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 56px;
  line-height: 48px;
  color: #008C72;
  display: block;
  margin-bottom: 9px;
}
.content-none__text {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-bottom: 18px;
}
.content-none__link {
  text-transform: uppercase;
}

.copy-to-clipboard__tooltip {
  z-index: 300;
  background: #000;
  border-radius: 8px;
  color: #fff;
  opacity: 0;
  padding: 8px 16px;
  position: fixed;
  text-align: center;
  transform: translateY(10px);
}
.copy-to-clipboard__tooltip.is-active {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.25s ease-in-out, transform 0.2s ease-in-out;
}

.copy-to-clipboard__tooltip:before {
  content: " ";
  border-top: 16px solid #000;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
}

.footer {
  margin-bottom: 30px;
}
.home .footer {
  margin-bottom: 83px;
}
.footer__inner {
  max-width: 117.5rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 5%;
  gap: 40px 5%;
  background: #fff;
  border-radius: 33px;
  padding-top: 60px;
  padding-bottom: 80px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .footer__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 85.37375em) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 85.37375em) {
  .footer__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 47.99875em) {
  .footer__inner {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    gap: 40px;
    padding: 30px;
  }
}
.footer__item {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
  max-width: 350px;
}
.footer__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ED6355;
  text-transform: uppercase;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__content a:hover {
  transition: color 0.2s ease-in-out;
  color: #ED6355;
}
.footer__text {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  color: #000;
}
.footer__text--privacy-policy {
  margin-top: 16px;
  position: relative;
  transition: transform 0.2s ease-in-out, font-weight 0.2s ease-in-out;
}
.footer__text--privacy-policy:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ED6355;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.footer__text--privacy-policy:hover {
  color: #ED6355;
}
.footer__text--privacy-policy:hover:after {
  content: "";
  width: 9px;
  height: 1px;
  background: #ED6355;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.gform_wrapper {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 812px;
  margin: 0 auto;
}
.gform_wrapper form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 18px;
  gap: 18px;
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 18px;
  gap: 18px;
}
.gform_wrapper .gfield--type-html {
  margin-bottom: 18px;
}
.gform_wrapper .gform_required_legend {
  display: flex;
}
.gform_wrapper .gfield_label {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #000;
  margin-bottom: 6px;
  padding-left: 6px;
}
.gform_wrapper .gfield_label[focus-within] {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.gform_wrapper .gfield_label:focus-within {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.gform_wrapper input:not([type=checkbox]), .gform_wrapper textarea {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  color: #242425;
  border: 2px solid transparent;
  border-radius: 100px;
  max-width: 552px;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 47.99875em) {
  .gform_wrapper input:not([type=checkbox]), .gform_wrapper textarea {
    max-width: 100%;
  }
}
.gform_wrapper input:not([type=checkbox]):focus, .gform_wrapper input:not([type=checkbox])[focus-within], .gform_wrapper textarea:focus, .gform_wrapper textarea[focus-within] {
  border: 2px solid rgba(36, 36, 37, 0.6);
}
.gform_wrapper input:not([type=checkbox]):focus, .gform_wrapper input:not([type=checkbox]):focus-within, .gform_wrapper textarea:focus, .gform_wrapper textarea:focus-within {
  border: 2px solid rgba(36, 36, 37, 0.6);
}
.gform_wrapper input:not([type=checkbox]).focus-visible, .gform_wrapper textarea.focus-visible {
  outline-color: rgba(36, 36, 37, 0.6);
}
.gform_wrapper input:not([type=checkbox]):focus-visible, .gform_wrapper textarea:focus-visible {
  outline-color: rgba(36, 36, 37, 0.6);
}
.gform_wrapper textarea {
  border-radius: 24px;
  resize: none;
}
.gform_wrapper .gfield_radio {
  display: flex;
  grid-gap: 24px;
  gap: 24px;
}
@media screen and (max-width: 47.99875em) {
  .gform_wrapper .gfield_radio {
    grid-gap: 12px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.gform_wrapper .gfield_radio div {
  display: flex;
  justify-content: center;
  grid-gap: 13px;
  gap: 13px;
}
.gform_wrapper .gfield_radio label {
  display: flex;
  align-items: center;
}
.gform_wrapper .gfield_radio input[type=radio] {
  width: 36px;
  height: 36px;
  accent-color: #ED6355;
}
.gform_wrapper .ginput_container.ginput_container_consent {
  display: grid;
  grid-template-columns: 36px auto;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 30px;
  max-width: 537px;
  width: 100%;
}
.gform_wrapper .ginput_container.ginput_container_consent label {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.gform_wrapper input[type=checkbox] {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 6px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 47.99875em) {
  .gform_wrapper .gform_footer {
    max-width: 100%;
  }
}
.gform_wrapper .gform_footer .button {
  padding: 10px 50px;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .gform_wrapper .gform_footer .button {
    max-width: 100%;
  }
}
.gform_wrapper .gform_submission_error,
.gform_wrapper .gfield_validation_message {
  color: #ED6355;
}

.general-header {
  max-width: 812px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.privacy-policy .general-header, .page-template-tpl-news .general-header, .page-template-tpl-events .general-header, .page-template-tpl-animals .general-header, .archive-page .general-header {
  margin: 0;
}
.general-header__date {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  background: rgba(252, 228, 138, 0.6);
  color: #000;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.page-template-tpl-animals .general-header__date {
  display: none;
}
.general-header__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
  word-break: break-word;
}
@media screen and (max-width: 47.99875em) {
  .general-header__title {
    font-size: 36px;
    line-height: 48px;
    line-height: 38px;
  }
}
.general-header__text {
  margin-bottom: 32px;
}

.header {
  z-index: 100;
  margin-top: 30px;
  margin-bottom: 100px;
}
.home .header {
  margin-bottom: 30px;
}
@media screen and (max-width: 47.99875em) {
  .header {
    margin-top: 16px;
    margin-bottom: 50px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 33px;
  padding: 14px 30px 20px;
  position: relative;
  grid-gap: 4%;
  gap: 4%;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .header__inner {
    grid-gap: 1%;
    gap: 1%;
  }
}

.header__logo {
  width: 122px;
  height: 37px;
  flex-shrink: 0;
}

.header__nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 120em) {
  .header__nav {
    grid-gap: 5%;
    gap: 5%;
  }
}
@media screen and (max-width: 85.37375em) {
  .header__nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translateY(-100px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s ease;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
  }
}
@media screen and (max-width: 85.37375em) {
  .header__nav.open {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s ease;
    transform: translateY(0);
    z-index: 3;
  }
}

.header__menu-toggle {
  display: none;
}
@media screen and (max-width: 85.37375em) {
  .header__menu-toggle {
    display: flex;
  }
}

.intro__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 20px;
}
.intro__subtitle {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
.intro__text {
  margin-bottom: 40px;
}

.menu-burger {
  display: none;
  width: 26px;
  height: 18px;
  border-top: 3px solid #ED6355;
  border-bottom: 3px solid #ED6355;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
.menu-burger:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #ED6355;
  transition: width 0.2s ease-in-out;
}
@media screen and (max-width: 85.37375em) {
  .menu-burger {
    display: flex;
  }
}

/*$menu-link-color-hover: grey;*/
.menu {
  display: flex;
  align-items: center;
  align-self: center;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 85.37375em) {
  .menu {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 30px;
    gap: 30px;
    padding: 7px 20px;
  }
}
@media screen and (max-width: 85.37375em) {
  .menu.is-active .menu__item {
    margin-bottom: 24px;
  }
}

.menu__item {
  position: relative;
}
@media screen and (max-width: 47.99875em) {
  .menu__item {
    display: block;
    width: 100%;
  }
}
.menu__item:not(.menu__item--button):after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 2px solid #ED6355;
  border-radius: 50%;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 85.37375em) {
  .menu__item:not(.menu__item--button):after {
    width: 16px;
    height: 16px;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
  }
}
.menu__item:not(.menu__item--button):hover:after {
  opacity: 1;
}
.menu__item.is-active:after {
  content: "";
  background: #ED6355;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-radius: 50%;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 85.37375em) {
  .menu__item.is-active:after {
    width: 16px;
    height: 16px;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
  }
}
.menu__item.is-active:hover:after {
  transition: background 0.2s ease-in-out;
  background: transparent;
}
.menu__item.menu__item--button {
  margin-left: 100px;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .menu__item.menu__item--button {
    margin-left: 1%;
  }
}
@media screen and (max-width: 85.37375em) {
  .menu__item.menu__item--button {
    margin-left: 32px;
  }
}
.menu__item.menu__item--button.is-active:after {
  display: none;
}

.menu__link {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 0 16px;
  color: #000;
}
.menu__item.is-active .menu__link {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 85.37375em) {
  .menu__link {
    font-size: 30px;
    line-height: 36px;
    line-height: 30px;
    padding: 0 32px;
    grid-gap: 12px;
    gap: 12px;
  }
}
.menu__item--button .menu__link {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  align-items: center;
  justify-content: center;
  background: #ED6355;
  color: #fff;
  height: 32px;
  border-radius: 26px;
  position: relative;
  border: 1px solid #ED6355;
  transition: background 0.2s ease-in-out;
}
.menu__item--button .menu__link:hover, .menu__item--button .menu__link:focus, .menu__item--button .menu__link[focus-within] {
  background: rgba(237, 99, 85, 0.7019607843);
}
.menu__item--button .menu__link:hover, .menu__item--button .menu__link:focus, .menu__item--button .menu__link:focus-within {
  background: rgba(237, 99, 85, 0.7019607843);
}
@media screen and (max-width: 85.37375em) {
  .menu__item--button .menu__link {
    font-size: 16px;
    line-height: 22px;
    margin: 0 5px;
    height: 42px;
  }
}
@media screen and (max-width: 47.99875em) {
  .menu__item--button .menu__link {
    width: calc(100% - 64px);
  }
}
.menu__item--button.is-active .menu__link {
  background: rgba(237, 99, 85, 0.1019607843);
  color: #ED6355;
}

.menu__close-button {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  height: 52px;
  width: 51px;
}
.menu__close-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 85.37375em) {
  .menu__close-button {
    display: block;
  }
}

.icon.menu__close-button__icon {
  display: none;
  height: 36px;
  width: 36px;
  fill: #ED6355;
  z-index: 9999;
}
.menu-is-open .icon.menu__close-button__icon {
  display: block;
}

.pagination_container {
  max-width: 117.5rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /*   margin-bottom: 90px;*/
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .pagination_container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 85.37375em) {
  .pagination_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__link {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #000;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
}

.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 47.99875em) {
  .pagination__item {
    display: none;
  }
}
.pagination__item--current {
  display: block;
}
.pagination__item--current .pagination__link {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #ED6355;
  color: #fff;
}
.pagination__item--previous, .pagination__item--next, .pagination__item--last, .pagination__item--first {
  display: block;
}
.pagination__item.is-disabled {
  opacity: 0.3;
}

.pagination__icon {
  width: 25px;
  height: 19px;
  color: #ED6355;
}

.post {
  margin-bottom: 40px;
}
.post:not(.post--with-grid) {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto 90px;
}
.post--with-grid {
  display: grid;
  grid-template-columns: 10% auto 10%;
  grid-gap: 10%;
  gap: 10%;
}
@media screen and (max-width: 85.37375em) {
  .post--with-grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    gap: 40px;
  }
}
.post__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 92px;
}
@media screen and (min-width: 48em) {
  .post__inner {
    max-width: 1088px;
  }
}
@media screen and (max-width: 85.37375em) {
  .post--with-grid .post__inner {
    margin: 0 auto 92px;
  }
}
.post__header-wrapper {
  display: flex;
  position: relative;
}
.post__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 814px;
  width: 100%;
}
.post__media {
  max-width: 1088px;
  width: 100%;
  aspect-ratio: 1088/789;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 47.99875em) {
  .post__media {
    margin-bottom: 16px;
  }
}
.post__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  width: 100%;
  height: 100%;
}
.post__content {
  max-width: 812px;
  margin-bottom: 40px;
}

.share-fallback {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: none;
  flex-direction: column;
  max-width: 500px;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 47.99875em) {
  .share-fallback {
    max-width: calc(100% - 2* 30px);
  }
}
.share-fallback.is-active {
  display: flex;
}

.share-fallback__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.share-fallback__title {
  color: #000;
  font-weight: bold;
  padding-right: 12px;
}

.share-fallback__open-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.share-fallback__open-button__icon {
  margin-right: 7px;
  width: 24px;
}

.share-fallback__close-button__icon {
  width: 15px;
  transition: opacity 0.2s ease;
}
.share-fallback__close-button__icon:hover {
  opacity: 0.8;
}

.share-fallback__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.share-fallback__items__item {
  display: flex;
  align-items: center;
  padding: 7px;
}
.share-fallback__items__item:first-child {
  padding-left: 0;
}

.share-fallback__item__link {
  color: #000;
  display: block;
  width: 24px;
}

.share-fallback__item__icon,
.share-fallback__link__icon {
  width: 24px;
  transition: opacity 0.2s ease;
}
.share-fallback__item__icon:hover,
.share-fallback__link__icon:hover {
  opacity: 0.8;
}

.share-fallback__url {
  background-color: #eee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.share-fallback__url__box {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-icons {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (max-width: 85.37375em) {
  .social-icons {
    margin: 20px 56px;
  }
}

.social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ED6355;
  border-radius: 50%;
  transition: background 0.2s ease-in-out;
}
.social-icons__link:hover {
  background: rgba(237, 99, 85, 0.6);
}
@media screen and (max-width: 85.37375em) {
  .social-icons__link {
    width: 42px;
    height: 42px;
  }
}

.social-icons__icon {
  width: 10px;
  height: 18px;
  color: #fff;
}
.social-icons__icon.icon--instagram {
  width: 18px;
}

.teaser {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border: 3px solid #fff;
  border-radius: 36px;
  padding: 17px 35px 32px 35px;
  position: relative;
  transition: border 0.2s ease-in-out;
}
@media screen and (max-width: 85.37375em) {
  .teaser {
    padding: 20px;
  }
}
.archive-page .teaser, .page-template-tpl-events .teaser, .page-template-tpl-news .teaser {
  height: 100%;
}
.teaser:hover, .teaser:focus {
  border: 3px solid #008C72;
}
.teaser__date {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  background: rgba(252, 228, 138, 0.6);
  color: #000;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.teaser__text {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
  color: #000;
}
@media screen and (max-width: 47.99875em) {
  .teaser__text {
    font-size: 24px;
    line-height: 32px;
    line-height: 30px;
  }
}
.teaser__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #008C72;
  position: absolute;
  left: 20px;
  bottom: -21px;
  border-radius: 50%;
}
.teaser__icon {
  width: 18px;
  height: 14px;
  transition: transform 0.2s ease-in-out;
  color: #fff;
}

.teaser:hover .teaser__icon {
  transform: rotate(-45deg);
}

.animal-hero-block {
  display: grid;
  grid-template-columns: 37% auto;
  grid-gap: 10%;
  gap: 10%;
  background: #fff;
  border-radius: 36px;
  padding: 17px;
  margin-bottom: 80px;
}
@media screen and (max-width: 85.37375em) {
  .animal-hero-block {
    grid-gap: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 47.99875em) {
  .animal-hero-block {
    grid-template-columns: 1fr;
  }
}
.animal-hero-block__media {
  max-width: 616px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  background: #ED6355;
}
@media screen and (max-width: 47.99875em) {
  .animal-hero-block__media {
    max-width: 100%;
  }
}
.animal-hero-block__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.animal-hero-block__content {
  display: flex;
  flex-direction: column;
  max-width: 674px;
  margin: auto 0;
  min-height: 328px;
}
@media screen and (max-width: 85.37375em) {
  .animal-hero-block__content {
    min-height: unset;
  }
}
.animal-hero-block__header {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 47.99875em) {
  .animal-hero-block__header {
    flex: unset;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.animal-hero-block__name {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  line-height: 56px;
}
.animal-hero-block__button {
  height: 42px;
}
.animal-hero-block__details__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  display: block;
  margin-bottom: 18px;
}
.animal-hero-block__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
  gap: 14px;
}
@media screen and (max-width: 47.99875em) {
  .animal-hero-block__items {
    grid-template-columns: 1fr;
  }
}
.animal-hero-block__field {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
.animal-hero-block__value {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
}
.animal-hero-block__value--race {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.animals-block {
  margin-bottom: 90px;
}
.animals-block__filters {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 42px;
}
.animals-block__filters input[type=checkbox] {
  display: none;
}
.animals-block__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
}
.animals-block__filter input[type=radio] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.animals-block__filter.is-active .animals-block__link {
  background: #ED6355;
  color: #fff;
}
.animals-block__link {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  height: 42px;
  border: 2px solid #ED6355;
  color: #ED6355;
  padding: 10px 36px;
  border-radius: 23px;
  transition: background 0.2s ease-in-out;
}
.animals-block__link:hover {
  background: rgba(237, 99, 85, 0.2);
  cursor: pointer;
}
.animals-block__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 36px;
  gap: 40px 36px;
  margin-bottom: 76px;
}
@media screen and (max-width: 85.37375em) {
  .animals-block__items {
    grid-template-columns: 1fr;
  }
}

.contact-block {
  display: flex;
  flex-direction: column;
  margin: 0 auto 90px;
  max-width: 812px;
  width: 100%;
}
.contact-block__form__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}

.highlight-block {
  max-width: 1396px;
  width: 100%;
  margin: 0 auto 140px;
}
.highlight-block.events {
  margin: 0 auto 198px;
}
.highlight-block__inner {
  display: grid;
  grid-template-columns: 398px auto;
  grid-gap: 7%;
  gap: 7%;
  max-width: 1356px;
}
.archive-page .highlight-block__inner, .page-template-tpl-news .highlight-block__inner, .page-template-tpl-events .highlight-block__inner {
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
}
@media screen and (max-width: 85.37375em) {
  .highlight-block__inner {
    grid-template-columns: 1fr;
  }
}
.highlight-block__shape-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 183px;
  position: relative;
  margin-bottom: -61px;
  margin-left: -26px;
  z-index: -1;
}
@media screen and (max-width: 47.99875em) {
  .highlight-block__shape-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
.highlight-block__shape {
  width: 196px;
  height: 183px;
}
.highlight-block__icon {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 71px;
}
@media screen and (max-width: 47.99875em) {
  .highlight-block__icon {
    top: 44px;
  }
}
.highlight-block__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  line-height: 48px;
  color: #ED6355;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
  .highlight-block__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 47.99875em) {
  .highlight-block__title {
    text-align: center;
  }
}
.highlight-block__text {
  margin-bottom: 24px;
}
.page-template-tpl-events .highlight-block__text, .page-template-tpl-news .highlight-block__text {
  max-width: 812px;
}
@media screen and (min-width: 48em) {
  .highlight-block__button {
    width: 300px;
  }
}
.highlight-block__items.events {
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
}
.highlight-block__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 42px 27px;
  gap: 42px 27px;
}
@media screen and (max-width: 85.37375em) {
  .highlight-block__items {
    grid-gap: 42px 20px;
    gap: 42px 20px;
  }
}
@media screen and (min-width: 85.375em) {
  .page-template-tpl-events .highlight-block__items, .page-template-tpl-news .highlight-block__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 47.99875em) {
  .highlight-block__items {
    grid-template-columns: 1fr;
  }
}

.home-animals-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 140px;
}
.home-animals-block__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 42px;
  line-height: 48px;
  color: #ED6355;
  margin-bottom: 30px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media screen and (max-width: 47.99875em) {
  .home-animals-block__title {
    font-size: 32px;
    line-height: 36px;
  }
}
.home-animals-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 30px;
  gap: 24px 30px;
  max-width: 1396px;
  width: 100%;
  background: #FCE48A;
  border-radius: 36px;
  padding: 65px 80px 125px 65px;
  position: relative;
}
@media screen and (max-width: 85.37375em) {
  .home-animals-block__inner {
    grid-template-columns: 1fr;
    padding: 35px 40px 65px 35px;
  }
}
@media screen and (max-width: 47.99875em) {
  .home-animals-block__inner {
    padding: 16px 16px 65px 16px;
  }
}
.home-animals-block__inner:after {
  content: "";
  display: block;
  background: url(svg/shape-pattern.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-animals-block__button {
  position: absolute;
  width: 300px;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.home-hero-block {
  display: grid;
  grid-template-columns: 30% auto;
  grid-gap: 7%;
  gap: 7%;
  background: #fff;
  border-radius: 33px;
  padding: 20px 20px 20px 6%;
  margin-bottom: 100px;
}
@media screen and (max-width: 85.37375em) {
  .home-hero-block {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    gap: 16px;
    padding: 20px;
  }
}
.home-hero-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 485px;
}
.is-inverse .home-hero-block__content {
  order: 2;
}
@media screen and (max-width: 47.99875em) {
  .home-hero-block__content {
    order: 2;
  }
}
.home-hero-block__tag {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  line-height: 18px;
  color: #008C72;
  margin-bottom: 20px;
}
@media screen and (max-width: 47.99875em) {
  .home-hero-block__tag {
    margin-bottom: 8px;
  }
}
.home-hero-block__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 56px;
  line-height: 48px;
  color: #008C72;
  margin-bottom: 14px;
}
@media screen and (max-width: 47.99875em) {
  .home-hero-block__title {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 8px;
  }
}
.home-hero-block__text {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 47.99875em) {
  .home-hero-block__text {
    font-size: 18px;
    line-height: 24px;
  }
}
.home-hero-block__media {
  width: 100%;
  aspect-ratio: 930/674;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 47.99875em) {
  .home-hero-block__media {
    order: 1;
  }
}
.home-hero-block__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.home-info-block {
  max-width: 117.5rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 48% auto;
  grid-gap: 10%;
  gap: 10%;
  background: #fff;
  border-radius: 33px;
  padding: 20px 6% 20px 20px;
  margin-bottom: 187px;
}
@media screen and (min-width: 85.375em) and (max-width: 119.99875em) {
  .home-info-block {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 85.37375em) {
  .home-info-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 119.99875em) {
  .home-info-block {
    padding: 20px;
  }
}
@media screen and (max-width: 85.37375em) {
  .home-info-block {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 47.99875em) {
  .home-info-block {
    margin-bottom: 94px;
    grid-gap: 16px;
    gap: 16px;
  }
}
.home-info-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 485px;
}
.is-inverse .home-info-block__content {
  order: 2;
}
@media screen and (max-width: 47.99875em) {
  .home-info-block__content {
    max-width: unset;
  }
}
.home-info-block__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 56px;
  line-height: 48px;
  color: #ED6355;
  margin-bottom: 20px;
  word-break: break-word;
}
@media screen and (max-width: 47.99875em) {
  .home-info-block__title {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 8px;
  }
}
.home-info-block__text {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 47.99875em) {
  .home-info-block__text {
    margin-bottom: 16px;
  }
}
.home-info-block__buttons {
  width: 100%;
}
.home-info-block__buttons h4 {
  font-family: "basic-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 18px;
}
@media screen and (max-width: 47.99875em) {
  .home-info-block__buttons h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.home-info-block__buttons div {
  display: flex;
  grid-gap: 20px;
  gap: 20px;
}
.home-info-block__buttons div .button {
  padding: 15px 38px;
  height: 42px;
  width: 205px;
}
@media screen and (max-width: 47.99875em) {
  .home-info-block__buttons div .button {
    width: 100%;
  }
}
@media screen and (max-width: 47.99875em) {
  .home-info-block__buttons-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.home-info-block__media {
  width: 100%;
  aspect-ratio: 792/561;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.home-info-block__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.home-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1396px;
  background: #fff;
  border-radius: 36px;
  padding: 54px 20px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 47.99875em) {
  .home-text {
    padding: 20px;
  }
}
.home-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 531px;
}
.is-inverse .home-text__content {
  order: 2;
}
.home-text__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1.8px;
  color: #ED6355;
  margin-bottom: 8px;
}
@media screen and (max-width: 47.99875em) {
  .home-text__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.home-text__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.image-text-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  gap: 50px;
  max-width: 914px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 47.99875em) {
  .image-text-block {
    grid-template-columns: 1fr;
  }
}
.image-text-block__media {
  width: 100%;
  aspect-ratio: 536/389;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
}
.is-inverse .image-text-block__media {
  order: 2;
}
.image-text-block__image {
  height: 100%;
  font-family: "object-fit: cover, object-position: center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.image-text-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 328px;
}
.image-text-block__content > h2 {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ED6355;
  margin-bottom: 10px;
}

.list-block {
  max-width: 812px;
  width: 100%;
  margin: 0 auto 50px;
}
.list-block__list {
  list-style: disc;
  padding-left: 20px;
}
.list-block__item {
  padding-bottom: 12px;
}

.members-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
  width: 100%;
}

.text-block {
  max-width: 812px;
  width: 100%;
  margin: 0 auto 40px;
}
.text-block__title {
  font-family: "basic-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 47.99875em) {
  .text-block__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.text-block__text {
  margin-bottom: 16px;
}
.text-block__link {
  color: #fff;
  text-decoration: unset;
}
