

/* Start:/local/templates/xbitt/components/bitrix/catalog/catalog/style.css?17677062945549*/
.catalog__aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20.833333333333336% - 20px);
}

.catalog__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  position: relative;
}

.catalog__description {
  margin-bottom: 1.25rem;
}

.catalog__sort {
  margin-bottom: 1.25rem;
}

.catalog__bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ececec;
}

.sortBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__sort {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 500;
}

.sort__sort a {
  color: #be1e2d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}

.sort__sort a:hover {
  color: #414042;
}

.sort__sort i {
  font-size: 18px;
  font-size: 1.125em;
  margin-left: 0.25rem;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  color: #9b9b9b;
}

.sort__show {
  margin-left: 1rem;
}

.sort__show .select {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 500;
  cursor: pointer;
}

.sort__show .select-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__show .select-text span {
  padding-left: 0.5rem;
  color: #be1e2d;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sort__show .select-text span:hover {
  color: #414042;
}

.sort__show i {
  font-size: 10px;
  font-size: 0.625em;
  font-weight: 700;
  margin-left: 0.25rem;
  font-style: normal;
  display: inline-block;
  color: #9b9b9b;
}

.sort__template {
  margin-left: auto;
}

.sort__template a {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
  display: inline-block;
  margin-right: 0.25rem;
}

.sort__template a:last-child {
  margin-right: 0;
}

.sort__template a.active {
  color: #be1e2d;
}

.tagsBlock {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tagsBlock.__v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tagsBlock.__v .tagsName {
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.tagsBlock.__t0 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tagsName {
  margin-right: 1rem;
}

.tagsValue {
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}

.tagsValue a {
  background: #ececec;
  color: #727272;
  padding: 0.3125rem 0.625rem;
}

.tagsValue a:hover,
.tagsValue a.selected {
  background: #be1e2d;
  color: #fff;
}

.tagsValues {
  width: 100%;
}

.banner {
  position: relative;
  margin-top: 1.25rem;
}

.banner img {
  display: block;
  width: 100%;
}

.banner__btn {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  margin: auto;
}

#ajaxLoaderFilter {
  z-index: 10000;
  --indent: 0;
  position: fixed;
  top: var(--indent);
  bottom: var(--indent);
  right: var(--indent);
  left: var(--indent);
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ajaxLoaderFilter:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  background: transparent url("/include/images/ajax-loader.gif") center center/contain no-repeat;
}

@media screen and (min-width: 780px) {
  .catalog__aside.--left .h1 {
    display: none;
  }
}

@media screen and (max-width: 1170px) {
  .sortBox {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sort__sort a {
    margin-left: 0;
    margin-right: 0.5rem;
  }

  .sort__sort span {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .catalog__aside {
    width: calc(25% - 20px);
  }

  .catalog__aside.--right {
    display: none;
  }

  .catalog__content {
    width: calc(75% - 20px);
  }
}

@media screen and (max-width: 780px) {
  .catalog__aside {
    width: calc(100% - 20px);
  }

  .catalog__content {
    width: calc(100% - 20px);
  }

  .catalog__content h1 {
    display: none;
  }

  .banner {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .sortBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sort__sort {
    width: 100%;
  }

  .sort__sort a {
    margin-left: 0.5rem;
    margin-right: 0;
  }

  .sort__sort span {
    display: inline-block;
  }

  .sort__show {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  .sort__sort a {
    margin-right: 0.5rem;
    margin-left: 0;
  }

  .sort__sort span {
    display: none;
  }
}
/* End */


/* Start:/local/templates/xbitt/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?176770629411482*/
.cElement .tagsBlock {
  margin-top: 0;
}

.cElement .ico-izbr_active,
.cElement .ico-srav_active {
  color: #be1e2d;
}

.cElement h3,
.cElement .h3 {
  margin-bottom: 1.875rem;
}

.cElement h4,
.cElement .h4 {
  margin-bottom: 0.625rem;
}

.cElement__header {
  position: relative;
}

.cElement__art {
  display: inline-block;
  margin-right: 1.875rem;
}

.cElement__art span {
  font-weight: 700;
}

.cElement__nameRU {
  display: inline-block;
  color: #9b9b9b;
}

.cElement__main {
  margin-top: 1.875rem;
}

.cElement__img {
  height: auto;
  min-height: auto;
  margin: auto;
  max-height: 500px;
  display: block;
  background: transparent top center/contain no-repeat;
  position: relative;
  z-index: 5;
}

.cElement__imgBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  position: relative;
  padding: 2px;
}

.cElement__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.cElement__propBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(45.833333333333336% - 20px);
}

.cElement__propItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cElement__propItem.__LAST {
  margin-top: 3.125rem;
}

.cElement__propItem .linked__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cElement__propItem .linked__element {
  display: none;
  width: 30%;
  margin-right: 0.625rem;
  margin-bottom: 0.75rem;
}

.cElement__propItem .linked__element:nth-child(-n+10) {
  display: inline-block;
}

.cElement__propItem .linked__element span {
  padding: 0.3125rem 0.625rem;
  border: 1px solid #be1e2d;
  background: #be1e2d;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

.cElement__propItem .linked__element span i {
  display: block;
  font-style: normal;
  white-space: nowrap;
  pointer-events: auto;
  color: inherit;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.cElement__propItem .linked__element a span {
  color: #414042;
  background: transparent;
}

.cElement__propItem .linked__element a:hover span {
  background: #be1e2d;
  color: #fff;
}

.cElement__propItem .linked__element.no-available span {
  background: transparent;
  color: #999;
  border-color: #999;
}

.cElement__propItem .linked__element.no-available a span {
  border-color: #999;
}

.cElement__propItem .linked__element.no-available a:hover span {
  background: #999;
}

.cElement__propName {
  width: 30%;
  color: #414042;
  font-weight: 600;
}

.cElement__propValue {
  width: 70%;
}

.cElement__thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
}

.cElement__thumb img {
  --sizeSquare: 100%;
  display: block;
  width: var(--sizeSquare);
  height: var(--sizeSquare);
  -o-object-fit: cover;
     object-fit: cover;
}

.cElement__thumbs {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cElement__buy {
  margin-bottom: 2.5rem;
  text-align: center;
}

.cElement__buy a {
  display: block;
}

.cElement__buyBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20.833333333333336% - 20px);
}

.cElement__buyContainer {
  padding: 1.25rem;
  border: 1px solid #ececec;
  background-color: #f8f8f8;
}

.cElement__available {
  margin-bottom: 1rem;
}

.cElement__available span {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.cElement__fav {
  margin-bottom: 0.625rem;
}

.cElement__fav a.--icon {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875em;
}

.cElement__price {
  line-height: 1;
  margin-bottom: 1.25rem;
}

.cElement__priceOLD {
  font-size: 18px;
  font-size: 1.125em;
  color: #be1e2d;
  font-weight: 300;
  text-decoration: line-through;
}

.cElement__priceNEW {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #414042;
  white-space: nowrap;
}

.cElement__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

.cElement__quantity .numBlock {
  width: 40%;
}

.cElement__quantity .measureBlock {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
}

.cElement__description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
  margin-right: calc(4.166666666666667% + 10px);
}

.cElement__descriptionSmall {
  font-size: 12px;
  font-size: 0.75em;
}

.cElement__sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20.833333333333336% - 20px);
}

.cElement__notes {
  margin-bottom: -2.5rem;
}

.cElement__notesItem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  margin-bottom: 2.5rem;
}

.cElement__tabs {
  margin-bottom: 2rem;
}

.cElement__tabs .tabs {
  margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
  .cElement__label .labelList__item span {
    width: 60px;
    height: 60px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1400px) {
  .cElement__quantity .numBlock {
    width: 60%;
  }

  .cElement__quantity .measureBlock {
    width: 30%;
  }
}

@media screen and (max-width: 1170px) {
  .cElement__imgBlock {
    width: calc(29.166666666666668% - 20px);
  }

  .cElement__propItem .linked__element {
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .cElement__propItem .linked__element span {
    font-size: 14px;
    font-size: 0.875em;
  }

  .cElement__buyBlock {
    width: calc(25% - 20px);
  }

  .cElement__description {
    margin-right: calc(0% + 10px);
  }

  .cElement__sidebar {
    width: calc(25% - 20px);
  }
}

@media screen and (max-width: 960px) {
  .cElement__imgBlock {
    width: calc(20.833333333333336% - 20px);
  }

  .cElement__label .labelList__item span {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }

  .cElement__propBlock {
    width: calc(50% - 20px);
  }

  .cElement__propItem.__LAST {
    margin-top: 1rem;
  }

  .cElement__propItem.__LAST .cElement__propValue {
    width: 100%;
  }

  .cElement__propItem .linked__element span {
    font-size: 12px;
    font-size: 0.75em;
    padding: 0.25rem;
  }

  .cElement__propName {
    width: 40%;
  }

  .cElement__propValue {
    width: 60%;
  }

  .cElement__thumb {
    width: calc(25% - 20px);
  }

  .cElement__buy {
    margin-bottom: 1rem;
  }

  .cElement__buyBlock {
    width: calc(29.166666666666668% - 20px);
  }

  .cElement__description {
    width: calc(70.83333333333334% - 20px);
  }

  .cElement__sidebar {
    width: calc(29.166666666666668% - 20px);
  }

  .cElement__notes:last-child {
    margin-bottom: 0;
  }

  .cElement__notesItem {
    width: calc(100% - 20px);
  }

  .cElement__notesItem {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 780px) {
  .cElement .tagsBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cElement .tagsBlock .tagsName {
    margin-bottom: 0.5rem;
  }

  .cElement h3,
  .cElement .h3 {
    margin-bottom: 1rem;
  }

  .cElement__img {
    max-height: 250px;
  }

  .cElement__imgBlock {
    margin-bottom: 1rem;
  }

  .cElement__propBlock {
    width: calc(79.16666666666667% - 20px);
  }

  .cElement__propItem {
    margin-bottom: 0.25rem;
  }

  .cElement__buyBlock {
    width: calc(100% - 20px);
  }

  .cElement__buyBlock {
    margin-top: 1rem;
  }

  .cElement__buyBlock {
    margin-top: 1rem;
  }

  .cElement__buyBlockMd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cElement__buyBlock .bannerList {
    margin-bottom: 0;
  }

  .cElement__favBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .cElement__quantity {
    margin-bottom: 1rem;
    width: 100%;
  }

  .cElement__description {
    width: calc(100% - 20px);
  }

  .cElement__sidebar {
    width: calc(100% - 20px);
  }

  .cElement__sidebar .bannerList {
    margin-bottom: 0;
  }

  .cElement__sidebar .bannerList .__vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .cElement__sidebar .bannerList .__vertical .bannerList__item {
    width: calc(50% - 20px);
  }

  .cElement__notesItem {
    margin-bottom: 1rem;
  }

  .cElement__tabs {
    margin-bottom: 1rem;
  }

  .cElement__tabs .tabs {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .cElement__imgBlock {
    width: calc(100% - 20px);
  }

  .cElement__propBlock {
    width: calc(100% - 20px);
  }

  .cElement__thumb {
    width: calc(33.333333333333336% - 20px);
  }
}

@media screen and (max-width: 400px) {
  .cElement__label .labelList__item span {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875em;
  }

  .cElement__buyBlockMd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cElement__favBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cElement__sidebar .bannerList .__vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cElement__sidebar .bannerList .__vertical .bannerList__item {
    width: calc(100% - 20px);
  }
}
/* End */


/* Start:/local/templates/xbitt/components/bitrix/main.share/universal/style.css?1767706294543*/
.main-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  background: #ececec;
  padding: 0.625rem 1.25rem;
}

.main-share li {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.main-share-text {
  color: #9b9b9b;
  margin-right: 1.25rem;
}

.main-share-text i {
  display: inline-block;
  margin-right: 0.625rem;
  font-size: 20px;
  font-size: 1.25em;
}

.main-share-icon {
  margin: 0 0.4375rem;
}
/*# sourceMappingURL=../../maps/components/main-share/style.css.map */

/* End */
/* /local/templates/xbitt/components/bitrix/catalog/catalog/style.css?17677062945549 */
/* /local/templates/xbitt/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/style.css?176770629411482 */
/* /local/templates/xbitt/components/bitrix/main.share/universal/style.css?1767706294543 */
