.error ~ .line {
    margin-bottom: 106px;
}

@media (max-width: 680px) {
    .error ~ .line {
        margin-bottom: 115px;
    }
}

.error__inner {
    max-width: 1200px;
    margin-top: 50px;
    margin-bottom: 259px;
}

@media (max-width: 680px) {
    .error__inner {
        margin-bottom: 140px !important;
    }
}

.error__title {
    font-family: "RuteniaAkcidenta";
    font-style: normal;
    font-weight: 400;
    font-size: 180px;
    line-height: 1;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

@media (max-width: 680px) {
    .error__title {
        font-size: 140px;
        margin-bottom: 34px;
    }
}

.error__description {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #1e0f00;
}

@media (min-width: 681px) {
    .error__description br {
        display: none;
    }
}

.error-page .breadcrumbs {
    padding: 39px 0 59px;
}

@media (max-width: 680px) {
    .error-page .breadcrumbs {
        padding: 30px 0 33px;
    }
}

.error-page .breadcrumbs__inner {
    padding: 0 20px;
}

.error-page .breadcrumbs__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page .breadcrumbs__item {
    position: relative;
    padding-left: 28px;
    margin-left: 20px;
}

@media (max-width: 680px) {
    .error-page .breadcrumbs__item {
        padding-left: 20px;
        margin-left: 15px;
    }
}

@media (max-width: 370px) {
    .error-page .breadcrumbs__item {
        padding-left: 15px;
        margin-left: 10px;
    }
}

.error-page .breadcrumbs__item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    width: 8px;
    height: 12px;
    background-image: url("../static/icons/bread-arrow-right-grey.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.error-page .breadcrumbs__item.active .breadcrumbs__link {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    text-transform: capitalize;
    color: #1e0f00;
}

.error-page .breadcrumbs__item.active + .breadcrumbs__item:before {
    background-image: url("../static/icons/bread-arrow-right-new.svg");
}

.error-page .breadcrumbs__item:first-child {
    padding-left: 0;
    margin-left: 0;
}

.error-page .breadcrumbs__item:first-child:before {
    display: none;
}

.error-page .breadcrumbs__item:hover a {
    color: #000;
}

.error-page .breadcrumbs__item.last-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    text-transform: unset;
}

@media (max-width: 800px) {
    .error-page .breadcrumbs__item.last-item {
        display: none;
    }
}

.error-page .breadcrumbs__item.last-item:before {
    display: none;
}

.error-page .breadcrumbs__item.last-item .breadcrumbs__link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page .breadcrumbs__item.last-item .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

.error-page .breadcrumbs__item.last-item .ico svg {
    transition: 0.2s;
}

.error-page .breadcrumbs__item.last-item .ico svg * {
    transition: 0.2s;
}

.error-page .breadcrumbs__item.last-item .txt {
    transition: 0.2s;
}

.error-page .breadcrumbs__item.last-item:hover .ico svg * {
    stroke: #000;
}

.error-page .breadcrumbs__item.last-item:hover .txt {
    color: #000;
}

.error-page .breadcrumbs__link {
    font-family: "AvenirNext";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #808080;
    transition: 0.2s;
}

@media (max-width: 370px) {
    .error-page .breadcrumbs__link {
        font-size: 12px;
    }
}