

/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.advantages/template.30/style.css?17445518433927*/
.widget.c-advantages.c-advantages-template-30 {
  padding: 60px 0;
}
.widget.c-advantages.c-advantages-template-30 .widget-header .widget-title {
  font-size: 18px;
  line-height: 24px;
  color: #404040;
}
.widget.c-advantages.c-advantages-template-30 .widget-items-wrap {
  overflow: hidden;
}
.widget.c-advantages.c-advantages-template-30 .widget-items {
  margin: -30px;
}
.widget.c-advantages.c-advantages-template-30 .widget-item-wrapper {
  padding: 30px;
  word-break: break-word;
}
.widget.c-advantages.c-advantages-template-30 .widget-item-picture-wrap {
  text-align: center;
}
.widget.c-advantages.c-advantages-template-30 .widget-item-picture {
  display: block;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 24px;
  text-align: left;
}
.widget.c-advantages.c-advantages-template-30 .widget-item-name {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #404040;
  text-decoration: none;
}
.widget.c-advantages.c-advantages-template-30 .widget-item-description {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
}
.widget.c-advantages.c-advantages-template-30[data-title-position=left] .widget-content {
  margin-top: 0;
}
.widget.c-advantages.c-advantages-template-30[data-name-align=left] .widget-item-name {
  text-align: left;
}
.widget.c-advantages.c-advantages-template-30[data-name-align=center] .widget-item-name {
  text-align: center;
}
.widget.c-advantages.c-advantages-template-30[data-name-align=right] .widget-item-name {
  text-align: right;
}
.widget.c-advantages.c-advantages-template-30[data-picture-align=left] .widget-item-picture {
  margin-top: 5px;
  margin-right: 20px;
  width: 38px;
}
.widget.c-advantages.c-advantages-template-30[data-picture-align=left] .widget-item-picture {
  text-align: left;
  background-position: left center;
}
.widget.c-advantages.c-advantages-template-30[data-picture-align=center] .widget-item-picture {
  text-align: center;
  background-position: center center;
}
.widget.c-advantages.c-advantages-template-30[data-picture-align=right] .widget-item-picture {
  text-align: right;
  background-position: right center;
}
.widget.c-advantages.c-advantages-template-30[data-preview-align=left] .widget-item-description {
  text-align: left;
}
.widget.c-advantages.c-advantages-template-30[data-preview-align=center] .widget-item-description {
  text-align: center;
}
.widget.c-advantages.c-advantages-template-30[data-preview-align=right] .widget-item-description {
  text-align: right;
}
.widget.c-advantages.c-advantages-template-30[data-title-position=left] .widget-header {
  padding-right: 30px;
}
.widget.c-advantages.c-advantages-template-30[data-theme=dark][data-title-position=left] .widget-header .widget-title {
  color: #ffffff;
}
.widget.c-advantages.c-advantages-template-30[data-theme=dark][data-title-position=left] .widget-header .widget-description {
  color: #ffffff;
  opacity: 0.6;
}
.widget.c-advantages.c-advantages-template-30[data-theme=dark] .widget-item-name {
  color: #FFFFFF;
}
.widget.c-advantages.c-advantages-template-30[data-theme=dark] .widget-item-description {
  color: #ffffff;
  opacity: 0.6;
}
.widget.c-advantages.c-advantages-template-30[data-theme=dark] .widget-item-picture svg {
  fill: #fff !important;
  stroke: #fff !important;
}
@media all and (max-width: 900px) {
  .widget.c-advantages.c-advantages-template-30[data-title-position=left] .widget-header {
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .widget.c-advantages.c-advantages-template-30 .widget-items {
    margin: -15px -10px;
  }
  .widget.c-advantages.c-advantages-template-30 .widget-item-wrapper {
    padding: 15px 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.form/cta-personal-acc/style.css?17445518435816*/
.widget.c-form.c-form-template-1 .widget-form-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.widget.c-form.c-form-template-1 .widget-form-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  max-width: 600px;
}
.widget.c-form.c-form-template-1 .widget-form-description {
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  margin-top: 16px;
  max-width: 650px;
}
.widget.c-form.c-form-template-1 .widget-form-buttons-wrap {
  font-size: 0;
  text-align: center;
  margin: -10px;
}
.widget.c-form.c-form-template-1 .widget-form-button {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  padding: 16px 30px;
  margin: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  -ms-transition-property: background-color, box-shadow;
  -o-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-form.c-form-template-1 .widget-form-button:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.widget.c-form.c-form-template-1 [data-theme=dark] .widget-form-text {
  color: #000;
}
.widget.c-form.c-form-template-1 [data-theme=light] .widget-form-text {
  color: #FFF;
}
.widget.c-form.c-form-template-1 [data-view=left] .widget-form-text {
  padding-right: 30px;
}
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-content {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-text {
  padding-left: 30px;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-buttons-wrap {
  text-align: left;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-buttons-wrap {
  text-align: right;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-description {
  margin-left: auto;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=center] .widget-form-text {
  text-align: center;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=center] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=center] .widget-form-description {
  margin-left: auto;
  margin-right: auto;
}
.widget.c-form.c-form-template-1 [data-view=vertical] .widget-form-buttons {
  margin-top: 50px;
}
.widget.c-form.c-form-template-1 [data-view=left] .widget-form-buttons,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-buttons {
  min-width: 350px;
  max-width: 50%;
}
@media all and (max-width: 1024px) {
  .widget.c-form.c-form-template-1 [data-view] .widget-form-buttons {
    margin-top: 30px;
  }
  .widget.c-form.c-form-template-1 [data-view=left] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-text {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .widget.c-form.c-form-template-1 [data-view=left] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=left] .widget-form-description,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-description {
    margin-left: auto;
    margin-right: auto;
  }
  .widget.c-form.c-form-template-1 [data-view=left] .widget-form-buttons,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-buttons {
    min-width: auto;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .widget.c-form.c-form-template-1 .widget-form-name {
    font-size: 24px;
    line-height: 30px;
  }
  .widget.c-form.c-form-template-1 .widget-form-description {
    margin-top: 15px;
  }
  .widget.c-form.c-form-template-1 .widget-form-button {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 35px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-form.c-form-template-1 .widget-form-name {
    font-size: 18px;
    line-height: 24px;
  }
  .widget.c-form.c-form-template-1 .widget-form-description {
    font-size: 14px;
    line-height: 21px;
  }
  .widget.c-form.c-form-template-1 .widget-form-button {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 25px;
  }
  .widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-buttons-wrap, .widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-buttons-wrap {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17445518442556*/
.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/bitrix/news.list/certificates.tile.3/style.css?17445518432509*/
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 {
  display: block;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item {
  border: 1px solid #E8E8E8;
  padding: 21px 53px 32px 53px;
  background-color: #fff;
  height: 100%;
  -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: box-shadow;
  -moz-transition-property: box-shadow;
  -ms-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item:hover {
  -webkit-box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.06);
  -moz-box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.06);
  box-shadow: 0 8px 32px 0 rgba(27, 30, 37, 0.06);
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item-name {
  margin-top: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  text-align: center;
  height: 20px;
  overflow: hidden;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item-image-size {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #B0B0B0;
  text-align: center;
  height: 20px;
  overflow: hidden;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item-image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 140%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item-image[data-role=zoom] {
  cursor: pointer;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item-image:hover .news-list-item-image-zoom {
  opacity: 1;
}
.ns-bitrix.c-news-list.c-news-list-certificates-tile-3 .news-list-item-image-zoom {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -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;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.brands/template.4/style.css?17445518436396*/
.widget.c-brands.c-brands-template-4 .widget-header {
  position: relative;
}
.widget.c-brands.c-brands-template-4 .widget-header + .widget-content {
  margin: 0;
}
.widget.c-brands.c-brands-template-4 * + .widget-button-wrap {
  margin-top: 24px;
}
.widget.c-brands.c-brands-template-4 .widget-button-wrap.align-left {
  text-align: left;
}
.widget.c-brands.c-brands-template-4 .widget-button-wrap.align-center {
  text-align: center;
}
.widget.c-brands.c-brands-template-4 .widget-button-wrap.align-right {
  text-align: right;
}
.widget.c-brands.c-brands-template-4 .widget-button {
  padding: 12px 18px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  border-width: 1px;
}
.widget.c-brands.c-brands-template-4 .widget-button.widget-button-rectangular {
  border-radius: 2px;
}
.widget.c-brands.c-brands-template-4 .widget-button.widget-button-rounded {
  border-radius: 18px;
}
.widget.c-brands.c-brands-template-4 .widget-button:hover, .widget.c-brands.c-brands-template-4 .widget-button:focus, .widget.c-brands.c-brands-template-4 .widget-button:active {
  color: #fff !important;
}
.widget.c-brands.c-brands-template-4[data-border=true] .widget-item {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #F2F2F2;
  -webkit-transition: border-color 350ms;
  -moz-transition: border-color 350ms;
  -ms-transition: border-color 350ms;
  -o-transition: border-color 350ms;
  transition: border-color 350ms;
}
.widget.c-brands.c-brands-template-4 .widget-item, .widget.c-brands.c-brands-template-4 .widget-item-wrapper {
  display: block;
}
.widget.c-brands.c-brands-template-4 .widget-item-wrapper {
  -webkit-transition: box-shadow 350ms;
  -moz-transition: box-shadow 350ms;
  -ms-transition: box-shadow 350ms;
  -o-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}
.widget.c-brands.c-brands-template-4[data-columns="4"] .widget-item-wrapper {
  padding: 20px 30px;
}
@media all and (max-width: 1200px) {
  .widget.c-brands.c-brands-template-4[data-columns="4"] .widget-item-wrapper {
    padding: 28px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-4[data-columns="4"] .widget-item-wrapper {
    padding: 28px 16px;
  }
}
.widget.c-brands.c-brands-template-4[data-columns="3"] .widget-item-wrapper {
  padding: 30px 70px;
}
@media all and (max-width: 768px) {
  .widget.c-brands.c-brands-template-4[data-columns="3"] .widget-item-wrapper {
    padding: 28px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-4[data-columns="3"] .widget-item-wrapper {
    padding: 28px 16px;
  }
}
.widget.c-brands.c-brands-template-4[data-columns="5"] .widget-item-wrapper {
  padding: 20px;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-4[data-columns="5"] .widget-item-wrapper {
    padding: 28px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-4[data-columns="5"] .widget-item-wrapper {
    padding: 28px 16px;
  }
}
.widget.c-brands.c-brands-template-4 .widget-item-picture {
  display: block;
  padding-top: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: filter, opacity, transform;
  -moz-transition-property: filter, opacity, transform;
  -ms-transition-property: filter, opacity, transform;
  -o-transition-property: filter, opacity, transform;
  transition-property: filter, opacity, transform;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.widget.c-brands.c-brands-template-4 .widget-item-wrapper:hover .widget-item-picture {
  opacity: 1 !important;
}
.widget.c-brands.c-brands-template-4[data-effect-1=grayscale] .widget-item-picture, .widget.c-brands.c-brands-template-4[data-effect-2=grayscale] .widget-item-picture {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.widget.c-brands.c-brands-template-4[data-effect-1=zoom] .widget-item-wrapper:hover .widget-item-picture, .widget.c-brands.c-brands-template-4[data-effect-2=zoom] .widget-item-wrapper:hover .widget-item-picture {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.widget.c-brands.c-brands-template-4[data-effect-1=shadow] .widget-item:hover, .widget.c-brands.c-brands-template-4[data-effect-2=shadow] .widget-item:hover {
  border-color: transparent;
}
.widget.c-brands.c-brands-template-4[data-effect-1=shadow] .widget-item-wrapper:hover, .widget.c-brands.c-brands-template-4[data-effect-2=shadow] .widget-item-wrapper:hover {
  -webkit-box-shadow: 0 8px 32px rgba(23, 30, 37, 0.08);
  -moz-box-shadow: 0 8px 32px rgba(23, 30, 37, 0.08);
  box-shadow: 0 8px 32px rgba(23, 30, 37, 0.08);
}
.widget.c-brands.c-brands-template-4 .widget-item-wrapper:hover .widget-item-picture {
  -webkit-filter: none;
  filter: none;
}
.widget.c-brands.c-brands-template-4 .widget-all-container {
  display: none;
}
.widget.c-brands.c-brands-template-4 .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-brands.c-brands-template-4 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-brands.c-brands-template-4 .widget-all-container {
    display: block;
  }
  .widget.c-brands.c-brands-template-4 .widget-title.align-center.widget-title-margin {
    margin-left: 20px;
  }
  .widget.c-brands.c-brands-template-4 .widget-all-container.mobile {
    text-align: right;
    width: 20px;
    max-height: 36px;
  }
  .widget.c-brands.c-brands-template-4 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-brands.c-brands-template-4 .widget-button-wrap.mobile {
    display: none;
  }
  .widget.c-brands.c-brands-template-4 .widget-all-container {
    width: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/widget/articles/intec.universe/iblock.elements/.default/style.css?17445518436573*/
.widget.c-articles.c-articles-template-1 .widget-title-container {
  order: 1;
}
.widget.c-articles.c-articles-template-1 .widget-all-container {
  font-size: 0;
  order: 2;
}
.widget.c-articles.c-articles-template-1 .widget-all-container.align-left {
  text-align: left;
}
.widget.c-articles.c-articles-template-1 .widget-all-container.align-center {
  text-align: center;
}
.widget.c-articles.c-articles-template-1 .widget-all-button {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.1em;
}
.widget.c-articles.c-articles-template-1 .widget-description-container {
  order: 3;
}
.widget.c-articles.c-articles-template-1 .widget-element {
  position: relative;
  height: 100%;
  padding-bottom: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.widget.c-articles.c-articles-template-1 .widget-element:hover {
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
}
.widget.c-articles.c-articles-template-1 .widget-element .picture {
  display: block;
  height: 180px;
  background-size: cover;
}
.widget.c-articles.c-articles-template-1 .widget-element .header {
  display: block;
  word-break: break-word;
  margin-top: 25px;
  padding: 0 25px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  text-decoration: 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;
}
.widget.c-articles.c-articles-template-1 .widget-element .description {
  margin-top: 14px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 21px;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 63px;
}
.widget.c-articles.c-articles-template-1 .element-big {
  min-height: 380px;
  padding-bottom: 0;
  border: none;
}
.widget.c-articles.c-articles-template-1 .element-big .picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: initial;
  z-index: 1;
}
.widget.c-articles.c-articles-template-1 .element-big .fade-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 2;
}
.widget.c-articles.c-articles-template-1 .element-big .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 72px 40px 48px;
  pointer-events: none;
  z-index: 5;
}
.widget.c-articles.c-articles-template-1 .element-big .header {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.32;
  color: #FFF;
  max-height: none;
  padding: 0;
  margin-top: 0;
  pointer-events: none;
}
.widget.c-articles.c-articles-template-1 .element-big .description {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #F2F2F2;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: max-height, margin-top, opacity;
  -moz-transition-property: max-height, margin-top, opacity;
  -ms-transition-property: max-height, margin-top, opacity;
  -o-transition-property: max-height, margin-top, opacity;
  transition-property: max-height, margin-top, opacity;
}
.widget.c-articles.c-articles-template-1 .element-big:hover .description {
  max-height: 44px;
  margin-top: 8px;
  opacity: 1;
}
.widget.c-articles.c-articles-template-1 .widget-header {
  position: relative;
}
.widget.c-articles.c-articles-template-1 .widget-description {
  margin-top: 15px;
}
.widget.c-articles.c-articles-template-1 .widget-title.align-center.widget-title-margin {
  margin-left: 150px;
}
.widget.c-articles.c-articles-template-1 .widget-all-container {
  text-align: right;
}
.widget.c-articles.c-articles-template-1 .widget-title-container + .widget-all-container {
  width: 150px;
  overflow: hidden;
}
.widget.c-articles.c-articles-template-1 .widget-all-container i {
  display: none;
  font-size: 19px;
}
.widget.c-articles.c-articles-template-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;
}
@media all and (max-width: 768px) {
  .widget.c-articles.c-articles-template-1 .widget-all-button {
    font-size: 12px;
  }
  .widget.c-articles.c-articles-template-1 .element-big .text-wrapper {
    padding: 0 36px 40px 24px;
  }
  .widget.c-articles.c-articles-template-1 .element-big .header {
    font-size: 16px;
    line-height: 1.5;
  }
  .widget.c-articles.c-articles-template-1 .element-big .description {
    -webkit-line-clamp: 4;
  }
  .widget.c-articles.c-articles-template-1 .element-big:hover .description {
    max-height: 88px;
  }
}
@media all and (max-width: 720px) {
  .widget.c-articles.c-articles-template-1 .widget-description {
    margin-top: 0;
  }
}
@media all and (max-width: 650px) {
  .widget.c-articles.c-articles-template-1 .articles-description {
    font-size: 14px;
  }
}
@media all and (max-width: 550px) {
  .widget.c-articles.c-articles-template-1 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-articles.c-articles-template-1 .widget-title-container + .widget-all-container.mobile {
    width: 25px;
    max-height: 36px;
  }
  .widget.c-articles.c-articles-template-1 .widget-all-container.mobile i {
    display: inline-block;
  }
  .widget.c-articles.c-articles-template-1 .widget-all-container.mobile span {
    display: none;
  }
  .widget.c-articles.c-articles-template-1 .widget-all-container.mobile + .widget-all-button {
    width: 25px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-articles.c-articles-template-1 .element-big .text-wrapper {
    padding: 0 24px 40px 24px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.form/template.1/style.css?17449879525674*/
.widget.c-form.c-form-template-1 .widget-form-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.widget.c-form.c-form-template-1 .widget-form-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  max-width: 600px;
}
.widget.c-form.c-form-template-1 .widget-form-description {
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  margin-top: 16px;
  max-width: 650px;
}
.widget.c-form.c-form-template-1 .widget-form-buttons-wrap {
  font-size: 0;
  text-align: center;
  margin: -10px;
}
.widget.c-form.c-form-template-1 .widget-form-button {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  padding: 16px 30px;
  margin: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  -ms-transition-property: background-color, box-shadow;
  -o-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-form.c-form-template-1 .widget-form-button:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}
.widget.c-form.c-form-template-1 [data-theme=dark] .widget-form-text {
  color: #000;
}
.widget.c-form.c-form-template-1 [data-theme=light] .widget-form-text {
  color: #FFF;
}
.widget.c-form.c-form-template-1 [data-view=left] .widget-form-text {
  padding-right: 30px;
}
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-content {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-text {
  padding-left: 30px;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-buttons-wrap {
  text-align: left;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-buttons-wrap {
  text-align: right;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-description {
  margin-left: auto;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=center] .widget-form-text {
  text-align: center;
}
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=center] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=center] .widget-form-description {
  margin-left: auto;
  margin-right: auto;
}
.widget.c-form.c-form-template-1 [data-view=vertical] .widget-form-buttons {
  margin-top: 50px;
}
.widget.c-form.c-form-template-1 [data-view=left] .widget-form-buttons,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-buttons {
  min-width: 350px;
  max-width: 50%;
}
@media all and (max-width: 1024px) {
  .widget.c-form.c-form-template-1 [data-view] .widget-form-buttons {
    margin-top: 30px;
  }
  .widget.c-form.c-form-template-1 [data-view=left] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-text {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .widget.c-form.c-form-template-1 [data-view=left] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=left] .widget-form-description,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-name,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-description {
    margin-left: auto;
    margin-right: auto;
  }
  .widget.c-form.c-form-template-1 [data-view=left] .widget-form-buttons,
.widget.c-form.c-form-template-1 [data-view=right] .widget-form-buttons {
    min-width: auto;
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .widget.c-form.c-form-template-1 .widget-form-name {
    font-size: 24px;
    line-height: 30px;
  }
  .widget.c-form.c-form-template-1 .widget-form-description {
    margin-top: 15px;
  }
  .widget.c-form.c-form-template-1 .widget-form-button {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 35px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-form.c-form-template-1 .widget-form-name {
    font-size: 18px;
    line-height: 24px;
  }
  .widget.c-form.c-form-template-1 .widget-form-description {
    font-size: 14px;
    line-height: 21px;
  }
  .widget.c-form.c-form-template-1 .widget-form-button {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 25px;
  }
  .widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=left] .widget-form-buttons-wrap, .widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-text,
.widget.c-form.c-form-template-1 [data-view=vertical][data-align-horizontal=right] .widget-form-buttons-wrap {
    text-align: center;
  }
}

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

/* End */
/* /bitrix/templates/universe_s1/components/intec.universe/main.advantages/template.30/style.css?17445518433927 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.form/cta-personal-acc/style.css?17445518435816 */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17445518442556 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/certificates.tile.3/style.css?17445518432509 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.brands/template.4/style.css?17445518436396 */
/* /bitrix/templates/universe_s1/components/intec.universe/widget/articles/intec.universe/iblock.elements/.default/style.css?17445518436573 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.form/template.1/style.css?17449879525674 */
