html, body { background:#000; }
#body {

  font-family: Arial, Helvetica, sans-serif;
  color:#fff;
  font-size:14px;
}
#body .img_wrap { overflow:hidden; }
#body .central_part {
  width:980px;
  margin:0 auto;
}
#body input[type=text],
#body input[type=tel] {
  width:190px;
  padding: 0 35px 0 5px;
  text-transform:uppercase;
  color:#7c7c7c;
  font-size:12px;
  height:40px;
  border-radius:3px;
  border:none;
  border-top:1px solid #707070;
  border-left:1px solid #707070;
}
.total-price {
  margin: 10px auto;
}
.total-price span {
  display: block;
  font-size: 25px;
}
.total-price span:nth-child(2) {
  font-weight: 700;
}
#body select {
  width:230px;
  padding:10px 5px;
  text-transform:uppercase;
  color:#7c7c7c;
  font-size:12px;
  height:40px;
  border-radius:3px;
  border:none;
  border-top:1px solid #707070;
  border-left:1px solid #707070;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(sel2.png) #fff 5% center no-repeat;
}

select::-ms-expand {
    display: none;}


#body input[type=submit] {
  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;
  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;
}

#body input[type=button]:hover {
  -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);transform: scale(1.1);
}
#body input[type=submit]:hover { background:#FDD000; }
#body h1, #body h2, #body h3, #body h5 {
  color:#fff;
  text-transform:uppercase;
  font-weight:normal;
}
#body h1 { font-size:90px; }
#body h2 {
  font-size: 69px;
  line-height: 0.7;
  margin-bottom: 40px;
}
#body h3 { font-size:36px; margin:30px 0 15px; }
#body h4 { color:#fff; font-size:34px; text-transform:uppercase; font-weight:normal; margin:50px 0; }
#body h5 { color:#ff0013; font-size:50px; }

  #body .top_block { background: url(bg-1.png) no-repeat center; background-position-y: -5px; }
  #body .top-block-title {text-transform: uppercase; text-align: right; margin-bottom: 40px; font-size: 34px;     padding-left: 340px;}
  #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 #cost {
  padding-left: 0;
  z-index: 5;
  margin-bottom: 40px;
}
  #body .top_block #cost > div { display:inline-block; vertical-align:top; }
  #body .top_block #cost > div span { font-size:79px; }
  #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:60px;
    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('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('form_bg.png') right 0 no-repeat;
    width:240px;
    padding:15px 30px 15px 15px;
  }

  #body .columns_2 .form_wrap form p{
    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.btn_wrap {
    margin-bottom:0px;
  }

#body .yellow { color:#ffbc3d; }

.screen-2 li {
  list-style-type:none;
  list-style-position:inside;
  position:relative;
  padding-right:35px;
  margin-bottom:25px;
  padding-top: 5px;
}

.screen-3 li {
  list-style-type:none;
  list-style-position:inside;
  position:relative;
  padding-right:35px;
  margin-bottom:25px;
  padding-top: 5px;
}
#body .central_part .circle_style {
  display:block;
  position:absolute;
  right:-6px;
  top:3px;
  width:23px;
  height:23px;
  border-radius:23px;
  background:#f5aa00;
  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('list_marker.png') 0 0 no-repeat;
}

#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: 20px;
}
#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: 85px;
}
#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;

}
#body #bottom_block form .btn_wrap {
  position: absolute;
   bottom: -75px;
    right: 25%;
  margin: 0;
}
#body #bottom_block .central_part > div > div#clock_block {
  width:385px;
  background:url('separator.png') 0 50px no-repeat;
  height:210px;
  padding-right:50px;
}
#body .black, #body #clock_block .white {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  padding-top: 20px;
}
#body .black {
  color: #000000;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-top: 20px;
}
#body .white { color:#fff; }
#body #bottom_block form > div {
  float:right;
  margin:0 10px 10px 0;
}

#body #timer > div {
  float:left;
  background:url('clock.png') 0 0 no-repeat;
  width:51px;
  height:90px;
  line-height:90px;
  font-size:71px;
  color:#cecece;
  margin-right:4px;
  text-align:center;
  position:relative;
}
#body #timer > div span { position:absolute; bottom:-70px; left:0; color:#fff; font-size:12px; }
#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;
  width: 428px;
}

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

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

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

.prices {
   width: 175px;
   font-size: 16px;
}

.top_block ul {
      margin-top: 35px;
    margin-left: 260px;
}

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

.screen-2 {
  background: url(bg-22.jpg) no-repeat center;
  background-size: contain;
}

.screen-3 {
   background: url(bg-3.png) no-repeat center;
}

.for_price {
  margin: 10px 0;
  font-size: 18px;
}
.js_errorMessage,.ac_footer{
  direction: ltr!important;
}

.onlymask__input--hidden {opacity:0}

input[type=tel] {
  direction: ltr;
    text-align: right;
}