

/* Start:/bitrix/templates/bizsolutions.factory/components/bitrix/news.list/index.slider/style.css?17594882034986*/
/*Flexslider Resets
------------------------------------*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}

/*Flexslider Base
------------------------------------*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.flex-viewport {
    height: 100% !important;
}
.alpha-wrap {
    position: relative;
}


/*Slider element
------------------------------------*/
.alpha-slides > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;  /* вместо cover */
}
.alpha-slides > li.shading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.flexslider .slides .clone {
    visibility: hidden !important;
}

/*Slider navigation
------------------------------------*/
.alpha-nav {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.alpha-wrap:hover .alpha-nav {
    opacity: 1;
}

.alpha-nav > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    z-index: 999;
    transition: all 0.2s ease-out;
}
.alpha-nav > a:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.alpha-nav > a.flex-prev { left: 15px; }
.alpha-nav > a.flex-next { right: 15px; }

.alpha-nav > a.flex-disabled {
    display: none;
}

/*Slider Pagination*/
.alpha-bullets {
    position: absolute;
    bottom: 20px;
    height: 16px;
    width: 100%;
    z-index: 999;
    text-align: center;
}
.alpha-bullets li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px 0 0;
}
.alpha-bullets li > a {
    display: block;
    width: 16px;
    height: 16px;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    border: 5px solid transparent !important;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.alpha-bullets li > a:hover,
.alpha-bullets li > a.flex-active {
    background: #ffffff !important;
    border: 5px solid #000000 !important;
}

/*Slider captions
------------------------------------*/
.alpha-caption {
    position: relative;
    z-index: 999;
    font-size: 10px;
}

/*Caption Image*/
.alpha-caption .caption-image,
.alpha-caption .caption-text {
    height: 100%;
}
.alpha-caption .caption-image > div {
    height: 0;
    overflow: hidden;
    padding-bottom: 66.66667%;
}

/*Caption Text*/
.alpha-ch1,
.alpha-ch2,
.alpha-ch3 {
    width: 100%;
}
.alpha-ch1,
.alpha-ch2 {
    color: #FFFFFF;
    line-height: 1.50;
    font-family: "Open Sans", Arial, sans-serif;
}
.alpha-ch1 {
    font-size: 3.60em;
    text-transform: uppercase;
}
.alpha-ch2 {
    font-size: 1.60em;
}
.alpha-ch2 > div {
    max-height: 7.5em;
    overflow: hidden;
}
.alpha-ch3 {
    font-size: 1.40em;
    margin-top: 4.00em;
    position: relative;
}
.alpha-ch3:before {
    left: 50%;
    width: 70px;
    height: 0.2em;
    content: '';
    top: -2.40em;
    background: #FFFFFF;
    margin-left: -35px;
    position: absolute;
}

/*Slider responsive
------------------------------------*/
@media (max-width: 991px) {
    .alpha-caption {
        font-size: 8px;
    }
}
@media (max-width: 450px) {
    .alpha-caption {
        font-size: 6px;
    }
}

/* кастомные буллеты */
.alpha-bullets .flex-control-nav li a {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    text-indent: -9999px;  /* убираем цифры */
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.alpha-bullets .flex-control-nav li a.flex-active {
    background: #fff;
    border: 2px solid #000;
}
/* End */


/* Start:/bitrix/templates/bizsolutions.factory/components/bitrix/news.list/index.grayblocks/style.css?17597746343571*/
<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Title");
?>.gray-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* выравниваем по центру */
  gap: 30px; /* расстояние между карточками */
  margin: 0 auto;
  max-width: 1200px; /* ограничиваем ширину всего блока */
}

.gray-block {
  display: flex;
  flex-direction: column; /* выравниваем содержимое вертикально */
  justify-content: space-between;
  width: 260px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, filter 0.4s ease;
  filter: grayscale(100%);
}

.gray-block:hover {
  filter: grayscale(0%);
  transform: translateY(-5px);
}

/* изображение */
.gray-block-img {
  height: 180px;
  overflow: hidden;
}

.gray-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* контент внутри */
.gray-block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* кнопка всегда внизу */
  flex-grow: 1;
  padding: 20px 15px 25px;
}

.gray-block-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  min-height: 45px; /* выравнивает заголовки */
}

.gray-block-content p {
  font-size: 14px;
  color: #666;
  flex-grow: 1; /* текст заполняет доступное пространство */
  margin-bottom: 15px;
  min-height: 40px; /* чтобы карточки выглядели ровно */
}

/* ===== СТИЛИ КНОПКИ ===== */
.gray-block-btn {
  display: inline-block;
  align-self: center;
  background: #7a9334;
  color: #fff;
  text-decoration: none;        /* убираем подчеркивание */
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.gray-block-btn {
  display: inline-block;
  align-self: center;
  background: #7a9334;
  color: #fff;                     /* всегда белый текст */
  text-decoration: none;           /* убираем подчеркивание */
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(122, 147, 52, 0.25);
}

/* Эффект блика */
.gray-block-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3), transparent);
  transition: all 0.5s ease;
}

.gray-block-btn:hover::before {
  left: 100%;
}

/* При наведении — чуть ярче, текст остаётся белым */
.gray-block-btn:hover {
  background: #89aa3a;             /* немного светлее */
  color: #fff;                     /* белый текст при наведении */
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(122, 147, 52, 0.35);
  text-decoration: none;
}

.gray-block-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(122, 147, 52, 0.3);
}

/* адаптив */
@media (max-width: 992px) {
  .gray-block {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .gray-block {
    width: 100%;
  }
}
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
/* End */
/* /bitrix/templates/bizsolutions.factory/components/bitrix/news.list/index.slider/style.css?17594882034986 */
/* /bitrix/templates/bizsolutions.factory/components/bitrix/news.list/index.grayblocks/style.css?17597746343571 */
