

/* Start:/local/templates/itls/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?178359490624934*/
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;
}

.banner__items {
	padding: 50px;
	background: var(--primary);
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.banner__items::before {
	content: "";
	position: absolute;
	width: 1174px;
	height: 1165px;
	border-radius: 1000px;
	background: var(--black);
	-webkit-filter: blur(200px);
	filter: blur(200px);
	z-index: 0;
	left: -300px;
	bottom: -400px;
}

.banner__items h1 {
	color: #fff;
	z-index: 2;
}

.banner__end ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 0.8);
}

.banner__end ul li {
	display: flex;
	gap: 10px;
}

.banner__end ul li span {
	color: #fff;
}

.pb-aside {
}

.pb-aside__menu {
	position: sticky;
	top: 20px;
}

.pb-wrapper {
	position: relative;
}

.wrapper {
	overflow: visible !important;
}

.blog-detail__construktor {
	padding-top: 100px;
}

.page-title h1 {
	display: none;
}

.pb-block-wrapper:first-child .pb-header__title {
	margin: 0 0 50px 0;
}

.pb-block.pb-header h2 {
	font-size: 46px;
	text-transform: uppercase;
	margin: 100px 0 50px;
}

.pb-block.pb-header h3 {
	font-size: 28px;
	line-height: 110%;
	color: var(--primary);
	margin: 50px 0 20px;
}

.pb-block.pb-header h4 {
	font-size: 24px;
	margin: 50px 0 20px;
	color: var(--primary);
}

@media screen and (max-width: 1380px) {
	.pb-block.pb-header h2 {
		font-size: 40px;
	}

	.pb-block.pb-header h3 {
		font-size: 26px;
	}
}

@media screen and (max-width: 1180px) {
	.pb-block.pb-header h2 {
		font-size: 34px;
	}
}

@media screen and (max-width: 991px) {
	.pb-block.pb-header h2 {
		font-size: 30px;
	}

	.pb-block.pb-header h3 {
		font-size: 24px;
	}

	.pb-block.pb-header h4 {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.pb-block.pb-header h2 {
		font-size: 25px;
	}

	.pb-block.pb-header h3 {
		font-size: 22px;
	}

	.pb-block.pb-header h4 {
		font-size: 20px;
	}
}

.pb-block.pb-text p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: var(--second-family);
	margin: 20px 0;
	color: rgba(2, 1, 16, 0.8);
}

.pb-block.pb-text blockquote {
	padding: 40px;
	background: #fff;
	margin: 20px 0;
}

.pb-block.pb-text blockquote p {
	margin: 0;
}
.pb-block.pb-text ul li p {
	margin: 0;
}

.pb-block.pb-text ul {
	gap: 15px;
	margin: 0;
}

.pb-block.pb-text ul:first-child {
	margin: 20px 0 50px;
}

.pb-block.pb-text ol:first-child {
	margin: 20px 0 50px;
}

.pb-block .pb-text__content ul li {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.pb-block .pb-text__content ul li:before {
	width: 10px;
	height: 10px;
	background: var(--primary);
	border-radius: 0;
	top: 7px;
}

.pb-block .pb-text__col > ul > li > ul li:before {
	border: 1px solid #252b63;
	background: transparent;
	width: 9px;
	height: 9px;
}

.pb-block .pb-text__col > ul > li > ul > li > ul li:before {
	border: none;
	width: 10px;
	height: 2px;
	background: var(--primary);
	top: 11px;
}

.pb-block.pb-text ol {
	gap: 15px;
	margin: 0;
}

.pb-block .pb-text__content ol li:before {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-family: var(--second-family);
	color: var(--primary);
	content: counter(myCounter) "";
}

.pb-block .pb-text__content ol li p {
	margin: 0;
}

.pb-block .pb-text__content ol li {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-left: 20px;
}

.pb-block .pb-text__col > ol > li > ol li {
	counter-increment: none;
}

.pb-block .pb-text__col > ol > li > ol li:nth-child(1):before {
	content: "1.1";
}

.pb-block .pb-text__col > ol > li > ol li:nth-child(2):before {
	content: "1.2";
}

.pb-block .pb-text__col > ol > li > ol > li > ol li:nth-child(1):before {
	content: "1.2.1";
}

.pb-block .pb-text__col > ol > li > ol > li > ol li:nth-child(2):before {
	content: "1.2.2";
}

.pb-block .pb-text__col > ol > li > ol > li > ol li:before {
	left: -15px;
}

.pb-block .pb-text__col > ol > li > ol > li > ol li {
	padding-left: 30px;
}

.pb-block .pb-text__col > ol > li > ol > li {
	padding-left: 30px;
}

.pb-block .pb-text__col > ol > li > ul li {
	counter-increment: none;
}

.pb-block .pb-text__col > ol > li > ul li::before {
	content: "";
	border: 1px solid #252b63;
	background: transparent;
	width: 9px;
	height: 9px;
}

.pb-block .pb-text__content.is-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin: 20px 0 50px;
}

.pb-block .pb-text__content.is-col-2 ol:first-child {
	margin: 0;
}

.pb-block .pb-quote__wrapper .pb-quote__text p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--primary);
	padding-left: 40px;
	position: relative;
}

.pb-block .pb-quote__wrapper .pb-quote__text p::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 23px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="25" height="23" viewBox="0 0 25 23" fill="none"%3E%3Cpath d="M25 12.0149V23H14.7059V11.4142C14.7059 9.64055 14.9381 8.06716 15.4025 6.69403C15.8669 5.26368 16.5377 4.06219 17.4149 3.08955C18.3437 2.0597 19.4272 1.28731 20.6656 0.772388C21.9556 0.257463 23.4004 0 25 0V5.75C23.4004 6.09328 22.2394 6.63682 21.517 7.38059C20.7946 8.06716 20.4334 9.09701 20.4334 10.4701V12.0149H25ZM10.2941 12.0149V23H0V11.4142C0 9.64055 0.232198 8.06716 0.696595 6.69403C1.16099 5.26368 1.83179 4.06219 2.70898 3.08955C3.63777 2.0597 4.72136 1.28731 5.95975 0.772388C7.24974 0.257463 8.69453 0 10.2941 0V5.75C8.69453 6.09328 7.53354 6.63682 6.81115 7.38059C6.08875 8.06716 5.72755 9.09701 5.72755 10.4701V12.0149H10.2941Z" fill="%23252B63" fill-opacity="0.8"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.pb-block .pb-quote__wrapper {
	padding: 0;
	margin: 50px 0;
	gap: 20px;
	font-family: var(--second-family);
}

.pb-block .pb-quote__avatar img {
	border-radius: 0;
}

.pb-block .pb-quote__avatar {
	width: 80px;
	height: 80px;
}

.pb-block .pb-quote__footer {
	padding-left: 40px;
	gap: 20px;
}

.pb-block .pb-quote__author {
	color: #020110;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.pb-block .pb-quote__role {
	margin-top: 10px;
	color: rgba(2, 1, 16, 0.8);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pb-block .pb-text-image__grid {
	align-items: stretch;
}

.pb-block .pb-text-image__grid .pb-text__content h2 {
	margin: 0 0 50px 0;
}

.pb-block .pb-text-image__img-wrapper {
	height: auto;
	padding-bottom: 100%;
	border-radius: 0px;
}

.pb-block .pb-text__content p {
	font-family: var(--second-family);
	color: rgba(2, 1, 16, 0.8);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pb-block.pb-text-image {
	margin-bottom: 50px;
}

.pb-block .pb-photo__grid {
	gap: 20px;
}

.pb-block.pb-photo {
	margin-bottom: 50px;
}

.pb-block.pb-slider {
	margin-bottom: 50px;
}

.pb-block.pb-slider .swiper-button-next:after,
.pb-block.pb-slider .swiper-button-prev:after {
	display: none;
}

.pb-block.pb-slider .swiper-button-next,
.pb-block.pb-slider .swiper-button-prev {
	width: 44px;
	height: 44px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
	background: var(--primary);
	transition: 300ms;
}

.pb-block.pb-slider .swiper-button-disabled {
	background: var(--light-gray);
}

.pb-block-wrapper .pb-block.pb-slider .swiper-pagination {
	width: 100% !important;
	display: flex;
	justify-content: center;
	gap: 5px;
}

.pb-block-wrapper .pb-block.pb-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 0px;
	background: transparent;
	border: 1px solid var(--primary);
	margin: 0 !important;
	transform: none;
	transition: 300ms !important;
}

.pb-block-wrapper .pb-block.pb-slider .swiper-pagination-bullet-active {
	width: 35px;
	background: var(--primary);
}

.pb-block-wrapper .pb-block.pb-slider .swiper-button-next {
	right: 20px;
}

.pb-block-wrapper .pb-block.pb-slider .swiper-button-prev {
	left: 20px;
}

.pb-block-wrapper[data-type="slider"] .swiper-pagination {
	width: 100% !important;
	transform: none !important;
	position: static !important;
	justify-content: center !important;
	margin-top: 20px;
}

.pb-block-wrapper[data-type="slider"] .swiper-pagination .swiper-pagination-bullet {
	min-width: auto !important;
	transform: none !important;
	position: static !important;
}

.pb-block-wrapper .pb-block.pb-slider .pb-slider__item {
	border-radius: 0;
}

.pb-video__wrapper::before {
	content: "";
	display: flex;
	width: 64px;
	height: 64px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3CforeignObject x="-10.2401" y="-10.2401" width="84.4802" height="84.4802"%3E%3Cdiv xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(5.12px);clip-path:url(%23bgblur_0_742_11985_clip_path);height:100%25;width:100%25"%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius="10.2401"%3E%3Crect width="64" height="64" rx="32" fill="%23020110" fill-opacity="0.2"/%3E%3Cg clip-path="url(%23clip1_742_11985)"%3E%3Cpath d="M25.4141 20.9854L25.3799 31.542V41.1758L34.8145 35.7295L41.3281 31.9385L26.707 24.0664L27.8701 21.9062L43.8164 30.4932L43.8154 30.4941L46.2676 31.7197L25.4121 43.9912L25.3799 43.9863H22.9609V19.4531L25.4141 20.9854Z" fill="white"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="bgblur_0_742_11985_clip_path" transform="translate(10.2401 10.2401)"%3E%3Crect width="64" height="64" rx="32"/%3E%3C/clipPath%3E%3CclipPath id="clip1_742_11985"%3E%3Crect width="28" height="28" fill="white" transform="translate(18 18)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-position: center;
	background-size: contain;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.pb-video__wrapper.hide::before {
	display: none;
}

.pb-block.pb-video.pb-video--caption .pb-text__content p {
	color: var(--Black-80, rgba(2, 1, 16, 0.8));

	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.pb-block.pb-video {
	margin-bottom: 50px;
}

.pb-block.pb-accordion .nw-accordion__item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(2, 1, 16, 0.2);
	background: transparent;
	border-radius: 0;
}

.pb-block.pb-accordion .nw-accordion__item:first-child {
	border-top: 1px solid rgba(2, 1, 16, 0.2);
}

.pb-block.pb-accordion .nw-accordion__item[data-active] {
	background: transparent;
}

.pb-block.pb-accordion .nw-accordion__item[data-active] .nw-accordion__icon svg:first-child {
	display: none;
}

.pb-block.pb-accordion .nw-accordion__item .nw-accordion__icon svg:last-child {
	display: none;
}

.pb-block.pb-accordion .nw-accordion__item[data-active] .nw-accordion__icon svg:last-child {
	display: block;
}

.pb-block.pb-accordion .nw-accordion__head[data-active] .nw-accordion__title {
	color: var(--primary);
}

.pb-block.pb-accordion .nw-accordion__title {
	color: #020110;
	font-size: 24px;
	font-weight: 700;
	line-height: 110%; /* 26.4px */
}

.pb-block.pb-accordion .nw-accordion__body-wrap {
	color: rgba(2, 1, 16, 0.8);
	font-family: var(--second-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 850px;
}

.pb-block.pb-accordion .nw-accordion__body[data-active] {
	margin-top: 27px;
}

.pb-block.pb-accordion .nw-accordion {
	gap: 0;
}

.pb-block.pb-accordion .nw-accordion__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pb-block.pb-accordion .nw-accordion__head {
	align-items: center;
}

.pb-block.pb-tabs .nw-pb-tabs__btn {
	width: fit-content;
	flex: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: var(--primary);
	padding: 15px 30px;
	border-radius: 0;
	border: 1px solid #252b63;
}

.pb-block.pb-tabs .nw-pb-tabs__btn[data-active] {
	background: var(--primary);
	color: #fff;
}

.pb-block.pb-tabs .nw-pb-tabs__nav {
	border-radius: 0;
	justify-content: flex-start;
	gap: 20px;
}

.pb-block.pb-tabs .nw-pb-tabs {
	gap: 20px;
}

.pb-block.pb-table table th {
	background-color: transparent !important;
	width: 100%;
	padding: 30px 20px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	color: #020110;
	border-bottom: 1px solid rgba(2, 1, 16, 0.2);
	border-right: 1px solid rgba(2, 1, 16, 0.2);
	min-width: 285px;
}

.pb-block.pb-table table tbody tr:nth-child(2n) {
	background-color: transparent !important;
}

.pb-block.pb-table table tbody tr {
	display: flex;
}

.pb-block.pb-table table td {
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 30px 20px;
	line-height: normal;
	border-bottom: 1px solid rgba(2, 1, 16, 0.2);
	border-right: 1px solid rgba(2, 1, 16, 0.2);
}

.pb-block.pb-table table td:first-child {
	font-size: 20px;
	font-weight: 600;
}

.pb-block.pb-table table td:last-child {
	border-right: 0;
}

.pb-block.pb-table table th:last-child {
	border-right: 0;
}

.pb-block.pb-table .pb-table__responsive table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.pb-block.pb-table .pb-table__responsive {
	display: block;
	overflow-x: auto;
	padding-bottom: 20px;
}

.pb-block.pb-table .pb-table__responsive::-webkit-scrollbar {
	height: 6px;
}

.pb-block.pb-table .pb-table__responsive::-webkit-scrollbar-track {
	background: #fff;
}

.pb-block.pb-table .pb-table__responsive::-webkit-scrollbar-thumb {
	background: #252b63;
	cursor: pointer;
}

.pb-block.pb-table .pb-table__responsive::-webkit-scrollbar-thumb:hover {
	background: #252b63;
}

.pb-block.pb-table {
	margin-bottom: 50px;
}

.pb-aside .pb-aside__menu {
	padding: 20px;
	background: #fff;
	border-radius: 0;
}

.pb-aside {
	flex: 0 0 385px !important;
}

@media screen and (max-width: 1220px) {
	.pb-aside {
		flex: 0 0 290px !important;
	}
}


.pb-aside .pb-aside__menu-header{
	color: #252B63;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 26.4px */
}

.pb-aside .pb-aside__menu-header span{
	display: none;
}

.pb-aside .pb-aside__menu-list{
	margin-top: 20px;
}

.pb-aside .pb-aside__menu-link{
	font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
color: #020110;
}

.pb-aside .pb-aside__menu-link:hover{
	color: var(--primary);
}


.pb-block.pb-link-cards .pb-cards-grid.pb-cards-grid--cols-3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 50px 0;
}

@media screen and (max-width: 1220px) {
	.pb-block.pb-link-cards .pb-cards-grid.pb-cards-grid--cols-3{
		grid-template-columns: 1fr;
	}

	.pb-block.pb-video.pb-video--split .pb-video__grid{
		grid-template-columns: 100%;
		align-items: center;
		grid-template-areas: "video" "text";
	}
	
	.pb-block.pb-text-image.pb-text-image--right .pb-text-image__grid{
		grid-template-columns: 100%;
		grid-template-areas: "text" 'image';
	}
}



.pb-block.pb-text-image .pb-text-image__grid{
	grid-template-columns: 100%;
	grid-template-areas: 'image' "text";
}

.pb-block.pb-link-cards .pb-card-text{
	font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-family: var(--second-family);
color: var(--primary);
}



.pb-block.pb-link-cards .pb-card-body{
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 20px;
	background: #fff;
}

.pb-block.pb-link-cards .pb-card-image{
	display: flex;
}

.blog-author{
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: var(--second-family);
	margin: 50px 0;
}

.blog-author__img{
	display: flex;
	max-width: 80px;
	min-width: 80px;
}

.blog-author__info{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.blog-author__name{

font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.blog-author__role{
	font-size: 18px;
font-style: normal;
font-weight: 400;
color: rgba(2, 1, 16, 0.80);
}

.cases-popular{
	margin: 150px 0;
}

.cases-popular .swiper-button-l2, .swiper-button-r2 {
    width: 44px;
    height: 44px;
    background: var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.cases-popular .swiper__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.cases-popular .swiper__nav{
		display: none;
	}
}

.cases-popular .cases-popular__slider  .swiper-pagination {
    position: absolute;
	display: none;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 5px;
	}


	.cases-popular .cases-popular__slider{
		margin-top: 50px;
	}


	@media screen and (max-width: 991px) {
		.cases-popular{
			margin: 120px 0;
		}
	}

	@media screen and (max-width: 767px) {
		.cases-popular .cases-popular__slider{
		padding-bottom: 30px;
		margin-top: 40px;
	}

	.cases-popular .cases-popular__slider  .swiper-pagination{
		display: flex;
	}

	.cases-popular{
		margin: 80px 0;
	}

	}

	.cases-popular .cases-popular__slider .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border-radius: 0;
		background: transparent;
		border: 1px solid var(--primary);
		opacity: 1;
		-webkit-transition: 300ms;
		transition: 300ms;
		margin: 0 !important;
	}

	.cases-popular .cases-popular__slider .swiper-pagination .swiper-pagination-bullet-active {
		width: 35px;
		background: var(--primary);
	}

.cases-popular .swiper-button-l2 .swiper-button-prev

 {
    background-image: url(/local/templates/itls/assets/images/arrow-l.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    z-index: 2;
    cursor: pointer;
    display: block;
    position: static;
    margin: 0;
}

.cases-popular .swiper-button-r2 .swiper-button-next {
    background-image: url(/local/templates/itls/assets/images/arrow-r.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    z-index: 2;
    display: block;
    position: static;
    margin: 0;
}

.cases-popular .swiper-button-next:after, .swiper-button-prev:after{
	display: none;
}

.cases-popular .swiper-button-l2.swiper-button-disabled, .swiper-button-r2.swiper-button-disabled{
	background: var(--light-gray);
}

.pb-block.pb-link-cards .pb-card-text-bottom{
	color: var(--primary);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-family: var(--second-family);
}

.pb-block.pb-link-cards .pb-card-icon-wrap{
	display: flex;
	justify-content: flex-end;
}



.pb-block.pb-video .pb-video__wrapper{
	border-radius: 0;
}

.cases-popular__slider .swiper-wrapper{
	align-items: stretch;
}

.cases-popular__slider .swiper-slide{
	height: auto;
}

.cases-popular__slider .blog__img{
	aspect-ratio: 16 / 9; 
	max-height: 480px;

}

@media screen and (max-width: 1820px) {
	.cases-popular__slider .blog__img{
		
		max-height: 435px;
	
	}
}

@media screen and (max-width: 1620px) {
	.cases-popular__slider .blog__img{
		
		max-height: 375px;
	
	}
}

@media screen and (max-width: 1420px) {
	.cases-popular__slider .blog__img{
		
		max-height: 320px;
	
	}
}

@media screen and (max-width: 1220px) {
	.cases-popular__slider .blog__img{
		
		max-height: 265px;
	
	}
}

@media screen and (max-width: 991px) {
	.cases-popular__slider .blog__img{
		
		max-height: 420px;
	
	}
}

@media screen and (max-width: 767px) {
	.cases-popular__slider .blog__img{
		min-height: 220px;
		max-height: 220px;
	
	}
}

@media screen and (max-width: 420px) {
	.cases-popular__slider .blog__img{
	
	
	}
}



.cases-popular__slider .blog__img img{
	width: 100%;
	height: 100%;
	object-fit: cover; /* Картинка полностью заполнит область 16/9 и не сожмется */
	object-position: center;
}

.cases-popular__slider .blog__info{
	/* flex-grow: 1; */
}

.cases-popular__slider .blog__card {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}


.pb-block.pb-table.colums-2 td{
	min-width: auto;
}

.pb-block.pb-table.colums-2 table th{
	min-width: auto;
}

@media screen and (max-width: 1220px) {
	.banner__end ul li span{
		min-width: 150px;
	}
}

@media screen and (max-width: 991px) {

	.pb-aside .pb-aside__menu-header{
		font-size: 22px;
	}

	.blog-detail__construktor{
		padding-top: 80px;
	}

	.pb-block.pb-accordion .nw-accordion__title{
		font-size: 22px;
	}

	.pb-block.pb-table table th{
		font-size: 22px;
	}

	.pb-wrapper{
		flex-direction: column-reverse;
	}

}




@media screen and (max-width: 767px) {
	.pb-aside .pb-aside__menu-header span{
		display: flex;
	}

	

	.pb-block.pb-accordion .nw-accordion__icon svg{
		 min-width: 30px;
	}

	.pb-aside .pb-aside__menu-header{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.pb-aside .pb-aside__menu-header{
		font-size: 20px;
	}

	.blog-detail__construktor{
		padding-top: 60px;
	}

	.pb-aside .pb-aside__menu-list{
		margin-top: 15px;
		gap: 15px !important;
	}

	.pb-aside .pb-aside__menu-link{
		font-size: 16px;
	}

	.pb-wrapper{
		gap: 60px !important;
	}

	.pb-block-wrapper:first-child .pb-header__title{
		margin: 0 0 40px 0;
	}

	.pb-block .pb-text__content p{
		font-size: 16px;
	}

	.pb-block.pb-text blockquote{
		padding: 20px;
	}

	.pb-block.pb-header h3{
		margin: 40px 0 20px;
	}

	.pb-block .pb-text__content.is-col-2{
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.pb-block.pb-header h2{
		margin: 60px 0 40px;
	}


	.pb-block.pb-header h4{
		margin: 40px 0 20px;
	}

	.pb-block .pb-quote__wrapper .pb-quote__text p{
		font-size: 18px;
	}

	.pb-block .pb-quote__wrapper{
		margin: 40px 0;
	}

	.pb-block .pb-quote__footer{
		padding-left: 0;
	}

	.pb-block .pb-quote__author{
		font-size: 18px;
	}

	.pb-block .pb-quote__role{
		font-size: 16px;
		margin-top: 5px;
	}

	.pb-block.pb-text-image .pb-text-image__grid{
		gap: 20px;
	}

	.pb-block .pb-photo__grid{
		gap: 10px;
	}

	.pb-block.pb-photo{
		margin-bottom: 40px;
	}

	.pb-block-wrapper .pb-block.pb-slider .swiper-button-next{
		right: 10px;
	}

	.pb-block-wrapper .pb-block.pb-slider .swiper-button-prev{
		left: 10px;
	}

	.pb-block.pb-slider{
		margin-bottom: 40px;
	}

	.pb-block.pb-video.pb-video--caption .pb-text__content p{
		font-size: 16px;
	}

	.pb-block.pb-video{
		margin-bottom: 40px;
	}

	.pb-block.pb-accordion .nw-accordion__title{
		font-size: 20px;
	}

	.pb-block.pb-accordion .nw-accordion__body-wrap{
		font-size: 16px;
	}

	.pb-block.pb-accordion .nw-accordion__body[data-active]{
		margin-top: 10px;
	}

	.pb-block.pb-accordion .nw-accordion__item{
		padding: 15px 0;
	}

	.pb-block.pb-tabs .nw-pb-tabs__btn{
		font-size: 16px;
		padding: 10px 20px;
	}

	.pb-block.pb-tabs .nw-pb-tabs__nav{
		gap: 10px;
	}

	.pb-block.pb-table table th{
		padding: 20px 15px;
		font-size: 20px;
	}

	.pb-block.pb-table table td:first-child{
		font-size: 18px;
		padding: 20px 15px 20px 0;
	}

	.pb-block.pb-table table td{
		padding: 20px 15px;
		font-size: 16px;
		min-width: 265px;
	}

	.pb-block.pb-table table th:first-child{
		padding: 20px 15px 20px 0;
	}

	.pb-block.pb-table table th{
		min-width: 265px;
	}

	.pb-block.pb-link-cards .pb-card-text-bottom{
		font-size: 18px;
	}

	.pb-block.pb-link-cards .pb-card-body{
		gap: 40px;
		padding: 15px;
	}

	.pb-block.pb-link-cards .pb-card-text{
		font-size: 18px;
	}

	.pb-block.pb-link-cards .pb-cards-grid.pb-cards-grid--cols-3{
		margin: 40px 0;
	}

	.blog-author__name{
		font-size: 18px;
	}

	.blog-author__info{
		gap: 5px;
	}

	.blog-author__role{
		font-size: 16px;
	}

	.blog-author{
		gap: 15px;
		margin: 40px 0;
	}

	.banner__items{
		padding: 20px;
		min-height: 600px;
	}

	.banner__end ul{
		font-size: 10px;
	}

	.banner__end ul li span{
		min-width: 100px;
	}

	.pb-aside{
		flex: auto !important;
	}
}
.pb-aside__menu-header span svg{
	transition: 300ms;
}

.pb-aside__menu-header.close span svg{
	transform: rotate(180deg);
}


/* End */


/* Start:/local/js/nw/pagebuilder/core/nw-builder.css?178289542211459*/
@charset "UTF-8";.pb-header h2{font-variation-settings:var(--font-weight-700);font-size:clamp(1.5rem,1.1359223301rem + 1.5533980583vw,3rem);line-height:110%;letter-spacing:-.48px}.pb-header h3{font-variation-settings:var(--font-weight-700);font-size:clamp(1.25rem,1.067961165rem + .7766990291vw,2rem);line-height:110%;letter-spacing:-.32px}.pb-header h4{font-variation-settings:var(--font-weight-600);font-size:clamp(1.125rem,.9733009709rem + .6472491909vw,1.75rem);line-height:110%;letter-spacing:-.28px}.pb-header h5{font-variation-settings:var(--font-weight-600);font-size:clamp(1.125rem,1.0946601942rem + .1294498382vw,1.25rem);line-height:110%;letter-spacing:-.18px}.pb-text__content p{margin-bottom:1.25rem;color:var(--color-grey-700);font-size:clamp(1rem,.9393203883rem + .2588996764vw,1.25rem);font-variation-settings:var(--font-weight-500);line-height:130%;letter-spacing:-.2px}.pb-text__content p:last-child{margin-bottom:0}.pb-text__content ul,.pb-text__content ol{position:relative;margin-bottom:20px}.pb-text__content ul{display:flex;flex-direction:column;gap:20px;list-style:none}.pb-text__content ul li{position:relative;padding-left:24px}.pb-text__content ul li:before{content:"";position:absolute;top:5px;left:0;width:12px;height:12px;border-radius:50%;background-color:var(--color-blue-600)}.pb-text__content ol{counter-reset:myCounter;display:flex;flex-direction:column;gap:20px;list-style:none}.pb-text__content ol li{counter-increment:myCounter;position:relative;padding-left:30px}.pb-text__content ol li:before{content:counter(myCounter) ")";position:absolute;left:0;color:var(--color-blue-600, #2967EB);font-size:20px;font-variation-settings:var(--font-weight-600);line-height:130%;letter-spacing:-.2px}.pb-text__content h2,.pb-text__content h3,.pb-text__content h4,.pb-text__content h5{color:var(--color-grey-dark);font-variation-settings:var(--font-weight-700);line-height:110%;letter-spacing:-.48px}.pb-text__content h2{font-size:clamp(1.75rem,1.4466019417rem + 1.2944983819vw,3rem)}.pb-text__content h2:not(:last-child){margin-top:40px;margin-bottom:30px}.pb-text__content h3{font-size:clamp(1.25rem,1.067961165rem + .7766990291vw,2rem)}.pb-text__content h3:not(:last-child){margin:30px 0}.pb-text__content h4{font-variation-settings:var(--font-weight-600);font-size:clamp(1.125rem,.9733009709rem + .6472491909vw,1.75rem)}.pb-text__content h4:not(:last-child){margin:20px 0}.pb-text__content h5{font-variation-settings:var(--font-weight-600);font-size:clamp(1.125rem,1.0946601942rem + .1294498382vw,1.25rem)}.pb-text__content h5:not(:last-child){margin:20px 0}.pb-text__content blockquote{border-left:4px solid var(--color-dark-blue-400);padding-left:1.25rem;margin:1.5rem 0;font-style:italic;color:var(--color-grey-800)}.pb-text__content a{color:var(--color-dark-blue-400);text-decoration:underline}.pb-text__content a:hover{text-decoration:none}.pb-text-image{margin-bottom:3.75rem}.pb-text-image__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image text";gap:25px;align-items:center}.pb-text-image__col-img{grid-area:image}.pb-text-image__col-text{grid-area:text}.pb-text-image__img-wrapper{position:relative;border-radius:40px;overflow:hidden;padding-bottom:83%;background-color:var(--color-grey-200)}.pb-text-image__img-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pb-text-image--right .pb-text-image__grid{grid-template-areas:"text image"}.pb-photo__grid{display:grid;grid-auto-rows:1fr;gap:4px}.pb-photo__item--hidden{display:none!important}.pb-layout-1{grid-template-columns:1fr}.pb-layout-2{grid-template-columns:repeat(2,1fr)}.pb-layout-3{grid-template-columns:repeat(3,1fr)}.pb-layout-4{grid-template-columns:repeat(4,1fr)}.pb-layout-4_grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.pb-layout-3_asym--top{grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr}.pb-layout-3_asym--top>*:nth-child(1){grid-column:1/-1;grid-row:1}.pb-layout-3_asym--bottom{grid-template-columns:1fr 1fr;grid-template-rows:1fr 2fr}.pb-layout-3_asym--bottom>*:nth-child(1){grid-column:1/-1;grid-row:2}.pb-layout-3_asym--left{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.pb-layout-3_asym--left>*:nth-child(1){grid-column:1;grid-row:1/-1}.pb-layout-3_asym--right{grid-template-columns:1fr 2fr;grid-template-rows:1fr 1fr}.pb-layout-3_asym--right>*:nth-child(1){grid-column:2;grid-row:1/-1}.pb-layout-custom{grid-template-columns:repeat(var(--custom-cols, 4),1fr)}.pb-photo__item{position:relative;display:block;overflow:hidden;aspect-ratio:1}.pb-photo__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pb-photo__more-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;pointer-events:none}.pb-quote__wrapper{position:relative;display:flex;flex-direction:column;gap:40px;background-color:var(--color-blue-50);padding:clamp(1.25rem,.9466019417rem + 1.2944983819vw,2.5rem);border-left:4px solid var(--color-blue-600)}.pb-quote__text{color:#444446;font-size:clamp(1rem,.9393203883rem + .2588996764vw,1.25rem);font-style:italic;font-variation-settings:var(--font-weight-500);line-height:normal}.pb-quote__footer{display:flex;align-items:center;gap:16px}.pb-quote__avatar{width:60px;height:60px;flex-shrink:0}.pb-quote__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.pb-quote__author{font-variation-settings:var(--font-weight-700);font-size:clamp(1rem,.9393203883rem + .2588996764vw,1.25rem);color:var(--color-grey-dark)}.pb-quote__role{font-size:.875rem;color:var(--color-grey-800);margin-top:4px}.pb-slider{position:relative}.pb-slider__item{position:relative;aspect-ratio:1/1;border-radius:40px;overflow:hidden}.pb-slider__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pb-slider .swiper-button-prev svg,.pb-slider .swiper-button-next svg{width:24px;height:24px}.pb-slider .swiper-pagination-bullet-active{background:var(--color-black)}.pb-table{margin-bottom:3.75rem}.pb-table__title{margin-bottom:1.5rem;font-weight:700;font-size:1.5rem;line-height:1.3;color:var(--color-black)}.pb-table__responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.pb-table__responsive::-webkit-scrollbar{height:.5rem}.pb-table__responsive::-webkit-scrollbar-track{background:var(--color-grey-200);border-radius:.25rem}.pb-table__responsive::-webkit-scrollbar-thumb{background:var(--color-grey-600);border-radius:.25rem}.pb-table table{width:100%;min-width:37.5rem;border-collapse:collapse;font-size:1rem;line-height:1.5;color:var(--color-grey-800)}.pb-table table th{font-weight:700;color:var(--color-black);text-align:left;padding:1rem 1.25rem;border:1px solid var(--color-grey-400);background-color:var(--color-grey-200)}.pb-table table td{padding:1rem 1.25rem;vertical-align:top;border:1px solid var(--color-grey-400)}.pb-table table tbody tr:nth-child(2n){background-color:#fafafa}.pb-table table a{color:var(--color-dark-blue-400);text-decoration:underline}.pb-table table a:hover{text-decoration:none}.pb-table table ul,.pb-table table ol{padding-left:1.25rem;margin:0}.pb-video__wrapper{position:relative;width:100%;aspect-ratio:16/9;border-radius:40px;overflow:hidden}.pb-video__wrapper iframe,.pb-video__wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:none}.pb-video__grid{display:grid;grid-template-columns:100%;grid-template-areas:"video" "text";gap:20px;align-items:center}.pb-video__col-player{grid-area:video}.pb-video__col-text{grid-area:text}.pb-video--split .pb-video__wrapper{aspect-ratio:4/3}.pb-video--split .pb-video__grid{grid-template-columns:1fr 1fr;grid-template-areas:"video text";gap:25px}.pb-video--reverse .pb-video__wrapper{aspect-ratio:4/3}.pb-video--reverse .pb-video__grid{grid-template-columns:1fr 1fr;grid-template-areas:"text video";gap:25px}.pb-video--caption .pb-text__content p{font-size:.875rem}.nw-accordion{display:flex;flex-direction:column;gap:1.5rem}.nw-accordion__item{padding:1.5rem;border-radius:1.25rem;background-color:var(--color-grey-50, #f6f7f9);cursor:pointer}.nw-accordion__item[data-active]{background:linear-gradient(179deg,var(--color-blue-800, #1e41af) 13.42%,var(--color-blue-600, #2967eb) 78.09%)}.nw-accordion__head{display:flex;justify-content:space-between;gap:1rem}.nw-accordion__head[data-active] .nw-accordion__title{color:var(--color-white, #fff)}.nw-accordion__head[data-active] .nw-accordion__icon .icon{color:var(--color-white, #fff);transform:rotate(90deg)}.nw-accordion__title{color:var(--color-grey-dark, #202231);font-size:1.25rem;font-variation-settings:var(--font-weight-600);line-height:130%;letter-spacing:-.2px;transition:var(--bs-transition)}.nw-accordion__icon{flex:0 0 1.5rem;width:1.5rem;height:1.5rem}.nw-accordion__icon .icon{transform:rotate(45deg)}.nw-accordion__body{height:0;margin-top:0;opacity:0;visibility:hidden;transition:var(--bs-transition)}.nw-accordion__body[data-active]{margin-top:1.875rem;opacity:1;visibility:visible}.nw-accordion__body[data-active] .pb-text__content p{color:var(--color-white, #fff)}.nw-accordion__body-wrap{display:flex;flex-direction:column;gap:1.5625rem;color:var(--color-white, #fff);font-size:1rem;font-variation-settings:var(--font-weight-500);line-height:130%;letter-spacing:-.16px}.nw-pb-tabs{display:flex;flex-direction:column;gap:clamp(2.5rem,2.1966019417rem + 1.2944983819vw,3.75rem)}.nw-pb-tabs__nav{display:flex;justify-content:space-between;border-radius:24px;background:var(--color-blue-50);overflow-y:hidden;overflow-x:scroll}.nw-pb-tabs__nav::-webkit-scrollbar,.nw-pb-tabs__nav::-webkit-scrollbar-track,.nw-pb-tabs__nav::-webkit-scrollbar-thumb{display:none}.nw-pb-tabs__btn{position:relative;flex:0 1 100%;min-width:-moz-fit-content;min-width:fit-content;padding:1rem 1.5rem;color:var(--color-blue-600);font-size:1rem;font-variation-settings:var(--font-weight-600);line-height:110%;letter-spacing:-.16px;text-align:center;transition:var(--bs-transition);cursor:pointer}.nw-pb-tabs__btn:first-child{border-radius:24px 0 0 24px}.nw-pb-tabs__btn:last-child{border-radius:0 24px 24px 0}.nw-pb-tabs__btn:hover,.nw-pb-tabs__btn[data-active]{color:var(--color-white);background-color:var(--color-blue-600)}.nw-pb-tabs__pane{animation:fadeIn .4s ease-in-out}.nw-pb-tabs__pane[hidden]{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pb-wrapper{display:flex;gap:30px;width:100%}.pb-container{width:100%;margin:0 auto}.pb-block-wrapper{position:relative}.pb-content{flex:1;min-width:0}.pb-aside{flex:0 0 clamp(20.625rem,19.1990291262rem + 6.0841423948vw,26.5rem);width:100%;z-index:10}.pb-aside__menu{padding:1.5rem;border-radius:20px;background-color:var(--color-blue-50)}.pb-aside__menu-list{display:flex;flex-direction:column;gap:1.25rem}.pb-aside__menu-link{color:var(--color-grey-700);font-size:1rem;font-variation-settings:var(--font-weight-600);line-height:130%;letter-spacing:-.16px;transition:var(--bs-transition)}.pb-aside__menu-link:hover{color:var(--color-blue-600)}@media (max-width: 57.5em){.pb-text-image .pb-text-image__grid{grid-template-columns:100%;grid-template-areas:"text" "image"}.pb-video .pb-video__grid{grid-template-columns:100%;grid-template-areas:"video" "text"}}@media (max-width: 48em){.pb-table__title{font-size:1.25rem}}

/* End */
/* /local/templates/itls/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?178359490624934 */
/* /local/js/nw/pagebuilder/core/nw-builder.css?178289542211459 */
