@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Amithen';
    src: url('../fonts/Amithen/Amithen.eot');
    src: url('../fonts/Amithen/Amithen.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Amithen/Amithen.woff2') format('woff2'),
        url('../fonts/Amithen/Amithen.woff') format('woff'),
        url('../fonts/Amithen/Amithen.ttf') format('truetype'),
        url('../fonts/Amithen/Amithen.svg#Amithen') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	margin: 0;
	outline: none;
	padding: 0;
	/* tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0); */
}
html, body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	width: 100%;
}
body {
	background-color: #303030;
	font-family: 'Avenir Next LT Pro';
	overflow-x: hidden;
}
#main_ctn {
	left: 50%;
	position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
h2 {
	border-top: 1px solid #9f9f9f;
	color: #9f9f9f;
    font-family: 'Amithen';
    font-size: 40px;
    font-weight: normal;
	padding-top: 20px;
    text-align: center;
    
}
.logo {
    display: block;
    margin: 0 auto 50px auto;
    width: 1000px;
}
section {
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    width: 1200px;'rr('
}
section>article {
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	opacity: 0;
	width: auto;
}
section>article>div.add_icon_mail, section>article>div.add_icon_phone {
	background-color: #585858;
    border-radius: 60px;
    height: 70px;
	padding: 20px;
	-webkit-transition: transform .3s ease;
    transition: transform .3s ease;
	width: 70px;
}
.add_icon_hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
section>article>div.add_icon_mail>img, section>article>div.add_icon_phone>img {
	width: 70px;
}
section>article>div.add_details_mail, section>article>div.add_details_phone {
	margin-left: 20px;
    width: calc(100% - 100px);   
}
section>article>div.add_details_mail>a, section>article>div.add_details_phone>a {
	color: #fff;
    display: block;
	font-size: 40px;
    font-weight: bold;
	letter-spacing: 2px;
	line-height: 100px;
    text-decoration: none;
	-webkit-transition: color .3s ease;
    transition: color .3s ease;
}
section>article>div.add_details_mail>a:hover, section>article>div.add_details_phone>a:hover {
	color: #f9d9d7;
}








































@keyframes logos_entrance {
	from {
	  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
	  transform: translate3d(100%, 0, 0) skewX(-30deg);
	  opacity: 0;
	}
	60% {
	  -webkit-transform: skewX(20deg);
	  transform: skewX(20deg);
	  opacity: 1;
	}
	80% {
	  -webkit-transform: skewX(-5deg);
	  transform: skewX(-5deg);
	}
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  opacity: 1;
	}
  }
  .logos_entrance {
	  -webkit-animation-duration: .3s;
	  animation-duration: .3s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-name: logos_entrance;
	  animation-name: logos_entrance;
	  -webkit-animation-timing-function: ease-out;
	  animation-timing-function: ease-out;
  }























@media screen and (max-width: 1250px) {
	.logo {
		width: 800px;
	}
	section {
		width: 900px;
	}
	section>article>div.add_icon_mail, section>article>div.add_icon_phone {
		height: 50px;
		padding: 15px;
		width: 50px;
	}
	section>article>div.add_icon_mail>img, section>article>div.add_icon_phone>img {
		width: 50px;
	}
	section>article>div.add_details_mail>a, section>article>div.add_details_phone>a {
		font-size: 30px;
		line-height: 80px;
	}
}
@media screen and (max-width: 1250px) {
	section {
		margin-bottom: 20px;
		width: 100%;
	}
	section,section>article {
		display: block;
		justify-content: inherit;
	}
	section>article>div.add_icon_mail, section>article>div.add_icon_phone {
		margin: auto;
	}
	section>article>div.add_details_mail, section>article>div.add_details_phone {
		margin: 0;
   		width: 100%;
	}
	section>article>div.add_details_mail>a, section>article>div.add_details_phone>a {
		text-align: center;
	}
}
@media screen and (max-width: 860px) {
	.logo {
		margin-bottom: 30px;
		width: 600px;
	}
}
@media screen and (max-width: 650px) {
	.logo {
		width: 450px;
	}
	section>article>div.add_details_mail>a, section>article>div.add_details_phone>a {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 490px) {
	.logo {
		width: 300px;
	}
	h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 1250px) and (max-height: 500px) {
	#main_ctn {
		margin: 30px 0;
		top: 0;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
}
@media screen and (max-width: 650px) and (max-height: 560px) {
	#main_ctn {
		margin: 0;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}