* {
    margin: 0;
    padding: 0;
}

html {
    background-color: var(--bg-primary, #1b1b1c);
    transition: background-color 0.3s ease;
}

.head2 {
    background-color: var(--bg-header, #1b1b1c);
    padding: 15.5px;
    border-bottom: 1px solid var(--border-primary, rgba(72, 255, 145, 0.3));
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.header2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    gap: 12px;
}
.footer2 {
    background-color: var(--bg-primary, #1b1b1c);
    transition: background-color 0.3s ease;
}
.footer__wrp1-logopack {
    display: flex;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    justify-content: center;
    padding: 41px;
}

.hero__wrapper5 {
    background-color: var(--bg-primary, #1b1b1c);
    padding: 20px;
    transition: background-color 0.3s ease;
}

.hero__block1-blur {
    bottom: -1081px;
    width: 1225px;
}

@media screen and (max-width: 406px) {
    .inp {
        max-width: 150px;
    }
}
@media screen and (max-width: 378px) {
    .inp {
        max-width: 142px;
    }
}
@media screen and (max-width: 366px) {
    .inp {
        max-width: 126px;
    }
}
@media screen and (max-width: 348px) {
    .inp {
        max-width: 118px;
    }
}