* {
	padding: 0;
	margin: 0;
}
html {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #424242;
	font-weight: 300;
	background: #000;
}

h1 {
	color: #fff;
	word-spacing: .4em;
	margin: 1rem 0;
}
h2 {
	margin: 1rem;
	margin-top: 0;
}
h5 {
	color: #fff;
	font-weight: 300;
}
.main-logo {
	position: fixed;
	right: 5%;
	top: 5%;
	z-index: 99999;
	text-align: center;
}
.main-logo-img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin: 0 auto;
	background: #FFF;
	background-image: url(../img/logo-1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.contacts {	
	position: fixed;
	left: 3%;
	bottom: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.8;
	/*margin: 0 auto;*/
	padding: 15px;
	width: 30%;
	margin-bottom: 20px;
	border-radius: 40px;
	width: 350px;
	z-index: 999999;
}
	.contacts p {
		font-size: 22px;
		margin: 0.5rem 0;
		margin-top: 0;
		color: #FFF;
	}
	.contacts a {
		color: #FFF;
	}

.eu-box {
	position: fixed;
	right: 5%;
	bottom: 20px;
	background-color: #FFF;
	padding: 10px;	
	margin-bottom: 20px;
	border-radius: 0px;
	width: 380px;
	z-index: 999999;
}
.eu-box img {
	width: 350px;
	margin: 10px;
	margin-bottom: 0;
}

.modal {
	z-index: 999999999;
}
	.modal h4 {
		line-height: 1.5em;
	}
	.modal p {
		margin-bottom: 10px;
	}

#footer {
	position: fixed;
	width: 1200px;
	left: 50%;
    transform: translate(-50%, 0);	
    z-index: 9999;
    bottom: 5%;
}
.social {
	display: inline-block;
}
.insta-logo {
	width: 56px;
	height: 56px;
	margin-top: 5px;	
	margin-right: 13px;
}
#carouselContainer {
	position: fixed;
}
.carousel-content {
	position: fixed;
	width: 650px;
	left: 5%;
    top: 5%;
    z-index: 1002;
}
.carousel-content p {
	font-size: 18px;
	margin-top: 20px;
}
.carousel-fixeditem {
	position: absolute;
	width: 40%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0.8;
	padding: 30px;
	color: #FFF;
	top: 40%;
	right: 5%;	
	bottom: auto;	
	border-radius: 40px;
}
.carousel-fixeditem p {
	font-size: 18px !important;
	line-height: 1.8em;
}

.top-5 {
	position: relative;
	top: 5px;
	margin-right: 8px;
}
.top-8 {
	position: relative;
	top: 8px;
	margin-right: 8px;
}
.c-gold {
	color: #ecb647;
}
.mob-box  {
	padding: 20px 5%;
}

strong {
	font-weight: 700;
}


