/* EXTRA FONT */
 
@font-face {
	font-family: 'Roboto Condensed Light';
	src: url('../fonts/RobotoCondensed-Light/RobotoCondensed-Light.eot');
	src: url('../fonts/RobotoCondensed-Light/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoCondensed-Light/RobotoCondensed-Light.woff') format('woff'),
	url('../fonts/RobotoCondensed-Light/RobotoCondensed-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed Regular';
	src: url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.eot');
	src: url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.woff') format('woff'),
	url('../fonts/RobotoCondensed-Regular/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* MAIN CSS */

body {
	background-color: #392461;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	/* background: radial-gradient(#403060, #1f1013); */
	/* background-size: cover; */
}

.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: 100vh;
}

.main {
		-ms-flex: none;
		-webkit-box-flex: 0;
	flex: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.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;
	justify-content: space-between;
	/* -ms-flex-align: center; */
	/* -webkit-box-align: center; */
	/* align-items: center; */
}

.container {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: 100vh;
	/* padding: 0 20px; */
}

.layout--block_picture_left {
	-ms-flex: 0 280px;
	-webkit-box-flex: 0;
	flex: 0 0 280px;
	background: transparent url(../images/cl_part1.png);
	background-size: 100% auto;
	background-position: 0% 30%;
	background-repeat: no-repeat;
	margin: 0 20px;
}

.layout--block_logo {
	-ms-flex: 0 0 135px;
	-webkit-box-flex: 0;
	flex: 0 0 135px;
	background: transparent url(../images/logo.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin: 0 20px;
}

.layout--block_picture_center {
	-ms-flex: 0 0 330px;
	-webkit-box-flex: 0;
	flex: 0 0 330px;
	background: transparent url(../images/cl_part1_3.png);
	background-size: 100% auto;
	background-position: 0% 45%;
	background-repeat: no-repeat;
	margin: 0 20px;
}

.layout--block_text {
	align-self: center;
	white-space: nowrap;
	margin: 0 20px;
	/* safe for old browsers */
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	/* z-index: 2; */
}

.layout--block_picture_right {
	-ms-flex: 0 0 120px;
	-webkit-box-flex: 0;
	flex: 0 0 120px;
	background: transparent url(../images/cl_part2.png);
	background-size: 100% auto;
	background-position: 0% -5%;
	background-repeat: no-repeat;
	margin: 0 20px;
	position: relative;
	right: 11%;
	/* z-index: 1; */
}

.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: 20px;
	margin: 0 0 0 10px;
}

.block-item-icons-bottom {
	height: 22px;
	margin: 0 10px 0 0;
}

.icon-whatsapp {
	flex: 0 0 18px;
		-ms-flex: 0 0 18px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_whatsapp_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-telegram {
	flex: 0 0 18px;
		-ms-flex: 0 0 18px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_telegram_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-viber {
	flex: 0 0 18px;
		-ms-flex: 0 0 18px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_viber_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-location {
	/* height: 20px; */
	flex: 0 0 20px;
		-ms-flex: 0 0 20px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_location_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.block_text-item-phone {
	color: #fff;
	font-family: 'Roboto Condensed Regular', Arial, sans-serif;
	font-size: 19px;
	/* font-weight: 600; */
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1.0px;
	margin: 5px 0;
}

.block_text-item-company {
	color: #ffc698;
	font-family: 'Roboto Condensed Light', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.block_text-item-promo {
	color: #fff;
	font-family: 'Roboto Condensed Light', Arial, sans-serif;
	font-size: 20px;
	/* font-weight: 400; */
	line-height: 22px;
	text-decoration: none;
	letter-spacing: 1.0px;
	margin: 5px 0;
}

.hover-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;

	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	/* left: 10px; */
	padding: 10px;
	color: #fff;
	margin: 0 auto;
	width: 50%;
	z-index: 2;
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(0.8em);
}

.container:hover .hover-message {
	opacity: 1;
	transform: none;
}

.block_text--hover {
	color: #fff;
	font-family: 'Roboto Condensed Regular', Arial, sans-serif;
	font-size: 23px;
	line-height: 25px;
}

.block_text--hover .icon-whatsapp, 
.block_text--hover .icon-telegram, 
.block_text--hover .icon-viber {
	height: 25px;
	flex: 0 0 22px;
		-ms-flex: 0 0 22px;
}

.block_text--hover .icon-location {
	height: 25px;
	flex: 0 0 20px;
		-ms-flex: 0 0 20px;
}


/* @MEDIA OPTIMISATION */

@media all and (max-width: 649px) {
	.layout--block_picture_left { display: none; }
	.layout--block_picture_right { display: none; }
	.layout--block_picture_center { display: none; }
	.mainbox { justify-content: space-around; }
	.layout--block_picture_right { display: none; }
	.hover-message { width: auto; left: 10px; }
}

@media all and (max-width: 750px) and (min-width: 650px) {
	.layout--block_picture_left { flex: 0 0 200px; }
	.layout--block_picture_right { display: none; }
	.layout--block_picture_center { display: none; }
	.mainbox { justify-content: space-around; }
	.layout--block_picture_right { display: none; }
	.hover-message { width: auto; left: 10px; }
}

@media all and (max-width: 855px) and (min-width: 751px) {
	.layout--block_picture_center { display: none; }
	.layout--block_picture_right { display: none; }
	.mainbox { justify-content: space-around; }
}

@media all and (max-width: 1070px) and (min-width: 856px) {
	.layout--block_picture_center { display: none; }
	.layout--block_picture_right { right: 4%; }
}

@media all and (max-width: 1300px) and (min-width: 1071px) {
	.layout--block_picture_center { display: none; }
	.layout--block_picture_right { right: 8%; }
}