

/* Start:/local/templates/smartdriving/components/bitrix/news.detail/uv-banner/style.css?17670180883010*/
.element--without-margin {
    margin-bottom: 0 !important;
}

.element-uv-icon-list {
    padding: 60px 0;
    display: flex !important;
    justify-content: space-between;
    gap: 40px;
}

.element-uv-icon-list-item {
    max-width: 330px;
    display: grid !important;
    grid-gap: 20px;
    grid-template-columns: 40px auto;
}

.element-uv-icon-list-item-img {
    width: 40px;
    height: 40px;
}

.element-uv-icon-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.element-uv-icon-list-item-text {
    font-size: 20px;
    color: #8E8E8E;
}

html .element__title {
    opacity: 1;
    color: #8E8E8E;
}

.element__title b {
    color: #000;
    font-weight: 400;
}

.element__inner--with-btns .element__img-2 {
    max-height: 350px;
    object-fit: contain;
}

.element__btns-row {
    padding: 20px 0 90px;
}

.element__btns-title-outer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.element__btns-title {
    font-size: 38px;
    color: #8E8E8E;
    text-align: center;
    max-width: fit-content;
    position: relative;
}

.element_banner-link-list {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding-top: 60px;
}

.element_banner-link {
    width: 388px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    display: flex;
    padding: 23px 10px;
    color: #FFFFFF;
    font-size: 20px;
    background: linear-gradient(180deg, #3E94FF 0%, #005CCE 100%);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: .4s opacity;
}

.element_banner-link:hover {
    opacity: .7;
}

.element_banner-link:active {
    opacity: .4;
}

.element__inner--with-btns {
    background-position: 0 40% !important;
}

.element__btns-title img {
    position: absolute;
    top: 21px;
}

.element__btns-title img:nth-child(1) {
    right: calc(100% + 32px);
}

.element__btns-title img:nth-child(2) {
    left: calc(100% + 32px);
}

@media (max-width: 970px) {
    .element-uv-icon-list {
        flex-direction: column;
        padding: 40px 0;
    }

    .element-uv-icon-list-item {
        max-width: 100%;
        min-height: 30px;
        padding-left: 40px;
        position: relative;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .element-uv-icon-list-item-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
    }

    html .element__inner {
        background-position: 0px 30%;
    }

    .element-uv-icon-list-item-text {
        font-size: 16px;
    }

    .element__btns-title img {
        display: none;
    }

    .element_banner-link-list {
        flex-direction: column;
        gap: 21px;
        padding-top: 40px;
    }

    .element__btns-title {
        font-size: 24px;
    }

    .element_banner-link {
        width: 100%;
        font-size: 16px;
    }
    .element__inner--with-btns .element__img-2{
        max-width: 80%;
    }
}
/* End */
/* /local/templates/smartdriving/components/bitrix/news.detail/uv-banner/style.css?17670180883010 */
