

/* 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?177600001519408*/
.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__companyBanner {
margin-bottom: 30px;
}

.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;
}

.company-banner {
  background-color: #f7f7f7;
  overflow: hidden;
  max-width: 975px;

  .company-banner__inner {
    padding-block: 25px;
    padding-inline: 20px;

    @media (min-width: 1250px) {
      padding-block: 50px 30px;
      padding-inline: 50px;
    }
  }

  .company-banner__top {
    padding-block: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px 70px;
    border-bottom: 1px solid #dfdfdf;

    @media (min-width: 1100px) {
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
    }
  }

  .company-banner__logo {
    max-width: 185px;
    width: 100%;
    height: auto;
    object-fit: contain;

    @media (min-width: 780px) {
      max-width: 230px;
    }
  }

  .company-banner__description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;

    p {
      margin: 0;
    }
  }

  .company-banner__bottom {
    position: relative;
    padding-block: 30px 0;
    display: flex;
    flex-direction: column;

    @media (min-width: 780px) {
      padding-block: 50px 0;
      flex-direction: row;
      align-items: center;
      gap: 0 30px;
    }
  }

 .banner__bottom_text {
   @media (min-width: 780px) {
     width:60%;
   }
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
 }
 }

.company-banner__bottom {
  min-height: 185px;
}


  /*.company-banner__list {*/
    .company-banner__bottom ul {
    max-width: 420px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    margin: 0;
    padding-left: 25px;
    z-index: 1;

    li {}

    li + li {
      margin-top: 15px;
    }
  }

  .company-banner__bg-img {
    height: 100%;
    object-fit: contain;
    z-index: 0;
    margin-left: auto;
    display: flex;
    margin-bottom: -40px;
    margin-right: -20px;
    margin-left: -20px;

    @media (min-width: 780px) {
      position: absolute;
      right: -50px;
      bottom: -35px;
      margin: 0;
    }

    img {
      width: 100%;
      height: 100%;
      max-height: 344px;
      pointer-events: none;
      transition: opacity 0.3s ease-in-out;

      @media (min-width: 780px) {
        max-width: 515px;
        max-height: 344px;
        opacity: 0.15;
      }

      @media (min-width: 1250px) {
        opacity: 1;
      }
    }
  }
}

.product-description {
  padding-block: 70px;

  @media (min-width: 768px) {
    padding-block: 70px 100px;
  }

  .product-description__wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px 0;

    @media (min-width: 768px) {
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      gap: 0 40px;
    }

  }

  .product-description__left {
    flex: 0 1 calc(50% - 40px);
  }

  .product-description__right {
    flex: 0 1 calc(45.3% - 40px);
  }

  .product-description-gastronomy {
    height: 100%;

    @media (min-width: 1250px) {
      max-width: 576px;
    }
  }
}

.product-description-group {

  .product-description-group__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #303536;

    @media (min-width: 768px) {
      font-size: 24px;
    }
  }

  .product-description-group__items {
    margin-top: 50px;

    @media (min-width: 768px) {
      margin-top: 28px;
    }

    ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 30px 64px;
      list-style: none;
      padding-left: 0;
      margin: 0;

      @media (min-width: 768px) {
        gap: 24px 64px;
      }

      li {
        flex: 1 1 100%;
        min-height: 85px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ddd;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;

        @media (min-width: 992px) {
          flex: 1 1 calc(50% - 64px);
        }

        span {
          display: flex;
          align-items: center;
          gap: 0 10px;

          img {
            max-width: 32px;
            max-height: 32px;
            object-fit: contain;
          }

          span {
            font-family: var(--font-family);
            font-weight: 700;
            font-size: 18px;
            line-height: 1.2;
            color: #303536;
          }
        }

        p {
          margin-top: 10px;
          margin-bottom: 0;
          font-family: var(--font-family);
          font-weight: 400;
          font-size: 14px;
          line-height: 1.3;
          color: #303536;
        }
      }
    }
  }

  & + & {
    margin-top: 70px;
  }
}

.product-description-gastronomy {
  display: flex;
  flex-direction: column;

  .product-description-gastronomy__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #303536;
  }

  .product-description-gastronomy__text {
    margin-top: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #303536;
  }

  .product-description-gastronomy__list {
    margin-top: 30px;
    height: 100%;

    ul {
      display: none;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
      height: 100%;

      @media (min-width: 768px) {
        display: grid;
      }

      li {
        a {
          height: 100%;
        }
      }
    }

    .swiper {
      display: flex;
      overflow: unset;

      @media (min-width: 768px) {
        display: none;
      }

      .swiper-wrapper {
        display: flex;
        align-items: stretch;
        height: auto;
      }

      .swiper-slide {

        .product-description-gastronomy__card {
          height: 100%;
        }
      }
    }
  }

  .product-description-gastronomy__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #f7f7f7;
    overflow: hidden;
    cursor: auto;

    p {
      font-family: var(--font-family);
      font-weight: 700;
      font-size: 16px;
      line-height: 1.2;
      color: #303536;
      padding: 20px 16px;
      margin-bottom: 0;
    }

    img {
      position: absolute;
      right: -17%;
      bottom: -30%;
      width: 206px;
      height: 206px;
      object-fit: contain;
    }
  }
}

.cElement__grid {
  grid-template-columns: 25% calc(100% - 25% - 10px);
  justify-content: space-between;
  gap: 0 10px;
  grid-template-areas: "img prop"
                      "buy buy"
                      "info info"
                      "banner banner";

  @media (min-width: 780px) {
    display: grid;
    grid-template-columns: 20% calc(100% - 52% - 20px) 30%;
    gap: 0 10px;
    grid-template-areas: "img prop buy"
                        "img prop buy"
                        "info info info"
                        "banner banner banner";
  }

  @media (min-width: 1000px) {
    grid-template-columns: 33% calc(100% - 55% - 40px) 22%;
    gap: 0 20px;
  }


  .cElement__imgBlock {
    grid-area: img;
    width: auto;
  }

  .cElement__propBlock {
    grid-area: prop;
    width: auto;
  }

  .cElement__buyBlock {
    grid-area: buy;
    width: auto;
  }

  .cElement__info {
    grid-area: info;
  }

  .cElement__companyBanner {
    /*margin-top: 40px;*/
    grid-area: banner;
    width: auto;
    margin-top: 20px;
    /*margin-inline: 10px;*/

    @media (min-width: 780px) {
      /*margin-top: 75px;*/
    }
  }
}

@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);
  }
}

@media (max-width: 768px) {
  .company-banner__top img{
    margin: 0 auto;
  }
}
.company-banner__inner h2 {
  margin-bottom: 2rem !important;
}
/* 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?177600001519408 */
/* /local/templates/xbitt/components/bitrix/main.share/universal/style.css?1767706294543 */
