/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.text.font_16 {
    font-size: 16px;
}
.media::before {
    background: none;
    display:block;
}
.flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    gap: 5px 5px;
    align-items: end;
    background-color: #0077ff8f;
    padding: 10px 10px;
}
.flex img {
    display: flex;
}
.flex p {
    text-align: center;
     font-size: small;
}

section.consult {
    background-color: #0077FF1A;
}
.consult .row {
    align-items: center;
    display: flex;
}
@media (max-width: 991px) {
    .flex {
        flex-direction: column;
    }
    .consult .row {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.title-block {
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Geologica Roman', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    color: #222428;
}
.consult__text {
    padding-left: 85px;
    position: relative;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.3;
    color: #555560;
    margin-bottom: 15px;
}
.consult .right {
    margin-top: 20px;
}
.effect__items.row {
margin-left: 5%;
margin-right: 5%;
}
}

.grid-list--items-4-from-1200 {
    --items-count: 3;
}