

/* Start:/local/templates/aft/components/bitrix/news.detail/app-page/style.css?17446335081835*/
.item {
    align-items: flex-start;
    border-radius: 30px;
    background: #292929;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    padding: 41px 48px;
}
.item__header {
     align-items: flex-start;
     display: flex;
     justify-content: flex-start;
     margin-bottom: 60px;
 }
.item__icon {
    align-items: center;
    background: #fff;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    width: 82px;
    height: 82px;
    padding: 12px;
}
.item__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.app-icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
}
.item__type {
     font-weight: 400;
     font-size: 1.8rem;
     line-height: 3rem;
     letter-spacing: .6rem;
     text-transform: uppercase;
     opacity: .24;
 }
.item__label {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.4;
    transition: opacity .2s;
    margin-left: 30px;
}
.item__label:first-child {
     margin-left: 0;
}
.item__label:hover {
     opacity: .5;
}
.item__description {
     font-weight: 400;
     font-size: 2.4rem;
     line-height: 1.4;
     opacity: .5;
}
.item__link {
    margin-bottom: 25px;
}
.item__input {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 5px;
}
.item__input input {
    border-bottom-color: #fff;
    color: inherit;
    width: calc(100% - 150px);
}
.item__copy {
    flex-shrink: 0;
}
@media (max-width: 576px) {
    .item {
        width: 100%;
        height: 100%;
        padding: 25px;
    }
    .item__header {
         margin-bottom: 20px;
     }
    .item__icon {
         width: 72px;
         height: 72px;
     }
}

/* End */
/* /local/templates/aft/components/bitrix/news.detail/app-page/style.css?17446335081835 */
