

/* Start:/bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?174538347911300*/
.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 */
/* /bitrix/templates/.default/components/bitrix/news/cases/bitrix/news.detail/.default/style.css?174538347911300 */
