

/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/certificates/style.css?17472263176106*/
.intec-certificates .intec-certificates_item img {
    display: none;
}
.intec-certificates .intec-certificates_name {
    color: #2d2c2c;
}


/* -------------------- Desktop tiles -------------------- */
.intec-certificates.desktop-template.template-tiles .intec-certificates_list {
    font-size: 0;
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 20px 12px;
    cursor: pointer;
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_image {
    padding-bottom: 150%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_item:hover .intec-certificates_image {
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.21);
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_description {
    display: none;
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_image {
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.intec-certificates.desktop-template.template-tiles .intec-certificates_name {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/* -------------------- /Desktop tiles -------------------- */


/* -------------------- Desktop tiles_small -------------------- */
/*.intec-certificates.desktop-template.template-tiles_small {
    overflow: hidden;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_list {
    text-align: center;
    font-size: 0;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_list:after {
    content: '';
    width: 100%;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_list:after,
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_item {
    display: inline-block;
    vertical-align: top;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_item {
    width: 140px;
    margin: 0 2% 60px;
    cursor: pointer;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_image {
    padding-bottom: 150%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_item:hover .intec-certificates_name {
    text-decoration: underline;
}
.intec-certificates.desktop-template.template-tiles_small .intec-certificates_description {
    display: none;
}*/
/* -------------------- /Desktop tiles_small -------------------- */


/* -------------------- Desktop list -------------------- */
.intec-certificates.desktop-template.template-list {}
.intec-certificates.desktop-template.template-list .intec-certificates_list {

}
.intec-certificates.desktop-template.template-list .intec-certificates_item {
    display: block;
    padding: 25px 0 30px;
    border-bottom: 1px solid #e8e8e8;
}
.intec-certificates.desktop-template.template-list .intec-certificates_image {
    width: 140px;
    height: 210px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.intec-certificates.desktop-template.template-list .intec-certificates_image {
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
}
.intec-certificates.desktop-template.template-list .intec-certificates_image:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.intec-certificates.desktop-template.template-list .intec-certificates_name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.intec-certificates.desktop-template.template-list .intec-certificates_description {
    font-size: 14px;
}
.intec-certificates.desktop-template.template-list .intec-certificates_description,
.intec-certificates.desktop-template.template-list .intec-certificates_name {
    margin-left: 200px;
}

@media all and (max-width: 720px) {
    .intec-certificates.desktop-template.template-list .intec-certificates_description,
    .intec-certificates.desktop-template.template-list .intec-certificates_name {
        margin-left: 0;
    }
    .intec-certificates.desktop-template.template-list .intec-certificates_image {
        margin-right: 40px;
        margin-bottom: 20px;
    }
    .intec-certificates.desktop-template.template-tiles .intec-certificates_item {
        width: 33.33%;
    }
}
@media all and (max-width: 720px) {
    .intec-certificates.desktop-template.template-tiles .intec-certificates_item {
        width: 50%;
    }
}
@media all and (max-width: 420px) {
    .intec-certificates.desktop-template.template-tiles .intec-certificates_item {
        width: 100%;
    }
}
/* -------------------- /Desktop list -------------------- */
/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.brands/template.1/style.css?17472263164946*/
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px;
}
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-dots {
  padding-top: 10px;
}
.widget.c-brands.c-brands-template-1 .widget-item, .widget.c-brands.c-brands-template-1 .widget-item-wrapper {
  display: block;
}
.widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
  padding: 16px 60px;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
    padding: 16px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
    padding: 16px 40px !important;
  }
}
@media all and (max-width: 375px) {
  .widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
    padding: 16px 80px !important;
  }
}
.widget.c-brands.c-brands-template-1[data-slider=false][data-columns="3"] .widget-item-wrapper {
  padding: 16px 80px;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-1[data-slider=false][data-columns="3"] .widget-item-wrapper {
    padding: 16px 60px;
  }
}
.widget.c-brands.c-brands-template-1[data-slider=false][data-columns="5"] .widget-item-wrapper {
  padding: 16px 40px;
}
.widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
  padding: 25px 50px;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
    padding: 25px 40px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
    padding: 5px 40px !important;
  }
}
.widget.c-brands.c-brands-template-1[data-slider=true][data-columns="3"] .widget-item-wrapper {
  padding: 25px 100px;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-1[data-slider=true][data-columns="3"] .widget-item-wrapper {
    padding: 25px 60px;
  }
}
@media all and (max-width: 768px) {
  .widget.c-brands.c-brands-template-1[data-slider=true][data-columns="3"] .widget-item-wrapper {
    padding: 25px 40px;
  }
}
.widget.c-brands.c-brands-template-1[data-slider=true][data-columns="5"] .widget-item-wrapper {
  padding: 25px 40px;
}
.widget.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;
}
.widget.c-brands.c-brands-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-brands.c-brands-template-1 .widget-footer-button:hover, .widget.c-brands.c-brands-template-1 .widget-footer-button:focus, .widget.c-brands.c-brands-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-brands.c-brands-template-1 .widget-item-wrapper:hover .widget-item-picture {
  opacity: 1 !important;
}
.widget.c-brands.c-brands-template-1[data-slider=true][data-slider-navigation=true] .widget-items {
  margin: 0 30px;
  margin-top: -25px;
  width: auto;
}
.widget.c-brands.c-brands-template-1[data-slider=true][data-slider-dots=true] .intec-ui.intec-ui-control-navigation {
  bottom: 30px;
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-1[data-slider=true][data-slider-dots=true] .intec-ui.intec-ui-control-navigation {
    bottom: 0;
  }
}
.widget.c-brands.c-brands-template-1[data-effect=grayscale] .widget-item-picture {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.widget.c-brands.c-brands-template-1[data-effect=blur] .widget-item-picture {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.widget.c-brands.c-brands-template-1[data-effect=brightness] .widget-item-picture {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.widget.c-brands.c-brands-template-1[data-effect=sepia] .widget-item-picture {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.widget.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);
}
.widget.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/universe_s1/components/intec.universe/main.form/template.3.custom/style.css?17472263171840*/
.widget.c-form.c-form-template-3 .form-wrapper {
  background: #0056dd;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d3ff", endColorstr="#0056dd",GradientType=1 );
  border-radius: 100px;
  position: relative;
  padding: 35px;
  margin-top: 80px;
}
@media all and (max-width: 1050px) {
  .widget.c-form.c-form-template-3 .form-wrapper {
    border-radius: 0;
    margin-top: 20px;
  }
}
.widget.c-form.c-form-template-3 .form-image {
  width: 250px;
  height: 215px;
  position: absolute;
  bottom: 0;
  left: 60px;
}
@media all and (max-width: 900px) {
  .widget.c-form.c-form-template-3 .form-image {
    display: none;
  }
}
.widget.c-form.c-form-template-3 .form-content {
  padding-left: 290px;
}
@media all and (max-width: 900px) {
  .widget.c-form.c-form-template-3 .form-content {
    padding-left: 0;
  }
}
.widget.c-form.c-form-template-3 .form-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  color: #ffffff;
}
.widget.c-form.c-form-template-3 .form-title:before {
  content: "?";
  position: absolute;
  display: block;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -100px;
  font-size: 194px;
  line-height: 1;
  opacity: 0.1;
  text-align: center;
}
@media all and (max-width: 1050px) {
  .widget.c-form.c-form-template-3 .form-title:before {
    display: none;
  }
}
.widget.c-form.c-form-template-3 .form-description {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
}
.widget.c-form.c-form-template-3 .form-button {
  color: #fff;
  padding: 13px 27px;
  border-radius: 40px;
}
@media all and (max-width: 400px) {
  .widget.c-form.c-form-template-3 .form-button {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/certificates/style.css?17472263176106 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.brands/template.1/style.css?17472263164946 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.form/template.3.custom/style.css?17472263171840 */
