

/* Start:/local/templates/.default/components/bitrix/catalog/catalog/style.css?16984157642019*/
.site .catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px; }
  .site .catalog h1 {
    flex: 0 0 100%; }
  .site .catalog .left {
    flex: 0 0 370px;
    max-width: 100%; }
  .site .catalog .right {
    flex: 1 0 0px;
    max-width: 100%; }
  @media (max-width: 969px) {
    .site .catalog .left {
      flex: 100%; }
    .site .catalog .right {
      flex: 100%; } }
  .site .catalog-section-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px; }
  .site .catalog-sort {
    display: flex;
    align-items: center;
    gap: 30px; }
    .site .catalog-sort_item {
      display: inline-flex;
      align-items: center;
      height: 30px;
      padding-left: 10px;
      padding-right: 50px;
      background: var(--white) url(/img/arrow_bot.svg) no-repeat;
      background-position: calc(100% - 10px) center;
      cursor: pointer; }
      .site .catalog-sort_item.active {
        background-image: url(/img/arrow_bot_revert.svg); }
      .site .catalog-sort_item.active + .catalog-sort_block-list {
        display: block; }
    .site .catalog-sort_block {
      position: relative; }
      .site .catalog-sort_block-list {
        width: 100%;
        display: none;
        position: absolute;
        z-index: 10; }
      .site .catalog-sort_block-item {
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 10px;
        background: var(--white);
        height: 30px;
        border-top: 1px solid var(--section-color); }
  .site .catalog-view {
    display: flex;
    align-items: center;
    gap: 15px; }
    .site .catalog-view_title {
      font-weight: 400; }
    .site .catalog-view_item svg {
      fill: var(--svg); }
    .site .catalog-view_item.active svg, .site .catalog-view_item:hover svg {
      fill: var(--svg-hover); }

/*# sourceMappingURL=style.css.map */
.text_before{margin-bottom:20px;}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.compare.list/catalog/style.css?16644377361265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/catalog/style.css?17526639247792*/
.catalog-element {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
  background: var(--white); }

.catalog-image_block {
  flex: 0 1 470px;
  position: relative;
  margin-right: 30px;
  width: 470px; }
  .catalog-image_block img {
    cursor: pointer; }
  .catalog-image_block .arrows {
    position: relative;
    bottom: 83px;
    width: 100%; }
  @media (max-width: 1200px) {
    .catalog-image_block {
      flex: 0 1 370px;
      max-width: 370px; } }
  @media (max-width: 840px) {
    .catalog-image_block {
      flex: 100%;
      max-width: 100%;
      margin-right: 0; } }
.catalog-main_images {
  width: 100%;
  height: 400px; }
  .catalog-main_images-brand {
    position: absolute;
    left: 50px;
    top: 10px;
    width: 100px; }
  .catalog-main_images-buttons {
    position: absolute;
    right: 10px;
    top: 25px;
    display: flex;
    gap: 15px; }
    .catalog-main_images-buttons a {
      cursor: pointer; }
.catalog-main_image {
  width: 100%;
  height: 100%;
  position: unset;
  background: transparent;
  display: none; }
  .catalog-main_image.active {
    display: block;
    margin-top: 30px;}
  .catalog-main_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
.catalog-nav_images {
  height: 170px;
  width: 100%; }
.catalog-nav-prev {
  color: #818493 !important;
  left: -15px !important; }
.catalog-nav-next {
  color: #818493 !important;
  right: -15px !important; }
.catalog-image {
  position: relative; }
  .catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
  .catalog-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px; }
    .catalog-image svg path:first-child {
      fill: #212121; }
  .catalog-image:hover svg path:first-child {
    fill: #f00; }
.catalog-props_block {
  flex: 1 0 0;
  display: flex;
  flex-flow: wrap row;
  margin-right: 30px;
  padding-top: 50px; }
  @media (max-width: 840px) {
    .catalog-props_block {
      flex-flow: column nowrap;
      flex: 100%;
      max-width: 100%;
      margin-right: 0;
      padding-top: 0; }
  .catalog-props_block .sale_icon_right {
    width: 50px;
    height: 50px;
    top: 65px;
    right: 25px; }}
.catalog-props {
  flex: 1 0 0; }
  @media (max-width: 650px) {
    .catalog-props {
      flex: 100%; } }
.catalog-prop_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px; }
.catalog-prop-price {
  display: flex;
}
.catalog-prop_value {
  font-size: 14px;
  margin-bottom: 20px; }
.catalog-prop-price.no_price {
  display: inline-block;
  width: max-content;
  padding: 5px 10px;
  background: var(--section-color); }
.catalog-prop-document {
  display: inline-flex;
  align-items: flex-start;
  color: var(--btn-red); }
  .catalog-prop-document a {
    margin-right: 10px;
    color: inherit; }
    .catalog-prop-document a:after {
      border-color: var(--btn-red); }
.catalog-action_block {
  flex: 0 1 0; }
  @media (max-width: 969px) {
    .catalog-action_block {
      margin-top: 15px;
      width: 100%;
      flex: 100%; } }
.catalog-right_block {
  width: auto; }
.catalog-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  gap: 30px;
  flex: 100%; }
.catalog-description_block {
  flex: 0 0 100%;
  display: flex;
  flex-flow: wrap column;
  padding-top: 40px;
  max-width: 100%; }
.catalog-description_navigation {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
  gap: 2px; }
  .catalog-description_navigation .item {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    background: var(--section-color);
    font-weight: 600;
    font-size: 20px;
    color: var(--main-color); }
    .catalog-description_navigation .item.active {
      color: var(--white);
      background: var(--footer-color); }

    #vk-video {
      width: 100%;
      max-width: 960px;
      padding: 0;
      height: 560px;
      display: none;
    }
    .catalog-main_image_vk {
      margin-top: 10px;
    }
  @media (max-width: 969px) {
    .catalog-description_navigation {
      display: none; }
    .catalog-main_image_vk {
      margin-top: 50px; }
  }
.catalog-description_item {
  display: none;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  font-size: 16px; }
  .catalog-description_item.active {
    display: block; }
  @media (max-width: 969px) {
    .catalog-description_item {
      display: block;
      margin-bottom: 20px; } }
.catalog-document {
  display: flex;
  align-items: flex-start;
  color: var(--btn-red); }
  .catalog-document a {
    margin-right: 10px;
    color: inherit; }
    .catalog-document a:after {
      border-color: var(--btn-red); }

.actions-item {
  position: relative;
  background-color: var(--actions-back-color);
  color: var(--white);
  padding: 30px 30px 40px;
  width: 270px;
  overflow: hidden;
  margin-top: -20px; }
  .actions-item_name {
    font-size: 18px;
    font-weight: 700;
    color: var(--actions-color);
    text-transform: uppercase; }
    @media (max-width: 969px) {
      .actions-item_name {
        font-size: 30px; } }
  .actions-item_description {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media (max-width: 969px) {
      .actions-item_description {
        font-size: 20px; } }
  .actions-item_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    .actions-item_img img {
      max-width: 100%;
      object-fit: contain;
      object-position: center; }
    @media (max-width: 969px) {
      .actions-item_img {
        position: absolute;
        max-height: 100%;
        right: 30px;
        top: 30px;
        width: auto; } }
  .actions-item_link {
    text-align: right; }
    @media (max-width: 969px) {
      .actions-item_link {
        text-align: left; } }
  @media (max-width: 1200px) {
    .actions-item {
      max-width: 180px;
      padding: 30px 10px; } }
  @media (max-width: 969px) {
    .actions-item {
      width: 100%;
      max-width: 100%;
      padding: 30px 30px 40px; } }
	  
	  
	  .catalog-description_item ul li{
		  margin-bottom:10px;
	  }
.catalog-document a:after {
  display:none;
}

.item-other-wr{
display:flex;
}
.item-other-right{
	font-weight:bold;
	display:flex;
	flex-direction:column; 
	justify-content:center;
}
.item-other-left {
	width:50%;   
	display: flex;
    align-items: center;
}
.item-other-left img{
	max-height:60px;    overflow: hidden;
	margin-left:2px;
	margin-right:5px;
}
.item-price-volume{white-space: nowrap;
	color:#8b8896;font-size:14px;
}
.item-other.active{
	border:1px solid #86c7e9;
}
.full-a:after{
	display:none;
}
.full-a
{    position: absolute;
    width: 100%;
    height: 100%;text-decoration:none;}
.item-other{ 
	min-width:132px;
   position: relative;
   display:flex;
   border:1px solid #e7e8ee;
	margin-right:10px;
	padding:2px 2px;
}
.item-other-right{
	margin-right:3px;
}
.item-other-volume{
color:#e30613;
font-size:18px;font-weight:bold;
}

.catalog-main_images-tags {
  position: absolute;
  left: -8px;
  top: 20px;
}

.tags {
}

.tags--catalog {
}

.tags__list {
  width: 50px;
}

.tags__item {
  width: 100%;
  height: 40px;
}

.tags__item--popular {
}
 
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16887379741353*/
.pagenavigation {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    height: 40px;
    max-width: max-content;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagenavigation a:after {
    content: none;
}

.pagenavigation_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    opacity: 1;
    background: var(--button-color);
    background-size: 100% 100%;
    pointer-events: none;
}

.pagenavigation_arrow:hover {
    font-weight: bold;
    color: #000;
    background: var(--button-hover-color);
}

.pagenavigation_arrow.page-prev {
    left: 0;
}

.pagenavigation_arrow.page-next {
    right: 0;
}

.pagenavigation_arrow.active {
    pointer-events: auto;
}

.pagenavigation_page {
    width: 40px;
    height: 40px;
    background: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.pagenavigation_page:hover {
    font-weight: bold;
}

.pagenavigation_page.active {
    opacity: 1;
    font-weight: bold;
}

.pagenavigation_page:before {
    content: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/added/style.css?16644377363259*/
.catalog-section-wrap {
  padding-bottom: 20px;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.catalog-section-wrap .caption {
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 30px;
  line-height: 1.2;
}
.catalog-section-wrap .catalog-section {
  /*display: flex;
  gap: 30px;
  flex-wrap: wrap;*/
}
.catalog-section-wrap .catalog-section .catalog-section-item {
  position: relative;
  padding: 60px 30px 40px;
  max-width: 370px;
  margin: 0 auto;
  border: 1px solid var(--section-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item:hover {
  box-shadow: 0px 0px 10px 5px var(--section-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_hit {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--button-hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  left: 0;
  top: 0;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_hit span {
  text-transform: uppercase;
  color: var(--actions-color);
  font-size: 16px;
  font-weight: 700;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_article {
  position: absolute;
  right: 24px;
  top: 17px;
  color: var(--article-color);
  font-weight: 400;
  font-size: 14px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_picture img {
  max-width: 90%;
  object-fit: contain;
  object-position: center;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_brand {
  color: var(--article-color);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--link-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_name a {
  width: auto;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_price {
  font-size: 14px;
  font-weight: 600;
  color: var(--input-placeholder-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_price span {
  font-weight: 400;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_link {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  background: var(--svg-hover);
}
.catalog-section-wrap .arrows {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
.catalog-section-wrap .arrows .swiper-button-prev, .catalog-section-wrap .arrows .swiper-button-next {
  color: #818493;
}
@media (max-width: 1280px) {
  .catalog-section-wrap .arrows .swiper-button-prev, .catalog-section-wrap .arrows .swiper-button-next {
    position: static;
    margin-top: 0;
  }
}
.catalog-section-wrap .arrows .swiper-button-prev {
  left: -50px;
}
@media (max-width: 1280px) {
  .catalog-section-wrap .arrows .swiper-button-prev {
    margin-right: 30px;
  }
}
.catalog-section-wrap .arrows .swiper-button-next {
  right: -50px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/similar/style.css?17465400383399*/
.catalog-section-wrap {
  padding-bottom: 20px;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.catalog-section-wrap .caption {
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 30px;
  line-height: 1.2;
}
.catalog-section-wrap .catalog-section {
  /*display: flex;
  gap: 30px;
  flex-wrap: wrap;*/
}
.catalog-section-wrap .catalog-section .catalog-section-item {
  position: relative;
  padding: 60px 30px 40px;
  max-width: 370px;
  margin: 0 auto;
  border: 1px solid var(--section-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item:hover {
  box-shadow: 0px 0px 10px 5px var(--section-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_hit {
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--button-hover-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  left: 0;
  top: 0;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_hit span {
  text-transform: uppercase;
  color: var(--actions-color);
  font-size: 16px;
  font-weight: 700;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_article {
  position: absolute;
  right: 24px;
  top: 17px;
  color: var(--article-color);
  font-weight: 400;
  font-size: 14px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.catalog-section-wrap .catalog-similar .catalog-section-item .item_picture {
  min-height: 212px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_picture img {
  max-width: 90%;
  object-fit: contain;
  object-position: center;
  max-height:300px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_brand {
  color: var(--article-color);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--link-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_name a {
  width: auto;
  min-height: 56px;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_price {
  font-size: 14px;
  font-weight: 600;
  color: var(--input-placeholder-color);
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_price span {
  font-weight: 400;
}
.catalog-section-wrap .catalog-section .catalog-section-item .item_link {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  background: var(--svg-hover);
}
.catalog-section-wrap .arrows {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
.catalog-section-wrap .arrows .swiper-button-prev, .catalog-section-wrap .arrows .swiper-button-next {
  color: #818493;
}
@media (max-width: 1280px) {
  .catalog-section-wrap .arrows .swiper-button-prev, .catalog-section-wrap .arrows .swiper-button-next {
    position: static;
    margin-top: 0;
  }
}
.catalog-section-wrap .arrows .swiper-button-prev {
  left: -50px;
}
@media (max-width: 1280px) {
  .catalog-section-wrap .arrows .swiper-button-prev {
    margin-right: 30px;
  }
}
.catalog-section-wrap .arrows .swiper-button-next {
  right: -50px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/.default/components/bitrix/catalog/catalog/style.css?16984157642019 */
/* /local/templates/.default/components/bitrix/catalog.compare.list/catalog/style.css?16644377361265 */
/* /local/templates/.default/components/bitrix/catalog.element/catalog/style.css?17526639247792 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16887379741353 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/added/style.css?16644377363259 */
/* /local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.section/similar/style.css?17465400383399 */
