

/* Start:/bitrix/templates/matilda_22/components/bitrix/catalog.section.list/services.tile.1/style.css?17773713822462*/
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 {
  display: block;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-wrapper {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80%;
  text-decoration: none;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-content,
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-content {
  overflow: hidden;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-overlay {
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-information {
  display: block;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  background-color: #0065ff;
  padding: 7px 14px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-description {
  display: block;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
  color: #fff;
  line-height: 1.28571429;
  -webkit-transition: height 350ms;
  -moz-transition: height 350ms;
  -ms-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-wrapper:hover .catalog-section-list-item-overlay {
  opacity: 0.3;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-wrapper:hover .catalog-section-list-item-description {
  height: 54px;
}

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

/* End */


/* Start:/bitrix/templates/matilda_22/components/intec.universe/main.advantages/template.7/style.css?17773713801211*/
.widget.c-advantages.c-advantages-template-7 .widget-item-name {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  max-width: 200px;
  text-align: center;
  margin: 20px auto 0 auto;
}
.widget.c-advantages.c-advantages-template-7 .widget-item-icon {
  display: block;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.widget.c-advantages.c-advantages-template-7 .widget-item-icon-border {
  display: block;
  position: absolute;
  border: 3px solid #0065ff;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.widget.c-advantages.c-advantages-template-7 .widget-item-icon-picture {
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}
.widget.c-advantages.c-advantages-template-7 .widget-item-wrapper:hover .widget-item-icon-border {
  opacity: 1;
}

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

/* End */


/* Start:/bitrix/templates/matilda_22/components/intec.universe/main.form/template.3/style.css?17773713791762*/
.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 */


/* Start:/bitrix/templates/matilda_22/components/bitrix/catalog.section.list/reccomend.tile/style.css?17773713822462*/
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 {
  display: block;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-wrapper {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80%;
  text-decoration: none;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-content,
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-content {
  overflow: hidden;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-overlay {
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-information {
  display: block;
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-name {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  background-color: #0065ff;
  padding: 7px 14px;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-description {
  display: block;
  margin-top: 10px;
  height: 0;
  overflow: hidden;
  color: #fff;
  line-height: 1.28571429;
  -webkit-transition: height 350ms;
  -moz-transition: height 350ms;
  -ms-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-wrapper:hover .catalog-section-list-item-overlay {
  opacity: 0.3;
}
.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-tile-1 .catalog-section-list-item-wrapper:hover .catalog-section-list-item-description {
  height: 54px;
}

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

/* End */
/* /bitrix/templates/matilda_22/components/bitrix/catalog.section.list/services.tile.1/style.css?17773713822462 */
/* /bitrix/templates/matilda_22/components/intec.universe/main.advantages/template.7/style.css?17773713801211 */
/* /bitrix/templates/matilda_22/components/intec.universe/main.form/template.3/style.css?17773713791762 */
/* /bitrix/templates/matilda_22/components/bitrix/catalog.section.list/reccomend.tile/style.css?17773713822462 */
