@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;
}

#First{
	width: 100%;
  background-image: url('../img/main_1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	background-position: bottom;
}

h1{
	color: white;
  font-size: 78px;
  font-weight: 500;
  line-height: 100px;
	text-align: center;
	margin: 50px 0;
}

#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: 1500px;
}

#Big_line{
	height: 75px;
	background: #d83030;
}

#Big_line p{
	font-family: 'Oswald';
  font-size: 20px;
  color: white;
  position: absolute;
  line-height: 75px;
  left: 52px;
}

#Big_button{
	width: 274px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: #25252e;
	color: white;
	cursor: pointer;
	position: absolute;
	right: 108px;
	top: 15px;
	font-family: 'Oswald';
	font-size: 18px;
	border-radius: 2px;
	transition: 0.2s;
	border: 3px solid #25252e;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}

#Big_button:hover{
  border: 3px solid white;
  background: #d83030;
  color: white;
}

.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;
	line-height: 36px;
	display: none;
}

.G_el_inf li:first-child{
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 56px;
	display: block;
}

.G_el_inf li:nth-child(2), .G_el_inf li:nth-child(3), .G_el_inf li:nth-child(4){
	display: block;
}


.G_el img{
	width: 40%;
	float: left;
}

.G_el:first-child .G_el_inf{
	float: right;
}

.G_button{
	float: left;
	position: relative;
	left: 25%;
	transform: translateX(-50%);
	padding: 0 16px;
	font-size: 16px;
	font-weight: 500;
	line-height: 52px;
	border: 2px solid #d83030;
	cursor: pointer;
	transition: 0.3s;
}

.G_button:hover{
	color: white;
	background: #d83030;
}

#Zahvat{
	height: 470px;
  width: 100%;
	background: url('../img/main_3.jpg');
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
}

#Z_form{
	width: 910px;
	height: 70px;
	background: rgba(255,255,255, 0.84);
	position: absolute;
	top: 263px;
	left: 50%;
	transform: translate(-50%);
}

.Z_input{
	font-size: 14px;
  color: black;
  border: none;
  outline: none;
  background: #cacaca;
  padding: 0 17px;
	margin: 10px 5px;
  width: 306px;
  height: 50px;
  float: left;
}

#Z_button{
	width: 185px;
  height: 50px;
  border-radius: 2px;
  background: #d83030;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  top: 9px;
  float: left;
  cursor: pointer;
  transition: 0.2s;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}

#Z_politika{
	position: absolute;
  bottom: -20px;
  color: white;
  font-size: 14px;
  font-weight: 200;
  width: 910px;
  text-align: center;
}

#Price{
	margin-bottom: 60px;
}

#table{
	width: 100%;
	margin: 70px 0;
}

.t_title{
	border-bottom: 4px solid #c1c3d1;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: white;
	background: #25252e;
	line-height: 66px;
}

#table td{
	border-right: 1px solid #c1c3d1;
}

#table td:last-child{
	border-right: none;
}

.t_line{
	text-align: center;
	line-height: 60px;
	font-size: 20px;
  border-bottom: 1px solid #c1c3d1
}

.t_line:last-child{
	border-bottom: none;
}

.t_line:hover{
	background: #d83030;
	color: white;
}

.t_color{
	background: #ebebeb;
}

#Need{
	font-size: 28px;
	padding: 20px 0;
	color: #393c54;
}

#Need li{
	font-weight: 300;
	padding: 13px 0;
}
