/**
 * 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-2024 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/
.ngml-page-title {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 24px;
  color: #232323;
  line-height: 1.2;
}

.ngml-page-manufacturer_container {
  padding-top: 30px;
}

.ngml-page-manufacturer_image {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.ngml-page-manufacturer_item {
  display: flex;
  flex-wrap: wrap;
  width: 16.66667%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.ngml-page-manufacturer_box {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-between;
}

.ngml-page-manufacturer_img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.ngml-page-manufacturer_info {
  display: block;
  text-align: center;
  font-size: 16px;
}

.ngml-page-manufacturer_name {
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}

.ngml-page-manufacturer_name:not(:hover) {
  color: inherit;
}

.ngml-page-manufacturer_count-products {
  width: 100%;
  display: inline-block;
}

.ngml-page-manufacturer_count-products:not(:hover) {
  color: inherit;
}

.ngml-page-manufacturer_short-description {
  margin-bottom: 15px;
}

.ngml-page-manufacturer_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: calc(100% + 10px);
  margin-left: -5px;
  padding-left: 0;
}

.ngml-page-manufacturer_groups {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 17px;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px;
}

.ngml-page-manufacturer_group {
  display: inline-flex;
  min-width: 20px;
  min-height: 20px;
  background: #f6f6f6;
  margin: 0 10px 10px 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.ngml-page-manufacturer_group-name {
  display: inline-block;
  font-size: 14px;
  color: #000;
  vertical-align: middle;
  line-height: 20px;
}

.ngml-page-manufacturer_lines-groups {
  margin-bottom: 35px;
}

.ngml-page-manufacturer_line-group {
  display: flex;
  border-bottom: 1px dashed #dddddd;
  margin: 0 0 20px;
  padding: 20px 0;
}

.ngml-page-manufacturer_line-label {
  width: 50px;
  flex: 0 0 50px;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding-top: 2px;
}

.ngml-page-manufacturer_line-data {
  width: 100% !important;
  font-size: 11px;
  padding-right: 0;
}

.ngml-page-manufacturer_line-name-v {
  color: #000000;
}

.ngml-page-manufacturer_line-ul {
  width: 100%;
  margin: 0;
  padding-left: 0;
}

.ngml-page-bottom_description,
.ngml-page-bottom_two-description {
  font-size: 13px;
  line-height: 1.3;
}

.ngml-page-bottom_description {
  padding-top: 20px;
  padding-bottom: 10px;
}

.ngml-page-bottom_two-description {
  padding-top: 42px;
  padding-bottom: 10px;
}

.ngml-page-manufacturer_line-ul {
  display: flex;
  flex-wrap: wrap;
}

.ngml-page-manufacturer_line-li {
  width: 25%;
}

.ngml-page-manufacture_line-name-v {
  font-size: 12px;
}

.ngml-page-manufacture_line-name-v:not(:hover) {
  color: inherit;
}

.ngml-page-bottom_two-description h1, .ngml-page-bottom_two-description h2,
.ngml-page-bottom_two-description h3, .ngml-page-bottom_two-description h4,
.ngml-page-bottom_two-description h5, .ngml-page-bottom_two-description h6,
.ngml-page-bottom_description h1, .ngml-page-bottom_description h2,
.ngml-page-bottom_description h3, .ngml-page-bottom_descriptionn h4,
.ngml-page-bottom_description h5, .ngml-page-bottom_description h6 {
  margin-bottom: 18px;
}

.ngml-page-bottom_two-container p {
  min-height: 1px;
  color: inherit;
}

@media (max-width: 1200px) {
  .ngml-page-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .ngml-page-title {
    font-size: 20px;
  }
  .ngml-page-manufacturer_item {
    width: 25%;
  }
  .ngml-page-manufacturer_line-li {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  .ngml-page-manufacturer_info {
    font-size: 15px;
  }
  .ngml-page-manufacturer_item {
    width: 33.33333%;
  }
  .ngml-page-manufacturer_line-li {
    width: 50%;
  }
  .ngml-page-bottom_description,
  .ngml-page-bottom_two-description {
    font-size: 12px;
  }
  .ngml-page-manufacturer_block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ngml-page-manufacturer_line-data {
    padding-left: 0;
  }
  .ngml-page-manufacturer_line-label {
    width: 40px;
    flex: 0 0 40px;
  }
}
@media (max-width: 400px) {
  .ngml-page-manufacturer_item {
    width: 50%;
  }
}
.ngml-manufacturers_title {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 600;
  font-size: 1.25rem;
}

.ngml-manufacturers_box {
  width: 100%;
  padding: 15px;
  margin-bottom: 16px;
}

.ngml-manufacturers_image {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
  height: 100px;
}

.ngml-manufacturers_image a {
  outline: none;
}

.ngml-manufacturers_img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 100px;
}

.ngml-manufacturers_name {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  outline: none;
}

.ngml-manufacturers_count-products {
  margin-bottom: 10px;
  text-align: center;
}

.ngml-manufacturers_short-description {
  margin-bottom: 10px;
  text-align: center;
}

.ngml-manufacturers_short-description > p {
  margin-bottom: 0;
  font-size: inherit;
  color: inherit;
}

/*# sourceMappingURL=front.css.map */
