/* header */

.header {
    background-color: #0A0A0A;
}


/* breadcrumbs */

.breadcrumbs {
    margin-top: 64px;
}

.breadcrumbs .cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
}

.breadcrumbs span {
    margin: 0 6px;
}


/* article-sec */

.article-sec {
    margin-top: 60px;
}

.article {
    width: 817px;
}

.article-date {
    font-size: 13px;
    line-height: 16px;
}

.article-time {
    font-size: 13px;
    line-height: 16px;
    margin-right: 20px;
}

.article-views>span {
    font-size: 13px;
    line-height: 16px;
    margin-left: 10px;
}

.article-about {
    margin-bottom: 16px;
}

.article-preview {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.article-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.article-img1 {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 30px 0 0 0;
}

.article-img-li {
    width: 100%;
    height: 100%;
    border-radius: 10px;
	margin-top: 30px;
}

.article h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.article h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    margin: 30px 0;
}

.article h3 {
    font-weight: bold;
    font-size: 18px;
	line-height: 26px;
	margin: 30px 0 30px 0;
}

.article h4 {
    font-weight: bold;
    font-size: 18px;
	line-height: 26px;
	margin-top: 30px;
}

.article p {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 30px 0;
}

.article strong {
	font-weight: bold;
}

.article b {
	font-weight: bold;
}

.article a {
    color: #fff;
	text-decoration: underline;
   }
   
.article blockquote {
  background: none repeat scroll 0 0 #46464666;
  border-left: 5px solid #444;
  color: #e6e6e6;
  font-style: italic;
  padding: 10px 20px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block {
  background: none repeat scroll 0 0 #46464666;
  border-left: 5px solid #444;
  border-right: 5px solid #444;
  color: #e6e6e6;
  padding: 10px 20px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.article a:visited {
    color: #5e5e5e; /* Цвет посещенных ссылок */
   }

.article ol {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0;
	padding-left: 20px;
}

.article ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    list-style-type: decimal;
}

.article ol li:last-of-type {
    margin-bottom: 0;
}

.article ol li p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 10px 0;
}

.article ul {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0;
	padding-left: 20px;
}

.article ul li {
    margin-bottom: 10px;
    padding-left: 20px;
	list-style-type: circle;
}

.article ul li p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 10px 0;
}

.share {
    padding: 15px 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.share-title {
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
}

.share-list>a {
    margin-right: 10px;
}

.share-list>a:last-of-type {
    margin-right: 0;
}

a path {
	
  fill:var(--c,#a8a8a8);
  stroke:none;
  pointer-events:all;
  transition:0.5s;
}

.share-list-tw:hover 
	{ --c:#ffffff; }
	
.share-list-lk:hover 
	{ --c:#ffffff; }
	
.share-list-vk:hover 
	{ --c:#ffffff; }
	
.share-list-fb:hover 
	{ --c:#ffffff; }
	
.share-list-tg:hover 
	{ --c:#ffffff; }

/* sidebar */

.sidebar {
    width: 390px;
}

.sidebar-cont {
    position: relative;
    position: sticky;
    top: 30px;
}

.siderbar-big {
    background: #151515;
    box-shadow: -8px -8px 10px #0C0C0C, 8px 8px 9px #000000;
    border-radius: 10px;
    display: block;
}

.big-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.big-info {
    box-sizing: border-box;
    padding: 30px 20px 20px;
}

.big-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
}

.big-date {
    font-size: 12px;
}

.big-about {
    font-size: 16px;
    line-height: 27px;
    margin-top: 15px;
}

.recommended {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin: 30px 0 30px;
}

.rec-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 106px;
    background: #151515;
    box-shadow: -5px -5px 10px #181818, 5px 5px 9px #000000;
    border-radius: 10px;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 20px;
}

.rec-item:last-of-type {
    margin-bottom: 0;
}

.rec-img {
    height: 100%;
    width: 106px;
    background-size: cover;
    background-position: center;
    border-radius: 10px 0px 0px 10px;
}

.rec-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rec-info {
    margin-left: 20px;
    max-width: calc(100% - 106px - 20px);
}

.rec-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis;
}

.rec-date {
    font-size: 12px;
}

.rec-about {
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 1300px) {
    /* sidebar */
    .siderbar-big {
    display: none;
    }
	
	.sidebar {
	width: 100%;
	}
	
	.rec-date {
	display: none;
}
	
    /* article */
    .article {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    /* bread */
    .breadcrumbs {
        margin-top: 10px;
    }
    /* .article-sec */
    .article-sec {
        margin-top: 55px;
    }
    .article h1 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 54px;
    }
    .article-date {
        width: 100%;
        margin-bottom: 15px;
    }
    .article-right {
        width: 100%;
        justify-content: space-between;
    }
    .article-about {
        margin-bottom: 30px;
    }
    .article-preview {
        height: 195px;
    }
	.article-img {
	width: 100%;
	height: 100%;
    }
    .article h2 {
        font-size: 24px;
        line-height: 29px;
        margin: 20px 0;
    }
    .article p {
        margin: 20px 0;
    }
    .article ol {
        margin: 20px 0;
    }
    .article ol li {
        margin-left: 15px;
        padding-left: 10px;
    }
    /* share */
    .share-title {
        width: 100%;
        text-align: center;
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .share{
        padding: 20px 0;
    }
    .share-list{
        justify-content: center;
        width: 100%;
    }
}