

/* Start:/local/components/bratko/contacts/templates/.default/style.css?17531000871291*/
.contacts .boxes{
	gap: 20px;
	margin-bottom: 80px;
}
.contacts .boxes .box{
	background-color: #FFFFFF;
	width: 280px;
	height: 160px;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.contacts .boxes .box .head{
	font-size: 12px;
	color: #808080;
	line-height: 135%;
}
.contacts .boxes .box .foot{
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
}
.contacts .map{
	height: 600px;
	border-radius: 16px;
	overflow: hidden;
}
.requisites-write{
	display: none;
}
@media (max-width: 1220px) {
	.contacts .boxes{
		flex-wrap: wrap;
	}
	.contacts .boxes .box{
		width: 50%;
		flex-basis: calc((100% / 2) - 1rem);
	}
}
@media (max-width: 767px) {
	.contacts .boxes{
		margin-bottom: 48px;
	}
	.flexbox-contacts-pagetitle .box-right{
		display: none!important;
	}
	.contacts .boxes .box{
		width: 100%;
		flex-basis: auto;
	}
	.requisites-write{
		display: flex;
		align-items: center;
		gap: 20px;
		margin-bottom: 48px;
	}
	.requisites-write .requisites a{
		font-size: 12px;
		color: #0466C8;
	}
	.requisites-write .requisites a:hover{
		text-decoration: underline;
	}
	.requisites-write .button{
		width: 141px;
		height: 32px;
		padding: 8px 20px;
		font-size: 12px;
		border-radius: 4px;
	}
}
/* End */
/* /local/components/bratko/contacts/templates/.default/style.css?17531000871291 */
