

/* Start:/bitrix/templates/matilda_s1/css/about.css?17466060125575*/
:root {
    --chernyy: #191919;
    --siniy: #003153;
    --zoloto: #967346;
    --belyy: #fff;
    --podlozhka: #e6ebee;
    --siniy-pri-navedenii: #035d9c;
    --data: #808080;
}

.page-element-about {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 27px;
}

.page-element-about-item {
    width: calc(50% - 14px);
    font-size: 18px;
    line-height: 133%;
    font-weight: 300;
    color: var(--belyy);
    background-color: var(--siniy);
    border-radius: 10px;
    padding: 26px 23px 45px 31px;
    background-repeat: no-repeat;
    background-position: top right;
}

.page-element-about-item h2,
.page-element-about-item h3 {
    font-size: 38px;
    line-height: 82%;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-element-about-item--top {
    background-position: top 14px right 39px;
}

.page-element-about-item--bottom {
    background-position: bottom 18px right 26px;
}

.widget-principles-list {
    column-count: 2;
    column-gap: 157px;
    margin-bottom: -40px;
}

.widget-principles-item {
    display: block;
    break-inside: avoid;
    padding-bottom: 40px;
}

.widget-principles-item-inner {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.widget-principles-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: none;
}

.widget-principles-item-icon img,
.widget-principles-item-icon svg {
    max-width: 100%;
    max-height: 100%;
}

.widget-principles-item-info {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
}

.widget-principles-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.widget-benefits-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 27px;
}

.widget-benefits-item {
    width: calc(33.33333333% - 18px);
    border: 1px solid var(--siniy);
    border-radius: 10px;
    padding: 23px 9px 9px;
}

.widget-benefits-item-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 21px;
}

.widget-benefits-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: var(--belyy);
    background-color: var(--siniy);
    border-radius: 50%;
    position: relative;
    flex: none;
}

.widget-benefits-item-icon::after {
    content: "";
    position: absolute;
    top: -13px;
    right: -11px;
    width: 31px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 1.95848L18.86 11.3138C19.0572 11.8631 19.4845 12.2987 20.0298 12.5066L29.1929 16L20.0298 19.4934C19.4845 19.7013 19.0572 20.1369 18.86 20.6862L15.5 30.0415L12.14 20.6862C11.9428 20.1369 11.5155 19.7013 10.9702 19.4934L1.80713 16L10.9702 12.5066C11.5155 12.2987 11.9428 11.8631 12.14 11.3138L15.5 1.95848Z' stroke='%23967346' stroke-width='2' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.widget-benefits-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}

.widget-benefits-item-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 171%;
}

.page-element-reviews {
    background-color: #e6ebee;
    padding-top: 49px;
    padding-bottom: 50px;
}

.widget-video > a {
    display: block;
    width: 100%;
    line-height: 0;
    position: relative;
}

.widget-video > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 193px;
    height: 193px;
    background: url("/bitrix/templates/matilda_s1/css/../icons/paly-video.svg") no-repeat center;
    background-size: contain;
}

.widget-video img {
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .widget-principles-list {
        column-gap: 30px;
    }

    .widget-benefits-item {
        width: calc(50% - 14px);
    }
}

@media (max-width: 767px) {
    .page-element-about {
        gap: 20px;
    }

    .page-element-about-item {
        width: 100%;
        padding: 24px 20px 20px;
        font-size: 14px;
        line-height: 156%;
    }

    .page-element-about-item h2,
    .page-element-about-item h3 {
        font-size: 26px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .page-element-about-item--bottom {
        background-position: bottom -18px right 26px;
    }

    .page-element-about-item--top {
        background-position: top -18px right -8px;
    }

    .widget-principles-list {
        column-count: 1;
        column-gap: initial;
        margin-bottom: 0;
    }

    .widget-principles-item {
        padding-bottom: 0;
    }

    .widget-principles-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .widget-benefits-item {
        width: 100%;
    }

    .widget-benefits-list {
        gap: 20px;
    }

    .widget-benefits-item-top {
        margin-bottom: 10px;
    }

    .widget-video > a::before {
        width: 50px;
        height: 50px;
    }
}
/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.brands/template.1/style.css?17466060117286*/
.widget.c-brands.c-brands-template-1 {
  background-color: #E6EBEE;
  padding-top: 50px;
  padding-bottom: 50px;
}

.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-navigation button {
  position: absolute;
  display: block;
  visibility: visible;
  top: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #E8E8E8;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation 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-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation button:hover svg path {
  stroke: #FFF;
}
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation 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-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation button.disabled svg path {
  stroke: #F2F2F2 !important;
}
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation .slider-button-left {
  left: 0;
}
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation .slider-button-right {
  right: 0;
}
.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=true] .widget-item-wrapper {
  height: 147px;
  padding: 32px 0;
}
@media all and (max-width: 1024px) {
  .widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
    height: 125px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
    height: 120px;
    padding: 24px 0;
  }
}
.widget.c-brands.c-brands-template-1 .widget-item-picture {
  display: block;
  height: 100%;
  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;
  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;
}
.widget.c-brands.c-brands-template-1 .widget-all-container {
  display: none;
}
.widget.c-brands.c-brands-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;
}
.widget.c-brands.c-brands-template-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 600px) {
  .widget.c-brands.c-brands-template-1 .widget-content {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .widget.c-brands.c-brands-template-1 .widget-content > div {
    width: 100%;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }
}
@media all and (max-width: 550px) {
  .widget.c-brands.c-brands-template-1 .widget-all-container {
    display: block;
  }
  .widget.c-brands.c-brands-template-1 .widget-title.align-center.widget-title-margin {
    margin-left: 20px;
  }
  .widget.c-brands.c-brands-template-1 .widget-all-container.mobile {
    text-align: right;
    width: 20px;
    max-height: 36px;
  }
  .widget.c-brands.c-brands-template-1 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-brands.c-brands-template-1 .widget-footer.mobile {
    display: none;
  }
  .widget.c-brands.c-brands-template-1 .widget-all-container {
    width: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.staff/template.2/style.css?17471300248762*/
.widget.c-staff.c-staff-template-2 .widget-content {
  position: relative;
  margin-left: -34.5px;
  margin-right: -34.5px;
}
.widget.c-staff.c-staff-template-2 .widget-title.align-center.widget-title-margin {
  margin-left: 150px;
}
.widget.c-staff.c-staff-template-2 .widget-all-container {
  text-align: right;
}
.widget.c-staff.c-staff-template-2 .widget-title-container + .widget-all-container {
  width: 150px;
  overflow: hidden;
}
.widget.c-staff.c-staff-template-2 .widget-all-container i {
  display: none;
  font-size: 19px;
}
.widget.c-staff.c-staff-template-2 .widget-all-button {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-staff.c-staff-template-2 .widget-all-button span {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 24px;
}
@media all and (max-width: 550px) {
  .widget.c-staff.c-staff-template-2 .widget-title.align-center.widget-title-margin {
    margin-left: 20px;
  }
  .widget.c-staff.c-staff-template-2 .widget-title-container + .widget-all-container.mobile {
    width: 20px;
    max-height: 36px;
  }
  .widget.c-staff.c-staff-template-2 .widget-all-container.mobile i {
    display: inline-block;
  }
  .widget.c-staff.c-staff-template-2 .widget-all-container.mobile span {
    display: none;
  }
  .widget.c-staff.c-staff-template-2 .widget-all-container.mobile + .widget-all-button {
    width: 20px;
  }
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation {
  position: absolute;
  width: 100%;
  top: 35%;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation.disabled {
  display: none;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation button {
  width: 40px;
  height: 40px;
  font-size: 9px;
  line-height: 1;
  background: #fff;
  color: #808080;
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  cursor: pointer;
  outline: none;
}
@media all and (max-width: 450px) {
  .widget.c-staff.c-staff-template-2 .widget-items-navigation button {
    display: none;
  }
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation button:hover {
  color: #fff;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation button svg path {
  stroke: #808080;
  transition: all 0.4s;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation button:hover svg path {
  stroke: #FFF;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation 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-staff.c-staff-template-2 .widget-items-navigation button.disabled svg path {
  stroke: #F2F2F2 !important;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation[data-position=bottom] {
  margin-top: 16px;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation[data-position=bottom] .navigation-left {
  margin-right: 7px;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation .navigation-left,
.widget.c-staff.c-staff-template-2 .widget-items-navigation .navigation-right {
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation .navigation-left {
  left: 0;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation .navigation-right {
  right: 0;
}
.widget.c-staff.c-staff-template-2 .widget-element {
  padding: 0 34.5px 40px 34.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-staff.c-staff-template-2 [data-role=slider] .widget-element {
  height: 100%;
  padding-bottom: 0;
}
.widget.c-staff.c-staff-template-2 [data-role=slider] .owl-stage {
  display: flex;
}
.widget.c-staff.c-staff-template-2 .widget-element-wrapper {
  height: 100%;
  max-width: 100%;
  /*padding-bottom: 20px;*/
  margin: auto;
  text-decoration: none;
  /*border: 1px solid #F2F2F2;*/
  /*border-radius: 2px;*/
}
.widget.c-staff.c-staff-template-2 .widget-element-image-wrap {
  margin-bottom: 20px;
}
.widget.c-staff.c-staff-template-2 .widget-element-image {
  height: 314px;
  background-size: 100% 98%;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 20px;
  /*padding-top: 100%;*/
}
.widget.c-staff.c-staff-template-2 .widget-element-position {
  margin-bottom: 5px;
  /*padding: 0 20px;*/
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  color: #B0B0B0;
}
.widget.c-staff.c-staff-template-2 .widget-element-name {
  margin: 0;
  /*padding: 0 20px;*/
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  color: #191919;
  -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;
}
.widget.c-staff.c-staff-template-2 .widget-button-wrapper {
  display: inline-block;
  color: #2d2d2d;
  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;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-staff.c-staff-template-2 .widget-button-text {
  display: inline-block;
  vertical-align: middle;
}
.widget.c-staff.c-staff-template-2 .widget-button-name {
  font-size: 18px;
  line-height: 27px;
}
.widget.c-staff.c-staff-template-2 .widget-button-description {
  font-size: 10px;
  line-height: 15px;
  padding-top: 5px;
}
.widget.c-staff.c-staff-template-2 .widget-button-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 27px;
  padding-left: 25px;
}
.widget.c-staff.c-staff-template-2 .widget-button-wrapper:hover .widget-button-icon {
  animation-name: c-staff-template-2;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}
.widget.c-staff.c-staff-template-2 .widget-button-icon i {
  font-size: 14px;
  line-height: 14px;
}
.widget.c-staff.c-staff-template-2 .widget-items-navigation .navigation-left,
.widget.c-staff.c-staff-template-2 .widget-items-navigation .navigation-right {
  top: 50%;
}
@media (max-width: 1424px) {
  .widget.c-staff.c-staff-template-2 .widget-content {
    margin-left: -15px;
    margin-right: -15px;
  }

  .widget.c-staff.c-staff-template-2 .widget-element {
    padding: 0 15px 40px 15px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-staff.c-staff-template-2 .widget-button-name {
    font-size: 14px;
  }
}
@keyframes c-staff-template-2 {
  from {
    padding-left: 25px;
  }
  50% {
    padding-left: 35px;
  }
  to {
    padding-left: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

@media (max-width: 1170px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 285px;
  }
}

@media (max-width: 1023px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 230px;
  }
}

@media (max-width: 921px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 205px;
  }
}

@media (max-width: 799px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 245px;
  }
}

@media (max-width: 650px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 265px;
  }
}

@media (max-width: 450px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 200px;
  }
}

@media (max-width: 399px) {
  .widget.c-staff.c-staff-template-2 .widget-element-image {
    height: 380px;
  }
}
/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.reviews/template.18/style.css?17466060129974*/
@keyframes c-reviews-template-18-keyframes {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.page-element-reviews,
.catalog-element-reviews,
.c-reviews-wrapper {
  background-image: url("/bitrix/templates/matilda_s1/components/intec.universe/main.reviews/template.18/images/reviews-background.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-reviews.c-reviews-template-18 .widget-title-margin {
  margin-left: 117px;
}
@media (max-width: 500px) {
  .widget.c-reviews.c-reviews-template-18 .widget-title-margin {
    margin-left: 54px;
  }
}
.widget.c-reviews.c-reviews-template-18 .widget-title {
  overflow: hidden;
}
.widget.c-reviews.c-reviews-template-18 .widget-send {
  color: #808080;
  padding: 8px 14px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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: color, border-color;
  -moz-transition-property: color, border-color;
  -ms-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
}
.widget.c-reviews.c-reviews-template-18 .widget-send-icon svg path {
  stroke: #B0B0B0;
  -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: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.widget.c-reviews.c-reviews-template-18 .widget-send-content {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}
.widget.c-reviews.c-reviews-template-18 .widget-all {
  display: block;
  text-decoration: none;
}
.widget.c-reviews.c-reviews-template-18 .widget-all-desktop {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -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: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-reviews.c-reviews-template-18 .widget-all-mobile {
  display: none;
  padding: 6px 7px;
}
.widget.c-reviews.c-reviews-template-18 .widget-all-mobile svg path {
  stroke: #B0B0B0;
  -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: stroke;
  -moz-transition-property: stroke;
  -ms-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture {
  display: block;
  font-size: 0;
  text-align: center;
  width: 425px;
  max-width: 100%;
  height: 627px;
  margin-right: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  -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: opacity, box-shadow;
  -moz-transition-property: opacity, box-shadow;
  -ms-transition-property: opacity, box-shadow;
  -o-transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow;
  position: relative;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  overflow: hidden;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture[data-role=video] {
  cursor: pointer;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture > img {
  display: none;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture-icon {
  display: none!important;
  width: 96px;
  height: 96px;
  vertical-align: middle;
  pointer-events: none;
  position: absolute;
  left: 50%;
  margin-right: -50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture-icon-path-white {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-picture iframe {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-description {
  position: relative;
  font-size: 14px;
  line-height: 171%;
  font-weight: 250;
  /*color: #808080;*/
  margin-bottom: 20px;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-name {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #404040;
  text-decoration: none;
  -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: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-rating {
  margin-top: 8px;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-rating-item svg {
  width: 20px;
  height: 20px;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-rating-item svg path {
  fill: #E8E8E8;
  stroke: #E8E8E8;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-rating-item[data-active=true] svg path {
  fill: #F59416;
  stroke: #F59416;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-link-detail-button {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 15px !important;
}
.widget.c-reviews.c-reviews-template-18 .widget-item-wrapper:hover .widget-item-picture-icon {
  animation-name: c-reviews-template-18-keyframes;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.widget.c-reviews.c-reviews-template-18 .widget-items-dots {
  padding-top: 35px;
}
.widget.c-reviews.c-reviews-template-18 .widget-items-dots .widget-items-dot {
  margin: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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: 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-reviews.c-reviews-template-18 .widget-items-dots .widget-items-dot:first-child {
  margin-left: 0;
}
.widget.c-reviews.c-reviews-template-18 .widget-items-dots .widget-items-dot:not(.active) {
  background-color: #CFCFCF !important;
}
.widget.c-reviews.c-reviews-template-18 .widget-items-dots .widget-items-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget.c-reviews.c-reviews-template-18 [data-slider=false] .widget-item-wrapper:hover .widget-item-picture {
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4);
}
.intec-template .widget.c-reviews .widget-header .widget-title {
  font-size: 38px;
}
@media all and (max-width: 1060px) {
  .widget.c-reviews.c-reviews-template-18 .widget-item-picture {
    height: 450px;
  }
}
@media all and (max-width: 768px) {
  .widget.c-reviews.c-reviews-template-18 .widget-send-content {
    display: none;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-picture {
    width: 320px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-picture-icon {
    width: 54px;
    height: 54px;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-text {
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  .widget.c-reviews.c-reviews-template-18 .widget-item-wrapper {
    height: auto;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-content-wrap {
    height: auto;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-content {
    height: auto;
  }
}
@media all and (max-width: 600px) {
  .widget.c-reviews.c-reviews-template-18 .widget-item-content {
    padding: 20px;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-content:hover {
    background-color: #FBFCFD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media all and (max-width: 500px) {
  .widget.c-reviews.c-reviews-template-18 .widget-send {
    padding: 6px;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-all-desktop {
    display: none;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-all-mobile {
    display: block;
  }
  .widget.c-reviews.c-reviews-template-18 .widget-item-description {
    font-size: 14px;
    line-height: 21px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/matilda_s1/components/intec.universe/main.widget/contact.1/style.css?17466060128366*/
.widget.c-widget.c-widget-contact-1 .widget-content,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper-2 {
  position: relative;
  display: block;
  min-height: 600px;
  z-index: 0;
}
.widget.c-widget.c-widget-contact-1 .widget-block {
  position: relative;
  display: block;
  padding: 86px 100px 35px;
  visibility: hidden;
  z-index: 1;
}
.widget.c-widget.c-widget-contact-1 .widget-block-wrapper {
  display: block;
  max-width: 405px;
  padding: 50px 40px 65px;
  margin: 0;
  background-color: #fff;
  visibility: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/bitrix/templates/matilda_s1/components/intec.universe/main.widget/contact.1/../../../../images/contacts-stars.svg");
  background-repeat: no-repeat;
  background-position: right 28px bottom 4px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-wrapper-2 {
  display: block;
}
.widget.c-widget.c-widget-contact-1 .widget-block-title {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 92%;
  color: #1B1E25;
  margin-bottom: 24px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-items {
  display: block;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item {
  display: block;
  margin-bottom: 24px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item.widget-block-item-phone {
  margin-bottom: 16px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item:last-child {
  margin-bottom: 0;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.07em;
  /*color: #808080;*/
  margin-bottom: 8px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-value {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-value a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-value a:hover {
  color: #0065ff;
}
.widget.c-widget.c-widget-contact-1 .widget-map {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 0;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-controls-lefttop {
  top: auto;
  bottom: 0;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-controls-lefttop > ymaps {
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 20px !important;
  border-radius: 32px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-left: -88px;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom {
  width: 80px;
  height: 36px;
  padding: 6px 10px;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background-color: #f5f5f5;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__scale {
  display: none;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__button {
  display: inline-block;
  height: 26px;
  width: 30px;
  opacity: 0.6;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__button:hover {
  opacity: 1;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-form-button__content {
  background-image: none;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-form-button {
  background-image: none;
  overflow: visible;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-form-button__left {
  background-image: none;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__button_type_minus {
  background-image: none;
  text-align: center;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__button_type_plus {
  background-image: none;
  text-align: center;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/matilda_s1/components/intec.universe/main.widget/contact.1/svg/minus.svg");
  left: 0;
  background-position: -6px -3px;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url("/bitrix/templates/matilda_s1/components/intec.universe/main.widget/contact.1/svg/plus.svg");
  left: 0;
  top: 0;
  background-position: -1px -3px;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-controls-righttop {
  bottom: 0;
  top: auto;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-controls-righttop > ymaps {
  top: auto !important;
  bottom: 20px !important;
  right: auto !important;
  left: 50%;
  margin-left: 2px;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 3px 0 3px 25px;
  position: relative;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url("/bitrix/templates/matilda_s1/components/intec.universe/main.widget/contact.1/svg/shema.svg");
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  position: absolute;
  left: 3px;
  bottom: 100%;
  margin-bottom: 3px;
  top: auto;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
  display: none;
}
.widget.c-widget.c-widget-contact-1 .widget-map .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-block {
  width: 40%;
  padding: 0;
  background: #fff;
}
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-block-wrapper {
  padding: 60px 40px 60px 40px;
  margin: 0 auto;
}
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-map {
  left: auto;
  width: 60%;
}
@media all and (max-width: 1000px) {
  .widget.c-widget.c-widget-contact-1 .widget-content,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper-2 {
    min-height: auto;
  }
  .widget.c-widget.c-widget-contact-1 .widget-block {
    width: auto;
    padding: 0;
    background: #fff;
  }
  .widget.c-widget.c-widget-contact-1 .widget-block-wrapper {
    padding: 60px 40px 60px 40px;
    margin: 0 auto;
  }
  .widget.c-widget.c-widget-contact-1 .widget-map {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 400px;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-map,
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-block {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over] .widget-block {
    padding: 0;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over] .widget-block-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over] .widget-map {
    position: relative;
    height: 350px;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over][data-wide=true] .widget-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/matilda_s1/components/bitrix/map.yandex.view/.default/style.css?1746606011260*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/matilda_s1/components/bitrix/map.yandex.system/.default/style.css?1746606011537*/
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-control {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-overlay {
  display: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/matilda_s1/css/about.css?17466060125575 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.brands/template.1/style.css?17466060117286 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.staff/template.2/style.css?17471300248762 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.reviews/template.18/style.css?17466060129974 */
/* /bitrix/templates/matilda_s1/components/intec.universe/main.widget/contact.1/style.css?17466060128366 */
/* /bitrix/templates/matilda_s1/components/bitrix/map.yandex.view/.default/style.css?1746606011260 */
/* /bitrix/templates/matilda_s1/components/bitrix/map.yandex.system/.default/style.css?1746606011537 */
