    * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

  margin: 0;
  padding: 0;
}
body {
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  /*  overflow-x: hidden;*/
}
a {
  outline: none;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
}
.clearfix:after,
.row:after {
  content: "";

  display: block;
  clear: both;
}
.ttu {
  text-transform: uppercase;
}
.limit {
  width: 95%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 2.5%;
}
.wrapper-cont {
  position: relative;

  width: 100%;
  max-width: 500px;
  margin: 0 auto;

  -webkit-box-shadow: 0 0 120px 12px #c5c5c5;
          box-shadow: 0 0 120px 12px #c5c5c5;
}
.blueprint {
  position: absolute;
  left: 794px;

  opacity: 0.7;
}
.btn {
  display: inline-block;
  padding: 18px;

  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  border: 0;
  outline: none;
  cursor: pointer;
}
.btn.btn-transparent {
  display: block;

  color: #ff8484;

  background: none;
  border: 1px solid #ff8484;
}
.btn.btn-transparent:hover {
  color: #ffffff;

  border-color: #ffffff;
}
.btn.btn-primary {
  padding: 20px 45px;

  font-size: 16px;
  color: #2c1f1f;

  background: #d0af6d;
  box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.26);
  /* background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d0d0d0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #d0d0d0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d0d0d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0d0d0', GradientType=0);*/
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  color: #ffffff;

  background: #800080;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.dark-title {
  padding: 22px 0;

  text-align: center;

  background: #2f2f2f;
  background:    -moz-linear-gradient(left, #2f2f2f 0%, #161616 100%);
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #161616 100%);
  background:         linear-gradient(to right, #2f2f2f 0%, #161616 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2f2f2f", endColorstr="#161616", GradientType=1);
}
.dark-title span {
  display: block;
  margin-bottom: 5px;

  font-size: 16px;
  color: #ffffff;
}
.dark-title em {
  font-size: 17px;
  color: #fffafa;
}
.block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block .image.with-label:before,
.block .description.with-label:before {
  content: "1";
  position: absolute;

  display: block;
  width: 34px;
  height: 34px;

  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;

  background: #00cbf4;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.block.with-gradient {
  background:    -moz-linear-gradient(top, #5391b3 0%, #222c31 100%);
  background: -webkit-linear-gradient(top, #5391b3 0%, #222c31 100%);
  background:         linear-gradient(to bottom, #5391b3 0%, #222c31 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5391b3", endColorstr="#222c31", GradientType=0);
}
.fixed-button {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;

  width: 100%;
  padding: 5px 0;

  text-align: center;

  background: #352c2c;
}
.fixed-button .btn {
  padding: 10px 35px;

  font-size: 13px;
  line-height: 1;
  color: #000000;

  background: #b4b4b4;
  background:    -moz-linear-gradient(left, #b4b4b4 0%, #fdfdfd 100%);
  background: -webkit-linear-gradient(left, #b4b4b4 0%, #fdfdfd 100%);
  background:         linear-gradient(to right, #b4b4b4 0%, #fdfdfd 100%);
  box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.75);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#b4b4b4", endColorstr="#fdfdfd", GradientType=1);
}
.fixed-button .btn:hover,
.fixed-button .btn:active,
.fixed-button .btn:focus {
  color: #000000;

  background: #8e8e8e;
  background:    -moz-linear-gradient(left, #fdfdfd 0%, #8e8e8e 100%);
  background: -webkit-linear-gradient(left, #fdfdfd 0%, #8e8e8e 100%);
  background:         linear-gradient(to right, #fdfdfd 0%, #8e8e8e 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd", endColorstr="#8e8e8e", GradientType=1);
}
.block1 {
  padding-top: 20px;
  padding-bottom: 30px;
  background:url("../img/block1.jpg") top center no-repeat;
  text-align: center;
}
.block1 img {
  display: block;
  margin: 20px auto;
}
.block1 img.body {
  display: block;
  margin-top: 16px;
}
.block1 .bl1-img_01 {
  display: block;
  margin-bottom: 4px;
}
.block1 .logo {
  display: block;
  width: 293px;
  height: 43px;
  margin: 0 auto;
  margin-bottom: 18px;

  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #e4bf75;
  text-transform: uppercase;
  text-decoration: none;

  background: url("../img/logo.png") no-repeat;
}
.block1 .title1 {
  margin-top: -14px;
  margin-bottom: 10px;

  font-size: 31px;
  font-family: RobotoLight;
  text-align: center;
  color: #44daff;
}
.block1 .title2 {
  display: block;

  font-weight: lighter;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.block1 .btn {
  margin-top: -5px;
}
.block1 .list {
  margin-top: 18px;

  font-size: 15px;
  color: #44daff;
}
.block1 .list span {
  display: block;
  margin-bottom: 18px;

  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.block1 .list li {
  position: relative;

  margin-bottom: 13px;
  padding-left: 28px;

  list-style: none;
  /*    line-height: 25px;*/
  font-size: 14px;
  text-align: left;

}
.block1 .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;

  display: block;
  width: 7px;
  height: 7px;
  margin-top: -4px;

  background: #44daff;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.block1 .list ul {
  display: inline-block;

  line-height: 20px;
}
.block2 {
  padding-top: 0;
  padding-bottom: 25px;



  background: #ffffff;
}
.block2 .item {
  float: left;
  width: 50%;
  padding-top: 12px;

  text-align: center;
}
.block2 .item img {
  display: block;
  margin: 0 auto;
}
.block2 .item span {
  display: block;
  margin-top: 8px;

  font-size: 14px;
  color: #030303;
}


.line {
  position: absolute;

  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.line1 {
  top: 83px;
  left: 71px;
}

.line2 {
  top: 130px;
  left: 71px;
}

.line3 {
  top: 167px!important;
  left: 40px;
}
.line4 {
  top: 213px!important;
  left: 185px;
}

.block3 .graph {
  margin-top: 10px;
  margin-bottom: 25px;

  text-align: center;
}
.block3 .graph img {
  display: block;
  margin: 0 auto;
}
.block3 .info {
  margin-top: -10px;
  padding: 8px 0 8px 12px;

  font-size: 14px;
  color: #ffffff;

  border-left: 8px solid #44daff;
}
.block4 {
  padding: 22px 0;

  text-align: center;

  background: #2f2f2f;
  background:    -moz-linear-gradient(left, #2f2f2f 0%, #161616 100%);
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #161616 100%);
  background:         linear-gradient(to right, #2f2f2f 0%, #161616 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2f2f2f", endColorstr="#161616", GradientType=1);
}
.block4 span {
  display: block;
  margin-bottom: 5px;

  font-size: 22px;
  color: #44daff;
}
.block4 em {
  font-size: 17px;
  color: #fffafa;

}
.block5 {
  padding: 20px 0;
  padding-top: 0;

  background: #c8c8c8;
  background:    -moz-linear-gradient(left, #c8c8c8 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(left, #c8c8c8 0%, #e6e6e6 100%);
  background:         linear-gradient(to right, #c8c8c8 0%, #e6e6e6 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c8c8c8", endColorstr="#e6e6e6", GradientType=1);
}
.block5 img {
  display: block;
  margin: 0 auto;
}
.block5 .label {
  max-width: 290px;
  margin: 0 auto;
  padding: 19px 18px;

  font-size: 14px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;

  background: #00cbf4;
  -webkit-transform: skew(10deg);
     -moz-transform: skew(10deg);
       -o-transform: skew(10deg);
          transform: skew(10deg);
}
.block5 .label span {
  display: block;

  -webkit-transform: skew(-10deg);
     -moz-transform: skew(-10deg);
       -o-transform: skew(-10deg);
          transform: skew(-10deg);
}
.block5 ol {
  margin-top: 18px;

  list-style-type: none;

  counter-reset: num;
}
.block5 ol li {
  margin-bottom: 20px;

  list-style: none;
  font-size: 15px;

}
.block5 ol li:before {
  content: counter(num);

  float: left;
  width: 31px;
  height: 31px;
  margin-right: 12px;

  font-size: 16px;
  line-height: 31px;
  text-align: center;
  color: #fffefe;
  font-style: normal;

  background: #2f2f2f;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;

  counter-increment: num;
}
.block5 ol li:after {
  content: "";

  display: block;
  clear: both;
}
.block5 ol li:last-child {
  margin-bottom: 0;
}

.block7 {
  text-align: center;
}
.block7 .title1 {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}
.block7 .title1 span {
  display: block;
  margin-top: 8px;

  color: #07b9dd;
}
.block7 .title2 {
  margin-bottom: 8px;

  font-size: 15px;
  color: #1a1a1a;

}
.block7 .item {
  float: left;
  width: 50%;
  margin: 0 0 5px;
  padding: 0 1px;

  text-align: center;
}
.block7 .item .image {
  position: relative;
}
.block7 .item .image div {
  bottom: 11px;
  display: table;
  width: 100%;
  height: 49px;
  padding: 0 15px;
  text-align: center;
}
.block7 .item .image div span {
  display: table-cell;
  height: 49px;

  font-size: 14px;
  vertical-align: middle;
  color: #ffffff;
  text-transform: uppercase;

  height:80px;
}
.block8 {
  padding-top: 0;
}
.block8 .dark-title {
  padding: 0;
}
.block8 .dark-title .table {
  display: table;
  width: 100%;
  margin-bottom: 20px;

  text-align: left;
}
.block8 .dark-title .table span {
  display: table-cell;
  width: 50%;
  padding: 20px 0;

  vertical-align: middle;
}
.block8 .dark-title .table span.label {
  padding-right: 10px;

  font-size: 16px;

  border-right: 1px solid #4b4b4b;
}
.block8 .dark-title .table span.label .blue {
  font-size: 16px;
  color: #00cbf4;
}
.block8 .dark-title .table span.value {
  width: 50%;
  padding-left: 10px;

  font-size: 14px;
  color: #fffafa;
}
.block8 .item {
  margin-top: 12px;
  margin-bottom: 15px;
}
.block8 .item .image {
  margin-bottom: 8px;

  text-align: center;
}
.block8 .item .description {
  position: relative;

  padding-left: 50px;
}
.block8 .item .description span {
  display: block;
  margin-bottom: 8px;

  font-size: 24px;
  color: #414141;
  text-transform: uppercase;
}
.block8 .item .description:before {
  top: 0;
  left: 0;
}
.block8 .item .description p {
  font-size: 14px;
  color: #414141;
}
.block8 .item:nth-child(2) .description:before {
  content: "2";
}
.block8 .item:nth-child(3) .description:before {
  content: "3";
}
.block8 .item:nth-child(4) .description:before {
  content: "4";
}
.block9 {
  text-align: center;
}
.block9 .title1 {
  margin-bottom: 2px;

  font-size: 18px;
  color: #00cbf4;
}
.block9 .title2 {
  margin-bottom: 8px;

  font-size: 18px;
  color: #ffffff;
}
.block9 .title3 {
  font-size: 13px;
  color: #fff;

}
.block9 .bl9-hr {
  display: block;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 7px;

  color: #ffffff;

  opacity: 0.3;
}
.block9 .compare {
  max-width: 260px;
  margin: 8px auto 0;
}
.block9 .compare .tooltip {
  position: absolute;
  top: 0;
  left: 50%;

  min-width: 80px;
  height: 22px;
  margin-left: -38px;

  font-size: 10px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;

  background: #253239;
}
.block9 .compare .tooltip:after,
.block9 .compare .tooltip:before {
  content: "";
  position: absolute;
  top: 0;

  width: 9px;
  height: 100%;

  background: url("../img/block9-tooltip.png") no-repeat;
}
.block9 .compare .tooltip:before {
  left: -9px;
}
.block9 .compare .tooltip:after {
  right: -8px;

  width: 8px;

  background-position: -9px 0;
}
.block9 .compare .tooltip.tooltip-shoulder {
  top: 6px;
  left: 72px;
}
.block9 .compare .tl-rs {
  top: 138px !important;
  left: 72px;
}
.block9 .compare .tooltip.tooltip-waist {
  top: 118px;
}
.block9 .compare .tooltip.tooltip-hip {
  top: 168px;
}
.block9 .compare .tooltip i {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 0;

  display: block;
  height: 1px;
}
.block9 .compare .side {
  position: relative;

  float: left;
  width: 50%;
}
.block9 .compare .side .image {
  position: relative;

  width: 130px;
  height: 199px;
}
.block9 .compare .side .image img {
  display: block;
  width: 100%;
  height: 100%;
}
.block9 .compare .side .image .weight {
  display: none;
}


.block9 .compare .side.before .tooltip i {
  background: #f05353;
}
.block9 .compare .side.before .tooltip.tooltip-shoulder i {
  right: -132px;

  width: 132px;
}
.block9 .compare .side.before .tooltip.tooltip-waist i {
  right: -220px;

  width: 220px;
}
.block9 .compare .side.before .tooltip.tooltip-hip i {
  right: -142px;

  width: 142px;
}
.block9 .compare .side.after .weight {
  background: url("../img/block9-after-weight.png") no-repeat;
}
.block9 .compare .side.after .tooltip {
  background: #00cbf4;
}
.block9 .compare .side.after .tooltip i {
  right: auto;
  left: 0;

  background: #ffb400;
}
.block9 .compare .side.after .tooltip.tooltip-shoulder i {
  left: -122px;

  width: 122px;
}
.block9 .compare .side.after .tooltip.tooltip-waist i {
  left: -154px;

  width: 154px;
}
.block9 .compare .side.after .tooltip.tooltip-hip i {
  left: -152px;

  width: 152px;
}
.block9 .compare .side.after .tooltip:before {
  background-position: -16px 0;
}
.block9 .compare .side.after .tooltip:after {
  background-position: -26px 0;
}
.block9 .title4 {
  margin-top: 20px;

  font-size: 30px;
  color: #00cbf4;
}
.block9 .title5 {
  margin-bottom: 5px;

  font-size: 21px;
  color: #acd52f;
}
.block9 .title6 {
  font-size: 14px;
  color: #292929;

}
.block9 .chain .item {
  position: relative;

  float: left;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 22px;
}
.block9 .chain .item img {
  display: block;
  margin: 0 auto;
}
.block9 .chain .item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;

  width: 13px;
  height: 25px;
  margin-top: -12px;

  background: url("../img/arrows.png") no-repeat;
}
.block9 .chain .item:nth-child(2):after {
  top: auto;
  right: auto;
  bottom: -28px;
  left: 50%;

  margin-left: -7px;

  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block9 .chain .item:nth-child(3):after {
  display: none;
}
.block9 .chain .item:last-child:after {
  right: auto;
  left: -6px;

  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block10 {
  text-align: center;

  background-color: #162329;
}
.block10 .title1 {
  margin-bottom: 4px;

  font-size: 30px;
  color: #00cbf4;
}
.block10 .title2 {
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;

}
.block10 .row {
  text-align: center;
}
.block10 .row > div {
  position: relative;

  float: left;
  width: 50%;
}
.block10 .row > div > div {
  position: relative;

  display: inline-block;
}
.block10 .row > div span {
  position: absolute;
  top: -20px;
  right: -16px;
  z-index: 10;

  width: 48px;
  height: 48px;

  font-size: 9px;
  line-height: 48px;
  text-align: center;
  color: #fffefe;
  text-transform: uppercase;

  -webkit-border-radius: 125px;
     -moz-border-radius: 125px;
          border-radius: 125px;
}
.block10 .row > div img {
  /* border: 1px solid #000;*/
}
.block10 .row > div.before {
  text-align: right;
}
.block10 .row > div.before span {
  background: #353535;
}
.block10 .row > div.after {
  text-align: left;
}
.block10 .row > div.after span {
  right: -12px;

  background: #00cbf4;
}
.block11 .title {
  margin-bottom: 10px;

  font-size: 24px;
  text-align: center;
  color: #162329;
}
.block11 .item {
  margin-bottom: 20px;
  padding-top: 18px;

  outline: none;
}
.block11 .item .image {
  position: relative;
}
.block11 .item .image span.minus {
  position: absolute;
  top: -18px;
  left: 50%;

  width: 59px;
  height: 59px;
  margin-left: -29px;

  font-size: 16px;
  line-height: 59px;
  text-align: center;
  color: #ffffff;

  background: #ffb400;
  -webkit-border-radius: 125px;
     -moz-border-radius: 125px;
          border-radius: 125px;
}
.block11 .item .image img {
  display: block;
  width: 100%;
  height: auto;
}
.block11 .item .label {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;

  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #414141;
}
.block11 .item .duration {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;

  font-size: 14px;
  text-align: center;
  color: #162329;
}
.block11 .item .result {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 34px;
  padding: 0 12px;

  font-size: 14px;
  line-height: 34px;
  text-transform: uppercase;

  background: #162329;
}
.block11 .item .result span.before {
  float: left;

  color: #ffffff;
}
.block11 .item .result span.after {
  float: right;

  color: #959595;
}
.block11 .item .name {
  margin-bottom: 15px;
  padding: 8px;

  font-size: 14px;
  text-align: center;
  color: #03b4db;
  text-transform: uppercase;

  background: #162329;
}
.block11 .item .story {
  padding-top: 20px;

  font-size: 14px;
  text-align: center;
  color: #162329;


  background: url("../img/review-quotes.png") top center no-repeat;
}
.block12 {
  padding-bottom: 0;
}
.block12 .title1 {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;

}
.block12 b {
  color: #1e3744;
  text-transform: uppercase;
}
.block12 .title2 {
  margin-top: 18px;
  margin-bottom: 12px;

  font-size: 24px;
  text-align: center;
  color: #ffffff;
}
.block12 img {
  display: block;
  margin: 15px auto;
}
.block12 .story {
  margin-top: 12px;

  font-size: 14px;
  text-align: center;
  color: #ffffff;

}
.block12 .story span {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;

  color: #c1c1c1;
}
/*.block12 .story:before {*/
/*content: '“';*/
/*display: block;*/
/*text-align: center;*/
/*font-size: 48px;*/
/*font-style: italic;*/
/*height: 12px;*/
/*line-height: 1;*/
/*margin-bottom: 14px;*/
/*}*/

.block12 .form {
  /* padding-top: 145px;
  margin-top: 20px;*/
  text-align: center;
}
.block12 .form .title1 {
  font-size: 21px;
  color: #ffffff;
  font-style: normal;
}
.block12 .form .title2 {
  margin-top: 0;
  margin-bottom: 32px;

  font-size: 35px;
  color: #00aeef;
}
.block12 .form form {
  padding-bottom: 35px;
}
.block12 .form form .fields .price {
  padding: 12px 12px 0;

  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.block12 .form form .fields .price span {
  margin-left: 5px;

  font-weight: 700;
  font-size: 20px;
}
.block12 .form form .fields .form-group {
  margin: 20px 0 0;
}
.block12 .form form .fields .form-group.buttons {
  margin-top: 15px;
}
.mmmr {
  padding: 20px 0 0;

  text-align: center;
}
.mmmr div {
  display: inline-block;
  width: 128px;
  margin: 0 5px;

  font-size: 12px;
  color: #ffffff;
}
.mmmr div b {
  display: block;
  margin: 0 0 3px;

  font-size: 11px;
  color: #adaeac;
  text-transform: uppercase;
}
.mmmr div:nth-child(2) b {
  color: #00cbf4;
}
.block12 .form form .fields input,
.block12 .form form .fields select {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0 20px;

  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  color: #ffffff;
  text-indent: 0;

  background: none;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  outline: none;
}
.block12 .form form .fields select {
  background: url("../img/sel.png")no-repeat transparent;
  background-position: 255px 15px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
.block12 .form form .fields input[type="text"]::-webkit-input-placeholder,
.block12 .form form .fields select::-webkit-input-placeholder {
  color: #ffffff;
}
.block12 .form form .fields input[type="text"]::-moz-placeholder,
.block12 .form form .fields select::-moz-placeholder {
  color: #ffffff;
}
.block12 .form form .fields input[type="text"]:-moz-placeholder,
.block12 .form form .fields select:-moz-placeholder {
  color: #ffffff;
}
.block12 .form form .fields input[type="text"]:-ms-input-placeholder,
.block12 .form form .fields select:-ms-input-placeholder {
  color: #ffffff;
}
.block12 .form form select {
  padding-left: 20px;
}
.block12 .form form select option {
  color: #ffffff;
}
.timer_wrap {
  position: relative;

  width: 240px;
  height: 70px;
  margin: 10px auto 0;

  background: url("../img/timer-wr.png");
  border-radius: 2px;
  /* margin-top: -13px; */
}
.block6 .timer_wrap {
  width: 225px;
}
.block6 .timer_wrap .hours:before {
  left: 30px;
}
.block6 .timer_wrap .min:before {
  left: 100px;
}
.block6 .timer_wrap .sec:before {
  right: 24px;
}
.timer,
.last_section .timer .highlight {
  padding-top: 10px;

  font-weight: normal;
  font-size: 36px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
}

.top-item{display:block}
.top-item .image-top{width:50%;display:block;margin:0px auto}
.top-item .text-t{width:40%;display:inline-block;vertical-align:top}