

/* Start:/local/templates/main/components/bitrix/news/blog/style.css?1745241863524*/
.project-top {
    padding-top: 94px;
}

.project-top h1 {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 50px;
}

/**/
.project {
    overflow: hidden;
}

.project-head {
    border-bottom: 1px solid #3C3E47;
    padding-bottom: 24px;
}

.project-head h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.project-head__sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #989CAE;
    margin-top: 8px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?1732283412627*/
.breadcrumb {
    padding-top: 12px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #989CAE;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
    color: #fff;
}

.breadcrumb__item--link:after {
    content: '/';
    position: absolute;
    right: 6px;
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/blog/style.css?17597822403362*/
.blog-detail {
    margin-top: 60px;
    overflow: hidden;

    & h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

.blog-detail__img {
    overflow: hidden;
    width: 100%;
    /*height: 260px;*/
    margin-bottom: 30px;
}

.blog-detail__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-text {
    /*color: var(--main-color-gray);*/
}

.blog-detail-text p {
    margin-bottom: 12px;
}

.blog-detail-text h2 {
    margin-bottom: 12px;
}

.blog-detail-text h3 {
    margin-bottom: 12px;
}

.table-wrap {
    overflow-x: auto;
    width: 100%;
}

.blog-detail-text table {
    margin-bottom: 12px;
}


.blog-detail__tg {
    display: flex;
    flex-wrap: wrap;
}

.blog-tg__title {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #989CAE;
    margin-bottom: 12px;
}

.btn.btn-tg {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    max-width: 323px;
    margin-bottom: 18px;
    margin-right: 8px;

    & svg {
        margin-left: 5px;
    }
}

.blog-detail-text ol,
.blog-detail-text ul {
    margin: 20px 0 20px 20px;
}

.blog-detail-text ol li {
    list-style: initial;
}

.blog-detail-text ul li {
    list-style: auto;
}

.blog-detail-text td,
.blog-detail-text th {
    padding: 5px;
}

@media (max-width: 991px) {
    .blog-detail-text td,
    .blog-detail-text th {
        padding: 4px;
        font-size: 0.8em;
        line-height: 1.2em;
    }
}

/** blog-detail-ocenka **/
.blog-detail-ocenka {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-detail-ocenka__title {
    font-size: 26px;
    color: #A1A5B4;
    margin-bottom: 18px;
}

.blog-detail-ocenka-item {
    background-color: #313440;
    border-radius: 8px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #A1A5B4;
    font-size: 18px;
    line-height: 20px;
    padding: 8px;
    box-sizing: border-box;
}

.blog-detail-ocenka-item b {
    color: #fff;
}

.blog-detail-ocenka-item div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-buttons {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    background: #181A20;
}

.toggle-buttons input[type="radio"] {
    display: none;
}

.toggle-buttons label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    font-size: 24px;
    transition: background 0.3s;
    width: 300px;
    box-sizing: border-box;
}

.toggle-buttons .like {
    border-right: 1px solid #fff;
}

.toggle-buttons .dislike {
    background: #181A20;
    border-left: 1px solid #fff;
}

.toggle-buttons input[type="radio"]:checked + label {
    background: #26a69a;
}

.toggle-buttons input#like:checked ~ .dislike {
    background: #181A20;
}

.toggle-buttons input#dislike:checked ~ .like {
    background: #26a69a;
}

@media (max-width: 1023px) {
    .blog-detail-ocenka-item {
        height: 100%;
        flex-direction: column;
    }

    .blog-detail-ocenka-item div {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .blog-detail-ocenka__inputs {
        width: 100%;
    }

    .toggle-buttons {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/blog/style.css?1745241863524 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?1732283412627 */
/* /local/templates/main/components/bitrix/news.detail/blog/style.css?17597822403362 */
