

/* Start:/bitrix/templates/universe_s1/components/bitrix/news/news/style.css?16774917093843*/
.ns-bitrix.c-news.c-news-news-1 .news-body[data-additional=true] {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ns-bitrix.c-news.c-news-news-1 .news-content {
  width: 75%;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional {
  width: 25%;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-item {
  margin-top: 30px;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-item:first-child {
  margin-top: 0;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-tags-header {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-tags-header + div {
  margin-top: 15px;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-top-wrapper {
  padding: 25px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-top-header {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-top-header + div {
  margin-top: 25px;
}
.ns-bitrix.c-news.c-news-news-1 .news-additional-subscribe {
  padding: 25px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-1 {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-1-item {
  margin: 5px 15px;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-1-item > * {
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-1-item > a {
  color: #4b4b4b;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-2 {
  padding: 10px;
  margin-bottom: 30px;
  background-color: #f9f9fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-2-item {
  margin: 10px 25px;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-2-item[data-role=year] {
  position: relative;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-2-item[data-role=year]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #888888;
  opacity: 0.7;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-2-item > * {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.ns-bitrix.c-news.c-news-news-1 .news-panel-2-item > a {
  color: #888888;
}
.ns-bitrix.c-news.c-news-news-1 [data-additional=true] .news-content {
  width: 75%;
  flex-basis: auto;
}
.ns-bitrix.c-news.c-news-news-1 [data-additional=false] .news-content {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .ns-bitrix.c-news.c-news-news-1 [data-additional=true] .news-content {
    width: 100%;
  }
  .ns-bitrix.c-news.c-news-news-1 .news-additional {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .ns-bitrix.c-news.c-news-news-1 .news-panel-2-item[data-role=year]::after {
    display: none;
  }
}

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

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.detail/news.default.1/style.css?175689005410700*/
.ns-bitrix.c-news.c-news-news-1 .news-detail-item+div {
    margin-top: 30px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-header-date {
    font-size: 14px;
    line-height: 14px;
    color: #696969;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-content-item {
    line-height: 24px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-content-item+div {
    margin-top: 30px;
}

.news-detail-content-item img {
    height: auto;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-content-image {
    font-size: 0;
    text-align: center;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-content-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item {
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    padding: 7px 12px;
    cursor: default;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item[data-color="1"] {
    background-color: #ffd800;
    color: #1f1f1f;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item[data-color="2"] {
    background-color: #d7569c;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item[data-color="3"] {
    background-color: #3eb5f1;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item[data-color="4"] {
    background-color: #52ac62;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item[data-color="5"] {
    background-color: #1f1f1f;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-print {
    font-size: 0;
    text-align: right;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-print-icon {
    display: inline-block;
    cursor: pointer;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-print-icon path {
    fill: #a6b1b7;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -ms-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-print-icon:hover path {
    fill: #333333;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-additional {
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-additional-item+div {
    margin-top: 50px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-additional-header+div {
    margin-top: 25px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-footer {
    padding-top: 35px; margin-top: 25px; margin-bottom: 25px;
    border-top: 1px solid #e8e8e8;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-back-wrap {
    font-size: 0;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-back {
    display: inline-block;
    text-decoration: none;
    color: #525458;
    white-space: nowrap;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-back::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    overflow: hidden;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-back-icon,
.ns-bitrix.c-news.c-news-news-1 .news-detail-back-text {
    display: inline-block;
    vertical-align: middle;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-back-icon {
    font-size: 27px;
    padding-right: 20px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-back-text {
    font-size: 14px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-social-wrap {
    text-align: right;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-social {
    display: inline-block;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation[data-picture-show=false] .news-detail-navigation-item {
    padding: 48px 72px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item {
    border: 1px solid #F2F2F2;
    padding: 14px;
    height: 100%;
    display: block;
    text-decoration: none;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item:hover .news-detail-navigation-item-title {
    color: inherit;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item[data-position=right] {
    text-align: right;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item[data-position=right] .news-detail-navigation-item-picture {
    margin-left: 24px;
    margin-right: 0;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item-picture {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 24px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #696969;
    margin-bottom: 16px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item-title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.ns-bitrix.c-news.c-news-news-1.news-detail-anchors {
    padding: 16px 0;
    background-color: #FFF;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}

.ns-bitrix.c-news.c-news-news-1.news-detail-anchors[data-position=default] {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.ns-bitrix.c-news.c-news-news-1.news-detail-anchors[data-position=default][data-initialized=true] {
    display: block;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -ms-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
}

.ns-bitrix.c-news.c-news-news-1.news-detail-anchors[data-position=default][data-visible=true] {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.09);
}

.ns-bitrix.c-news.c-news-news-1.news-detail-anchors[data-position=fixed] {
    position: relative;
    z-index: 0;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-content {
    position: relative;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-items {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    z-index: 1;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchor a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    color: #2D2D2D;
    text-decoration: none;
    word-break: break-all;
    max-width: 600px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 33px;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-navigation div {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-navigation div.disabled {
    opacity: 0;
    pointer-events: none;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-navigation div svg path {
    stroke: #808080;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: stroke;
    -moz-transition-property: stroke;
    -ms-transition-property: stroke;
    -o-transition-property: stroke;
    transition-property: stroke;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-navigation-left {
    left: 0;
}

.ns-bitrix.c-news.c-news-news-1 .news-detail-anchors-navigation-right {
    right: 0;
}

@media all and (max-width: 950px) {
    .ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item[data-position=right] {
        text-align: left;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item[data-position=right] .news-detail-navigation-item-picture {
        margin-left: 0px;
        margin-right: 24px;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item[data-position=right] .news-detail-navigation-item-wrapper {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
        flex-direction: initial !important;
    }
}

@media all and (max-width: 768px) {
    .ns-bitrix.c-news.c-news-news-1 .news-detail-header-date {
        font-size: 12px;
        line-height: 12px;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-print {
        display: none;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-content-preview,
    .ns-bitrix.c-news.c-news-news-1 .news-detail-content-detail {
        font-size: 14px;
        line-height: 21px;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-tags-item {
        font-size: 12px;
        line-height: 12px;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-navigation[data-picture-show=false] .news-detail-navigation-item {
        padding: 20px 20px;
    }
    .ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item-picture {
        width: 100px;
        height: 100px;
    }
}

@media all and (max-width: 425px) {
    .ns-bitrix.c-news.c-news-news-1 .news-detail-navigation-item-picture {
        width: 60px;
        height: 60px;
    }
}

@media print {
    .ns-bitrix.c-news.c-news-news-1 .news-detail-footer,
    .ns-bitrix.c-news.c-news-news-1 .news-detail-additional {
        display: none;
    }
}


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


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.news/template.2/style.css?16774917046838*/
.widget.c-news.c-news-template-2 .widget-content {
  position: relative;
}
.widget.c-news.c-news-template-2 .widget-items {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
.widget.c-news.c-news-template-2 .widget-item a {
  color: #353639;
  text-decoration: none;
}
.widget.c-news.c-news-template-2 .widget-item .widget-item-picture a {
  display: block;
}
.widget.c-news.c-news-template-2 .widget-item-picture {
  padding-left: 3px;
}
.widget.c-news.c-news-template-2 .widget-item-picture > * {
  width: 120px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget.c-news.c-news-template-2 .widget-item-text {
  position: relative;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.widget.c-news.c-news-template-2 .widget-item-text[data-date=true] {
  padding-bottom: 40px;
}
.widget.c-news.c-news-template-2 .widget-item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #1b1b1b;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 63px;
}
.widget.c-news.c-news-template-2 .widget-item-description {
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px;
  color: #808080;
}
.widget.c-news.c-news-template-2 .widget-item-date {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 15px;
  font-size: 12px;
  line-height: 15px;
  color: #898989;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.c-news.c-news-template-2 .widget-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
}
.widget.c-news.c-news-template-2 .widget-nav > button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  border: 1px solid #E8E8E8;
  line-height: 10px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: border, background, color, opacity;
  -moz-transition-property: border, background, color, opacity;
  -ms-transition-property: border, background, color, opacity;
  -o-transition-property: border, background, color, opacity;
  transition-property: border, background, color, opacity;
}
@media all and (max-width: 425px) {
  .widget.c-news.c-news-template-2 .widget-nav > button {
    width: 30px;
    height: 30px;
  }
}
.widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-prev, .widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-next {
  outline: none;
}
.widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-prev {
  left: 0;
}
.widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-next {
  right: 0;
}
.widget.c-news.c-news-template-2 .widget-nav > button svg path {
  stroke: #808080;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.widget.c-news.c-news-template-2 .widget-nav > button:hover svg path {
  stroke: #FFF;
}
.widget.c-news.c-news-template-2 .widget-nav > button.disabled {
  background-color: #FFF !important;
  border-color: #F2F2F2 !important;
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget.c-news.c-news-template-2 .widget-nav > button.disabled svg path {
  stroke: #F2F2F2 !important;
}
.widget.c-news.c-news-template-2 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-news.c-news-template-2 .widget-footer-button:hover, .widget.c-news.c-news-template-2 .widget-footer-button:focus, .widget.c-news.c-news-template-2 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-news.c-news-template-2 .widget-header {
  overflow: hidden;
}
.widget.c-news.c-news-template-2 .widget-all-container {
  display: none;
}
.widget.c-news.c-news-template-2 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-news.c-news-template-2 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-news.c-news-template-2 .widget-all-container {
    display: block;
  }
  .widget.c-news.c-news-template-2 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-news.c-news-template-2 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-news.c-news-template-2 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-news.c-news-template-2 .widget-footer.mobile,
.widget.c-news.c-news-template-2 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-news.c-news-template-2 .widget-all-container {
    width: 25px;
  }
}
@media all and (max-width: 768px) {
  .widget.c-news.c-news-template-2 .widget-item-text {
    padding-top: 20px;
    padding-left: 0;
  }
  .widget.c-news.c-news-template-2 .widget-item-text[data-date=true] {
    padding-bottom: 0;
  }
  .widget.c-news.c-news-template-2 .widget-item-description {
    font-size: 12px;
  }
  .widget.c-news.c-news-template-2 .widget-item-date {
    position: static;
    margin-top: 15px;
  }
}
@media all and (max-width: 600px) {
  .widget.c-news.c-news-template-2 .widget-item-text {
    padding-right: 0;
    text-align: center;
  }
  .widget.c-news.c-news-template-2 .widget-item-picture a {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.widget/products.1/style.css?167749170833494*/
.widget.c-widget.c-widget-products-1 {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.widget.c-widget.c-widget-products-1 .widget-content {
  position: relative;
}
.widget.c-widget.c-widget-products-1 .widget-footer[data-type=tabs] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 0;
}
.widget.c-widget.c-widget-products-1 .widget-footer[data-type=tabs] .widget-footer-button {
  display: block;
  max-width: 140px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  text-decoration: none;
  word-break: break-all;
  text-overflow: ellipsis;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 24px;
}
.widget.c-widget.c-widget-products-1 .widget-footer[data-type=default] .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-widget.c-widget-products-1 .widget-footer[data-type=default] .widget-footer-button:hover, .widget.c-widget.c-widget-products-1 .widget-footer[data-type=default] .widget-footer-button:active {
  color: #FFF !important;
}
.widget.c-widget.c-widget-products-1 .widget-tabs {
  margin-left: -15px;
  margin-right: -15px;
}
.widget.c-widget.c-widget-products-1 .widget-tabs.widget-tabs-margin-left, .widget.c-widget.c-widget-products-1 .widget-tabs.widget-tabs-margin-right {
  margin-right: 140px;
}
.widget.c-widget.c-widget-products-1 .widget-tabs.widget-tabs-margin-center {
  margin-right: 140px;
  margin-left: 140px;
}
.widget.c-widget.c-widget-products-1 .widget-items {
  z-index: 0;
}
.widget.c-widget.c-widget-products-1 .widget-item {
  position: relative;
  z-index: 0;
}
.widget.c-widget.c-widget-products-1 .widget-item-wrapper {
  position: relative;
  padding: 25px;
}
.widget.c-widget.c-widget-products-1 .widget-item-wrapper:hover .widget-item-action-container-wrap {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-advanced {
  display: block;
  position: relative;
}
.widget.c-widget.c-widget-products-1 .widget-item-name {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px;
  word-break: break-all;
  height: 40px;
  overflow: hidden;
}
.widget.c-widget.c-widget-products-1 .widget-item-name div, .widget.c-widget.c-widget-products-1 .widget-item-name a {
  display: inline;
  text-decoration: none;
  color: #363532;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-item-section {
  font-size: 13px;
  line-height: 1.39;
  height: 20px;
  margin-bottom: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 18px;
}
.widget.c-widget.c-widget-products-1 .widget-item-section a {
  text-decoration: none;
  color: #888b92;
}
.widget.c-widget.c-widget-products-1 .widget-item-vote {
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget.c-widget.c-widget-products-1 .widget-item-vote .ns-bitrix.c-iblock-vote.c-iblock-vote-template-1 .iblock-vote-rating-item {
  font-size: 13px;
  padding: 0 3px;
}
.widget.c-widget.c-widget-products-1 .widget-item-quantity-wrap {
  margin-top: 15px;
}
.widget.c-widget.c-widget-products-1 .widget-item-quantity {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #777;
  text-align: left;
  white-space: normal;
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-quantity[data-offer=false] {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-quantity-icon {
  margin-right: 5px;
}
.widget.c-widget.c-widget-products-1 .widget-item-quantity-check {
  color: #14cc8d;
}
.widget.c-widget.c-widget-products-1 .widget-item-quantity-times {
  color: #fa9696;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-container {
  position: relative;
  margin-bottom: 20px;
}
.widget.c-widget.c-widget-products-1 .widget-item-marks {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 20px;
  pointer-events: none;
  z-index: 2;
}
.widget.c-widget.c-widget-products-1 .widget-item-image {
  position: relative;
  display: none;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  padding-top: 250px;
  margin-bottom: 30px;
  z-index: 1;
}
.widget.c-widget.c-widget-products-1 .widget-item-image[data-offer=false] {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-wrapper .owl-stage-outer,
.widget.c-widget.c-widget-products-1 .widget-item-image-wrapper .owl-stage,
.widget.c-widget.c-widget-products-1 .widget-item-image-wrapper .owl-item {
  height: 100%;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-element {
  display: block;
  font-size: 0;
  height: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-element::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.widget.c-widget.c-widget-products-1 .widget-item-image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget.c-widget.c-widget-products-1 .widget-item-image-buttons {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: -5px;
  min-height: 5px;
  z-index: 2;
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-buttons[data-offer=false] {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button {
  font-size: 16px;
  line-height: 0;
  text-align: center;
  color: #bfc0c0;
  width: 20px;
  margin-bottom: 15px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-delay {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-delay[data-basket-state=delayed] {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-delayed {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-delayed[data-basket-state=delayed] {
  display: block;
  opacity: 1;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-compare {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-compare[data-compare-state=added] {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-compared {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-image-button-compared[data-compare-state=added] {
  display: block;
  opacity: 1;
}
.widget.c-widget.c-widget-products-1 .widget-item-image .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-item-image .owl-nav > button {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #ababab;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-item-image .owl-nav > button:hover {
  color: #000;
}
.widget.c-widget.c-widget-products-1 .widget-item-image .owl-nav .disabled {
  color: #ebebeb !important;
}
.widget.c-widget.c-widget-products-1 .widget-item-image .owl-prev {
  left: -25px;
}
.widget.c-widget.c-widget-products-1 .widget-item-image .owl-next {
  right: -25px;
}
.widget.c-widget.c-widget-products-1 .widget-item-action-container-wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 100%;
  visibility: hidden;
  font-size: 0;
  text-align: center;
  z-index: 3;
}
.widget.c-widget.c-widget-products-1 .widget-item-action-container-wrap::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .widget.c-widget.c-widget-products-1 .widget-item-action-container-wrap {
    display: none !important;
  }
}
.widget.c-widget.c-widget-products-1 .widget-item-action-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.widget.c-widget.c-widget-products-1 .widget-item-quick-view {
  margin: 10px 0;
}
.widget.c-widget.c-widget-products-1 .widget-item-quick-view-button {
  display: inline-block;
  vertical-align: middle;
  visibility: visible;
  line-height: 1;
  padding: 7px 20px;
  font-size: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 21px;
  color: #848790;
  opacity: 0.9;
  cursor: pointer;
  width: 100%;
}
.widget.c-widget.c-widget-products-1 .widget-item-quick-view-button-icon,
.widget.c-widget.c-widget-products-1 .widget-item-quick-view-button-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.widget.c-widget.c-widget-products-1 .widget-item-quick-view-button-text {
  line-height: 1.5;
  margin-left: 10px;
}
.widget.c-widget.c-widget-products-1 .widget-item-price-discount {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #363532;
  word-break: break-all;
}
.widget.c-widget.c-widget-products-1 .widget-item-price-base {
  color: #888888;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: line-through;
  word-break: break-all;
  visibility: hidden;
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-price[data-discount=true] .widget-item-price-base {
  display: block;
  visibility: visible;
}
.widget.c-widget.c-widget-products-1 .widget-item-price-limited-width {
  max-width: 100%;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-properties {
  min-height: 15px;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property {
  display: block;
  margin-top: 15px;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-title {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-values {
  display: block;
  font-size: 0;
  margin: 4px -3px -3px -3px;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 3px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  cursor: pointer;
  background: #fff;
  color: #222222;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: color, border-color, background-color, opacity, transform;
  -moz-transition-property: color, border-color, background-color, opacity, transform;
  -ms-transition-property: color, border-color, background-color, opacity, transform;
  -o-transition-property: color, border-color, background-color, opacity, transform;
  transition-property: color, border-color, background-color, opacity, transform;
  -webkit-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
  -moz-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
  -ms-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
  -o-transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
  transition-duration: 0.4s, 0.4s, 0.4s, 0.4s, 0.2s;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value:active {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value[data-state=hidden] {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value[data-state=disabled] {
  opacity: 0.5;
  border-color: #e8e8e8 !important;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value[data-state=disabled]:active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value[data-state=selected] {
  background: #e8e8e8;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value-text {
  display: block;
  padding: 4px 9px;
  color: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  min-width: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value-image {
  font-size: 0;
  text-align: center;
  height: 24px;
  width: 24px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value-image::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  overflow: hidden;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property-value-image i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 0;
  color: #FFF;
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property[data-type=picture] .widget-item-offers-property-value {
  border-radius: 17px;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property[data-type=picture] [data-state=selected] i {
  opacity: 1;
}
.widget.c-widget.c-widget-products-1 .widget-item-offers-property[data-visible=false] {
  display: none !important;
}
.widget.c-widget.c-widget-products-1 .widget-item-section-timer {
  margin-top: 10px;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-container {
  margin: 16px 0 10px 0;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-order {
  visibility: visible;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-detail {
  visibility: visible;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-buttons {
  visibility: visible;
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-buttons[data-offer=false] {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-button {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-button-add {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-button-add[data-basket-state=added] {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-button-added {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-button-added[data-basket-state=added] {
  display: block;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-mobile {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-mobile .intec-ui-part-effect-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-mobile .widget-item-purchase-button {
  border: 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-adaptive {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-item-substrate {
  display: block;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition-property: top, right, bottom, left, box-shadow;
  -moz-transition-property: top, right, bottom, left, box-shadow;
  -ms-transition-property: top, right, bottom, left, box-shadow;
  -o-transition-property: top, right, bottom, left, box-shadow;
  transition-property: top, right, bottom, left, box-shadow;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.widget.c-widget.c-widget-products-1 .widget-item {
  position: relative;
  z-index: 1;
  margin: 20px 0 30px;
  padding: 0 6px;
}
.widget.c-widget.c-widget-products-1 .widget-item-wrapper {
  height: 100%;
  background-color: #FFF;
}
.widget.c-widget.c-widget-products-1 .widget-item-base {
  position: relative;
}
.widget.c-widget.c-widget-products-1 .widget-item[data-expanded=true] .widget-item-substrate {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.widget.c-widget.c-widget-products-1 .widget-item[data-expanded=true] .widget-item-image .owl-nav {
  opacity: 1;
}
.widget.c-widget.c-widget-products-1 .widget-item[data-expanded=true] .widget-item-image-button {
  opacity: 1;
}
.widget.c-widget.c-widget-products-1 .widget-item:hover {
  z-index: 2;
}
.widget.c-widget.c-widget-products-1 .widget-item:hover [data-borders-style=rounded] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.widget.c-widget.c-widget-products-1 .widget-item:hover [data-borders-style=squared] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget.c-widget.c-widget-products-1[data-columns-desktop="4"] .widget-item-purchase-button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.widget.c-widget.c-widget-products-1[data-columns-desktop="4"] .widget-item-purchase-button,
.widget.c-widget.c-widget-products-1[data-columns-desktop="4"] .widget-item-quick-view-button-icon,
.widget.c-widget.c-widget-products-1[data-columns-desktop="4"] .widget-item-quick-view-button-text {
  font-size: 12px;
}
.widget.c-widget.c-widget-products-1 [data-align=left].widget-item-name, .widget.c-widget.c-widget-products-1 [data-align=left].widget-item-section, .widget.c-widget.c-widget-products-1 [data-align=left].widget-item-vote, .widget.c-widget.c-widget-products-1 [data-align=left].widget-item-quantity, .widget.c-widget.c-widget-products-1 [data-align=left].widget-item-price, .widget.c-widget.c-widget-products-1 [data-align=left].widget-item-offers-property-title, .widget.c-widget.c-widget-products-1 [data-align=left].widget-item-offers-property-values {
  text-align: left;
}
.widget.c-widget.c-widget-products-1 [data-align=center].widget-item-name, .widget.c-widget.c-widget-products-1 [data-align=center].widget-item-section, .widget.c-widget.c-widget-products-1 [data-align=center].widget-item-vote, .widget.c-widget.c-widget-products-1 [data-align=center].widget-item-quantity, .widget.c-widget.c-widget-products-1 [data-align=center].widget-item-price, .widget.c-widget.c-widget-products-1 [data-align=center].widget-item-offers-property-title, .widget.c-widget.c-widget-products-1 [data-align=center].widget-item-offers-property-values {
  text-align: center;
}
.widget.c-widget.c-widget-products-1 [data-align=right].widget-item-name, .widget.c-widget.c-widget-products-1 [data-align=right].widget-item-section, .widget.c-widget.c-widget-products-1 [data-align=right].widget-item-vote, .widget.c-widget.c-widget-products-1 [data-align=right].widget-item-quantity, .widget.c-widget.c-widget-products-1 [data-align=right].widget-item-price, .widget.c-widget.c-widget-products-1 [data-align=right].widget-item-offers-property-title, .widget.c-widget.c-widget-products-1 [data-align=right].widget-item-offers-property-values {
  text-align: right;
}
.widget.c-widget.c-widget-products-1 .widget-header {
  overflow: hidden;
}
.widget.c-widget.c-widget-products-1 .widget-all-container {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-widget.c-widget-products-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 720px) {
  .widget.c-widget.c-widget-products-1 .widget-item-image .owl-nav {
    opacity: 1;
  }
  .widget.c-widget.c-widget-products-1 .widget-item-image-button {
    opacity: 1;
  }
  .widget.c-widget.c-widget-products-1 .widget-item-advanced {
    display: block;
  }
}
.widget.c-widget.c-widget-products-1 .widget-more {
  display: block;
  font-size: 0;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  line-height: 1px;
  margin-top: 30px;
}
.widget.c-widget.c-widget-products-1 .widget-more + .widget-navigation {
  margin-top: 20px;
}
.widget.c-widget.c-widget-products-1 .widget-more-button {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.widget.c-widget.c-widget-products-1 .widget-more-icon,
.widget.c-widget.c-widget-products-1 .widget-more-text {
  display: inline-block;
  vertical-align: middle;
}
.widget.c-widget.c-widget-products-1 .widget-more-icon {
  font-size: 16px;
  color: #fff;
  padding: 7px;
  border-radius: 50%;
  background: #0065ff;
  text-align: center;
  height: 16px;
  width: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: transform 350ms;
  -moz-transition: transform 350ms;
  -ms-transition: transform 350ms;
  -o-transition: transform 350ms;
  transition: transform 350ms;
}
.widget.c-widget.c-widget-products-1 .widget-more-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
}
.widget.c-widget.c-widget-products-1 .widget-more-button:hover .widget-more-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget.c-widget.c-widget-products-1 .widget-items .owl-item {
  z-index: 1;
}
.widget.c-widget.c-widget-products-1 .widget-items .owl-item:hover {
  z-index: 2;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-stage-outer {
  overflow: visible;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-stage-outer > .owl-stage > .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-stage-outer > .owl-stage > .owl-item.active {
  opacity: 1;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 20px;
  right: -20px;
  bottom: 30px;
  left: -20px;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next {
  display: block;
  position: absolute;
  visibility: visible;
  width: 40px;
  height: 40px;
  top: 50%;
  font-size: 9px;
  line-height: 1;
  background: #fff;
  text-align: center;
  color: #808080;
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  transition: 0.35s all;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev svg,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev svg path,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next svg path {
  stroke: #808080;
  transition: all 0.4s;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev:hover svg path,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next:hover svg path {
  stroke: #FFF;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav.disabled {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev.disabled,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #FFF !important;
  border-color: #F2F2F2 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev.disabled:hover svg path,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next.disabled:hover svg path {
  stroke: #808080;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev {
  left: 0;
}
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next {
  right: 0;
}
.widget.c-widget.c-widget-products-1 .widget-items .owl-dots {
  display: block;
  font-size: 0;
  text-align: center;
}
.widget.c-widget.c-widget-products-1 .widget-items .owl-dots.disabled {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-items .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  cursor: pointer;
  margin: 10px;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: background-color, border-color;
  -moz-transition-property: background-color, border-color;
  -ms-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.widget.c-widget.c-widget-products-1 .widget-item-purchase-detail.mobile {
  display: none;
}
.widget.c-widget.c-widget-products-1 .widget-navigation-counter {
  display: none;
  text-align: center;
}
.widget.c-widget.c-widget-products-1 .widget-navigation-counter.disabled {
  display: none;
}
@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-products-1 .widget-item {
    margin-bottom: 24px;
  }
  .widget.c-widget.c-widget-products-1 .widget-footer[data-type=tabs] {
    display: none;
  }
  .widget.c-widget.c-widget-products-1 .widget-item-purchase-adaptive {
    display: block;
  }
  .widget.c-widget.c-widget-products-1 .widget-all-container {
    display: block;
  }
  .widget.c-widget.c-widget-products-1 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-widget.c-widget-products-1 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-widget.c-widget-products-1 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-widget.c-widget-products-1 .widget-footer.mobile,
.widget.c-widget.c-widget-products-1 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-widget.c-widget-products-1 .widget-all-container {
    width: 25px;
  }
  .widget.c-widget.c-widget-products-1 .widget-tabs.widget-tabs-margin-left, .widget.c-widget.c-widget-products-1 .widget-tabs.widget-tabs-margin-right {
    margin-right: -10px;
  }
  .widget.c-widget.c-widget-products-1 .widget-tabs.widget-tabs-margin-center {
    margin-right: -10px;
    margin-left: -10px;
  }
  .widget.c-widget.c-widget-products-1 .widget-tabs-content[data-navigation=true] .intec-ui-part-tab {
    padding-left: 0;
    padding-right: 0;
  }
  .widget.c-widget.c-widget-products-1 .widget-navigation-counter {
    display: block;
    max-height: 40px;
    padding: 10px 0;
    font-size: 13px;
    line-height: 24px;
    color: #808080;
  }
  .widget.c-widget.c-widget-products-1 .widget-navigation-counter [data-role="navigation.counter"] {
    font-size: 15px;
    color: #404040;
  }
  .widget.c-widget.c-widget-products-1 .widget-items > .owl-nav {
    display: block;
    position: absolute;
    visibility: hidden;
    top: auto;
    right: 0;
    bottom: -36px;
    left: 0;
    margin: 0 auto;
  }
  .widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-prev,
.widget.c-widget.c-widget-products-1 .widget-items > .owl-nav .owl-next {
    position: absolute;
    width: 32px;
    height: 32px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
@media all and (max-width: 720px) {
  .widget.c-widget.c-widget-products-1 .widget-tabs {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media all and (max-width: 600px) {
  .widget.c-widget.c-widget-products-1 .widget-item-purchase-adaptive {
    display: none;
  }
  .widget.c-widget.c-widget-products-1 .widget-item-purchase-mobile {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .widget.c-widget.c-widget-products-1 .widget-item-purchase-mobile .widget-item-purchase-buttons:not([data-offer=false]) {
    display: none !important;
  }
  .widget.c-widget.c-widget-products-1 .widget-item-purchase-buttons:not([data-offer=false]) + .widget-item-purchase-detail.mobile {
    display: block;
  }
  .widget.c-widget.c-widget-products-1 .widget-header + .widget-content {
    margin-top: 16px;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .owl-carousel .widget-item {
    margin-bottom: 24px;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item {
    margin: 1px 0 1px;
    padding: 0 1px;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item[data-expanded=true] .widget-item-wrapper {
    padding: 25px;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-price {
    overflow: hidden;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-image {
    padding-top: 100%;
    margin-bottom: 10px;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-substrate,
.widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-vote,
.widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-quantity-wrap,
.widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-marks,
.widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-advanced .widget-item-offers-properties,
.widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-section {
    display: none;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-name {
    font-size: 14px;
    line-height: 1.29;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-price-discount {
    font-size: 14px;
  }
  .widget.c-widget.c-widget-products-1[data-columns-mobile="2"] .widget-item-price-base {
    font-size: 11px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?16774917082556*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.markers/template.1/style.css?1677491705940*/
.c-markers.c-markers-template-1 {
  font-size: 0;
}
.c-markers.c-markers-template-1[data-orientation=vertical] .widget-markers-wrap {
  display: block;
  margin-bottom: 5px;
}
.c-markers.c-markers-template-1[data-orientation=horizontal] .widget-markers-wrap {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.c-markers.c-markers-template-1 .widget-markers {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: white;
  padding: 7px 13px;
  border-radius: 13px;
}
.c-markers.c-markers-template-1 .widget-markers-hit {
  background: #f8971a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8971a", endColorstr="#f81a8d", GradientType=0 );
}
.c-markers.c-markers-template-1 .widget-markers-new {
  background: #2675fc;
}
.c-markers.c-markers-template-1 .widget-markers-recommend {
  background: #1bcda1;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/iblock.vote/template.1/style.css?1677491708700*/
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-1 .iblock-vote-rating {
  font-size: 0;
  margin: 0 -3px;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-1 .iblock-vote-rating-item {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
  font-size: 16px;
  color: #E8E8E8;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-1 .iblock-vote-rating-item[data-active=true], .ns-bitrix.c-iblock-vote.c-iblock-vote-template-1 .iblock-vote-rating-item[data-focus=true] {
  color: #F4BB28;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-1 .iblock-vote-rating-total {
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/news/news/style.css?16774917093843 */
/* /bitrix/templates/universe_s1/components/bitrix/news.detail/news.default.1/style.css?175689005410700 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.news/template.2/style.css?16774917046838 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.widget/products.1/style.css?167749170833494 */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?16774917082556 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.markers/template.1/style.css?1677491705940 */
/* /bitrix/templates/universe_s1/components/bitrix/iblock.vote/template.1/style.css?1677491708700 */
