

/* Start:/bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?176206320911300*/
.equipment {overflow: hidden;padding-top: 0 !important;}
.base-block {display:block !important;margin: 60px 0;}
.base-block * {color:#222127}
.case-detail h1 {font-size: 50px;line-height: 55px;}
.case-bg {width:100%}
.case-section {}
.case-section span {
	color: #222127;
    font-size: 12px;
    text-transform: lowercase;
    padding: 5px 20px;
    border: 1px solid #222127;
}
.base-block h2 {
	margin: 0 0 20px;
    font-size: 38px;
}
.base-block-desc {

}
.base-block-desc p {
	line-height:20px;
}
.base-block-desc p + p {
	margin-top:20px;
}
.line {
position: relative;
    text-transform: lowercase;
    display: inline-flex;
    align-items: center;
	margin-bottom:50px;
}

.line img {
	width: 11px;
    margin-left: 15px;
}

.line:before {
    content: '';
    width: 100vw;
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    right: calc(100% + 6px);
    opacity: 0.4;
}
.line:after {
    content: '';
    width: 100vw;
    display: block;
    border-bottom: 2px solid;
    position: absolute;
    left: calc(100% + 6px);
    opacity: 0.4;
}
.base-block.company {
background: #F2F2F2;
    display: flex !important;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 50px 40px;
}
.base-block.company img {
	    width: 100%;
    max-width: 250px;
}
.orange {
	background:#E06A00;
	    width: 100%;
	}

.orange *:not([href]) {
	color:#fff;

}

.base-block-enlarged {
display: flex !important;
    flex-flow: nowrap;
    margin: auto;
    max-width: 1000px !important;
    padding: 100px 0;
	background: url('/bitrix/templates/.default/components/bitrix/news/cases/images/tmpl/женщина 1.png');
	    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 25% top;
}
.base-block-enlarged > * {
	width:50%;
}
.rev-body {position:relative}
.rev-body:before {
position: absolute;
    content: '';
    background: url(/bitrix/templates/.default/components/bitrix/news/cases/images/tmpl/photo.svg.svg);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -20px;
    left: -30px;
}
.rev-body:after {
position: absolute;
    content: '';
    background: url('/bitrix/templates/.default/components/bitrix/news/cases/images/tmpl/photo.svg.svg');
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -20px;
    right: -30px;
	transform: rotate(180deg);
}

.rev-body p {
	font-size: 14px;
    text-align: justify;
}
.rev-body p + p {margin-top:30px}

.rev-info {
max-width: 200px;
    display: flex;
    flex-flow: column;
    margin-top: -25px;
    padding-left: 15px;
}

.rev-name {
    font-size: 11px;
    margin-bottom: 5px;
}
.rev-post {
	    font-size: 13px;
    font-weight: 600;
}
.pokazateli {
	width: 100%;
	margin-top: -25px;

}
.pokazateli-flex {
	display: flex;
    flex-flow: nowrap;
    color: #e06a00;
}
.pokazateli-flex-item {
	    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 70px;
}
.pokazateli-flex-item .num {
	font-size: 60px;
    font-weight: 600;
}
.pokazateli-flex-item .text {
	    font-size: 23px;
    width: 50%;
    text-align: center;

}


.result { 
width: 1000px;
    margin: 50px 0;
}

.result-title { 
font-size:38px;
font-weight: 600;

}

.full-width-flex {
	    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.result .result-subtitle { 
font-size:25px;
margin-top:30px;
}

.result-flex { 
margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	align-items: stretch;
}

.result-flex .result-flex-item { 
width: calc(33% - 10px);
    background: #F2F2F2;
    border-radius: 30px;
    flex-flow: column;
    padding: 20px 35px;
}

.result-flex .result-flex-item .num { 
font-size: 25px;
    font-weight: 600;
}

.result-flex .result-flex-item .text { 
    min-height: 65px;
    margin-top: 5px;
}


.case-form { 

}

.case-form-flex { 
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 35px auto;
}

.case-form-flex .case-form-flex-item { 
width:calc(50% - 20px);
}

.case-form-flex .case-form-flex-item .case-title { 
font-size: 38px;
    line-height: 38px;
    margin: 51px 0 30px;

}

.case-form-flex .case-form-flex-item .case-text { 

}
.case-form-flex form {
display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.case-form-flex form input {
padding: 10px;
    width: calc(50% - 8px);
    border: none;
    border-radius: 12px;
    margin-bottom: 16px;
	    color: #000 !important;
		background:#fff;
}
.input-file {cursor:pointer}

.case-form-flex form input.full-width,.case-form-flex textarea,.input-file {
	    width: 100% !important;
}
.case-form-flex form textarea {
	    border: none;
    border-radius: 12px;
	    color: #000 !important;
		padding:10px
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.input-file .file {
	color: black;
    display: block;
    margin-top: 11px;
    margin-top: 14px;
    position: relative;
    padding-left: 40px;
    font-weight: 600;
}
.input-file .file:before {
	content:'';
	background:url('/bitrix/templates/.default/components/bitrix/news/cases/images/tmpl/SVG.svg');
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 0;
	top:5px;
}
.input-file .file-info {color: black;
    display: block;
    font-size: 15px;

    position: relative;
    padding-left: 40px;}
.case-form button	
	{
		background: #fff;
    border: none;
    color: #e06a00 !important;
    border-radius: 12px;
    padding: 15px;
  
	}
	.case-form button + p {
		
		font-size: 14px;
    margin-left: 10px;
    color: #000 !important;
	}
	.case-form button + p a{
		

    color: #fff !important;
	}
	
	.button-flex {
		    display: flex;
    align-items: center;
    margin-top: 40px;

	}
	.button-flex  * {    flex-shrink: 0;}
		.button-flex  p {    flex-shrink: 1;}
		.case-detail + p {display:none}

.sostav-resheniya {
	display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 15px 0 0;
}
.sostav-resheniya > * {
	width: calc(50% - 10px);
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    padding: 15px 0;
}		

.sostav-resheniya > * img {
	width: 50px;
    margin-right: 15px;
}	
@media screen and  (max-width: 1024px) {
.case-detail h1 {
    font-size: 30px;
    line-height: 35px;
}

.base-block {
    margin: 30px 0;
}
.base-block.company {
    background: #F2F2F2;
    display: flex !important;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 15px 20px 15px;
}

	.pokazateli-flex {
	flex-flow: wrap;
	}
	.pokazateli-flex-item {
	width: 100%;
	}
	.result,.case-form-flex {
width: calc(100% - 30px);
        max-width: none;
        margin: 30px auto;
	}
	.result-flex,.case-form-flex,.base-block.company {
		flex-flow: wrap;
	}

	.case-form-flex .case-form-flex-item {
		width: calc(100% - 20px);
	}	
	.base-block-enlarged {
		display: flex !important;
		flex-flow: wrap;
		margin: auto;
		max-width: none !important;
		padding: 250px 0 10px;
		background: url(/bitrix/templates/.default/components/bitrix/news/cases/images/tmpl/женщина 1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right 25% top;
		margin: auto !important;
	}
	.rev-body {
		position: relative;
		background: rgb(0 0 0 / 70%);
		padding: 20px;
	}
	.rev-info {
    max-width: none;
    display: block;
    margin-top: 30px;
    padding-left: 0;
}
.base-block-enlarged > * {
    width: 90%;
    margin: auto;
}
.rev-info {
    max-width: none;
    display: block;
    margin-left: auto;
    padding: 20px;
    background: rgb(0 0 0 / 70%);
}
.base-block h2 {
    margin: 0 0 20px;
    font-size: 22px;
}
.result-title {
    font-size: 24px;
    font-weight: 600;
}
.result .result-subtitle {
    margin-top: 20px;
    font-size: 15px;
}
.pokazateli-flex-item .num {
    font-size: 35px;
    font-weight: 600;
}
.pokazateli-flex-item .text {
    font-size: 18px;
    width: 50%;
    text-align: center;
}
.button-flex {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-top: 40px;
}
.case-form button + p {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 20px;
    color: #000 !important;
}
.case-form-flex .case-form-flex-item .case-title {
    font-size: 25px;
    line-height: 29px;
    margin: 35px 0 20px;
}
}

@media screen and  (max-width: 640px) {
	.result-flex .result-flex-item,.case-form-flex .case-form-flex-item {
		width: 90%;
		margin: 0 auto 20px;
	}
	.case-form-flex form input {
	padding: 10px;
	width: 100%;
	border: none;
	border-radius: 12px;
	margin-bottom: 16px;
	color: #000 !important;
	}
	
.sostav-resheniya > * {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    padding: 15px 0;
}
.disc-line .result-flex-item .text {
	border-bottom: 1px solid;
}
}
@media screen and  (min-width: 640px) {
.disc-line .result-flex {
	border-bottom: 2px solid #000;
	        margin: 0;
}
}
.disc-line .result-flex-item {
	border-radius: 0;
    padding: 0;
	position:relative;
	background:none;
}
.disc-line .result-flex-item:before {
content: '';
    position: absolute;
    background: #E06A00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    bottom: -8px;
}
.disc-line .result-flex-item .num {
	display:none;
}


@media screen and  (min-width: 640px) {
.disc-line-custom {    width: 940px;}

.disc-line-custom .result-flex {
border:none;
flex-flow:wrap;
      justify-content: center;
        gap: 20px;
    margin-top: 20px;
padding: 35px;
    background: #e06a00;
    border-radius: 20px;
    color: #fff;
-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.31);

}

.disc-line-custom .result-flex-item:before {
content: '';
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    bottom: -8px;
left:calc(50% - 7px)
}

.disc-line-custom .result-flex-item {
    border-radius: 0;
    padding: 0;
    position: relative;
    background: none;
    text-align: center;
    border-bottom: 2px solid;
width: calc(33% - 20px);

}

.result-flex-item:before {
content:'';
}


.disc-line-custom-full-size {
width: 100%;
    background: url('https://www.daimlertruck.com/fileadmin/_processed_/3/5/csm_Rush_984c87cdc5.jpg');
    background-size: cover;
    background-position: center bottom;
    color: #fff;
}
.disc-line-custom-full-size > * {width: 940px;margin:auto !important;text-align: center;}
.disc-line-custom-full-size .result-flex {
flex-flow: wrap;
    text-align: center;
border-bottom:none !important;
border-bottom: none !important;
        gap: 20px;
}

.disc-line-custom-full-size .result-flex-item:before {
display:none
}

.disc-line-custom-full-size .text {    min-height: auto !important;}


.disc-line-custom-full-size .result-flex-item {
    min-height: 60px;
    display: flex;
    align-items: center;
width: calc(33% - 20px);
}

}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/newstyle.css?176234702712017*/
.form-group:has(input:not([required])) {display:none}
	/*Общие стили*/
	
	* {
		font-family: 'Roboto';
		font-weight: 400;
	}
	
	html,
	body {
		background: #fff !important;
	}
	
	.white {color:white}
	
	.case-line {
		position: relative;
		background: #fff;
	}
	
	.case-line p {
		line-height: 25px;
	}
	
	.cs-ttl {
		font-size: 35px;
		margin: 0;
		padding: 0;
		z-index: 2 !important;
	}
	
	.cs-ttl.small {
		font-size: 24px;
		margin-bottom: 30px
	}
	
	.wh {
		color: #fff;
	}
	
	.no-flex {display:block !important}
	
	.case-line__wrap:not(.al-cn) .cs-ttl {
		margin-top: 50px;
	}
	
	.case-line-left *,
	.case-line-right * {
		z-index: 1;
		position: relative;
	}
	
	.case-line__wrap {
		max-width: 940px;
		margin: auto;
		display: flex;
		gap: 30px;
	}
	
	.case-line__wrap.min-hg {
		min-height: 450px;
	}
	
	.case-line__wrap.al-cn {
		align-items: center;
	}
	
	.case-line-left {
		width: calc(50% - 50px);
	}
	
	.case-line-right {
		width: calc(50% + 50px);
	}
	
	.case-line-right__pd {
		padding: 50px 0 50px 50px;
	}
	
	.case-line-right__pd p + p {
		margin-top: 40px;
	}
	
	.case-line-left:before {
		content: '';
		display: block;
		width: calc(50% - 50px);
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
	
	.full-width {width:100% !important}

	/*Заголовок*/
	
	.case-title {
		background-size: cover;
		background-position: center;
	}
	
	.case-title .case-line-left:before {
		background: rgba(0, 0, 0, 0.5);
	}
	/*Описание*/
	
	.case-desc {
		background: #ECECEC;
	}
	
	.case-desc .case-line-left:before {
		background: #E0E0E0;
	}
	
	.case-desc .case-line-left img {
		position: absolute;
		top: 15px;
		height: calc(100% - 30px);
		left: 435px;
	}
	/*Проблематика*/
	
	.case-problem {
		background: #669CE7;
	}
	
	.case-problem .case-line-left:before {
		background: #4679C0;
	}
	
	.case-problem-icons {
		display: flex;
		flex-flow: column;
		gap: 40px;
		margin: 50px 0;
	}
	
	.case-problem-icons .item {}
	
	.case-problem-icons img {
		width: 140px;
		height: 140px;
		border-radius: 10px;
	}
	
	.problem-right-bg {
		position: absolute;
		margin-left: -110px;
		margin-top: 2px;
		max-width: 500px;
	}
	
	.case-problem-cnt-bl {
		color: #fff;
		display: flex;
		flex-flow: column;
		gap: 40px;
		margin-top: 140px;
		margin-left: 100px;
	}
	
	.case-problem-cnt-bl-item {
		height: 140px;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	
	.case-problem-ttl {
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	
	.case-problem-dsc {
		line-height: 22px;
	}
	/*Состав автопарка*/
	
	.case-park {
		background-size: cover;
		background-position: center;
	}
	
	.case-park .case-line-left:before {
		background: rgba(255, 255, 255, 0.8);
	}
	/*транспорт*/
	
	.case-tech-images {
		display: flex;
		gap: 20px;
		margin-top: 50px;
		flex-flow: wrap
	}
	
	.case-tech-images-item {}
	
	.case-tech-images-item img {
		width: 240px;
		height: 160px;
		object-fit: cover;
	}
	/*Карта ключевых локаций и климатических зон*/
	
	.case-map {
		background: #FEF4DC;
		margin-top: 50px;
	}
	
	.case-map .case-line-left img {
		position: absolute;
		top: calc(50% - 150px);
		height: 300px;
		left: 510px;
	}
	
	.case-map .case-line-left:before {
		background: #786890;
	}
	
	.case-map .case-line-right {}
	
	.case-map .case-line-right img {
		height: 300px;
	}
	
	.case-map .bg-img {
		width: calc(100% + 50px);
		margin-left: -17px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: #FEF4DC;
	}
	
	.case-comment .case-line-left:before {
		background: #C3B7A8;
	}
	
	.case-comment .case-line-left img {
		width: calc(100% + 13px);
		height: 575px;
		margin: 50px 0;
		object-fit: cover;
	}
	
	.case-comment .case-line-right {
		background-repeat: no-repeat;
		background-position: right 50px;
	}
	
	.case-comment .case-line-right__pd {
		margin-top: 125px;
	}
	
	.case-comment .case-line-right__pd p + p {
		margin-top: 20px;
	}
	.case-comment .case-line-right__pd * {
		font-style: italic;
	}
	.case-comment .case-line-right__pd ul {
		
	}
	.case-comment .case-line-right__pd ul li,.classic-list li {
		list-style: disc !important;
		margin: 10px 0 10px 30px;
		line-height: 24px;		
	}
	
	.case-solution {
		background: #AACB90;
		overflow: hidden;
	}
	
	.case-solution .case-chess {
		display: flex;
		flex-flow: wrap;
		margin-left: 100px;
	}
	
	.case-solution .case-chess-item {
		width: 50%;
		position: static;
		z-index: revert-layer;
		min-height: 188px;
	}
	
	.case-solution .case-chess-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.case-solution .bg-gray:before {
		content: '';
		background: #E9E9E9;
		height: 100%;
		width: 100vw;
		display: block;
		position: absolute;
		left: -116px;
	}
	
	.case-device {
		margin: 50px;
	}
	
	.device-flex {
		display: flex;
		gap: 20px;
		justify-content: space-around;
		flex-flow: wrap;
	}
	
	.device-flex-item {
		background: #E9E9E9;
		padding: 30px 20px;
	}
	
	.device-flex-3 .device-flex-item {
		width: calc(33.333% - 15px);
	}
	
	.device-flex-4 .device-flex-item {
		width: calc(25% - 20px);
	}
	
	.device-flex-img {
		display: flex;
		margin-bottom: 20px;
		gap: 10px;
		justify-content: center;
	}
	
	.device-flex-img img {
		width: 70px;
		height: 70px;
		object-fit: contain;
	}
	
	.device-flex-item p {
		line-height: 16px;
	}
	
	.device-flex-green {
		gap: 10px;
	}
	
	.device-flex-green .device-flex-item {
		background: #E6F4DB;
		width: calc(33.333% - 7px);
	}
	
	.device-title {
		font-size: 22px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.device-title.left {
		text-align: left;
	}
	
	.device-flex-green ul {
		padding-left: 30px;
	}
	
	.device-flex-green ul + .device-title {
		margin-top: 30px
	}
	
	.device-flex-green ul li {
		list-style: disc;
		line-height: 26px;
	}

	/*Сроки*/
	
	.case-deadlines {
		background-size: 380px;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.case-deadlines .case-line-left:before {
		background: #fff;
	}
	
	.cs-ttl.braun {
		background: #CBB690;
		width: calc(100% + 28px);
		margin-top: 0px !important;
		text-align: center;
		padding: 30px 0;
	}
	
	.cs-ttl.braun:before {
		content: '';
		background: #CBB690;
		display: block;
		width: 1000vw;
		height: 100%;
		position: absolute;
		right: 100%;
		top: 0;
	}
	
	.big-num-block {
		height: calc(100% - 100px);
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.big-num p {
		font-size: 200px !important;
		font-weight: 600;
		line-height: 200px;
	}
	
	.big-num span {
		font-size: 24px !important;
		font-weight: 600;
	}

	.no-bg {background:none}
	.case-graph {
		text-align: center;
	}
	
	/*Диаграммы*/

	.case-graph .device-flex-item img {width: 180px;margin-bottom: 40px;transition: transform 0.3s ease;}
	.case-graph .device-flex-item img:hover {transform: scale(1.2);}
	.case-graph .device-flex-item p {line-height: 20px;}
	.case-graph .device-flex-item b {font-size:18px;margin-bottom:30px;display:block}

.case-form .case-line__wrap {
	flex-flow: column;
	margin: 100px auto 200px
}
.case-form .cs-ttl {font-weight: 600;}

	/* Стили для формы */
  .case-form-block {margin:auto}
  .citypoint-form {
    margin-top: 30px;
    width: 742px;
  }
  
  .citypoint-form .form-group {
    margin-bottom: 30px;
  }
  
  .citypoint-form input {
    width: 100%;
    width: 100%;
    height: 57px;
    border: 1px solid #C4C4C4;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #000;
  }
  
  .citypoint-form input::placeholder {
    color: #B3B3B3;
  }
  
  .citypoint-form input:focus {
    outline: none;
    border: 1px solid #004B84;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  }
  
  .citypoint-form button {
    width: 419px;
    height: 71px;
    background-color: #8ABFAE;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 60px auto 0;
  }
  
  .citypoint-form button:hover {
    transform: scale(1.05);
    background-color: #7aac9b;
  }
  
  /* Адаптивность для мобильных устройств */
  @media (max-width: 768px) {
    .citypoint-form button {
      width: 100%;
      max-width: 419px;
    }
  }
  
  @media (max-width: 1024px) {
h1,h2,h3,h4,h5,h6 {margin: 0 !important;padding: 20px 0 !important;}  
h1 {
     font-size: 26px !important;
}
h2 {
     font-size: 23px !important;
}

.device-title {
    font-size: 21px;
}

	  *{max-width:100%}
	  .case-line__wrap {flex-flow:column;padding: 0 10px;gap: 15px;}
	  .case-line__wrap.min-hg {min-height: auto;}
	  .case-line-left,.case-line-right,.case-line-left:before,.case-line-right:before {width:100%;padding: 0 !important;}
.case-line {
    padding-bottom: 20px;
}
.case-desc .case-line-left img,.problem-right-bg,.case-map .case-line-left img {display:none}
.case-line-right__pd,.case-problem-cnt-bl,.case-device,.case-tech-images {margin:0;padding:0}
.device-flex-item {width:100% !important;}
.case-line-right__pd p + p {
    margin-top: 20px;
}

.case-tech-images {
    gap: 10px;
    margin-top: 0;
    flex-flow: wrap;
    justify-content: space-around;
}

.case-tech-images-item {
    width: calc(50% - 10px);
}
.case-tech-images-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.case-comment .case-line-left img {
    width: 100%;
    height: auto;
    margin: 20px 0;
    object-fit: cover;
}
.case-comment .case-line-right__pd {
    margin-top: 0;
}

.case-solution .case-line-right {display:none}
 
.case-map .bg-img {
    margin-left: 0;
}


.case-problem-cnt-bl > *:before {
        content: '';
        display: block;
        width: 140px;
        height: 140px;
        background-size: cover !important;
        border-radius: 10px;
        margin: 20px 0;
		-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.case-problem-cnt-bl > *:nth-child(1):before {
	background: url('/upload/resize_cache/webp/cases/images/img92.webp');

}
.case-problem-cnt-bl > *:nth-child(2):before {
	background: url('/upload/resize_cache/webp/cases/images/img100.webp');

}
.case-problem-cnt-bl > *:nth-child(3):before {
	background: url('/upload/resize_cache/webp/cases/images/img104.webp');

}
.case-problem-cnt-bl > *:nth-child(4):before {
	background: url('/upload/resize_cache/webp/cases/images/img116.webp');

}
.case-problem .case-line-left {display:none}
.case-problem-cnt-bl-item {
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        max-width: 320px;
        margin: auto;
        text-align: center;
}
 }


.device-flex-item.no-bg:has([src="/upload/resize_cache/webp/cases/images/converted-image.webp"]) {position:relative}
.device-flex-item.no-bg:has([src="/upload/resize_cache/webp/cases/images/converted-image.webp"]):before {
	content:attr(data-attr);
	position:absolute;
	color:rgba(242, 108, 109, 1);
font-weight: 700;
font-size: 32px;
    left: calc(50% - 36px);
    top: 90px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?176206320911300 */
/* /bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/newstyle.css?176234702712017 */
