

/* Start:/local/templates/doma-main/components/bitrix/news.detail/detail-doma_blog/style.css?17885086167976*/
header:not(.fixed) {
	background: #171B3673 !important;
}
header.active {
	background: var(--white) !important;
}
main {
	overflow: clip;
}
section {
	padding: 0;
}
.welcome:not(._main) {
	height: 532px;
	background: var(--accent);
}

@media (max-width: 768px) {
	.welcome:not(._main) {
		height: auto;
	}
}

.blog-breadcrumbs {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-breadcrumbs__divider::after {
	content: "•";
	display: block;
}
.blog-breadcrumbs * {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	color: var(--gray);
	transition: color .2s ease;
}
.blog-breadcrumbs a:hover {
	color: var(--dark);
}

.blog-detail__hero {
	margin-bottom: 32px;
}
.blog-detail__hero img {
	display: block;
	width: 100%;
	max-height: 480px;
	margin-top: 0 !important;
	border-radius: 16px;
	object-fit: cover;
}
.blog-detail__lead {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;

	display: none;
}

.blog-detail {
	display: flex;
	gap: 24px;
}
.blog-detail__navigation {
	max-width: 286px;
	flex: none;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 112px;
	align-self: flex-start;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
}
.blog-detail__navigation-element {
	padding: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 16px;
	border: 1px solid transparent;
	transition: border .2s ease;
}
.blog-detail__navigation-element.active {
	border-color: var(--accent);
}

.blog-detail__content h2 {
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
}
.blog-detail__content h2:first-of-type {
	margin-top: 0px;
}
.blog-detail__content p {
	margin-bottom: 28px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.blog-detail__content b {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.blog-detail__content a {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: var(--accent);
	transition: color .2s ease;
}
.blog-detail__content a:hover {
	color: var(--hover-main);
}


.blog-detail__content ul, .blog-detail__content ul li {
    list-style: disc;
    padding: revert;
    margin: initial;

	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.blog-detail__content ol, .blog-detail__content ol li {
    list-style: auto;
    padding: revert;
    margin: initial;

	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.blog-detail__content ul li:not(:first-of-type), .blog-detail__content ol li:not(:first-of-type) {
	margin-top: 12px;
}

.blog-detail__content img {
	margin: 16px auto 40px;
	width: 100%;
	max-height: 480px;
	border-radius: 16px;
	object-fit: cover;
}

.blog-detail__content .accent {
	margin-top: 32px;
	padding: 24px 32px;
	background: #E3EFFF;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.blog-detail__content .accent b {
	display: block;
	margin-top:12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

@media (max-width: 768px) {
	.blog-detail {
		flex-direction: column;
	}
	.blog-detail__navigation {
		max-width: none;
		width: calc(100vw + 40px);
		top: 67px;
		flex-direction: row;
		margin-left: -40px;
		padding: 12px 40px;
		background: #F5F5F5;
		z-index: 3;
	}
	.blog-detail__navigation::-webkit-scrollbar {
		height: 0;
	}
}

@media (max-width: 620px) {
	.blog-breadcrumbs {
		margin-bottom: 4px;
	}
	.blog-breadcrumbs * {
		font-size: 12px;
		font-weight: 400;
		line-height: 140%;
	}
	.blog-detail {
		gap: 20px;
	}
	.blog-detail__navigation {
		top: 56px;
		margin-left: -20px;
		padding: 12px 20px;
		width: calc(100vw + 20px);
	}
	.blog-detail__navigation-element {
		text-wrap: nowrap;
		padding: 8px 16px;
		font-size: 14px;
		font-weight: 600;
		line-height: 130%;
	}
	.blog-detail__content h2 {
		margin-top: 48px;
		margin-bottom: 16px;
		font-size: 18px;
		font-weight: 600;
		line-height: 130%;
	}
	.blog-detail__content p {
		margin-bottom: 16px;
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
	}
	.blog-detail__content b {
		font-size: 14px;
		font-weight: 600;
		line-height: 130%;
	}
	.blog-detail__content a {
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
	}
	.blog-detail__content .accent {
		padding: 16px;
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
	}
	.blog-detail__content .accent b {
		font-size: 14px;
		font-weight: 700;
		line-height: 130%;
	}

	.blog-detail__content ol {
		padding-left: 20px;
	}
}


.another-articles {
	margin-top: 48px;
}
.another-articles__title-row {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}
.another-articles h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
}
.another-articles__list {
	margin-top: 16px;
}

.blog-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 8px 16px -4px rgba(11, 17, 28, 0.16),inset 1px 0px 0px 0px rgba(0, 0, 0, 0.13),inset -1px 0px 0px 0px rgba(0, 0, 0, 0.13),inset 0px -1px 0px 0px rgba(0, 0, 0, 0.17),inset 0px 1px 0px 0px rgba(204, 204, 204, 0.5);
	transition: transform 0.2s ease;
	display: flex;
	flex-direction: column;
	height: auto;
	box-shadow: none;
}

.blog-card:hover {
	transform: translateY(-2px);
}

.blog-card__image {
	background: #131c4a;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.blog-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.blog-card__image a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-card__body {
	padding: 20px 22px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.blog-card__section {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	color: #737373;
	margin-bottom: 12px;
}

.blog-card__title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-card__title a {
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
}

.blog-card__preview {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.another-articles__pagination {
	display: flex;
    gap: 10px;
}
.another-articles__pagination-prev, .another-articles__pagination-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px !important;
    height: 48px !important;
    z-index: 11;
    border-radius: 50%;
    cursor: pointer;
    transition-property: background-color, transform;
    transition-duration: .2s, .2s;
    transition-delay: 0s, .2s;
}
.another-articles__pagination-prev:hover, .another-articles__pagination-next:hover {
	background-color: #E8EEF7;
}
.another-articles__pagination-prev {
	transform: rotate(180deg);
}
.another-articles__pagination-prev::after, .another-articles__pagination-next::after {
    margin-left: 4px;
    content: url("/local/assets/eltex-doma/img/doma-new/swiper-button-arrow-new.svg");
    height: 20px;
}
.-blue-glass-border::before {
    border-radius: 30px;
}


@media (max-width: 1240px) {
	.blog-card__title a {
		font-size: 18px;
		line-height: 130%;
	}
	.blog-card__preview {
		font-size: 16px;
	}
}
@media (max-width: 620px) {
	.another-articles h2 {
		font-size: 18px;
		font-weight: 600;
		line-height: 130%;
	}
	.another-articles__pagination {
		display: none;
	}
	.blog-card__image {
		height: 208px;
	}
	.blog-card__body {
		padding: 16px;
	}
	.blog-card__section {
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 140%;
	}
	.blog-card__preview {
		margin-top: 8px;
		font-size: 14px;
		line-height: 130%;
	}
}

header.-blue ~ footer {
    padding-top: calc(32px + 64px);
    background: var(--background) !important;
    margin-top: -90px;
}
/* End */


/* Start:/local/components/eltex-doma/share-blog/templates/.default/style.css?17884091861573*/
.share {
	margin-top: 48px;
	padding: 16px 0 24px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.share__title {
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}
.share__links {
	display: flex;
	align-items: center;
	gap: 40px;
}
.share__links-item {
	cursor: pointer;
	position: relative;
}
.share__links-item img {
	width: 48px;
	height: 48px;
}

#copy-link__success {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translate(-45%, 4px);
	padding: 12px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-wrap: nowrap;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	background: #FCFCFC;
	border-radius: 8px;
	box-shadow: 0px 8px 16px -4px rgba(11, 17, 28, 0.16),inset 1px 0px 0px 0px rgba(0, 0, 0, 0.13),inset -1px 0px 0px 0px rgba(0, 0, 0, 0.13),inset 0px -1px 0px 0px rgba(0, 0, 0, 0.17),inset 0px 1px 0px 0px rgba(204, 204, 204, 0.5);
	transition: opacity .2s ease;
}
#copy-link__success.active {
	opacity: 1;
}
#copy-link__success svg {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
}

@media (max-width: 620px) {
	.share {
		gap: 12px;
	}
	.share__title {
		font-size: 14px;
		font-weight: 400;
		line-height: 130%;
	}
	.share__links {
		gap: 24px;
	}
	.share__links-item {
		cursor: pointer;
	}
	.share__links-item img {
		width: 40px;
		height: 40px;
	}
	#copy-link__success {
		position: fixed;
		bottom: 32px;
		left: 50%;
		transform: translate(-50%);
		font-size: 14px;
		z-index: 10;
	}
}
/* End */


/* Start:/local/components/eltex-doma/blog-subscribe/templates/.default/style.css?17883462313725*/
.blog-subscribe {
	position: relative;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 64px;
	padding: 48px;
	background: var(--background);
	border-radius: 24px;
	overflow: clip;
}
.blog-subscribe__description {
	position: relative;
	z-index: 2;
}
.blog-subscribe__description-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	color: var(--white);
}
.blog-subscribe__description-list {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.blog-subscribe__description-list-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.blog-subscribe__description-list-item img {
	width: 16px;
	height: 16px;
}
.blog-subscribe__description-list-item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #E3E3E3;
}


.request-form-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.request-form .form-item {
    position: relative;
    width: 100%;
}
.request-form .form-item input {
    position: relative;
	padding: 18px 0px 10px 0px;
    width: 100%;
	border: none;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
    transition: all .2s ease;
    z-index: 1;
    font-size: 16px;
    line-height: 130%;
	background: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	color: var(--white);
}
.request-form .form-item label {
    position: absolute;
    left: 0;
    top: 18px;
    transition: all .2s ease;
    z-index: 1;
    pointer-events: none;
    font-size: 16px;
	font-weight: 400;
	line-height: 100%;
    color: var(--white);
}
.request-form .form-item input:focus ~ label,
.request-form .form-item input:not(:placeholder-shown) + label {
    font-size: 13px !important;
    top: 2px;
}
.custom-checkbox-container {
	margin-top: 12px;
}
.custom-checkbox-container label, .custom-checkbox-container label a {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 16px;
}
.custom-checkbox-container label a {
	color: #A4A4A4 !important;
	text-decoration: underline;
}

.subscribe__button {
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	background: #ECF1F8;
	z-index: 2;
	transition: color .2s ease;
}
.subscribe__button.disabled {
	color: var(--gray-light);
}

.request-form .form-item.error input {
	border-color: #FF5151;
	color: #FF5151;
}


.blog-subscribe__shape-blue,
.blog-subscribe__shape-orange {
	position: absolute;
}
.blog-subscribe__shape-blue {
	left: -10%;
	top: -40%;
	width: 420px;
	height: 420px;
	background: var(--accent);
	filter: blur(80px);
	opacity: .8;
}
.blog-subscribe__shape-orange {
	right: -5%;
	bottom: -60%;
	width: 250px;
	height: 250px;
	background: #FF9E40;
	filter: blur(90px);
}

@media (max-width: 992px) {
	.blog-subscribe {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
@media (max-width: 768px) {
	.blog-subscribe .request-form-wrapper {
		flex-direction: column;
	}
	.blog-subscribe .subscribe__button {
		width: 100%;
		padding: 12px;
	}
	.subscribe-descr {
		margin-top: 24px;
	}
}
@media (max-width: 620px) {
	.blog-subscribe {
		padding: 24px;
		margin-top: 32px;
	}
	.blog-subscribe__description-title {
		font-size: 18px;
		font-weight: 600;
		line-height: 130%;
	}
	.blog-subscribe__description-list {
		margin-top: 12px;
	}
	.blog-subscribe__description-list-item {
		align-items: flex-start;
	}
	.blog-subscribe__description-list-item img {
		margin-top: 2px;
	}
	.request-form .form-item input {
		font-size: 16px;
		font-weight: 400;
		line-height: 100%;
		max-height: 45px;
	}
	.request-form .custom-checkbox-container label, .request-form .custom-checkbox-container label a {
		font-size: 14px !important;
	}
	.request-form * br {
		display: none;
	}
}
/* End */


/* Start:/local/components/eltex-doma/to-top-button/templates/.default/style.css?1788401614449*/
.to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--accent);
  cursor: pointer;
  z-index: 100;
  transition: all .2s ease;
	transform: translateY(0);
}
.to-top.hidden {
  transform: translateY(300%);
}
.to-top:hover {
  background-color: var(--hover-main);
}
.to-top svg {
  margin-top: -2px;
}
/* End */
/* /local/templates/doma-main/components/bitrix/news.detail/detail-doma_blog/style.css?17885086167976 */
/* /local/components/eltex-doma/share-blog/templates/.default/style.css?17884091861573 */
/* /local/components/eltex-doma/blog-subscribe/templates/.default/style.css?17883462313725 */
/* /local/components/eltex-doma/to-top-button/templates/.default/style.css?1788401614449 */
