.verify-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verify-code__img-block {
    border-radius: 4px;
    background-image: url(../img/load.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20%;
    min-height: 50px;
    min-width: 120px;
    margin-bottom: 5px;
}

.verify-code__img-block img{
    border-radius: 5px;
    cursor: pointer;
}

.login-block .input-group{
    border: 1px solid #760b0b73;
    border-radius: 5px;
}

.login-page main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    max-width: none;
    height: 100%;
    width: 100%;
}


.login-page main {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* main page */

/* карточки вакансий */
.item-block-vacancies .item-block,
.vacancy-item-block {
    border-radius: 20px;
    overflow: hidden;
}


/* footer */

.inf-maz-footer {
    color: #fff;
}

.copyright-text {
    display: flex;
    justify-content: space-between;
    color: #747474;
    gap: 5px;
}

.copyright-text a {
    color: #747474;
    transition: .100s;
}

.site-footer {
    border-radius: 20px 20px 0 0;
}

.site-footer .social-icons  {
    text-align: start;
        display: flex;
        justify-content: end;
    gap: 5px;
    margin-bottom: 20px;
    padding: 0 15px;
}


@media screen and (max-width: 991px) {
    .site-footer .social-icons {
        justify-content: start;
    }
    .copyright-text {
        flex-wrap: wrap ;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 481px) {
    .site-footer .social-icons {
        justify-content: space-around;
    }

}