.no-route {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 8vw, 60px) 0;
}

.no-route > * {
    margin: 0;
}


.no-route__promocode[href] {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 0.05em;
    width: min-content;
    white-space: nowrap;
    text-transform: uppercase;
}
.no-route__promocode[href]:hover {    
    background: #ef7d05;
    color: #fff;
}
.no-route__promocode[href]::after {
    display: none;
}

@media (min-width: 1024px) {
    .no-route__description {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}