@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Neon&display=swap");
body {
  font-family: "Poppins", sans-serif;
  padding-top: 84px;
  /*background-image: linear-gradient(to right, #ffffff, #fbfbfc, #f6f8fa, #f1f5f7, #ffffff);*/
}

header {
  top: 0;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.91);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  z-index: 99;
}
header a,
header .install {
  text-decoration: none;
  color: black;
}
header a:hover,
header .install:hover {
  color: #ff7e3a;
}
header .container {
  padding: 15px 100px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
header .container ul {
  display: flex;
  align-items: center;
  list-style: none;
}
header .container ul li {
  margin-right: 40px;
}
header .container ul li:last-child {
  margin-right: 0;
}
header .container ul li a {
  display: flex;
  align-items: center;
  /* span {
     font-weight: 500;
   }*/
}
header .container ul li a i {
  margin-right: 10px;
  vertical-align: middle;
  /*font-size: 18px;*/
}
header .container .header-wrapper {
  display: flex;
  align-items: center;
}
header .container .install {
  background: -webkit-linear-gradient(#ff783f, #ffbc04);
  padding: 0 19px;
  border-radius: 15px;
  color: white;
  display: inline-flex;
  align-items: center;
  height: 48px;
}
header .container .install img {
  width: 33px;
  margin-right: 10px;
}
header .container .install:hover {
  background: #ff783f;
}
header .app-logo img {
  max-width: 54px;
}
header form {
  position: relative;
  margin: 0 100px;
}
header form input {
  border: 1px solid #eaebf3;
  color: #353644;
  width: 100%;
  border-radius: 25px;
  padding: 12px 19px 12px 50px;
  box-sizing: border-box;
}
header form button {
  position: absolute;
  left: 10px;
  top: 12px;
  border: none;
  background: transparent;
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .container {
    padding: 15px 50px;
  }
  header form {
    margin: 0 50px;
  }
}
@media (max-width: 480px) {
  header .container {
    padding: 15px 20px;
    flex-direction: column;
  }
  header .container .header-wrapper {
    flex-direction: column;
  }
  header .container .header-wrapper .main-menu {
    list-style: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    gap: 10px;
  }
  header .container .header-wrapper .search-catalog {
    display: none;
  }
  header form {
    margin: 15px 0 0 0;
    width: 100%;
  }
  header .container ul {
    justify-content: center;
    margin-top: 15px;
  }
  header .container ul li {
    margin-right: 20px;
  }
  header .header-wrapper, header .install {
    margin-top: 10px;
  }
}

footer {
  background: #fbfbfb;
  padding: 30px 0;
}
footer .container {
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .container img {
  cursor: pointer;
  opacity: 0.8;
}
footer .container img:hover {
  opacity: 1;
}
footer .container .bottom-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
footer .container .bottom-menu > div {
  width: 250px;
}
footer .container .bottom-menu ul {
  list-style: none;
}
footer .container .bottom-menu ul li {
  text-align: left;
  margin-bottom: 10px;
}
footer .container .bottom-menu ul a {
  color: black;
  text-decoration: none;
}
footer .container .bottom-menu ul a:hover {
  color: #e70047;
}
footer .container .bottom-menu ul:last-child {
  margin-right: 0;
}
footer a {
  text-decoration: none;
}

.catalogue-wrapper {
  background-size: 25%;
  height: 100px;
  margin-bottom: 70px;
}
.catalogue-wrapper .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.catalogue-search {
  display: table;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto 0 auto;
  bottom: -126px;
}
.catalogue-search input {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: none;
  border-radius: 10px;
  padding: 20px;
  min-width: 600px;
}
.catalogue-search button {
  background: transparent;
  border: none;
  position: relative;
  left: -45px;
  top: 6px;
}

.catalogue-grid {
  margin-bottom: 100px;
}
.catalogue-grid .container {
  position: relative;
  margin: 0 auto;
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: space-around;
}

.card_pet {
  cursor: pointer;
  padding: 10px 10px 20px;
  text-align: center;
  border-radius: 20px;
  width: 250px;
}
.card_pet:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease;
}
.card_pet .preview {
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: block;
}
.card_pet .preview img {
  width: 100%;
}
.card_pet h3 {
  margin-bottom: 10px;
  color: #1b1c2a;
}
.card_pet .pet-description {
  color: #1b1c2a;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card_pet .add-pet {
  background: linear-gradient(#ff783f, #ffbc04);
  padding: 0 19px;
  border-radius: 15px;
  color: white;
  display: inline-flex;
  align-items: center;
  height: 48px;
}
.card_pet .add-pet i {
  margin-right: 10px;
}
.card_pet .add-pet:hover {
  background: #ff783f;
}
.card_pet .add-pet.added {
  pointer-events: none;
  background: #f4f0fb;
  color: #7e7e7e;
}

.catalogue-grid {
  margin-bottom: 100px;
}
.catalogue-grid .container {
  position: relative;
  margin: 0 auto;
}
.catalogue-grid .container ul {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.catalogue-grid .container.items-grid ul {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.sl li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catalogue-heading .container {
  position: relative;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.catalogue-heading .container h1 {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.catalogue-heading .container p {
  color: #2d3748;
  max-width: 800px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.catalogue-heading .container ul {
  margin: 30px 0 50px 0;
  display: flex;
  justify-content: center;
}
.catalogue-heading .container ul li {
  margin-right: 20px;
}
.catalogue-heading .container ul li a {
  color: #1b1c2a;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 10px;
  background: #fffbf6;
}
.catalogue-heading .container ul li a:hover {
  transition: all 0.5s ease;
  background: #ff7e3a;
  color: white;
}
.catalogue-heading .container ul li:last-child {
  margin-right: 0;
}

.border-gradient-purple {
  border-image-source: linear-gradient(135deg, #ecc344 0%, #e42d7f 100%);
}

body {
  /* For tablets */
  /* For mobile devices */
  /* For smaller mobile devices */
}
body .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body .container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  body .container {
    width: 95%;
  }
}
@media (max-width: 480px) {
  body .container {
    width: 100%;
    padding: 0 15px; /* You can add padding to avoid content sticking to the edges */
  }
}

.main-page .sun {
  position: absolute;
  z-index: 1;
  right: 0;
  margin: 0 auto;
  width: 150%;
  left: -25%;
  top: -25%;
  opacity: 0.05;
  -webkit-animation: spin 100s linear infinite;
  animation: spin 100s linear infinite;
}
.main-page .main-page-logo {
  width: 70px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.main-page .main-section {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  height: 750px;
  background: #fffbf6;
}
.main-page .main-section .container {
  text-align: center;
}
.main-page .main-section h1 {
  margin-bottom: 20px;
  color: #0b182c;
  position: relative;
  z-index: 3;
  font-size: 3em;
  font-weight: 600;
}
.main-page .main-section h2 {
  color: #2d3748;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.main-page .main-section .benefits {
  min-height: 400px;
  z-index: 2;
  position: relative;
  background-size: 700px;
  background: url(/images/main-bg.webp?222e96ed6b195602617a9206a3d2dc20) bottom 33px center/700px no-repeat;
}
.main-page .main-section .pentahedron {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: #ff0052;
  z-index: 1;
}
.main-page .main-section .point {
  fill: #8491A3;
}
.main-page .main-section .rhombus {
  fill: #2DA94F;
  stroke: #2DA94F;
  z-index: 1;
}
.main-page .main-section .x {
  fill: #FDBD00;
}
.main-page .main-section .circle {
  fill: #ED412D;
  z-index: 1;
}
.main-page .main-section svg {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  transform: translateZ(0px);
}
.main-page .main-section .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf3f8", endColorstr="#dee3e8", GradientType=1);
}
.main-page .main-section .divider {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100vw;
  height: 140px;
}
.main-page .main-section .white-section {
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.0705882353);
  width: 800px;
  align-items: center;
  height: 120px;
  box-sizing: border-box;
  padding: 30px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.main-page .main-section .white-section ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.main-page .main-section .white-section ul li {
  flex: 1 1 auto;
  text-align: center;
}
.main-page .main-section .white-section ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.main-page .main-section .white-section ul li + li {
  border-left: 1px solid #e5e3e3;
}
.main-page .main-section .white-section li span {
  font-size: 2em;
}
.main-page .main-section .white-section li span:first-child {
  font-weight: 600;
  background: linear-gradient(#ff783f, #ffbc04);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-page .main-section .white-section .browse {
  background: linear-gradient(#ff783f, #ffbc04);
  padding: 3px 29px 3px 29px;
  border-radius: 15px;
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 52px;
}
.main-page .main-section .white-section .browse:hover {
  background: #ff783f;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.features {
  margin-bottom: 50px;
}
.features .container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.features .container h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.features .container h2 img {
  width: 48px;
  vertical-align: bottom;
}
.features .container > div:first-child {
  width: 400px;
}
.features .container > div:last-child {
  max-width: calc(100% - 400px);
}
.features .container > div h4 {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.features .container > div p {
  color: #2d3748;
}

.ending {
  position: relative;
}
.ending .container {
  max-width: 950px;
  display: flex;
  margin: 100px auto 0 auto;
  align-items: center;
}
.ending .area {
  margin-right: 50px;
  background: #4e54c8;
  background: linear-gradient(#c783ff, #c783ff);
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.ending .area .content {
  height: 400px;
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  top: 0;
}
.ending .area .content img {
  position: absolute;
  left: 50px;
  bottom: 100px;
  width: 200px;
}
.ending .circles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ending .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #ff85e5;
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.ending .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ending .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.ending .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.ending .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.ending .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.ending .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.ending .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.ending .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}
.ending .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}
.ending .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}
.ending h3 {
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.ending h3 img {
  width: 40px;
  vertical-align: top;
}
.ending p {
  color: #2d3748;
}
.ending a {
  background: #4896fa;
  padding: 3px 29px;
  border-radius: 15px;
  color: white;
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  height: 52px;
}
.ending a:hover {
  background: #2580f6;
}
.ending a img {
  margin-right: 10px;
}

@-webkit-keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.wave {
  opacity: 0.1;
  margin: 50px 0 0 0;
}

.featured {
  margin: 100px 0;
}
.featured h2 {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.featured h2 img {
  width: 40px;
  vertical-align: top;
}
.featured .container > p {
  color: #2d3748;
  max-width: 800px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.emoji {
  width: 50px;
}

.faq {
  background: #fffbf6;
  margin-bottom: 100px;
  padding: 100px 0;
}
.faq h2 {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.faq h2 img {
  width: 40px;
  vertical-align: top;
}
.faq .container > p {
  color: #2d3748;
  max-width: 800px;
  margin: 0 auto 75px auto;
  text-align: center;
}
.faq ul {
  list-style: none;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

.faq-wrapper li {
  list-style: none;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  padding: 25px;
  margin-bottom: 20px;
  background: white;
}
.faq-wrapper li:hover {
  box-shadow: 0 20px 15px 1px rgba(0, 0, 0, 0.03);
  border-color: white;
  position: relative;
  transition: all 0.5s ease;
}
.faq-wrapper li:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 28px;
}
.faq-wrapper li.active:after {
  background-size: 100%;
}
.faq-wrapper ul {
  padding: 0;
  margin: 0;
}
.faq-wrapper h4 {
  margin: 0;
}
.faq-wrapper ul p {
  color: #1e1e1e;
  display: none;
  margin: 0;
}
.faq-wrapper .active {
  box-shadow: 0 20px 15px 1px rgba(0, 0, 0, 0.03);
}
.faq-wrapper .active p {
  display: block;
}
.faq-wrapper .active h4 {
  margin-bottom: 20px;
}
.faq-wrapper li.active h4 {
  color: #b34606;
}

@media (max-width: 1350px) {
  header form {
    display: none;
  }
  header .container .install {
    margin-left: 50px;
  }
}
.results h3 {
  margin-bottom: 30px;
  text-align: center;
}

.alert-alert {
  display: block;
  position: fixed;
  bottom: 0;
  visibility: visible;
}
.alert-alert button {
  margin: 0 auto;
  display: block;
  padding: 10px 30px;
  background: #fff;
  outline: none;
  border: none;
  transition: 0.2s;
}
.alert-alert button:active {
  background-color: #ccc;
}
.alert-alert section {
  transform: translateX(500px);
  min-height: 100px;
  width: 400px;
  box-shadow: 10px 10px 28px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  background: white;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}
.alert-alert section .fa-times {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
.alert-alert section .icon {
  padding: 18px;
  margin-right: 10px;
  float: left;
}
.alert-alert section .icon i {
  color: #fff;
}
.alert-alert section h1 {
  padding-top: 15px;
  padding-bottom: 5px;
}
.alert-alert section p {
  padding-top: 6px;
}
.alert-alert #success .icon {
  background-color: #29D885;
}
.alert-alert #fail .icon {
  background-color: #E44B5E;
}
.alert-alert.show section {
  -webkit-animation: slideInTop 0.5s linear forwards;
  animation: slideInTop 0.5s linear forwards;
  transform: translateX(0%);
}

@-webkit-keyframes slideInTop {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0);
  }
}
.card__wrapper {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 27px;
  background: #fff;
  border-radius: 10px;
  padding: 36px;
}
.card__wrapper .card__image {
  width: 100%;
  background: #EBE9EB;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.card__wrapper .card__image img {
  border-radius: 10px;
  width: 200px;
  padding: 4px;
}

.actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
}
.actions .more {
  background: #4896fa;
  padding: 0 19px;
  border-radius: 15px;
  color: white;
  height: 48px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.actions .more:hover {
  background: #2580f6;
}

.add-cat {
  background: linear-gradient(#ff783f, #ffbc04);
  padding: 0 19px;
  border-radius: 15px;
  color: white;
  height: 48px;
  text-decoration: none;
  cursor: pointer;
  max-width: 100px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.add-cat:hover {
  background: linear-gradient(#ff783f, #ff783f);
}

.modal-window {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%) scale(0.9);
  width: 520px;
  max-width: 95%;
  min-height: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.18s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.modal-window.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  background: #4263df;
  border-radius: 25px;
  padding: 30px;
  color: white;
  height: 280px;
  width: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
}
.modal-window.show .actions a {
  height: 54px;
  border-radius: 40px;
  padding-left: 8px;
  margin-top: 20px;
  background: #6762e3 !important;
  color: #f4f7ff !important;
  box-sizing: border-box;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.modal-window.show .actions a:hover {
  background: #323265 !important;
  color: #f4f7ff !important;
}
.modal-window.show .actions a svg {
  width: 40px;
  margin-right: 16px;
}
.modal-window.show .caption {
  margin-top: 10px;
  text-align: center;
  max-width: 625px;
}
.modal-window.show p {
  margin-top: 12px;
  text-align: center;
}

.modal-window__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  height: 100%;
  min-height: inherit;
}

.modal-window__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-close {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 0 25px 0 25px;
  background: white;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-close svg {
  width: 16px;
  height: auto;
}

.hidden {
  display: none;
}

.alert-alert {
  display: none;
}
.alert-alert.show {
  display: block;
}
.alert-alert button {
  margin: 0 auto;
  display: block;
  padding: 10px 30px;
  background: #fff;
  outline: none;
  border: none;
  transition: 0.2s;
}
.alert-alert button:active {
  background-color: #ccc;
}
.alert-alert section {
  min-height: 100px;
  width: 400px;
  box-shadow: 10px 10px 28px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  background: white;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  padding: 20px;
}
.alert-alert section .fa-times {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
}
.alert-alert section .icon {
  padding: 18px;
  margin-right: 10px;
  float: left;
}
.alert-alert section .icon i {
  color: #fff;
}
.alert-alert section h1 {
  padding-top: 15px;
  padding-bottom: 5px;
}
.alert-alert section p {
  padding-top: 6px;
}
.alert-alert.show section {
  -webkit-animation: slideInTop 0.5s linear forwards;
  animation: slideInTop 0.5s linear forwards;
  transform: translateX(0%);
}
.alert-alert #success .icon {
  background-color: #29d885;
}
.alert-alert #fail .icon {
  background-color: #e44b5e;
}
.alert-alert.show section {
  -webkit-animation: slideInTop 0.5s linear forwards;
  animation: slideInTop 0.5s linear forwards;
  transform: translateX(0%);
}

@-webkit-keyframes slideInTop {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInTop {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0);
  }
}
.disabled {
  background: #eaebf3 !important;
}

.hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.page-404 {
  margin-top: 25px;
  min-height: 500px;
}

.privacy {
  margin-top: 75px;
}
.privacy h1 {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  color: #0b182c;
}
.privacy .wrapper {
  max-width: 1300px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}
.privacy .content {
  display: flex;
  justify-content: space-between;
}
.privacy .content .text-content {
  width: 70%;
  padding-bottom: 20px;
}
.privacy .content .text-content h2 {
  margin-top: 20px;
}
.privacy .text-navigation {
  width: 300px;
  margin-top: -162px;
  position: fixed;
}
.privacy .text-navigation ul {
  margin-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
.privacy .text-navigation ul li {
  border-left: 2px solid #dce1fa;
  padding-left: 0;
  margin: 0;
}
.privacy .text-navigation ul li:before {
  display: none;
}
.privacy .text-navigation ul li a {
  padding: 10px 0 10px 25px;
  display: block;
  color: #000;
  text-decoration: none;
}
.privacy .text-navigation ul li a:hover {
  color: #e70047;
}
.privacy .text-navigation ul li.active {
  border-color: #e70047;
}
.privacy .text-navigation ul li.active a {
  color: #e70047;
}
.privacy .text-navigation ul li.active:hover {
  border-color: #e70047;
}
.privacy .text-navigation ul li.active:hover a {
  color: #e70047;
}

/* Breadcrumb container */
.breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 1300px;
  margin: 75px auto 0 auto;
  /* Breadcrumb links */
}
.breadcrumb a {
  text-decoration: none;
  color: #041e49;
  /* Hover styles for breadcrumb links */
}
.breadcrumb a:hover {
  color: black;
}

.block_products {
  max-width: 1300px !important;
  margin: 0 auto;
}

.block_products__header {
  padding: 20px 0px;
  margin: 0 auto;
  text-align: center;
}

.block_products__header__name {
  color: #252f57;
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.block_products__swiper .slide-container {
  padding: 0px 0px 40px 0px !important;
}
.block_products__swiper .slide-container .slide-content {
  margin: 0 50px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.block_products__swiper .slide-container .slide-content .card {
  border-radius: 0.5rem;
  background-color: #fff;
  min-width: 320px;
  width: 320px;
}
.block_products__swiper .slide-container .slide-content .card .image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  gap: 15px;
}
.block_products__swiper .slide-container .slide-content .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  gap: 15px;
}
.block_products__swiper .slide-container .slide-content .card .card-content .name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block_products__swiper .slide-container .slide-content .card .card-content .description {
  color: #707070;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.7em;
}
.block_products__swiper .slide-container .slide-content .card .card-content__buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.block_products__swiper .slide-container .slide-content .card .card-content__buttons .btn.icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
}
.block_products__swiper .slide-container .slide-content .card .card-content__buttons .btn.icon.w36 {
  width: 36px;
  height: 36px;
}
.block_products__swiper .slide-container .slide-content .card .card-content__buttons .btn.icon:hover {
  color: #4070f4;
}
.block_products__swiper .slide-container .slide-content .card .card-content__buttons .btn.icon:hover svg {
  transition-duration: 0.1s;
  transform: scale(1.1);
  /*transform: rotate(360deg);
  */
}
.block_products__swiper .slide-container .slide-content .card .card-content__buttons .btn.website {
  padding: 4px 10px 4px 7px;
}

.secondary-btn.icon.website:hover {
  color: #4070f4 !important;
}

.block_products__swiper .slide-container .slide-content .card .card-content__buttons__installs {
  display: flex;
  gap: 2px;
}
.block_products__swiper .slide-container .slide-content .card .image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
  width: 100%;
}
.block_products__swiper .slide-container .slide-content .card .image-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0 !important;
}
.block_products__swiper .slide-container .slide-content .card .image-content .card-image {
  position: relative;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  visibility: hidden;
}
.block_products__swiper .slide-container .slide-content .card .image-content .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.block_products__swiper .slide-container .swiper-button-next {
  right: 0;
}
.block_products__swiper .slide-container .swiper-button-prev {
  left: 0;
}

.block_products__footer {
  padding: 10px 0;
}

.primary-btn {
  color: white;
  border: none;
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  text-decoration: none;
  background: #ffea74;
}

.secondary-btn {
  padding: 5px 20px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  text-decoration: none;
  background: #ffea74 !important;
  color: #252f57;
  border: 1px solid #eaebf3;
}
.secondary-btn:hover {
  background: #f5f5f5;
}

.text-content * {
  line-height: 1.5em;
}

.card-content__buttons__installs a.website {
  padding: 5px 20px !important;
}

.page-how-to ul {
  list-style: none;
}
.page-how-to ul p img {
  width: 100%;
}

.tags {
  list-style: none;
}

.home_popular_list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 26px;
}
.home_popular_list .card_pet_popular {
  width: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.home_popular_list .card_pet_popular img {
  width: 50px;
  padding: 10px;
  background: #fffbf6;
  border-radius: 50%;
}

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