
html,
body {
	background: #000;
}

#body {
	background: url('../images/bg1.jpg') center 0 no-repeat;
	/*font-family: 'kelson_sansregular';*/
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 14px;
  	min-width: 1024px;
}

#body .img_wrap {
	overflow: hidden;
}

#body .central_part {
	width: 980px;
	margin: 0 auto;
}

#body input {
	width: 100%;
	padding: 0 20px;
	text-transform: uppercase;
	color: #7c7c7c;
	/*font-family: 'kelson_sansregular';*/
	font-size: 14px;
	height: 40px;
	border-radius: 3px;
	border: none;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#body select {
	width: 100%;
	padding: 10px 0 5px 20px;
	text-transform: uppercase;
	color: #7c7c7c;
	/*font-family: 'kelson_sansregular';*/
	font-size: 14px;
	height: 40px;
	border-radius: 3px;
	border: none;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	background: #fff url(../images/select-arrow.svg) no-repeat 98%;
	-webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}



#body .columns_2 .form_wrap form select {
	width: 100%;
}
#body #bottom_block #order_form {
	width: 100%;
	max-width: 475px;
}
#body #bottom_block input {
	width: 49.5%;
	display: inline-block;
	margin: 10px 0;
}
#body #bottom_block select {
	width: 100%;
}

select::-ms-expand {
    display: none;
}
#body input[type=button],
.btn {
	background: #fdd000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd000), color-stop(50%, #fdd000), color-stop(51%, #fdc52f), color-stop(100%, #d6902a), color-stop(100%, #d6902a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdd000', endColorstr='#d6902a', GradientType=0);
	/* IE6-9 */
	color: #0a1828;
	text-transform: uppercase;
	font-size: 20px;
	/*font-family: 'kelson_sansbold';*/
	height: 40px;
	line-height: 40px;
	border: none;
	border-right: 1px solid #0a1828;
	border-bottom: 1px solid #0a1828;
	width: 235px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;

	transition: transform 0.3s ease-in;
}

#body input[type=button]:hover,
.btn:hover {
	background: #fdc52f;
	transform: scale(1.08);
}

#body input[type=submit]:hover {
	background: #FDD000;
	transform: scale(1.08);
}

#body h1,
#body h2,
#body h3,
#body h5 {
	/*font-family: 'kelson_sansbold';*/
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

#body h1 {
	font-size: 90px;
}

#body h2 {
	font-size: 64px;
	margin: 40px 0 20px;
	line-height: 1;
	width: 55%;
}

#body h3 {
	font-size: 30px;
	margin: 40px 0 10px;
}

#body h4 {
	/*font-family: 'kelson_sansregular';*/
	font-size: 34px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 50px 0;
}

#body h5 {
	color: #ff0013;
	font-size: 40px;
	text-align: center;
}

#body .top_block {
	/*font-family: 'kelson_sansbold';*/
}

#body .top-block-title {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
}

#body .top_block h1 {
	padding-top: 40px;
	margin: 0 0 20px 40%;
	line-height: 96px;
	text-align: center;
}


/*#body .central_part .top_block ul { margin-top:35px; margin-left: 260px; }*/

#body .central_part .top_block ul li {
	font-size: 23px;
	padding: 12px 0;
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
}

#body .top_block .top-block-title {
	margin: 0 0 40px 55%;
	text-align: center;
}

#body .top_block #cost {
	position: absolute;
	width: 75%;
	top: 20px;
	left: -60%;
	padding-left: 0;
	z-index: 5;
}

#body .top_block #cost > div {
	display: block;
	vertical-align: top;
}

#body .top_block #cost > div span {
	font-size: 80px;
}

#body .top_block #cost > div span i {
	font-size: 40px;
	text-transform: uppercase;
	font-style: normal;
}

#body h2 span {
	font-size: 26px;
	display: block;
}

#body .top_block #cost .crossed {
	color: #f5a900;
	font-size: 60px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	text-align: center;
	z-index: 5;
	position: relative;
	display: table;
	margin-left: auto;
	min-width: 180px;
}

#body .top_block #cost .crossed:after {
	content: '';
	position: absolute;
	display: block;
	z-index: 5;
	width: 180px;
	height: 90px;
	top: 0;
	left: 50%;
	margin-left: -90px;
	background: url('../images/cross_line.png') 0 0 no-repeat;
}

#body .top_block .columns_2 {
	margin-left: 55%;
	position: relative;
}

#body .top_block .columns_2 .form_wrap {
	width: 288px;
	margin: 0 auto;
}

#body .columns_2 .form_wrap form {
	background: url('../images/form_bg.png') right 0 no-repeat;
	width: 240px;
	padding: 15px 30px 15px 15px;
}

#body .columns_2 .form_wrap form p {
	/*font-family: 'kelson_sansregular';*/
	font-weight: bold;
}

#body .columns_2 .form_wrap {
	background: #ff0013;
	border-radius: 3px;
}

#body .form_wrap form .title_black {
	text-transform: uppercase;
	text-align: center;
	color: #000;
	display: block;
	margin-bottom: 15px;
}

#body .form_wrap form .title_white {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 2px #000;
}

#body .form_wrap form div {
	margin-bottom: 10px;
}

#body .form_wrap form div.btn_wrap {
	margin-bottom: 0px;
}

#body .yellow {
	color: #ffbc3d;
}

#body .central_part li {
	list-style-type: none;
	list-style-position: inside;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	padding-top: 5px;
	font-size: 18px;
}

#body .central_part .circle_style {
	display: block;
	position: absolute;
	left: -6px;
	top: 3px;
	width: 23px;
	height: 23px;
	border-radius: 23px;
	background: #f5aa00;
	/*font-family: 'kelson_sansbold';*/
	color: #000;
	text-align: center;
	line-height: 23px;
}

.yellow-menu {
	display: block;
}

.yellow-menu li {
	display: block;
}

.small-raz {
	text-transform: none !important;
	text-align: center;
}

#body .central_part .circle_style img {
	border-radius: 23px;
}

#body .central_part ul .circle_style {
	background: url('../images/list_marker.png') 0 0 no-repeat;
}

#body .left {
	width: 60%;
}

#body .img_left {
	width: 300px;
	height: 300px;
}

#body .gray_block {
	width: 500px;
	padding: 40px;
	margin-left: 30px;
	padding-bottom: 15px;
	background: #181818;
	border: 3px solid #8e8e8e;
	color: #dadada;
	position: relative;
	margin-bottom: 60px;
	padding-top: 15px;
}

#body .gray_block p {
	margin-bottom: 15px;
}

#body .gray_block:before {
	display: block;
	position: absolute;
	width: 65px;
	height: 36px;
	z-index: 5;
	top: 20px;
	left: -59px;
	content: '';
}

.left {
	font-size: 16px;
}

#body .img_right {
	float: right;
}

#body .description .columns_2 > div {
	width: 518px;
}

#body .description .columns_2 .img_wrap {
	width: 430px;
	height: 430px;
	margin-right: 30px;
}

#body .description .yellow {
	margin-top: 10px;
}

#body #comments_list {
	text-transform: uppercase;
}

#body #comments_list > div {
	padding: 20px;
	border-top: 1px solid #202020;
}

#body #comments_list > div.first {
	border: none;
}

#body #comments_list > div > div {
	display: inline-block;
	vertical-align: top;
	width: 790px;
	text-align: justify;
}

#body #comments_list > div > .img_wrap {
	width: 114px;
	height: 114px;
	border-radius: 114px;
	margin-right: 30px;
}

#body #comments_list > div > div span {
	display: block;
	color: #f5aa00;
	font-size: 18px;
	margin: 10px 0;
}

#body #bottom_block {
	background: #fe0000;
	margin-top: 100px;
	position: relative;
  	padding-bottom: 10px;
}

#body #bottom_block #bottom_bg {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
}

#body #bottom_block #bottom_bg img {
	display: block;
	width: 100%;
}

#body #bottom_block .central_part > div {
	margin-top: 25px;
}

#body #bottom_block .central_part > div > div {
	display: inline-block;
	vertical-align: top;
	width: 525px;
}

#body #bottom_block .central_part > div > div:first-child {
	position: relative;
}

#body #bottom_block form .btn_wrap {
	position: absolute;
	bottom: 15px;
	right: -90px;
}

#body #bottom_block .central_part > div > div#clock_block {
	width: 358px;
	background: url('../images/separator.png') 0 50px no-repeat;
	height: 210px;
	padding-left: 50px;
}

#body .black,
#body #clock_block .white {
	text-transform: uppercase;
	font-size: 22px;
	/*font-family: 'kelson_sansbold';*/
	display: block;
	margin: 20px 0 5px;
	text-align: center;
}

#body .black {
	color: #000;
	padding-right: 20px;
	margin: 20px 0 35px;
}

#body .white {
	color: #fff;
}

#body #bottom_block form > div {
	float: left;
	margin: 0 10px 10px 0;
}

#body #timer {
	position: relative;
}

#body #timer > div {
	float: left;
	background: url('../images/clock.png') 0 0 no-repeat;
	width: 51px;
	height: 90px;
	line-height: 90px;
	font-size: 81px;
	color: #cecece;
	margin-right: 4px;
	/*font-family: 'bebas_neueregular';*/
	text-align: center;
	position: relative;
}

#body #timer > div:last-child {
	margin-right: 0;
}

#body #timer > div span {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200%;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	/*font-family: 'kelson_sansregular';*/
}

#body #timer .margin {
	margin-right: 20px;
}

#body #clock_block span {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	margin: 10px 0;
}

.disk-block > img {
	max-width: 180px;
	float: left;
	    margin-left: 16%;
	margin-top: 20px;
}

.disk-content {
	margin-left: 480px;
}

.disk-block ol li {
	font-size: 18px;
}

.clear {
	clear: both;
	float: none !important;
}
.footer_price .footer_price-inner {
	display: inline-block;
	vertical-align: middle;
}
.footer_price .js_old_price {
	font-size: 24px;
	text-decoration: line-through;
	float: left;
	margin: 0 20px 0 25px;
	color: #f5a900;
}

.footer_price .js_new_price {
	font-size: 44px;
	font-weight: bold;
}

.footer_price .js_curs {
	text-transform: uppercase;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}

.new_price {
	text-align: center;
}

.top_ul {
	width: 55%;
	margin-top: -40px;
	margin-bottom: 30px;
}

.block_center h3,
.block_center h4 {
	text-align: center;
}

.block_center ul {
	display: table;
	margin: 0 auto;
}

.logos {
	text-align: center;
	margin-top: 0 !important;
	display: none;
}

.logos img {
	width: 80px !important;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
