/* EXTRA FONT */

@font-face {
	font-family: 'Mont Regular';
	src: url('../fonts/Mont-Regular/Mont-Regular.eot');
	src: url('../fonts/Mont-Regular/Mont-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Mont-Regular/Mont-Regular.woff') format('woff'),
	url('../fonts/Mont-Regular/Mont-Regular.woff2') format('woff2'),
	url('../fonts/Mont-Regular/Mont-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* MAIN CSS */

body {
	background: radial-gradient(#000000, #545454);
	background-size: cover;
}

.wrapper {
	display: -webkit-box;
	display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	flex-direction: column;
	height: 100vh;
}

.main {
		-webkit-box-flex: 0;
	flex: none;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.mainbox {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	/* -webkit-box-align: center; */
	/* align-items: center; */
}

.container {
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: 100vh;
	/* padding: 0 20px; */
}

#background_container {
	position: relative;
	width: 430px;
	margin: 0 auto;
	z-index: 1;
}

#background_container img {
	position: absolute;
	left: 65px;
	bottom: -100px;
	width: 265px;
	transition: opacity 1s ease-in-out;
}

.layout--block_logo {
		-webkit-box-flex: 0;
	flex: 0 0 125px;
	background: transparent url(../images/logo_rt_white.png);
	background-size: 100% auto;
	background-position: 0% 30%;
	background-repeat: no-repeat;
	margin: 0 20px;
	z-index: 2;
}

.layout--block_promo-repute {
		-webkit-box-flex: 0;
	flex: 0 0 125px;
	background: transparent url(../images/icon_repute.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin: 0 20px;
	z-index: 2;
}

.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_text_2 {
	align-self: center;
	white-space: nowrap;
	margin: 0 20px;
	/* safe for old browsers */
		-webkit-box-flex: 0;
	flex: 0 0 250px;
	z-index: 2;
}

.layout--inner-block-items {
	display: -webkit-box;
	display: flex;
		-webkit-box-align: center;
	align-items: center;
}

.block-item-icons-phone {
	height: 25px;
	margin: 0 0 0 10px;
}

.block-item-icons-bottom {
	height: 22px;
	margin: 0 10px 0 0;
}

.location-phone {
	margin: 0 5px 0 0;
}

.icon-whatsapp {
	flex: 0 0 18px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_whatsapp_simple_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-telegram {
	flex: 0 0 18px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_telegram_simple_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-viber {
	flex: 0 0 18px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_viber_simple_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

.icon-tiktok {
	flex: 0 0 22px;
		-webkit-box-flex: 0;
	background: transparent url(../images/icon_tiktok.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	position: relative;
	bottom: 2px;
}

.block_text-item-phone {
	color: #fff;
	font-family: 'Mont Regular', sans-serif;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
	margin: 7px 0 0 0;
}

.block_text-item-company {
	color: #d7d7d7;
	font-family: 'Mont Regular', sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	/* letter-spacing: 0.5px */;
}

.block_text-item-promo {
	color: #d7d7d7;
	font-family: 'Mont Regular', sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
	margin: 7px 0 7px 0;
}

.block_text-item-promo-repute {
	font-family: 'Mont Regular', sans-serif;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	margin: 20px 0 0 0;
}

.block_text-item-location {
	color: #fff;
	font-family: 'Mont Regular', sans-serif;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
	margin: 5px 0;
}

.block-item-location {
	color: #fff;
}
.block-item-location-char {
	color: #d7d7d7;
}

.promo_text {
	color: #d7d7d7;
	font-size: 14px;
}

.promo_number { 
	color: #C2AE9A;
	font-size: 40px;
}


/* @MEDIA OPTIMISATION */

/* Different display sizes */
@media all and (max-width: 809px) {
	#background_container img { opacity: 0.4; }
	.layout--block_text_2 { display: none; }
	.layout--block_promo-repute { display: none; }
	.container { max-width: 600px; }
}

@media all and (max-width: 1200px) and (min-width: 810px) {
	.layout--block_promo-repute { display: none; }
	#background_container img { opacity: 0.4; }
}

@media all and (max-width: 1300px) and (min-width: 1201px) {
	#background_container img { opacity: 0.4; }
}

/* Special cases */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}