/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author Goryachev Nikolay <nikol73333333@yandex.ru>
 * @copyright 2021-2022 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/
.ngmbl-title {
  display: inline-block;
  /*font-family: 'Gotham Pro', serif;*/
  font-weight: 600;
  font-size: 23px;
  color: #000000;
  line-height: 1.4; }

.ngmbl-desc-description {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 16px;
  color: #000000; }

.ngmbl-description {
  font-size: 15px;
  margin-top: 10px; }

.ngmbl-description > p {
  font-size: inherit;
  margin-bottom: 0; }

.ngmbl-header-block {
  padding-top: 10px;
  font-weight: 600;
  font-size: 1.9em;
  color: #000000;
  margin-bottom: 35px;
  line-height: 1.4; }

.ngmbl-block-list-banners {
  margin-top: 35px;
  margin-bottom: 90px; }

.ngmbl-block {
  padding-top: 40px;
  padding-bottom: 15px; }

.ngmbl-list-banners {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.ngmbl-list-banners_item {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 20%;
  flex: auto;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 30px; }

.ngmbl-list-banners_item:nth-child(1) {
  max-width: 17.66667%; }

.ngmbl-list-banners_item:nth-child(2) {
  max-width: 21.66667%; }

.ngmbl-list-banners_item:nth-child(3) {
  max-width: 24%; }

.ngmbl-list-banners_item:nth-child(4) {
  max-width: 16.66667%; }

.ngmbl-list-banners_item:nth-child(5) {
  max-width: 19.66667%; }

.ngmbl-list-banners_item-box-a {
  display: inline-block;
  width: 100%; }

.ngmbl-list-banners_item-box {
  width: 100%;
  font-family: 'Gotham Pro', serif;
  max-width: 100%;
  margin: 0 auto; }

.ngmbl-list-banners_image {
  margin-bottom: 19px;
  max-width: 33px; }

.ngmbl-list-banners_img {
  max-height: 80px; }

.ngmbl-list-banners_title {
  width: 100%;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  font-size: 13px;
  text-align: left; }

a.ngmbl-list-banners_title:not(:hover) {
  color: #000000; }

.ngmbl-list-banners_short-description {
  margin-top: 10px;
  font-size: 14px; }

.ngmbl-list-banners_description {
  margin-top: 10px;
  font-size: 14px; }

.ngmbl-list-banners_description > p {
  font-size: inherit; }

@media (max-width: 992px) {
  .ngmbl-block-list-banners {
    margin-top: 0;
    margin-bottom: 50px; }

  .ngmbl-block {
    padding-top: 35px;
    border-radius: 16px; }

  .ngmbl-list-banners_item {
    width: 50%;
    margin-bottom: 50px; }

  .ngmbl-list-banners_item:nth-child(1) {
    max-width: 23.66667%; }

  .ngmbl-list-banners_item:nth-child(2) {
    max-width: 27.66667%; }

  .ngmbl-list-banners_item:nth-child(3) {
    max-width: 35%; }

  .ngmbl-list-banners_item:nth-child(4) {
    max-width: 23.66667%; }

  .ngmbl-list-banners_item:nth-child(5) {
    max-width: 28.66667%; }

  .ngmbl-list-banners_title {
    font-size: 14px; }

  body#product .ngmbl-block-list-banners {
    margin-bottom: 65px; } }
@media (max-width: 768px) {
  .ngmbl-list-banners_item:nth-child(1) {
    max-width: 50%; }

  .ngmbl-list-banners_item:nth-child(2) {
    max-width: 50%; }

  .ngmbl-list-banners_item:nth-child(3) {
    max-width: 50%; }

  .ngmbl-list-banners_item:nth-child(4) {
    max-width: 50%; }

  .ngmbl-list-banners_item:nth-child(5) {
    max-width: 50%; } }

/*# sourceMappingURL=front.css.map */
