.grid {
	position: absolute;
	z-index: 0;
	top: -30px;
	left: -30px;
	width: 105%;
	height: 105%;
	pointer-events: none;
	background: url("../media/grid.svg");
}

.contacts {
	padding-top: 210px;
	background-color: #161a20;
}

.contacts .container {
	display: flex;
	align-items: center;
	display: flex;
	padding-right: 80px;
	padding-left: 12px;
	padding-bottom: 64spx;
	transition: 0.5s ease;
}



@media all and (max-width: 1400px) {

.grid {
	background-size: 22%;
}

}



@media all and (max-width: 1000px) {

.contacts  {
	padding-top: 64px;
	height: 540px !important;
}

}


@media all and (max-width: 700px) {

.contacts  {
	padding-top: 48px;
	height: 480px !important;
}

}
