

/* Start:/local/templates/natalispa/components/bitrix/news/masters/style.css?17481078044507*/
@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(/local/templates/natalispa/components/bitrix/news/masters/get-svg-url('checkmark', $user-variables: (fill: 'tomato)));
* Example: background-image: url(/local/templates/natalispa/components/bitrix/news/masters/get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink)));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.title-row {
  display: flex;
  flex-flow: column wrap;
  align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (min-width: 380px) {
  .title-row {
    flex-flow: row wrap;
  }
}
@media (min-width: 992px) {
  .title-row {
    margin-bottom: 32px;
  }
}
.title-row .work-today {
  color: #EA3AAE;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}
@media screen and (min-width: 380px) {
  .title-row .work-today {
    margin-left: 12px;
  }
}
@media (min-width: 992px) {
  .title-row .work-today {
    font-size: 16px;
    line-height: 25.6px;
    margin-left: 16px;
  }
}
.title-row #pagetitle {
  margin-bottom: 0;
}

.masters__row-line {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .masters__row-line {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #1E1E1E;
  }
}
@media (min-width: 992px) {
  .masters__row-line {
    flex-flow: row nowrap;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .masters__row-line {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .masters__row-line {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .masters__row-line {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  .masters__row-line {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .masters__row-line {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .masters__row-line {
    margin-bottom: 32px;
  }
}
.masters__row-line .btn {
  padding: 10px 16px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
@media (min-width: 992px) {
  .masters__row-line .btn {
    font-size: 16px;
    line-height: 24px;
  }
}
.masters__row-line .btn:last-of-type {
  margin-right: 0;
}
.masters__row-line .btn-dark {
  color: #AAA3A8;
}
.masters__row-line #show-pick-days .btn-dark {
  color: #F0F0F0;
}
@media (min-width: 992px) {
  .masters__row-line .button-align-right {
    margin-left: auto;
    margin-right: 0;
  }
}
.masters__row-line .button-align-right span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.masters__row-line .filter-menu {
  display: flex;
  flex-flow: row nowrap;
  overflow: auto;
  /* хром, сафари */
  /* ie 10+ */
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* фф (свойство больше не работает, других способов тоже нет)*/
  overflow: -moz-scrollbars-none;
  margin-right: -12px;
  padding-right: 12px;
}
.masters__row-line .filter-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media (max-width: 991.98px) {
  .masters__row-line .filter-menu {
    min-width: 100%;
  }
}
.masters__row-line .filter-menu .btn {
  margin-bottom: 20px;
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .masters__row-line .filter-menu .btn {
    margin-bottom: 0;
  }
}
.masters__row-line .select-view {
  padding: 0 12px;
  margin: 0;
  background: #1E1E1E;
  height: 46px;
  border-radius: 14px;
}
.masters__row-line .select-view button {
  background: none;
  border: 0;
  height: 100%;
}
.masters__row-line .select-view button.active svg * {
  stroke: #F0F0F0;
}

.masters-list {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .masters-list {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .masters-list {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .masters-list {
    margin-bottom: 50px;
  }
}
@media (min-width: 1260px) {
  .masters-list {
    margin-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .masters-list {
    margin-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .masters-list {
    margin-bottom: 120px;
  }
}

/* End */


/* Start:/local/templates/natalispa/components/bitrix/catalog.section.list/masters/style.css?17612047052648*/
@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(/local/templates/natalispa/components/bitrix/catalog.section.list/masters/get-svg-url('checkmark', $user-variables: (fill: 'tomato)));
* Example: background-image: url(/local/templates/natalispa/components/bitrix/catalog.section.list/masters/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.row {
  margin-left: -6px;
  margin-right: -6px;
}
@media (max-width: 991.98px) {
  .row > .masters-sections__item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.masters-sections__item__inner {
  background-color: #1E1E1E;
  border-radius: 14px;
  overflow: hidden;
}
.masters-sections__item__text {
  padding: 12px;
}
@media (min-width: 992px) {
  .masters-sections__item__text {
    padding: 16px;
  }
}
.masters-sections__item__video {
  width: 100%;
  height: auto;
}
.masters-sections__item__image {
  width: 100%;
  border-radius: 3px;
}
.masters-sections__item__title {
  margin-top: 0;
  margin-bottom: 4px;
}
.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: 0;
  transition: left 125ms ease-in;
}
.masters-sections__item__desc {
  font-size: 14px;
  font-weight: 400;
  color: #AAA3A8;
}
@media (min-width: 992px) {
  .masters-sections__item__desc {
    font-size: 16px;
  }
}
.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: 2px;
}
.masters-sections__item:hover .masters-sections__item__title-row svg path {
  stroke: #EA3AAE;
}

/* End */
/* /local/templates/natalispa/components/bitrix/news/masters/style.css?17481078044507 */
/* /local/templates/natalispa/components/bitrix/catalog.section.list/masters/style.css?17612047052648 */
