

/* Start:/local/templates/iteco/components/bitrix/news.detail/blogpost/style.css?17792811383688*/
div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

/* View counter */

.view-counter {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 20px;
    background: linear-gradient(92.45deg, #f60, #ff9400);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease;
}

.view-counter:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.view-counter__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #fff;
}

.view-counter__count {
    margin-left: 4px;
    color: #fff;
}

/* Author box */

.author-box {
    position: relative;
    margin-top: 56px;
    padding: 28px 32px 28px 220px;

    overflow: visible;

    background:
        linear-gradient(135deg, rgba(255,102,0,.08), rgba(255,148,0,.03)),
        #fff;

    border: 1px solid rgba(255,102,0,.12);
    border-radius: 24px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08),
        0 1px 0 rgba(255,255,255,.8) inset;

    transition: all .25s ease;
}

/* glow */

.author-box::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255,102,0,.12), transparent 70%);
    pointer-events: none;
}

/* orange accent */

.author-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #ff6600, #ff9400);
}

/* Figure pinned to bottom-left */

.author-figure {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 220px;
    height: 170px;
    z-index: 2;
}

.author-figure::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.322), transparent 70%);
}

/* PNG silhouette */

img.author-photo {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 200px;
    height: auto;
    max-width: none !important;

    border: none !important;
    object-fit: contain !important;
	border-radius: 0 16px !important;

    filter: drop-shadow(0 10px 20px rgba(0,0,0,.14));
}

/* Content */

.author-content {
    position: relative;
    z-index: 3;
}

.author-name {
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
}

.author-role {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 14px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;

    color: #ff6600;
    background: rgba(255,102,0,.08);
    border-radius: 999px;
}

.author-bio {
    max-width: 720px;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}

/* Mobile */

@media (max-width: 768px) {
    .author-box {
        padding: 24px;
        text-align: center;
    }

    .author-box::after {
        display: none;
    }

    .author-figure {
        position: relative;
        width: 160px;
        height: 140px;
        margin: 0 auto 20px;
    }

    .author-photo {
        width: 150px;
        position: relative;
        transform: none;
    }

    .author-content {
        text-align: center;
    }

    .author-name {
        font-size: 20px;
    }

    .author-bio {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/iteco/components/bitrix/news.detail/sliderpost/style.css?17752092701189*/
.let {
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -.75rem;
    margin-right: -.75rem;
}

.let * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.let__slide {
    padding-left: .75rem;
    padding-right: .75rem;
}

.let__link {
    display: block;
    overflow: hidden;
    margin-bottom: .4375rem;
    border-radius: 1rem;
}

.let__link img {
    width: 100%;
}

.let__link:hover {
    opacity: .9;
}

.let .slick-dots li {
    margin: 0;
}

.let .slick-dots li button:before {
    content: "";
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    margin: .3125rem;
    background: #e0e1e2;
}

.let .slick-dots li.slick-active button:before {
    background: #5b6076;
}

.let .slick-arrow {
    width: 3.75rem;
    height: 3.75rem;
    z-index: 10;
}

.let .slick-arrow:before {
    display: none;
}

.let .slick-arrow:hover {
    opacity: .85;
}

.let .slick-arrow.slick-disabled {
    opacity: .3;
}

.let .slick-next {
    right: .9375rem;
}

.let .slick-prev {
    left: .9375rem;
    -webkit-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}
/* End */


/* Start:/local/templates/iteco/components/bitrix/news.list/blog/style.css?17752092703003*/
div.news-list {
	word-wrap: break-word;
}
div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}
.news-date-time {
	color: #486DAA;
}
.view-counter {
	background: linear-gradient(92.45deg, #f60, #ff9400);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 9px;
	border-radius: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: absolute;
	right: 0;
}
.view-counter:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.view-counter__icon {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	fill: #fff;
}
.view-counter__count {
	margin-left: 4px;
	color: #fff;
}
.blog-search form {
	display: inline-block !important;
}
.blog-search form input {
	font-size: 15px;
	padding: 10px;
	border-radius: 12px;
	border: 1px solid #ebebeb;
	width: 30rem;
}
.blog-search form input.submit-btn {
	background: linear-gradient(92.45deg, #f60, #ff9400);
	border: 0;
	border-radius: 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	cursor: pointer;
	width: 8rem;
}
.blog-search form input.submit-btn-mobile {
	background: linear-gradient(92.45deg, #f60, #ff9400);
	border: 0;
	border-radius: 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	display: none;
}
.suggestions {
	margin-top: 10px;
	border-radius: 5px;
	border: 3px solid #f3f3f3;
	padding: 5px;
	display: none;
	position: absolute;
	z-index: 999;
	background: #f3f3f3;
}
.suggestions li {
	cursor: pointer;
	list-style: none;
}
.blog-search {
	margin-bottom: 1rem !important;
}
.blog-search .filters {
	margin-top: 10px;
	display: flex;
	gap: 10px;
}
.blog-search .filter-select {
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ebebeb;
	background: #fff;
	font-family: Arial, sans-serif;
	color: #333;
	width: 14rem;
	cursor: pointer;
	transition: border-color 0.2s ease;
}
.blog-search .filter-select:hover,
.blog-search .filter-select:focus {
	border-color: #ff9400;
}
@media(max-width: 700px) {
	.search-form {
		max-width: 100%;
	}
	.blog-search form input {
		width: 95%;
	}
	.blog-search form {
		width: 100%;
	}
	.blog-search form input.submit-btn {
		display: none;
	}
	.blog-search form input.submit-btn-mobile {
		display: block;
	}
	.blog-search .filters {
		flex-direction: column;
	}
	.blog-search .filter-select {
		width: 100%;
	}
}

.blog-list__text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

@media(max-width: 800px) {
    .blog-list__text {
        -webkit-line-clamp:5;
        line-clamp: 5;
    }

    .blog-list-item.with-image .blog-list__title {
        color: #5b6076;
        -webkit-text-fill-color: rgba(0,0,0,0) !important;
    }
}
/* End */
/* /local/templates/iteco/components/bitrix/news.detail/blogpost/style.css?17792811383688 */
/* /local/templates/iteco/components/bitrix/news.detail/sliderpost/style.css?17752092701189 */
/* /local/templates/iteco/components/bitrix/news.list/blog/style.css?17752092703003 */
