/* EXTRA FONT */

@font-face {
	font-family: 'Clarendon Special Regular';
	/* src: url('../fonts/ClarendonSpecialRegular/clarendon_regular.eot'); */
	src: /* url('../fonts/ClarendonSpecialRegular/clarendon_regular.eot?#iefix') format('embedded-opentype'), */
		 url('../fonts/ClarendonSpecialRegular/clarendon_regular.otf') format('opentype'),
		 /* url('../fonts/ClarendonSpecialRegular/clarendon_regular.woff') format('woff'), */
		 url('../fonts/ClarendonSpecialRegular/clarendon_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Clarendon Special Condensed';
	/* src: url('../fonts/ClarendonSpecialCondensed/clarendon_condensed.eot'); */
	src: /* url('../fonts/ClarendonSpecialCondensed/clarendon_condensed.eot?#iefix') format('embedded-opentype'), */
		 url('../fonts/ClarendonSpecialCondensed/clarendon_condensed.otf') format('opentype'),
		 /* url('../fonts/ClarendonSpecialCondensed/clarendon_condensed.woff') format('woff'), */
		 url('../fonts/ClarendonSpecialCondensed/clarendon_condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* MAIN CSS */

body {
	background: radial-gradient(#006039, #050c09);
	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_block_left {
	-ms-flex: 0 550px;
	-webkit-box-flex: 0;
	flex: 0 0 550px;
	background: transparent url(../images/rolex_1.png);
	background-size: 100% auto;
	background-position: 0% 35%;
	background-repeat: no-repeat;
	margin: 0 20px;
	z-index: 5;
}

.layout--block_logo {
}

.layout--block_block_center {
}

.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: 5;
}

.layout--block_text_center {
	align-self: center;
	white-space: nowrap;
	margin: 0 20px;
	/* safe for old browsers */
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	z-index: 5;
}

.layout--block_block_right {
}

.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 {
	height: 18px;
	/* margin: 0 0 0 2px; */
	vertical-align: inherit;
	position: relative;
	top: 2px;
}

.block-item-icons-phone {
	height: 30px;
	margin: 0 0 0 10px;
}

.block-item-icons-bottom {
	height: 30px;
	margin: 0 10px 0 0;
}

.icon-whatsapp {
	flex: 0 0 26px;
		-ms-flex: 0 0 26px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_whatsapp_color.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-telegram {
	flex: 0 0 26px;
		-ms-flex: 0 0 26px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_telegram_color.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-viber {
	flex: 0 0 26px;
		-ms-flex: 0 0 26px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_viber_color_solid.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-external-link {
	display: inline-block;
	width: 15px;
	background: transparent url(../images/icon_external_link_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.block_text-item-company {
	color: #bbffe2;
	font-family: 'Clarendon Special Condensed', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	letter-spacing: 0.7px;
}

.block_text-item-promo {
	color: #fff;
	font-family: 'Clarendon Special Regular', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
	text-decoration: none;
	letter-spacing: 1.0px;
}

.block_text-item-phone {
	color: #fff;
	font-family: 'Clarendon Special Condensed', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
	font-size: 26px;
	/* font-weight: 600; */
	line-height: 26px;
	text-decoration: none;
	letter-spacing: 1.0px;
	margin: 5px 0;
}

.block_text-item-company2 {
	color: #bbffe2;
	font-family: 'Clarendon Special Regular', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
}

.block_text-item-promo2 {
	color: #fff;
	font-family: 'Clarendon Special Regular', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 33px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
	margin: -2px 0;
}

.text-special-1 {
	text-transform: uppercase;
}

.text-special-3 {
	color: #bbffe2;
}

.direct_link {
	color: #fff;
	text-decoration: none;
}

.direct_pseudolink {
	text-decoration: none;
	cursor: pointer;
}

.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: 'Clarendon Special Condensed', Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, 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;
}


/* @MEDIA OPTIMISATION */

@media all and (max-width: 699px) {
	#background_container img.top { left: -120px; }
	#background_container img.bottom { left: -120px; }
}

@media all and (max-width: 970px) and (min-width: 700px) {
	#background_container img.top { left: -90px; }
	#background_container img.bottom { left: -90px; }
}