.grey-bg {
	background: #eee;
	padding: 60px 0;
	color: #444;
}



.modern_headers {
	margin-top: 100px;
	border-top: 1px solid #333;

}

.modern_headers h3 {
	font-size: 16px;
	font-weight: 900px;
}

.modern_headers h2 {
	font-size: 41px;
	font-weight: 300;
}

.counters {
	text-align: center;
	float: left;
	width: 100%;
	margin: 90px 0;
	color: #181717;
	font-weight: 600;
	background: url(/img/bgr.jpg) right center no-repeat;
	background-size: 100%;
}

.counters .item {
	width: 24%;
	float: left;
}

.counters .item .somex {
	font-size: 110px;
	font-weight: 400;
	display: block;
}

.counters .item small {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-top: 60px;
}

.counters .item {
	
}

.container-fully {
	width: 100%;
	padding: 0 8%;position:relative;
	float: left;
	height: 100%;
}

.modern-head {

	
}

.modern-head {
	height: 798px;
		padding-top: 50px;
	width: 100%;
	float: left;
	overflow: hidden;
	background: #171717 url(/img/top.jpg) center center no-repeat;
}

.modern-head .m-menu {
	float: left;
	margin-top: 50px;
	border-left: 1px solid #fff;
}

.modern-head .m-menu a .m-circ {
	display: inline-block;
	margin-right: 20px;
	background: #171717;
	padding-bottom: 5px;
}


.modern-head .m-menu a:hover {
	color: #fff;
}



.modern-head .m-menu a {
	
}


.modern-head .m-menu a {
	color: #424242;
	font-size: 24px;
	display: block;
	margin: 25px 0;
	font-weight: 500;
	margin-left: -8px;
	
}

.modern-head .m-texts {
	float: right;
	color: #fff;
	font-size: 40px;
	margin-top: 100px;
	font-weight: 100;
	line-height: 200%;
	width: 60%;
	text-align: right;
}

.modern-head .m-contact {
	float: left;
	left: 0;
	width: 100%;
	color: #cccccc;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	bottom: 0;
	margin-top: 50px;
}

.m-textowo a {
	color: #e82558;
	font-weight: bold;
}


.m-modern-link:hover {
	color: #fff;
	background: #181818;
}
.m-modern-link {
		color: #fff;
		background: #e82558;
		border-radius: 20px;
		padding: 22px 40px;
		display: inline-block;
}

footer {
	width: 100%;
	float: left;
	font-size: 14px;
	position: relative;

}

.footerinsider {
	width: 100%;
	float: left;
	height: 100%;
}

.seperatefoot {
	height: 80px;
	float: left;
	width: 100%;
}

.logofoot {
	margin-left: 10px;
}

footer .foot-left h4 {
	margin: 0 0 20px;
	color: #171717;
	font-weight: 400;
	font-size: 13px;
}

footer .foot-right h4 { 
	font-weight: 400;
	font-size: 13px;
	margin: 0 0 20px;
	color: #e82558;
}


footer .foot-left {
	padding: 50px 5%;
	color: #fff;
	background: #e82558;
	width: 50%;
	float: left;

}

footer .foot-right {
	color: #fff;
	padding: 50px 5%;
	background: #171717;
	width: 50%;
	float: right;
	
}

footer .foot-left a:hover  {
	color: #171717;
}
footer .foot-right a:hover  {
	color: #e82558;
}

footer a {
	color: #fff;
	font-weight: 700;
}

footer .elements:nth-child(3) {
font-weight: 300;	
font-size: 13px;
}

footer .elements:nth-child(2) {
	margin-bottom: 20px;
}
footer .elements {
	float: left;
	width: 100%;
	
}

/*


footer .foot-left {
	padding: 50px 5%;
	color: #fff;
	background: #e82558;
	width: 50%;
	float: left;
	position: absolute;
	top: 0;
	bottom: 0;
}

footer .foot-right {
	color: #fff;
	padding: 50px 5%;
	background: #171717;
	width: 50%;
	float: right;
	position: absolute;
	top: 0;
	bottom: 0;
right: 0;	
}

*/

.contact-modern {
	background: #e82558;

	padding: 20px 5% 40px 5%;

}

.contact-modern h3 {
	font-size: 24px;
	font-weight: 200;
	color: #fff;
}

.tresc-contact-modern {
	padding-right: 5%;
}

.contact-modern .termsofuse label {
	color: #fff;
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
}


.contact-modern p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.tresc-contact-modern a:hover {
	color: #444;
	
}
.tresc-contact-modern a {
	color: #e82558;
}



.fadeIn {
  animation-name: fadeIn;
    -webkit-animation-name: fadeIn;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.box-1, .box-2, .box-3 {
	font-size: 14px;
	padding: 20px 3%;
}

.box-1 {
	padding-left: 15px;
}

.box-2 {
	color: #fff;
	background: #e82558;
	margin-bottom: 20px;	
}

.box-3 {
	color: #fff;
	background: #171717;
	margin-bottom: 20px;
}

