@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  font-size: 14px;
}

p {
  text-indent: 35px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}


header {
  background-color: #fff
}

.top {
  max-width: 960px;
  height: 578px;
  margin: 0 auto;

}

.top_l {
  width: 30%;
  float: left;
  display: inline-block;
  margin-left: -50px;
}

.top_r {
  display: inline-block;
  width: 54%;
  text-align: left;
  padding-top: 185px;
  text-transform: uppercase;
  margin-left: 100px;
  font-size: 33.69px !important;
  line-height: 141%;
}

.top_r p {
  text-indent: 0;
  margin-bottom: 10px;
  font-size: 33.69px !important;
}

.top_r span {
  color: #dd0e0e;
  font-weight: bold;
}


.decor {
  margin-bottom: 38px;
}

  .decor img{
  	width: 99%;
  }





.steps {
  width: 960px;
  margin: 0 auto;
}

.step_1 {
	margin-bottom: 90px;
}

.mass {
  width: 960px;
  margin: 0 auto;
}

.notice {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 35px;
}

.notice img {
	margin-right: 20px;
}

.mass_t {
  display: inline-block;
  width: 58%;
  padding-left: 30px;
  text-align: justify;
}

.mass img {
  display: inline-block;
  float: left;
/*  padding-top: 215px;
  padding-bottom: 215px;*/
}

.i_mass img{
	padding-top: 123px;

}





.step_3 img {
  float: left;
  margin-left: -25px;
}

.note p {
	text-indent: 0;
	font-weight: 700;
}

.note p span {
	text-decoration: underline;
}

.note img {
 margin-left: -70px;
 margin-top: -5px;
}

ul {
	margin-bottom: 30px;
}

/*li {
	margin-left: 15px;
}*/

.time {
	margin-top: 30px;
	text-indent: 25px;
}

.time img {
	margin-top: -10px;
}





.step_4 {
	margin-top: 46px;
}



.full img {
	float: right;
	position: absolute;
	right: 0;
	width: 15%;
	top: 9%;

}

.full {
	position: relative;
	max-width: 2000px;
	padding: 0;
	margin: 0 auto;
}

.uk {
	position: relative;
	padding: 0;
	margin: 0;
	
}

.uk img {
	position: absolute;
}

.uk img:first-child {
	left: 0;
	top: -75px;
	width: 15%;

}

.uk img:nth-child(2) {
	right: 0;
	bottom: 90px;
}



.last {
  width: 960px;
  margin: 0 auto;
  margin-top: 70px;
}

.last h2 {
	margin-bottom: 0; 
}

.last p {
  text-indent: 0;
  font-weight: 700;
  margin-bottom: 30px;
}


table {
  border-collapse: collapse;
  text-align: left;
}

.tab_gray {
	background-color: #e9e4e4;
	width: 100%;
}

th {
	font-size: 18px;
	padding: 23px 0 23px 0;
	width: 11%;
}

th:first-child {
	width: 25% !important;
}

th:nth-child(2) {
	width: 3%;
}

td:nth-child(2) {
	font-size: 24px;
	font-weight: 700;
	width: 3%;
}

.uk td {
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: baseline;
	font-size: 14px;
}

td span {
	font-weight: 700;
}

td p {
	font-size: 12px !important;
}


footer {
  border-top: 3px solid #677175;
  background-color: #f5f5f5;
}

.icon_pack {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.icon {
  display: inline-block;
  width: 33%;
}




@media screen and (min-width:480px) and (max-width:1024px) {
  /* Target landscape smartphones, portrait tablets, narrow desktops
	
  */

  .decor img{
  	width: 99%;
  }
  .s_4 img {
  	display: none;
  }

  .time img {
  	margin-left: 0;
  }

 .uk img {
	display: none;

}
}


@media screen and (max-width:479px) {
  /* Target portrait smartphones */
  	.decor {
		margin-top: -25px !important;
	}
	.icon {
  	display: inline-block;
  	width: 22%;
}

}















