

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news/catalog/style.min.css?1752320430394*/
@media (min-width:992px){.body .content-md>.right_block.catalog_page{width:100%}.content-md>.right_block.narrow_Y.catalog_page .section-content-wrapper{width:75%}.content-md>.right_block.narrow_N.catalog_page .section-content-wrapper{width:100%}.right_block.catalog_page .main-catalog-wrapper .left_block{margin-top:0}}@media (max-width:991px){.right_block .main-catalog-wrapper{display:block}}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/custom/empty/form.block2/style.css?17846537852475*/
.form-selection-help.banner-shnek {
	width: calc(100% - 30px);
    margin: 0 23px 18px 15px;
    padding: 15px;
    border: 1.5px solid rgb(188, 188, 189);
}
.form-selection-help.banner-shnek .form-btn {
    padding: 5px;
    width: 25%;
    color: #fff;
    background-color: #008C56;
    text-align: center;

}

.form-selection-help.banner-shnek {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-selection-help.banner-shnek .form-img {
	width: 481px;
	max-width: 100%;
	display: inline-block;
	padding: 50px;
}
.form-selection-help.banner-shnek .form-img img{
	width: 100%;
	height: 	auto;
}
.form-selection-help.banner-shnek .form-content {
	display: inline-block;
	width: auto;
	text-align: left;
	flex: 1;
}
.form-selection-help.banner-shnek .form-content .title{
	font-size: 34px;
	font-weight: bold;
	padding-bottom: 20px;
}
.form-selection-help.banner-shnek .form-content .desc{

	& ul {
		list-style-type: none;

		& li {
			line-height: 31px;
			padding-left: 45px;
			background: url(/bitrix/templates/aspro-allcorp2/components/custom/empty/form.block2/marker.png) left center no-repeat;
			font-size: 18px;

			&:before {
				display: none;
			}
		}
	}
}
.form-selection-help.banner-shnek .btn-cover {
	display: flex;
	gap: 30px;

	& p {
		margin: 0;
		padding: 0;
		line-height: 34px;
		font-size: 14px;
	}
}
.form-selection-help.banner-shnek .form-btn {
	width: 150px;
	display: inline-block;	
	height: 34px;
	margin: auto 0;
	background: -webkit-linear-gradient(90deg, rgb(44, 146, 37), rgb(0, 131, 81));
	background: -moz-linear-gradient(90deg, rgb(44, 146, 37), rgb(0, 131, 81));
	background: linear-gradient(90deg, rgb(44, 146, 37), rgb(0, 131, 81))
}
@media (max-width: 767px) {
	.form-selection-help.banner-shnek {
		display: block;
	}
	.form-selection-help.banner-shnek .form-img {
		padding: 20px;
	}
	.form-selection-help.banner-shnek .form-content {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	.form-selection-help.banner-shnek .form-content .title {
		font-size: 24px;
	}
	.form-selection-help.banner-shnek .btn-cover {
		gap: 10px;
		flex-direction: column;
	}
	.form-selection-help.banner-shnek .form-btn {
		width: 100%;
	}
}

.form-selection-help .form-btn {
    padding: 5px;
    width: 25%;
    color: #fff;
    background-color: #008C56;
    text-align: center;
}
.form-selection-help {
    max-width: 882px;
    margin: 0 auto;
    margin-right: 18px;
    margin-bottom: 18px;
    padding: 15px;
    border: 1.5px solid rgb(188, 188, 189);
}
/* End */


/* Start:/local/components/webit/linking/templates/.default/style.css?17636396782840*/
.s-tags {
    display: flex;
    flex-direction: column;
}

.bx-wrapper {
    margin: 0 auto;
}

.s-tags_top {
    margin-bottom: 30px;
}
.s-tags_top.green-bord .s-tags__item-link {
    border: 1px solid #008c56;
    background-color: #fff;
}

.s-tags_bottom {
    margin-top: 30px;
}

.green-bord .s-tags__inner {
    margin: 0 15px;
    position: relative;
}

.s-tags_mode_list .s-tags__items {
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    display: flex;
}

.s-tags_mode_list.s-tags_mode_initial .s-tags__items {
    flex-wrap: nowrap;
    overflow: hidden;
}

.s-tags_mode_slider .s-tags__items,
.s-tags_mode_slider .s-tags__item {
    height: 100%;
}

.s-tags_mode_list .s-tags__item {
    flex: 0 0 auto;
    padding: 0 5px;
    margin-bottom: 10px;
    width: 100%;
}

.s-tags_mode_list.s-tags_mode_initial .s-tags__item {
    margin-bottom: 0;
}

.s-tags__item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 2px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: center;
}

.s-tags__item-link:active {
    color: #000;
}

.s-tags_top .s-tags__item-link {
    background-color: #E5E5E5;
}

.s-tags_bottom .s-tags__item-link {
    border: 1px solid #BCBDBD;
}

.s-tags .bx-controls-direction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -35px;
    right: -35px;
    transform: translateY(-50%);
    pointer-events: none;
}

.s-tags .bx-prev,
.s-tags .bx-next {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    padding: 7px;
    color: #BCBDBD;
    font-size: 20px;
}

.s-tags .bx-prev.disabled,
.s-tags .bx-next.disabled {
    opacity: .2;
    cursor: default;
}

.s-tags .bx-prev {
    padding-left: 0;
}

.s-tags .bx-next {
    padding-right: 0;
}

.s-tags__toggle {
    margin-top: 20px;
    align-self: flex-end;
    display: block;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #008C56;
    text-decoration: underline;
}

.s-tags__toggle:hover {
    text-decoration: none;
}

.s-tags_mode_list .s-tags__toggle-list,
.s-tags_mode_list.s-tags_mode_initial .s-tags__toggle-slider,
.s-tags_mode_slider .s-tags__toggle-slider {
    display: none;
}

.s-tags_mode_list .s-tags__toggle-slider,
.s-tags_mode_list.s-tags_mode_initial .s-tags__toggle-list,
.s-tags_mode_slider .s-tags__toggle-list {
    display: block;
}

@media (min-width: 576px) {
    .s-tags_mode_list .s-tags__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .s-tags_mode_list .s-tags__item {
        width: 25%;
    }

    .s-tags__toggle {
        margin-top: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/custom/empty/tts-number/style.css?17851681542291*/
/* ===== Блок О компании ===== */
.company-stats {
  /*max-width: 1200px;*/
  margin: 40px auto;
  padding: 0 20px;
}
.company-stats__title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}
.company-stats__title span {
  color: #008C56;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.stat-item {
  text-align: center;
  padding: 20px 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}
.stat-item:hover {
  transform: translateY(-4px);
}
.stat-number {
  font-size: 44px;
  font-weight: 700;
  color: #008C56;
  line-height: 1.1;
}
.stat-number .plus {
  font-size: 28px;
  color: #414981;
}
.stat-desc {
  font-size: 18px;
  color: #444;
  margin-top: 8px;
  line-height: 1.3;
}
.stats-tiles {
  display: flex;     
  justify-content: center; 
  flex-wrap: wrap;   
  gap: 30px;           
}

.tile {
  background: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 20px;
  transition: box-shadow 0.2s;
  max-width: 440px;
  width: 100%; 
}
.tile:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.tile-icon {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background: #008C56;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.tile-content {
  flex: 1;
}
.tile-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}
.tile-title .accent {
  color: #008C56;
}
.tile-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

/* Адаптив */
@media (max-width: 992px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stat-number {
    font-size: 36px;
  }
  .stat-desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .stats-tiles {
    grid-template-columns: 1fr;
  }
  .tile {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .company-stats__title {
    font-size: 26px;
  }
  .tile-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/custom/empty/decryption-complectation/style.css?17852436973276*/
 /* Базовые сбросы */
    .smart-container {
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        position: relative;
    }

    .smart-container * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    /* Заголовок */
    .smart-title {
        text-align: center;
        font-size: 5.2rem;
        font-weight: bold;
        color: #1a3b5c;
        letter-spacing: 1px;
        margin-bottom: 15px;
        word-wrap: break-word;
    }
    .smart-title .green-text {
        color: #009e49;
    }

    /* SVG Стрелки */
    .smart-arrow-wrapper {
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .smart-arrow-svg {
        width: 100%;
        height: 100%;
        max-width: 950px;
    }

    /* Обертка для карточек */
    .smart-cards {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    /* Индивидуальная карточка */
    .smart-card {
        flex: 1;
        border: 1px solid #cccccc;
        background: #fff;
        padding: 30px 20px 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    /* Большая цифра/буква */
    .smart-big {
        font-size: 64px;
        font-weight: 700;
        color: #009e49;
        line-height: 1;
        margin-bottom: 10px;
    }

    /* Заголовок колонки */
    .smart-card-title {
        font-size: 14px;
        font-weight: bold;
        color: #2d3e50;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 25px;
        min-height: 40px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        letter-spacing: 0.5px;
    }

    /* Серый блок */
    .smart-gray-box {
        background-color: #f2f2f2;
        padding: 12px 15px;
        width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 15px;
        color: #333;
        border: 1px solid #e0e0e0;
    }

    /* Список с разделителями */
    .smart-list {
        width: 100%;
        text-align: left;
    }
    .smart-item {
        border-bottom: 1px solid #e0e0e0;
        padding: 10px 0;
        font-size: 15px;
        color: #1a3b5c;
        line-height: 1.5;
    }
    .smart-item:last-child {
        border-bottom: none;
    }
    .smart-item-lead {
        font-weight: bold;
        color: #009e49;
    }
    .smart-item-sub {
        display: block;
        font-size: 13px;
        color: #666666;
        margin-top: 2px;
    }

    /* Адаптивность */
    @media (max-width: 768px) {
        .smart-title { font-size: 1.6rem; }
        .smart-cards { flex-direction: column; align-items: center; }
        .smart-card { width: 100%; max-width: 400px; }
        .smart-arrow-wrapper { display: none; }
        .smart-big { font-size: 48px; }
    }
    @media (max-width: 480px) {
        .smart-title { font-size: 3.0rem; }
    }

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog-sections-3-custom/style.css?17846536651939*/
@media (max-width:767px){
    .sections#compact-view-mobile-catalog-sections .items .item {
        padding: 15px 30px 18px 64px!important;
        position: relative;
        border-bottom: none;
    }
    .sections#compact-view-mobile-catalog-sections .items > div:last-of-type .item {
        border-bottom: 1px solid #f2f2f2;
    }
    .sections#compact-view-mobile-catalog-sections .items .item .image {
        display: flex;
        align-items: center;
        vertical-align: middle;
        width: 41px;
        margin: 0px 0px 0px 12px;
        line-height: normal;
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: auto;
        background: transparent;
    }
    .sections#compact-view-mobile-catalog-sections .items .item.childs:after{content:' ';background-image:url(/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog-sections-3-custom/../../../../images/svg/Triangle_right.svg);position:absolute;top:50%;margin:-14px 0 0 -15px;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;min-width:30px;min-height:30px;background-repeat:no-repeat;background-position:center center;right:5px;}
    .sections#compact-view-mobile-catalog-sections .items .item .info {display: inline-block;padding: 0;vertical-align: middle;}
    .sections#compact-view-mobile-catalog-sections .items .item .info .text {display: none;}
    .sections#compact-view-mobile-catalog-sections .items .item .info .title {margin: 0;}
    .sections#compact-view-mobile-catalog-sections .items .item .info .title a {
        font-size: 1em;
        text-align: left;
        display: inline-block;
        margin-bottom: 0;
    }
}

.catalog .items .col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 18px;
}
.catalog .col-md-4.col-sm-6.col-xs-12 .item.slice-item {
    max-width: 280px;
    border: 1.5px solid #f5f5f5;
    padding: 15px;
    margin: 0 auto;
    margin-right: 18px;
}


/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/nodes-equ/style.css?17851686804764*/
/* ===== Блок: Дозаторы и Смесители ===== */
.equipment-section {
  /*max-width: 1280px;*/
  margin: 40px auto;
  padding: 0 20px;
}
.equipment-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
.equipment-section__sub {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.5;
}
.equipment-section__sub strong {
  color: #008C56;
}
.equipment-section__summary {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  margin: 30px 0 10px;
  padding: 20px 25px;
  background: #f6faf8;
  border-left: 4px solid #008C56;
  border-radius: 4px;
}
.equipment-section__summary strong {
  color: #008C56;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

/* Карточка-плитка */
.equipment-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 25px 20px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.equipment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #008C56;
}
.equipment-card__image {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 6px;
}
.equipment-card__model {
  font-size: 20px;
  font-weight: 700;
  color: #008C56;
  margin-bottom: 4px;
}

.equipment-card__title {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}
.equipment-card__desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
}
.equipment-card__application {
  font-size: 14px;
  color: #444;
  border-top: 1px solid #e8e8e8;
  padding-top: 12px;
  margin-top: 4px;
}
.equipment-card__application strong {
  color: #008C56;
  font-weight: 600;
}

.equipment-card__components {
  font-size: 14px;
  color: #444;
  border-top: 1px solid #e8e8e8;
  padding-top: 12px;
  margin-top: 4px;
}
.equipment-card__components strong {
  color: #008C56;
  font-weight: 600;
}
.equipment-card__components span {
  display: inline-block;
  background: #f0f7f4;
  padding: 2px 10px;
  border-radius: 4px;
  margin: 3px 4px 3px 0;
  font-size: 13px;
  color: #333;
}

/* Таблица */
.equipment-table-wrap {
  margin-top: 10px;
  overflow-x: auto;
}
.equipment-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.equipment-table thead tr {
  background: #008C56;
  color: #fff;
}
.equipment-table th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.equipment-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle;
}
.equipment-table tbody tr:hover {
  background: #f6faf8;
}
.equipment-table .photo-col {
  width: 80px;
  text-align: center;
}
.equipment-table .photo-col img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f9f7;
  padding: 4px;
}
.equipment-table .name-col {
  font-weight: 600;
  color: #222;
  min-width: 180px;
}
.equipment-table .desc-col {
  color: #555;
  font-size: 14px;
}
.equipment-table .comp-col {
  font-size: 13px;
}
.equipment-table .comp-col span {
  display: inline-block;
  background: #f0f7f4;
  padding: 2px 10px;
  border-radius: 4px;
  margin: 2px 4px 2px 0;
  color: #333;
}

.equipment-section__more {
  text-align: center;
  margin-top: 20px;
}
.equipment-section__more .btn {
  background: #008C56;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.equipment-section__more .btn:hover {
  background: #00a368;
}

/* Адаптив */
@media (max-width: 768px) {
  .equipment-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .equipment-table th,
  .equipment-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
  .equipment-table .photo-col {
    width: 60px;
  }
  .equipment-table .photo-col img {
    width: 44px;
    height: 44px;
  }
  .equipment-table .name-col {
    min-width: 120px;
  }
}
@media (max-width: 480px) {
  .equipment-grid {
    grid-template-columns: 1fr;
  }
  .equipment-section__title {
    font-size: 22px;
  }
  .equipment-table .photo-col {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/nodes-pre/style.css?17851733143214*/
/* ===== Блок: Подготовка сырья (вводный текст + преимущества) ===== */

.raw-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.raw-section__intro {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}
.raw-section__intro strong {
  color: #008C56;
}

.raw-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.raw-benefit {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 25px 20px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  text-align: center;
}
.raw-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #008C56;
}
.raw-benefit__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: #008C56;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.raw-benefit__title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}
.raw-benefit__desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .raw-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .raw-benefits {
    grid-template-columns: 1fr;
  }
  .raw-section__title {
    font-size: 22px;
  }
}

/* ===== Блок: Узлы подготовки сырья (5 карточек в ряд) ===== */
.raw-nodes {
  /*max-width: 1280px;
  margin: 40px auto;
  padding: 0 20px;*/
}
.raw-nodes__title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}
.raw-nodes__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.raw-node {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px 15px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.raw-node:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #008C56;
}
.raw-node__image {
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin-bottom: 12px;
  border-radius: 6px;
  padding: 6px;
}
.raw-node__name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.3;
  min-height: 44px;
}
.raw-node__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  flex: 1;
}

/* Адаптив */
@media (max-width: 1024px) {
  .raw-nodes__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .raw-nodes__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .raw-node__name {
    font-size: 15px;
    min-height: 40px;
  }
}
@media (max-width: 480px) {
  .raw-nodes__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .raw-nodes__title {
    font-size: 22px;
  }
  .raw-node__image {
    height: 150px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/stages-output/style.css?17851732933319*/
.pack-section__title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}
.pack-section__intro {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}
.pack-section__intro strong {
  color: #008C56;
}

.pack-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.pack-benefit {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 25px 20px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  text-align: center;
}
.pack-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #008C56;
}
.pack-benefit__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: #008C56;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.pack-benefit__title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}
.pack-benefit__desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .pack-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .pack-benefits {
    grid-template-columns: 1fr;
  }
  .pack-section__title {
    font-size: 22px;
  }
}

/* ===== Блок: Этапы выхода готовой продукции (3 карточки) ===== */

.pack-stages__title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}
.pack-stages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pack-stage {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px 15px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  text-align:left;
}
.pack-stage:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: #008C56;
}
.pack-stage__image {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 12px;
  border-radius: 6px;
  padding: 6px;
}
.pack-stage__name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  line-height: 1.3;
}
.pack-stage__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  flex: 1;
}
.pack-stage__desc strong {
  color: #008C56;
  font-weight: 600;
}
.pack-stage__equipment {
  font-size: 13px;
  color: #444;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  margin-top: 10px;
}
.pack-stage__equipment strong {
  color: #008C56;
  font-weight: 600;
}

/* Адаптив */
@media (max-width: 768px) {
  .pack-stages__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .pack-stages__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pack-stages__title {
    font-size: 22px;
  }
  .pack-stage__image {
    height: 200px;
  }
}

    @media (max-width: 768px) {
      .mobile-column {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
      }
    }

/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.list/project-slider-listing/style.css?1785346830783*/
.project-slider li {
    list-style-type: none;
    text-align: center;
}

.project-slider ul li:before {
    display: none;
}

.project-slider h2 {
    margin-bottom: 0;
    margin-right: 20px;
}

.title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

/* Нацеливаемся напрямую на слайды внутри структуры Slick */
.slick-slider .slick-slide {
    list-style: none !important;
    list-style-type: none !important;
}

/* На всякий случай обнуляем отступы у самого некорректного UL */
ul.slick-slider {
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
}
/* End */


/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/form.result.new/submit-application/style.css?1779122747310*/
.form-required, .send_error 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/aspro-allcorp2/components/bitrix/form.result.new/submit-application/images/icon_warn.gif);
}

.license_row{
	position: relative;     
	margin-top: 8px;
}
.form .license_row label.error {
    top: -10px;
}
/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news/catalog/style.min.css?1752320430394 */
/* /bitrix/templates/aspro-allcorp2/components/custom/empty/form.block2/style.css?17846537852475 */
/* /local/components/webit/linking/templates/.default/style.css?17636396782840 */
/* /bitrix/templates/aspro-allcorp2/components/custom/empty/tts-number/style.css?17851681542291 */
/* /bitrix/templates/aspro-allcorp2/components/custom/empty/decryption-complectation/style.css?17852436973276 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/catalog-sections-3-custom/style.css?17846536651939 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/nodes-equ/style.css?17851686804764 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/nodes-pre/style.css?17851733143214 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/stages-output/style.css?17851732933319 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.list/project-slider-listing/style.css?1785346830783 */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/form.result.new/submit-application/style.css?1779122747310 */
