

/* Start:/local/templates/aspro-lite/components/infograd/promo/page-konstruktor/style.css?17500560431430*/
.p-konstruktor {
    display: flex;
    flex-direction: column;
    gap:30px;
}

.p-konstruktor__title {
    text-align: center;
}

.p-konstruktor__blocks {
    display: flex;
    gap:30px;
    justify-content: center;
}

.p-konstruktor__block {
    background-position: center center;
    flex-basis: 100%;
}

.p-konstruktor__button {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding: 18px 28px 18px 24px;
}

.p-konstruktor__button:hover .p-konstruktor__button-title span {
    color: #004eca;
}

.p-konstruktor__button-img {
    max-width: 300px;
    height: 200px;
}

.p-konstruktor__button-img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-konstruktor__button p:last-child {
    margin-bottom: 0;
}

.p-konstruktor__button-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.p-konstruktor__button-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.p-konstruktor__button-desc {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .p-konstruktor__button-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .p-konstruktor__blocks {
        flex-direction: column;
    }

    .p-konstruktor__button-title {
        font-size: 18px;
    }
}

/* End */
/* /local/templates/aspro-lite/components/infograd/promo/page-konstruktor/style.css?17500560431430 */
