/* EXTRA FONT */

@font-face {
	font-family: 'San Francisco Display Heavy';
	src: url('../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.eot');
	src: url('../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.woff') format('woff'),
	url('../fonts/SFUIDisplay-Heavy/SFUIDisplay-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'San Francisco Text Bold';
	src: url('../fonts/SFUIText-Bold/SFUIText-Bold.eot');
	src: url('../fonts/SFUIText-Bold/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/SFUIText-Bold/SFUIText-Bold.woff') format('woff'),
	url('../fonts/SFUIText-Bold/SFUIText-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* MAIN CSS */

.wrapper {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-box;
	display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
	height: 100vh;
}

.main {
		-ms-flex: none;
		-webkit-box-flex: 0;
	flex: none;
	background: #fff;
	border: dashed 1px #bfbfbf;
}

.mainbox {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-box;
	display: flex;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-justify-content: space-around;
	justify-content: space-around;
	/* justify-content: space-between; */
		-webkit-align-content: space-between;
		-ms-flex-line-pack: distribute;
	align-content: space-between;
		/* -webkit-box-align: center; */
		/* -moz-box-align: center; */
		/* -webkit-align-items: center; */
		/* -ms-flex-align: center; */
	/* align-items: center; */
}

.container {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: 100px;
	/* padding: 0 20px; */
}

.layout--block_picture_left {
		-ms-flex: 0 0 190px;
		-webkit-box-flex: 0;
	flex: 0 0 190px;
	background: transparent url(../images/citizen1_330.png);
	background-size: 100% auto;
	background-position: 0% 33%;
	background-repeat: no-repeat;
	margin: 0 20px;
}

.layout--block_logo { }

.layout--block_picture_center { }

.layout--block_text {
	align-self: center;
	white-space: nowrap;
	margin: 0 20px;
	/* safe for old browsers */
		-ms-flex: 0 0 0;
		-webkit-box-flex: 0;
	flex: 0 0 auto;
}

.layout--block_picture_right {
		-ms-flex: 0 0 190px;
		-webkit-box-flex: 0;
	flex: 0 0 190px;
	background: transparent url(../images/citizen2_330.png);
	background-size: 100% auto;
	background-position: 0% 36%;
	background-repeat: no-repeat;
	margin: 0 20px;
}

.layout--inner-block-items {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -ms-flexbox;
		display: -webkit-box;
	display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
	align-items: center;
}

.block-item-icons-phone {
	height: 22px;
	margin: 0 0 0 10px;
}

.block-item-icons-bottom {
	height: 22px;
	margin: 0 10px 0 0;
}

.block-item-icons {
		-webkit-box-flex: 0;
	flex: 0 0 auto;
	height: 20px;
	margin: 0 0 0 10px;
}

.icon-phone { }

.block_text-item-company {
	color: #000;
	font-family: 'San Francisco Display Heavy', 'San Francisco Text Bold', Arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 42px;
	text-decoration: none;
	letter-spacing: 0.7px;
}

.block_text-item-promo {
	color: #000;
	font-family: 'San Francisco Display Heavy', 'San Francisco Text Bold', Arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 42px;
	text-decoration: none;
	letter-spacing: 0.7px;
}

.www-text { }

.text-extra {
	text-align: center;
	text-transform: uppercase;
}


/* @MEDIA OPTIMISATION */

@media all and (max-width: 930px) {
	.block_text-item-company, .block_text-item-promo {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: 0;
	}
	.layout--block_picture_left, .layout--block_picture_right {
		-ms-flex: 1 0 100px;
		-webkit-box-flex: 0;
	flex: 1 0 100px;
	}
}