

/* Start:/bitrix/templates/adhesol/components/adhesol/news.detail/news.adhesol/style.css?176543643813956*/
.content__layout-right {
    width: 444px;
    @media (max-width: 900px) {
        width: 100%;
    }
}


@media (max-width: 900px) {
    .typography_v3 .content__layout {
        flex-direction: column;
    }

    .content__layout .content {
        order: 2;
    }
}

.content__layout .content {
    max-width: 904px;
    overflow: hidden;
}

/**/
.typography_v3__icons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}

.typography_v3__icons span {
    color: var(--color-A7A9AB);
    font-size: 16px;
    font-weight: 500;
}

.typography_v3__icon {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.typography_v3__icon-item {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.typography_v3__icon-item svg {
    width: 30px;
    height: 30px;
    stroke: var(--color-0074BC);
    fill: var(--color-0074BC);
}

.typography_v3__icon-item span {
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
}

.typography_v3__icon-item:hover span {
    color: var(--color-028EE4);
}

/**/


/*typography_v3__lists*/

/*quote*/
.typography_v3__quote {
    padding: 18px 10px;
    border-radius: 10px;
    background-color: var(--color-EFF4F9);
}

.typography_v3__quote p {
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .typography_v3__quote {
        padding: 10px 4px;
        border-radius: 4px;
        font-size: 12px;
    }

    .typography_v3__quote p {
        color: var(--color-3F4B69);
        font-size: 12px;
        font-weight: 400;
    }
}

/*.quote*/

@media (max-width: 768px) {
    .typography_v3__icons {
        flex-wrap: wrap;
        gap: 8px;
    }
}

@media (max-width: 576px) {

    .typography_v3__icon {
        justify-content: space-between;
        gap: 0;
    }

    .typography_v3__icon-item svg {
        width: 14px;
        height: 14px;
    }

    .typography_v3__icons span {
        font-size: 12px;
    }
}

/*.typography_v3*/

.typography_v3__tag {
    position: relative;
}

/*author*/
.content__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.content__author-img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    overflow: hidden;
}

.content__author-img img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.content__author-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content__author-desc {
    color: var(--color-A7A9AB);
}

.content__author-name {
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 500;
}

.ad_eye {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.ad_eye svg {
    width: 16px;
    height: 12px;
    flex-shrink: 0;
    fill: var(--color-A7A9AB);
}

.ad_eye span {
    color: var(--color-A7A9AB);
}

@media (max-width: 768px) {
    .content__layout-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .content__author-img {
        width: 50px;
        height: 50px;
    }

    .content__author-img img {
        width: 50px;
        height: 50px;
    }

    .content__author-info {
        gap: 4px;
    }

    .content__author-desc {
        font-size: 12px;
    }

    .content__author-name {
        font-size: 12px;
    }
}

/*.author*/
/*download*/
.typography_v3__download {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid var(--color-0074BC);
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;

    svg {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        fill: var(--color-0074BC);
        transition: fill .3s;

        @media (max-width: 576px) {
            width: 14px;
            height: 14px;
        }
    }

    span {
        color: var(--color-3F4B69);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        transition: color .3s;

        @media (max-width: 576px) {
            font-size: 12px;
        }
    }

    &:hover svg {
        fill: var(--color-028EE4);
    }

    &:hover span {
        color: var(--color-028EE4);
    }

    @media (max-width: 576px) {
        padding: 6px;
        border-radius: 4px;
    }
}

/*.download*/

.typography_v3__data {
    color: var(--color-A7A9AB);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;

    @media (max-width: 576px) {
        font-size: 12px;
    }
}


.typography_v3__border {
    width: 100%;
    height: 1px;
    background-color: var(--color-A7A9AB);
    margin-bottom: 20px;
}

/*score*/
.typography_v3__score {
    display: flex;
    align-items: center;
    gap: 20px;


    span {
        color: var(--color-3F4B69);
        font-size: 16px;
        font-weight: 500;
    }

    @media (max-width: 576px) {
        font-size: 12px;
    }
}


.typography_v3__score-icon {
    display: flex;
    align-items: center;
    gap: 4px;

    svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        fill: var(--color-0074BC);
        cursor: pointer;
    }
}

/*.score*/
/*score_v2*/
.typography_v3__score_v2 {
    justify-content: center;

    span {
        color: var(--color-3F4B69);
        font-size: 20px;
        font-weight: 800;
        line-height: 30px; /* 150% */
    }
}


.typography_v3__score-icon {
    display: flex;
    align-items: center;
    gap: 4px;

    svg {
        width: 20px;
        height: 20px;
        fill: var(--color-0074BC);
        cursor: pointer;
    }
}

/*.score_v2*/


/*typography_v3__lists_v2*/
.typography_v3__lists_v2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 77px;
}

.typography_v3__list_v2 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc((100% - 77px) / 2 * 1);
}

.typography_v3__list_v2 span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-C9CACC);
    font-size: 120px;
    font-weight: 500;
    background-color: var(--color-white);
    font-style: normal;
    line-height: 52px;
    display: flex;
    width: 54px;
    height: 72px;
    flex-direction: column;
    justify-content: center;
    -webkit-text-stroke: 1px var(--color-C9CACC);
    color: white;
}

.typography_v3__list_v2-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.typography_v3__list_v2-name {
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 700;
}

.typography_v3__list_v2-text {
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 576px) {
    .typography_v3__list_v2 {
        width: 100%;
    }

    .typography_v3__list_v2 span {
        font-size: 64px;
    }

    .typography_v3__list_v2-name {
        font-size: 12px;
    }

    .typography_v3__list_v2-text {
        font-size: 12px;
        font-weight: 400;
    }
}

/*.typography_v3__lists_v2*/


/*typography_v3__tags*/
.typography_v3__tags {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.typography_v3__tag {
    color: var(--color-0074BC);
    transition: .3s;
}

.typography_v3__tag:hover {
    color: var(--color-028EE4);
}

@media (max-width: 576px) {
    .typography_v3__tags {
        gap: 10px;
    }

    .typography_v3__tag {
        font-size: 12px;
    }
}

/*.typography_v3__tags*/

/*comments*/
.typography_v3__comments-content {
    display: flex;
    gap: 20px;

}

.typography_v3__comments-content .content__author {
    align-items: center;
}

.typography_v3__comments-content .content__author-img {
    width: 68px;
    height: 68px;
}

.typography_v3__comments-content .content__author-img img {
    width: 68px;
    height: 68px;
}

.typography_v3__comments-form {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid var(--color-C9CACC);
}

.typography_v3__comments-form .form-group {
    width: 100%;
}

textarea {
    resize: vertical;
}

input[type="text"], textarea {
    width: 100%;
    border: none;
}

.typography_v3__btn {
    background-color: var(--color-0074BC);
    border-radius: 10px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    border: none;
}

.typography_v3__btn:hover {
    background-color: var(--color-028EE4);
}

@media (max-width: 576px) {
    .typography_v3__comments-form {
        flex-direction: column;
        min-height: 170px;
    }


    .typography_v3__comments-form .form-group {
        font-size: 12px;
    }

    .typography_v3__comments-form textarea {
        min-height: 130px;
        border-radius: 4px;
        border: 1px solid var(--color-C9CACC);
        padding: 5px;
    }

    .typography_v3__btn {
        font-size: 12px;
        padding: 6px;
        max-width: 160px;
        border-radius: 4px;
    }
}

@media (max-width: 576px) {
    .typography_v3__comments-content {
        justify-content: space-between;
    }

    .typography_v3__comments-content .typography_v3__info {
        align-content: center;
        justify-content: center;
        width: 65%;
    }

    .typography_v3__comments-content .content__author-img {
        width: 50px;
        height: 50px;
    }

    .typography_v3__comments-content .content__author-img img {
        width: 50px;
        height: 50px;
    }
}

/*.comments*/

/*typography_v3__other-article*/
.typography_v3__other-article-lists {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.typography_v3__other-article-list {
    width: calc((100% - 20px) / 2 * 1);
    padding: 26px 20px;
    border-radius: 10px;
    border: 1px solid var(--color-8D8FA1);
    gap: 20px;
    position: relative;
    transition: border .3s;
    display: flex;
    flex-direction: column;

    &:hover {
        border: 1px solid var(--color-028EE4);
    }
}

.typography_v3__other-article-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.typography_v3__other-article-name {
    position: relative;
    color: var(--color-3F4B69);
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    margin-bottom: 20px;

    span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.typography_v3__other-article-list:hover .typography_v3__other-article-name {
    color: var(--color-028EE4);
}

.typography_v3__other-article-list .typography_v3__tags {
    justify-content: flex-start;
    gap: 8px;
}

.typography_v3__other-article-list .typography_v3__tag {
    color: var(--color-A7A9AB);
    transition: .3s;
}

.typography_v3__other-article-list .typography_v3__tag:hover {
    color: var(--color-028EE4);
}

.typography_v3__other-article-list-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
}

.typography_v3__calendar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.typography_v3__calendar svg {
    width: 16px;
    height: 16px;
    fill: var(--color-A7A9AB);
}

.typography_v3__calendar span {
    color: var(--color-A7A9AB);;
}

@media (max-width: 576px) {
    .typography_v3__other-article-lists {
        gap: 10px;
    }

    .typography_v3__other-article-list {
        width: 100%;
        padding: 16px 8px;
        gap: 0;
    }

    .typography_v3__calendar span {
        font-size: 12px;
    }
}

/*.typography_v3__other-article*/

/*callout*/
.callout {
    background-color: var(--color-EFF4F9);
    border-radius: 10px;
    padding: 65px 20px;
    position: relative;
    max-width: 520px;
}

.callout svg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    fill: var(--color-C9CACC);
    cursor: pointer;
}

.callout__name {
    color: var(--color-3F4B69);
    font-size: 20px;
    font-weight: 800;
    line-height: 30px; /* 150% */
    max-width: 401px;
    margin: 0 auto;
}

.callout .typography_v3__btn {
    margin: 0 auto;
    max-width: 401px;
}

@media (max-width: 576px) {
    .callout {
        display: none;
    }
}

/*.callout*/

/*typography_v3__list_v3*/
.typography_v3__list_v3 li {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.typography_v3__list_v3 li:before {
    border-radius: 3px;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 5px;
    width: 5px;
    left: 5px;
    top: 12px;
    position: absolute;
    transform: rotate(0);

    background-color: var(--color-3F4B69);
}

.typography_v3__list_v3 li > span {
    font-weight: 700;
    display: contents;
}

/*.typography_v3__list_v3*/
.content__layout-right-content {
    background-color: var(--color-EFF4F9);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    a {
        color: var(--color-3F4B69);
        font-size: 16px;
        font-weight: 400;
    }

    ul {
        display: flex;
        flex-direction: column;
        gap: 14px;

        li {
            display: flex;
            align-items: center;
            gap: 6px;

            &:before {
                content: '';
                width: 5px;
                height: 5px;
                flex-shrink: 0;
                display: block;
                border-radius: 50%;
                background-color: var(--color-0074BC);
            }
        }
    }
}






/* End */
/* /bitrix/templates/adhesol/components/adhesol/news.detail/news.adhesol/style.css?176543643813956 */
