

/* Start:/bitrix/templates/geroi19/components/bitrix/catalog/directions_v2/style.min.css?1756702930684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/bitrix/templates/geroi19/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17570673532466*/

.directions-section-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 45px 0;
}
.directions-section-item {
    display: flex;
    flex-direction: column;
    margin: 25px 15px;
    width: 30%;
}
.directions-section-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 25px;
}
.directions-section-img {
    width: 96px;
    margin: 0 15px 0 0;
}
.directions-section-services {
    display: flex;
    flex-direction: column;
}
.directions-section-services-href {
    display: flex;
    margin: 0 0 15px;
    font-size: 28px;
    text-decoration: underline;
    color: #0060AF;
}
.directions-section-services-href:hover {
    color: #04457b;
}
.directions-section-button-block {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
.directions-section-button {
    border: 1px solid var(--blue);
    color: var(--blue);
    font-size: var(--font-small);
    text-decoration: none;
    padding: 10px 60px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.1s ease;
}
.directions-section-button:hover {
    color: var(--white);
    background-color: var(--blue);
    text-decoration: none;
}
.directions-section-name {
    margin: 0 0 5px 0;
    font-size: var(--font-middle);
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .directions-section-item {
        width: 45%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .directions-section-button {
        padding: 10px 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .directions-section-item {
        width: 45%;
    }
    .directions-section-img {
        width: 76px;
    }
    .directions-section-name {
        font-size: var(--font-middle);
    }
    .directions-section-services-href {
        font-size: 21px;
    }
    .directions-section-button {
        font-size: var(--font-smallest);
        padding: 10px 40px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .directions-section-item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .directions-section-item {
        width: 100%;
    }
    .directions-section-name {
        font-size: var(--font-middle);
    }
    .directions-section-services-href {
        font-size: 21px;
    }
    .directions-section-button {
        font-size: var(--font-smallest);
        padding: 10px 40px;
    }
}
/* End */


/* Start:/bitrix/templates/geroi19/components/bitrix/breadcrumb/news-bread1/style.css?17563578991006*/
.bx-breadcrumb {
	margin: 10px 0 25px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: var(--font-regular);
	color: var(--font-blackgrey);
	position: relative;
}
.bx-breadcrumb .bx-breadcrumb-item a::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -5px;
    display: flex
;
    width: 0;
    height: 1px;
    background: var(--font-grey);
    transition: 0.3s;
    transform: translateX(-50%);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover::after {
	width: 100%;
}

/* End */


/* Start:/bitrix/templates/geroi19/components/bitrix/news.list/news-list-on-main/style.css?17563498903598*/
/* Новости на главной */
.news-list-block {
    margin: 25px 0 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.news-list-item {
    border-radius: 23px;
    background-color: var(--white);
    margin: 20px 15px;
    padding: 0 0 35px 0;
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.1s ease;
    opacity: 0;
    transform: translate(0,0);
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.news-list-item:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
}
.news-list-img {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    height: 321px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.news-list-name {
    font-size: var(--font-small);
    font-weight: var(--font-bold);
    color: var(--blue);
    padding: 25px 21px 0;
}
.news-list-preview {
    font-size: var(--font-smallest);
    font-weight: var(--font-regular);
    color: var(--font-blackgrey);
    padding: 25px 21px 0;
}
/* появление слева */
.news-list-item.from-left {
  transform: translateX(-100px);
}
.news-list-item.from-left.show {
  opacity: 1;
  transform: translateX(0);
}
/* появление справа */
.news-list-item.from-right {
  transform: translateX(100px);
}
.news-list-item.from-right.show {
  opacity: 1;
  transform: translateX(0);
}
/* если просто без направления */
.news-list-item:not([class*="from-"]) {
  opacity: 0;
  transform: translateY(0);
}
.news-list-item:not([class*="from-"]).show {
  opacity: 1;
}
.news-list-but-block {
    display: flex;
    justify-content: center;
}
.news-list-button {
    text-decoration: none;
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 70px;
    border-radius: 23px;
    border: 1px solid var(--blue);
    transition: all 0.1s ease;
}
.news-list-button:hover {
    background-color: var(--white);
    color: var(--blue);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news-list-img {
      height: 210px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-list-block {
      flex-wrap: wrap;
  }
  .news-list-item {
      width: 45%;
  }
  .news-list-img {
      height: 210px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-list-block {
      flex-wrap: wrap;
  }
  .news-list-item {
      width: 45%;
  }
  .news-list-img {
      height: 210px;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .news-list-block {
      flex-wrap: wrap;
  }
  .news-list-item {
      width: 45%;
  }
  .news-list-img {
      height: 210px;
  }
  .news-list-preview {
      font-size: 18px;
  }
}

@media (max-width: 576px) {
  .news-list-block {
      flex-wrap: wrap;
  }
  .news-list-item {
      width: 100%;
      margin: 20px 0;
  }
  .news-list-img {
      height: 210px;
  }
  .news-list-preview {
      font-size: 18px;
  }
  .news-list-button {
      padding: 10px 30px;
      font-size: 28px;
  }
  /* появление слева */
  .news-list-item.from-left {
    transform: translateX(0);
  }
  .news-list-item.from-left.show {
    opacity: 1;
    transform: translateX(0);
  }
  /* появление справа */
  .news-list-item.from-right {
    transform: translateX(0);
  }
  .news-list-item.from-right.show {
    opacity: 1;
    transform: translateX(0);
  }
  /* если просто без направления */
  .news-list-item:not([class*="from-"]) {
    opacity: 0;
    transform: translateY(0);
  }
  .news-list-item:not([class*="from-"]).show {
    opacity: 1;
  }
}
/* End */
/* /bitrix/templates/geroi19/components/bitrix/catalog/directions_v2/style.min.css?1756702930684 */
/* /bitrix/templates/geroi19/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17570673532466 */
/* /bitrix/templates/geroi19/components/bitrix/breadcrumb/news-bread1/style.css?17563578991006 */
/* /bitrix/templates/geroi19/components/bitrix/news.list/news-list-on-main/style.css?17563498903598 */
