/* for 640px */
@media only screen and (max-width: 980px) {
	.center{
		width:640px;
		padding: 0 15px;
	}
	.logo-block {
		width: 380px;
		margin: 0 auto 30px;
		display: block;
	}
	.banner-content-list-services .item {
		display: block;
		margin: 0 auto 50px;
		width: 100%;
	}
	.banner {
		background-size: cover !important;
		height: 1000px;
	}
	.banner-content-list-services .item:last-child {
		margin: 0 auto 25px;
	}
	.banner-content-list-services .item-text {
		/* display: none; */
		width: 100%;
	}
	.full-services-title {
		font-size: 28px;
	}
	.full-services-subtitle {
		font-size: 17px;
	}
	.contact-info-bg {
		width: 640px;
	}
	.banner-content-list-services .item-image {
		width: 210px;
		height: 151px;
		float: left;
	}

	.banner-content-list-services .item-info {
		float: left;
		width: 400px;
		background: url(/images/black-35.png);
		height: 151px;
		overflow: hidden;
		border: 1px solid #797979;
		padding: 20px;
	}

	.banner-content-list-services .item:first-child .item-name {
		padding: 0;
	}

	.banner-content-list-services .item-name {
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 24px;
		height: 44px;
	}

}