#kontaktyi
{
	background-image: url(/uploads/map.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index:1;
	margin-top:-65px;
	margin-bottom:-100px;
}

#kontaktyi .itemtext.single
{
	padding-top: 65px;
}

#kontaktyi .itemspreds
{
	padding-bottom: 100px;
	overflow-x: hidden;
}

.itempred, 
.mainoffice
{
	display: inline-block;
	margin: 5px;

/* or 144% */
	background: rgba(255, 255, 255, 0.2);
/* d */

	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	width: 570px;
	height: 116px;
	padding: 8px;
}

.mainoffice
{
	display: block;
	width: 99%;
	background: #fff;
}

.mainoffice .title
{
	display: inline-block;
	width: 33%;
	padding-top: 25px;
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 47px;
text-align: center;
text-transform: uppercase;

color: #D9AB6E;
}

.mainoffice .address
{
	display: inline-block;
	width: 66%;

font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
	padding: 12px 10px 0px;

/* 2 */

color: #484848;

background: #FFFFFF;
border: 1px solid #FFFFFF;
/* d */

box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
border-radius: 10px;

}


.itempred>div,
.mainoffice div.address
{
	width:100%;
	height: 100%;

font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
	padding: 12px 10px 0px;

/* 2 */

color: #484848;
background: #FFFFFF;
border: 1px solid #FFFFFF;
/* d */

box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.09);
border-radius: 10px;
}

.mainoffice div.address
{
	width: 66%;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

.mainoffice div.address a
{
	color: inherit;
	text-decoration: none;
}

.itempred div p
{
	margin: 0px;
	padding: 0px;
}


@media (max-width: 767px) {

	.itempred, 
	.mainoffice
	{
		width: 99%;
		display:block;
		height: auto;
	}
	.mainoffice div.title,
	.mainoffice div.address
	{
		width: 99%;
		display:block;
	}	
	.mainoffice
	{
		height: auto;
	}
}