

/* Start:/local/templates/titan/components/bitrix/news.list/page-top/style.css?17648541521872*/
.page-top {
  margin: 48px 0 0 0;
}
.page-top-inner {
  position: relative;
  border-radius: 32px;
  background: #ffffff;
}
.page-top-inner__text {
  padding: 72px 80px 80px 80px;
  width: 47.7%;
}
.page-top-inner__text .description {
  max-width: 93%;
}
.page-top-inner__text .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 50px 0 0 0;
}
.page-top-inner__text .buttons .container-select {
  position: relative;
}
.page-top-inner__text .buttons .container-select span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.page-top-inner__text .buttons .container-select span:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("/local/templates/titan/components/bitrix/news.list/page-top/images/icons/plus-in-circle-white.svg") 50% 50% no-repeat;
}
.page-top-inner__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56%;
}
@media all and (max-width: 1023px) {
  .page-top {
    margin-top: 8px;
  }
  .page-top-inner {
    border-radius: 20px;
  }
  .page-top-inner__text {
    padding: 24px;
  }
  .page-top-inner__text .buttons {
    margin-top: 2rem;
  }
  .page-top-inner__pic {
    background-size: 120% !important;
  }
}
@media all and (max-width: 767px) {
  .page-top .page-top-inner__text {
    padding-top: 12px;
    width: 100%;
  }
  .page-top .page-top-inner__text h1 {
    margin-bottom: 18px;
  }
  .page-top .page-top-inner__text .buttons {
    gap: 11px;
  }
  .page-top .page-top-inner__text .buttons a {
    width: 100%;
  }
  .page-top .page-top-inner__text .buttons .container-select span:before {
    top: 10px;
  }
  .page-top .page-top-inner__pic {
    margin-top: 0;
    position: unset;
    height: 233px;
    width: 100%;
    background-size: auto 100% !important;
    background-position: -8px -5px !important;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/catalog.section.list/main-page-supplier/style.css?17702111303968*/
.reliable-supplier-inner__pic {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 25px;
}
.reliable-supplier-inner__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reliable-supplier-inner__pic video {
  margin: -4px;
  min-width: calc(100% + 8px);
  min-height: calc(100% + 8px);
  object-fit: cover;
}
.reliable-supplier-inner__text {
  display: flex;
  flex-direction: column;
  margin: -7px 0 0 0;
  min-width: 1px;
}
.reliable-supplier-inner__text .pic {
  display: none;
  margin: 24px 0 0 0;
}
.reliable-supplier-inner__text .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.reliable-supplier-inner__text .pic video {
  margin: -4px;
  min-width: calc(100% + 8px);
  min-height: calc(100% + 8px);
  object-fit: cover;
}
.reliable-supplier-inner__text .description {
  flex-grow: 1;
}
.reliable-supplier-inner__text .links {
  display: flex;
  flex-wrap: wrap;
  margin: 29px 0 0 0;
  gap: 24px;
}
.reliable-supplier-inner__text .cards {
  margin: 9px 0 0 0;
  overflow: hidden;
  height: 336px;
}
.reliable-supplier-inner__text .cards-container {
  padding: 15px 0 0 0;
  transition: margin-top 1s ease-in-out;
}
.reliable-supplier-inner__text .cards-container:first-child {
  margin-top: 0;
}
.reliable-supplier-inner__text .cards-item {
  align-items: center;
  margin: 15px 0 0 0;
  padding: 7.5px 0;
  border: 1px solid rgba(103, 128, 144, 0.3);
  border-radius: 20px;
}
.reliable-supplier-inner__text .cards-item__icon {
  padding: 0 0 0 32px;
  flex-grow: 1;
}
.reliable-supplier-inner__text .cards-item__icon img {
  width: 64px;
  height: auto;
}
.reliable-supplier-inner__text .cards-item__text {
  padding: 0 5px 0 0;
}
.reliable-supplier-inner__text .cards-item__text .big {
  margin: 2px 0 0 0;
  line-height: 1.1;
  opacity: 0.9;
}
.reliable-supplier-inner__text .cards-item:first-child {
  margin-top: 0;
}
@media all and (max-width: 1023px) {
  .reliable-supplier .reliable-supplier-inner__pic {
    flex-grow: 1;
  }
  .reliable-supplier .reliable-supplier-inner__text .cards-item__icon {
    padding: 0 0 0 32px;
    flex: 0 0 96px;
  }
  .reliable-supplier .reliable-supplier-inner__text .cards-item__text {
    flex-basis: auto;
  }
}
@media all and (max-width: 767px) {
  .reliable-supplier .reliable-supplier-inner {
    flex-direction: column-reverse;
  }
  .reliable-supplier .reliable-supplier-inner__pic {
    display: none;
  }
  .reliable-supplier .reliable-supplier-inner__text {
    margin-top: -4px;
  }
  .reliable-supplier .reliable-supplier-inner__text .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
  .reliable-supplier .reliable-supplier-inner__text .pic {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
  }
  .reliable-supplier .reliable-supplier-inner__text .pic img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .reliable-supplier .reliable-supplier-inner__text .pic video {
    margin: -4px;
    min-width: calc(100% + 8px);
    min-height: calc(100% + 8px);
    object-fit: cover;
  }
  .reliable-supplier .reliable-supplier-inner__text .links {
    display: none;
  }
  .reliable-supplier .reliable-supplier-inner__text .cards-item {
    display: flex;
    gap: 24px;
    margin-top: 12px;
    padding-top: 9px;
    padding-bottom: 12px;
    border-radius: 16px;
  }
  .reliable-supplier .reliable-supplier-inner__text .cards-item__icon {
    padding: 0 0 0 24px;
    flex: 0 0 80px;
  }
  .reliable-supplier .reliable-supplier-inner__text .cards-item__icon img {
    width: 56px;
  }
  .reliable-supplier .reliable-supplier-inner__text .cards-item__text {
    flex-grow: 1;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/catalog.section.list/main-page-types/style.css?1764854152500*/
.container-types h2 {
  margin-top: -7px;
}
@media all and (max-width: 1023px) {
  .container-types {
    overflow: hidden;
  }
  .container-types .flex-row h2 {
    margin-top: 0;
  }
  .container-types .swiper {
    overflow: visible;
  }
}
@media all and (max-width: 767px) {
  .container-types .flex-row {
    display: block;
  }
  .container-types .flex-row h2 {
    margin-bottom: 1.1rem;
  }
  .container-types .flex-row h2 br {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/news.list/main-page-modifications/style.css?17648541521368*/
.modifications h2 {
  margin-top: -5px;
  margin-bottom: 3.8rem;
}
.modifications .swiper {
  margin: 0;
}
.modifications .swiper-slide {
  height: auto;
  opacity: 0 !important;
}
.modifications .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.modifications .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media all and (max-width: 767px) {
  .modifications .section-head h2 {
    margin-bottom: 1.2rem;
  }
  .modifications .section--padding {
    padding-top: 28px;
    border-radius: 20px;
  }
  .modifications .section-head {
    display: block;
    margin-bottom: 1.7rem;
  }
  .modifications .section-head .labels-list {
    display: none;
  }
  .modifications .slider-text-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
  }
  .modifications .slider-text-block .slider-text-block__text.swiper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .modifications .slider-text-block .slider-text-block__text.swiper .swiper-bottom {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 32px;
    position: unset;
  }
  .modifications .slider-text-block .slider-text-block__swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .modifications .swiper-slide img {
    border-radius: 12px;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/titan/main.page.catalog/.default/style.css?17648541523244*/
.index-catalog .section-head {
  align-items: flex-end;
}
.index-catalog .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 7px;
  justify-content: right;
}
.index-catalog .categories button {
  font-family: "Bebas Neue Cyrillic", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.86rem;
  line-height: 92%;
  color: rgba(103, 128, 144, 0.8);
  background: none;
}
.index-catalog .categories button span {
  font-family: "Bebas Neue Cyrillic", "Open Sans", sans-serif;
}
.index-catalog .categories button:hover {
  color: rgba(83, 104, 118, 0.8);
}
.index-catalog .categories button.active {
  color: #ec3c3c;
}
.index-catalog .categories button:disabled {
  color: rgba(103, 128, 144, 0.5);
}
.index-catalog .categories button .mobile {
  display: none;
}
.index-catalog .buttons {
  display: none;
}
@media all and (max-width: 767px) {
  .index-catalog .section-head {
    display: block;
    margin-bottom: 1.5rem;
  }
  .index-catalog .section-head .categories {
    margin: 32px 0 0 0;
    gap: 8px;
    justify-content: left;
  }
  .index-catalog .section-head .categories button {
    padding-right: 14px;
    padding-left: 14px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    color: #29333a;
    border-radius: 33px;
    border: 1px solid rgba(103, 128, 144, 0.3);
  }
  .index-catalog .section-head .categories button span {
    font-family: "Open Sans", sans-serif;
  }
  .index-catalog .section-head .categories button .desktop {
    display: none;
  }
  .index-catalog .section-head .categories button .mobile {
    display: block;
  }
  .index-catalog .section-head .categories button:hover, .index-catalog .section-head .categories button:active {
    color: #29333a;
    border-color: rgba(103, 128, 144, 0.5);
  }
  .index-catalog .section-head .categories button.active {
    color: #ffffff;
    background: #ec3c3c;
    border-color: #ec3c3c;
  }
  .index-catalog .section-head .categories button.active:hover {
    color: #ffffff;
    background: #d63636;
    border-color: #d63636;
  }
  .index-catalog .section-head .categories button.active:active {
    color: #ffffff;
    background: #b32e2e;
    border-color: #b32e2e;
  }
  .index-catalog .buttons {
    display: flex;
    gap: 8px;
  }
  .index-catalog .buttons .red-button {
    flex-grow: 1;
  }
  .index-catalog .buttons .red-button span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 44px;
  }
  .index-catalog .buttons .red-button span:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    background: url("/local/templates/titan/components/titan/main.page.catalog/.default/images/icons/filter-icon.svg") 50% 50% no-repeat;
  }
  .index-catalog .buttons .red-stroke-button {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
  }
  .index-catalog .buttons .red-stroke-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    background: url("/local/templates/titan/components/titan/main.page.catalog/.default/images/icons/rotate.svg") 50% 50% no-repeat;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/news.list/main-page-schemes/style.css?1764854152168*/
.index-schemes {
  overflow: hidden;
}
@media all and (max-width: 1023px) {
  .index-schemes h2 {
    margin-bottom: 33px;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/news.list/main-page-services/style.css?17648541521202*/
.index-services h2 {
  margin-top: -7px;
}
.index-services .section--padding {
  padding-top: 72px;
  padding-right: 0;
  padding-bottom: 72px;
  padding-left: 0;
}
.index-services .slider-text-block__text {
  padding-left: 72px;
}
@media all and (max-width: 767px) {
  .index-services .slider-text-block .slider-text-block__text {
    padding-bottom: 24px;
  }
}
.index-services .swiper-nav {
  padding: 0 0 0 72px;
}
@media all and (max-width: 1023px) {
  .index-services .section--padding {
    padding-top: 35px;
    padding-bottom: 24px;
  }
  .index-services .slider-text-block__text {
    padding-left: 24px;
  }
  .index-services .swiper-nav {
    padding-left: 24px;
  }
}
@media all and (max-width: 767px) {
  .index-services .slider-text-block__text {
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    border-bottom: 1px solid rgba(103, 128, 144, 0.2);
  }
  .index-services .slider-text-block__swiper {
    padding-right: 0;
    padding-left: 0;
    margin-right: 24px;
    margin-left: 24px;
  }
  .index-services .swiper-nav {
    padding-left: 0;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/news.list/main-page-selection/style.css?1764854152187*/
.index-selection {
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .index-selection .section-head h2 {
    margin-bottom: 1.2rem;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/titan/map.block/.default/style.css?17702952733379*/
.index-map {
  margin: 30px 0 0 0;
  height: 562px;
  position: relative;
}
.index-map .container {
  height: 100%;
}
.index-map .addresses-selector {
  padding: 24px;
  position: absolute;
  width: 322px;
  top: 80px;
  left: 80px;
  background: #ffffff;
  border-radius: 20px;
  z-index: 5;
}
.index-map__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.index-map__zoom {
  display: flex;
  gap: 8px;
}
.index-map__zoom div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(103, 128, 144, 0.3);
  cursor: pointer;
}
.index-map__zoom div:hover {
  border-color: #29333a;
}
.index-map__addresses .swiper {
  height: 100%;
  max-height: 255px;
  padding: 0 8px 0 0;
}
.index-map__addresses .swiper .swiper-scrollbar {
  position: absolute !important;
  width: 2px;
  padding-bottom: 35px;
  right: 0;
  left: unset;
  background: rgba(103, 128, 144, 0.3);
}
.index-map__addresses .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  width: 3px;
  background: #ec3c3c;
  border-radius: 33px;
}
.index-map__addresses .addresses-block__item {
  margin: 8px 0 0 0;
  padding: 12px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #29333a;
}
.index-map__addresses .addresses-block__item span {
  display: block;
  margin: 4px 0 0 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: #29333a;
}
.index-map__addresses .addresses-block__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(103, 128, 144, 0.3);
  border-radius: 12px;
}
.index-map__addresses .addresses-block__item:first-child {
  margin-top: 0;
}
.index-map__objects {
  margin: 0 0 17px 0;
  height: max-content;
  font-weight: 600;
  font-size: 16px;
  color: #29333a;
  border-radius: 20px;
  background: #ffffff;
}
.index-map__objects .dropdown__inner div a {
  display: block;
  padding: 8px 8px 8px 36px;
  position: relative;
  font-weight: 600;
  color: #29333a;
  cursor: pointer;
  text-decoration: none;
}
.index-map__objects .dropdown__inner div a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(103, 128, 144, 0.3);
  border-radius: 50%;
  background: #ffffff;
}
.index-map__objects .dropdown__inner div a:hover {
  background: #f6f6f6;
  border-radius: 8px;
}
.index-map__objects .dropdown__inner div.selected a:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 10px;
  height: 10px;
  background: #ec3c3c;
  border-radius: 50%;
}
.index-map__button {
  margin: 16px 0 0 0;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 48px;
}
.index-map [class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(1.2);
  -ms-filter: grayscale(1.2);
  -webkit-filter: grayscale(1.2);
  -moz-filter: grayscale(1.2);
  -o-filter: grayscale(1.2);
}
.index-map [class*=ymaps-2][class*=-controls__control] {
  position: absolute !important;
  inset: unset !important;
  right: 80px !important;
  bottom: -482px !important;
}
@media all and (max-width: 767px) {
  .index-map {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/news.list/main-page-clients/style.css?17648541522091*/
.index-clients .section-head {
  align-items: flex-end;
}
.index-clients .section-head h2 {
  margin-top: -3px;
}
.index-clients .section-head a {
  padding-bottom: 5px;
}
.index-clients .clients-list {
  padding: 0 0 1px 0;
}
.index-clients .clients-list .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.index-clients .clients-list .swiper-pagination {
  display: none;
}
.index-clients .clients-list .clients-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 136px;
  padding: 17px 10px;
  text-align: center;
  border: 1px solid rgba(103, 128, 144, 0.3);
  border-radius: 20px;
  cursor: pointer;
}
.index-clients .clients-list .clients-list__item img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.index-clients .clients-list .clients-list__item img.hover {
  display: none;
}
.index-clients .clients-list .clients-list__item:hover {
  background: #ec3c3c;
  border-color: #ec3c3c;
}
.index-clients .clients-list .clients-list__item:hover img.hover {
  display: inline-block;
}
.index-clients .clients-list .clients-list__item:hover img.original {
  display: none;
}
@media all and (max-width: 767px) {
  .index-clients {
    overflow: hidden;
    padding-bottom: 32px;
  }
  .index-clients .section-head {
    display: block;
    margin-bottom: 37px;
  }
  .index-clients .section-head h2 {
    margin-bottom: 1.5rem;
  }
  .index-clients .section-head a {
    padding-bottom: 0;
  }
  .index-clients .clients-list {
    height: 448px;
    overflow: visible;
    position: relative;
  }
  .index-clients .clients-list .swiper-wrapper {
    gap: unset;
    height: 100%;
  }
  .index-clients .clients-list .swiper-pagination {
    display: flex;
    bottom: -32px;
  }
  .index-clients .clients-list__item {
    flex-basis: unset;
    height: calc((100% - 40px) / 3) !important;
  }
  .index-clients .swiper-pagination {
    justify-content: center;
    position: absolute;
    top: unset;
    right: 0;
    bottom: -32px;
    left: 0;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/news.list/main-page-articles/style.css?17701957382743*/
.index-articles .container {
  overflow: clip;
}
.index-articles .swiper {
  overflow: visible;
}
.index-articles h2 {
  margin-top: -5px;
}
.index-articles__slider {
  padding: 20px;
  margin: -20px;
}
.index-articles__slider .article-card {
  height: auto;
  padding: 24px;
  padding-right: 19px;
  font-weight: 400;
  text-decoration: none;
  color: #29333a;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.index-articles__slider .article-card__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 3% 0 0;
}
.index-articles__slider .article-card__text .name {
  display: block;
  margin-bottom: 8px;
}
.index-articles__slider .article-card__text .description {
  display: block;
  flex-grow: 1;
  font-size: 12px;
}
.index-articles__slider .article-card__text .bottom {
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
}
.index-articles__slider .article-card__text .bottom .read {
  display: inline-block;
  font-weight: 600;
  color: #ec3c3c;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.index-articles__slider .article-card__pic {
  display: block;
  flex: 0 0 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.index-articles__slider .article-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-articles__slider .article-card:hover {
  box-shadow: 0 4px 20px 0 rgba(41, 51, 58, 0.15);
}
@media all and (max-width: 1023px) {
  .index-articles .section-head {
    margin-bottom: 40px;
  }
  .index-articles .section-head h2 {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .index-articles .index-articles__slider .article-card {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .index-articles .index-articles__slider .article-card__pic {
    flex: unset;
    height: 180px;
    border-radius: 0;
  }
  .index-articles .index-articles__slider .article-card__pic img {
    width: 180px;
    object-fit: cover;
    border-radius: 50%;
  }
  .index-articles .index-articles__slider .article-card__text .description {
    font-size: 12px;
  }
  .index-articles .index-articles__slider .article-card__text .description span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
  }
}
@media all and (max-width: 1023px) and (max-width: 767px) {
  .index-articles .index-articles__slider .article-card__text .description {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .index-articles .swiper-bottom {
    margin-top: 18px;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/catalog.section.list/main-page-solutions/style.css?17648541522372*/
.index-solutions h2 {
  margin-top: -9px;
}
.index-solutions .solutions-slider {
  padding: 20px;
  margin: -20px;
}
.index-solutions .swiper-pagination {
  display: none;
}
.index-solutions .solution-card {
  display: flex;
  flex-direction: column;
  height: auto;
  text-decoration: none;
  color: #29333a;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.index-solutions .solution-card__pic {
  display: block;
  height: 200px;
}
.index-solutions .solution-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-solutions .solution-card__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 24px 24px 24px;
}
.index-solutions .solution-card__text .name {
  display: block;
  margin-bottom: 8px;
}
.index-solutions .solution-card__text .description {
  display: block;
  flex-grow: 1;
  font-size: 12px;
  font-weight: 400;
  max-height: 672px;
}
.index-solutions .solution-card__text .bottom {
  margin: 16px 0 0 0;
  align-items: center;
}
.index-solutions .solution-card__text .bottom .link {
  color: #ec3c3c;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.index-solutions .solution-card:hover {
  box-shadow: 0 4px 20px 0 rgba(41, 51, 58, 0.15);
}
.index-solutions .promo-card--mobile {
  display: none;
}
@media all and (max-width: 1023px) {
  .index-solutions {
    margin-top: 5.51rem;
  }
  .index-solutions .section-head h2 {
    margin-bottom: 16px;
  }
  .index-solutions .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .index-solutions .solution-card__text .description {
    font-size: 14px;
  }
  .index-solutions .solution-card__text .description span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
  }
}
@media all and (max-width: 767px) {
  .index-solutions .solution-card__text .bottom {
    display: flex;
  }
  .index-solutions .swiper-slide.promo-card {
    display: none;
  }
  .index-solutions .promo-card--mobile {
    display: flex;
    min-height: 437px;
    margin-top: 30px;
  }
  .index-solutions .promo-card--mobile > span {
    height: auto;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/bitrix/catalog.section.list/main-page-faq/style.css?1764854152196*/
.index-faq h2 {
  margin-top: -8px;
}
@media all and (max-width: 1023px) {
  .index-faq .section-head h2 {
    margin-top: 0;
    margin-bottom: 14px;
  }
}

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

/* End */


/* Start:/local/templates/titan/components/titan/page.text/.default/style.css?176485415240*/


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

/* End */
/* /local/templates/titan/components/bitrix/news.list/page-top/style.css?17648541521872 */
/* /local/templates/titan/components/bitrix/catalog.section.list/main-page-supplier/style.css?17702111303968 */
/* /local/templates/titan/components/bitrix/catalog.section.list/main-page-types/style.css?1764854152500 */
/* /local/templates/titan/components/bitrix/news.list/main-page-modifications/style.css?17648541521368 */
/* /local/templates/titan/components/titan/main.page.catalog/.default/style.css?17648541523244 */
/* /local/templates/titan/components/bitrix/news.list/main-page-schemes/style.css?1764854152168 */
/* /local/templates/titan/components/bitrix/news.list/main-page-services/style.css?17648541521202 */
/* /local/templates/titan/components/bitrix/news.list/main-page-selection/style.css?1764854152187 */
/* /local/templates/titan/components/titan/map.block/.default/style.css?17702952733379 */
/* /local/templates/titan/components/bitrix/news.list/main-page-clients/style.css?17648541522091 */
/* /local/templates/titan/components/bitrix/news.list/main-page-articles/style.css?17701957382743 */
/* /local/templates/titan/components/bitrix/catalog.section.list/main-page-solutions/style.css?17648541522372 */
/* /local/templates/titan/components/bitrix/catalog.section.list/main-page-faq/style.css?1764854152196 */
/* /local/templates/titan/components/titan/page.text/.default/style.css?176485415240 */
