@font-face {
	font-family: 'PFDasGroteskPro';
	src: url('fonts/PFDasGroteskPro-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/PFDasGroteskPro-Medium.otf') format('opentype'),
		 url('fonts/PFDasGroteskPro-Medium.woff') format('woff'),
		 url('fonts/PFDasGroteskPro-Medium.ttf') format('truetype'),
		 url('fonts/PFDasGroteskPro-Medium.svg#PFDasGroteskPro-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: 'PFDasGroteskPro';
	color: #353535;
	margin: 0;
	padding: 0;
	background: url('img/stone_bg.png') no-repeat center center;
	background-size: cover;
	min-height: 100%;
	min-width: 100%;
	font-size: 17px;
}
body {
	margin: 0;
	padding: 0;
}
a {
	color: #353535;
	text-decoration: none;
}
.overlay {
	position: fixed;
	background: url('img/ellipse_bg.png') no-repeat center center;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}
.wp-block {
	margin: 20% auto 0 auto;
	max-width: 1800px;
	position: relative;
	z-index: 5;
	padding: 0 25px;
}
.block {
	margin-top: -300px;
	width: 100%;
}
.logo {
	position: relative;
	background: url('img/logo.png') no-repeat center center / 100% auto;
	width: 200px;
	height: 250px;
	width: 160px;
	margin: 0 auto -100px auto;
}
.two-columns {
	width: 100%;
	display: flex;
    margin-right: -10px;
    margin-left: -10px;
}
.two-columns .column {
	width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
}
.column span {
	font-size: 30px;
	text-align: center;
	display: block;
	position: relative;
	margin: 13px 0 0 0;
}
.column span a {
	border-bottom: 1px solid;
}
.column span a:hover {
	border-bottom: none;
}
.column img {
	max-width: 400px;
    width: 80%;
	background: url('img/img_bg.png') no-repeat center center / 100% 100%;
}
.column img:hover {
	background: url('img/img_bg_hover.png') no-repeat center center / 100% 100%;
}
ul.contacts {
	list-style: none;
	padding: 0 0 0 80px;
	margin: 40px auto 0 auto;
	display: block;
	text-align: left;
	width: 320px;
}
ul.contacts li {
	margin: 0 0 13px 0;
	padding: 0;
}
ul.contacts a {
	padding: 5px 0 5px 40px;
}
a.email {
	background: url('img/icon-email.png') no-repeat 4px center / auto 32px;
}
a.phone {
	background: url('img/icon-phone.png') no-repeat 5px center / auto 30px;
}
a.skype {
	background: url('img/icon-skype.png') no-repeat 5px center / auto 32px;
}

/* @media */

@media screen and (max-width: 1600px){
	.wp-block {
		margin-top: 0;
	}
	.block {
		margin-top: 0;
	}
	.logo {
		width: 120px;
		height: 220px;
	}
}
/*@media screen and (max-width: 1200px){
	.logo {
		margin-bottom: -40px;
	}
}*/
@media screen and (max-height: 901px){
	.column img {
		max-width: 350px;
	}
	.column span {
		font-size: 26px;
	}
	.logo {
		margin-bottom: -130px;
	}
}
@media screen and (max-width: 1025px){
	.two-columns {
		flex-wrap: wrap;
	}
	.two-columns .column {
		width: 100%;
		margin: 40px 0;
	}
	.logo {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 601px){
	ul.contacts {
		padding: 0;
		text-align: center;
	}
}

.azbn__contact {
	margin: 160px auto -230px;
	width: 420px;
	font-size: 12px;
}
.azbn__contact p {
	text-align:center;
}
@media screen and (max-width: 1440px){
	.azbn__contact {
		font-size: 11px;
		width: 360px;
	}
}
@media screen and (max-width: 1320px){
	.azbn__contact {
		margin: 120px auto 0px;
	}
}