.posters {
  padding: 50px 0;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}

.post:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post:nth-child(even) .post__content {
  text-align: right;
}

.post__img {
  width: 48%;
}

.post__img img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.post__content {
  width: 48%;
  padding: 25px 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.post__pretittle {
  font-family: "SegoeUI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #161616;
}

.post__title {
  font-family: "SegoeUI", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #161616;
  line-height: 1.5rem;
  margin-top: 20px;
}

.post__main {
  margin-top: 30px;
}

.post__text {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #333333;
  line-height: 1.5rem;
}

.post__bottom {
  margin-top: 30px;
}

.post__link .icon {
  width: 40px;
  height: 40px;
  fill: #FFDC3A;
}

.post__link:hover .icon {
  fill: #ffd000;
}

.post__background-count {
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 450px;
  font-weight: 700;
  font-family: "KyrillaSans", sans-serif;
  color: rgba(22, 22, 22, 0.05);
  line-height: .8em;
  letter-spacing: 30px;
  z-index: -1;
}

@media (max-width: 1124px) {
  .post__content {
    padding: 10px 0px;
  }
  .post__background-count {
    right: -10%;
    font-size: 300px;
  }
}

@media (max-width: 768px) {
  .post,
  .post:nth-child(even) {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post .post__content,
  .post:nth-child(even) .post__content {
    text-align: left;
  }
  .post__content,
  .post__img {
    width: 100%;
  }
  .post__background-count {
    right: 0;
  }
}

@media (max-width: 480px) {
  .post__background-count {
    display: none;
  }
}

.alert-descr {
  padding: 50px 0;
  background-color: #fafafa;
}

.alert-descr__block p {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.5rem;
  padding: 10px 0;
  color: #161616;
}

.alert {
  margin: 50px 0;
  padding: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFDC3A;
}

.alert__icon {
  margin-right: 5%;
}

.alert__icon .icon {
  width: 48px;
  height: 48px;
}

.alert__text {
  width: 100%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.8rem;
  color: #161616;
}

.alert__btn-link {
  padding: 20px 40px;
  background-color: #ffffff;
  color: #161616;
  cursor: pointer;
  margin-left: 5%;
}

.alert__btn-link:hover {
  background-color: #fafafa;
}

@media (max-width: 768px) {
  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0;
    padding: 50px 10px;
    text-align: center;
  }
  .alert__btn-link {
    margin: 30px 0 0 0;
  }
  .alert__icon {
    margin-right: 0;
  }
  .alert__text {
    margin-top: 30px;
    max-width: 600px;
  }
}
/*# sourceMappingURL=kak-my-rabotaem.css.map */