/* EXTRA FONT */

@font-face {
	font-family: 'Oswald Regular';
	src: url('../fonts/Oswald-Regular/Oswald-Regular.eot');
	src: url('../fonts/Oswald-Regular/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		/* url('../fonts/Oswald-Regular/Oswald-Regular.woff2') format('woff2'), */
		url('../fonts/Oswald-Regular/Oswald-Regular.woff') format('woff'),
		url('../fonts/Oswald-Regular/Oswald-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* MAIN CSS */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

.main {
	flex: none;
	position: absolute;
	width: 100%;
	background: transparent url('../images/bkg_ts.jpg') top 8% center/cover no-repeat;
}

.mainbox {
	display: flex;
	justify-content: flex-end;
	/* justify-content: center; */
	/* align-items: center; */
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: 100vh;
	padding: 0 20px;
}

.block_text-item-slogan {
	color: #fff;
	font-family: "Oswald Regular", Arial, san-serif;
	font-size: 20px;
	line-height: 100%;
	text-decoration: none;
	letter-spacing: 0;
	/* margin: 15px 0; */
	position: relative;
	top: -3px;
	left: -90px;
}

.block_text-item-slogan:before {
	content: "";
	position: absolute;
	top: 15px;
	padding: 0;
	margin: -22px 0 0 -12px;
	width: 295px;
	height: 36px;
	background: #000;
	opacity: 0.4;
	z-index: -1;
}

.block_text-item-phone {
	color: #fff;
	font-family: "Oswald Regular", Arial, san-serif;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	letter-spacing: 0;
	/* margin: 5px 0; */
	position: relative;
	top: 2px;
	left: 15px;
}

.block_text-item-phone:before {
	content: "";
	position: absolute;
	top: 15px;
	padding: 0;
	margin: -20px 0 0 -10px;
	width: 155px;
	height: 30px;
	background: #000;
	opacity: 0.4;
	z-index: -1;
}

.block_text-item-www {
	color: #fff;
	font-family: "Oswald Regular", Arial, san-serif;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	letter-spacing: 0;
	/* margin: 5px 0; */
	position: relative;
	top: 20px;
	left: -115px;
}

.block_text-item-www:before {
	content: "";
	position: absolute;
	top: 15px;
	padding: 0;
	margin: -20px 0 0 -10px;
	width: 120px;
	height: 30px;
	background: #000;
	opacity: 0.4;
	z-index: -1;
}

.layout--inner-block-items {
	display: flex;
	align-items: center;
}

.layout--inner-block-text-items-1 {
	margin: 9px auto;
	display: inline-block;
	line-height: 120%;
}

.layout--inner-block-text-items-2 {
	margin: 9px auto;
	display: inline-block;
	line-height: 120%;
}

.layout--inner-block-text-items-3 {
	margin: 0 auto;
	display: inline-block;
	line-height: 130%;
	font-size: 16px;
}

.layout--block_text {
	margin: 35px 15px;
	z-index: 1;
}

.layout--block_promo-1 {
	align-self: center;
	white-space: nowrap;
	margin: 0 20px;
	flex: 0 0 280px;
	z-index: 2;
}

.layout--block_promo-2 {
	align-self: center;
	/* white-space: nowrap; */
	margin: 0 20px;
	flex: 0 0 500px;
	z-index: 1;
}

.block_text-item-company {
	color: #000;
	font-family: "Oswald Regular", Arial, san-serif;
	font-size: 18px;
	line-height: 100%;
	text-decoration: none;
	letter-spacing: 0;
	/* margin: 5px 0; */
}

.block-item-icons-phone {
	height: 20px;
	margin: 0 0 0 10px;
}

.icon-whatsapp {
	flex: 0 0 20px;
	background: transparent url(../images/icon_whatsapp_simple_white.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}


/* @MEDIA OPTIMISATION */

/* Different display sizes */
@media all and (max-width: 795px) {
	.layout--block_promo-2 { display: none; }
	.promo-cards { animation-play-state: paused; }
	.mainbox { justify-content: flex-end; }
	.main { background-position: 0% top; }
}

@media all and (max-width: 1000px) and (min-width: 796px) {
	.block_text-item-slogan { display: none; }
	.block_text-item-www { display: none; }
	.block_text-item-phone { top: 25px; left: 100px; }
}

@media all and (max-width: 1131px) and (min-width: 1001px) {
	.block_text-item-slogan { display: none; }
	.block_text-item-phone { top: 15px; }
	.block_text-item-www { top: 33px; }
}

@media all and (min-width: 2801px) {
	.mainbox { justify-content: center; }
}

/* 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;
	}
}