

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background: linear-gradient(to right, #060b32, #0e0949);
}

a {
	color: #289dcc;
}

h2 {
	padding-bottom: 18px;
	font-weight: 400;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.flex_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.justify_between {
	justify-content: space-between;
}

.justify_end {
	justify-content: flex-end;
}

.align_center {
	align-items: center;
}

.cover-table {
	max-width: 100%;
	overflow: auto;
}

table {
	float: none;
}

table td {
	border: 1px solid #fff;
	padding: 5px 10px;
}

#header {
	position: relative;
}

.content {
	line-height: 1.8;
}

.content p {
	padding: 15px 0 15px;
	font-size: 14px;
}

.content h2 {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	font-weight: 500;
	font-size: 21px;
	margin: 0;
}

.btn {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	padding: 7px 35px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 14px;
	box-shadow: inset 0 0 0 2px #131414, 0 0 0 2px #e8c285;
	display: block;
}

.green-btn {
	background: #bbfcb4;
	background: -moz-linear-gradient(top, #bbfcb4 0%, #21a300 36%, #21a300 63%, #bbfcb4 100%);
	background: -webkit-linear-gradient(top, #bbfcb4 0%, #21a300 36%, #21a300 63%, #bbfcb4 100%);
	background: linear-gradient(to bottom, #bbfcb4 0%, #21a300 36%, #21a300 63%, #bbfcb4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbfcb4', endColorstr='#bbfcb4', GradientType=0);
}

.green-btn:hover {
	background: #ccf9b3;
	background: -moz-linear-gradient(top, #ccf9b3 0%, #20b200 36%, #23bf00 63%, #d3f9b3 100%);
	background: -webkit-linear-gradient(top, #ccf9b3 0%, #20b200 36%, #23bf00 63%, #d3f9b3 100%);
	background: linear-gradient(to bottom, #ccf9b3 0%, #20b200 36%, #23bf00 63%, #d3f9b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccf9b3', endColorstr='#d3f9b3', GradientType=0);
	animation-fill-mode: rg;
}

.orange-btn {
	background: linear-gradient(#f93 0%, #f90 36%, #c60 63%, #f93 100%);
}

.orange-btn:hover {
	background: linear-gradient(#f93 0%, #f90 36%, #f93 63%, #fc9 100%);
}

#header .logo-block {
	width: 160px;
}

#footer {
	padding: 25px 0 15px;
	background: #060b32;
}

.botoom-line {
	background: url(../image/line.png) repeat-x;
	width: 100%;
	height: 36px;
	max-width: 100%;
	margin: 0 auto;
}

.top_text {
	padding: 15px 0;
}

@media only screen and (max-width: 1200px) {
	.container {
		padding: 0 20px;
	}
	#footer .copyright {
		text-align: center;
	}
}

@media only screen and (max-width: 900px) {
	#header .logo-block {
		margin: 10px auto;
		text-align: center;
	}
	#header .header-btns {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 700px) {
	.logo-block {
		margin: 0 auto;
		text-align: center;
	}
	.header-btns {
		width: 100%;
		justify-content: center;
	}
	.btn {
		padding: 7px 25px;
		margin-bottom: 20px;
	}
}
.resp-  {
    width: 100%;
    height: auto;
}


