/* EXTRA FONT */

@font-face {
	font-family: 'Oswald Regular';
	src: url('../fonts/OswaldRegular/Oswald-Regular.eot');
	src: url('../fonts/OswaldRegular/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		 /* url('../fonts/OswaldRegular/clarendon_regular.otf') format('opentype'), */
		 url('../fonts/OswaldRegular/Oswald-Regular.woff') format('woff'),
		 url('../fonts/OswaldRegular/Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* MAIN CSS */

.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%;
}

.mainbox {
	display: -webkit-box;
	display: flex;
		-webkit-box-pack: justify;
	justify-content: space-between;
	/* -webkit-box-align: center; */
	/* align-items: center; */
}

.container {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: 100vh;
	padding: 0 80px;
}

.container:before {
	content: '';
	position: relative;
	left: -70px;
	width: 9px;
	background: transparent url(../images/stitches_lightgreen.svg);
	background-size: 100% auto;
	background-position: 0% 70%;
	background-repeat: repeat-y;
	z-index: 3;
}

.container:after {
	content: '';
	position: relative;
	right: -70px;
	width: 9px;
	background: transparent url(../images/stitches_lightgreen.svg);
	background-size: 100% auto;
	background-position: 0% 50%;
	background-repeat: repeat-y;
	z-index: 3;
}

#logo_container {
	position: relative;
	width: 30%;
	margin: 0 50px;
	z-index: 1;
}

.flip-container-2 {
	position: absolute;
	left: -70px;
	bottom: 22.5%;
	width: 60px;
	height: 55px;
	transition: opacity 1s ease-in-out;
}

.flip-container-2 .front {
	background: #33af67;
	width: 60px;
	height: 55px;
}

.flip-container-2 .front img {
	width: 57px;
	position: relative;
	left: 2px;
}

.flip-container-2 .back {
	background: #fff;
	width: 60px;
	height: 55px;
}

.flip-container-2 .back img {
	width: 48px;
	position: relative;
	top: 9px;
	left: 6px;
}

.flip-container-1 {
	position: absolute;
	left: 0;
	bottom: 22.5%;
	width: 280px; 
	height: 55px;
	transition: opacity 1s ease-in-out;
}

.flip-container-1 .front {
	background: #fff;
	padding: 0 10px;
	width: 260px;
	height: 55px;
}

.flip-container-1 .front img {
	width: 250px;
	position: relative;
	top: 8px;
	left: 5px;
}

.flip-container-1 .back {
	background: #33af67;
	color: #fff;
	font-family: 'Oswald Regular', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	width: 260px;
	padding: 5.5px 10px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
	text-transform: uppercase;
}

.layout--block_text {
	align-self: center;
	white-space: nowrap;
	margin: 0 20px;
	/* safe for old browsers */
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding: 10px 12px;
	z-index: 2;
}

.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;
}

.layout--inner-block-items {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.block-item-icons-phone {
	height: 24px;
	margin: 0 0 0 10px;
}

.block-item-icons-bottom {
	height: 24px;
	margin: 0 10px 0 0;
}

.block_text-item-company {
	color: #fff;
	font-family: 'Oswald Regular', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	/* letter-spacing: 0.5px; */
	text-transform: uppercase;
}

.block_text-item-promo {
	color: #a0ffc8;
	font-family: 'Oswald Regular', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	/* letter-spacing: 1.0px; */
	text-transform: uppercase;
}

.block_text-item-phone {
	color: #fff;
	font-family: 'Oswald Regular', 'Arial Narrow', Arial, sans-serif;
	font-size: 25px;
	line-height: 26px;
	text-decoration: none;
	letter-spacing: 1.0px;
	margin: 5px 0;
	text-transform: uppercase;
}

.text-special-1 {
	text-transform: uppercase;
}

.messenger_link {
	color: #fff;
	text-decoration: none;
}

.messenger_pseudolink {
	text-decoration: none;
	cursor: pointer;
}


/* @MEDIA OPTIMISATION */

/* Different display sizes */
@media all and (max-width: 849px) {
	.mainbox { justify-content: center; }
	.slide_container:before {
		display: none;
		animation-name: none;
	}
	.slide_container:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vmax;
		background: transparent url(../images/image_slide_1.jpg);
		background-size: auto;
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
	#logo_container { display: none; }
}

@media all and (max-width: 940px) and (min-width: 850px) {
	.slide_container:before {
		display: none;
		animation-name: none;
	}
	.slide_container:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vmax;
		background: transparent url(../images/image_slide_1.jpg);
		background-size: contain;
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
}

/* 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;
	}
}