.single-post {
  background-color: #F8FAFB;
  padding-bottom: 80px;
}
.single-post__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  gap: 2%;
}
.single-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;
}
.single-post__block {
  max-width: 100%;
}
.single-post__vacancies {
  margin-bottom: 28px;
  color: #121212;
  font-family: "Nexa";
  font-weight: 700;
  line-height: 1.38;
}
.single-post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 32px;
  border-radius: 20px;
  border: 2px solid rgba(183, 203, 203, 0.24);
  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);
}
.single-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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-post__title {
  max-width: 680px;
  color: #121212;
  font-family: "Nexa";
  font-size: 30px;
  font-weight: 800;
  line-height: 1.14;
}
.single-post__link {
  padding: 16px 24px;
  border-radius: 10px;
  background-color: #009090;
  color: #FFF;
  text-align: center;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post__link:hover {
  background-color: #FFF;
  color: #009090;
  border: 1px solid #009090;
}
.single-post .main__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;
  margin-bottom: 18px;
}
.single-post .main__tag {
  padding: 8px 10px;
  border-radius: 100px;
  font-family: "Nexa";
  font-size: 14px;
  font-weight: 700;
}
.single-post .main__tag--violet {
  border: 1px solid #9976DF;
  background: #F9F6FF;
  color: #9976DF;
}
.single-post .main__tag--orange {
  border: 1px solid #C06E0F;
  color: #C06E0F;
  background: #FFF5E9;
}
.single-post .main__tag--tiffany {
  border: 1px solid #1F8696;
  color: #1F8696;
  background: #EEFDFF;
}
.single-post .main__tag--purple {
  border: 1px solid #961F7E;
  color: #961F7E;
  background: #FDEEFF;
}
.single-post .main__tag--blue {
  border: 1px solid #1F4A96;
  color: #1F4A96;
  background: #EEF3FF;
}
.single-post .main__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;
}
.single-post .main__ote svg {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post .main__earnings-ote {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}
.single-post .main__month-ote {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.single-post .main__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: 14px;
}
.single-post .main__fill p {
  color: #121212;
  font-family: "Nexa";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}
.single-post .main__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
}
.single-post .main__socials svg {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -2px;
}
.single-post .main__socials a {
  color: #121212;
  font-family: "Nexa";
  font-weight: 700;
  line-height: 1.3;
}
.single-post .main__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;
}
.single-post__date {
  color: #121212;
  font-family: "Nexa";
  font-weight: 400;
  line-height: 1.3;
}
.single-post__line {
  width: 100%;
  height: 2px;
  background-color: rgba(183, 203, 203, 0.24);
}
.single-post__description {
  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;
}
.single-post__description h2 {
  color: #121212;
  font-family: "Nexa";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-post__description h3 {
  color: #121212;
  font-family: "Nexa";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.single-post__description ul {
  padding-left: 12px;
  margin-bottom: 30px;
}
.single-post__description ul li {
  list-style: disc;
  color: #121212;
  font-family: "Nexa";
  font-weight: 400;
  line-height: 1.5;
}
.single-post__description p {
  color: #121212;
  font-family: "Nexa";
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(18, 18, 18, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
  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;
  z-index: 999;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__content {
  position: relative;
  border-radius: 12px;
  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);
  max-width: 409px;
  width: 100%;
  padding: 40px;
}
.popup__title {
  color: #121212;
  text-align: center;
  font-family: "Nexa";
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 16px;
}
.popup__text {
  color: #121212;
  text-align: center;
  font-family: "Nexa";
  font-weight: 400;
  line-height: 1.5;
}
.popup__insta-link {
  color: #009090;
  font-weight: 800;
}
.popup__close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}