

/* Start:/local/templates/natalispa/components/bitrix/catalog.section.list/programs/style.css?17550780032593*/
@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(/local/templates/natalispa/components/bitrix/catalog.section.list/programs/get-svg-url('checkmark', $user-variables: (fill: 'tomato)));
* Example: background-image: url(/local/templates/natalispa/components/bitrix/catalog.section.list/programs/get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink)));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.masters-sections {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .masters-sections {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .masters-sections {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .masters-sections {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .masters-sections {
    margin-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .masters-sections {
    margin-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .masters-sections {
    margin-bottom: 120px;
  }
}
.masters-sections__item {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .masters-sections__item {
    margin-bottom: 0;
  }
}
.masters-sections__item__inner {
  background-color: #1E1E1E;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (min-width: 992px) {
  .masters-sections__item__inner {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}
.masters-sections__item__image {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .masters-sections__item__image {
    width: 100%;
    height: 362px;
  }
}
.masters-sections__item__title {
  padding: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.masters-sections__item__title span {
  color: #676265;
}
.masters-sections__item__title-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.masters-sections__item__title-row .icon {
  position: relative;
  top: 1px;
  left: -14px;
  transition: left 125ms ease-in;
}
.masters-sections__item:hover .masters-sections__item__title {
  color: #EA3AAE;
}
.masters-sections__item:hover .masters-sections__item__title span {
  color: #EA3AAE;
}
.masters-sections__item:hover .masters-sections__item__title-row .icon {
  left: -12px;
}
.masters-sections__item:hover .masters-sections__item__title-row svg path {
  stroke: #EA3AAE;
}

/* End */
/* /local/templates/natalispa/components/bitrix/catalog.section.list/programs/style.css?17550780032593 */
