a.our-guarantees-card:hover {
    color: rgb(20, 20, 20);
}

.certs__cards.all-gost {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    row-gap: 36px;
}

.certs__cards.all-other {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    row-gap: 36px;
}

.not_found__container {
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    padding: 44px 16px 20px;
}

.not_found__container h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    margin: 80px 0 50px;
}

.not_found__container h3 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px;
}

.not_found__container ul {
    margin: 5px 0 0 35px;
    list-style-type: disc;
}

.not_found__container ul li a {
    font-weight: 700;
}

@media (width >= 960px) {
    .not_found__container {
        padding: 40px 32px;
    }
}

@media (width >= 1200px) {
    .not_found__container {
        padding: 60px 64px;
    }
}

.card__img {
    width: fit-content;
}

@media (width >= 960px) {
    .card__img {
        width: fit-content;
        height: 41%;
    }
}

.input-wrapper, .input-wrapper-form {
    position:relative;
}

.input-wrapper::before {
    content: "·";
    position: absolute;
    top: 18px;
    left: -14px;
    transform: translateY(-50%);
    color: red;
    pointer-events: none;
    font-size: 36px;
}

.input-wrapper-form::before {
    content: "·";
    position: absolute;
    top: 8px;
    left: -10px;
    transform: translateY(-50%);
    color: red;
    pointer-events: none;
    font-size: 32px;
}
