

/* Start:/local/templates/.default/components/sotbit/news/sotbit_origami_brands/style.css?16688825611874*/
.brand-detail__back {
    display: inline-block;
    border: 1px solid #ced2d5;
    color: #000;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
}

.block_main_left_menu__content.active {
    margin-bottom: 40px;
}

.brand-detail__back:before {
    font-weight: 400;
    color: #000;
    position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    top: -1px;
    right: 0.4rem;
    margin-top: 0;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.brand-detail .breadcrumb_block {
    margin-bottom: 0.5rem;
}

.brand-detail .personal_title_block h1 {
    margin-bottom: 0.6rem;
}

.brand-detail {
    padding-left: 15px;
    padding-right: 15px;
}

.brand-detail h1 {
    font-size: 28px;
}

.brand-detail h2 {
    margin-bottom: 10px;
}

.brand-detail .line {
    background: #ced2d5;
    height: 1px;
    margin-bottom: 40px;
}

.brand-detail .catalog_section_block {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
}

.brands_list__text {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width: 576px) {
    .brands_list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .brand-detail h1 {
        font-size: 42px;
    }

    .brand-detail__picture {
        float: none;
        margin: 0 auto 10px auto;
    }
}

@media (max-width: 575px) {
    .brand-detail {
        padding-left: 10px;
        padding-right: 10px;
    }

    .panel_filter_sort {
        display: flex;
        width: 100%;
        height: 42px;
        margin-bottom: 30px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?16688825611460*/
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 1rem 0;
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 2.5rem; }
  .show_more_block .icon-nav_button {
    display: inline-block;
    position: relative;
    top: -1px; }
  .show_more_block:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff; }
    .show_more_block:hover.btnLoaderCustom > .loader-btn {
      fill: #fff; }
  .show_more_block:hover .sk-wave .sk-rect {
    color: #fff;
    background-color: #fff; }
  .show_more_block.btnLoaderCustom > .loader-btn {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: var(--main-color); }

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns i {
    color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns .sk-wave {
    display: block; }

.block_page_navigation {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }

@media (max-width: 768px) {
  .block_page_previous,
  .block_page_next {
    display: none; } }

.block_page_current {
  border: 1px solid var(--main-color); }

/* ___________ end catalog pagination __________________ */

/* End */


/* Start:/local/templates/.default/components/sotbit/news/sotbit_origami_brands/bitrix/news.list/origami_brands_list_3/style.css?16688825616228*/
.brand-list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

.inner.logo-wrapper {
  display: block; }

.brand-list-wrapper__item {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: calc(25% - 30px);
  height: 280px;
  margin: 0 15px 30px; }
  .brand-list-wrapper__item:hover .back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .brand-list-wrapper__item:hover .front {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

.front,
.back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  border: 1px solid #EDEDED; }
  .front:hover,
  .back:hover {
    color: #000000; }

.brand-list-wrapper__item-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center; }
  .brand-list-wrapper__item-description .brand-list-wrapper__item-description-logo {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px; }
  .brand-list-wrapper__item-description .brand-list-wrapper__item-description-text {
    max-height: 105px;
    max-width: 100%;
    margin: 20px 0;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden; }
  .brand-list-wrapper__item-description .brand-list-wrapper__item-description-link {
    font-size: 13px;
    line-height: 20px; }
    .brand-list-wrapper__item-description .brand-list-wrapper__item-description-link span {
      color: #808080; }

.front {
  background-color: #ffffff;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .front .inner p {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #F7F7F7;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.logo-wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-perspective: inherit;
          perspective: inherit;
  z-index: 2;
  -webkit-transform: translateZ(60px) scale(0.94);
          transform: translateZ(60px) scale(0.94); }

body .brands_list__text {
  margin-top: 0; }

@media (max-width: 1024px) {
  .brand-list-wrapper__item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px; }
  .brand-list-wrapper {
    margin: 0 -10px; }
  .front,
  .back {
    padding: 20px; } }

@media (max-width: 840px) {
  .brand-list-wrapper__item .back {
    display: none; }
  .brand-list-wrapper__item:hover .back,
  .brand-list-wrapper__item:hover .front {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none; }
  .brand-list-wrapper__item-description .brand-list-wrapper__item-description-text {
    max-height: 84px; } }

@media (max-width: 768px) {
  .brand-list-wrapper__item {
    height: 236px; }
  body .brands_list__text {
    margin-bottom: 20px; }
    body .brands_list__text p {
      padding: 0; } }

@media (max-width: 550px) {
  .brand-list-wrapper__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px; }
  .brand-list-wrapper {
    margin: 0 -5px; } }

@media (max-width: 450px) {
  .brand-list-wrapper__item {
    height: 200px; } }

@media (max-width: 400px) {
  .brand-list-wrapper__item {
    height: 180px; } }

@media (max-width: 320px) {
  .brand-list-wrapper__item {
    height: 145px; } }

/* End */
/* /local/templates/.default/components/sotbit/news/sotbit_origami_brands/style.css?16688825611874 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?16688825611460 */
/* /local/templates/.default/components/sotbit/news/sotbit_origami_brands/bitrix/news.list/origami_brands_list_3/style.css?16688825616228 */
