.post {
  display: flex;
  margin: 0 -15px -30px;
}
.post__single {
  flex-grow: 1;
  margin: 0 15px 30px;
}
.post__aside {
  flex-shrink: 0;
  width: 270px;
  margin: 0 15px 30px;
  will-change: min-height;
}
.post__aside img {
  display: block;
}
.post__sticky {
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
.post__item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(32, 32, 32, 0.07);
  overflow: hidden;
}
.post__item:last-of-type {
  margin-bottom: 0;
}
.post__item-title {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 25px;
}
.post__item-content {
  padding: 25px 30px;
}
.post__item-content ul {
  font-size: 14px;
}
.post__item-content ul li:last-child {
  margin-bottom: 0;
}
.post__item-content a {
  color: #373737;
  text-decoration: underline;
}
.post__item-content a:hover {
  text-decoration: none;
}
.post__item-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: url(/res/images/icons/ico-close-sec.svg) no-repeat center;
  cursor: pointer;
}
.post__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.post__date {
  font-size: 11px;
  margin-bottom: 40px;
}
.post__date--sec {
  font-size: 14px;
  color: #797979;
  margin-bottom: 30px;
}
.post__date a {
  color: #0D79FA;
}
.post__date a:hover {
  color: #0461d0;
}
.post__by {
  margin-left: 20px;
}
.post__bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.post__bottom--p-0 {
  padding: 0;
}
.post__related-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.post__content {
  word-break: break-word;
  margin-bottom: 45px;
}
.post__content h1, .post__content h2 {
  font-size: 35px;
  line-height: 1.2;
}
.post__content h1:not(:first-child), .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 15px;
}
.post__content h3 {
  font-size: 24px;
}
.post__content h4, .post__content h5, .post__content h6 {
  font-size: 21px;
}
.post__content h5, .post__content h6 {
  font-size: 19px;
}
.post__content p {
  margin-bottom: 25px;
}
.post__content ul {
  padding-left: 10px;
  margin-bottom: 25px;
}
.post__content ul li {
  position: relative;
  padding-left: 17px;
  text-align: left;
  margin-bottom: 10px;
}
.post__content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #0D79FA;
  border-radius: 50%;
}
.post__content ul li:last-child {
  margin-bottom: 0;
}
.post__content ul li:has(ul) {
  margin-bottom: 0;
}
.post__content ul li ul {
  margin: 12px 0;
}
.post__content ul li ul li::before {
  background-color: #A4B8CD;
}
.post__content ul li ol {
  margin: 12px 0;
}
.post__content ul li ol li::before {
  background-color: transparent;
}
.post__content ol {
  padding-left: 25px;
  margin-bottom: 25px;
}
.post__content ol li {
  display: list-item;
  list-style: decimal;
  padding-left: 3px;
  margin-bottom: 10px;
}
.post__content ol li:last-child {
  margin-bottom: 0;
}
.post__content ol li ol {
  margin: 12px 0;
}
.post__content ol li ul {
  margin: 12px 0;
}
.post__content ol li ul li {
  list-style: none;
  padding-left: 17px;
}
.post__content a {
  color: #0D79FA;
  text-decoration: underline;
}
.post__content a:hover {
  text-decoration: none;
}
.post__content img {
  display: block;
  margin: 25px 0;
}
.post__content blockquote {
  padding-left: 15px;
  border-left: 2px solid #006AE8;
  margin-bottom: 25px;
}
.post__content blockquote strong:first-child {
  color: #006ae8;
}
.post__content blockquote p {
  margin: 0;
}
.post__content code, .post__content samp {
  display: inline-block;
  background-color: #F2F3F3;
  border-radius: 4px;
  padding: 0 7px;
}
.post__content pre {
  white-space: break-spaces;
}
.post__content table {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 25px;
}
.post__content table:last-child {
  margin-bottom: 0;
}
.post__content table tbody {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.post__content table tr {
  display: table-row;
}
.post__content table tr:first-child td {
  border-top-style: solid;
  background-color: #F1F8FF;
  font-weight: bold;
}
.post__content table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.post__content table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.post__content table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.post__content table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.post__content table td {
  display: table-cell;
  border: 1px #B4D5FE;
  border-style: none solid solid none;
  padding: 16px 20px;
  vertical-align: top;
  word-break: break-word;
}
.post__content table td:first-child {
  border-left-style: solid;
}
.post__content table td p:last-child {
  margin-bottom: 0;
}
.post__content table ul {
  margin-bottom: 0;
}
.post__table {
  overflow-x: auto;
}
.post__banner {
  display: flex;
  margin: 40px auto 50px;
  padding: 30px;
  background-color: #F2F8FF;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.post__banner--sec {
  padding: 50px;
  padding-right: 290px;
  background-position: left top;
}
.post__banner-img {
  flex-shrink: 0;
  margin-right: 45px;
}
.post__banner-img--sec {
  display: none;
}
.post__banner-desc {
  margin-bottom: 30px;
}
.post__banner .post__banner-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}
.post__banner .post__banner-button {
  min-width: 170px;
  height: 50px;
  font-size: 14px;
  color: #fff;
}
.post__banner .post__banner-button:hover {
  color: #fff;
}
.post__banner img {
  margin: 0;
}
.post__banner a {
  text-decoration: none;
}

.webp .post__banner--sec {
  background-image: url(/res/images/blog/bg-banner.webp);
}

.no-webp .post__banner--sec {
  background-image: url(/res/images/blog/bg-banner.jpg);
}

@media (max-width: 991px) {
  .post {
    flex-direction: column;
  }
  .post__single {
    margin-bottom: 50px;
  }
  .post__aside {
    flex-shrink: 1;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .post__title {
    text-align: left;
  }
  .post__related-title {
    font-size: 24px;
    text-align: left;
  }
  .post__content h1, .post__content h2 {
    font-size: 24px;
    text-align: left;
  }
  .post__content h4, .post__content h5, .post__content h6 {
    text-align: left;
  }
  .post__content img {
    margin: 25px auto;
  }
  .post__banner--sec {
    padding: 30px;
    background-image: none !important;
  }
  .post__banner-img--sec {
    display: block;
  }
  .post__banner .post__banner-title {
    font-size: 24px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .post__content table td {
    padding: 10px 5px;
  }
  .post__banner {
    flex-direction: column;
    padding: 30px 20px;
  }
  .post__banner-img {
    margin-right: 0;
  }
}
/*# sourceMappingURL=../../maps/blocks/blog/post.css.map */
