

/* Start:/local/templates/prom_sl/components/intec.universe/main.advantages/template.1/style.css?17675589121499*/
.widget.c-advantages.c-advantages-template-1 .widget-items {
  display: block;
}
.widget.c-advantages.c-advantages-template-1 .widget-item-picture {
  display: block;
  width: 40px;
  height: 40px;
}
.widget.c-advantages.c-advantages-template-1 .widget-item-name {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  color: #2d2d2d;
  word-break: break-word;
}
.widget.c-advantages.c-advantages-template-1 .widget-item-name:hover {
  text-decoration: underline;
}
.widget.c-advantages.c-advantages-template-1 .widget-item-name:hover .widget-item-description {
  display: block;
}
.widget.c-advantages.c-advantages-template-1 .widget-item-description {
  display: none;
  position: absolute;
  width: 240px;
  top: 100%;
  left: -12px;
  background-color: #404040;
  border-radius: 10px;
  padding: 7px 12px;
  margin-top: 15px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  text-align: justify;
  z-index: 1;
}
.widget.c-advantages.c-advantages-template-1 .widget-item-description:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #404040;
  left: 60px;
  bottom: -20px;
  top: -10px;
  width: 0;
  height: 0;
}
@media all and (max-width: 1200px) {
  .widget.c-advantages.c-advantages-template-1 .widget-item-description {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/prom_sl/components/bitrix/news.list/images-tile/style.css?1767558912499*/
.forms-wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.forms-item {
    width: 30%;
    flex-shrink: 0;
}

.forms-item-title {
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	display: flex;
	align-items: flex-end;
    margin-bottom: 15px;
}

.forms-item-img {
	margin-bottom: 15px;
}

.forms-item-img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 576px) {
	.forms-item {
    width: 100%;
}
}
/* End */


/* Start:/local/templates/prom_sl/components/bitrix/system.pagenavigation/.default/style.css?17675589112556*/
.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:/local/templates/prom_sl/components/bitrix/news.list/images-icons/style.css?1767558912503*/
.adv-wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 40px 0;
	flex-wrap: wrap;
}

.adv-item {
    width: 200px;
    flex-shrink: 0;
}

.adv-item-title {
	font-size: 15px;
	font-weight: 700;
    margin-bottom: 15px;
	text-align: center;
}

.adv-item-img {
	margin-bottom: 15px;
}

.adv-item-img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 576px) {
	.adv-item {
    width: 100%;
}

.adv-item-img {
	width: 120px;
	margin: 0 auto;
}
}


/* End */


/* Start:/local/templates/prom_sl/components/intec.universe/main.about/template.2/style.css?17715024015658*/
.widget.c-about-ref.c-about-ref-template-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFF;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-block-picture {
  position: relative;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #B0B0B0;
  margin-bottom: 16px;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-name {
  font-size: 32px;
  line-height: 40px;
  color: #1B1E25;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-preview {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-buttons {
  margin-top: 32px;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-button {
  padding: 20px 36px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-picture {
  padding-top: 100%;
  background-repeat: no-repeat;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-video {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget.c-about-ref.c-about-ref-template-2 .widget-video:hover .widget-hover-opacity {
  opacity: 0.9;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-video svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-advantages {
  margin-top: 24px;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-hover-opacity {
  -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;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-advantages-item-picture {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-advantages-item-name {
  font-size: 16px;
  line-height: 20px;
  color: #404040;
}
.widget.c-about-ref.c-about-ref-template-2 .widget-advantages-item-preview {
  font-size: 14px;
  line-height: 19px;
  color: #808080;
  margin-top: 8px;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="1"] .widget-block-picture {
  width: 40%;
  min-height: 160px;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="1"] .widget-block-text {
  width: 60%;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="1"] .widget-video {
  width: 120px;
  height: 120px;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="2"] .widget-block-picture {
  width: 33.3333333333%;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="2"] .widget-block-text {
  width: 66.6666666667%;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="3"] .widget-block-picture {
  width: 25%;
  min-height: 130px;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="3"] .widget-block-text {
  width: 75%;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="3"] .widget-video {
  width: 90px;
  height: 90px;
}
.widget.c-about-ref.c-about-ref-template-2 [data-view="1"] .widget-preview,
.widget.c-about-ref.c-about-ref-template-2 [data-view="3"] .widget-preview {
  margin-top: 16px;
}
@media all and (max-width: 768px) {
  .widget.c-about-ref.c-about-ref-template-2 [data-view="1"] .widget-block-picture,
.widget.c-about-ref.c-about-ref-template-2 [data-view="3"] .widget-block-picture {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .widget.c-about-ref.c-about-ref-template-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .widget.c-about-ref.c-about-ref-template-2 .widget-name {
    font-size: 24px;
    line-height: 32px;
  }
}
.cta-block {
     text-align: center;
   }

   .cta-btn {
     display: inline-block;
     padding: 20px 48px;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     color: #fff;
     background: linear-gradient(135deg, #ff6a00, #ee0979);
     border: none;
     border-radius: 12px;
     cursor: pointer;
     box-shadow: 0 8px 24px rgba(238, 9, 121, 0.35);
     transition: transform 0.2s, box-shadow 0.2s;
   }

   .cta-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 12px 32px rgba(238, 9, 121, 0.45);
   }

   .cta-btn:active {
     transform: translateY(0);
     box-shadow: 0 4px 16px rgba(238, 9, 121, 0.3);
   }

   .cta-sub {
     margin-top: 12px;
     font-size: 14px;
     color: #888;
   }
.r-button-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;

    width: 100%;
}

.widget-button.intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-size-2.intec-ui-mod-round-2.custom {
    padding: 10px 10px;
    box-sizing: border-box;
    height: 54px;
    margin-top: 32px;
}
@media(max-width:768px){
.r-button-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.widget-button.intec-ui.intec-ui-control-button.intec-ui-scheme-current.intec-ui-size-2.intec-ui-mod-round-2.custom {
    padding: 10px 10px;
    box-sizing: border-box;
    height: 54px;
    margin-top: 0px;
}
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/prom_sl/components/bitrix/news.list/images-stages/style.css?1767558912565*/
.stages-wrap {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin: 40px 0;
	flex-wrap: wrap;
}

.stages-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	width: calc(50% - 15px);
}

.stages-item-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	color: #9C130F;
}

.stages-item-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 576px) {
	.stages-item {
		width: 100%;
		flex-direction: column;
	}

	.stages-item-img {
		width: 120px;
	}
}
/* End */


/* Start:/local/templates/prom_sl/components/bitrix/news.detail/pr-desc/style.css?1767558911232*/
.desc-item ul > li::before {
	position: static;
	margin-right: 10px;
}

.desc-img-left {
	margin: 0 20px 20px 0;
}

.desc-img-right {
	margin: 0 0 20px 20px;
}

@media (max-width: 576px) {
	.desc-img-left {
	margin: 0 0 20px 0;
}
}

/* End */
/* /local/templates/prom_sl/components/intec.universe/main.advantages/template.1/style.css?17675589121499 */
/* /local/templates/prom_sl/components/bitrix/news.list/images-tile/style.css?1767558912499 */
/* /local/templates/prom_sl/components/bitrix/system.pagenavigation/.default/style.css?17675589112556 */
/* /local/templates/prom_sl/components/bitrix/news.list/images-icons/style.css?1767558912503 */
/* /local/templates/prom_sl/components/intec.universe/main.about/template.2/style.css?17715024015658 */
/* /local/templates/prom_sl/components/bitrix/news.list/images-stages/style.css?1767558912565 */
/* /local/templates/prom_sl/components/bitrix/news.detail/pr-desc/style.css?1767558911232 */
