@import url(reset.css);
@import url('../../../../fonts.googleapis.com/css%EF%B9%96family=Oswald%EF%B9%95200,300,400,500,600,700.css');

body *{
	font-family: 'Oswald', sans-serif;
}

a{
	text-decoration: none;
}

#wrapper .using-link li:nth-child(6) a{
	color: #f50b0b;
}

#B_razdeli li:nth-child(3){
	font-weight: 400;
}

#First{
	width: 100%;
}

h1{
	color: #2a2c3c;
	font-size: 62px;
	font-weight: 500;
	line-height: 72px;
	text-align: center;
	margin: 50px 0;
	text-transform: uppercase;
}

#f_additions{
	line-height: 34px;
	font-size: 32px;
	padding-left: 30px;
	font-family: 'Oswald';
	font-weight: 300;
	color: white;
	text-align: center;
	margin: 50px 0;
}

#HELPER{
	height: 500px;
}

.title{
	padding: 30px 0;
	margin-bottom: 30px;
	font-size: 40px;
  font-family: 'Oswald';
  line-height: 49px;
  color: #393c54;
  position: relative;
	text-align: center;
}

.w_title{
	color: white;
}

.title span{
	color: #d83030;
}

.title::after{
	content: "";
  width: 90px;
  height: 4px;
  background: #d83030;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
}

.G_el{
	color: #393c54;
	margin: 60px 0;
	overflow: hidden;
}

.G_el_inf{
	float: left;
	width: 60%;
}

.G_el_inf li{
	font-size: 22px;
	margin-bottom: 30px;
}

.G_el_inf li:first-child{
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 40px;
}

.G_el img{
	width: 40%;
	float: left;
}

.G_el:first-child .G_el_inf{
	float: right;
}


#Blog{
	overflow: hidden;
	position: relative;
}

#B_list{
	width: 60%;
}

#B_list li{
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}

#B_list span{
	width: 400px;
	float: left;
	font-size: 18px;
	font-weight: 200;
	color: #d2d2d2;
	margin: 5px 0;
}

#B_list img{
	float: left;
	width: 251px;
}

#B_list h2{
	width: 400px;
	color: #2a2c3c;
	font-size: 26px;
	line-height: 36px;
	font-weight: 300;
	margin: 10px 0;
	float: left;
}

#B_list p{
	width: 400px;
	color: #676767;
	font-size: 18px;
	line-height: 32px;
	font-weight: 200;
	margin: 10px 0;
	float: left;
}

#B_razdeli{
	float: right;
	width: 25%;
	margin-left: 15%;
	min-height: 400px;
}


#B_razdeli li{
	padding: 10px 5px;
	font-size: 22px;
	font-weight: 300;
	color: #2a2c3c;
	position: relative;
	overflow: hidden;
}

#B_razdeli a{
	color: #2a2c3c;
}

#B_razdeli li:first-child{
	font-weight: 400;
	font-size: 28px;
	padding-left: 0;
}

.B_info{
	float: left;
	overflow: hidden;
	width: 400px;
	margin-left: 25px;
}
