

/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1717235667435*/
.bx-breadcrumb {
	margin : 10px 0;
	line-height : 125%;
}

.bx-breadcrumb i {
	color        : #b5bdc2;
	font-size    : 12px;
	margin-right : 4px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	display      : inline;
	margin-right : 6px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	font-size   : 13px;
	white-space : normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom : none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

/* End */


/* Start:/bitrix/templates/aspro-digital/components/bitrix/news/blog/style.css?17543389318859*/
h1 {
    padding-right: 300px;
}

.Ourpartner2 .swiper-wrapper {
    align-items: flex-start;
}

@media screen and (min-width: 1330px) {
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: -25px !important;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -25px !important;
    }
    .Ourpartner2 .text-center {
        font-size: 1.25em;
        line-height: 125%;
        margin: 20px 0 13px;
    }
}

.blog-page {
    color: #000000;
}

.blog-page img {
    max-width: 100%;
}

.blog-page .articleMetaBlock {
    margin: -10px 0 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
    opacity: 0.65;
}

.blog-page .articleMetaBlock>div {
    white-space: nowrap;
}

.blog-page .detail.blog-page .detailimage {
    margin-bottom: 22px;
}

.blog-page h2:first-child {
    margin-top: 0;
}

.blog-page figure:not(:last-child),
.blog-page blockquote:not(:last-child),
.blog-page p:not(:last-child) {
    margin-bottom: 24px;
}

.blog-page p:last-child {
    margin-bottom: 0;
}

.blog-page blockquote {
    margin-top: 0;
}

.blog-page figure {
    margin-bottom: 24px;
}

.blog-page figcaption {
    color: #999;
}

.blog-page h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    padding-right: 0;
}

.blog-page .preview-text-detail {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
    padding: 0;
}

.blog-page .preview-text-detail p:last-child {
    margin-bottom: 0;
}

.blog-page h2 {
    font-weight: 700;
    margin: 48px 0 9px;
    line-height: 1.15;
}

.blog-page .board {
    background: #428dfb;
    color: #FFF;
    border-radius: 2px;
    margin-bottom: 16px;
}

.blog-page .blog__links-board {
    padding: 36px 36px;
    background: linear-gradient(to right, #5800D7, #FF63DB);
}

.blog-page .blog__links-board p:not(:last-child) {
    margin-bottom: 7px;
}

.blog-page .blog__links-board p span {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.6;
}

.blog-page .blog__links-board a {
    color: #FFF;
}

.blog-page .blog__links-board a:hover {
    color: #EAE9E9;
}

.blog-page .blog__links-dots {
    padding: 35px;
    border-radius: 5px;
}

.blog-page .blog__links-dots p:not(:last-child) {
    margin-bottom: 13px;
}

.blog-page .blog__links-dots p span {
    font-weight: 600;
}

.blog-page .blog__links-dots a {
    color: #FFF;
    transition: all 0.3s ease;
}

.blog-page .blog__links-dots a:hover {
    text-decoration: none;
}

.blog-page .blog__links-dots a:hover svg line {
    stroke: #555;
}

.blog-page .blog__links-dots a svg {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.blog-page .blog__links-dots a svg line {
    stroke: #CFCFCF;
}

.blog-page .blog-poster {
    /* border: 1px solid #E6E6E6; */
}

.blog-page .blog-banner {
    display: flex;
}

.blog-page .blog-banner h2 {
    margin: 0 0 12px;
}

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

.blog-page .blog-banner--multicolor {
    column-gap: 37px;
    padding: 0 50px 0 41px;
    background: linear-gradient(180deg, #2D9BF5 0%, #5654E5 100%);
    min-height: 240px;
    margin-top: -7px;
}

.blog-page .blog-banner--multicolor .blog-banner__left {
    width: 54%;
    margin-top: -15px;
    position: relative;
}

.blog-page .blog-banner--multicolor .blog-banner__left img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    object-fit: contain;
    max-height: 250px;
}

.blog-page .blog-banner--multicolor .blog-banner__right {
    padding: 45px 7px 56px 0;
}

.blog-page .blog-banner--light {
    background: #F4F8FB;
    max-height: 307px;
}

.blog-page .blog-banner--light .blog-banner__left {
    width: 46.5%;
}

.blog-page .blog-banner--light .blog-banner__right {
    width: 53.5%;
    padding: 50px 50px 63px 59px;
}

.blog-page .blog-banner--light .blog-banner__right p {
    margin-bottom: 21px;
}

.blog-page .blog-banner--light .banner-links {
    color: #FFFFFF;
    background-color: #7F00FF;
    cursor: pointer;
}

.blog-page .blog-banner--light .banner-links:hover,
.blog-page .blog-banner--light .banner-links:active,
.blog-page .blog-banner--light .banner-links:focus {
    background-color: #736cb6;
    border: 0;
    color: #ffffff;
}

.blog-page .bigboard__item {
    text-align: center;
}

.blog-page .bigboard__item.item-blue {
    background: #55B7F9;
    padding: 17px 30px 17px;
    overflow: hidden;
}

.blog-page .bigboard__item.item-blue .bigboard__img {
    /* margin: -30px -30px 0 -30px; */
}

.blog-page .bigboard__item.item-ligth {
    background: #EAF6FE;
    padding: 17px 30px 17px;
    overflow: hidden;
}

.blog-page .bigboard__item.item-ligth .banner-links {
    color: #ffffff;
    background-color: #7F00FF;
}

.blog-page .bigboard__item.item-ligth .banner-links:hover,
.blog-page .bigboard__item.item-ligth .banner-links:active,
.blog-page .bigboard__item.item-ligth .banner-links:focus {
    background-color: #736cb6;
    border: 0;
    color: #ffffff;
}

.blog-page .bigboard__item h4 {
    font-size: 17px;
    line-height: 1.3;
    margin: 3px 0 11px;
}

.blog-page .text-white h4 {
    color: #ffffff;
}

.blog-page .text-dark h4 {
    color: #000000;
}

.blog-page .recommend .title-block-middle {
    padding-top: 8px;
    margin-bottom: 4px;
}

.blog-page .sidearea__panel .fill-block {
    padding: 15px 30px 20px;
}

.blog-page .sidearea__panel .fill-block .title-block-middle {
    padding-bottom: 5px;
}

.blog-page .sidearea__panel .fill-block ul {
    padding-top: 5px;
}

.blog-page .sidearea__panel .fill-block ul li a {
    padding: 0 0;
}

.blog-page .js-sticky-widget {
    position: sticky;
}

.blog-page .maxwidth-theme.post-detail {
    display: flex;
    align-items: stretch;
}

.blog-page .maxwidth-theme.post-detail .aside-content {
    padding-bottom: 26px;
}

.blog-page .share .shares-button {
    position: relative;
    height: 48px;
    width: 176px;
    margin-left: auto;
}

.blog-page .share .shares-button .shares-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .blog-page.blog-banner--light {
        max-height: inherit;
    }
}

@media screen and (max-width: 992px) {
    .blog-page h2 {
        font-size: 25px;
    }
    .blog-page h3 {
        font-size: 22px;
    }
    .blog-page .preview-text-detail {
        font-size: 18px;
    }
    .blog-page .blog__links-board {
        padding: 30px 26px;
        background: #F9F9F9;
    }
    .blog-page .blog-banner--multicolor {
        padding: 0 30px 0 0;
    }
    .blog-page .blog-banner--multicolor .blog-banner__left {
        width: 62%;
    }
}

@media screen and (max-width: 767px) {
    .blog-page .blog-banner--multicolor,
    .blog-page .blog-banner--light {
        flex-direction: column-reverse;
        padding: 0;
    }
    .blog-page .blog-banner--multicolor .blog-banner__left,
    .blog-page .blog-banner--light .blog-banner__left {
        width: 100%;
        margin-top: 0;
    }
    .blog-page .blog-banner--multicolor .blog-banner__right,
    .blog-page .blog-banner--light .blog-banner__right {
        padding: 40px 40px 50px;
    }
}

@media screen and (max-width: 479px) {
    .blog-page h2 {
        font-size: 23px;
    }
    .blog-page h3 {
        font-size: 20px;
    }
    .blog-page .blog__links-board {
        padding: 25px 20px 30px;
        background: #F9F9F9;
    }
    .blog-page .blog__links-dots {
        padding: 25px 20px 30px;
    }
    .blog-page .blog-banner--multicolor .blog-banner__right,
    .blog-page .blog-banner--light .blog-banner__right {
        padding: 30px 25px 40px;
    }
}

@media (max-width: 991px) {
    .blog-page .maxwidth-theme.post-detail .right-menu-md {
        display: none !important;
        float: none;
    }
}

.blog-page .shares {
    display: flex;
    margin-bottom: 20px;
}

.blog-page .shares--right {
    justify-content: flex-end;
}

.blog-page #toc {
    float: right;
    max-width: 250px;
    background-color: var(--lightgray2-color);
    margin: 0 0 10px 10px;
    position: relative;
    z-index: 99;
}

.blog-page #toc ul {
    margin-bottom: 0;
    padding: 10px 10px 5px;
}

.blog-page #toc ul li {
    padding-left: 10px;
    line-height: 1.35;
    font-size: 14px;
}

.blog-page #toc a {
    text-decoration: underline dotted;
}

.blog-page #toc a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .maxwidth-theme.blog-mainpage {
        display: flex;
        flex-direction: column;
    }
    .maxwidth-theme.blog-mainpage .aside-content {
        order: -1;
        /* Переместить вверх */
    }
    .maxwidth-theme.blog-mainpage .content-md {
        order: 0;
    }
}


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


/* Start:/bitrix/templates/aspro-digital/components/bitrix/advertising.banner/new/style.css?17558492051287*/
.bannerBlock {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bannerBlock .swiper-button-next {
  right: 0 !important;
}
.bannerBlock .swiper-button-prev {
  left: 0 !important;
}
.bannerBlock .swiper-button-next,
.bannerBlock .swiper-button-prev {
  background: rgba(255, 255, 255, 0.3);
}
.bannerBlock .swiper-button-next:after,
.bannerBlock .swiper-button-prev:after {
  font-size: 18px;
}
.sliderBanner {
  width: 100%;
  height: auto;
}
.slideBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
/* Кастомизация стрелок */
.swiper-button-prev,
.swiper-button-next {
  color: #007bff;
  width: 44px;
  height: 44px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}
/* Кастомизация пагинации */
.swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
/* Адаптивность */
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1717235667435 */
/* /bitrix/templates/aspro-digital/components/bitrix/news/blog/style.css?17543389318859 */
/* /bitrix/templates/aspro-digital/components/bitrix/advertising.banner/new/style.css?17558492051287 */
