

/* Start:/local/components/c-mind/empty/templates/about-promo/style.css?16557315682316*/
.about-promo {
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .about-promo__tab-nav--item {
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.01em;
    display: block;
    cursor: pointer; }
    .about-promo__tab-nav--item.active {
      margin-left: 300px;
      position: relative; }
      .about-promo__tab-nav--item.active:before {
        position: absolute;
        content: '';
        display: block;
        width: 500px;
        right: 100%;
        height: 1px;
        background: #FFCF48;
        top: 50%;
        transform: translateY(-50%);
        margin-right: 30px; }
  @media (max-width: 992.1px) {
    .about-promo__tabs {
      margin-top: 2rem; } }
  .about-promo__tabs .tab {
    display: none; }
    .about-promo__tabs .tab.active {
      display: block; }
  @media (min-width: 991.9px) {
    .about-promo {
      min-height: 400px; }
      .about-promo:before {
        content: '';
        display: block;
        background: url(/local/templates/main/svg/bendd-shadow.svg);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        opacity: .2;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        filter: invert(1); }
      .about-promo .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .about-promo__tab-nav {
        margin-right: 60px; } }

/*# sourceMappingURL=style.css.map */

.about-promo .wrap {
	align-items: flex-start;
}
.about-promo .wrap .col {
	min-width: 33.3333%;
}

.about-promo .title {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #232323;
	width: 177px;
	max-width: 100%;
	border-bottom: 4px solid #FFCF48;
	margin-bottom: 40px;
}

.about-promo .text {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 33px;
	color: #232323;
	max-width: 90%;
	margin-bottom: 40px;
}
/* End */


/* Start:/local/components/c-mind/empty/templates/about-complex/style.css?16557318151608*/
.about-complex {
  background: #232323;
  color: #fff;
  padding: 5rem 0 3rem; }
  @media (max-width: 768.1px) {
    .about-complex {
      background-image: url("/local/components/c-mind/empty/templates/about-complex/./images/mobile-bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
  .about-complex__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 768.1px) {
      .about-complex__list {
        display: block; } }
  .about-complex__item {
    width: 24%;
    position: relative;
    padding: 0 30px 0 0; }
    .about-complex__item:before {
      content: '';
      position: absolute;
      top: 13px;
      right: 30px;
      left: 30px;
      height: 1px;
      background: #BCBCBC; }
  /*  .about-complex__item:nth-child(4n):before {
      display: none; } */
    @media (max-width: 992.1px) {
      .about-complex__item {
        width: 50%; }
        .about-complex__item:nth-child(2n):before {
          display: none; } }
    @media (max-width: 768.1px) {
      .about-complex__item {
        width: 100%; }
        .about-complex__item:before {
          display: none; } }
    .about-complex__item .num {
      font-size: 14px;
      font-weight: bold;
      color: #FFCF48;
      margin-bottom: 1rem; }
    .about-complex__item .name {
      font-size: 17px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      margin-bottom: 2rem; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/c-mind/empty/templates/about-benefits/style.min.css?16215959312880*/
.about-benefits{background:#fff;padding:4rem 0;position:relative}.about-benefits__list{padding-top:30px;margin-top:2rem}.about-benefits__list .slick-list{overflow:visible}.about-benefits__list:before{content:'';display:block;position:absolute;height:1px;width:3000px;top:0;left:50%;transform:translateX(-50%);background:#bcbcbc}.about-benefits__arrows{position:absolute}.about-benefits__arrows .slick-arrow{padding:20px;font-size:0;line-height:0;background:transparent}.about-benefits__arrows .slick-arrow:after{content:url("/local/templates/main/svg/arrow.svg");transform:scale(0.4);display:block;filter:brightness(0) invert(1);width:50px;transform-origin:0 50%}.about-benefits__arrows .slick-arrow.slick-prev:after{transform-origin:70% 50%;transform:scale(0.4) rotate(180deg)}@media(max-width:992.1px){.about-benefits__arrows{position:relative;line-height:0;float:right}.about-benefits__arrows .slick-arrow{border-width:0;padding:0;width:25px;height:25px;overflow:hidden}.about-benefits__arrows .slick-arrow:after{transform:scale(0.5);filter:invert(1) grayscale(1)}.about-benefits__arrows .slick-arrow+.slick-arrow{margin-left:15px}.about-benefits__arrows .slick-arrow.slick-next:after{margin-left:-30px}.about-benefits__arrows .slick-arrow.slick-prev:after{transform-origin:73% 50%;transform:scale(0.5) rotate(180deg)}}@media(min-width:991.9px){.about-benefits__arrows{right:154px;top:8rem}.about-benefits__arrows .slick-arrow{border:1px solid #ffcf48}.about-benefits__arrows .slick-arrow:after{filter:brightness(0)}.about-benefits__arrows .slick-arrow:not(.slick-disabled):hover{background-color:#ffcf48}.about-benefits__arrows .slick-arrow.slick-disabled{cursor:default}.about-benefits__arrows .slick-arrow+.slick-arrow{border-left-width:0}}.about-benefits__info{display:none}@media(max-width:992.1px){.about-benefits__info{display:flex;align-items:center;font-size:14px}.about-benefits__info .total{color:rgba(188,188,188,0.5)}.about-benefits__info .total:before{content:'';display:inline-block;vertical-align:middle;width:50px;margin:0 10px;height:1px;background:rgba(188,188,188,0.5)}}.about-benefits__item{width:340px;padding-right:30px;position:relative}.about-benefits__item:before{content:'';display:block;position:absolute;left:0;top:-2rem;margin-top:-2px;width:9px;height:9px;background:#232323}.about-benefits__item .num{font-size:36px;font-weight:800;line-height:28px;letter-spacing:.1em;color:#fff;display:block;margin-bottom:1rem;text-shadow:-1px -1px 0 #ffcf48,1px -1px 0 #ffcf48,-1px 1px 0 #ffcf48,1px 1px 0 #ffcf48}@supports(-webkit-text-stroke:1px #FFCF48){.about-benefits__item .num{-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#ffcf48;text-shadow:none}}.about-benefits__item .name{font-size:17px;font-weight:700;line-height:28px;letter-spacing:.01em;text-transform:uppercase}@media(max-width:992.1px){.about-benefits__item .name{font-size:16px}}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/infinity/style.css?1656598249736*/
.infinity-button {
  padding: 5px;
  margin: 2rem auto 0;
  border: 1px solid #FFCF48;
  background: #FFCF48;
  display: flex;
  width: 100px;
  height: 100px;
  text-align: center;
  align-items: center;
  justify-content: center; }
  @media (max-width: 992.1px) {
    .infinity-button {
      width: 64px;
      height: 64px; } }
  .infinity-button:hover {
    border-color: #FFCF48;
    outline: 1px solid #FFCF48; }
	
.infinity-button.wide {
	width: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #232323;
}
.infinity-button.wide svg {
	margin-left: 15px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/about-customers/style.min.css?1621261790931*/
.about-customers{margin:5rem 0}.about-customers__item{display:flex;align-items:center;justify-content:stretch;padding:2rem 0;border-top:1px solid #bcbcbc}.about-customers__item:last-of-type{border-bottom:1px solid #bcbcbc}.about-customers__item .logo{margin-right:30px;min-width:300px;text-align:center}.about-customers__item .logo img{display:block;max-width:100%;max-height:300px;object-fit:contain;object-position:center;margin:auto}.about-customers__item .title{margin:0 30px;min-width:300px;font-size:22px}.about-customers__item .desc{color:#6e6e6e;font-size:16px;font-weight:400;line-height:33px}@media(max-width:992.1px){.about-customers__item{display:block;border-width:0 !important;padding:1rem 0}.about-customers__item .logo,.about-customers__item .title{margin:0 0 2rem 0}.about-customers__item .logo img{margin:0}.about-customers__item .title{font-size:18px;font-weight:700}.about-customers__item .desc{font-size:14px}}
/* End */


/* Start:/local/components/c-mind/map/templates/.default/style.min.css?1621509328812*/
.home-map{background-color:#232323;padding:2rem 0;color:#fff}.home-map__title{font-size:48px;line-height:60px;letter-spacing:1px;font-weight:400}@media(max-width:992.1px){.home-map__title{font-size:40px;margin-top:0}}.home-map__sub-title{color:#ffcf48;float:right;margin:0}@media(max-width:992.1px){.home-map__sub-title{display:none}}.home-map__map{position:relative}.home-map__map .mapTooltip{position:absolute;max-width:400px;margin-left:28px;font-size:16px;line-height:33px;pointer-events:none}.home-map__map .mapTooltip:before{content:'';width:1px;height:100%;position:absolute;top:0;left:-10px;border-left:1px dashed #fff}.home-map__map .mapTooltip .text{opacity:.6}.home-map__map .mapTooltip .title{font-weight:bold;font-size:22px;margin-bottom:.5rem}@media(max-width:768.1px){.home-map__map{display:none}}
/* End */
/* /local/components/c-mind/empty/templates/about-promo/style.css?16557315682316 */
/* /local/components/c-mind/empty/templates/about-complex/style.css?16557318151608 */
/* /local/components/c-mind/empty/templates/about-benefits/style.min.css?16215959312880 */
/* /local/templates/main/components/bitrix/system.pagenavigation/infinity/style.css?1656598249736 */
/* /local/templates/main/components/bitrix/news.list/about-customers/style.min.css?1621261790931 */
/* /local/components/c-mind/map/templates/.default/style.min.css?1621509328812 */
