.navigation-hrefs li:not(:nth-child(3)) {
    display: none !important;
}

.footer-navigation-hrefs li:not(:nth-child(3)) {
    display: none !important;
}

.name-href {
    display: none !important;
}

svg path[d="M22.084 0.833252H7.91732C4.00732 0.833252 0.833984 3.99242 0.833984 7.88825V16.3599V17.7766C0.833984 21.6724 4.00732 24.8316 7.91732 24.8316H10.0423C10.4248 24.8316 10.9348 25.0866 11.1757 25.3983L13.3006 28.2174C14.2356 29.4641 15.7656 29.4641 16.7006 28.2174L18.8256 25.3983C19.0948 25.0441 19.5198 24.8316 19.959 24.8316H22.084C25.994 24.8316 29.1673 21.6724 29.1673 17.7766V7.88825C29.1673 3.99242 25.994 0.833252 22.084 0.833252ZM9.33398 14.9999C8.54065 14.9999 7.91732 14.3624 7.91732 13.5833C7.91732 12.8041 8.55482 12.1666 9.33398 12.1666C10.1132 12.1666 10.7506 12.8041 10.7506 13.5833C10.7506 14.3624 10.1273 14.9999 9.33398 14.9999ZM15.0006 14.9999C14.2073 14.9999 13.584 14.3624 13.584 13.5833C13.584 12.8041 14.2215 12.1666 15.0006 12.1666C15.7798 12.1666 16.4173 12.8041 16.4173 13.5833C16.4173 14.3624 15.794 14.9999 15.0006 14.9999ZM20.6673 14.9999C19.874 14.9999 19.2506 14.3624 19.2506 13.5833C19.2506 12.8041 19.8881 12.1666 20.6673 12.1666C21.4465 12.1666 22.084 12.8041 22.084 13.5833C22.084 14.3624 21.4606 14.9999 20.6673 14.9999Z"] {
  display: none;
}

.slogan-bg {
    background-image: url('https://s1.hostingkartinok.com/uploads/images/2025/04/53bb844519104126570600b75a631369.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.slogan-bg img {
    display: none;
}

.slogan-title, .copyright, .made-by, .lang-select {
    display: none !important;
}

.categories-and-servers-container {
    display: flex;
    flex-direction: column;
    gap: -20px;
}

.servers-container {
    order: -1; 
    position: relative;
    top: -28px;
}

.img-product, .values-part-product-img {
    border-radius: 16px !important;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: flex-start;
}

.one-product {
    flex: 1 1 calc(33.333% - 15px); 
    max-width: 320px;
    min-width: 270px;
}

.slogan-info {
    justify-content: space-between;
}