.case__topbanner{
	padding: 50px 400px 50px 50px;
	background: #C83B3B;
	border-radius: 10px;
}
.case__topbanner:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 205px;
	background: #333;
	height: 100%;
	border-radius: 0 10px 10px 0;
	z-index: 100;
}
.case__topbanner:after{
	content: "";
	display: block;
	width: 360px;
	height: 360px;
	background: url("../img/case_specbeton-top2.png") no-repeat 50% 50%;
	background-size: 100%;
	top: 50%;
	right: 30px;
	z-index: 200;
	position: absolute;
	transform: translate(0, -50%);
}
.case__topbanner-title{
	font-size: 36px;
	color: #fff;
	margin: 0 0 30px 0;
}
.case__topbanner-text{
	color: rgba(255,255,255,.85);
	margin-bottom: 60px;
	font-size: 20px;
}
.case__topbanner-bottom{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.case__topbanner-bottom > div:nth-child(2){
	margin-left: 30px;
}
.case__topbanner-bottom img{
	padding: 12px;
	border-radius: 4px;
	background: #fff;
	width: 110px;
}
.case__topbanner-bottom a{
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,.4);
	font-size: 20px;
}
.case__topbanner-info{
	color: #fff;

}
.case__topbanner-info ~ .case__topbanner-info{
	margin-top: 15px;
}
.case__topbanner-info span{
	font-weight: 600;
}
.case__works{
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
.case__works > div{
	width: 32%;
}
.case__works-item{
	border-radius: 10px;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
	color: #0b0003;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	font-family: "Montserrat","PTSans","Arial",sans-serif;
	box-shadow: 0px 10px 20px 0 rgba(230,232,239,.15);
}
.case__target{
	margin: 100px 0;
}
.case__target-title,
.case__osob-title,
.case__history-title,
.case__itog-title{
	font-family: "Montserrat","PTSans","Arial",sans-serif;
	font-size: 40px;
	margin: 0 0 30px 0;
}
.case__target-wrap{
	display: flex;
	flex-wrap: wrap;
}
.case__target-wrap > div{
	width: 48%;
	margin-bottom: 40px;
}
.case__target-item{
	display: flex;
	align-items: center;
}
.case__target-item-icon{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 0px 10px 35px 1px rgba(118,118,118,.15);
}
.case__target-item-icon1{
	background: #fff url("../img/icon_case-target1.svg") no-repeat 50% 50%;
	background-size: 40px;
}
.case__target-item-icon2{
	background: #fff url("../img/icon_case-target2.svg") no-repeat 50% 50%;
	background-size: 40px;
}
.case__target-item-icon3{
	background: #fff url("../img/icon_case-target3.svg") no-repeat 50% 50%;
	background-size: 40px;
}
.case__target-item-icon4{
	background: #fff url("../img/icon_case-target4.svg") no-repeat 50% 50%;
	background-size: 40px;
}
.case__target-item-text{
	font-size: 20px;
	width: calc(100% - 100px);
}
.case__osob{
	margin-bottom: 100px;
}
.case__osob-list{
	list-style: none;
	margin-top: 20px;
}
.case__osob-list li{
	background: url("/tpl/img/icon_servtext__why-item-list.svg") no-repeat 0 4px;
    background-size: 16px;
	padding-left: 26px;
	margin: 0 0 15px 0;
	font-size: 18px;
}
.case__quote{
	border-radius: 10px;
	padding: 30px 90px 30px 30px;
	background: #fff url("../img/icon_case-quote.svg") no-repeat right 30px top 30px;
	background-size: 40px;
	box-shadow: 0px 10px 20px 0 rgba(230,232,239,.15);
}
.case__quote-text{
	font-size: 18px;
	line-height: 26px;
}
.case__quote-text p{
	margin: 0 0 15px 0;
}
.case__quote-text ul{
	margin-bottom: 20px;
	font-size: 16px;
}
.case__quote-text ul li{
	margin: 10px 0;
}
.case__quote-name{
	margin-top: 20px;
	font-style: italic;
	color: #9aa6b2;
}
.case__history{
	margin: 100px 0;
}
.case__history-block{
	margin-bottom: 60px;
	padding-bottom: 60px;
    border-bottom: 1px solid #e2e2e2;
}
.case__history-date{
	font-family: "Montserrat","PTSans","Arial",sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
	color: #9aa6b2;
}
.case__history-text{
	margin-bottom: 30px;
	font-size: 18px;
}
.case__history-text:last-child{
	margin-bottom: 0;
}
.case__history-text span{
	font-weight: bold;
	color: #606468;
}
.case__history-text p{
	margin-bottom: 10px;
}
.case__history-text2{
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 15px;
	font-family: "Montserrat","PTSans","Arial",sans-serif;
}
.case__history-text2 span{
	font-weight: bold;
	color: #606468;
}
.case__history-wrap{
	display: flex;
	align-items: center;
}
.case__history-wrap > div:first-child{
	width: 80%;
}
.case__history-wrap > div:last-child{
	width: 18%;
}
.case__history-img2 img{
	max-width: 100%;
	border-radius: 50%;
}
.case__quote-img img{
	max-width: 100%;
}
.case__table{
	margin-bottom: 40px;
	background: #fff;
	text-align: center;
}
.case__table td{
	padding: 10px 15px;
}
.case__table td:first-child{
	text-align: left;
}

img{
	max-width: 100%;
}

@media all and (max-width: 1100px){
	.case__topbanner:after{
		width: 280px;
	}
	.case__topbanner{
		padding: 50px 330px 50px 50px;
	}
	.case__topbanner-title{
		font-size: 26px;
	}
	.case__topbanner-text{
		font-size: 16px;
	}
}

@media all and (min-width: 900px) and (max-width: 1100px){
	.case__works-item{
		font-size: 18px;
		line-height: 26px;
	}
}

@media all and (max-width: 900px){
	.case__works{
		flex-wrap: wrap;
	}
	.case__works > div{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.case__topbanner{
		padding: 40px;
	}
	.case__topbanner:before,
	.case__topbanner:after{
		display: none;
	}
	.case__topbanner-title{
		font-size: 30px;
	}
	.case__target-wrap > div{
		width: 100%;
	}
}

@media all and (max-width: 600px){
	.case__topbanner{
		padding: 30px;
	}
	.case__topbanner-title{
		font-size: 24px;
	}
	.case__topbanner-text{
		font-size: 16px;
	}
	.case__topbanner-bottom{
		flex-wrap: wrap;
	}
	.case__topbanner-bottom > div:nth-child(2){
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.case__target{
		margin: 70px 0;
	}
	.case__history-wrap{
		flex-wrap: wrap;
	}
	.case__history-wrap > div:first-child,
	.case__history-wrap > div:last-child{
		width: 100%;
	}
	.case__history-wrap > div:last-child{
		margin-top: 30px;
	}
	.case__quote-img{
		margin: 20px 0;
	}
}