/* Деталка статьи */

/* ui */
.section{
    margin-bottom: 32px;
}
.section:last-child{
    margin-bottom: 0;
}
h1.title-h1{
    font-family: 'Fira Sans Medium';
    font-size: 30px;
    line-height: 36px;
    color: #585858;
    margin-bottom: 24px;
    text-indent: 0;
}
.title-h2{
    font-family: 'Fira Sans Medium';
    font-size: 24px;
    line-height: 28px;
    color: #585858;
    margin-bottom: 16px;
    text-indent: 0;
}
.inner .typography h2.title-h2{
    font-family: 'Fira Sans Medium';
    font-size: 24px;
    line-height: 28px;
    color: #585858 !important;
    margin-bottom: 16px;
    text-indent: 0;
}
.title-h3{
    font-family: 'Fira Sans Medium';
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px;
}
.inner .typography ul {
    list-style: disc;
    margin-left: 18px;
}
.fw-500{
    font-family: 'Fira Sans Medium';
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-24 {
    margin-bottom: 24px;
}
.box{
    background-color: #fff;
    padding: 32px;
    border: 1px solid #EBEBEB;
}
.link-arrow{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6a2a3c;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    transition: color .3s;
}
.link-arrow:hover {
    color: #000;
}
.link-arrow svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.text-with-ico {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    line-height: 18px;
    color: #585858;
}
.text-with-ico svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
/* */

/* Типография */
.typography {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.typography p,
.typography ol,
.typography ul{
    margin-bottom: 24px;
}
.typography p, .inner .typography p{
    text-indent: 0;
}
.typography ul {
    list-style: inside;
}
.typography img {
    max-width: 100%;
    vertical-align: top;
    object-fit: cover;
}

.img-banner{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.img-float-left {
    max-width: 100%;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
    object-fit: cover;
}

.nav-typography{
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.nav-typography .link-arrow{
    font-size: 15px;
}
.table {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.table th {
    font-family: 'Fira Sans Medium';
    font-weight: normal;
    text-align: left;
    background-color: #F8F6F7;
}
.table th,
.table td{
    padding: 8px;
    border: solid 1px #C3C3C3;
}
/* */

/* шаблон */
.layout{
    display: flex;
}
.side-layout{
    flex-shrink: 0;
    width: 360px;
    margin-right: 24px;
    color: #333333;
}
.side-layout__sticky{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 85px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 85px);
}
.side-layout__sticky .box{
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
}
.content-layout{
    flex: 1 1 auto;
    width: 100%;
    color: #333333;
}
.links-side {
    overflow-x: hidden;
    overflow-y: auto;
}
.links-side__title{
    font-family: 'Fira Sans Medium';
    line-height: 20px;
}
.links-side__row{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.links-side__row a {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-decoration: none;
    transition: color .3s;
}
.links-side__row a:hover{
    color: #000;
}
/* */
/* Другие статьи */
.articles__row,
.articles-more__row{
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.articles__col {
    width: 25%;
}
.articles-more__col{
    width: 33.333%;
}
.articles__col,
.articles-more__col{
    padding: 12px;
}
.card-article{
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333333;
}
.card-article__img{
    display: block;
    position: relative;
    margin-bottom: 16px;
}
.card-article__img:before{
    content: '';
    display: block;
    padding-bottom: calc(180/240*100%);
}
.card-article__img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-article__body{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.card-article__text{
    flex: 1 1 auto;
    margin-bottom: 16px;
}
.card-article__title{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Fira Sans Medium';
    margin-bottom: 8px;
    color: #585858;
    text-decoration: none;
    transition: color .3s;
}
.card-article__title:hover{
    color: #000;
}
.card-article__description{
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}
.card-article__info{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.card-article__info-row{
    display: flex;
    gap: 8px;
}
.card-article__info-row--big{
    gap: 24px;
    margin-bottom: 24px;
}
.card-article__info-row--big .text-with-ico {
    gap: 8px;
}
/* */
.text-with-ico.article-item-like svg path {
    transition: fill .3s;
}
.text-with-ico.article-item-like .active svg path,
.text-with-ico.article-item-like svg path:hover{
    fill: #44061C;
}

.content-layout .form-review{
	margin: 20px 0 0;
	padding:20px;
	border: 1px solid #EBEBEB;
    background: #fff;
}
/*.form-review form article{
	font-size:14px;
	color:#777373;
	font-weight:600;
	margin-right:17px;
	float: left;
	margin-top: 6px;
}
.form-review form .input{
    margin-bottom:23px;
}
.form-review form .input input{
    width:212px;
    height:31px;
    border:1px solid #d1d1d1;
    font-size:14px;
    color:#959595;
    line-height:29px;
    padding-left:8px;
    margin-right:19px;
    outline:none
}
.form-review form textarea{
    display:inline-block;
    vertical-align:bottom;
    width:685px;
    height:85px;
    border:1px solid #d1d1d1;
    font-size:14px;
    color:#959595;
    padding:12px 8px;
    resize:none;
    outline:none
}
.form-review h5{
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: italic;
}*/
.content-layout .form-review form button{
    display:inline-block;
    vertical-align:bottom;
    width:155px;
    height:34px;
    margin-left:0;
    background:#6a2a3c;
    font-size:14px;
    color:#fff;
    line-height:34px;
    border:none;
    text-transform:uppercase;
    cursor:pointer;
    outline:none
}
