#modules .button-product {
    margin: 10px auto 0;
    margin-bottom: 0 !important;
}
#modules.product .product-container .block .item .img {
    background: unset  !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 150px;
    object-fit: contain;
	cursor:pointer;
	object-position: left;
}

#modules.product .product-container .block .item .description {
    justify-content: space-between;
    height: 100%;
}
#modules  .description__block{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 90%;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


@media (max-width: 1024px) {
    .hero__description .partner {
        border-top: unset;
        flex-direction: column;
        margin: 0 auto;
        gap: 15px;
    }
}
