.docs .docs__context ul {
    width: calc(100% - 20px);
    gap: 10px;
}

.docs .docs__context ul li a {
    width: 100%;
}

@media(max-width: 410px) {
    .docs .docs__context ul {
        grid-template-columns: repeat(1,1fr);
    }
}



.footer .footer__container .footer__text {
    grid-area: cp;
    border-top: 1px solid #004743;
    font-family: Gilroy-Thin;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .05em;
    text-align: center;
    color: #004743;
    padding: 14px 0;
}


.input-error {
    border-bottom: 1px solid red;
}


.start-of-sales .start-of-sales__container form input {
    color: #fffefd !important;
}