

/* Start:/local/templates/winn_default/components/bitrix/catalog.section.list/before-after/style.css?16927805301833*/
.grid-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, 49%);
  grid-gap: 2%;
}

.grid-sections li {
  padding-left: unset;
}

.section-item {
  width: 100%;
}

.section-item img {
  width: 100%;
}

.section-image a {
  display: block;
}

.section-image {
  position: relative;
  width: 100%;
}

.section-image a::before {
  content: "";
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: width 0.3s;
}

.section-item:hover .section-image a::before {
  width: 100%;
}

.section-image .child-elements-photo {
  text-align: center;
  text-transform: uppercase;
  font-family: Brush Script MT, Brush Script Std, cursive;
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: opacity 1s;
}
.section-image .child-elements-photo .number {
  font-size: 2.5em;
}

.section-item:hover .child-elements-photo {
  opacity: 1;
}

.section-image:hover {
  background-size: 88% 2px;
}

.section-title {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem 0;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 3rem;
  position: relative;
}

.section-title a {
  color: #333;
}

.section-title a:hover {
  color: #333;
}

.section-title::before {
  background-color: #d5001c;
  content: "";
  display: inline-block;
  height: 0.07em;
  margin: 0.54167em auto;
  min-height: 2px;
  position: absolute;
  left: 0;
  width: 1.5em;
  vertical-align: baseline;
}

@media (max-width: 600px) {
  .section-title::before {
    display: none;
  }

  .section-title {
    margin: 1em 1em;
    padding: 0;
    font-size: 1em;
  }
}

@media screen and (max-width: 650px) {
  .grid-sections {
    grid-template-columns: 1fr !important;
    padding: 0 20px;
  }
}

/* End */
/* /local/templates/winn_default/components/bitrix/catalog.section.list/before-after/style.css?16927805301833 */
