@import url(reset.css);

*:focus {
  outline:none;
}

@font-face {
    font-family: 'Futura-Book-Regular';
    src: url('../fonts/a_FuturicaBook.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "PFBeauSansPro-Regular";
  src:url("../fonts/PFBeauSansPro-Regular.otf");
  font-weight:normal;
  font-style:normal;
}

@font-face {
    font-family: 'MetaPro';
    src: url('../fonts/MetaPro-Normal.ttf');
}

header, section, hgroup, nav, footer, article {
  display: block;
}

strong {
  font-weight:bold;
}

.clear{
  clear: both;
}

a:hover{
  text-decoration:none;
}


body {
  background: #fff;
  color:#000;
  font-family: MetaPro, Myriad Pro;
  font-size: 16px;
}

#wrapper {
  width: 100%;
  padding-top: 83px;
}

header {
  background: url("../_i/header-bg.png") repeat-x scroll 0 0 transparent;
  width: 100%;
  height: 83px;
  position: fixed;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=90);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
  opacity: 0.95;
}

header.active {
  background: #fff;
}

header.active .last-child{
  background: url("../_i/yellow.png") no-repeat scroll 0 0px transparent;
}

header.active .shadow {
  display:block;
}

header.active #top-menu ul li a{
  color:#000;
}

header.active #top-menu ul li a:hover, header.active #top-menu ul li.active a{
  color:#fff;
}

header.active #top-menu ul li:last-child a{
  -ms-border-radius: 20px;
  color:#000;
}

.last-child  {
  height: 36px;
  padding-right: 7px;
  margin-top: -3px;
}

.last-child a {
  line-height: 36px !important;
}

.last-child:hover{
  background: url("../_i/yellow.png") no-repeat scroll 0 0 transparent !important;
}


.last-child:hover a, .last-child:hover a span {
  background: none !important;
  color:#000 !important;
}

.header-content {
  width: 975px;
  height: 100%;
  margin:0 auto;
}

#top-menu {
  padding-top: 30px;
}

#top-menu ul{
  display:block;
}

#top-menu ul li{
  display:block;
  float:left;
  margin-left: 43px;
}

#top-menu ul li:first-child {
  margin-left:0;
}

#top-menu ul li:last-child a, .last-child a {
  color: #fec707;
}

#top-menu ul li a{
  height: 31px;
  color: #e1e1e1;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 31px;
}

#top-menu ul li a span {
  margin:0 15px;
  height: 31px;
  display:block;
}

#top-menu ul li:hover, #top-menu ul li.active{
  background: url("../_i/menu_a_left.png") no-repeat scroll left 0 transparent;
}

#top-menu ul li:hover a, #top-menu ul li.active a{
  background: url("../_i/menu_a_right.png") no-repeat scroll right 0 transparent;
}

#top-menu ul li:hover a span, #top-menu ul li.active a span{
  background: url("../_i/menu_a_center.png") repeat-x scroll right 0 transparent;
}

#info {
  background: url("../_i/bg-gradient.jpg") repeat-x scroll center 0 transparent;
  height: 502px;
}
.p1_label{
  font-size: 60px;
  text-align: center;
  font-family: 'MetaPro', 'Myriad Pro';
  margin-bottom: 40px;
}
.info-content {
  background: url("../_i/bg-1.png") no-repeat scroll center 0 transparent;

  width: 100%;
  height: 100%;
}
.info_pack{
  position: absolute;
  top: 100px;
  right: -60px;
  height: 420px;
}
.shadow {
  background: url("../_i/shadow.png") repeat-x scroll center 0 transparent;
  width: 100%;
  height: 5px;
  position:absolute;
  bottom: -6px;
  display:none;
}

.info-content-body {
  width: 975px;
  margin:0 auto;
  position:relative;
}

.flag {
  background: url("../_i/flag.png") no-repeat scroll center 0 transparent;
  width: 110px;
  height: 109px;
  position:absolute;
  right:0;
  top:0;
  color:#fff;
  text-align:center;
  font-size: 18px;
}

.flag span {
  font-size: 20px;
  font-weight:bold;
  display:block;
  margin: 15px 0 5px;
}

.info-block {
    margin-left: 345px;

    width: 295px;
    padding-top: 50px;
}

.info-block h3{
  font-size: 18px;
  color:#9e0039;
  font-weight:bold;
  margin-bottom: 5px;
  padding-left: 32px;
}

.info-lists {
  display:block;
}

.info-lists li {
  display:block;
  margin-top: 30px;
}

.info-lists li img {
  margin-right: 15px;
  float: left;
}

.middle-menu {
  background: url("../_i/bg-middle-menu.png") no-repeat scroll center 0 transparent;
  width: 981px;
  height: 87px;
  position:absolute;
  left: 0px;
  bottom: -167px;
  z-index: 2;
}

.only-today {
  background: url("../_i/only-today.png") no-repeat scroll 0 0 transparent;
  width: 110px;
  height: 63px;
  font-size: 18px;
  padding-left: 33px;
  padding-top: 24px;
  text-transform: uppercase;
  float:left;
}

.price {
  float:left;
  line-height: 87px;
  padding-left: 10px;
}

.spec-price {
  float:left;
  font-weight:bold;
  font-size:20px;
  margin-right: 10px;
}

.old-price {
  float:left;
  color:#db1a4a;
  font-weight:bold;
  font-size: 20px;
}

.line {
  background: url("../_i/line.png") no-repeat scroll 0 center transparent;
}
.btn-order, .js_submit{
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;

}
.btn-order:hover, .js_submit:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);

}
.diskount {
  background: url("../_i/diskount.png") no-repeat scroll 0 0 transparent;
  width: 120px;
  height: 121px;
  position:absolute;
  right: 215px;
  top: -23px;
  font-size: 18px;
  color:#fff;
  line-height: normal;
  text-align: center;
  padding-top: 35px;
  font-weight: bold;
}

.diskount div:first-child {
  font-size: 22px;
}

.btn-order {
  background: url("../_i/btn-order.png") no-repeat scroll 0 0 transparent;
  width: 173px;
  height: 45px;
  display:block;
  float:right;
  text-align:center;
  line-height: 45px;
  color:#000;
  font-size: 22px;
  text-decoration:none;
  text-transform:uppercase;
  margin-top: 21px;
  margin-right: 30px;
}

#result {
  background: url("../_i/bg-2.jpg") no-repeat scroll center 0 transparent;
  height: 531px;
  background-size: cover;
  position:relative;
}

.red-logo {
  background: url("../_i/red-logo.png") no-repeat scroll center transparent;
  width: 93px;
  height: 399px;
  position:absolute;
  top: 50%;
  left: 15px;
  margin:-189.5px 0 0 0;
}
.red-logo p{
  line-height: 93px;
  margin-top: 221px;
  transform: rotate(-90deg);
  font-size: 60px;
  color: #c9004a;
  margin-right: 10px;
}
.result-content {
  width: 975px;
  margin:0 auto;
  padding-top: 120px;
  color:#fff;
}

.result-content h1 {
  text-align:center;
  font-size: 36px;
  margin-bottom: 70px;
}

.result-lists {
  font-size: 18px;
}

.result-lists .result-block{
  background: url("../_i/galka.png") no-repeat scroll 0 center transparent;
  width: 50%;
  margin-bottom: 35px;
  float:left;
}

.result-lists span {
  padding-left: 25px;
}

#effetcs {
  width: 1000px;
  margin:0 auto;
}

.table {
  background: url("../_i/table.png") no-repeat scroll 0 0 transparent;
  width: 100%;
  height: 691px;
  background-size: 1000px 100%;
}

.table-content {
  padding: 75px;
}

.table-content h1{
  color:#9e0039;
  text-align:center;
  text-transform:uppercase;
  font-size: 30px;
  font-weight:bold;
  margin-bottom: 15px;
}

.table-content > p {
  text-align:center;
  color:#111;
  font-size: 30px;
}

.show-block {
  margin-top: 50px;
  float:left;
  width: 25%;
}

.show-block img {
  display:block;
  margin: 0 20px;
}

.show-block h3 {
  color:#898989;
  margin: 30px 0;
  padding: 0 20px;
}

.show-block p {
  color:#111111;
  font-size: 18px;
  padding: 0 20px;
}

#spec-tell {
  width: 1000px;
  margin:0 auto;
}

.spec-left, .spec-center, .spec-right {
  float:left;
}

.spec-left {
  width: 35%;
}

.spec-center {
  width: 30%;
  margin-left: 5%;
  margin-right: 5%;
}

.spec-right {
  width: 25%;
}

.spec-name {
  background: url("../_i/podpis.png") no-repeat scroll left center transparent;
  font-size: 16px;
  font-weight:bold;
  margin-top: 20px;
}

.spec-name div {
  padding-left: 105px;
}

.spec-name span {
  color:#db1a4a;
}

.spec-center {
  font-size: 18px;
}

.spec-center h1{
  font-size: 36px;
  margin-bottom: 20px;
}

.spec-right img{
  display:block;
  margin:0 auto;
}

.spec-center p {
  margin-bottom: 20px;
}

.formula-block {
  margin-top: 40px;
  font-size: 18px;
}

.formula-block span{
  color:#db1a4a;
  font-weight:bold;
}

.sertificates {
  background: url("../_i/two-line.png") repeat-x scroll 0 center transparent;
  width: 940px;
  margin:40px auto 0;
}

.sertificates-block {
  background: #fff;
  width: 380px;
  margin: 0 auto;
  padding:0 10px;
}

.sertificates-block img {
  margin-left: 10px;
}

.sertificates-block img:first-child {
  margin-left: 0;
}

#comments {
  width: 1000px;
  margin:0 auto;
}

#comments h1{
  font-size: 36px;
  text-align:center;
  margin: 60px 0;
}

.comment {
  background: url("../_i/comments-block.png") no-repeat scroll right -25px transparent;
  margin-bottom: 10px;
  padding-bottom: 50px;
}

.comment-image {
  font-size: 15px;
  position: relative;
  float: left;
  width: 230px;
  padding-top: 90px;
  z-index: 2;
}

.comment-image span{
  width: 70px;
  display:block;
  position:absolute;
  top: 139px;
  right: 0;
}

.comment-content {
  margin-left: 260px;
  padding: 52px 80px 35px 35px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  font-size: 20px;
  font-family: Times New Romans;
  font-style:italic;
  text-decoration:underline;
  line-height: 32px;
  position:relative;
}

.comment-content:after {
}

#form {
  background: url("../_i/flowers.jpg") no-repeat scroll center -150px transparent;
}

.form-content{
  background: url("../_i/cream_.png") no-repeat 55% bottom, url("../_i/bottom-bg.png") no-repeat scroll center 0 transparent;
  width: 990px;
  height: 628px;
  margin: 0 auto;
}

.form-container {
  padding: 80px;
}

.form-block {
  width: 301px;
  float:left;
}

.form-block h1{
  font-size: 30px;
  margin-bottom: 25px;
}

.form-block form > div {
  margin-top: 15px;
  margin-bottom:3px;
}

.form-block span {
  color:#898989;
  font-size: 13px;
  font-family: Tahoma;
}

.form-block label {
  font-size: 18px;
}

.form-block input[type=text], .input-select {
  background: url("../_i/input.png") no-repeat scroll 0 0 transparent;
  width: 301px;
  height: 32px;
  margin:0;
  padding:0;
  width: 100%;
  height: 32px;
  text-indent: 10px;
  margin-top: 3px;
  border:none;
}

.select {
  position:relative;
  cursor:pointer;
}

.select-value {
  background: url("../_i/sel.png") no-repeat scroll 95% center transparent;
  line-height: 32px;
}

.select-drop {
  background: url("../_i/drop.png") repeat scroll 95% center #fff;
  border-right:1px solid #dddddd;
  border-left:1px solid #dddddd;
  width: 301px;
  display:none;
  position:absolute;
  z-index: 5;
  top: 25px;
  left: 0;
  padding-bottom: 2px;
  border: none;
}

.select-drop.input-select {
  height: auto;
}

.select-drop div {
  padding: 5px 0;
  cursor:pointer;
}

.select-drop div:hover {
  background: #d3d3d3;
  color:#fff;
}

#phone {
  margin-bottom: 10px;
}

.form-block p {
  margin-top: 5px;
}

.form-block input[type=submit] {
  background: url("../_i/button.png") no-repeat scroll 0 0 transparent;
  width: 226px;
  height: 48px;
  border:none;
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
  margin-top: 15px;
  font-size: 15px;
  cursor:pointer;
  letter-spacing: 5px;
  text-align:center;
}

.form-info {
  width: 225px;
  float:right;
  margin-right: 15px;
}

.form-info h2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.form-info h1 {
  font-size: 36px;
  font-weight:bold;
  text-align:center;
}

.icon-beg {
  background: url("../_i/beg.png") no-repeat scroll center 0 transparent;
  width: 202px;
  height: 66px;
  margin:20px auto;
  font-size: 24px;
  font-weight:bold;
  line-height:66px;
  text-align:center;
}

.form-older-price {
  font-size: 18px;
  color:#636363;
  text-align:center;
}

.form-older-price  span {
  background: url("../_i/grey-procherk.png") no-repeat scroll center center transparent;
}

.finish-discount {
  font-size: 18px;
  text-align:center;
  margin-top: 20px;
  line-height: 25px;
}

.timer {
  margin-top: 40px;
}

.timer span {
  display: block;
}

.minutes, .seconds, .zap , .form-image {
  float:left;
}

.form-image {
  margin-top: 10px;
  margin-left: 15px;
}

.minutes {

}

.seconds {

}

.timer-info {
  font-size: 15px;
  text-align:center;
}

.zap {
  line-height: 80px;
  font-size: 24px;
  margin:0 5px;
}

.minute_1, .minute_2, .seconde_1, .seconde_2 {
  background: url("../_i/timer.png") no-repeat scroll 0 0 transparent;
  font-family:'PFBeauSansPro-Regular', "Myriad Pro",monospace,  sans-serif ;
  width: 68px;
  height: 60px;
  font-size: 47px;
  float:left;
  line-height: 55px;
  letter-spacing: 8px;
  padding-left: 4px;
}

footer {
  border-top: 1px solid #d6d6d6;
  width: 975px;
  margin:0 auto;
  padding-top: 15px;
}

.footer-left {
  float:left;
}

footer p{
  color:#898989;
  font-size: 12px;
  margin-top: 10px;
}

.footer-right {
  float:right;
  text-align:right;
}

.error {
  border: 1px solid red !important;
}