

/* Start:/bitrix/templates/Venkon_s1/components/intec.universe/main.brands/template.1/style.css?17485238302797*/
.c-brands.c-brands-template-1 .widget-header + .widget-content {
  margin-top: 35px;
}
.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
}
.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-dots {
  padding-top: 10px;
}
.c-brands.c-brands-template-1 .widget-item {
  display: block;
}
.c-brands.c-brands-template-1 .widget-item-wrapper {
  display: block;
  padding: 25px;
}
.c-brands.c-brands-template-1 .widget-item-picture {
  display: block;
  padding-top: 50%;
  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;
}
.c-brands.c-brands-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.c-brands.c-brands-template-1 .widget-footer-button:hover, .c-brands.c-brands-template-1 .widget-footer-button:focus, .c-brands.c-brands-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.c-brands.c-brands-template-1 .widget-item-wrapper:hover .widget-item-picture {
  opacity: 1 !important;
}
.c-brands.c-brands-template-1[data-slider=true][data-slider-navigation=true] .widget-items {
  margin: 0 30px;
  width: auto;
}
.c-brands.c-brands-template-1[data-slider=true][data-slider-dots=true] .intec-ui.intec-ui-control-navigation {
  bottom: 30px;
}
.c-brands.c-brands-template-1[data-effect=grayscale] .widget-item-picture {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.c-brands.c-brands-template-1[data-effect=blur] .widget-item-picture {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.c-brands.c-brands-template-1[data-effect=brightness] .widget-item-picture {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.c-brands.c-brands-template-1[data-effect=sepia] .widget-item-picture {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.c-brands.c-brands-template-1[data-effect=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);
}
.c-brands.c-brands-template-1 .widget-item-wrapper:hover .widget-item-picture {
  -webkit-filter: none;
  filter: none;
}

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

/* End */


/* Start:/bitrix/templates/Venkon_s1/components/intec.universe/main.projects/template.1/style.css?17485238304578*/
.c-projects.c-projects-template-1 .widget-header + .widget-content {
  margin-top: 35px;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
  visibility: hidden;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav.disabled {
  display: none;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-prev,
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  visibility: visible;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  top: 50%;
  margin-top: -8px;
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-prev:hover,
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-next:hover {
  opacity: 0.7;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-prev.disabled,
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.4;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-prev.disabled:hover,
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-next.disabled:hover {
  opacity: 0.4;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-dots {
  font-size: 0;
  text-align: center;
  padding-top: 10px;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-dots.disabled {
  display: none;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-dot {
  display: inline-block;
  margin: 5px 10px 5px 10px;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-projects.c-projects-template-1 .owl-carousel .owl-dot.active span {
  background-color: #000;
}
.c-projects.c-projects-template-1 .widget-content {
  display: block;
  position: relative;
}
.c-projects.c-projects-template-1 .widget-item-wrapper {
  position: relative;
  display: block;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-projects.c-projects-template-1 .widget-item-wrapper:hover {
  -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.75);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.c-projects.c-projects-template-1 .widget-item-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 45px;
  background: white;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, black 100%);
}
.c-projects.c-projects-template-1 .widget-item-name-wrapper {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #fff;
}
.c-projects.c-projects-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.c-projects.c-projects-template-1 .widget-footer-button:hover, .c-projects.c-projects-template-1 .widget-footer-button:focus, .c-projects.c-projects-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.c-projects.c-projects-template-1[data-slider=true] .widget-item {
  margin: 10px 0;
}
.c-projects.c-projects-template-1[data-slider=true][data-slider-navigation=true] .widget-items {
  margin: 0 30px;
  width: auto;
}
.c-projects.c-projects-template-1[data-slider=true][data-slider-dots=true] .owl-carousel .owl-nav {
  bottom: 30px;
}
@media all and (max-width: 600px) {
  .c-projects.c-projects-template-1 .widget-item-name {
    padding: 30px 20px;
  }
}

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

/* End */
/* /bitrix/templates/Venkon_s1/components/intec.universe/main.brands/template.1/style.css?17485238302797 */
/* /bitrix/templates/Venkon_s1/components/intec.universe/main.projects/template.1/style.css?17485238304578 */
