.loader-wrap {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.loader-wrap .loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#fff 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  -webkit-animation: l1 1s infinite linear;
          animation: l1 1s infinite linear;
}
@-webkit-keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
.loader-wrap.loading {
  opacity: 1;
  visibility: visible;
}

.blog-posts {
  padding-top: 28px;
}
.blog-posts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2%;
}
@media (max-width: 768px) {
  .blog-posts__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-posts__vacancies {
  margin-bottom: 28px;
  color: #121212;
  font-family: "Nexa";
  font-weight: 700;
  line-height: 1.38;
}
.blog-posts__content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .blog-posts__content {
    width: 100%;
  }
}
.blog-posts__post {
  background: #FFF;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.03);
  border: 2px solid rgba(183, 203, 203, 0.24);
  border-radius: 20px;
  padding: 32px;
}

.blog-post__aside {
  max-width: 18%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 28px;
}
@media (max-width: 768px) {
  .blog-post__aside {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.aside__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside__head svg {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.aside__head p {
  color: #121212;
  font-family: "Nexa";
  font-weight: #F8FAFB;
  line-height: 1.38;
}
.aside__box-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.aside__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #B7CBCB;
  background: #FFF;
  color: var(--Primary-Midnight-Ash, #121212);
  font-family: "Nexa";
  font-size: 14px;
  font-weight: 400;
}
.aside__title {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.aside label {
  cursor: pointer;
}
.aside__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.aside__item-list input {
  display: none;
}
.aside__item-list label {
  position: relative;
  padding-left: 30px;
}
.aside__item-list label span {
  opacity: 0.62;
  margin-left: 5px;
}
.aside__item-list label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #B7CBCB;
  background: #FFF;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.aside__item-list label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #009090;
  background-color: #009090;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAzLjVMMy4zMzMzMyA2TDggMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.aside__item-list input:checked + label::after {
  opacity: 1;
}
.aside__item-list:not(:last-child) {
  margin-bottom: 12px;
}

.post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.post__title {
  max-width: 680px;
  color: #121212;
  font-family: "Nexa";
  font-size: 30px;
  font-weight: 800;
  line-height: 1.14;
  margin-bottom: 14px;
}
.post__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1220px) {
  .post__tags {
    margin-bottom: 18px;
  }
}
.post__tag {
  padding: 8px 10px;
  border-radius: 100px;
  font-family: "Nexa";
  font-size: 14px;
  font-weight: 700;
}
.post__tag--closers {
  border: 1px solid #9976DF;
  background: #F9F6FF;
  color: #9976DF;
}
.post__tag--setters {
  border: 1px solid #C06E0F;
  color: #C06E0F;
  background: #FFF5E9;
}
.post__tag--full-cycle-reps {
  border: 1px solid #1F8696;
  color: #1F8696;
  background: #EEFDFF;
}
.post__tag--comission-only {
  border: 1px solid #961F7E;
  color: #961F7E;
  background: #FDEEFF;
}
.post__tag--comission-base {
  border: 1px solid #1F4A96;
  color: #1F4A96;
  background: #EEF3FF;
}
.post__ote {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.post__ote svg {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.post__earnings-ote {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 7px;
}
.post__month-ote {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 14px;
}
.post__link {
  padding: 16px 24px;
  border-radius: 10px;
  background: #009090;
  color: #FFF;
  text-align: center;
  font-family: "Nexa";
  border: 1px solid #FFF;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post__link:hover {
  background-color: #FFF;
  color: #009090;
  border: 1px solid #009090;
}
.post__right-group {
  position: absolute;
  top: 32px;
  right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1220px) {
  .post__right-group {
    display: none;
  }
}
.post__right-group-mobile {
  display: none;
}
@media (max-width: 1220px) {
  .post__right-group-mobile {
    display: block;
  }
}
.post__fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 27px;
}
.post__fill p {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}
@media (max-width: 1220px) {
  .post__socials {
    margin-bottom: 30px;
  }
}
.post__socials svg {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -2px;
}
.post__socials a {
  color: #121212;
  font-family: "Nexa";
  font-weight: 700;
  line-height: 1.3;
}
.post__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post__list-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post__group-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__item a.prev,
.pagination__item a.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #121212;
  font-family: "Nexa";
}
.pagination__item a.prev.disabled,
.pagination__item a.next.disabled {
  opacity: 0.54;
  pointer-events: none;
}
.pagination__item a.prev svg,
.pagination__item a.next svg {
  position: relative;
  top: -1.5px;
}
.pagination__item a.prev {
  padding-right: 15px;
}
.pagination__item a.next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 15px;
}
.pagination__item .page-link:not(.next, .prev) {
  font-family: "Nexa";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37px;
  height: 37px;
  border: 1.5px solid transparent;
  border-radius: 10px;
}
.pagination__item .page-link:not(.next, .prev).current {
  background: #fff;
  border-color: rgba(183, 203, 203, 0.46);
}