

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section.list/tab_cloud/style.css?16468244911567*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.c-cloud-tag__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}

.c-cloud-tag__list li::before {
  display: none !important;
}

.c-cloud-tag__list li {
  padding: 0 !important;
  height: 100%;
}

.c-cloud-tag__link {
  display: block;
  border: 1px solid #F2F2F2;
  color: #383838;
  font-size: 14px;
  line-height: 1.2;
  padding: 17px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.c-cloud-tag__link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 2px;
  background: #1569bc;
  bottom: 0px;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.c-cloud-tag__link:hover::before {
  top: 0;
}

.c-cloud-tag__link:hover {
  color: #1569bc;
}


@media(max-width:767px) {
  .c-cloud-tag__list {
    grid-template-columns: 100%;
    grid-gap: 10px;
  }

  .c-cloud-tag__link {
    padding: 10px 5px;
  }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section.list/tab_cloud/style.css?16468244911567 */
