

/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog/catalog.1/style.css?1787122494825*/
.page-catalog {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
    grid-auto-flow: row;
}

.page-catalog .section-tabs,
.page-catalog .page-catalog-search__form,
.page-catalog .p-infograd-search {
    grid-column: 1 / -1
}

.page-catalog .sidearea-block {
    margin-bottom: 30px;
}

.page-catalog .sidearea-block-title {
    padding: var(--padding-md-el);
    font-weight: 700;
    border-radius: var(--border-radius);
    cursor: pointer; 
}

.page-catalog .sidearea-block .toggle_block.svg {
    width: 22px;
    height: 22px;
}

.page-catalog .sidearea-block .toggle_block.svg use {
    stroke: var(--color-gray2);
    transition-duration: .1s;
}

@media (max-width: 991px) {
    .page-catalog {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.element/infograd-catalog/style.css?178712249411244*/
@keyframes c-catalog-element-catalog-default-1 {
    from {
        -webkit-transform: translate(-100%, -100%);
        -moz-transform: translate(-100%, -100%);
        -ms-transform: translate(-100%, -100%);
        -o-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
    }
    to {
        -webkit-transform: translate(100%, 100%);
        -moz-transform: translate(100%, 100%);
        -ms-transform: translate(100%, 100%);
        -o-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
}
html body {
    background-color: #fff;
}
  
.page-catalog-element__card{
    display: grid;
    grid-template-columns: 42% 58%;
}

.page-catalog-element__slider,
.page-catalog-element__info{
    padding: 20px;
}

.page-catalog-element__info-article,
.page-catalog-element__info-analogs-text{
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    color: #777;
    text-align: left;
}

.page-catalog-element__info-article-availible-analogs{
    align-items: center;
}
.page-catalog-element__info-status{
    padding-bottom: 10px;
}

.page-catalog-element__info-status-item{
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    color: #777;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid #e52929;
    padding: 5px 10px;
    align-items: center;
}

.page-catalog-element__info-status-item .svg{
    width: 14px;
    height: 14px;
}

.page-catalog-element__info-article-availible-analogs .svg use,
.page-catalog-element__info-status-item .svg use{
    fill:#fa9696;
}

.page-catalog-element__info-status-item.availible{
    border-color: #5abb34;
}

.page-catalog-element__info-status-item.availible .svg use{
    fill:#5abb34
}

.page-catalog-element__info-analogs-button{
    height: max-content;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    border: 1px solid #fd5000;
    background-color: #fd5000;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
}

.page-catalog-element__info-analogs-button.analogs-availible-btn {
    background-color: #5abb34;
    border-color: #5abb34;
}

.page-catalog-element__info-analogs-button:active,
.page-catalog-element__info-analogs-button:focus,
.page-catalog-element__info-analogs-button:hover{
    color: #fff;
    text-decoration: none;
}

.page-catalog-element__info-block-basket .block-basket{
    align-items: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.block-basket__button-basket{
    justify-content: flex-start;
    white-space: nowrap;
}

.block-basket__button-basket-added:not([data-basket-state=added]),
.block-basket__button-compare-added:not([data-compare-state=added]),
.block-basket__button-basket[data-basket-state=added],
.block-basket__button-compare[data-compare-state=added],
.block-basket__button-basket.animate-process .btn-text,
.block-basket__button-subscribe,
.block-basket__button-order{
    display:none;
}
.block-basket__button-basket-added:hover{
    text-decoration: none;
}

.block-basket__button-basket.animate-process .intec-ui-part-effect{
    display: block;
}

.block-basket__button-basket.animate-process .intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper>i {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.block-basket__button-basket.animate-process .intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper>i:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    animation: intec-ui-basket-button-effect-bounce 1.2s infinite ease-in-out both
}

.block-basket__button-basket.animate-process .intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper>i:first-child+i:before {
    animation-delay: -.16s;
}

.block-basket__button-basket.animate-process .intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper>i:first-child:before {
    margin-left: 0;
    animation-delay: -.32s;
}


@keyframes intec-ui-basket-button-effect-bounce {
    0%,100%,80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.block-basket__button-basket-added[data-basket-state=added]{
    display:flex;
}

.page-catalog-element__info-analogs-button:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.block-basket__button-favorite.active .svg use,
.block-basket__button-compare-added .svg use{
    fill:var(--color-main)
}

.page-catalog-element__info-analogs-text{
    font-size: 13px;
    display: flex;
    align-items: center;
}

.page-catalog-element__info-block-basket .block-basket__price{
    flex: 1 0 0;
    flex-wrap: wrap;
}

.page-catalog-element__info-block-basket .block-basket__price,
.page-catalog-element__info-block-basket .block-basket__measure{
    align-items: center;
    display: flex;
}

.page-catalog-element__info-block-basket .block-basket__price-value{
    padding: 5px;
    display: block;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    color: #1d1d1d;
    white-space: nowrap;
}

.block-basket__price-description{
    white-space: nowrap;
}

.page-catalog-element__info-block-basket .block-basket__price-other{
    flex-basis: 100%;
    font-size: 13px;
    margin-top: 10px;
}
.page-catalog-element__info-block-basket .block-basket__counter{
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    word-spacing: normal;
    letter-spacing: normal;
    white-space: normal;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.page-catalog-element__info-block-basket .block-basket__counter-field{
    position: relative;
}

.page-catalog-element__info-block-basket .block-basket__counter .minus,
.page-catalog-element__info-block-basket .block-basket__counter .plus{
    padding: 6px 12px;
    cursor: pointer;
    user-select: none; /* Стандартный синтаксис */
    -webkit-user-select: none; /* Для Safari */
    -moz-user-select: none; /* Для Firefox */
    -ms-user-select: none; /* Для Internet Explorer/Edge */
}

.page-catalog-element__info-block-basket .block-basket__counter input{
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    outline: 0;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    width: 40px;
    color: #848484;
    font-weight: 700;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 6px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.page-catalog-element__info-block-basket .block-basket.noavailible .block-basket__button-basket,
.page-catalog-element__info-block-basket .block-basket.noprice .block-basket__price,
.page-catalog-element__info-block-basket .block-basket.noprice .block-basket__counter,
.page-catalog-element__info-block-basket .block-basket.noprice .block-basket__measure,
.page-catalog-element__info-block-basket .block-basket.noprice .block-basket__button-subscripte{
    display: none;
}

.page-catalog-element__info-block-basket .block-basket.noprice .block-basket__button-order{
    display: block;
}



.page-catalog-element__info-block-basket .block-basket__buttons{
    align-items: center;
}

.page-catalog-element__info-block-basket .block-basket__button-basket-added use,
.page-catalog-element__info-block-basket .block-basket__button-basket use{
    fill:#fff;
}

.page-catalog-element__info-block-basket .block-basket__buttons .block-basket__button-compare,
.page-catalog-element__info-block-basket .block-basket__buttons .block-basket__button-favorite{
    cursor: pointer;
}

.page-catalog-element__info-block-basket .block-basket.noavailible .block-basket__button-subscribe{
    display: block;
}

.catalog-element-loader {
    position: relative;
    background-color: #F2F2F2;
    overflow: hidden;
    z-index: 3;
}

.catalog-element-loader::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(0, 0, 0, 0) 65%);
    z-index: 1;
    animation-name: c-catalog-element-catalog-default-1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}


.catalog-analogs-detail__items{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog-analogs-detail__item{
    min-height: 260px;
    padding: 30px;
}

.catalog-applicability-detail__header{
    width: 100%;
    margin-bottom: 30px;
}
.catalog-applicability-detail__header.catalog-element-loader{
    min-height: 100px;
}

.catalog-applicability-detail__items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.catalog-applicability-detail__item.catalog-element-loader{
    min-height: 360px;
}

.page-catalog-element__block-form{
    margin: 0 -20px;
}

@media(max-width:767.98px){
    .page-catalog-element__card{
        grid-template-columns:1fr;
    }

    .page-catalog-element .tabs .tabs-title li{
        display: inline-block;
        color: #888888;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        text-decoration: none;
        background: transparent;
        margin-right: 0;
        padding: 10px 15px;
        border-bottom: 2px solid transparent;
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -ms-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-property: border, color;
        -moz-transition-property: border, color;
        -ms-transition-property: border, color;
        -o-transition-property: border, color;
        transition-property: border, color;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/css/infograd/tabs.css?17869517941875*/

.tabs .tabs-title-wrapper {
    position: relative;
    min-height: 30px;
}

.tabs .tabs-title {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.tabs .tabs-title li {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    background: transparent;
    margin-right: 0;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: border, color;
    -moz-transition-property: border, color;
    -ms-transition-property: border, color;
    -o-transition-property: border, color;
    transition-property: border, color;
}
.tabs .tabs-title li:before {
    content: none;
}


.tabs .tabs-title li.active,
.tabs .tabs-title li:hover {
    color: #fd5000;
    border-color: #fd5000;
}

.tabs .tabs-title li.active:after,
.tabs .tabs-title li:hover:after {
    opacity: 1;
}

.tabs .tabs-content{
    border: none;
    padding: 30px 0 ;
}

.tabs .tabs-content-title-mobile{
    display: none;
}

.tabs .tabs-content-item{
    display: none;
}

.tabs .tabs-content-item.active {
    display: block;
}

@media (max-width: 991.98px) {
    .tabs .tabs-title li {
        font-size: 24px;
    }
}

@media (max-width:767.98px){
    .tabs .tabs-title{
        overflow-x: scroll;
        display: flex;
        white-space: nowrap;
        padding-bottom: 13px;
    }

    .tabs .tabs-title::-webkit-scrollbar {
        width: 0px;      
        display: none;         
    }
}

@media (max-width: 575.98px) {
    .tabs .tabs-title li {
        font-size: 20px;
    }
}
/* End */


/* Start:/bitrix/templates/universe_s1/infograd-theme/css/inner-image-zoom.css?17869517943281*/
.iiz {
    max-width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  
  .iiz--drag .iiz__zoom-img--visible {
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .iiz__img {
    max-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
  }
  
  .iiz__img--hidden {
    visibility: hidden;
    opacity: 0;
  }
  
  .iiz__img--abs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  
  .iiz__zoom-img {
    width: auto !important;
    max-width: none !important;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-touch-callout: none;
    display: block;
  }
  
  .iiz__zoom-img--visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .iiz__zoom-portal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  
  .iiz__btn {
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  
  .iiz__btn:before {
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
  
  .iiz__hint {
    bottom: 10px;
    right: 10px;
    pointer-events: none;
  }
  
  .iiz__hint:before {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 19.9 19.9%27%3E%3Cpath d=%27M13.9 7.4C13.9 3.8 11 .9 7.4.9S.9 3.8.9 7.4s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5zm5.3 12.5l-6.7-7.2c-1.4 1.3-3.2 2.1-5.1 2.1-4.1 0-7.4-3.3-7.4-7.4S3.3 0 7.4 0s7.4 3.3 7.4 7.4c0 1.7-.6 3.4-1.7 4.7l6.8 7.2-.7.6z%27 fill=%27%23000222%27/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
  }
  
  .iiz__close {
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
  }
  
  .iiz__close--visible {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  
  .iiz__close::before {
    content: " ";
    width: 29px;
    height: 29px;
    background-image:
      -webkit-gradient(linear, left top, left bottom, from(#222), to(#222)),
      -webkit-gradient(linear, left top, left bottom, from(#222), to(#222));
    background-image: -o-linear-gradient(#222, #222), -o-linear-gradient(#222, #222);
    background-image: linear-gradient(#222, #222), linear-gradient(#222, #222);
    background-size: 100% 1px, 1px 100%;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/catalog.socnets.buttons/template.1/style.css?17518678092408*/
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 {
  position: relative;
  display: inline-block;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-share {
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  color: #a6b1b7;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-items-wrap {
  display: inline-block;
  opacity: 0;
  transition: 0.4s opacity;
  height: 0;
  position: absolute;
  top: 100%;
  right: -18px;
  overflow: hidden;
  z-index: 1;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-items-wrap.active {
  opacity: 1;
  overflow: visible;
  height: auto;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-items {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  padding: 14px;
  margin-top: 10px;
  position: relative;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-items:after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  right: 20px;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-items:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #EBEBEB;
  right: 20px;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-item:hover {
  opacity: 0.8;
}
.ns-bitrix.c-catalog-socnets-buttons.c-catalog-socnets-buttons-template-1 .catalog-socnets-buttons-item:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.widget/form.5/style.css?17518678091555*/
.widget.c-widget.c-widget-form-5 {
  position: relative;
  z-index: 0;
}
.widget.c-widget.c-widget-form-5 .widget-form {
  background-color: #fafafa;
}
.widget.c-widget.c-widget-form-5 .widget-form[data-borders=rounded] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.widget.c-widget.c-widget-form-5 .widget-form-wrapper {
  position: relative;
  padding: 38px 40px;
}
.widget.c-widget.c-widget-form-5 .widget-form-image {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  background-image: url("/bitrix/templates/universe_s1/components/intec.universe/main.widget/form.5/images/question_mark.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-widget.c-widget-form-5 .widget-form-title {
  font-size: 24px;
  font-weight: 100;
  color: #2e2e2e;
  white-space: normal;
  padding: 10px 40px;
  border-right: 4px solid #fff;
}
.widget.c-widget.c-widget-form-5 .widget-form-description {
  font-size: 14px;
  line-height: 20px;
  color: #2e2e2e;
  text-align: left;
  white-space: normal;
}
.widget.c-widget.c-widget-form-5 .widget-form-button {
  color: #fff;
}
@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-form-5 .widget-form-title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .widget.c-widget.c-widget-form-5 .widget-form-image {
    top: -10px;
  }
  .widget.c-widget.c-widget-form-5 .widget-form-description {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/catalog/catalog.1/style.css?1787122494825 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.element/infograd-catalog/style.css?178712249411244 */
/* /bitrix/templates/universe_s1/css/infograd/tabs.css?17869517941875 */
/* /bitrix/templates/universe_s1/infograd-theme/css/inner-image-zoom.css?17869517943281 */
/* /bitrix/templates/universe_s1/components/bitrix/catalog.socnets.buttons/template.1/style.css?17518678092408 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.widget/form.5/style.css?17518678091555 */
