

/* 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/catalog/catalog_new/bitrix/catalog.section.list/.default/style.css?171405730911383*/
@media screen and (max-width: 720px) {
  .sections-list {
    margin: 30px auto 0 auto;
    width: 370px; } }
@media screen and (max-width: 720px) {
  .sections-list.small {
    margin: 60px auto 0 auto; } }
.sections-list.small .section {
  height: 370px; }
  @media screen and (max-width: 1200px) and (min-width: 721px) {
    .sections-list.small .section {
      height: 320px; } }
  @media screen and (max-width: 720px) {
    .sections-list.small .section {
      height: 290px;
      width: 170px;
      margin: 0 26px 30px 0;
      display: inline-block;
      vertical-align: top;
      white-space: normal; }
      .sections-list.small .section:nth-child(2n+2) {
        margin-right: -2px; } }
  @media screen and (max-width: 720px) {
    .sections-list.small .section.subsections .table-name .arrow-wrap {
      display: none; } }
  .sections-list.small .section .table-name {
    border-bottom: 0; }
    @media screen and (max-width: 720px) {
      .sections-list.small .section .table-name {
        padding: 12px 6px 0 6px;
        overflow: hidden;
        height: 70px;
        display: block; } }
    .sections-list.small .section .table-name .table-cell .text {
      height: 60px;
      line-height: 17px; }
  .sections-list.small .section .products-count {
    border-top: 0; }
    @media screen and (max-width: 720px) {
      .sections-list.small .section .products-count {
        padding: 0 6px; } }
  @media screen and (max-width: 720px) {
    .sections-list.small .section .image {
      display: block;
      height: 170px; } }
.sections-list .section {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  height: 590px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin: 0 26px 30px 0;
  border: 1px solid #b1c2cb; }
  @media screen and (min-width: 720px) {
    .sections-list .section {
      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: 1200px) and (min-width: 721px) {
    .sections-list .section {
      width: 220px;
      height: 535px;
      margin: 0 16px 20px 0; } }
  @media screen and (max-width: 720px) {
    .sections-list .section {
      display: block;
      width: 100%;
      height: 60px;
      margin: 0 0 20px 0; }
      .sections-list .section.subsections .table-name .arrow-wrap {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 0;
        top: 0; }
        .sections-list .section.subsections .table-name .arrow-wrap .arrow {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 19px;
          height: 19px;
          -webkit-border-radius: 19px;
          -moz-border-radius: 19px;
          -ms-border-radius: 19px;
          border-radius: 19px;
          background: url("/local/templates/main/components/bitrix/catalog/catalog_new/bitrix/catalog.section.list/.default/../../../../../../../img/sections-left-arrow-white.png") center no-repeat #098edb;
          transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease; }
      .sections-list .section.subsections.active .table-name .arrow-wrap .arrow {
        -webkit-transform: rotate(90deg);
        /* Chrome y Safari */
        -moz-transform: rotate(90deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
        /* Internet Explorer */
        -o-transform: rotate(90deg);
        /* Opera */
        -ms-transform: rotate(90deg); } }
  @media screen and (min-width: 720px) {
    .sections-list .section:nth-child(3n+3) {
      margin-right: -2px; } }
  .sections-list .section:last-child {
    margin-right: 0; }
  @media screen and (min-width: 720px) {
    .sections-list .section:hover {
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18); }
      .sections-list .section:hover .image:after {
        opacity: 0.2; }
      .sections-list .section:hover .table-name .table-cell .text {
        color: #098edb; } }
  .sections-list .section .image {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    display: block; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .image {
        height: 220px; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .image {
        display: none; } }
    @media screen and (min-width: 720px) {
      .sections-list .section .image:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #414e55;
        opacity: 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; } }
    .sections-list .section .image img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 100%;
      z-index: 1; }
  .sections-list .section .table-name {
    display: table;
    width: 100%;
    height: 68px;
    position: relative;
    border-top: 1px solid #e7edef;
    border-bottom: 1px solid #e7edef;
    padding: 12px 18px;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .table-name {
        padding: 12px 8px; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .table-name {
        height: 60px;
        padding: 0 40px 0 20px;
        border-top: 0; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .table-name .table-cell {
        display: table-cell;
        vertical-align: middle; } }
    .sections-list .section .table-name .table-cell .text {
      color: #414e55;
      font-size: 14px;
      font-family: "OpenSans ExtraBold";
      text-transform: uppercase;
      line-height: 20px;
      text-align: left;
      height: 42px;
      overflow: hidden;
      text-decoration: none;
      display: block; }
      @media screen and (max-width: 720px) {
        .sections-list .section .table-name .table-cell .text {
          line-height: 18px;
          height: auto; } }
  .sections-list .section .subsections-block .table-name-subsection {
    width: 100%;
    display: table;
    height: 49px;
    border-bottom: 1px solid #e7edef;
    padding: 0 18px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .subsections-block .table-name-subsection {
        padding: 0 8px; } }
    .sections-list .section .subsections-block .table-name-subsection:last-child {
      border-bottom: 0; }
    .sections-list .section .subsections-block .table-name-subsection .table-cell-subsection {
      display: table-cell;
      vertical-align: middle; }
      .sections-list .section .subsections-block .table-name-subsection .table-cell-subsection:hover .text {
        text-decoration: none;
        color: #098edb; }
      .sections-list .section .subsections-block .table-name-subsection .table-cell-subsection .text {
        color: #414e55;
        font-size: 14.5px;
        font-family: "OpenSans";
        text-transform: uppercase;
        line-height: 16px;
        text-transform: none;
        text-decoration: underline;
        max-height: 35px;
        overflow: hidden; }
  .sections-list .section .products-count {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e7edef;
    color: #414e55;
    font-size: 13px;
    font-family: "OpenSans SemiBold";
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    padding: 0 18px; }
    @media screen and (max-width: 1200px) and (min-width: 721px) {
      .sections-list .section .products-count {
        padding: 0 8px; } }
    @media screen and (max-width: 720px) {
      .sections-list .section .products-count {
        position: relative;
        bottom: auto; } }
    .sections-list .section .products-count span {
      color: #098edb;
      font-size: 13px;
      font-family: "OpenSans Bold";
      text-transform: uppercase;
      text-transform: none; }


.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;
  justify-content: space-between;
}

.carousel-products .carousel .block .info .price-wrap {
  margin-top: 0;
}

.product-carousel__link:not(.product-carousel__product-link) {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0!important;
}

@media screen and (max-width: 1200px) and (min-width: 721px) {
  .product-carousel__link {
    width: 80px!important;
  }
}

@media screen and (max-width: 720px) {
  .sections-list.small .section {
    height: 330px;
  }

  .product-carousel__link {
    position: unset;
    width: 80%;
    margin: 0 auto!important;
  }
}

.catalog__section-list .catalog__section {
  display: block;
}

.catalog__section-list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .catalog__section-list .catalog__section {
    height: auto!important;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
  }

  .catalog__section .products-count {
    position: unset!important;
  }

  .catalog__section .product-carousel__link {
    position: unset;
    margin: 15px auto 0!important;
    width: 90%!important;
  }

  .catalog__section .products-count {
    height: auto!important;
    line-height: unset!important;
  }

  .sections-list.small .section .table-name .table-cell .text {
    height: auto;
  }

  .sections-list .section .table-name {
    display: block;
    height: auto;
  }

  .catalog__section-list .catalog__section {
    padding-bottom: 10px;
  }
}

@media (max-width: 720px) {
  .sections-list.small .section .table-name {
    height: auto;
    padding: 10px 0;
  }

  /* .sections-list.small .section .table-name */
}
      

/*# 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/catalog/catalog_new/bitrix/catalog.section.list/.default/style.css?171405730911383 */
