

/* Start:/local/templates/main/components/bitrix/catalog/catalog_new/style.css?17140573096077*/
.catalog-wrap {
  white-space: nowrap; }
  .catalog-wrap.search-exist {
    margin-top: 25px; }
  .catalog-wrap .left, .catalog-wrap .right {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .catalog-wrap .left {
    width: 270px;
    margin-right: 26px; }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .catalog-wrap .left {
        width: 220px;
        margin-right: 16px; } }
    @media screen and (max-width: 980px) {
      .catalog-wrap .left {
        display: none; } }
  .catalog-wrap .right {
    width: 870px; }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .catalog-wrap .right {
        width: 700px; } }
    @media screen and (max-width: 980px) {
      .catalog-wrap .right {
        width: 100%; } }
    .catalog-wrap .right h1, .catalog-wrap .right .search-title {
      text-transform: uppercase;
      margin: 18px 0 30px 0;
      color: #414e55;
      font-size: 22px;
      font-family: "OpenSans Bold";
      text-transform: uppercase;
      line-height: 22px;
      padding-bottom: 15px;
      font-weight: normal;
      white-space: normal;
      position: relative;
      border-bottom: 4px solid #84849f; }
      @media screen and (max-width: 1200px) and (min-width: 721px) {
        .catalog-wrap .right h1, .catalog-wrap .right .search-title {
          margin: 18px 0 20px 0; } }
      .catalog-wrap .right h1.detail, .catalog-wrap .right .search-title.detail {
        margin: 0 0 35px 0;
        color: #414e55;
        font-size: 20px;
        font-family: "OpenSans SemiBold";
        text-transform: uppercase;
        border: 0;
        padding-bottom: 0; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right h1.detail, .catalog-wrap .right .search-title.detail {
            margin: 0 0 15px 0; } }
      .catalog-wrap .right h1.search-title, .catalog-wrap .right .search-title.search-title {
        color: #414e55;
        font-size: 20px;
        font-family: "OpenSans SemiBold";
        text-transform: uppercase; }
        .catalog-wrap .right h1.search-title span, .catalog-wrap .right .search-title.search-title span {
          color: #098edb; }
    .catalog-wrap .right .section-wrap h1 {
      margin: 18px 0 20px 0; }
      @media screen and (max-width: 1200px) {
        .catalog-wrap .right .section-wrap h1 {
          padding-left: 0; } }
    .catalog-wrap .right .section-wrap .iblock-description {
      margin-top: 60px; }
    .catalog-wrap .right .iblock-description {
      margin-top: 45px; }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .catalog-wrap .right .iblock-description {
          width: 700px; } }
      @media screen and (max-width: 980px) and (min-width: 721px) {
        .catalog-wrap .right .iblock-description {
          width: 100%; } }
      @media screen and (max-width: 720px) {
        .catalog-wrap .right .iblock-description {
          width: 370px;
          margin: 60px auto 40px auto; } }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .catalog-wrap .right .iblock-description.section {
          margin-top: 25px; } }
      @media screen and (max-width: 980px) {
        .catalog-wrap .right .iblock-description .right-image, .catalog-wrap .right .iblock-description .left-image {
          display: none; } }
      .catalog-wrap .right .iblock-description .description-title {
        color: #414e55;
        font-size: 30px;
        font-family: "OpenSans Bold";
        text-transform: uppercase;
        margin-bottom: 30px;
        line-height: 32px; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right .iblock-description .description-title {
            text-align: center; } }
      .catalog-wrap .right .iblock-description .text {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        line-height: 24px;
        text-transform: none; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right .iblock-description .text {
            height: 380px;
            overflow: hidden; } }
        .catalog-wrap .right .iblock-description .text p {
          color: #414e55;
          font-size: 14.5px;
          font-family: "OpenSans";
          text-transform: uppercase;
          line-height: 24px;
          text-transform: none; }
      .catalog-wrap .right .iblock-description .more-button {
        margin: 35px auto 0 auto;
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #098edb;
        font-size: 14px;
        font-family: "OpenSans SemiBold";
        text-transform: uppercase;
        text-transform: lowercase;
        border: 1px solid #098edb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: none;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        @media screen and (max-width: 720px) {
          .catalog-wrap .right .iblock-description .more-button {
            display: block; } }

.view-toggles {
  display: flex;
}

.table-view, .tile-view {
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: auto, 0 0;
  cursor: pointer;
}

.table-view {
  background-image: url('/local/templates/main/img/table.png'), url('/local/templates/main/img/table_active.png');
}

.tile-view {
  background-image: url('/local/templates/main/img/tile.png'), url('/local/templates/main/img/tile_active.png');
}

.table-view:hover, .tile-view:hover, .view-toggle_active {
  background-size: 0 0, auto;
}

.related-products__title {
  color: #414e55;
  margin-top: 50px;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news-sidebar/style.css?17140573091247*/
.news-item__picture {
	text-align: center;
	height: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.news-item__picture img {
	max-width: 100%;
	max-height: 100px;
}

.news-item {
	font-family: 'OpenSans';
	margin: 10px 0;
	border: 1px solid #ececec;
    box-sizing: border-box;
	padding: 10px;
	transition: transform ease 0.2s, box-shadow ease 0.2s;
}

.news-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	transform: translateY(-1px);
}

.news-item__title {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}

.news-item__title a {
	text-decoration: none;
	color: #414e55;
}

.news-item__title a:hover {
	color: #098edb;
}

.news-item__text {
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item__detail-link {
	text-align: right;
	padding: 5px 0;
}

.news-item__detail-link a {
	font-size: 14px;
    color: #098edb;
}

.show-all {
	display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #098edb;
	color: #fff;
	text-decoration: none;
	font-family: 'OpenSans';
	margin: 20px auto;
}

.show-all:hover {
	background: #087abc;
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17140573092926*/
.bx-pagination {
  margin-top: 30px;
  height: auto;
  position: relative; }
  .bx-pagination ul {
    padding: 0;
    list-style: none;
    white-space: nowrap; }
    .bx-pagination ul li {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      padding: 0;
      width: 22px;
      height: 22px;
      line-height: 21px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      position: relative;
      z-index: 1;
      margin-right: 4px;
      border: 1px solid #e7edef;
      background: white; }
      .bx-pagination ul li:last-child {
        margin-right: 0; }
      .bx-pagination ul li span, .bx-pagination ul li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #414e55;
        font-size: 13px;
        font-family: "OpenSans";
        text-transform: uppercase;
        text-decoration: none; }
      .bx-pagination ul li:hover:not(.noHover):not(.bx-pag-prev):not(.bx-pag-next) {
        border: 1px solid #84849f; }
      .bx-pagination ul li.bx-active {
        border: 1px solid #84849f;
        background: #84849f; }
        .bx-pagination ul li.bx-active span, .bx-pagination ul li.bx-active a {
          color: white; }
      .bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
        border: 1px solid #e7edef;
        background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/../../../../img/sections-left-arrow-min.png") center 6.5px no-repeat white; }
        .bx-pagination ul li.bx-pag-prev:hover:not(.noActive), .bx-pagination ul li.bx-pag-prev.bx-active, .bx-pagination ul li.bx-pag-next:hover:not(.noActive), .bx-pagination ul li.bx-pag-next.bx-active {
          background: url("/local/templates/main/components/bitrix/system.pagenavigation/main/../../../../img/sections-left-arrow-white.png") center 6.5px no-repeat #84849f;
          border: 1px solid #84849f; }
      .bx-pagination ul li.bx-pag-prev {
        -webkit-transform: rotate(180deg);
        /* Chrome y Safari */
        -moz-transform: rotate(180deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
        /* Internet Explorer */
        -o-transform: rotate(180deg);
        /* Opera */
        -ms-transform: rotate(180deg); }
    .bx-pagination ul .dots {
      width: 22px;
      height: 22px;
      font-size: 0;
      vertical-align: top;
      white-space: normal;
      text-align: center;
      color: #000000;
      font-size: 13px;
      font-family: "OpenSans";
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e7edef; }
      .bx-pagination ul .dots:hover {
        border: 1px solid #84849f; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/style.css?17140573099203*/
.products-block {
  margin-top: 15px; }
  @media screen and (max-width: 720px) {
    .products-block {
      width: 370px;
      margin: 35px auto 0 auto; } }
  .products-block .block {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 270px;
    height: 430px;
    margin: 0 25px 25px 0;
    padding: 9px;
    position: relative;
    border: 1px solid transparent;
    z-index: 2;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .products-block .block {
        width: 220px;
        height: 380px;
        padding: 0;
        margin: 0 16px 30px 0;
        overflow: hidden; } }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .products-block .block:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 8px;
        left: -8px;
        top: -8px;
        border: 1px solid #b1c2cb;
        opacity: 0;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        z-index: 0; } }
    @media screen and (max-width: 720px) {
      .products-block .block {
        height: 345px;
        width: 170px;
        margin: 0 26px 40px 0;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding: 0; }
        .products-block .block:nth-child(2n+2) {
          margin-right: -2px; } }
    .products-block .block:hover {
      overflow: visible; }
      @media screen and (min-width: 1200px) {
        .products-block .block:hover {
          border: 1px solid #b1c2cb; } }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .products-block .block:hover:after {
          opacity: 1; } }
      .products-block .block:hover .info .name {
        color: #4d98c3;
        text-decoration: underline; }
        .products-block .block:hover .info .name:hover {
          text-decoration: none; }
    @media screen and (min-width: 720px) {
      .products-block .block:nth-child(3n+3) {
        margin-right: -2px; } }
    .products-block .block .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 250px;
      width: 100%;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media screen and (max-width: 1200px) and (min-width: 721px) {
        .products-block .block .image {
          height: 220px; } }
      @media screen and (max-width: 720px) {
        .products-block .block .image {
          height: 170px; } }
      .products-block .block .image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%; }
    .products-block .block .info {
      text-align: left;
      position: relative;
      z-index: 1; }
      .products-block .block .info .name {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        text-transform: none;
        text-decoration: none;
        display: block;
        max-height: 50px;
        height: 50px;
        overflow: hidden;
        line-height: 16px;
        margin: 22px 0 0 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        @media screen and (max-width: 720px) {
          .products-block .block .info .name {
            max-height: 65px;
            height: 65px; } }
      .products-block .block .info .artnumber {
        color: #414e55;
        font-size: 14px;
        font-family: "OpenSans Light Italic";
        text-transform: uppercase;
        text-transform: none;
        max-height: 19px;
        overflow: hidden; }
      .products-block .block .info .price-wrap {
        margin-top: 16px; }
        .products-block .block .info .price-wrap .ot {
          color: #414e55;
          font-size: 14.5px;
          font-family: "OpenSans";
          text-transform: uppercase;
          text-transform: none; }
        .products-block .block .info .price-wrap .price {
          color: #414e55;
          font-size: 16px;
          font-family: "OpenSans Bold";
          text-transform: uppercase;
          text-transform: none; }
  @media screen and (max-width: 720px) {
    .products-block .bx-pagination {
      text-align: center;
      margin-top: -15px; } }


.price-remove {
  text-decoration: line-through;
  padding-right: 5px;
}

.discount-price {
  color: red!important;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}


.product-carousel__link {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background:#098edb;
  color: #fff;
  margin: 10px auto;
  font-size: 14.5px;
  font-family: "OpenSans";
  text-decoration: none;
}

/* .product-carousel__link:not(.product-carousel__link_discount) {
  margin-top: 32px;
} */

.product-carousel__link:hover {
  background: #087abc;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.carousel-products .carousel .block .info .price-wrap {
  margin-top: 0;
}


.product-carousel__link {
  margin: 10px 0 0!important;
}

.filter-not-found {
  color: #414e55;
  text-align: center;
  font-family: 'OpenSans Bold';
  font-size: 25px;
  margin-top: 50px;
}

.catalog-sorting {
  display: flex;
}

.catalog-sorting__item {
  margin-right: 20px;
  font-family: 'OpenSans Light';
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}

.catalog-sorting__item a {
  text-decoration: none;
  color: #84849f;
  transition: 0.3s;
}

.catalog-sorting__item_selected a {
  font-family: 'OpenSans SemiBold';
  color: #414e55;
}

.catalog-sorting__item:hover a {
  color: #414e55;
}

.catalog-sorting__item:after {
  content: '';
  width: 11px;
  height: 6px;
  display: block;
  background: url('/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/images/sort_arrow.png') no-repeat center;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}

.catalog-sorting__item_selected:after {
  background: url('/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/images/sort_arrow_active.png') no-repeat center;
}

.catalog-sorting__item_rotate:after {
  transform: rotate(180deg);
}

.section-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #84849f;
  padding-bottom: 13px;
}

.products-per-page {
  position: relative;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
}

.products-per-page__options {
  position: absolute;
  padding: 0!important;
  margin: 0!important;
  display: none;
  background: #fff;
  width: 100%;
  z-index: 6;
  box-sizing: border-box;
  top: 28px;
  border: 1px solid #b1c2cb;
}

.products-per-page__options_show {
  display: block;
}

.products-per-page__option a {
  display: block;
  font-size: 12px!important;
  padding-left: 7px;
  cursor: pointer;
  color: #414e55!important;
  text-decoration: none;
}

.products-per-page__option a:hover {
  background: rgba(177, 194, 203, 0.3);
}

.products-per-page__option:after {
  display: none;
}

.products-per-page__select {
  font-family: 'OpenSans Bold';
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  padding-left: 7px;
  background: url('/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/images/sort_arrow_active.png') no-repeat 31px center;
  border: 1px solid #b1c2cb;
}

.section-h1 {
  border-bottom: none!important;
  padding-bottom: 0!important;
}

.products-per-page__wrapper {
  display: flex;
  align-items: center;
}

.products-per-page__label {
  font-family: 'OpenSans';
  font-size: 13px;
  color: #414e55;
  margin-right: 13px;
}

button.product-carousel__link {
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 720px) {
  .products-per-page__label {
    display: none;
  }
}

@media (max-width: 1200px) {
  .products-block .price-block__wrap {
    display: block;
  }

  .products-block .product-carousel__link {
    position: unset;
    width: 100%!important;
  }

  .section-products .block {
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .products-block .products-block .block {
    margin-bottom: 65px;
  }
}

.articul-wrapper {
  display: flex;
  justify-content: space-between;
}

h2.description-title {
  text-transform: uppercase !important;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/related_products/style.css?17140573099203*/
.products-block {
  margin-top: 15px; }
  @media screen and (max-width: 720px) {
    .products-block {
      width: 370px;
      margin: 35px auto 0 auto; } }
  .products-block .block {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 270px;
    height: 430px;
    margin: 0 25px 25px 0;
    padding: 9px;
    position: relative;
    border: 1px solid transparent;
    z-index: 2;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .products-block .block {
        width: 220px;
        height: 380px;
        padding: 0;
        margin: 0 16px 30px 0;
        overflow: hidden; } }
    @media screen and (max-width: 1200px) and (min-width: 981px) {
      .products-block .block:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 8px;
        left: -8px;
        top: -8px;
        border: 1px solid #b1c2cb;
        opacity: 0;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        z-index: 0; } }
    @media screen and (max-width: 720px) {
      .products-block .block {
        height: 345px;
        width: 170px;
        margin: 0 26px 40px 0;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        padding: 0; }
        .products-block .block:nth-child(2n+2) {
          margin-right: -2px; } }
    .products-block .block:hover {
      overflow: visible; }
      @media screen and (min-width: 1200px) {
        .products-block .block:hover {
          border: 1px solid #b1c2cb; } }
      @media screen and (max-width: 1200px) and (min-width: 981px) {
        .products-block .block:hover:after {
          opacity: 1; } }
      .products-block .block:hover .info .name {
        color: #4d98c3;
        text-decoration: underline; }
        .products-block .block:hover .info .name:hover {
          text-decoration: none; }
    @media screen and (min-width: 720px) {
      .products-block .block:nth-child(3n+3) {
        margin-right: -2px; } }
    .products-block .block .image {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 250px;
      width: 100%;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media screen and (max-width: 1200px) and (min-width: 721px) {
        .products-block .block .image {
          height: 220px; } }
      @media screen and (max-width: 720px) {
        .products-block .block .image {
          height: 170px; } }
      .products-block .block .image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%; }
    .products-block .block .info {
      text-align: left;
      position: relative;
      z-index: 1; }
      .products-block .block .info .name {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        text-transform: none;
        text-decoration: none;
        display: block;
        max-height: 50px;
        height: 50px;
        overflow: hidden;
        line-height: 16px;
        margin: 22px 0 0 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        @media screen and (max-width: 720px) {
          .products-block .block .info .name {
            max-height: 65px;
            height: 65px; } }
      .products-block .block .info .artnumber {
        color: #414e55;
        font-size: 14px;
        font-family: "OpenSans Light Italic";
        text-transform: uppercase;
        text-transform: none;
        max-height: 19px;
        overflow: hidden; }
      .products-block .block .info .price-wrap {
        margin-top: 16px; }
        .products-block .block .info .price-wrap .ot {
          color: #414e55;
          font-size: 14.5px;
          font-family: "OpenSans";
          text-transform: uppercase;
          text-transform: none; }
        .products-block .block .info .price-wrap .price {
          color: #414e55;
          font-size: 16px;
          font-family: "OpenSans Bold";
          text-transform: uppercase;
          text-transform: none; }
  @media screen and (max-width: 720px) {
    .products-block .bx-pagination {
      text-align: center;
      margin-top: -15px; } }


.price-remove {
  text-decoration: line-through;
  padding-right: 5px;
}

.discount-price {
  color: red!important;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}


.product-carousel__link {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background:#098edb;
  color: #fff;
  margin: 10px auto;
  font-size: 14.5px;
  font-family: "OpenSans";
  text-decoration: none;
}

/* .product-carousel__link:not(.product-carousel__link_discount) {
  margin-top: 32px;
} */

.product-carousel__link:hover {
  background: #087abc;
}

.price-block__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.carousel-products .carousel .block .info .price-wrap {
  margin-top: 0;
}


.product-carousel__link {
  margin: 10px 0 0!important;
}

.filter-not-found {
  color: #414e55;
  text-align: center;
  font-family: 'OpenSans Bold';
  font-size: 25px;
  margin-top: 50px;
}

.catalog-sorting {
  display: flex;
}

.catalog-sorting__item {
  margin-right: 20px;
  font-family: 'OpenSans Light';
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}

.catalog-sorting__item a {
  text-decoration: none;
  color: #84849f;
  transition: 0.3s;
}

.catalog-sorting__item_selected a {
  font-family: 'OpenSans SemiBold';
  color: #414e55;
}

.catalog-sorting__item:hover a {
  color: #414e55;
}

.catalog-sorting__item:after {
  content: '';
  width: 11px;
  height: 6px;
  display: block;
  background: url('/local/templates/main/components/bitrix/catalog.section/related_products/images/sort_arrow.png') no-repeat center;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
}

.catalog-sorting__item_selected:after {
  background: url('/local/templates/main/components/bitrix/catalog.section/related_products/images/sort_arrow_active.png') no-repeat center;
}

.catalog-sorting__item_rotate:after {
  transform: rotate(180deg);
}

.section-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #84849f;
  padding-bottom: 13px;
}

.products-per-page {
  position: relative;
  width: 50px;
  height: 30px;
  box-sizing: border-box;
}

.products-per-page__options {
  position: absolute;
  padding: 0!important;
  margin: 0!important;
  display: none;
  background: #fff;
  width: 100%;
  z-index: 6;
  box-sizing: border-box;
  top: 28px;
  border: 1px solid #b1c2cb;
}

.products-per-page__options_show {
  display: block;
}

.products-per-page__option a {
  display: block;
  font-size: 12px!important;
  padding-left: 7px;
  cursor: pointer;
  color: #414e55!important;
  text-decoration: none;
}

.products-per-page__option a:hover {
  background: rgba(177, 194, 203, 0.3);
}

.products-per-page__option:after {
  display: none;
}

.products-per-page__select {
  font-family: 'OpenSans Bold';
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  padding-left: 7px;
  background: url('/local/templates/main/components/bitrix/catalog.section/related_products/images/sort_arrow_active.png') no-repeat 31px center;
  border: 1px solid #b1c2cb;
}

.section-h1 {
  border-bottom: none!important;
  padding-bottom: 0!important;
}

.products-per-page__wrapper {
  display: flex;
  align-items: center;
}

.products-per-page__label {
  font-family: 'OpenSans';
  font-size: 13px;
  color: #414e55;
  margin-right: 13px;
}

button.product-carousel__link {
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 720px) {
  .products-per-page__label {
    display: none;
  }
}

@media (max-width: 1200px) {
  .products-block .price-block__wrap {
    display: block;
  }

  .products-block .product-carousel__link {
    position: unset;
    width: 100%!important;
  }

  .section-products .block {
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  .products-block .products-block .block {
    margin-bottom: 65px;
  }
}

.articul-wrapper {
  display: flex;
  justify-content: space-between;
}

h2.description-title {
  text-transform: uppercase !important;
}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog_new/style.css?17140573096077 */
/* /local/templates/main/components/bitrix/news.list/news-sidebar/style.css?17140573091247 */
/* /local/templates/main/components/bitrix/system.pagenavigation/main/style.css?17140573092926 */
/* /local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section/products-blocks/style.css?17140573099203 */
/* /local/templates/main/components/bitrix/catalog.section/related_products/style.css?17140573099203 */
