input.error-field{
    border: 1px solid #ff0000;
}

.error-field span{
    color: #ff0000 !important;
}

.action-card__img {
    height: 288px;
    object-fit: contain;
    object-position: bottom right;
}
.news-card__content {
    width: 100%;
}
img {
    width: 100%;
}
.warning__img {
    width: 84px;
    flex-shrink: 0;
}

.fixed-block > section {
    position: relative;
}

@media (max-width: 576px){
    .action-card__img {
        height: 120px;
    }
}

.share {
    position: relative;
}
.share__tolltip-wrp {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    padding-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}
.share__tolltip {
    border: 1px solid #ffffff38;
    padding: 4px;
    background: #FFFFFF0A;
    backdrop-filter: blur(24px)
}
.social.__sm {
    gap: 4px;
}
.social.__sm .social__link {
    width: 36px;
    height: 36px;
}
.social.__sm .social__link img {
    width: 22px;
    height: 22px;
}
.share:hover .share__tolltip-wrp {
    opacity: 1;
    pointer-events: all;
}

.error-page {
    padding: 160px 0 144px;
}
.error-page__wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.error-page__img {
    max-width: 388px;
    width: 100%;
    margin-bottom: 40px;
    display: block;
}
.link-dashed {
    border-bottom: 1px dashed #FFFFFF3D;
}

@media (max-width: 576px){
    .share__icon {
        display: none;
    }
    .share__tolltip-wrp {
        position: static;
        transform: translate(0);
        opacity: 1;
        margin-right: 8px;
    }
    .error-page {
        padding: 60px 0 44px;
    }
}