.contacty {
	width:100%;
}
.contacty h1 {width:100%;text-align:left; margin-bottom:40px; margin-top:10px;}
.contacty_blocks {
	margin-bottom:120px;
	gap:40px;
}
.contacty_left {
	width:calc(50% - 20px); padding:40px;
	border:1px solid #FDE910;
}
.contacty_right {
	width:calc(50% - 20px); padding:10px;
	border:1px solid #FDE910;
}
.con_adress {
	margin-top:40px;
	font-size:16px;
	color:#111;
}
.con_grafik {
	margin-top:5px;
	font-size:14px;
	color:#111;	
}
.con_phone {
	margin-top:40px;
	font-size:22px;
	color:#111;
	text-decoration:none;
}
.con_phone:hover {text-decoration:none;}
.con_email {
	margin-top:5px;
	font-size:16px;
	color:#111;
	text-decoration:none;
}
.con_email:hover {text-decoration:none;}

.con_rekvizity {
	margin-top:40px;
	font-size:14px;
	color:#888;
	max-width:300px;
}
@media only screen and (max-width:1100px) {
	.contacty_left {
		padding:40px 20px;
	}
}
@media only screen and (max-width:1000px) {
	.contacty_blocks {gap:20px;}
	.contacty_left {
		width:100%;
	}
	.contacty_right {
		width:100%; min-height:400px;
	}
}
@media only screen and (max-width:720px) {
	.contacty h1 {margin-bottom:20px; margin-top:0;}
	.con_rekvizity, .con_phone, .con_adress {margin-top:20px;}
}