/* line 3, tmpl_brands.scss */
.collection_brands_head {
  margin-bottom: 24px; }
/* line 6, tmpl_brands.scss */
.collection_brands_tops {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
  gap: 24px;
  margin-bottom: 48px; }
  @media screen and (max-width: 768px) {
    /* line 6, tmpl_brands.scss */
    .collection_brands_tops {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px; } }
  @media screen and (max-width: 640px) {
    /* line 6, tmpl_brands.scss */
    .collection_brands_tops {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 480px) {
    /* line 6, tmpl_brands.scss */
    .collection_brands_tops {
      grid-template-columns: repeat(2, 1fr); } }
  /* line 22, tmpl_brands.scss */
  .collection_brands_tops_item {
    margin-bottom: 8px;
    padding: 10px;
    border: 0.64px solid var(--fon-gray-300);
    margin: 0; }
    /* line 27, tmpl_brands.scss */
    .collection_brands_tops_item_image {
      border-radius: 4px;
      padding: 10px;
      display: block;
      padding-top: 66%;
      position: relative; }
      /* line 33, tmpl_brands.scss */
      .collection_brands_tops_item_image img {
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%; }
/* line 47, tmpl_brands.scss */
.collection_brands_search_form .brand_s {
  border: 1px solid var(--fon-gray-400);
  border-radius: 4px;
  padding: 0 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start; }
  /* line 55, tmpl_brands.scss */
  .collection_brands_search_form .brand_s input {
    border: none;
    padding: 8px;
    height: 40px;
    box-sizing: border-box;
    padding-left: 34px;
    font-size: 16px;
    width: 100%; }
  /* line 64, tmpl_brands.scss */
  .collection_brands_search_form .brand_s button {
    position: absolute;
    left: 0;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50px;
    justify-content: center;
    padding: 0; }

/* line 81, tmpl_brands.scss */
.brends_search {
  width: 100%;
  margin-left: 100px; }
  @media screen and (max-width: 1024px) {
    /* line 81, tmpl_brands.scss */
    .brends_search {
      margin-left: 0; } }

/* line 88, tmpl_brands.scss */
.brends_wrap > * {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 188px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: top; }

/* line 97, tmpl_brands.scss */
.brend_letter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid #000; }

/* line 106, tmpl_brands.scss */
.brend_block:first-child .brend_letter {
  border: none; }

/* line 111, tmpl_brands.scss */
.brend_letter_code {
  font-size: 24px; }

/* line 114, tmpl_brands.scss */
.brend_item a {
  text-decoration: none; }

/* line 117, tmpl_brands.scss */
.langs_tabs {
  display: flex;
  align-items: start;
  justify-content: start;
  min-width: 190px; }

/* line 123, tmpl_brands.scss */
.brends_search {
  width: 100%;
  margin-left: 100px; }
  @media screen and (max-width: 1024px) {
    /* line 123, tmpl_brands.scss */
    .brends_search {
      margin-left: 0; } }

/* line 130, tmpl_brands.scss */
.langs_tab {
  font-size: 14px;
  padding: 14px 10px;
  border-bottom: 1px solid #000;
  cursor: pointer; }

/* line 136, tmpl_brands.scss */
.close_brend {
  font-size: 16px;
  height: 25px;
  width: 25px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer; }

/* line 148, tmpl_brands.scss */
.langs_tab.activex, .langs_tab:hover {
  border-bottom: 4px solid #000;
  padding-bottom: 11px; }

/* line 152, tmpl_brands.scss */
.brends_settings {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    /* line 152, tmpl_brands.scss */
    .brends_settings {
      flex-direction: column;
      gap: 16px; } }

/* line 161, tmpl_brands.scss */
form.brend_s > * {
  padding: 10px 15px;
  border: 1px solid #000;
  height: 38px;
  box-sizing: border-box;
  font-size: 16px; }

/* line 169, tmpl_brands.scss */
form.brend_s button {
  background: #000;
  color: #fff;
  padding: 13px;
  line-height: 12px;
  margin-left: -4px;
  width: 90px; }

/* line 177, tmpl_brands.scss */
form.brend_s {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 182, tmpl_brands.scss */
form.brend_s input {
  min-width: 200px;
  width: calc(100% - 90px); }

/* line 186, tmpl_brands.scss */
.brend_image {
  position: relative; }

/* line 189, tmpl_brands.scss */
.brends_wrapper.row {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 13px; }

/* line 194, tmpl_brands.scss */
.brends_wrapper.row [class*="cell-"] {
  padding-left: 4px;
  padding-right: 4px; }

/* line 198, tmpl_brands.scss */
.brends_item {
  margin-bottom: 8px; }

/* line 201, tmpl_brands.scss */
.brend_desc {
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #00000073;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 218, tmpl_brands.scss */
.letters_list {
  padding: 50px 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

/* line 226, tmpl_brands.scss */
.letters_en > div, .letters_ru > div {
  display: inline-block;
  margin: 0 4px; }

/* line 230, tmpl_brands.scss */
.letters_list > div > div {
  display: none;
  cursor: pointer; }

/* line 234, tmpl_brands.scss */
.letters_list > div > div:first-child {
  display: inline-block;
  margin-right: 0; }

/* line 238, tmpl_brands.scss */
.letters_list > div > div:first-child:after {
  content: '...'; }

/* line 241, tmpl_brands.scss */
.brend_image img {
  width: 100%; }

/* line 244, tmpl_brands.scss */
.letters_list > div > div:last-child {
  display: inline-block;
  margin-left: 0; }

/* line 248, tmpl_brands.scss */
.letters_list > div.activex > div {
  display: inline-block !important; }

/* line 251, tmpl_brands.scss */
.letters_list > div.activex > div:first-child:after {
  content: ''; }

/* line 254, tmpl_brands.scss */
.letters_list > div.activex > div:first-child {
  margin-right: 4px; }

/* line 257, tmpl_brands.scss */
.letters_list > div.activex {
  order: -1; }

/* line 260, tmpl_brands.scss */
.brend_wrap {
  margin-bottom: 30px; }
