

/* Start:/local/templates/academy2021/layout/bx-styles/cosmet-banner.css?1731400560324*/
.cosmet-banner__descriptions {
  margin-bottom: 25px
}
@media (max-width:1500px) {
  .cosmet-banner__text {
    font-size: 20px;
    line-height: 24px
  }
}
@media (max-width:1023px) {
  .cosmet-banner__text {
    margin-left: 0
  }
}
@media (max-width:767px) {
  .cosmet-banner__descriptions {
    margin-bottom: 20px
  }
}
/* End */


/* Start:/local/templates/academy2021/layout/bx-styles/section-slider.css?17314005602271*/
.section-slider {
  padding-top: 40px;
  padding-bottom: 64px
}
.section-slider__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}
.section-slider__item {
  padding: 0 10px;
  width: 380px;
  display: flex!important;
  flex-direction: column;
  justify-content: space-between
}
.section-slider__item_img {
  position: relative;
  margin-bottom: 16px;
  height: 360px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%
}
.section-slider__item_img img {
  width: 100%
}
.section-slider__state {
  position: absolute;
  top: 10px;
  left: 0
}
.section-slider__state_bottom {
  bottom: 10px;
  top: auto
}
.section-slider__state-item {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  background-color: #9a79b9;
  padding: 8px 17px;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase
}
.section-slider__item-description {
  margin-bottom: 25px;
  font-weight: 300
}
.section-slider .slick-slide {
  height: auto
}
.section-slider .slick-slide .section-slider__item,
.section-slider .slick-slide>div {
  height: 100%
}
.section-slider .slick-next {
  width: 18px;
  height: 40px;
  right: -25px;
  z-index: 10;
  background-image: url(/local/templates/academy2021/layout/bx-styles/../img/icon/arrow_right.webp);
  background-repeat: no-repeat;
  opacity: .75
}
.section-slider .slick-next:before {
  content: ' ';
  font-size: 0
}
.section-slider .slick-prev {
  width: 18px;
  height: 40px;
  left: -25px;
  z-index: 10;
  background-image: url(/local/templates/academy2021/layout/bx-styles/../img/icon/arrow_right.webp);
  background-repeat: no-repeat;
  transform: rotate(180deg) translate(0,50%);
  opacity: .75
}
.section-slider .slick-prev:before {
  content: ' ';
  font-size: 0
}
.section-slider .slick-dots {
  bottom: -25px
}
@media (max-width:1329px) {
  .section-slider__item_img {
    height: 300px
  }
}
@media (max-width:1023px) {
  .section-slider__item_img {
    height: 300px
  }
}
@media (max-width:767px) {
  .section-slider {
    padding-top: 20px;
    padding-bottom: 40px
  }
  .section-slider__item {
    margin-bottom: 20px
  }
  .section-slider .slick-slide {
    height: 100%
  }
  .section-slider .slick-next {
    right: -15px
  }
  .section-slider .slick-prev {
    left: -15px
  }
}
/* End */


/* Start:/local/templates/academy2021/layout/bx-styles/sub-block.css?17314005601347*/
.sub-block {
  padding-bottom: 40px;
  padding-top: 40px
}
.sub-block__title {
  text-align: left!important;
  color: #592c82
}
.sub-block__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto
}
.sub-block__img {
  width: 450px;
  padding-right: 30px
}
.sub-block__img img {
  border-radius: 10px
}
.sub-block__text {
  font-weight: 300;
  width: calc(100% - 450px)
}
.sub-block__description {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px
}
.sub-block__link {
  color: #592c82;
  line-height: 36px;
  font-weight: 300
}
.sub-block__link a {
  text-decoration: underline
}
.sub-block__button {
  margin-top: 20px;
  text-align: right
}
@media (max-width:1023px) {
  .sub-block__img,
  .sub-block__text {
    width: 50%
  }
  .sub-block__title {
    margin-bottom: 15px
  }
  .sub-block__description {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px
  }
  .sub-block__link {
    line-height: 30px
  }
}
@media (max-width:767px) {
  .sub-block .container {
    max-width: 100%
  }
  .sub-block__wrap {
    display: block
  }
  .sub-block__img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .sub-block__text {
    width: 100%;
    text-align: center
  }
  .sub-block__title {
    text-align: center
  }
}
/* End */


/* Start:/local/templates/academy2021/layout/bx-styles/cosmet-bottom.css?17314005601143*/
.cosmet-bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 560px
}
.cosmet-bottom__item {
  height: 100%
}
.cosmet-bottom__wrap_content {
  justify-content: flex-end
}
.cosmet-bottom__img {
  width: 100%
}
.cosmet-bottom__title {
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  color: #592c82;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 48px
}
.cosmet-bottom__descriptions {
  margin-bottom: 20px
}
.cosmet-bottom__form-input input {
  border-radius: 0!important;
  background-color: #fff!important
}
.cosmet-bottom__form-buttons {
  margin-top: 25px
}
@media (max-width:1023px) {
  .cosmet-bottom__title {
    font-size: 30px;
    line-height: 40px
  }
}
@media (max-width:767px) {
  .cosmet-bottom {
    height: auto;
    background-image: none;
    background-color: #f6f2f8
  }
  .cosmet-bottom__wrap {
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px
  }
  .cosmet-bottom__img {
    display: none
  }
  .cosmet-bottom__title {
    text-align: center
  }
  .cosmet-bottom__form-buttons {
    margin-top: 20px
  }
}
/* End */
/* /local/templates/academy2021/layout/bx-styles/cosmet-banner.css?1731400560324 */
/* /local/templates/academy2021/layout/bx-styles/section-slider.css?17314005602271 */
/* /local/templates/academy2021/layout/bx-styles/sub-block.css?17314005601347 */
/* /local/templates/academy2021/layout/bx-styles/cosmet-bottom.css?17314005601143 */
