@media screen and (min-width: 768px) and (max-width: 1534px) {
	.maintenance .content .logo img {
		height: 171.829px;
	}
	.maintenance .content h1 {
		font-size: 44px;
		margin: 0 0 16px 0;
	}
	.maintenance .content .description {
		font-size: 18px;
	}
	.maintenance .content .contacts {
		padding: 22px 0;
		width: 384px;
	}
	.maintenance .content .contacts ul li {
		min-height: 26px;
	    padding: 0 0 0 38px;
	}
	.maintenance .content .contacts ul li.phone {
		background: url(../images/phone.svg) no-repeat center left;
		background-size: 26px;
	}
	.maintenance .content .contacts ul li.location {
		background: url(../images/location.svg) no-repeat center left;
		background-size: 26px;
	}
	.maintenance .content .contacts ul li a {
		font-size: 14px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.maintenance .content .logo {
	    text-align: center;
	    margin: 0 0 40px 0;
	}
	.maintenance .content .logo img {
		height: 120px;
	}
	.maintenance .content h1 {
		font-size: 24px;
		margin: 0 0 0 0;
		line-height: 52.483px;
		white-space: nowrap;
	}
	.maintenance .content .description {
		font-size: 11px;
		margin: 0 0 20px 0;
	}
	.maintenance .content .description > p:not(:last-child) {
		margin: 0 0 12px 0;
	}
	.maintenance .content .contacts {
		width: 136px;
		border: none;
	}
	.maintenance .content .contacts ul {
		display: block;
	}
	.maintenance .content .contacts ul li {
		min-height: 20px;
	    width: 100%;
	}
	.maintenance .content .contacts ul li.phone {
		border-top: 1px solid rgba(255, 255, 255, 0.20);
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		background: url(../images/phone.svg) no-repeat center left;
		background-size: 20px;
		padding: 10px 0 10px 31px;
	}
	.maintenance .content .contacts ul li.location {
		background: url(../images/location.svg) no-repeat center left;
		background-size: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		padding: 6px 0 7px 31px;
	}
	.maintenance .content .contacts ul li a {
		font-size: 10px;
	}
}