.search__box.search__box_distil {
    width: 820px;
}
@media (max-width: 821px) {
    .search__box.search__box_distil {
        width: calc(100% - 20px); } }
@media (max-width: 580px) {
    .search__box.search__box_distil {
        width: 100%; }
}

.distil_header {
    margin-bottom: 10px;
}

.distil_header h3 {
    font-size: 18px;
    font-weight: 700;
}

.distil_content {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}
.distil_content a.domain {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.distil_content_block {
    display: block;
    margin: 0 0px 10px 0;
}

.distil_content_block_offset {
    margin: 0 0px 10px 30px;
}
