@import url("blog/card.css");
@import url("breadcrumbs.css");
@import url("more-info-form.css");

main.blog {
  position: relative;
  z-index: 2;
}
.stroke {
  left: 50%;
  max-width: 2560px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 40px;
  transform: translate(-50%);
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.stroke.animate {
  animation: fadeIn 1s forwards;
}
.stroke.animate {
  animation: fadeIn 1s forwards;
}
@media (max-width: 2560px) {
  .stroke {
    top: -70px;
  }
}
@media (max-width: 2140px) {
  .stroke {
    top: 10px;
  }
}
.circles {
  left: 0;
  margin: 0 auto;
  max-width: 1920px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.circles > .circle {
  background: radial-gradient(50% 50% at 50% 50%, #fcc51b40 0, #fcc51b00);
  border-radius: 50%;
  height: 543px;
  position: absolute;
  width: 543px;
}
.circles > .circle:first-of-type {
  left: -20px;
  top: -443px;
}
@media (max-width: 999px) {
  .circles > .circle:first-of-type {
    height: 289px;
    left: -159px;
    top: -125.6px;
    width: 289px;
  }
}
.circles > .circle:nth-child(2) {
  height: 708px;
  right: -195px;
  top: -157px;
  width: 708px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(2) {
    height: 543px;
    right: -165px;
    top: 383.4px;
    width: 543px;
  }
}
.circles.__footer {
  top: 0;
}
.circles.__footer > .circle:first-child {
  height: 945px;
  left: -300px;
  top: -903px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles.__footer > .circle:first-child {
    height: 420px;
    left: -173px;
    top: -774px;
    width: 420px;
  }
}
.circles.__footer > .circle:nth-child(2) {
  height: 945px;
  right: -90px;
  top: -368px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles.__footer > .circle:nth-child(2) {
    height: 422px;
    left: -191px;
    right: unset;
    top: -210px;
    width: 422px;
  }
}
.blog > .feedback-main,
.blog > .pagination {
  opacity: 0;
}
.blog > .page-title {
  margin-bottom: 50px !important;
  z-index: 1;
}
@media (max-width: 999px) {
  .blog > .page-title {
    margin-bottom: 25px !important;
  }
}
.blog > .breadcrumbs {
  animation: fadeUp 1s forwards;
  animation-delay: 0.3s;
  opacity: 0;
  padding: 0 40px 20px;
}
@media (max-width: 999px) {
  .blog > .breadcrumbs {
    margin-bottom: 15px;
    padding: 0;
  }
}
.blog > .chips {
  opacity: 0;
}
.blog > .chips.animate {
  animation: fadeUp 1s forwards;
  animation-delay: 0.3s;
}
.blog > .list {
  -moz-column-gap: 25px;
  column-gap: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  opacity: 0;
  row-gap: 25px;
}
.blog > .list.animate {
  animation: fadeUp 1s forwards;
  animation-delay: 0.6s;
}
@media (max-width: 999px) {
  .blog > .list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.blog > .pagination {
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .blog > .pagination {
    margin-bottom: 22px;
  }
}
