@media all and (min-width:768px){
	/* services */
	h2{
		font-size: 1.8rem;
		margin-left: 64px;
	}
	.services-list li{
		margin-bottom: 10px;
	}
	.title-text{
		font-size: 1.8rem;
	}
	.service-text{
		font-size: 1.6rem;
	}
	.list-img{
		width: 55px;
		height: 55px;
	}
	.service-title{
		width: calc(100% - 65px);
		height: 55px;
	}
	.services-list i{
		width: 30px;
		height: 33px;
		background-size: 190px auto;
	}
	.icon-paper{
		background-position: 3px 0;
	}
	.icon-monitor{
		background-position: -33px 4px;
	}
	.icon-keyboard{
		background-position: -68px 0;
	}
	.icon-mic {
		background-position: -106px 3px;
	}
	.icon-info{
		background-position: -142px 4px;
	}
	.icon-chat{
		background-position: 0 -41px;
	}
	/* error-page starts */
	.back-arrow{
		display: block;
	}
	/* error-msg */
	/* header */
	.header{
		justify-content:flex-start;
		padding-left: 15px;
		padding-right: 15px;
	}
	.hamburger{
		display: none;
	}
	.logo-error{
		width: 27px;
	}
	.menu{
		top: 0;
		right: 15px;
		left: auto;
		width: 100px;
		background-color: #fff;
		text-align: right;
		height: 54px;
	}
	.menu a{
		color: #002441;
		text-align: right;
		padding-right: 5px;
		padding-left: 5px;
		display: inline-block;
	}
	.menu a:hover{
		background-color: #002441;
		color: #fff;
	}
	.error-msg .container{
		padding: 30px 15px 30px;
	}
	.search-form{
		display: flex;
	}
}
@media all and (min-width:992px){
	.banner-error{
		min-height: 104px;
		padding-top: 37px;
	}
	.banner-error p{
		font-size: 2rem;
	}
	
}
@media all and (min-width:1024px){
	body{
		background: url(../images/bg-desk.jpg) center top no-repeat;
		background-size: cover;
	}
	.content-wrap{
		display: flex;
		min-height: 100vh;
	}
	/* banner */
	.banner{
		width: 50%;		
		background: url(../images/banner-mob.jpg) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.banner-brand{
		width: 275px;
		top: 66px;
	}
	.logo{
		width: 240px;
		bottom: 70px;
	}
	/* services */
	.services{
		padding-top: 20px;
	}
	.services-list li{
		margin-bottom: 20px;
	}
	.services{
		width: 50%;
	}
	.service-title{
		height: 70px;
		width: calc(100% - 96px);
	}
	.list-img{
		height: 70px;
		width: 80px;
	}
	h2{
		font-size: 2.2rem;
		margin-left: 94px;
		margin-bottom: 20px;
	}
	.title-text{
		font-size: 2.2rem;
	}
}
@media all and (min-width:1400px){
	/* banner */
	.banner-brand{
		width: 275px;
		top: 76px;
	}
	.logo{
		width: 275px;
		bottom: 40px;
	}
	/* services */
	h2{
		font-size: 3rem;
		margin-left: 114px;
	}
	.list-img{
		width: 100px;
		height: 90px;
	}
	.service-title{
		height: 90px;
		width: calc(100% - 116px);
		padding-left: 19px;
	}
	.title-text{
		font-size: 3rem;		
	}
	.service-text{
		font-size: 2rem;
		padding-left: 19px;
	}
	.services{
		padding-bottom: 40px;
	}
	.services-list i{
		width: 55px;
		height: 70px;
		background-size: 355px auto;
	}
	.icon-paper{
		background-position: 3px 5px;
	}
	.icon-monitor{
		background-position: -62px 10px;
	}
	.icon-keyboard{
		background-position: -127px 4px;
	}
	.icon-mic{
		background-position: -199px 9px;
	}
	.icon-info{
		background-position: -265px 10px;
	}
	.icon-chat{
		background-position: 0 -72px;
	}
	/* error-page starts */
	.header{
		padding-left: 35px;
	}
	.logo-error{
		margin-right: 45px;
	}
	.search{
		margin-right: 20px;
	}
	.down-menu{
		margin-right: 20px;
	}
	.menu{
		right: 30px;
	}
}
@media all and (min-width:1700px){
	/* banner */
	.banner-brand{
		width: 400px;
		top: 131px;
	}
	.logo{
		width: 300px;
		bottom: 113px;
	}
	/* services */
	.services{
		padding: 37px 46px 115px 50px;
	}
	h2{
		font-size: 4.2rem;
		margin-left: 159px;
		margin-bottom: 44px;
	}
	.title-text{
		font-size: 4.2rem;		
	}
	.service-text{
		font-size: 3rem;
		padding: 0 47px 0 20px;
	}
	.service-text br{
		display: block;
	}
	.list-img{
		height: 120px;
		width: 141px;
	}
	.services-list li {
		margin-bottom: 23px;
	}
	.services-list i{
		-webkit-background-size: 500px auto;
		background-size: 500px auto;
		height: 86px;
		width: 66px;
	}
	.service-title{
		height: 120px;
		width: calc(100% - 160px);
		padding-left: 24px;
	}
	.icon-paper{
		background-position: 0 0;
	}
	.icon-monitor{
		background-position: -95px 8px;
		width: 60px;
	}
	.services-list .icon-keyboard{
		background-position: -178px 3px;
		width: 77px;
	}
	.services-list .icon-mic{
		background-position: -286px 0;
		width: 66px;
		height: 70px;
	}
	.services-list .icon-info{
		background-position: -380px 0;
		height: 64px;
		width: 64px;
	}
	.services-list .icon-chat{
		height: 67px;
		width: 79px;
		background-position: 0 -120px;
	}
}
@media all and (min-width:1800px){
	/* banner */
	.banner-brand{
		width: 478px;
		top: 131px;
		right: 100px;
	}
	.logo{
		width: 365px;
		right: 121px;
		bottom: 118px;
	}
}
