@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500,700');
* {
	font-family: 'Roboto Mono', monospace;
}
.main-container {
	background-color: #fff;
}
.brand-div {
	height: 400px;
}
.brand-div > img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);s
	}
	.logo-desktop {
	display: block;
}
.data-div {
	height: 566px;
	background: url('imgs/background2.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}
.div-contacts p, .div-contacts a {
	color: #fff;
	font-size: 17px;
	margin-bottom: 19px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	transition: 0.6s ease-in-out color;
}
.div-contacts a:hover, .div-social a:hover {
	color: #4875B4;
}
.div-contacts {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.div-social a {
	color: #fff;
	font-size: 17px;
	margin-bottom: 19px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	display: inline-flex;
	margin-bottom: 0;
}
.div-social p {
	margin-top: 90px;
}
.div-social .social {
	width: 80px;
	margin-right: 25px;
}
.div-social {
	display: inline-flex;
	top: 28%;
	position: relative;
	transform: translateY(-48%);
}
.div-social a:hover .st0 {
	fill: #4875B4;
}
.st0 {
	transition: 0.6s ease-in-out color;
}
.social:hover .st0 {
	fill: #4875B4;
}
.logo-mobile {
	display: none;
}
.blisq-footer{
	text-align: right;
}
@media (max-width: 575px) {
	.logo-mobile {
		display: block;
		width: 100%;
	}
	.logo-desktop {
		display: none;
	}
	.brand-div {
		padding: 0;
		width: 100%;
		height: inherit;
		margin-bottom: 60px;
	}
	.brand-div img {
		top: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
		transform: inherit;
	}
	.div-social {
		display: block;
		text-align: center;
	}
	.div-contacts {
		top: inherit;
		position: relative;
		transform: inherit;
		margin-top: 60px;
	}
	.div-social .social {
		margin-right: 0;
	}
	.div-social p {
		margin-top: 30px;
	}
	.div-social a {
		display: block;
	}
	.blisq-footer{
		margin-top: 57px;
		text-align: center;
	}
}
@media (max-width: 425px) {
	.div-contacts p, .div-contacts a, .div-social a {
		font-size: 13px;
		margin-bottom: 20px;
		line-height: 20px;
	}
}