/*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; }*/<br>
 <br>
 <br>
 /* === Блок с тремя баннерами (Оснащаем школы и вузы…) === */<br>
 <br>
 /* 1. Контейнер из трёх карточек — делаем компактным */<br>
 .item-views.float_banners2 .items .row {<br>
 &nbsp; &nbsp; display: flex !important;<br>
 &nbsp; &nbsp; justify-content: center !important;<br>
 &nbsp; &nbsp; flex-wrap: nowrap !important;<br>
 &nbsp; &nbsp; gap: 20px !important; /* расстояние между карточками, можно 10 */<br>
 }<br>
 <br>
 /* 2. Колонки — строго под ширину карточки, а не 33% */<br>
 .item-views.float_banners2 .items .col-md-4 {<br>
 &nbsp; &nbsp; flex: 0 0 254px !important;<br>
 &nbsp; &nbsp; max-width: 254px !important;<br>
 &nbsp; &nbsp; padding: 0 !important;<br>
 }<br>
 <br>
 /* 3. Карточка — вертикальная и центрированная */<br>
 .item-views.float_banners2 .item {<br>
 &nbsp; &nbsp; width: 254px !important;<br>
 &nbsp; &nbsp; display: flex !important;<br>
 &nbsp; &nbsp; flex-direction: column !important;<br>
 &nbsp; &nbsp; align-items: center !important;<br>
 }<br>
 <br>
 /* 4. Картинка ровно 254×333 */<br>
 .item-views.float_banners2 .image .img_inner {<br>
 &nbsp; &nbsp; width: 254px !important;<br>
 &nbsp; &nbsp; height: 333px !important;<br>
 }<br>
 <br>
 .item-views.float_banners2 .image .img_inner .set-position {<br>
 &nbsp; &nbsp; width: 100% !important;<br>
 &nbsp; &nbsp; height: 100% !important;<br>
 &nbsp; &nbsp; background-size: cover !important;<br>
 &nbsp; &nbsp; background-position: center !important;<br>
 }<br>
 <br>
 /* 5. Текст — строго под картинкой, ровно по центру */<br>
 .item-views.float_banners2 .inner-text {<br>
 &nbsp; &nbsp; width: 100% !important;<br>
 &nbsp; &nbsp; display: block !important;<br>
 &nbsp; &nbsp; margin-top: 15px !important;<br>
 &nbsp; &nbsp; text-align: center !important;<br>
 }<br>
 <br>
 .item-views.float_banners2 .inner-text .title-inner,<br>
 .item-views.float_banners2 .inner-text .title.font_mlg {<br>
 &nbsp; &nbsp; width: 100% !important;<br>
 &nbsp; &nbsp; display: block !important;<br>
 &nbsp; &nbsp; text-align: center !important;<br>
 &nbsp; &nbsp; max-width: 254px !important; /* чтобы текст не выходил шире картинки */<br>
 &nbsp; &nbsp; margin: 0 auto !important;<br>
 }<br>
 <br>
 /* 6. Отключаем flex внутри .inner-text полностью (это ключевой момент!) */<br>
 .item-views.float_banners2 .inner-text.flexbox {<br>
 &nbsp; &nbsp; display: block !important;<br>
 &nbsp; &nbsp; width: 100% !important;<br>
 }<br>
 <br>
 /* 7. Отключаем flex и у родительского контейнера текста */<br>
 .item-views.float_banners2 .title-inner.flexbox {<br>
 &nbsp; &nbsp; display: block !important;<br>
 &nbsp; &nbsp; width: 100% !important;<br>
 }<br>
 <br>
 <br>
 <br>
 <br>
 <br>
 .logo_and_menu-row .phone a {<br>
 &nbsp; &nbsp; font-size: 26px !important;<br>
 &nbsp; &nbsp; font-weight: 700;<br>
 }<br>
 <br>
 <br>
 <br>