@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: 86px;
	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;
}

#B-icon{
	margin: 20px;
	width: 360px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
	float: left;
}

#B-info{
	margin: 20px;
	float: left;
	overflow: hidden;
	max-width: 690px;
}

.B-appendix{
	font-size: 26px;
	line-height: 32px;
}

.B-appendix a{
	color: #2a2c3c;
	text-decoration: underline;
}

#download{
	overflow: hidden;
	margin: 50px 0;
}

#download a{
	color: #2a2c3c;
}

.download{
	position: relative;
	font-size: 23px;
	line-height: 30px;
	overflow: hidden;
	margin: 0 20px;
	float: left;
}

.download img{
	position: relative;
	width: 30px;
	padding-left: 10px;
	float: left;
}

.download p{
	float: left;
}

#Blog iframe{
	margin: 30px 0;
	width: 80%;
	height: 900px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.B-text{
	font-size: 24px;
 	font-weight: 300;
 	line-height: 40px;
}

#Breadcrumbs{
	line-height: 28px;
}
