.uForm__success p {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 0;
    color: #4b4d53;
}

.pop-up__close {
    border: 2px solid #f7731e;
}

.pop-up__close::after, 
.pop-up__close::before {
    height: 2px;
}

.catalog .catalog-item__img-wrapper img {
    width: 100%;
}
.catalog .catalog-item__img-wrapper {
    max-width: 320px;
    max-height: 320px;
    height: 100%;
}

@media (max-width: 1440px) {
    .catalog .catalog-item__img-wrapper {
        max-width: 240px;
        max-height: 240px;
    }
}

@media (max-width: 1280px) {
    .catalog .catalog-item__img-wrapper {
        max-width: 200px;
        max-height: 200px;
    }
}

@media (max-width: 1024px) {
    .catalog .catalog-item__img-wrapper {
        max-width: 320px;
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    .catalog .catalog-item__img-wrapper {
        max-width: 240px;
        max-height: 240px;
    }
}

@media (max-width: 540px) {
    .catalog .catalog-item__img-wrapper {
        max-width: 140px;
        max-height: 140px;
    }
}