.ps-catalog-empty {
    font-size: 26px;
}

.map-ad-head a.close  {
    display: inline-block;
}

.card-elem.go-to-new-card-slide {
    padding: 16px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 360px;
    max-width: 100%;
}

.go-to-new-card-slide.card-elem:hover {
    box-shadow: none;
}

.go-to-new-card {
    height: 100%;
    display: flex;
    padding: 130px 23px 37px 23px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60.43px;
    background: linear-gradient(103deg, #1385E6 -31.27%, #00C2F0 46.39%, #2CEEB8 125.39%);
    border-radius: 4px;
}

.go-to-new-card:hover {
    box-shadow: -6px -6px 20px rgba(0, 0, 0, 0.08), 6px 6px 20px rgba(0, 0, 0, 0.08);
}

.go-to-new-card-message {
    color: var(--black-wait-white, var(--color-main-white, #FFF));
    text-align: center;
    font-size: 30.251px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; /* 119.006% */
}

.go-to-new-card-message > div:first-child {
    margin-bottom: 8px;
    font-size: 72px;
    line-height: 52px;
}

.go-to-new-card-button-wrap {
    width: 100%;
    margin-top: auto;
    text-align: center;
}

.go-to-new-card-button-wrap .go-to-new-card-button {
    display: block;
    width: 100%;
    padding: 8px 18px 10px 18px;
    background: var(--accent-accent-orange, #DE7021);
    color: #FFF;
    font-size: 22px;
    border-radius: 8px;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.08), -6px -6px 20px 0px rgba(0, 0, 0, 0.08);
}

.go-to-new-filler {
    height: 148px;
}