

/* Start:/local/components/bokus/banner/templates/settelet/style.min.css?17665665961877*/
.banner-brand{padding:0;display:flex;flex-wrap:nowrap;flex-direction:row;min-height:419px;margin-bottom:50px;position:relative}.banner-brand__container{display:flex}.banner-brand__content{width:50%;padding:50px;display:flex;flex-direction:column;justify-content:flex-end;color:#333!important;position:relative;background-color:#fff}.banner-brand__title-wrapper{display:flex;flex-wrap:wrap;align-items:baseline;margin-top:40px}.banner-brand__title{font-weight:700;font-size:40px;line-height:51px;margin:0 20px 0 0}.banner-brand__amount{font-weight:400;font-size:16px;line-height:20px;letter-spacing:.1em;text-transform:uppercase;display:inline-block}.banner-brand__description{margin-top:20px;font-size:16px;line-height:26px}.banner-brand__logo img{max-height:80px;width:auto;display:block}.banner-brand__image{width:50%;background-size:cover;background-position:center;background-color:#fff}.banner-brand__image img{max-height:110px}.banner-brand__link{position:absolute;top:0;left:0;right:0;bottom:0}@media (max-width:1440px){.banner-brand{min-height:292px;margin-bottom:30px}.banner-brand__content{padding:30px}.banner-brand__title-wrapper{margin-top:20px}.banner-brand__title{font-size:36px;line-height:41px}.banner-brand__amount,.banner-brand__description{font-size:14px;line-height:18px}}@media (max-width:480px){.banner-brand{min-height:243px}.banner-brand__content{background-color:transparent;width:100%;position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.banner-brand__content::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4))}.banner-brand__logo{z-index:2}.banner-brand__title-wrapper{z-index:2;flex-direction:column;align-items:center;color:#fff}.banner-brand__title{margin-right:0;margin-bottom:15px}.banner-brand__image{width:100%}}
/* End */


/* Start:/local/components/bokus/info/templates/.default/style.css?17665665961243*/
.useful-info__wrap {
  background: #ffffff;
  padding: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 70px;
}
@media (max-width: 1300px) {
  .useful-info__wrap {
    gap: 20px 40px;
  }
}
@media (max-width: 860px) {
  .useful-info__wrap {
    padding: 30px;
    gap: 10px 20px;
  }
}
@media (max-width: 600px) {
  .useful-info__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.useful-info__title {
  font-size: 60px;
  font-weight: 700;
  color: #333;
  line-height: 130%;
}
@media (max-width: 1000px) {
  .useful-info__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .useful-info__title {
    font-size: 25px;
  }
}
.useful-info__item-text {
  font-size: 24px;
  line-height: 167%;
  color: #333;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .useful-info__item-text {
    font-size: 14px;
  }
}
.useful-info__item-title {
  display: flex;
  gap: 20px;
  margin-bottom: 23px;
}
.useful-info__item-title h3 {
  font-weight: 700;
  font-size: 69px;
  color: #0146bf;
}
@media (max-width: 1000px) {
  .useful-info__item-title h3 {
    font-size: 34px;
  }
}
@media (max-width: 860px) {
  .useful-info__item-title h3 {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/advantages/templates/stellest/style.css?17665665961393*/
.stellest-benefites__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .stellest-benefites__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.stellest-benefites__items {
  display: flex;
  gap: 50px;
}
@media (max-width: 1450px) {
  .stellest-benefites__items {
    gap: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .stellest-benefites__items {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 530px) {
  .stellest-benefites__items {
    flex-direction: column;
    align-items: center;
  }
}
.stellest-benefites__item {
  width: 280px;
  text-align: center;
}
@media (max-width: 1450px) {
  .stellest-benefites__item {
    width: 250px;
  }
}
.stellest-benefites__item-name {
  font-size: 24px;
  color: #333;
  line-height: 167%;
}
@media (max-width: 1000px) {
  .stellest-benefites__item-name {
    font-size: 14px;
  }
}
.stellest-benefites__title {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  line-height: 100%;
  width: 300px;
}
@media (max-width: 1450px) {
  .stellest-benefites__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .stellest-benefites__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-benefites__title {
    font-size: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/form/templates/stellest.standart/style.css?17665665961736*/
.stellest-form .white {
  background-color: #fff;
}
.stellest-form__wrap {
  display: flex;
  gap: 70px;
  padding: 70px 0;
}
@media (max-width: 650px) {
  .stellest-form__wrap {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .stellest-form__wrap {
    flex-direction: column;
  }
}
.stellest-form__title {
  width: 825px;
  font-weight: 700;
  font-size: 40px;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .stellest-form__title {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .stellest-form__title {
    font-size: 30px;
  }
}
.stellest-form__form {
  width: 100%;
}
.stellest-form__form form {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .stellest-form__form form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.stellest-form__form-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 70%;
}
@media (max-width: 1440px) {
  .stellest-form__form-input {
    width: 100%;
  }
}
.stellest-form__form-input_name {
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}
.stellest-form__form-submit {
  padding: 10px 30px;
  height: 40px;
  background: #0146bf;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  min-width: 210px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.stellest-form__form-submit:hover {
  background: transparent;
  color: #0146bf;
  border-color: #0146bf;
}
@media (max-width: 1440px) {
  .stellest-form__form-submit {
    width: 100%;
  }
}
.stellest-form__form-privacy {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/img.with.text/templates/.default/style.css?1766566596845*/
.video-block {
  display: flex;
  flex-wrap: nowrap;
  gap: 70px;
}
@media (max-width: 1000px) {
  .video-block {
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .video-block {
    flex-direction: column;
  }
}
.video-block__left {
  padding-right: 20px;
}
@media (max-width: 650px) {
  .video-block__left {
    width: 100%;
    order: 2;
  }
}
.video-block__right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 650px) {
  .video-block__right {
    width: 100%;
    order: 1;
  }
}
.video-block__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
}
.video-block__text {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .video-block__text {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/advantages/templates/stellest.why/style.css?17665665961532*/
.stellest-why {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stellest-why__title {
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  color: #333;
  line-height: 100%;
  max-width: 1160px;
}
@media (max-width: 1000px) {
  .stellest-why__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-why__title {
    font-size: 25px;
  }
}
.stellest-why__reasons {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 450px) {
  .stellest-why__reasons {
    flex-direction: column;
  }
}
.stellest-why__reasons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
}
.stellest-why__reasons-item_title {
  font-weight: 700;
  font-size: 110px;
  text-align: center;
  color: #0146bf;
  display: contents;
}
@media (max-width: 1000px) {
  .stellest-why__reasons-item_title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-why__reasons-item_title {
    font-size: 25px;
  }
}
.stellest-why__reasons-item_text {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  text-align: center;
  color: #333;
  display: inline-block;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .stellest-why__reasons-item_text {
    font-size: 14px;
  }
}
.stellest-why__desc {
  max-width: 980px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #787878;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .stellest-why__desc {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/img.with.text/templates/stellest.adventages/style.css?1766566596592*/
.stellest-advimg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stellest-advimg__title {
  font-weight: 700;
  font-size: 72px;
  color: #333;
  display: inline-block;
  line-height: 100%;
}
@media (max-width: 1000px) {
  .stellest-advimg__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-advimg__title {
    font-size: 25px;
  }
}
.stellest-advimg__img {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.stellest-advimg__img img {
  width: 100%;
  max-width: 1060px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/img.with.text/templates/stellest.news/style.css?1766566596960*/
.white {
  background: #fff;
}

.stellest-news {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stellest-news__title {
  font-weight: 700;
  font-size: 72px;
  color: #333;
}
@media (max-width: 1000px) {
  .stellest-news__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-news__title {
    font-size: 25px;
  }
}
.stellest-news__content {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.stellest-news__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  color: #333;
  width: 75%;
}
@media (max-width: 1000px) {
  .stellest-news__text {
    width: 100%;
    font-size: 14px;
  }
}
.stellest-news__img {
  width: 35%;
}
.stellest-news__img img {
  width: 100%;
}
@media (max-width: 1000px) {
  .stellest-news__img {
    display: none;
  }
}
.stellest-news__colors {
  margin-top: 40px;
}
.stellest-news__colors img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/banner/templates/stellest.stocks/style.css?1766566596486*/
.settelet-banner img {
  width: 100%;
}
.settelet-banner__title {
  font-weight: 700;
  font-size: 72px;
  color: #333;
  text-align: center;
}
@media (max-width: 1000px) {
  .settelet-banner__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .settelet-banner__title {
    font-size: 25px;
  }
}

.stellest-bannernews picture {
  display: flex;
  justify-content: center;
}
.stellest-bannernews picture img {
  max-width: 1060px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/reviews/templates/stellest.reviews/style.css?17665665961138*/
.stellest-reviews__title {
  font-size: 72px;
  font-weight: 700;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1000px) {
  .stellest-reviews__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-reviews__title {
    font-size: 25px;
  }
}
.stellest-reviews__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 650px) {
  .stellest-reviews__items {
    flex-direction: column;
    gap: 20px;
  }
}
.stellest-reviews__item {
  width: 45%;
  background-color: #fff;
  padding: 70px;
}
@media (max-width: 1000px) {
  .stellest-reviews__item {
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .stellest-reviews__item {
    width: 100%;
  }
}
.stellest-reviews__item-name {
  font-weight: 700;
  font-size: 40px;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1000px) {
  .stellest-reviews__item-name {
    font-size: 25px;
  }
}
.stellest-reviews__item-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  color: #333;
}
@media (max-width: 1000px) {
  .stellest-reviews__item-text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/advantages/templates/stellest.why.new/style.css?1766566596975*/
.eyezen-why {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyezen-why__title {
  width: 100%;
  font-size: 72px;
  font-weight: 700;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1000px) {
  .eyezen-why__title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .eyezen-why__title {
    font-size: 25px;
  }
}
.eyezen-why__items {
  width: 100%;
  margin-top: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1720px;
}
@media (max-width: 850px) {
  .eyezen-why__items {
    gap: 20px;
  }
}
.eyezen-why__item {
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyezen-why__item-name {
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #333;
}
@media (max-width: 850px) {
  .eyezen-why__item-name {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/form/templates/stellest.img/style.css?17665665962694*/
.stellest-form__text {
  font-weight: 700;
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .stellest-form__text {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 860px) {
  .stellest-form__text {
    font-size: 14px;
  }
}
.stellest-form .white {
  background-color: #fff;
}
.stellest-form__wrap {
  display: flex;
  gap: 70px;
  padding: 70px 0;
  align-items: center;
}
@media (max-width: 650px) {
  .stellest-form__wrap {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .stellest-form__wrap {
    flex-direction: column;
  }
}
.stellest-form__title {
  width: 825px;
  font-weight: 700;
  font-size: 40px;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .stellest-form__title {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .stellest-form__title {
    font-size: 30px;
  }
}
.stellest-form__title.withimg {
  font-weight: 700;
  font-size: 72px;
  color: #333;
  max-width: 755px;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .stellest-form__title.withimg {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-form__title.withimg {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .stellest-form__title.withimg {
    margin-bottom: 20px;
  }
}
.stellest-form__form {
  width: 100%;
}
.stellest-form__form form {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .stellest-form__form form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.stellest-form__form-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 70%;
}
@media (max-width: 1440px) {
  .stellest-form__form-input {
    width: 100%;
  }
}
.stellest-form__form-input_name {
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
}
.stellest-form__form-submit {
  padding: 10px 30px;
  height: 40px;
  background: #0146bf;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  min-width: 210px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}
.stellest-form__form-submit:hover {
  background: transparent;
  color: #0146bf;
  border-color: #0146bf;
}
@media (max-width: 1440px) {
  .stellest-form__form-submit {
    width: 100%;
  }
}
.stellest-form__form-privacy {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.stellest-form__form.withimg {
  width: 50%;
}
@media (max-width: 500px) {
  .stellest-form__form.withimg {
    width: 100%;
  }
}
.stellest-form__img {
  width: 50%;
}
@media (max-width: 500px) {
  .stellest-form__img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/shoplist/templates/stellest/style.css?17665665963360*/
@charset "UTF-8";
/* Адреса салонов */
.section-salons {
  padding: 80px 0;
}

.stellest-shoplist__title .title {
  font-size: 72px;
  font-weight: 700;
  color: #333;
  line-height: 100%;
}
@media (max-width: 1000px) {
  .stellest-shoplist__title .title {
    font-size: 35px;
  }
}
@media (max-width: 860px) {
  .stellest-shoplist__title .title {
    font-size: 25px;
  }
}

.salons__city {
  margin-bottom: 35px;
  position: relative;
}
.salons__city__content {
  overflow: hidden;
}
.salons__city .swiper-slide {
  width: auto;
}
.salons__city .swiper-button-prev {
  left: 0;
}
.salons__city .swiper-button-next {
  right: 0;
}
.salons__city-item {
  margin-right: 60px;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: rgba(51, 51, 51, 0.6);
  cursor: pointer;
}
.salons__city-item:last-child {
  margin-right: 0;
}
.salons__city-item--active {
  color: #333333;
}
.salons__content {
  display: flex;
  overflow: hidden;
  height: 734px;
}
.salons__map {
  width: 991px;
}
.salons__address {
  position: relative;
  flex: 1;
  min-width: 0;
}
.salons__address::after {
  content: "";
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0, rgba(246, 246, 246, 0.86) 62.22%, #F6F6F6 100%);
}
.salons__address:hover::after {
  opacity: 0;
  visibility: hidden;
}
.salons__address-item {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 23px;
  padding: 15px 30px;
}
.salons__address-item a {
  text-decoration: none;
}
.salons__address-item a:hover {
  text-decoration: underline;
}
.salons__address-item > div {
  margin-bottom: 10px;
}
.salons__address-item:hover::before, .salons__address-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}

@media (max-width: 1440px) {
  .section-salons {
    padding: 50px 0;
  }
  .salons__content {
    height: 509px;
  }
  .salons__map {
    width: 688px;
  }
  .salons__city {
    margin-bottom: 30px;
  }
  .salons__city__item {
    font-size: 18px;
    line-height: 23px;
  }
  .salons__city-item {
    font-size: 18px;
    line-height: 23px;
  }
  .salons__address-item {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199.9px) {
  .salons__content {
    height: 261px;
  }
  .salons__map {
    width: 50%;
  }
  .salons__city {
    margin-bottom: 30px;
  }
  .salons__city-item {
    margin-right: 30px;
  }
  .salons__address {
    width: 50%;
  }
  .salons__address-item {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .salons__city-prev, .salons__city-next {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .salons__city {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .salons__city-item {
    margin-right: 60px;
  }
}
@media (max-width: 575.9px) {
  .section-salons {
    padding: 25px 0;
  }
  .salons__city {
    margin-bottom: 20px;
  }
  .salons__city-item {
    margin-right: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .salons__content {
    height: 300px;
  }
  .salons__map {
    width: 100%;
  }
  .salons__address {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/advantages/templates/mainpage/style.min.css?17665665961265*/
.advantages-main{display:flex;justify-content:space-between}.advantages-main__item{padding-right:50px;flex:1}.advantages-main__item:last-child{padding-right:0}.advantages-main__image{margin-bottom:20px}.advantages-main__image img,.advantages-main__image svg{height:40px;width:auto}.advantages-main__title{font-size:18px;line-height:23px;letter-spacing:.05em;text-transform:uppercase}@media (max-width:1440px){.advantages-main__title{font-size:16px;line-height:20px}.advantages-main__image img{height:36px}}@media (max-width:1199.9px){.advantages-main{justify-content:center;flex-wrap:wrap}.advantages-main__item{padding:0 10px;flex:none;width:243px;display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.advantages-main__title{font-size:14px;line-height:18px;text-align:center}.advantages-main__image{margin-bottom:15px}}@media (max-width:575.9px){.advantages-main__item{width:100%;flex-wrap:nowrap;flex-direction:row;align-items:center;padding:0;margin-bottom:20px}.advantages-main__item:last-child{margin-bottom:0}.advantages-main__title{text-align:left}.advantages-main__image{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-right:10px;flex:0 0 auto}.advantages-main__image img{width:40px}}
/* End */


/* Start:/local/components/bokus/mainpage.about/templates/.default/style.css?176656659640*/


/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/bokus/banner/templates/settelet/style.min.css?17665665961877 */
/* /local/components/bokus/info/templates/.default/style.css?17665665961243 */
/* /local/components/bokus/advantages/templates/stellest/style.css?17665665961393 */
/* /local/components/bokus/form/templates/stellest.standart/style.css?17665665961736 */
/* /local/components/bokus/img.with.text/templates/.default/style.css?1766566596845 */
/* /local/components/bokus/advantages/templates/stellest.why/style.css?17665665961532 */
/* /local/components/bokus/img.with.text/templates/stellest.adventages/style.css?1766566596592 */
/* /local/components/bokus/img.with.text/templates/stellest.news/style.css?1766566596960 */
/* /local/components/bokus/banner/templates/stellest.stocks/style.css?1766566596486 */
/* /local/components/bokus/reviews/templates/stellest.reviews/style.css?17665665961138 */
/* /local/components/bokus/advantages/templates/stellest.why.new/style.css?1766566596975 */
/* /local/components/bokus/form/templates/stellest.img/style.css?17665665962694 */
/* /local/components/bokus/shoplist/templates/stellest/style.css?17665665963360 */
/* /local/components/bokus/advantages/templates/mainpage/style.min.css?17665665961265 */
/* /local/components/bokus/mainpage.about/templates/.default/style.css?176656659640 */
