.pagination {
    display: none !important;
}

.kroshki__list li {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.category__item:last-child {
     margin-bottom: 20px !important;
}

.category__item__place {
    font-weight: 700;
}

.news__item_modification:last-child {
     margin-bottom: 20px !important;
}

.index__feedback .arenda__feedback {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.information__stock {
    overflow-x: scroll;
}

.information__stock__item {
    min-width: 303px;
}

.arenda__feedback__form__input {
    display: flex;
    flex-wrap: wrap;
}

.arenda__feedback__form__input .form-group {
    margin-right: 20px;
}

.arenda__feedback__form__input .control-label {
    display: none;
}

.footer__mailing_form .control-label {
    display: none;
}

.arenda__feedback__button #callback-button {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {

    .arenda__feedback__form__input {
        flex-direction: column;
    }

    .arenda__feedback__form__input .form-group {
        margin-right: 0;
    }
}

@media screen and (max-width: 460px) {

    .arenda__feedback__button #callback-button {
        width: 100%;
    }
}

.footerform label {
    display: none;
}