html, body { background:#000; }
#body {
  background:url('../images/bg.jpg') center 0 no-repeat;
  font-family: Arial, Helvetica, 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_sans_ruregular';
  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 {
  padding:10px 0 5px 20px;
  text-transform:uppercase;
  color:#7c7c7c;
  font-family: 'kelson_sans_ruregular';
  font-size:14px;
  height: 100%;
  width: 100%;
  border:none;
  background-color: #fff!important;
  -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%;
}
#body .custom_select {
	width: 100%;
}
#body #bottom_block form div.custom_select {
  float: none;
  width:100%;
}
.custom_select {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-top:1px solid #707070;
    border-left:1px solid #707070;
    height: 40px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px;
}

.custom_select:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-left: #CCCCCC 1px solid;
    width: 34px;
    border-radius: 0 3px 3px 0;
    background: white;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, white 50%, #e7e8ec 100%);
    /* W3C */
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e8ec', GradientType=0);*/
    /* IE6-9 */
    height: 100%;
}

.custom_select:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #AFAFB0 transparent transparent transparent;
}

.custom_select:hover:after {
    border-color: #000000 transparent transparent transparent;
}

#body button {
  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:18px;
  font-family: arial;
  height:40px;
  line-height:40px;
  border:none;
  border-right:1px solid #0a1828;
  border-bottom:1px solid #0a1828;
  width:235px;
  border-radius:3px;
  cursor:pointer;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#body button:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#body input[type=submit]:hover { background:#FDD000; }
#body h1, #body h2, #body h3, #body h5 {
  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
  text-transform:uppercase;
  font-weight:normal;
}
#body h1 { font-size:90px; }
#body h2 { font-size:69px; margin-bottom:20px; }
#body h3 { font-size:36px; margin:30px 0 15px; }
#body h4 { font-family: 'kelson_sans_ruregular'; color:#474747; font-size:34px; text-transform:uppercase; font-weight:normal; margin:50px 0; }
#body h5 { color:#ff0013; font-size:50px; }

#body .top_block { font-family: Arial, Helvetica, sans-serif; }
  #body .top-block-title {text-transform: uppercase; text-align: center; margin-bottom: 40px; font-size: 34px;}
  #body .top_block h1 { padding:60px 0 40px 340px; line-height:80px; }
  #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 > div { padding-left:340px; }
  #body .top_block #cost { float:right; padding-left:0; z-index:5; }
  #body .top_block #cost > div { display:inline-block; vertical-align:top; }
  #body .top_block #cost > div span { font-size:98px; }
  #body .top_block #cost > div span i { font-size:48px; text-transform:uppercase; font-style:normal; }
  #body h2 span { font-size: 33px;}
  #body .top_block #cost .crossed {
    color:#f5a900;
    font-size:71px;
    margin:20px 30px 0 0;
    width:180px;
    height:90px;
    vertical-align:middle;
    text-align:center;
    z-index:5;
    position:relative;
  }
  #body .top_block #cost .crossed:after {
    content:'';
    position:absolute;
    display:block;
    z-index:5;
    width:180px;
    height:90px;
    top:0;
    left:0;
    background:url('../images/cross_line.png') 0 0 no-repeat;
  }


#body .top_block .columns_2 { padding-left:0; }
  #body .columns_2 > div {
    float:left;
  }
  #body .top_block .columns_2 > div:first-child {
    width:645px;
  }
  #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: Arial, Helvetica, sans-serif;
    font-weight: bold;
  }

  #body .columns_2 .form_wrap {
    background:#ff0013;
    border-radius:3px;
    width:288px;
    float:right;
  }
  #body .form_wrap form .title_black { text-transform:uppercase; color:#000; display:block; margin-bottom:15px; }
  #body .form_wrap form .title_white { text-transform:uppercase; color:#fff; display:block; font-size:18px; margin-bottom:15px; }
  #body .form_wrap form div {
    margin-bottom:20px;
  }
#body .form_wrap form div.text-note {
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    font-size: 14px;
}
  #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:25px;
  padding-top: 5px;
}
#body .central_part .circle_style {
  display:block;
  position:absolute;
  left:-6px;
  top:3px;
  width:23px;
  height:23px;
  border-radius:23px;
  background:#f5aa00;
  font-family: Arial, Helvetica, sans-serif;
  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:500px; }
#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;
  padding-bottom: 20px;
}
#body #bottom_block #bottom_bg { margin-bottom:20px; }
#body #bottom_block #bottom_bg img {
  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;
  /* height:280px; */
  padding: 0px 0 40px;
}
#body #bottom_block form .btn_wrap {
  position:absolute;
  bottom: -10px;
  right: 41px;
}
#body #bottom_block .central_part > div > div#clock_block {
  width:385px;
  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: Arial, Helvetica, sans-serif;
  display:block;
  margin-bottom:20px;
  margin-top:0;
}
#body .black { color:#000; padding-right:20px; margin-bottom:45px; }
#body .white { color:#fff; }
#body #bottom_block form > div {
  float:left;
  margin:0 10px 10px 0;
}

#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_neue_cyrillicregular';
  text-align:center;
  position:relative;
}
#body #timer > div span { position:absolute; bottom:-70px; left:0; color:#fff; font-size:12px; font-family: 'kelson_sans_ruregular';  }
#body #timer .margin { margin-right:20px; }
#body #clock_block span {
  text-transform:uppercase;
  font-size:12px;
  display:block;
  margin:10px 0;
}

.disk-block > img{
  float:left;
  max-width: 100%;
}

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

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

.clear {
  clear: both;
  float:none !important;
}

#order_form_b {
  max-width: 475px;
}
#order_form_b .cost {
  width:100%;
  display:block;
  float:none;
  color: #FFFFFF;
  font-size: 44px;
  font-weight:bold;
}
#order_form_b .cost i{font-style: normal;}
#order_form_b .cost > .crossed{
  text-decoration:line-through;
  font-size:22px;
  color: #FDD000;
}