#pets .container {
  width: 100%;
  max-width: 112.4rem;
  padding: 0 5rem;
  margin: 0 auto;
}
#pets .container--91r {
  max-width: 91rem;
}
#pets .container--104r {
  max-width: 104rem;
}
#pets .common-button {
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
  text-decoration: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#pets .common-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#pets .common-section {
  margin-top: 8rem;
}
#pets .common-section-inner {
  border-radius: 0.5rem;
  overflow: hidden;
}
#pets .common-section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 8.5rem;
  background-color: #D1F0E0;
  padding: 2.5rem 5rem;
}
#pets .common-section-header--bordered {
  border: 1px solid #D9D9D9;
  border-bottom: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#pets .common-section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.305;
  letter-spacing: 0.015em;
  color: #000000;
}
#pets .common-section-content {
  border: 1px solid #D9D9D9;
  border-top: none;
  padding: 4.5rem 5rem;
  background-color: #ffffff;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#pets .common-section-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #222322;
  margin-bottom: 2rem;
}
#pets .common-section-text:last-child {
  margin-bottom: 0;
}
#pets .common-input-wrapper {
  width: 100%;
  position: relative;
}
#pets .common-input {
  display: block;
  width: 100%;
  padding: 2.2rem 1.6rem 0;
  margin: 0 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.015em;
  color: #222322;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem !important;
  min-height: 6rem;
}
#pets .common-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.172;
  color: #222322;
  letter-spacing: 0.025em;
  position: absolute;
  top: 1.2rem;
  left: 1.7rem;
}
#pets .common-label span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.172;
  color: #9D4A46;
  letter-spacing: 0.025em;
}
#pets .intro {
  padding-top: 6.1rem;
  height: 42rem;
  background-color: #eeeeee;
  background-image: url(/static/images/pets_landing/intro_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#pets .intro-inner {
  position: relative;
}
#pets .intro-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  color: #222322;
  letter-spacing: 0.04em;
  max-width: 60.4rem;
  margin: 0 0 1rem 0;
}
#pets .intro-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #222322;
  max-width: 54rem;
}
#pets .intro-form {
  background-color: #ffffff;
  width: 100%;
  max-width: 58.5rem;
  border-radius: 0.5rem;
  padding: 2.7rem;
  border: 1px solid #00AD50;
  position: absolute;
  z-index: 1;
  min-height: 17rem;
  margin-top: 3.9rem;
}
#pets .intro-form-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 2.6rem;
}
#pets .intro-form-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #222322;
}
#pets .intro-form-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #222322;
}
#pets .intro-form-inner {
  display: none;
  align-items: flex-start;
  gap: 2rem;
}
#pets .intro-form-inner.active {
  display: flex;
}
#pets .intro-form-input-wrapper {
  max-width: 32rem;
}
#pets .intro-form-button {
  width: 100%;
  max-width: 19rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #00AD50;
  border-radius: 0.5rem;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
#pets .intro-form-button--large {
  max-width: 28rem;
}
#pets .intro-form-button:hover {
  background-color: #00c75c;
}
#pets .intro-form-button:focus, #pets .intro-form-button:active {
  background-color: #009444;
}
#pets .goodbye {
  margin-top: 10.2rem;
}
#pets .goodbye-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
#pets .goodbye-left, #pets .goodbye-right {
  width: 100%;
  max-width: 48rem;
}
#pets .goodbye-right {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  position: relative;
}
#pets .goodbye-right-background {
  position: absolute;
  top: 50%;
  left: -3rem;
  display: block;
  height: 20rem;
  background-color: #F4FAF7;
  z-index: -1;
  transform: translateY(-50%);
  width: 1000%;
}
#pets .goodbye-right-video-wrapper {
  width: 100%;
  max-width: 21.5rem;
  position: relative;
}
#pets .goodbye-video {
  width: 100%;
  height: auto;
  display: none;
}
#pets .goodbye-title {
  margin-bottom: 1rem;
  text-align: left;
}
#pets .goodbye-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
}
#pets .goodbye-video-image--mobile {
  display: none;
}
#pets .goodbye-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
#pets .project-title {
  text-align: center;
  margin-bottom: 4rem;
}
#pets .project-content {
  display: flex;
  align-items: flex-start;
}
#pets .project-item {
  width: 100%;
  max-width: 7.5rem;
}
#pets .project-item-separator {
  display: block;
  width: 100%;
  max-width: 12rem;
  height: 0.1rem;
  background-color: #00AD50;
  margin: 3.75rem 2.5rem 0;
}
#pets .project-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #00664F;
  margin-top: 1rem;
  text-align: center;
}
#pets .reasons {
  padding: 8rem 0;
  background-color: #F2F3F5;
}
#pets .reasons-title {
  margin-bottom: 4rem;
  text-align: center;
}
#pets .reasons-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#pets .reasons-item {
  width: 100%;
  max-width: 20rem;
  min-height: 19.1rem;
}
#pets .reasons-item-image--calendar {
  max-width: 6rem;
  margin-bottom: 2.2rem;
}
#pets .reasons-item-image--waves {
  max-width: 6.8rem;
  margin-bottom: 3.1rem;
}
#pets .reasons-item-image--filters {
  max-width: 7.3rem;
  margin-bottom: 2.2rem;
}
#pets .reasons-item-image--house {
  max-width: 7.1rem;
  margin-bottom: 1rem;
}
#pets .reasons-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 0.8rem;
  color: #00664F;
}
#pets .reasons-item-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  color: #222322;
}
#pets .explore {
  padding-bottom: 8rem;
}
#pets .explore-title {
  text-align: center;
  margin-bottom: 6rem;
}
#pets .explore-content {
  display: flex;
}
#pets .explore-content-left {
  width: 18rem;
  flex: 1 0 auto;
}
#pets .compare-table {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
#pets .compare-table:last-child {
  margin-bottom: 0;
}
#pets .compare-table td, #pets .compare-table th {
  vertical-align: middle;
  padding: 0 1rem 1rem 1rem;
}
#pets .compare-table th {
  height: 21rem;
}
#pets .compare-table td {
  padding: 1rem;
}
#pets .compare-table tr.lines-5 {
  height: 13rem;
}
#pets .compare-table tr.lines-2 {
  height: 8rem;
}
#pets .compare-table tr.lines-1 {
  height: 6rem;
}
#pets .compare-table th img {
  display: block;
  width: 100%;
  max-width: 8rem;
  height: auto;
  margin: 0 auto 2.5rem;
}
#pets .compare-table thead .name {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 700;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#pets .compare-table thead a, #pets .compare-table tbody tr:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 17rem;
  height: 5rem;
  background-color: transparent;
  border: 1px solid #00AD50;
  color: #00AD50;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 3rem auto 3rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  line-height: 1;
  text-transform: uppercase;
}
#pets .compare-table thead a:hover, #pets .compare-table tbody tr:last-child a:hover {
  text-decoration: none;
  color: #00c75c;
  border-color: #00c75c;
}
#pets .compare-table thead a:active, #pets .compare-table thead a:focus, #pets .compare-table tbody tr:last-child a:active, #pets .compare-table tbody tr:last-child a:focus {
  text-decoration: none;
  color: #009444;
  border-color: #009444;
}
#pets .compare-table thead a {
  height: 4rem;
  max-width: 15rem;
  display: none;
}
#pets .compare-table tbody tr:last-child td {
  padding-bottom: 0;
  padding-top: 0;
}
#pets .compare-table tbody tr:last-child a {
  text-transform: uppercase;
  margin: 2rem auto 0;
}
#pets .compare-table thead .active a {
  background: #00A34C;
  color: #fff;
}
#pets .compare-table--first tbody td:first-child {
  font-weight: 700;
  color: #3E88BC;
  padding: 1.5rem 2.5rem;
  text-align: left;
}
#pets .compare-table td img {
  display: block;
  width: 100%;
  max-width: 3rem;
  height: auto;
  margin: 0 auto;
}
#pets .compare-table .td {
  font-size: 1.4rem;
  line-height: 1.2;
}
#pets .compare-table .bold {
  font-weight: 600;
}
#pets .compare-table tbody tr:nth-child(odd) {
  background: #F2F5F6;
}
#pets .compare-table .active {
  border-radius: 5px;
  border-color: #D3E1EB;
  border-style: solid;
  border-width: 0 2px;
}
#pets .compare-table th.active {
  border-top-width: 2px;
}
#pets .compare-table tr:last-child td.active {
  border-bottom-width: 2px;
}
#pets .reviews {
  background-color: #00664F;
  padding: 8rem 0;
}
#pets .reviews-inner {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 6rem 2rem;
}
#pets .reviews-title {
  text-align: center;
  margin-bottom: 4rem;
}
#pets .reviews-slider {
  width: 100%;
  display: flex;
  padding: 0 8rem;
  justify-content: space-between;
}
#pets .reviews-slider img {
  display: block;
}
#pets .reviews-slider .slick-list {
  width: 100%;
}
#pets .reviews-slider-button {
  outline: none;
  top: 45%;
  transform: translateY(-50%);
  height: 2.5rem;
  width: 1.25rem;
  position: absolute;
  background: none;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
#pets .reviews-slider-prev-button {
  left: 0rem;
  background-image: url(/static/images/about/arrow_icon_left.svg);
}
#pets .reviews-slider-next-button {
  right: 0rem;
  background-image: url(/static/images/about/arrow_icon_right.svg);
}
#pets .reviews-item {
  margin: 0 2rem;
}
#pets .reviews-item-stars {
  display: flex;
  width: 10.4rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
#pets .reviews-item-stars--1 {
  width: 2rem;
}
#pets .reviews-item-stars--2 {
  width: 4.1rem;
}
#pets .reviews-item-stars--3 {
  width: 6.2rem;
}
#pets .reviews-item-stars--4 {
  width: 8.3rem;
}
#pets .reviews-item-stars--4 {
  width: 10.4rem;
}
#pets .reviews-item-icon {
  width: 100%;
  max-width: 2rem;
  height: auto;
  margin-right: 0.1rem;
}
#pets .reviews-item-icon:last-child {
  margin-right: 0;
}
#pets .reviews-item-text {
  font-family: "Roboto", sans-serif;
  color: #222322;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#pets .reviews-item-author-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#pets .reviews-item-author {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D0F0F;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
#pets .reviews-item-author-icon {
  max-width: 2rem;
  margin: 0;
  margin-left: 0.5rem;
}
#pets .blog-title {
  text-align: center;
  margin-bottom: 4rem;
}
#pets .blog-slider {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin: 0 -2rem;
}
#pets .blog-item {
  margin: 0 2rem;
  overflow: hidden;
}
#pets .blog-item-image {
  width: 100%;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}
#pets .blog-item-content {
  border: 1px solid #E3E5EA;
  border-top: none;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 2rem 2.5rem 3rem;
  min-height: 13rem;
  display: flex;
  flex-direction: column;
}
#pets .blog-item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
#pets .blog-item-link-wrapper {
  display: flex;
  align-items: center;
}
#pets .blog-item-link-wrapper img {
  margin-left: 1rem;
}
#pets .blog-item-link {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: underline;
  color: #00664F;
  transition: all 0.2s ease-in-out;
}
#pets .blog-item-link:visited {
  color: #00664F;
}
#pets .blog-item-link:hover {
  color: #008063;
}
#pets .blog-item-link:active, #pets .blog-item-link:focus {
  color: #004d3b;
}
#pets .cta-inner {
  display: flex;
  min-height: 33rem;
  background-color: #F2F3F5;
  border-radius: 0.5rem;
  overflow: hidden;
}
#pets .cta-left, #pets .cta-right {
  width: 50%;
}
#pets .cta-left {
  padding: 1rem 8rem 1rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#pets .cta-title {
  margin-bottom: 2rem;
}
#pets .cta-form-input-wrapper {
  margin-bottom: 3rem;
}
#pets .cta-right {
  border-radius: 0.5rem;
  overflow: hidden;
  background-image: url(/static/images/pets_landing/cta_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#pets .questions {
  margin: 0;
  padding: 12rem 0;
}
#pets .questions-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
#pets .questions-link {
  border: 1px solid #00AD50;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 17rem;
  min-height: 5rem;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00AD50;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
#pets .questions-link:visited {
  color: #00AD50;
}
#pets .questions-link:hover {
  color: #00c75c;
  border-color: #00c75c;
}
#pets .questions-link:focus, #pets .questions-link:active {
  color: #009444;
  border-color: #009444;
}

/*# sourceMappingURL=main.css.map */
