.case-freshstep {}

.case-freshstep-wellcome {
	padding: 80px 0 150px;
	background: #e6f3fd url('/images/portfolio/freshstep/bg-case-freshstep-wellcome.jpg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.case-freshstep-wellcome p {
	font-size: 48px;
	line-height: 52px;
    font-family: 'osl';
	color: #3b7b9e;
	text-align: center;
	margin: 0;
	padding: 0;
}
.case-freshstep-wellcome img {
	display: block;
	margin: 0 auto 25px auto;
}
.case-freshstep-task {
	padding: 105px 0;
	position: relative;
	background: #2698d9 url('/images/portfolio/freshstep/bg-case-freshstep-task.jpg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.case-freshstep-task p {
	color: #fff!important;
}
.case-freshstep-task::after {
	content: '';
	position: absolute;
	right: 50%;
	bottom: -63px;
	margin-right: 197px;
	width: 583px;
	height: 731px;
	background: url('/images/portfolio/freshstep/img-case-freshstep-task-content.png') 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.case-freshstep-task-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 48px;
    font-family: 'osl';
	color: #fff;
}
.case-freshstep-task-body {
	max-width: 456px;
	font-size: 18px;
	line-height: 24px;
    font-family: 'osl';
	margin: 0 auto 30px auto;
}
.case-freshstep-img {
	height: 85px;
	margin-bottom: 15px;
}
.case-freshstep-img img {
	display: block;
	max-width: 100%;
}
.case-freshstep-mgz {
	font-size: 14px;
    font-family: 'osl';
}
.case-freshstep-mgz p {
	margin: 0;
	padding: 0;
}
.case-freshstep-mgz span {
	display: block;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 5px;
    font-family: 'oseb';
}

.case-freshstep-design img {
	display: block;
	margin: 40px 0 0 0;
	max-width: 100%;
}

.case-freshstep-adaptiv {
	padding-bottom: 2420px !important;
	background: #fff url('/images/portfolio/freshstep/bg-case-freshstep-adaptiv.jpg') 50% 100% no-repeat;
}

.case-freshstep-mobile {
	background: #3c95d1 url('/images/portfolio/freshstep/bg-case-freshstep-mobile.jpg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.case-freshstep-mobile .page-title,
.case-freshstep-mobile .text-preview {
	color: #fff;
}
.case-freshstep-mobile img {
	display: block;
	margin: 40px auto 0 auto;
	max-width: 100%;
}

@media (max-width: 1299px) {}
@media (max-width: 1199px) {
	.case-freshstep-wellcome {
		padding: 70px 0 100px 0;
	}
	.case-freshstep-wellcome p {
		font-size: 32px;
		line-height: 36px;
	}
	.case-freshstep-wellcome img {
		width: 180px;
	}

	.case-freshstep-task {
		padding: 70px 0;
	}
	.case-freshstep-task-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.case-freshstep-task::after {
		width: 430px;
		height: 539px;
		margin-right: 125px;
		bottom: -40px;
	}
	.case-freshstep-mgz span {
		font-size: 34px;
	}
	.case-freshstep-task-body {
		font-size: 16px;
		line-height: 22px;
	}
	.case-freshstep-mgz {
		font-size: 12px;
	}

	.case-freshstep-adaptiv {
		padding-bottom: 1641px !important;
		-webkit-background-size: 1300px auto;
		background-size: 1300px auto;
	}
}
@media (max-width: 992px) {
	.case-freshstep-task {
		padding: 45px 0;
	}
	.case-freshstep-task-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.case-freshstep-task::after {
		width: 340px;
		height: 427px;
		margin-right: 115px;
		bottom: -25px;
	}
	.case-freshstep-mgz span {
		font-size: 26px;
	}
	.case-freshstep-task-body {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.case-freshstep-adaptiv {
		padding-bottom: 1250px;
		-webkit-background-size: 992px auto;
		background-size: 992px auto;
	}
}
@media (max-width: 767px) {
	.case-freshstep-wellcome {
		padding: 45px 0 45px 0;
	}
	.case-freshstep-wellcome p {
		font-size: 24px;
		line-height: 28px;
	}
	.case-freshstep-wellcome img {
		width: 120px;
		margin-bottom: 10px;
	}

	.case-freshstep-task {
		padding: 20px 0 256px 0;
	}
	.case-freshstep-task-title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.case-freshstep-task::after {
		width: 220px;
		height: 276px;
		margin-right: -110px;
		bottom: -15px;
	}
	.case-freshstep-mgz span {
		font-size: 26px;
	}
	.case-freshstep-task-body {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.case-freshstep-adaptiv {
		padding-bottom: 955px !important;
		-webkit-background-size: 768px auto;
		background-size: 768px auto;
	}
}