html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
  max-width: 100px;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link:focus {
  outline: 0;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color: #7d91a9;
  --midnight-blue: #002653;
  --primary-light: #f8f9fa;
  --box-shadows: #ff8c0033;
  --tomato: #f59b3b;
  --white: white;
  --primary: #ff7e34;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--text-color);
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;

  display: flex;
  
}

li {

  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;


  position: relative;
}

label {
  color: var(--text-color);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.contacts-banner {
  

  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 110px;
  display: flex;
}



.section.red-bgr {
  background-color: var(--tomato);
}

.section.bgr {
  background-color: var(--primary-light);
  padding-top: 60px;
}

.base-container {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  box-shadow: 0 14px 40px 0 var(--box-shadows);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--text-color);
  text-transform: capitalize;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition-property: none;
  transition: 0.2s;

  &:hover {
    color: var(--primary);
    transition: 0.2s;
  }

 &.active {
  color: var(--primary);
 }
}

.nav-link:hover {
  opacity: 1;
}

.blog-grid-image-link {
  flex: none;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-grid-image-link.shop {
  height: 370px;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.blog-grid-item-title {
  font-size: 24px;
  font-weight: 700;
  transition-property: none;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-grid-post-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.footer {
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: var(--midnight-blue);
}

.footer-rights-wrapper {
  flex-flow: wrap;
  display: flex;
  margin-top: 100px;
}

.footer-copyright {
  font-size: 18px;
}

.light-background {
  background-color: #f9f9fa;
}

.footer-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.footer-link:hover {
  color: var(--tomato);
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.margin-top {
  margin-bottom: 20px;
}

.white-text.maxw-subscribe {
  max-width: 800px;
}

.white-text.hover {
  transition: color .3s;
}

.white-text.hover:hover {
  color: var(--tomato);
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  max-width: 150px;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  gap: 30px;
}

.footer-brand-description {
  max-width: 490px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

.testimonials-card-item {
  background-color: var(--white);

  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  box-shadow: 0 -5px 34px #0075ff1a;
}

.testimonials-card-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonials-card-date {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.home-banner-section {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;

  & .secondary-button {
    margin-top: 0;
  }
}

.secondary-button {
  border: 1px solid var(--tomato);
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  display: flex;
  margin-top: 40px;
}

.secondary-button:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.secondary-button.red-hover {
  transition: color .3s, background-color .3s;
}

.secondary-button.red-hover:hover {
  background-color: var(--tomato);
  color: var(--primary-light);
}

.navbar-relative {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;

  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.image-fill {
  width: 100%;
  height: 100%;
}

.banner-text-wrapper {
  width: 100%;
  max-width: 600px;
}

.banner-text-wrapper.about-us {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-text-wrapper {
  grid-column-gap: 35px;
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
}

.text-maxw {
  max-width: 490px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-maxw.color {
  color: var(--midnight-blue);
}

.heading-spacing {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 62px;
}

.banner-image-wrapper {
  width: 38%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-01 {
  z-index: 1;

  background-image: url("../images/photo-1.webp");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: none;
  width: 195px;
  height: 195px;
  position: absolute;
  inset: 13% auto auto 0%;
  box-shadow: 0 -14px 74px #f54c3b33;
}

.image-02 {

  box-shadow: 0 -14px 74px 0 var(--box-shadows);
  background-image: url("../images/photo-2.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 350px;
  height: 350px;
  display: inline-block;
  position: absolute;
}

.image-03 {


  border-radius: 20px;
  flex: none;
  width: 236px;
  height: 236px;
  position: absolute;
  inset: auto 2% 9% auto;
  box-shadow: 0 -14px 74px #f54c3b33;

  overflow: hidden;
  transform: rotate(45deg);

  &::before {
    content: "";
    position: absolute;
    top: -59px;
    left: -32px;
    width: 153%;
    height: 177%;
    background-image: url("../images/photo-3.webp");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
transform: rotate(-45deg);
  }
}

.block-relative {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sections-content-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.sections-content-wrapper.contact-us {
  grid-column-gap: 50px;
}

.left-image-block {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex: none;
  width: 470px;
  height: 620px;
  position: relative;
  overflow: hidden;
}

.descriptions-right-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.descriptions-right-block.full-width {
  width: 100%;
}

.descriptions-right-block.contact-us-block {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.counter-text {
  color: var(--primary);
  font-size: 55px;
  font-weight: 600;
  line-height: 1em;
}

.description-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.blue-box {
  background-color: var(--primary);
  background-image: url("../images/icon-2.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-radius: 50px;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.maxw {
  max-width: 615px;
}

.maxw.margin-top {
  margin-bottom: 20px;
}

.maxw._470px {
  max-width: 470px;
}

.maxw-530px {
  max-width: 530px;
}

.advantages-wrappers {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;

  & .secondary-button {
    margin-top: 0;
  }
}

.left-heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  display: flex;

  & .maxw._340px {
    max-width: 600px;
  }
}

.block-with-cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cards-wrapper {
  border-radius: 20px;
  padding: 20px;
  position: relative;
  box-shadow: 0 -14px 50px #f54c3b14;
}

.cards-wrapper.red-bgr {
  background-color: var(--tomato);
}

.image-card {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 80px;
  display: flex;
}

.image-absolute {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-absolute._03 {
  z-index: 1;
}

.spacing-paragraph {
  margin-top: 30px;
  margin-bottom: 50px;
}

.all-caps-text {
  color: var(--tomato);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.all-caps-text.white-text {
  color: var(--white);
  margin-bottom: 10px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-team-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.cards-team-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.team-cards {
  border-radius: 20px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -14px 34px #0075ff1a;
}

.description-cards {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 18px 20px;
  font-size: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-team {
  max-width: 385px;
  margin-bottom: 0;
}

.subscribe-block-content {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.line-blue {
  background-color: var(--primary);
  width: 0%;
  height: 2px;
}

.nav-link-wrapper {
  padding: 20px 20px 6px;
}

.left-footer-block {
  width: 100%;
}

.button-block-header {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-about-us {
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.left-image-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.grid-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  display: flex;
}

.row-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}

.line-horizontal {
  background-color: var(--primary);
  flex: none;
  width: 2px;
  height: 0%;
}

.row-description {
  flex-direction: column;
  display: flex;
}

.left-image-wrapper {
  border-radius: 20px;
  width: 370px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 -5px 50px #f54c3b14;
}

.paragraph-with-margin {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 150%;
}

.banner-wrapper-about {
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.counter-content-banner {
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.counter-content-banner.border {
  border-left: 1px solid #7d91a966;
  border-right: 1px solid #7d91a966;
}

.image-dog-absolute {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-blog-left {
  width: 55%;

}

.description-blog-right {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.slider-blog {
  background-color: #0000;
  height: 100%;
}

.collection-item-blog {
  display: flex;
}

.description-top-block {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.text-18px {
  font-size: 18px;
}

.image-blog-hover {
  position: absolute;
  inset: 0% auto auto 0%;

}

.banner-title-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.services-tabs {
  width: 100%;
}

.tab-heading {
  grid-row-gap: 20px;
  background-color: var(--midnight-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
}

.tabs-menu-services {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;

  img {
    max-width: 40px;
  }
}

.text-tab {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.auhor-reviews {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.author-image {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.collection-item-shop {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 10px #0075ff1a;
}

.rich-text-shop {
  color: var(--midnight-blue);
  max-width: 300px;
}

.heading-shop {
  color: var(--primary);
  transition: color .3s;
}

.heading-shop:hover {
  color: var(--tomato);
}

.banner-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}

.form-block {
  width: 100%;
  position: sticky;
  top: 50px;
}

.form-contact-us {
  width: 100%;
  height: 100%;
}

.form {
  grid-row-gap: 20px;
  box-shadow: 0 -5px 20px 0 var(--box-shadows);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px 30px;
  display: flex;
}

.top-block-form {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.contact-us-input {
  background-color: var(--primary-light);
  color: var(--midnight-blue);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.contact-us-input:focus {
  border-color: var(--text-color);
}

.text-area-contact-us {
  background-color: var(--primary-light);
  color: var(--midnight-blue);
  border: 1px solid #7d91a94d;
  border-radius: 5px;
  min-height: 110px;
  font-size: 18px;
}

.text-area-contact-us:focus {
  border-color: var(--text-color);
}

.mask {
  margin-bottom: 30px;
}

.red-hover {
  transition: color .3s;
}

.red-hover:hover {
  color: var(--tomato);
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.contacts-banner {
    min-height: 550px;
    padding-top: 130px;
  }

  .section.bgr {
    padding-top: 60px;
  }

  .blog-grid-content-wrapper {
    justify-content: space-between;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .home-banner-section {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 130px;
  }

  .banner-image-wrapper {
    width: 46%;
  }

  .image-01 {
    inset: 0% auto auto 0%;
  }

  .image-02 {
    width: 500px;
    height: 500px;
    top: 8%;
  }

  .image-03 {
    inset: auto 2% 16% auto;
  }

  .block-relative {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sections-content-wrapper, .sections-content-wrapper.contact-us {
    grid-column-gap: 100px;
  }

  .counter-text {
    font-size: 72px;
  }

  .maxw._340px {
    max-width: 340px;
  }


  .block-with-cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .description-blog-right {
    justify-content: space-between;
    padding-top: 100px;
    padding-left: 70px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h5, h6 {
    margin-bottom: 10px;
  }

  .image-03 {
    right: 12%;
  }
}

@media screen and (min-width: 1920px) {

  .base-container.align-left {
    flex: 1;
  }

  .home-banner-section {
    flex-direction: row;
    align-items: center;
    height: 90vh;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .banner-text-wrapper {
    max-width: 700px;
  }

  .heading-spacing {
    font-size: 72px;
  }

  .banner-image-wrapper {
    width: 45%;
    height: auto;
  }

  .image-01 {
    top: 13%;
    left: -3%;
  }

  .image-02 {
    position: relative;
    top: 0%;
  }

  .image-03 {
    inset: 54% 30% auto auto;
  }

  .block-relative {
    align-items: center;
    height: 100%;
  }

  .banner-slider {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .section.contacts-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .section.bgr {

    padding-top: 60px;
  }

  .primary-button.tablet-none {
   margin-left: auto;

  }

  .nav-menu-wrapper {
    column-gap: 30px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }


  .menu-button {
    text-align: right;
    padding: 0;
  }

  .nav-link {
    display: flex;
  }

  .blog-grid-image-link {
    height: 280px;
  }

  .footer-rights-wrapper {
    text-align: center;
    justify-content: center;
  }

  .footer-wrapper {
    flex-direction: column-reverse;
  }

  .footer-brand-wrapper {
    text-align: center;
    align-items: center;
  }

  .footer-links-wrapper {
    margin-bottom: 50px;
  }


  .testimonials-card-title {
    font-size: 20px;
  }

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .banner-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .heading-spacing {
    max-width: 450px;
    font-size: 48px;
  }

  .banner-image-wrapper {
    width: 100%;
    margin-bottom: 80px;
    position: static;
  }

  .image-01 {
    top: -16%;
    left: 14%;
  }

  .image-02 {
    position: relative;
  }

  .image-03 {
    bottom: -15%;
    right: 6%;
  }

  .sections-content-wrapper {
    flex-direction: column-reverse;
  }

  .sections-content-wrapper.about {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .sections-content-wrapper.contact-us {
    grid-column-gap: 80px;
    flex-direction: column;
    align-items: center;
  }

  .left-image-block {
    flex: 0 auto;
    width: 100%;
  }

  .descriptions-right-block {

    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .descriptions-right-block.full-width {
    margin-bottom: 0;
  }

  .descriptions-right-block.contact-us-block {
    align-items: center;
    margin-bottom: 0;
  }

  .advantages-wrappers {
    flex-direction: column;
    align-items: center;
  }

  .left-heading {
    text-align: center;
    align-items: center;
    max-width: 550px;
    margin-bottom: 50px;
  }

  .cards-team-content {
    grid-template-columns: 1fr 1fr;
  }

  .line-blue {
    display: none;
  }

  .nav-link-wrapper {
    padding: 10px 0;
  }

  .left-footer-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .button-block-header {
    flex: 1;
  }

  .section-about-us {
    align-items: center;
    height: 600px;
  }

  .left-image-content {
    align-items: center;
  }

  .grid-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .line-horizontal {
    flex-direction: column;
  }

  .row-description {
    text-align: left;
    align-items: flex-start;
  }

  .description-blog-right {
    grid-row-gap: 50px;
    justify-content: flex-start;
    padding-top: 50px;
    padding-right: 15px;
  }

  .image-blog-hover {
    display: none;
  }

  .tabs-menu-services {
    grid-column-gap: 15px;
  }

  .form-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 52px;
  }
  .home-about {
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
 
  .navbar-relative {
& .primary-button {
  font-size: 14px;
  padding: 10px;
}
  }
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contacts-banner {
    padding-top: 60px;
  }

  .section.bgr {
    padding-top: 60px;
  }

  .nav-link {
    margin-left: 0;
  }


  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-brand-description {
    text-align: center;
  }

  .home-banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .heading-spacing {
    font-size: 40px;
  }

  .image-01 {
    left: 5%;
  }

  .image-03 {
    width: 200px;
    height: 200px;
    right: 2%;
  }

  .sections-content-wrapper.contact-us {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-image-block {
    height: 500px;
  }

  .heading-team-block {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section-about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-wrapper-about {
    grid-row-gap: 60px;
  }

  .grid-banner {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .counter-content-banner.border {
    border-right-style: none;
  }

  .image-blog-left {
    width: 100%;

  }

  .description-blog-right {
    justify-content: space-between;
    width: 100%;

    padding-right: 30px;
  }

  .collection-item-blog {
    flex-direction: column;
  }

  .tab-heading {
    height: 100%;
  }

  .tabs-menu-services {
    grid-template-columns: 1fr 1fr;
  }

  .banner-slider {
    margin-top: 30px;
  }

  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {

  .section.bgr {
    padding-top: 60px;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    justify-content: center;
  }

  .button-text-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .heading-spacing {
    margin-bottom: 10px;
  }

  .banner-image-wrapper {
    margin-bottom: 120px;
  }

  .image-01 {
    width: 150px;
    height: 150px;
    top: -10%;
  }

  .image-03 {
    width: 180px;
    height: 180px;
    bottom: -17%;
  }

  .sections-content-wrapper.contact-us {
    align-items: center;
  }

  .descriptions-right-block {
    margin-bottom: 30px;
  }

  .counter-text {
    font-size: 45px;
  }

  .left-heading {
    margin-bottom: 30px;
  }

  .block-with-cards {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cards-wrapper {
    height: 100%;
  }

  .spacing-paragraph {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .cards-team-content {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .section-about-us {
    align-items: flex-end;
    height: 750px;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .grid-banner {
    grid-template-columns: 1fr;
  }

  .counter-content-banner.border {
    border-left-style: none;
  }


  .description-blog-right {
    height: 100%;
  }

  .tab-heading {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tabs-menu-services {
    grid-template-columns: 1fr;
  }

  .image-tab {
    width: 30px;
  }

  .top-block-form {
    grid-row-gap: 20px;
    flex-direction: column;
  }
}

#w-node-ad750374-d5c8-05d5-f577-63447b64187a-9114fb7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5ef2230a-9333-eef6-57ba-f1cfda5a32a4-9114fb7e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ef2230a-9333-eef6-57ba-f1cfda5a32a4-9114fb7e {
    grid-column: span 1 / span 1;
  }
}

.contacts-footer-container {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  column-gap: 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;

  & .footer-link {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .w-nav-button {
    display: block;
  }

  
}


@media screen and (max-width: 991px) {
  .nav-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    z-index: 20;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }

  .menu-wrap {
    width: 100%;
    padding: 40px;
  }

  .nav-menu.menu-open {
    max-height: 500px;
  }

}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;

}

.slider-btn {
  position: absolute;
  top: 50%;

  background: var(--primary);
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  color: #fff;
  
  img {
    max-width: 30px;
  }
}

.prev-btn {
  left: 0;
  transform: rotate(180deg);
}

.next-btn {
  right: 0;
}

.collection-item-shop {
  flex-shrink: 0;
  min-width: 50%;
}

@media screen and (max-width: 767px) {
  @media (max-width: 991px) {
    .collection-item-shop {
      width: 100% !important;
      box-sizing: border-box;
      margin-right: 0;
    }
  }
}


.slider-wrapper {
  margin-top: 60px;
}

.cards-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.cards-wrapper:not(.cards-image):hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.happy-adoption-section {
  padding: 90px 20px;
  padding-bottom: 150px;
  background: #ffffff;
}

.happy-adoption-container {
  max-width: 960px;
  margin: 0 auto;
}

.happy-adoption-title {

  margin-bottom: 60px;
  color: #222;
  text-align: center;
}

.happy-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.happy-slider-btn {
  background: none;
  border: none;
  font-size: 2.8rem;
  cursor: pointer;
  color: #666;
  padding: 0 10px;
  transition: color 0.3s ease;
  user-select: none;
}

.happy-slider-btn:hover {
  color: #e63946;
}





.happy-left-side {
  flex: 0 0 40%;
  background: #f38a0126;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ddd;
}

.happy-left-side img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}

.happy-names {
  font-weight: 700;
  font-size: 1.2rem;
  color: #222;
  text-align: center;
}

.happy-right-side {
  flex: 1;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.happy-story-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
}

.happy-story-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .happy-adoption-card {
    flex-direction: column;
    min-width: 100%;
  }

  .happy-left-side {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

  .happy-right-side {
    padding: 20px 15px;
  }
}

.happy-slider-track {

  flex: 1;
  display: flex;
  transition: transform 0.4s ease;
  gap: 30px;
}

.happy-adoption-card {
  flex: 0 0 100%;
  max-width: 960px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  background: #fff;
  border-radius: 0;
  display: flex;
}


.happy-slider-buttons {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.happy-slider-btn {
  background-color: orange;
  border: none;
  color: white;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}

.happy-slider-btn:hover {
  background-color: darkorange;
}

.image-grid-section {

  background-color: #f9f9f9;
}

.image-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;

  margin: 0 auto;
}

.grid-image-wrapper {
  overflow: hidden;

}

.grid-image {
  width: 100%;
  height: auto;
  display: block;
  max-height: 500px;

  object-fit: cover;
}



@media (max-width: 768px) {
  .image-grid-container {
    grid-template-columns: 1fr;
  }
}


.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonials-card-item.first {
  grid-column: 1 / 3;
}

.testimonials-card-item.last {
  grid-column: 2 / 4;
}

@media (max-width: 991px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-card-item.first,
  .testimonials-card-item.last {
    grid-column: auto;
  }
}

@media (max-width: 479px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonials-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;

  & .heading-team-block {
    margin-bottom: 60px;
  }
}

.about-info {
  padding: 0;
}



.team-cards {
  position: relative;
 overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
  cursor: pointer;
  background: #fff;
}

.team-cards img.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.description-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  pointer-events: none; /* Чтобы не мешать кликам на картинку */
  border-radius: 0 0 8px 8px;
}

.team-cards:hover .description-cards {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* Стили для текста внутри description-cards */
.description-cards div:first-child {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.team-position {
  font-style: italic;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.description-cards p {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
}

.advantages-about {
  & .cards-wrapper.red-bgr {
    cursor: default;
  }
}

.counter-text {
  transition: all 0.3s ease-out;
}

.who-we-are-about {
  background-color: #f7f7f7;
}

.faq-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.faq-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #333;
}
.faq-item {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 15px;
  border-bottom: 1px solid #ddd;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-size: 1.1rem;
  padding: 15px 10px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: #222;
  transition: color 0.3s ease;
}
.faq-question:hover {
  color: var(--primary);
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}
.faq-question.active::after {
  content: "−";
  transform: rotate(180deg) ;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 10px;
  color: #555;
}
.faq-answer p {
  margin: 10px 0 20px;
}

.pets-tabs-section {
  padding: 40px 0;
  background: #fff;
}
.section-title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #222;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tab-button {
  background: #eee;
  border: none;
  padding: 12px 25px;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #444;
}
.tab-button:hover {
  background: #ff9c63;
  color: #fff;
}
.tab-button.active {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

/* Card styling from your example */
.collection-item-shop {
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.1);
  transition: box-shadow 0.3s ease;
}
.collection-item-shop:hover {
  box-shadow: 0 6px 12px rgb(0 0 0 / 0.15);
}
.blog-grid-post-wrapper {
  display: flex;
  flex-direction: column;
}
.blog-grid-image-link {
  position: relative;
  display: block;
}
.blog-grid-image {
  width: 100%;
  display: block;
  object-fit: cover;

  border-bottom: 1px solid #ddd;
}
.image-blog-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-grid-image-link:hover .image-blog-hover {
  opacity: 1;
}
.blog-grid-content-wrapper {
  padding: 15px;
}
.blog-grid-item-title h5 {
  margin: 0 0 8px 0;
  color: #007acc;
}
.rich-text-shop p {
  margin: 0 0 6px 0;
  font-size: 0.9rem;
  color: #555;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.checkbox-label a {
  color: #0073e6;
  text-decoration: none;
}

.checkbox-label a:hover {
  text-decoration: underline;
}

.contact-info {
  padding: 30px 20px;
}

.contact-form {
  padding-top: 20px;
}

.legal {
  h1 {
    margin-bottom: 50px;

  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  div {
      margin-bottom: 50px;
  }

  a {
      color: #ffffff;
  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
      justify-content: center;

      &:hover {
        color: #000;
      }
  }

  @media screen and (max-width: 479px) {
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-about {
  .image-dog-absolute {
    background-image: url("../images/photo-4.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
}

.support-home {
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("../images/photo-14.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-about {
  .image-dog-absolute {
    background-image: url("../images/photo-17.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
}

.services-hero {
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("../images/photo-20.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-about {
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("../images/photo-19.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.stars-wrapper {
  img {
    max-width: 20px;
  }
}

.services-foster {
  .image-dog-absolute {
    background-image: url("../images/photo-25.webp");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
}

.contacts-hero {
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("../images/photo-29.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pets-hero {
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("../images/photo-27.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-hero {
  background-image: linear-gradient(to bottom, var(--box-shadows), var(--box-shadows)), linear-gradient(to bottom, #00000080, #00000080), url("../images/photo-15.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.happy-prev-btn {
  transform: rotate(180deg);
}

section {
  overflow: hidden;
}




@media screen and (max-width: 991px) {
  .home-about {
    & .image-dog-absolute {
      background-position: center;
    }
  }
  .happy-left-side img {
   max-height: 500px;
  }
  .description-cards {
    transform: translateY(0%);
    opacity: 1;
  }

  .image-dog-absolute {
    background-position: center !important;
  }
}


@media screen and (max-width: 767px) {
  
.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
max-width: 400px;
}
 
  .left-image-wrapper {
    width: 100%;
    max-height: 600px;
  }

  .image-absolute{
    position: relative;
  }

  .happy-slider-track {
    max-width: 400px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 479px) {
  
  .slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
  max-width: 300px;
  }

  .happy-slider-track {
    max-width: 290px;
    margin: 0 auto;
  }

  .faq-question {
    padding-right: 40px;
  }
}
   
.thank-you-message {
  a {
    color: var(--tomato);
  }
}

.banner-section {
  position: relative;
  width: 100%;
  min-height: auto;
  background-image: url('../images/photo-30.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  height: 250px;

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }
}


@media (max-width: 767px) {
  .banner-section {
    min-height: 100vh;

  }
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.banner-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.banner-button {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #e6e6e6;
}
