/* Конечная страница */
.article {
  margin: 40px 0;
}

.article .breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs span a {
  color: #DF3600;
  text-transform: uppercase;
  font-size: .9em;
  margin-right:20px;
  position: relative;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span a:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 6px;
  width: 3px;
  height: 3px;
  background: #df3600;
}

.breadcrumbs span:last-child a:after {
  display: none;
}

.article h1.title {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.article .flex aside.addition {
  position: static;
  margin: 0;
  color: #555;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article .flex aside.addition span {
  margin-right: 15px;
  position: relative;
}

.article .flex aside.addition span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 7px;
  right: -10px;
}


.article .flex aside.addition span:last-child:after {
  display: none;
}

.article .flex aside.addition span time {
  display: inline-block;
}

.article .flex {
  margin-top: 50px;
}

.article .flex aside {
  font-size: 0.9em;
  position: sticky;
  top: 30px;
}

.article .flex aside.left {
  width: 100%;
  /*min-width: 290px;*/
  max-width: 290px;
  padding-right: 40px;
}


.article .flex aside.left a:hover {
  color: #DF3600;
}

.article .flex aside.left .title {
  text-transform: uppercase;
  font-size: 1.5em;
  padding-bottom: 0;
  padding-top: 0px;
  display: inline-block;
}

/*table-of-contents*/
.article .flex aside.left .table-of-contents {
}
.article .flex aside.left .table-of-contents:first-child {
  border-top: none;
}
.article .flex aside.left .table-of-contents:first-child .title {
  margin-bottom: 0;
  padding: 0;
}
.article .flex aside.left .table-of-contents ol > li {
}
.article .flex aside.left .table-of-contents ol > li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 15px;
  border-left: 1px solid #000;
  margin-left: 0;
  background: #f2f2d9;
}
.article .flex aside.left .table-of-contents ol > li a.active {
  border-left: none;
  color: black;
  font-weight: 700;
}
.article .flex aside.left .table-of-contents ol > li a.active:before {
  content: '';
  position: absolute;
  left: -8px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #df3600;
  border-right: 2px solid #df3600;
  transform: rotate(45deg);
}


.article .flex aside.left .news-listing li {
  margin-bottom: 20px;
  font-weight: 300;
}

.article .flex aside.left .news-listing li .author {
  margin-bottom: 5px;
  font-size: .8em;
}

.article .flex aside.left .news-listing li .author span {
  position: relative;
  margin-right: 15px;
}

.article .flex aside.left .news-listing li .author span:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 6px;
  right: -10px;
}

.article .flex aside.left .news-listing li .author span:last-child:after{
  display: none;
}

.article .flex aside.left .news-listing li .author .time {
  font-weight: 700;
}

.article .flex aside.left .sub-section-link {
  margin: 10px 0 30px 0;
  font-size: 1.1em;
  font-weight: 300;
}

.article .flex aside.left .sub-section-link > * {
  display: block;
  margin-bottom: 10px;
}

.article .flex aside.left .sub-section-link span {
  font-weight: 700;
  position: relative;
}

.article .flex aside.left .sub-section-link span:before,
.article .flex aside.left .sub-section-link span:after {
  content: '';
  position: absolute;
  left: -20px;
  width: 10px;
  height: 2px;
  background: black;
}

.article .flex aside.left .sub-section-link span:before {
  transform: rotate(45deg);
  top: 4px;
}

.article .flex aside.left .sub-section-link span:after {
  transform: rotate(-45deg);
  top: 10px;
}



.article .flex aside.share-social {
  margin: 10px 0 0 20px;
  /* position: relative; */
  z-index: 1000;
  background: white;
  border-radius: 50px;
  padding: 3px;
}

.article .flex aside.share-social .title {
  display: none;
}

.article .flex aside.share-social .flex {
  flex-direction: column;
  margin-top: 0;
}

.article .flex aside.share-social svg {
  filter: grayscale(0%);
  transition: .3s ease;
  cursor: pointer;
}

.article .flex aside.share-social svg:hover {
  filter: grayscale(100%);
}

.article .flex .text {
  max-width: 800px;
  min-width: 300px;
}

.article .flex .text kbd {
  position: relative;
  top: -1px;
  padding: 5px 8px 4px;
  border: 1px solid #babfc5;
  border-radius: 3px;
  white-space: nowrap;
  font-size: .6em;
  text-transform: uppercase;
  background: #e3e6e7;
  text-shadow: 1px 1px white;
  user-select: none;
  font-family: -apple-system, "system-ui", "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: black;
  box-shadow: 0 1px 3px rgba(0,0,0, .2);
  cursor: pointer;
}

.article .flex .text kbd .prefix {
  font-size: 1.1em;
  padding-right: 3px;
  position: relative;
}

.article .flex .text kbd .prefix.prefix-enter { top: 2px; }
.article .flex .text kbd .prefix.prefix-win { font-size: 1.4em; top: 1px; }
.article .flex .text kbd .prefix.prefix-tab { padding: 0 0 0 3px; }
.article .flex .text kbd .prefix.prefix-arrow { padding: 0; }

.article .flex .text kbd:before {
  content: '';
  border-top: 1px solid white;
  position: absolute;
  width: calc(100% - 2px);
  height: 1px;
  top: 0;
  left: 1px;
}

.article .flex .text kbd:active {
  top: 1px;
  left: 1px;
  box-shadow: 0;
}

.article .flex .text ins {
  text-decoration: none;
}

.article .flex .text {
  text-align: center;
  font-weight: 300;
}

.article .flex .text p,
.article .flex .text .odnako {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 1.1em;
  font-weight: 300;
}

.article .flex .text iframe {
  margin: 30px auto;
}

.article .flex .text h2,
.article .comment .title,
.article .title {
  text-align: left;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 300;
  padding-top: 80px;
  margin: -60px 0 15px 0;
/*  background: linear-gradient(135deg, #DF3600 0%, #000 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-size: 2em;
  font-weight: 700;
}

.article .flex .text h3 {
  text-align: left;
  padding-top: 10px;
  margin: 0 0 15px 0;
  font-size: 1.4em;
  font-weight: 700;
}

.article .flex .text h4 {
  text-align: left;
  margin: 25px 0 15px 0;
  font-size: 1.1em;
  font-weight: 700;
}

.article .flex .text h5 {
  text-align: left;
  margin: 25px 0 15px 0;
  font-size: 1em;
  font-weight: 700;
}

.article .flex .text img {
  margin: 10px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.article .flex .text a > picture {
  position: relative;
}

.article .flex .text a > picture:before,
.article .flex .text a > picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: white;
  z-index: 999;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: .2s ease;
}
.article .flex .text a > picture:after {
  background: url(/i/search.svg);
  width: 40px;
  height: 40px;
  transition: .6s ease;
}

.article .flex .text a:hover > picture:before {
  opacity: 1;
}
.article .flex .text a:hover > picture:after {
  opacity: 1;
}

.article .flex .text p img {
  display: block;
  text-align: center;
}

.article .flex .text img.left {
  float: left;
  text-align: left;
  margin: 0 10px 10px 0;
}

.article .flex .text img.right {
  float: right;
  text-align: right;
  margin: 0 0 10px 10px;
}

.article .flex .text a.two img,
.article .flex .text img.two {
  max-width: 49%;
  float: left;
  margin-right: 1%;
}

.article .flex .text a.three img,
.article .flex .text img.three {
  max-width: 32%;
  float: left;
  margin-right: 1%;
}

.article .flex .text a.four img,
.article .flex .text img.four {
  max-width: 24%;
  float: left;
  margin-right: 1%;
}

.article .flex .text a {
  text-decoration: underline;
  color: #501445;
  text-decoration-color: black;
  position: relative;
}
.article .flex .text a[href^="http://"]:not([href*="itshaman.ru"]),
.article .flex .text a[href^="https://"]:not([href*="itshaman.ru"]) {
  white-space: nowrap;
  padding-right: 10px;
  font-weight: 700;
}

.article .flex .text a[href^="http://"]:not([href*="itshaman.ru"]):after,
.article .flex .text a[href^="https://"]:not([href*="itshaman.ru"]):after {
  content: "";
  color: black;
  background: url(/i/external-link.png);
  position: absolute;
  right: -2px;
  top: 0px;
  width: 12px;
  height: 12px;
}

.article .flex .text aside.addition a[href^="http://"]:not([href*="itshaman.ru"]):after,
.article .flex .text aside.addition a[href^="https://"]:not([href*="itshaman.ru"]):after {
  display: none;
}

.article .flex .text a:hover {
  text-decoration: none;
}



.article .flex .text ul,
.article .flex .text ol,
.article .flex .text blockquote {
  text-align: left;
  line-height: 1.5;
/*  font-size: 1.2em;*/
}


.article .flex .text ul {
  padding: 0 0 0 50px;
  margin-bottom: 20px;
}

.article .flex .text ul li {
  position: relative;
}

.article .flex .text li {
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.1em;
  margin-left: 5px;
}
.article .flex .text li p {
  font-size: 1em;
  text-indent: 0;
}
.article .flex .text ul > li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: black;
  left: -20px;
  top: 12px;
}

.article .flex .text ol {
  padding: 0 0 0 20px;
  margin-left: 15px;
  counter-reset:  item;
  border-left: 1px solid #000;
  margin-bottom: 20px;
}

.article .flex .text ol > li:before {
  content: counter(item) '';
  counter-increment: item;
  font-weight: 700;
  margin: -3px 0 0px -41px;
  font-size: 1em;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid #df3600;
  float: left;
}

.article .flex .text ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.article .flex .text strong,
.article .flex .text b {
  font-weight: 700;
}

.article .flex .text em,
.article .flex .text i {
  font-style: italic;
}


.article .flex .text blockquote  {
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
  text-align: justify;
}

.article .flex .text blockquote p {
  text-indent: 0;
  font-style: italic;
  margin-left: 30px;
}

.article .flex .text blockquote:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  line-height: .9;
  font-size: 10em;
  font-family: sans-serif;
  color: rgba(0,0,0, .1);
}

.article .flex .text blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
}

.article .flex .text code {
  font-size: 1em;
  color: black;
  border-radius: 3px;
  padding: 3px;
  background: #f5f5f5;
  display: inline;
  font-family: inherit;
  white-space: nowrap
}

.article .flex .text pre,
.article .flex .text div.cod,
.article .flex .text p.cod,
.article .flex .text pre.cod_output,
.article .flex .text div.cod_output,
.article .flex .text div#cod_output  {
  padding: 10px 0 10px 15px;
  margin: 5px 0 17px 0;
  border-radius: 5px;
  text-align: left;
  overflow-x: auto;
  line-height: 1.4;
  background: #f5f5f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, "Courier New", monospace;
  font-size: .9em;
  border-bottom: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
}
.article .flex .text pre code {
  font-size: 1em;
  padding: 0;
}

.article .flex .text hr {
  display: none;
}

.article .flex .text .link_top2 {
  float: right;
  font-size: .5em;
}

.article .flex .text table {
  margin-bottom: 20px;
}
.article .flex .text tr th,
.article .flex .text tr td {
  text-align: left;
  padding: 15px 15px;
  line-height: 1.3;
  font-size: .9em;
  vertical-align: baseline;
}

.article .flex .text tr th {
  background: white !important;
  color: black !important;
  border-bottom: 2px solid #000;
}

.article .flex .text tr:nth-child(2n) td {
  background: #F1F1F1 !important;
  color: black;
}

.article .flex .text .related-articles a {
  border-top: none;
  font-weight: 300;
}
.article .flex .text .related-articles li {
  margin-bottom: 0;
}


.news_listing {
  margin-top: 50px;
}

.news_listing .breadcrumbs {
  text-align: left;
}

.news_listing .breadcrumbs a {
  text-transform: uppercase;
  color: black;
  font-size: .8em;
  text-decoration: none;
}

.news_listing .breadcrumbs a:hover {
  text-decoration: underline;
}

.news_listing h1.title {
  font-size: 3.5em;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 10px 0;
}

.news_listing .description {
  text-align: center;
  font-weight: 300;
  max-width: 300px;
  margin: 0 auto 30px auto;
}

.news_listing article a .crop {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}

.news_listing article a .crop img {
  width: 100%;
  height: auto;
}

.news_listing article a time {
  color: #DF3600;
  font-size: .9em;
  margin: 0 0 5px 0;
}

.news_listing article a h2.title {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2;
}

.news_listing article a:hover h2.title {
  text-decoration: underline;
}

.news_listing article a .author {
  font-size: .75em;
  color: #242729;
  margin: 15px 0;
}


.news_listing .first {
  margin: 30px 0;
  display: flex;
}

.news_listing .first > * {
  width: 33.33%;
}

.news_listing .first article {
  padding-right: 30px;
}


.news_listing .first div article {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.news_listing .first div article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news_listing .first div a h2.title {
  font-size: 1.4em;
}

.news_listing .last {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_listing .last article {
  width: calc(25% - 40px);
  margin-bottom: 30px;
}

.news_listing .last article a .crop-wrapper {
  padding: 0 10px 0 0;
  position: relative;
}

.news_listing .last article a .crop-wrapper:before {
  content: "";
  border: 1px solid #DF3600;
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 1;
}

.news_listing .last article a .crop {
  width: 100%;
  height: auto;
  max-height: 140px;
  margin-bottom: 10px;
}

.news_listing .last article a .crop img {
  position: relative;
  z-index: 2;
  display: block;
}

.news_listing .last article a time {
  margin: 25px 0 5px 0;
}

.news_listing .last article a h2.title {
  font-size: 1.4em;
}




/*block-subsection*/
.block-subsection {
  margin: 30px 0;
  padding: 20px 30px;
  position: relative;
}

.block-subsection:before {
  content: '';
  border-top: 1px solid #0065ff;
  border-left: 1px solid #0065ff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-subsection:after {
  content: '';
  border-bottom: 1px solid #0065ff;
  border-right: 1px solid #0065ff;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.block-subsection .title {
  text-transform: uppercase;
  font-size: 1.2em;
}

.block-subsection .sub-section-link {
  margin-top: 20px;
  display: flex;
}

.block-subsection .sub-section-link span {
  font-weight: 700;
}

.block-subsection .sub-section-link a,
.block-subsection .sub-section-link span {
  padding: 0 20px;
}

.block-subsection .sub-section-link a:hover {
  text-decoration: underline;
}


.block-subsection .sub-section-link a:first-child,
.block-subsection .sub-section-link span:first-child {
  padding: 0 20px 0 0;
}

.block-subsection .sub-section-link a:last-child,
.block-subsection .sub-section-link span:last-child {
  padding: 0 0 0 20px;
}


/*
  comment-form
*/
.comment {
  max-width: 800px;
  width: 100%;
}

.comment form {
  margin-top: 60px;
}

.comment .comment-form {
  width: 100%;
}

.comment .comment-form .flex {
  margin: 0;
  width: 100%;
}

.comment .comment-form .avatar {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: auto;
  padding-right: 30px;
}

.comment .comment-form .avatar img {
  width: 100%;
  height: auto;
}

.comment .comment-form textarea {
  width: 100%;
  min-width: 600px;
  padding: 10px;
  font-size: 1.1em;
  font-family: 'Roboto', sans-serif;
  outline: none;
  border: 1px solid rgba(0,0,0, .4);
  border-radius: 3px;
}

.comment .comment-form .aside-block {
  justify-content: space-between;
}

.comment .comment-form .aside-block .input-block {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.comment .comment-form .aside-block .input-block input {
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(0,0,0, .4);
  font-size: 1.1em;
  border-radius: 3px;
  width: 100%;
}

.comment .comment-form .aside-block .btn-block {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  width: 200px;
}

.comment .comment-form .aside-block .btn-block input[name="preview"],
.comment .comment-form .aside-block .btn-block input[name="submit"] {
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(0,0,0, .4);
  font-size: 1.1em;
  border-radius: 3px;
  cursor: pointer;
}

.comment ul.comments {
  margin-top: 60px;
}

.comment ul.comments li {
  margin-bottom: 30px;
}

.comment .aside {
  display: flex;
  align-items: center;
}

.comment .aside .avatar {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: auto;
  padding-right: 30px;
}


.comment .aside img {
  width: 100%;
  height: auto;
}

.comment .aside > div:last-child {
  display: flex;
  flex-direction: column;
}

.comment .aside .name,
.comment .aside .name a {
  color: #df3600;
  font-weight: 700;
  margin-bottom: 5px;
}

.comment .aside .name a {
  text-decoration: underline;
}

.comment .aside .name a:hover {
  text-decoration: none;
}

.comment .aside time {
  display: inline;
  color: #999;
}

.comment .txt {
  padding-left: 100px;
  word-break: break-word;
}


.article .flex .text .personal {
  align-items: flex-start;
  background: rgb(246, 246, 246);
  padding: 20px;
  border-radius: 3px;
}
.article .flex .text .personal img {
  margin: 0;
  border-radius: 100px;
}
.article .flex .text .personal .img {
  min-width: 100px;
  margin-right: 20px;
}
.article .flex .text .personal .txt {
  text-align: left;
}
.article .flex .text .personal .txt span[itemprop="name"] {
  font-weight: 700;
  position: relative;
  margin-right: 20px;
}
.article .flex .text .personal .txt span[itemprop="name"]:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #DF3600;
  position: absolute;
  top: 9px;
  right: -10px;
}
.article .flex .text .personal .txt span.position {
  font-size: .9em;
}

.article .flex .text .personal .txt .personal-title {
  margin-bottom: 10px;
}

.article .flex .text .personal .txt div[itemprop="description"] {
  line-height: 1.5;
  font-size: .8em;
}


.list-authors h2 {
  margin-bottom: 30px;
  font-style: italic;
  font-size: 1.8em;
  font-weight: 300;
}

.list-authors  section {
  background: #f6f6f6;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
}

.list-authors  section .img img {
  width: 100px;
  height: auto;
  border-radius: 100px;
  margin-right: 30px;
}

.list-authors  section .txt {
  line-height: 1.5;
}

.list-authors  section .txt .title {
  font-size: 1.4em;
  font-weight: 700;
}

.list-authors a {
  color: #501445;
  text-decoration: underline;
}
.list-authors a:hover {
  text-decoration: none;
}





.ralated-articles {
  display: flex;
  flex-wrap: wrap;
}
.article .flex .text .ralated-articles a {
  width: calc(33.33% - 17px);
  height: 100%;
  margin: 0 25px 25px 0;
  text-decoration: none;
}
.article .flex .text .ralated-articles a:nth-child(3n) {
  margin-right: 0;
}
.ralated-articles .item {
  width: 100%;
  height: 240px;
  padding: 0;
}
.ralated-articles .item .crop {
  height: 144px;
  overflow-y: hidden;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
  transition: .3s ease;
}
.article .ralated-articles .item img {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
    object-position: center;
}
.ralated-articles .item .title {
  margin: 0;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: black;
  min-height: 70px;
}

.article .ralated-articles  a:hover .item .crop {
  box-shadow: 0 5px 10px rgba(0,0,0, .5);
}



















