@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ---------------------------------------
	Typography
--------------------------------------- */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit; }

h1,
.h1 {
  font-size: 40px;
  line-height: 120%;
  color: #0B2B26;
  font-weight: 700; }

h2,
.h2 {
  font-size: 40px;
  line-height: 120%;
  color: #0B2B26;
  font-weight: 700;
  letter-spacing: 0.7px; }

h3,
.h3 {
  font-size: 36px;
  line-height: 120%; }

h4,
.h4 {
  font-size: 30px;
  line-height: 120%;
  font-weight: 700; }

h5,
.h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; }

h6,
.h6 {
  font-size: 20px; }

p {
  font-size: 16px;
  line-height: 24px; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline;
    font-size: 16px; }

div {
  line-height: 24px; }

ul {
  list-style: none;
  font-size: inherit; }
  ul li {
    font-size: 16px;
    line-height: 24px; }

a {
  color: #000;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 24px; }
  a:hover, a:focus {
    color: black; }

a,
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5) !important; }

/* ---------------------------------------
	Forms/Inputs
--------------------------------------- */
.no-outline button,
.no-outline a,
.no-outline [tabindex] {
  outline: none; }

.button,
button {
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
  padding: 0.625rem;
  background-color: #000;
  display: inline-block; }

.button-gr {
  background: linear-gradient(135deg, #fbe7d6 0%, #daf1df 100%);
  min-width: 200px;
  padding: 15px 45px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border: none; }

.button-border {
  color: #0B2B26;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  min-width: 300px;
  border: 2px dashed #0b2b26;
  border-radius: 10px;
  padding: 12.5px 45px;
  display: inline-block;
  text-align: center;
  background-color: transparent; }

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none !important; }

body,
html {
  height: 100%;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em; }

html {
  height: 100%;
  font-size: 16px; }

body {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh; }

.container {
  max-width: 1632px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%; }

*:last-child {
  margin-bottom: 0; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.header {
  z-index: 999; }
  .header__inner {
    display: flex;
    align-items: center; }
  .header__logo img {
    width: 6.25rem;
    height: auto; }

.footer {
  margin-top: auto; }

main {
  margin-bottom: 150px; }

.head {
  margin-bottom: 75px; }
  .head-block {
    background-position: 50% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 810px;
    position: relative;
    overflow: hidden; }
    .head-block .container {
      height: 100%;
      position: relative; }
    .head-block-person {
      position: absolute;
      bottom: -11%;
      right: -5%;
      z-index: 1;
      max-width: 810px; }
      .head-block-person img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: auto; }
    .head-block::after {
      content: '';
      position: absolute;
      inset: 0;
      background-color: #000;
      opacity: .5; }
    .head-block-items {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      height: 100%;
      flex-direction: column; }
    .head-block-sub {
      margin-bottom: 15px; }
    .head-block-title {
      margin-bottom: 15px; }
    .head-block-info {
      margin-bottom: 30px; }
    .head-block-button {
      display: flex;
      align-items: center;
      gap: 10px;
      min-width: 240px;
      position: relative;
      justify-content: center; }
      .head-block-button::after {
        content: '\f105';
        font-family: "Font Awesome 7 Free";
        position: relative;
        font-weight: 700; }
  .head-bottom {
    position: relative;
    z-index: 2;
    margin-top: -80px; }
  .head-rep {
    display: flex;
    flex-wrap: wrap;
    max-width: 1248px;
    margin: 0 auto; }
    .head-rep-item {
      text-align: center;
      background-color: #DAF1DF;
      width: 25%;
      height: -moz-max-content;
      height: max-content;
      padding: 22px 60px; }
      .head-rep-item:nth-child(2n) {
        background-color: #FBE7D6;
        padding-bottom: 43px; }
      .head-rep-item-info {
        margin-top: 15px; }

.welcome {
  padding-bottom: 85px; }
  .welcome-block {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    margin-top: 70px;
    position: relative; }
    .welcome-block::after {
      z-index: -1;
      content: '';
      position: absolute;
      border-radius: 100%;
      background-image: radial-gradient(50% 50% at 50% 50%, #daf1df 0%, white 100%);
      filter: blur(50px);
      width: 600px;
      height: 600px;
      top: 25%;
      left: 25%; }
    .welcome-block-left {
      position: relative;
      width: calc(53% - 47px); }
      .welcome-block-left::after {
        content: '';
        z-index: -1;
        position: absolute;
        top: -3%;
        right: 1%;
        background-image: url("../images/paws.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        width: 205px;
        height: 205px; }
      .welcome-block-left-info {
        font-weight: 400;
        max-width: 730px;
        margin-bottom: 25px; }
      .welcome-block-left-gallery {
        margin-bottom: 50px;
        position: relative; }
        .welcome-block-left-gallery::after {
          content: '';
          background-image: url("../images/green-paws.svg");
          width: 80px;
          position: absolute;
          display: block;
          height: 80px;
          top: 56%;
          right: 205px;
          transform: translateY(-50%); }
        .welcome-block-left-gallery-item {
          border: 6px solid #fff;
          overflow: hidden; }
          .welcome-block-left-gallery-item img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: auto; }
          .welcome-block-left-gallery-item:nth-child(1) {
            max-width: 600px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            border-radius: 0 160px;
            width: 600px;
            height: 540px; }
            .welcome-block-left-gallery-item:nth-child(1) img {
              height: 540px; }
          .welcome-block-left-gallery-item:nth-child(2), .welcome-block-left-gallery-item:nth-child(3) {
            position: absolute;
            right: 0;
            width: 250px; }
            .welcome-block-left-gallery-item:nth-child(2) img, .welcome-block-left-gallery-item:nth-child(3) img {
              height: 100%; }
          .welcome-block-left-gallery-item:nth-child(2) {
            top: 46px;
            height: 250px; }
          .welcome-block-left-gallery-item:nth-child(3) {
            bottom: 31px;
            height: 200px; }
    .welcome-block-right {
      width: calc(47% - 53px); }
      .welcome-block-right-title {
        margin-bottom: 30px;
        text-transform: uppercase; }
      .welcome-block-right-content {
        margin-bottom: 30px; }
      .welcome-block-right-item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        position: relative;
        padding-left: 16px; }
        .welcome-block-right-item::before {
          content: '';
          position: absolute;
          height: 100%;
          width: 6px;
          left: 0;
          display: block;
          background-color: #FBE7D6; }
      .welcome-block-right-button a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px; }
        .welcome-block-right-button a::after {
          content: '\f105';
          font-family: "Font Awesome 7 Free";
          position: relative;
          font-weight: 700; }
  .welcome-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 96px; }
    .welcome-bottom-left {
      width: calc(59% - 40.32px);
      margin-top: 25px; }
      .welcome-bottom-left-items {
        display: flex;
        flex-direction: column;
        gap: 40px; }
        .welcome-bottom-left-items-item {
          display: flex;
          flex-wrap: wrap;
          gap: 15px;
          align-items: center; }
          .welcome-bottom-left-items-item-image {
            width: 80px; }
          .welcome-bottom-left-items-item-content {
            width: calc(100% - 95px); }
            .welcome-bottom-left-items-item-content-title {
              font-weight: 700;
              margin-bottom: 10px; }
    .welcome-bottom-right {
      width: calc(41% - 55.68px);
      margin-bottom: 60px; }
      .welcome-bottom-right-block {
        text-align: center;
        display: flex;
        padding: 47px;
        flex-direction: column;
        gap: 6px;
        justify-content: center;
        border-radius: 20px;
        background: linear-gradient(135deg, #fbe7d6 0%, #daf1df 100%);
        clip-path: polygon(10% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 21%); }
        .welcome-bottom-right-block-title {
          color: #0B2B26; }
        .welcome-bottom-right-block-info {
          max-width: 340px;
          margin: 0 auto;
          line-height: 20px; }
  .welcome-info {
    text-align: center;
    color: #7C7C7C; }

.offer {
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 75px;
  background: linear-gradient(135deg, #fbe7d6 0%, #f7f3e8 100%); }
  .offer-head {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .offer-head::before {
      content: '';
      background-image: url("../images/paws.svg");
      position: absolute;
      display: block;
      z-index: 0;
      left: -8%;
      top: -100%;
      width: 205px;
      height: 205px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(-45deg); }
    .offer-head-left {
      width: 45%;
      position: relative;
      z-index: 1; }
      .offer-head-left-title {
        text-transform: uppercase; }
    .offer-head-right {
      width: 55%;
      position: relative;
      z-index: 1; }
      .offer-head-right-info p {
        margin-bottom: 10px; }
  .offer-main {
    display: flex; }
    .offer-main-left {
      max-width: 660px;
      width: 100%; }
      .offer-main-left-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 7px; }
        .offer-main-left-gallery-item {
          width: calc(25% - 5.25px);
          height: 120px; }
          .offer-main-left-gallery-item:nth-child(1) {
            width: 100%;
            height: 495px; }
            .offer-main-left-gallery-item:nth-child(1) img {
              height: 495px; }
          .offer-main-left-gallery-item img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 120px; }
    .offer-main-right {
      max-width: 1000px;
      width: 100%;
      margin-top: 20px; }
      .offer-main-right-block {
        width: calc(100% + 30px);
        background-color: #fff;
        border-radius: 20px;
        margin-left: -30px;
        padding: 50px 50px 42px; }
        .offer-main-right-block p {
          margin-bottom: 20px; }
        .offer-main-right-block ul li {
          line-height: 20px;
          margin-bottom: 20px;
          position: relative;
          display: flex;
          gap: 10px; }
          .offer-main-right-block ul li::before {
            content: url("../images/check.svg");
            width: 20px;
            justify-content: center;
            height: 20px;
            display: flex;
            border-radius: 50%;
            background-color: #DAF1DF; }
  .offer-service {
    margin-top: 100px; }
    .offer-service-head {
      display: flex;
      position: relative;
      justify-content: space-between; }
      .offer-service-head::after {
        content: '';
        background-image: url("../images/paws.svg");
        position: absolute;
        display: block;
        z-index: 0;
        right: -3%;
        top: -133%;
        width: 205px;
        height: 205px;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(35deg); }
      .offer-service-head-left {
        position: relative;
        z-index: 1;
        width: 400px; }
        .offer-service-head-left-title {
          text-transform: uppercase; }
      .offer-service-head-right {
        position: relative;
        z-index: 1;
        width: calc(100% - 410px); }
    .offer-service-main {
      margin-top: 40px; }
      .offer-service-main-items {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        .offer-service-main-items-item {
          width: calc(25% - 15px);
          padding: 15px 17.5px 20px;
          background-color: #fff;
          position: relative; }
          .offer-service-main-items-item:hover .offer-service-main-items-item-image {
            filter: unset; }
          .offer-service-main-items-item-icon {
            position: absolute;
            left: 50%;
            top: 0;
            z-index: 2;
            width: 70px;
            height: 70px;
            transform: translateX(-50%); }
          .offer-service-main-items-item-image {
            transition: 0.4s all ease;
            overflow: hidden;
            height: 250px;
            filter: grayscale(100%);
            margin-bottom: 15px; }
            .offer-service-main-items-item-image img {
              width: 100%;
              height: 250px;
              -o-object-fit: cover;
              object-fit: cover; }
          .offer-service-main-items-item-content {
            text-align: center; }
            .offer-service-main-items-item-content-title {
              margin-bottom: 15px; }
            .offer-service-main-items-item-content-excerpt {
              text-align: start;
              line-height: 20px;
              font-size: 14px; }
            .offer-service-main-items-item-content-button {
              text-align: center;
              display: flex;
              justify-content: center; }
              .offer-service-main-items-item-content-button a {
                text-decoration: none;
                position: relative;
                gap: 10px;
                margin-top: 15px;
                padding: 12px;
                display: flex;
                justify-content: center; }
                .offer-service-main-items-item-content-button a::after {
                  content: '\f105';
                  font-family: "Font Awesome 7 Free";
                  position: relative;
                  font-weight: 700; }
    .offer-service-link {
      text-align: center;
      margin-top: 40px; }
      .offer-service-link a {
        line-height: 20px;
        min-width: 400px; }

.team {
  padding: 90px 0; }
  .team-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 20px;
    position: relative; }
    .team-block::before {
      content: '';
      background-image: url("../images/paws.svg");
      position: absolute;
      display: block;
      z-index: 0;
      left: -7%;
      top: -30%;
      width: 205px;
      height: 205px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(-45deg); }
    .team-block-left {
      width: 37%;
      position: relative;
      z-index: 1; }
      .team-block-left-title {
        text-transform: uppercase; }
    .team-block-right {
      width: 63%;
      position: relative;
      z-index: 1; }
    .team-block-bottom {
      width: 100%;
      position: relative;
      z-index: 1; }

.form {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0;
  text-align: center; }
  .form-title {
    margin-bottom: 20px;
    color: #0B2B26; }

.small_block {
  padding: 90px 0 40px;
  text-align: center; }
  .small_block-title {
    margin-bottom: 15px; }
  .small_block-info {
    line-height: 20px;
    font-size: 14px;
    text-align: start; }
  .small_block-readmore {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    color: #7C7C7C;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-weight: 700;
    padding: 0; }
    .small_block-readmore:hover {
      color: #0B2B26; }
  .small_block-second {
    text-align: start;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    height: 0; }

.service-main {
  padding: 80px 0 100px;
  background: linear-gradient(277deg, #fbe7d6 0%, #daf1df 100%); }
  .service-main-vet.gr {
    margin-top: 100px; }
  .service-main-vet-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
    position: relative; }
    .service-main-vet-head::before {
      content: '';
      background-image: url("../images/paws-white.svg");
      position: absolute;
      display: block;
      z-index: 0;
      left: -7%;
      top: -10%;
      width: 205px;
      height: 205px;
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(0); }
    .service-main-vet-head-left {
      position: relative;
      z-index: 1;
      width: 45%; }
      .service-main-vet-head-left-title {
        color: #0B2B26;
        text-transform: uppercase; }
    .service-main-vet-head-right {
      position: relative;
      z-index: 1;
      width: 50%; }

.service_info {
  padding: 85px 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.error-principal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center; }
  .error-principal__wrapper {
    position: absolute;
    width: 100%;
    height: 18.75rem;
    top: 50%;
    margin-top: -9.375rem; }
    .error-principal__wrapper > h1 {
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 9.375rem;
      color: #000;
      position: relative;
      left: 0%;
      transition: all 0.5s; }
    .error-principal__wrapper > p {
      font-family: "Lato", sans-serif;
      font-weight: 300;
      font-size: 1.5rem;
      letter-spacing: 0.3125rem;
      color: #9294ae;
      position: relative;
      left: 0%;
      transition: all 0.5s;
      transition-delay: 0.5s;
      -webkit-transition: all 0.5s;
      -webkit-transition-delay: 0.5s; }
  .error-principal__aura1 {
    position: absolute;
    width: 18.75rem;
    height: 120%;
    top: 1.5625rem;
    right: -21.25rem;
    background-color: #000;
    box-shadow: 0rem 0rem 3.75rem 1.25rem rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    transform: rotate(20deg);
    right: -10.625rem;
    animation-name: animation_error_1;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate; }
  .error-principal__aura2 {
    position: absolute;
    width: 100%;
    height: 18.75rem;
    right: -10%;
    bottom: -18.8125rem;
    background-color: #000;
    box-shadow: 0rem 0rem 3.75rem 0.625rem rgba(0, 0, 0, 0.5), 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.1);
    z-index: 5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation-name: animation_error_2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(-20deg); }

@keyframes animation_error_1 {
  from {
    transform: rotate(20deg); }
  to {
    transform: rotate(25deg); } }

@keyframes animation_error_2 {
  from {
    transform: rotate(-15deg); }
  to {
    transform: rotate(-20deg); } }

@media (max-width: 1024px) {
  .error-principal__aura1 {
    width: 12.75rem;
    height: 79%;
    top: 13.5625rem;
    right: -13.625rem; }
  .error-principal__wrapper > h1 {
    font-size: 6.5625rem; } }

@media (max-width: 640px) {
  .error-principal__wrapper > h1 {
    font-size: 80; }
  .error-principal__wrapper > p {
    letter-spacing: 2px;
    font-size: 1.125rem; }
  .error-principal__aura1 {
    width: 9.75rem;
    height: 67%;
    top: auto;
    bottom: -3rem;
    right: -11.625rem; } }

.navbar {
  padding: 0rem 1.875rem; }

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav-menu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 0.9375rem; }

.nav-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 0.625rem 0rem;
  position: relative;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.3125rem; }
  .nav-link:hover {
    color: #000; }

.dropdown {
  position: relative; }
  .dropdown--toggle {
    cursor: pointer; }
  .dropdown--arrow {
    transition: transform 0.3s ease;
    width: 0.625rem;
    height: auto; }
  .dropdown--menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 12.5rem;
    box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 0.625rem 0rem;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.625rem);
    transition: all 0.3s ease; }
  .dropdown--link {
    display: block;
    padding: 0.625rem 1.25rem;
    color: #333;
    text-decoration: none;
    transition: background 0.3s ease; }
    .dropdown--link:hover {
      background: #f8f9fa;
      color: #000; }
  .dropdown:hover .dropdown--arrow {
    transform: rotate(180deg); }
  .dropdown:hover .dropdown--menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.3125rem; }
  .hamburger .bar {
    width: 1.5625rem;
    height: 3px;
    background: #333;
    margin: 0.1875rem 0rem;
    transition: 0.3s;
    border-radius: 2px; }

@media (max-width: 1024px) {
  .header__menu {
    flex-grow: 1; }
  .hamburger {
    display: flex; }
  .hamburger.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-0.57rem, 0.37rem); }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0; }
  .hamburger.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-0.5rem, -0.35rem); }
  .hamburger .bar {
    width: 1.875rem; }
  .nav-container {
    justify-content: flex-end; }
  .nav-menu {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 20px;
    gap: 0;
    transition: left 0.3s ease;
    overflow-y: auto; }
  .nav-menu.active {
    left: 0; }
  .nav-item {
    width: 100%;
    border-bottom: 1px solid #eee; }
  .nav-link {
    padding: 0.9375rem 0rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .dropdown--menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    border-radius: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
  .dropdown.active .dropdown--menu {
    max-height: 31.25rem; }
  .dropdown.active .dropdown--arrow {
    transform: rotate(180deg); }
  .dropdown--link {
    padding: 0.75rem 1.875rem;
    border-bottom: 1px solid #e9ecef; }
  .dropdown--link:last-child {
    border-bottom: none; } }
