

/* Start:/local/templates/bellastar1/css/catalog-small.css?1738784357576*/
.catalog-list .item {
  font-size: 13px !important;
  line-height: 15px !important;
  min-height: 305px !important;
  padding: 10px 10px !important; }
  .catalog-list .item > .img {
    height: 165px !important;
    line-height: 165px !important; }
    .catalog-list .item > .img img {
      max-width: 160px !important;
      max-height: 165px !important; }
  .catalog-list .item .price {
    font-size: 12px; }
    .catalog-list .item .price .cost {
      font-size: 13px; }
.catalog-list > div {
  height: 310px !important; }

/*# sourceMappingURL=catalog-small.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news/brands/bitrix/news.list/menu/style.css?17387843562856*/
.h1 {
  display: none; }

.scroller-inner .nav-btn {
  float: right;
  top: -5px;
  right: -12px;
  display: none; }

.catalog-menu {
  position: relative; }
  .catalog-menu a {
    font-size: 13px;
    color: #848484;
    width: 100%;
    display: block; }
    .catalog-menu a:hover {
      text-decoration: none; }
    .catalog-menu a:focus {
      background-color: inherit; }
  .catalog-menu ul, .catalog-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 6px; }
    .catalog-menu ul div, .catalog-menu li div {
      background-color: #efefef;
      border: 1px solid #efefef;
      position: relative;
      padding: 5px 35px 5px 10px;
      -webkit-transition: background-color 300ms ease, border-color 300ms ease;
      -o-transition: background-color 300ms ease, border-color 300ms ease;
      transition: background-color 300ms ease, border-color 300ms ease; }
      .catalog-menu ul div > .sprite, .catalog-menu li div > .sprite {
        position: absolute;
        right: 11px;
        top: 50%;
        margin-top: -8px;
        background-position: -13px -98px;
        cursor: pointer;
        width: 17px;
        height: 17px;
        -webkit-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        transition: transform 300ms ease; }
      .catalog-menu ul div:hover, .catalog-menu li div:hover {
        background-color: #f7f7f7;
        border-color: #ff0000; }
        .catalog-menu ul div:hover > a, .catalog-menu li div:hover > a {
          color: #ff0000; }
        .catalog-menu ul div:hover > .sprite, .catalog-menu li div:hover > .sprite {
          background-position: -13px -98px; }
  .catalog-menu .active > div, .catalog-menu .active > div:hover {
    background-color: #ff0000; }
    .catalog-menu .active > div > a, .catalog-menu .active > div:hover > a {
      color: #fff; }
    .catalog-menu .active > div > .sprite, .catalog-menu .active > div:hover > .sprite {
      background-position: -34px -98px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .catalog-menu .active.open ul {
    display: block; }
  .catalog-menu .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    background-color: #efefef;
    padding: 10px 15px 9px 15px;
    text-transform: uppercase; }
  .catalog-menu > ul > li > ul {
    display: none;
    margin-left: 30px; }
    .catalog-menu > ul > li > ul > li > div {
      padding: 5px 10px 5px 10px; }
      .catalog-menu > ul > li > ul > li > div > .sprite {
        display: none; }
ul.close-sub{display: none!important;}
@media (max-width: 720px) {
  .h1 {
    display: block !important; }

  .nav-btn {
    display: block; }

  h1 {
    display: none; } }

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

/* End */


/* Start:/local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17387843561548*/
h1 {
  display: block !important; }

.brand-detail .description .img {
  text-align: right; }
.brand-detail .about {
  margin-top: 25px; }
.brand-detail .underline {
  margin: 27px 0; }
.brand-detail .title-lines {
  font-size: 20px;
  font-weight: 900; }
.brand-detail .btn-green {
  font-weight: 300;
  font-size: 18px;
  padding: 10px 25px;
  margin-left: 5px; }
.brand-detail .lines {
  background-color: #efefef;
  padding: 15px;
  margin-top: 22px;
  margin-bottom: 30px; }
  .brand-detail .lines .item {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #e6e6e6;
    overflow: hidden; }
    .brand-detail .lines .item .img {
      height: 156px;
      line-height: 156px;
      text-align: center; }
      .brand-detail .lines .item .img img {
        max-width: 100%;
        max-height: 156px;
        margin: 0 auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
    .brand-detail .lines .item .title {
      text-align: center;
      padding: 10px 0;
      height: 50px;
      font-size: 16px; }
    .brand-detail .lines .item a {
      color: #333333; }

    .brand-detail .lines .item a.bl  {
      color: #ff0000; }
      .brand-detail .lines .item a.bl:hover{
        color: #fff;
      }
.brand-detail .products {
  margin-top: 12px; }

.owl-carousel .owl-item img {
  width: auto !important;
  height: auto !important; }

.text-bayan {
  margin-top: 50px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/bellastar1/../.default/assets/owlcarousel2-2.2.0/assets/owl.carousel.css?17387843574256*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/bellastar1/../.default/assets/owlcarousel2-2.2.0/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.logo-slider {
  padding: 0 60px;
  margin-top: 32px;
  margin-bottom: 36px; }
  .logo-slider .owl-nav > div {
    position: absolute;
    top: -15px; }
    .logo-slider .owl-nav > div.owl-prev {
      left: -59px; }
    .logo-slider .owl-nav > div.owl-next {
      right: -59px;
      text-align: right; }
    .logo-slider .owl-nav > div > a {
      display: block;
      width: 50px;
      line-height: 60px;
      padding-top: 14px; }
      .logo-slider .owl-nav > div > a:hover .medium-array-prev {
        background-position: -102px -29px; }
      .logo-slider .owl-nav > div > a:hover .medium-array-next {
        background-position: -115px -29px; }

/*# sourceMappingURL=owl.carousel.css.map */

/* End */


/* Start:/local/templates/bellastar1/../.default/assets/owlcarousel2-2.2.0/assets/owl.theme.default.css?17387843571706*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-stage-outer {
  height: 100%; }
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 10px;
  bottom: 5px; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-theme .owl-nav .prev, .owl-theme .owl-nav .next {
    padding: 3px 10px; }
    .owl-theme .owl-nav .prev span, .owl-theme .owl-nav .next span {
      background-position: -1px -97px;
      width: 10px;
      height: 17px;
      display: block; }
  .owl-theme .owl-nav .prev span {
    transform: rotate(180deg); }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 15px; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*# sourceMappingURL=owl.theme.default.css.map */

/* End */


/* Start:/local/templates/bellastar1/css/text-boyan.css?1738784357596*/
.text-bayan p {
  color: #848484;
  font-weight: 300; }
.text-bayan h3 {
  margin-bottom: 27px; }
.text-bayan > a {
  text-decoration: none;
  position: relative;
  padding-left: 16px;
  padding-top: 5px;
  display: block; }
  .text-bayan > a:before {
    content: '';
    width: 7px;
    height: 5px;
    background-image: url("/local/templates/bellastar1/css/../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -129px -17px;
    position: absolute;
    top: 50%;
    left: 0; }
  .text-bayan > a.open:before {
    background-position: -129px -23px; }

/*# sourceMappingURL=text-boyan.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/default2/style.css?17387843561407*/
.sort-panel-bottom {
  text-transform: uppercase;
  color: #848484;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  height: auto !important;
  margin-top: 21px; }
  .sort-panel-bottom select {
    border: 0;
    background-color: #efefef;
    line-height: 31px;
    padding: 6px;
    margin-left: 4px;
    color: #333333;
    font-size: 12px;
    width: 120px; }
    .sort-panel-bottom select option {
      padding: 5px 0;
      border: 1px solid #ff0000; }
      .sort-panel-bottom select option:hover {
        background-color: #ff0000; }
    .sort-panel-bottom select:nth-child(2) {
      width: 60px; }

.page-nav > div, .page-nav > a {
  float: right;
  line-height: 31px; }
.page-nav .prev, .page-nav .next {
  text-align: center;
  display: block;
  width: 30px;
  background-color: #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .page-nav .prev.disabled, .page-nav .next.disabled {
    cursor: not-allowed; }
    .page-nav .prev.disabled span, .page-nav .next.disabled span {
      opacity: 0.3; }
  .page-nav .prev span, .page-nav .next span {
    margin-bottom: -3px; }
.page-nav .input {
  line-height: 28px;
  margin: 0 5px 0 5px; }
  .page-nav .input input {
    text-align: center;
    padding: 0; }
.page-nav .all {
  margin-right: 17px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/bellastar1/css/catalog-list.css?17387843573686*/
.catalog-list {
  margin-bottom: 13px;
  font-weight: 300;
  color: #999;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-animation: on-load 600ms ease;
  -o-animation: on-load 600ms ease;
  animation: on-load 600ms ease; }
  .catalog-list .title {
    color: #ff0000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 22px;
    height: auto; }
    .catalog-list .title a {
      font-weight: 900;
      border-bottom: 1px solid #ff0000; }
      .catalog-list .title a:hover {
        text-decoration: none; }
    .catalog-list .title:before, .catalog-list .title:after {
      content: '';
      background-image: url("/local/templates/bellastar1/css/../images/sprite.png");
      background-repeat: repeat;
      background-position: -127px -2px;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      margin-top: -4px; }
    .catalog-list .title:before {
      margin-left: -24px; }
    .catalog-list .title:after {
      margin-left: 11px; }
  .catalog-list > div {
    height: 370px;
    margin-bottom: 20px;
    -webkit-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    transition: height 300ms ease; }
  .catalog-list .item {
    min-height: 370px;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #e6e6e6;
    padding: 26px 22px 22px 22px;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
    -o-transition: border-color 300ms ease, box-shadow 300ms ease;
    transition: border-color 300ms ease, box-shadow 300ms ease; }
    .catalog-list .item > .img {
      height: 216px;
      width: 100%;
      line-height: 216px; }
      .catalog-list .item > .img img {
        max-height: 216px;
        max-width: 100%; }
    .catalog-list .item > .preview {
      text-align: left;
      overflow: hidden;
      margin: 16px 0;
      height: 33px;
      -webkit-transition: max-height 300ms ease;
      -o-transition: max-height 300ms ease;
      transition: max-height 300ms ease; }
      .catalog-list .item > .preview a {
        color: #333333;
        position: relative; }
        .catalog-list .item > .preview a:hover {
          text-decoration: none;
          color: #ff0000; }
    .catalog-list .item > .price > .cost {
      color: #333333;
      margin-top: 3px; }
    .catalog-list .item > .price em {
      font-style: normal;
      color: #ff0000; }
    .catalog-list .item .btn {
      display: none;
      margin-top: 13px;
      opacity: 0;
      height: 0;
      overflow: hidden; }
    .catalog-list .item:hover {
      border-color: #d0d0d0;
      -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.15); }
      .catalog-list .item:hover > .btn {
        display: inline-block; }
  .catalog-list:after {
    content: '';
    clear: both; }
  .catalog-list .special {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    padding: 7px 11px; }
    .catalog-list .special.new {
      background-color: #51a602; }
    .catalog-list .special.hit {
      background-color: #ff6600; }
    .catalog-list .special.sale {
      background-color: #ff0000; }
    .catalog-list .special.liked {
      background-color: #333333; }
  .catalog-list .error {
    color: #ff0000;
    font-size: 16px; }
  .catalog-list .clearfix {
    clear: both;
    height: auto !important; }

/*# sourceMappingURL=catalog-list.css.map */

/* End */
/* /local/templates/bellastar1/css/catalog-small.css?1738784357576 */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.list/menu/style.css?17387843562856 */
/* /local/templates/.default/components/bitrix/news/brands/bitrix/news.detail/.default/style.css?17387843561548 */
/* /local/templates/bellastar1/../.default/assets/owlcarousel2-2.2.0/assets/owl.carousel.css?17387843574256 */
/* /local/templates/bellastar1/../.default/assets/owlcarousel2-2.2.0/assets/owl.theme.default.css?17387843571706 */
/* /local/templates/bellastar1/css/text-boyan.css?1738784357596 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/default2/style.css?17387843561407 */
/* /local/templates/bellastar1/css/catalog-list.css?17387843573686 */
