

/* Start:/local/templates/main/layout/bx-styles/catalog-sort.css?17476676191592*/
.catalog-sort {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.catalog-sort__wrap {
  display: flex;
  justify-content: space-between;
  cursor: pointer
}
.catalog-sort__wrap:hover .catalog-sort__expand-list {
  display: block
}
.catalog-sort__value {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  margin-left: 5px
}
.catalog-sort__value img {
  transform: rotate(90deg);
  height: 15px;
  margin-left: 5px;
  transition: transform .3s
}
.catalog-sort__expand-list {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 3;
  width: 250px
}
.catalog-sort__expand-list ul {
  padding-left: 0;
  margin-bottom: 0
}
.catalog-sort__expand-list li {
  list-style: none
}
.catalog-sort__link {
  padding: 7px 15px;
  display: block;
  color: #272727
}
.catalog-sort__link.active,
.catalog-sort__link:hover {
  background-color: #f4f7f9
}
@media (max-width:767px) {
  .catalog-sort {
    position: relative
  }
  .catalog-sort__cur {
    display: none
  }
  .catalog-sort__wrap {
    font-size: 16px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #d5c6e3;
    color: #272727;
    padding: 10px 15px;
    transition: background-color .3s;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 180px
  }
  .catalog-sort__value {
    margin-left: 10px
  }
  .catalog-sort__expand-list {
    top: 40px;
    right: -15px
  }
}
@media (max-width:400px) {
  .catalog-sort__wrap {
    width: 49%;
    font-size: 14px
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/catalog.css?174766761911462*/
.svg-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: inherit;
  fill: transparent;
  stroke: transparent
}
.catalog-hero__label {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 3;
  padding: 24px 56px 24px 24px;
  margin-right: -56px
}
.catalog-hero__label-text {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  position: relative;
  writing-mode: vertical-lr;
  transform: rotate(180deg)
}
.catalog-hero__label::after {
  background-color: #9a79b9;
  content: '';
  position: absolute;
  width: 50vw;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1
}
.catalog-hero__title {
  position: relative;
  z-index: 5;
  padding-left: 68px;
  color: #592c82;
  font-weight: 600
}
.catalog-hero__slider {
  margin-top: 20px;
  margin-left: 24px;
  padding-right: 48px;
  position: relative;
  z-index: 5
}
.catalog-hero__link {
  position: relative;
  overflow: hidden
}
.catalog-hero__link img {
  display: block;
  transition: .5s ease-in-out
}
.catalog-hero__link:hover img {
  transform: scale(1.05)
}
.catalog-hero__slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px
}
.catalog-hero__slider-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: .3s;
  color: #592c82
}
.catalog-hero__slider-arrow:hover {
  color: #c0a7d7
}
.catalog-hero__slider-dots .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0
}
.catalog-hero__slider-dots .slick-dots li {
  padding: 4px 0
}
.catalog-hero__slider-dots .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #9a79b9;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: .3s;
  display: block
}
.catalog-hero__slider-dots .slick-dots li button:hover {
  background-color: #c0a7d7
}
.catalog-hero__slider-dots .slick-dots li.slick-active button {
  background-color: #592c82
}
.catalog-menu {
  display: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.catalog-menu li {
  margin-bottom: 10px
}
.catalog-menu__text {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #592c82
}
.catalog-submenu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.catalog-submenu li a:hover {
  color: #592c82
}
.catalog-submenu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer
}
.catalog-submenu__top.is-active,
.catalog-submenu__top:hover {
  color: #592c82
}
.catalog-submenu__name {
  line-height: 18px
}
.catalog-submenu__arrow {
  width: 20px;
  min-width: 20px;
  transition: .3s
}
.catalog-submenu__top.is-active .catalog-submenu__arrow {
  transform: rotate(180deg)
}
.catalog-submenu__list {
  display: none;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #d5c6e3;
  border-bottom: 1px solid #d5c6e3;
  margin-top: 10px;
  margin-bottom: 10px
}
.catalog-submenu__list li {
  padding-left: 15px;
  margin-bottom: 5px;
  list-style: none
}
.catalog-hero__slider-nav .slick-dots > li:only-child {
  display: none
}
.catalog-button {
  display: inline-flex;
  transition: .3s;
  cursor: pointer;
  border: none;
  height: 44px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff
}
.catalog-button__icon {
  width: 13px;
  height: 9px;
  min-width: 13px;
  transition: .3s
}
.catalog-button_primary {
  background-color: #592c82;
  color: #fff
}
.catalog-button_primary:hover {
  background-color: #9a79b9;
  color: #fff
}
.catalog-button_border {
  color: #592c82;
  background-color: #fff;
  border: 1px solid #592c82
}
.catalog-button_border:hover {
  background-color: #c0a7d7;
  color: #fff;
  border-color: #c0a7d7
}
.catalog-button_secondary {
  background-color: #9a79b9;
  color: #fff
}
.catalog-button_secondary:hover {
  background-color: #592c82;
  color: #fff
}
.catalog-nav {
  margin-top: 44px;
  display: flex;
  flex-direction: row-reverse
}
.catalog-nav__sorting {
  flex-grow: 1;
  min-width: 0;
  margin: 0 25px 0 10px
}
.catalog-nav__sorting .owl-nav .owl-prev {
  left: -25px;
  height: 30px;
  width: 25px
}
.catalog-nav__sorting .owl-nav .owl-next {
  right: -25px;
  height: 30px;
  width: 25px
}
.catalog-nav__sorting_next,
.catalog-nav__sorting_prev {
  transform: rotate(90deg);
  color: #592c82;
  fill: transparent;
  stroke: transparent;
  cursor: pointer
}
.catalog-nav__sorting_next:hover,
.catalog-nav__sorting_prev:hover {
  color: #c0a7d7
}
.owl-next.disabled,
.owl-prev.disabled {
  display: none
}
.catalog-nav__sorting .owl-carousel .owl-stage {
  display: flex
}
.catalog-nav__sorting-button {
  white-space: nowrap;
  background-color: #c0a7d7
}
.catalog-nav__sorting-button:not(.is-active):hover {
  background-color: #9a79b9;
  color: #fff
}
.catalog-nav__sorting-button.is-active {
  background-color: #592c82;
  color: #fff
}
.catalog-nav__filter {
  width: 224px;
  min-width: 224px;
  padding-right: 24px
}
.catalog-nav__filter-button.is-active .catalog-button__icon {
  transform: rotate(180deg)
}
.catalog-checkbox {
  display: block;
  margin-bottom: 0
}
.catalog-checkbox__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px
}
.catalog-checkbox__wrapper {
  display: flex;
  align-items: center;
  cursor: pointer
}
.catalog-checkbox__icon {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #999
}
.catalog-checkbox__icon::after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #9a79b9;
  opacity: 0;
  transition: .3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.catalog-checkbox__text {
  flex-grow: 1;
  min-width: 0;
  display: block
}
.catalog-checkbox__input:checked + .catalog-checkbox__wrapper .catalog-checkbox__icon::after {
  opacity: 1
}
.catalog-wrap {
  display: flex
}
.catalog-aside {
  width: 224px;
  min-width: 224px;
  padding-right: 24px;
  transition: .3s;
  position: relative;
  z-index: 10
}
.catalog-aside__wrap {
  position: sticky;
  top: 150px
}
.catalog-aside__title {
  font-size: 15px;
  color: #592c82
}
.catalog-aside__text {
  font-size: 14px
}
.catalog-aside__range .irs--flat {
  height: 18px
}
.catalog-aside__range .irs--flat .irs-line {
  top: 8px;
  height: 1px;
  background-color: #999;
  border-radius: 0
}
.catalog-aside__range .irs--flat .irs-bar {
  top: 8px;
  height: 1px;
  background-color: #592c82
}
.catalog-aside__range .irs--flat .irs-handle {
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #999
}
.catalog-aside__range .irs--flat .irs-handle i {
  display: none
}
.catalog-aside-dropdown__button {
  cursor: pointer;
  display: flex;
  align-items: center
}
.catalog-aside-dropdown__button .catalog-aside__title {
  flex-grow: 1;
  min-width: 0
}
.catalog-aside-dropdown__icon {
  width: 13px;
  height: 9px;
  min-width: 13px;
  transition: .3s;
  color: #592c82
}
.catalog-aside-dropdown__button.is-active .catalog-aside-dropdown__icon {
  transform: rotate(180deg)
}
.catalog-aside-dropdown__block {
  padding: 0 12px;
  background-color: #f5f5f5;
  margin-top: 12px
}
.catalog-aside-dropdown__item {
  padding: 12px 0
}
.catalog-aside-dropdown__item:not(:last-child) {
  border-bottom: 1px solid #9a79b9
}
.catalog-aside-dropdown__block.is-hidden {
  display: none
}
.catalog-aside.is-state {
  margin-left: -224px
}
.catalog-list .catalog-sort__wrap {
  font-size: 14px
}
.catalog-list {
  flex-grow: 1;
  min-width: 0;
  position: relative
}
.catalog-list__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px
}
.catalog-list__item {
  width: 33.3333%;
  min-width: 33.3333%;
  padding: 4px
}
.catalog-wrap .catalog-filter {
  width: 100%
}
.catalog-pagination {
  font-size: 20px
}
.catalog-pagination__link {
  color: #592c82;
  transition: .3s
}
.catalog-pagination__link.is-active {
  font-weight: 600
}
.catalog-pagination__link:hover {
  color: #c0a7d7
}
.catalog-pagination__delivery {
  width: 2px;
  min-width: 2px;
  height: 24px;
  background-color: #9a79b9
}
@media screen and (max-width:1280px) {
  .catalog-hero__label {
    padding-right: 42px
  }
}
@media screen and (max-width:991px) {
  .catalog-list__item {
    width: 50%;
    min-width: 50%
  }
  .catalog-hero__label-text {
    font-size: 24px
  }
  .catalog-hero__title {
    font-size: 28px
  }
}
@media screen and (max-width:767px) {
  .catalog-nav {
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .catalog-sort__expand {
    margin: 16px 0 0;
    width: calc(50% - 16px);
    min-width: calc(50% - 16px)
  }
  .catalog-nav__filter {
    width: calc(50% + 16px);
    min-width: calc(50% + 16px);
    padding-right: 16px;
    margin-top: 16px
  }
  .catalog-nav__filter-button {
    justify-content: space-between
  }
  .catalog-wrap {
    overflow: hidden
  }
  .catalog-aside {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 24px;
    overflow-y: auto;
    z-index: 3000;
    display: none
  }
  .catalog-aside.is-state {
    margin-left: 0;
    display: block
  }
  .catalog-aside__wrap {
    position: static;
    top: 0
  }
  .catalog-aside__close {
    cursor: pointer;
    width: 24px;
    height: 24px
  }
  .catalog-hero__slider {
    padding-right: 0
  }
  .catalog-hero__slider-nav {
    position: static;
    width: 100%;
    margin-top: 8px
  }
  .catalog-hero__slider-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center
  }
  .catalog-hero__slider-dots .slick-dots li {
    padding: 4px
  }
  .catalog-hero__slider-dots .slick-dots li button {
    width: 8px;
    height: 8px
  }
  .catalog-nav__sorting {
    margin: 0
  }
  .catalog-button,
  .catalog-pagination {
    font-size: 16px
  }
  .catalog-sort__expand .catalog-sort__expand-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 24px;
    overflow-y: auto;
    z-index: 100
  }
  .catalog-sort__expand-top {
    font-weight: 600;
    font-size: 20px
  }
  .catalog-sort__expand .catalog-sort__expand-list.is-open {
    display: block
  }
  .catalog-sort__expand-close {
    cursor: pointer;
    width: 24px;
    height: 24px
  }
  .catalog-aside__top {
    font-weight: 600;
    font-size: 20px
  }
  #modef {
    display: none!important
  }
}
@media screen and (max-width:575px) {
  .catalog-hero__label-text {
    font-size: 16px
  }
  .catalog-hero__label {
    left: -18px;
    padding: 12px;
    margin-right: -30px
  }
  .catalog-hero__title {
    font-size: 20px;
    padding-left: 40px
  }
  .catalog-nav__sorting {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
  }
  .catalog-nav__sorting .owl-carousel .owl-stage-outer {
    overflow: visible
  }
  .catalog-button {
    font-size: 14px;
    height: 41px
  }
  .catalog-sort__expand {
    width: calc(50% - 4px);
    min-width: calc(50% - 4px)
  }
  .catalog-nav__filter {
    width: calc(50% + 4px);
    min-width: calc(50% + 4px);
    padding-right: 4px
  }
}
/* End */


/* Start:/local/templates/main/layout/bx-styles/catalog-online.css?17510414017517*/
.how-work {
  background-color: #f5f5f5
}
.courses-title {
  font-size: 40px;
  color: #592c82;
  line-height: 1.2
}
.courses-title__main {
  font-weight: 600
}
.how-work__number {
  width: 117px;
  height: 117px;
  background-color: #9a79b9;
  border-radius: 10px;
  font-size: 58px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}
.how-work__text {
  font-size: 20px
}
.courses-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  line-height: 1.2
}
.courses-list li {
  margin-top: 20px;
  padding-left: 56px;
  position: relative
}
.courses-list li::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #592c82;
  top: 10px;
  left: 0
}
.courses-list__title {
  font-size: 24px;
  font-weight: 600;
  color: #592c82
}
.courses-advantages {
  background-image: url(/local/templates/main/layout/bx-styles/../img/online/courses-advantages-bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover
}
.courses-certificate {
  background-color: #f5f5f5;
  position: relative
}
.courses-certificate .container {
  z-index: 5;
  position: relative
}
.courses-certificate_catalog::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 726px;
  background-image: url(/local/templates/main/layout/bx-styles/../img/online/courses-certificate-bg.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  z-index: 1
}
.courses-certificate_product::before {
  content: '';
  background-color: #fff;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}
.courses-certificate__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #592c82
}
.product-description-text__title {
  color: #592c82;
  font-weight: 400
}
.order-course-modal {
  max-width: 1072px
}
.order-course-modal__promo .order-promo__form {
  background-color: #d5c5e2;
  max-width: 540px
}
.order-course-modal__promo-title {
  font-size: 18px
}
.order-course-modal__promo .order-promo__field input[type=text] {
  height: 40px
}
.order-course-modal__promo .order-promo__button {
  height: 40px;
  width: 140px;
  background-color: #9a79b9;
  min-width: 140px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px
}
.order-course-modal__promo .order-promo__button:hover {
  background-color: #592c82
}
.order-course-modal__promo .order-promo__button::after {
  display: none
}
.order-course-modal__success {
  font-size: 12px;
  margin-top: 15px;
  color: #0b9534;
  padding: 0 10px;
  text-align: right
}
.order-course-modal__error {
  font-size: 12px;
  margin-top: 15px;
  color: red;
  padding: 0 10px;
  text-align: right
}
.order-course-modal__text {
  font-size: 18px;
  max-width: 544px
}
.order-course-modal__text a {
  color: #592c82
}
.order-course-modal__button .btn-primary {
  height: 45px;
  width: 240px;
  font-size: 18px
}
.order-course-modal .close {
  width: 24px;
  height: 24px;
  display: block;
  top: 8px;
  right: 8px;
  transition: .3s
}
.order-course-modal .close span::after,
.order-course-modal .close span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #592c82
}
.order-course-modal .close span::before {
  transform: rotate(45deg)
}
.order-course-modal .close span::after {
  transform: rotate(-45deg)
}
.order-course-table .orders-table__heading {
  padding-right: 40px;
  font-size: 16px
}
.order-course-table .orders-table__heading-item {
  width: 22%;
  padding-right: 10px
}
.order-course-table .orders-table__heading-item:first-child {
  width: 34%
}
.order-course-table .orders-table__item-block:last-child {
  width: auto;
  min-width: 30px;
  padding-right: 10px
}
.order-course-table .orders-table__item-block {
  width: 22%
}
.order-course-table .orders-table__item-block.orders-table__item-number {
  width: 34%
}
.order-course-table .orders-table__detail-link {
  margin-right: 0
}
.order-course-table__total {
  font-size: 20px;
  color: #592c82
}
.order-course-table__cost {
  font-size: 18px
}
.order-course-table__item {
  padding: 0 8px 16px
}
.order-course-table__list {
  border-top: 1px solid #c4c4c4
}
.order-course-table__list-title {
  font-size: 20px
}
.order-course-table__list-block {
  box-shadow: -5px 5px 4px rgba(0,0,0,.1)
}
.order-course-table__list-block img {
  display: block;
  width: 100%
}
.order-course-table__list-text {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,.78);
  position: absolute
}
.order-course-table__list-label {
  font-size: 14px
}
.order-course-table__list-name {
  font-size: 22px;
  color: #592c82
}
@media screen and (min-width:992px) {
  .how-work__item:not(:last-child)::after {
    position: absolute;
    content: '';
    background-image: url(/local/templates/main/layout/bx-styles/../img/online/how-work-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 32px;
    top: 92px;
    right: 0;
    transform: translateX(50%)
  }
}
@media screen and (max-width:991.99px) {
  .courses-advantages {
    background-image: url(/local/templates/main/layout/bx-styles/../img/online/courses-advantages-bg-mobile.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 82%
  }
  .courses-certificate_catalog {
    padding-bottom: 80%
  }
  .courses-certificate_catalog::after {
    max-width: none;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 130%
  }
  .order-course-table .orders-table__item-wrapper {
    flex-wrap: wrap
  }
  .order-course-table .orders-table__item-block.orders-table__item-number {
    width: calc(100% - 30px);
    order: 0
  }
  .order-course-table .orders-table__item-block:last-child {
    order: 1
  }
  .order-course-table .orders-table__item-block {
    width: 33%;
    order: 2;
    padding-top: 8px
  }
}
@media screen and (max-width:767.99px) {
  .order-course-modal__promo .order-promo__form {
    max-width: none
  }
}
@media screen and (max-width:575.99px) {
  .goods-item-basket_courses {
    font-size: 14px
  }
  .courses-title {
    font-size: 26px
  }
  .how-work__number {
    width: 80px;
    height: 80px;
    font-size: 40px
  }
  .how-work__text {
    font-size: 16px
  }
  .courses-list__title {
    font-size: 18px
  }
  .courses-list {
    font-size: 16px
  }
  .courses-list li {
    margin-top: 16px;
    padding-left: 32px
  }
  .courses-list li::after {
    width: 12px;
    height: 12px;
    top: 7px
  }
  .courses-certificate_catalog {
    padding-bottom: 72%
  }
  .courses-certificate_product::before {
    height: 40px
  }
  .courses-certificate__subtitle {
    font-size: 18px
  }
  .order-course-modal__button .btn-primary {
    width: 100%;
    font-size: 16px
  }
  .order-course-modal__promo .order-promo__field {
    flex-wrap: wrap
  }
  .order-course-modal__promo-title {
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px
  }
  .order-course-modal__promo .order-promo__button {
    margin-top: 8px;
    width: 100%;
    min-width: 100%;
    font-size: 16px
  }
  .order-course-modal__text {
    font-size: 16px
  }
  .order-course-table .orders-table__item-block {
    width: 100%;
    padding-top: 4px
  }
  .order-course-table__total {
    font-size: 16px
  }
  .order-course-table__list-text {
    background-color: transparent;
    position: static
  }
  .order-course-table__list-label {
    font-size: 12px
  }
  .order-course-table__list-name {
    font-size: 16px
  }
}
/* End */
/* /local/templates/main/layout/bx-styles/catalog-sort.css?17476676191592 */
/* /local/templates/main/layout/bx-styles/catalog.css?174766761911462 */
/* /local/templates/main/layout/bx-styles/catalog-online.css?17510414017517 */
