/* - Reset - */
.greencolor {
  color: #a2c322; }

.bluecolor {
  color: #002651; }

.orangecolor {
  color: #e6a16d; }

.yellowcolor {
  color: #ffd200; }

.redcolor {
  color: #ff0000; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

* {
  -moz-box-sizing: border-box;
  /*Firefox 1+*/
  -webkit-box-sizing: border-box;
  /*Safari 3+, Chrome 1+*/
  box-sizing: border-box;
  /*Opera 7+, IE8+*/ }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
td img {
  vertical-align: top; }

input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%; }

input[type="text"],
input[type="password"],
textarea {
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom; }

input[type="radio"] {
  vertical-align: text-bottom; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

/* - /Reset - */
.placeholder {
  color: #40585b;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif; }

:-moz-placeholder {
  color: #40585b;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif; }

::-webkit-input-placeholder {
  color: #40585b;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px; }

:-ms-input-placeholder {
  color: #40585b;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif; }

/* - Base settings - */
html {
  background: #fff;
  font-size: 10px; }

html,
body {
  max-width: 2000px;
  min-width: 1024px;
  margin: 0 auto;
  height: 100%; }

body {
  line-height: 1;
  text-align: left;
  font: 10px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Roboto', sans-serif;
  color: #383838; }

label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

a:hover {
  color: #e9d8a6;
  text-decoration: none; }

/* - /Base settings - */
/* - Sys - */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.lte8 .clearfix {
  overflow: hidden;
  zoom: 1; }

.clear {
  clear: both; }

.dib {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top; }
  .dib.bottom {
    vertical-align: bottom; }
  .dib .middle {
    vertical-align: middle; }

/* - /Sys - */
/* - Baselayout - */
.wrapper {
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  position: relative; }

.page-wrapper__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 0 5px;
  height: 100%;
  position: relative; }

.translate5050 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.transitionall * {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out; }

.transitionmy {
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out; }

.dispn {
  display: none; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.upper {
  text-transform: uppercase; }

.posrel {
  position: relative; }

.fs0 {
  font-size: 0; }

.dtable {
  display: table;
  width: 100%; }

.dtc {
  display: table-cell;
  vertical-align: middle; }
  .dtc.top {
    vertical-align: top; }
  .dtc.bottom {
    vertical-align: bottom; }

.font-light {
  font-weight: 300; }

.w50 {
  width: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mt20 {
  margin-top: 20px; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.tdlh {
  text-decoration: line-through; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt40 {
  margin-top: 40px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.pr10 {
  padding-right: 10px; }

.mb25 {
  margin-bottom: 25px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.fs16 {
  font-size: 16px;
  font-size: 1.6rem; }

.fs18 {
  font-size: 18px;
  font-size: 1.8rem; }

.fs20 {
  font-size: 20px;
  font-size: 2rem; }

.fs22 {
  font-size: 22px;
  font-size: 2.2rem; }

.fs24 {
  font-size: 24px;
  font-size: 2.4rem; }

.fs26 {
  font-size: 26px;
  font-size: 2.6rem; }

.fs28 {
  font-size: 28px;
  font-size: 2.8rem; }

.fs30 {
  font-size: 30px;
  font-size: 3rem; }

.fs60 {
  font-size: 60px;
  font-size: 6rem; }

.btn {
  width: 100%;
  text-align: center;
  height: 63px;
  line-height: 63px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  background: #f00000;
  background: -moz-linear-gradient(top, #f00000 0%, #8a0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f00000), color-stop(100%, #8a0000));
  background: -webkit-linear-gradient(top, #f00000 0%, #8a0000 100%);
  background: -o-linear-gradient(top, #f00000 0%, #8a0000 100%);
  background: -ms-linear-gradient(top, #f00000 0%, #8a0000 100%);
  background: linear-gradient(to bottom, #f00000 0%, #8a0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00000', endColorstr='#8a0000',GradientType=0 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7); }
  .btn.dib {
    width: 280px; }
  .btn:hover, .btn:active, .btn:focus {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    cursor: pointer;
    background: #8a0000;
    background: -moz-linear-gradient(top, #8a0000 0%, #f00000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a0000), color-stop(100%, #f00000));
    background: -webkit-linear-gradient(top, #8a0000 0%, #f00000 100%);
    background: -o-linear-gradient(top, #8a0000 0%, #f00000 100%);
    background: -ms-linear-gradient(top, #8a0000 0%, #f00000 100%);
    background: linear-gradient(to bottom, #8a0000 0%, #f00000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0000', endColorstr='#f00000',GradientType=0 ); }

header {
  background: url("../images/header.jpg")/*tpa=http://u.titan-gel.com/img/header.jpg*/ 50% 0 no-repeat;
  height: 799px; }

.h-header {
  font-weight: 700;
  color: #fff;
  font-size: 84px;
  padding-top: 60px;
  padding-bottom: 20px; }

.h-header-description {
  font-size: 20px;
  color: #ff0000;
  font-weight: 700;
  padding-bottom: 65px; }

.h-yellow-text {
  color: #ffd200;
  font-size: 30px;
  padding-bottom: 25px;
  font-weight: 700;
  font-style: italic; }

.hdib {
  font-size: 30px;
  font-weight: 700;
  display: table;
  margin-bottom: 60px;
  color: #fff; }
  .hdib .dtc {
    padding-right: 10px; }
  .hdib b {
    font-size: 80px; }

.hul {
  font-size: 18px;
  color: #fff; }
  .hul li {
    display: table;
    margin-bottom: 20px; }
    .hul li .dtc {
      padding-right: 15px; }
  .hul b {
    font-weight: 700;
    color: #ffd200; }
  .hul .listcircle {
    line-height: 30px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    text-align: center; }

.item {
  position: absolute;
  background: url("../images/pack.png")/*tpa=http://u.titan-gel.com/img/pack.png*/ 0 0 no-repeat;
  width: 373px;
  height: 595px;
  bottom: 0;
  left: 50%;
  margin-left: -185px; }

.hstick {
  background: url("../images/stick.png")/*tpa=http://u.titan-gel.com/img/stick.png*/ 0 0 no-repeat;
  width: 186px;
  height: 73px;
  position: absolute;
  top: 321px;
  left: 608px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding-top: 7px;
  padding-left: 28px;
  line-height: 1.2;
  transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  -o-transform: rotate(-11deg); }
  .hstick b {
    font-size: 30px; }

.h-right-side {
  position: absolute;
  right: 0;
  bottom: 90px; }

.h-discount {
  font-size: 44px;
  font-weight: 700;
  font-style: italic;
  color: #ffd200;
  text-align: center;
  padding-bottom: 10px; }

.h-old-pr {
  color: #616161;
  font-size: 22px;
  padding-bottom: 10px; }

.h-np {
  font-size: 55px;
  font-weight: 700;
  padding-bottoM: 10px;
  color: #fff; }

.s2 {
  height: 800px;
  background: url("../images/s2.jpg")/*tpa=http://u.titan-gel.com/img/s2.jpg*/ 50% 0 no-repeat;
  position: relative; }

.s2header {
  font-size: 44px;
  padding-top: 15px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 20px; }
  .s2header b {
    color: #ff0000;
    font-size: 55px;
    font-weight: 700; }

.s2-yellodescr {
  margin-bottom: 25px;
  background: #ffd200;
  padding: 10px 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px; }
  .s2-yellodescr span {
    color: #ff0000; }

.imgwr-posrel {
  padding-right: 45px;
  margin-right: 50px;
  position: relative; }
  .imgwr-posrel.last {
    padding-right: 0;
    margin-right: 0; }
  .imgwr-posrel .s2text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    font-weight: 200;
    text-align: right; }
    .imgwr-posrel .s2text b {
      font-weight: 400;
      font-size: 36px;
      display: block; }

.s2wtext {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  position: absolute;
  bottom: 15px;
  text-align: right;
  right: 27px; }
  .s2wtext span {
    display: block;
    font-size: 18px;
    color: #ff0000;
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)";
    position: relative;
    top: 10px; }

.s3 {
  background: url("../images/s3.jpg")/*tpa=http://u.titan-gel.com/img/s3.jpg*/ 50% 0 no-repeat;
  height: 748px; }

.s3content {
  width: 635px; }
  .s3content .btn {
    margin-left: 75px; }

.s3header {
  font-size: 44px;
  padding-top: 50px;
  line-height: 1.2;
  padding-bottom: 35px;
  font-weight: 700;
  color: #000; }

.s3list li {
  display: table;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.2; }
  .s3list li b {
    font-size: 26px;
    display: block;
    padding-bottom: 10px;
    font-weight: 700; }
  .s3list li .dtc {
    padding-right: 20px; }

.s3item {
  background: url("../images/s3item.png")/*tpa=http://u.titan-gel.com/img/s3item.png*/ 0 0 no-repeat;
  width: 271px;
  height: 569px;
  position: absolute;
  bottom: 0;
  left: 700px; }

.s4 {
  background: url("../images/s4.jpg")/*tpa=http://u.titan-gel.com/img/s4.jpg*/ 50% 0 no-repeat;
  height: 676px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300; }

.s4header {
  font-size: 44px;
  padding-top: 50px;
  line-height: 1.2;
  padding-bottom: 60px;
  font-weight: 700; }
  .s4header b {
    color: #ffd200; }

.s4liset {
  position: relative;
  padding-left: 200px; }
  .s4liset li {
    margin-bottom: 35px; }
  .s4liset span {
    color: #ffd200; }
  .s4liset b {
    font-size: 26px;
    display: block; }

.itemImage {
  position: absolute;
  top: -99px;
  left: -117px;
  background: url("../images/s4img.png")/*tpa=http://u.titan-gel.com/img/s4img.png*/ 0 0 no-repeat;
  width: 388px;
  height: 493px; }

.s5 {
  text-align: center;
  background: #ebb702;
  padding: 50px 0;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2; }
  .s5 b {
    font-size: 44px;
    font-weight: 700;
    display: block; }

.s6 {
  background: #fff;
  padding-bottom: 60px; }

.s6header {
  font-size: 36px;
  padding: 50px 0;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  color: #fff; }
  .s6header .dib {
    padding-right: 15px;
    position: relative;
    top: 0; }
  .s6header b {
    color: #ff0000; }

.c87{ color:#878787; }

.s6left-side {
  text-align: center;
  font-size: 18px;
  height: 475px;
  color: #fff;
  background: #383838;
  line-height: 1.2;
  padding: 14px;
  width: 500px; }
  .s6left-side img {
    max-width: 100%;
    height: auto; }
  .s6left-side i {
    font-style: italic; }

.s7 {
  background: url("../images/s7.jpg")/*tpa=http://u.titan-gel.com/img/s7.jpg*/ 50% 0 no-repeat;
  height: 600px;
  color: #fff;
  line-height: 1.2; }
  .s7 .dtc {
    height: 600px;
    width: 100%;
    font-size: 26px;
    font-weight: 700; }
    .s7 .dtc b {
      display: block;
      font-size: 44px;
      text-align: center;
      padding-top: 131px;
      background: url("../images/topbord.png")/*tpa=http://u.titan-gel.com/img/topbord.png*/ 50% 0 no-repeat; }
    .s7 .dtc span {
      display: block;
      text-align: center;
      padding-bottom: 95px;
      font-weight: 400;
      background: url("../images/botbord.png")/*tpa=http://u.titan-gel.com/img/botbord.png*/ 50% 100% no-repeat; }

.s8 {
  background: url("../images/s8.jpg")/*tpa=http://u.titan-gel.com/img/s8.jpg*/ 50% 0 no-repeat;
  height: 766px;
  color: #fff; }

.s8list {
  margin-top: 30px; }
  .s8list li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 46%;
    padding-right: 40px;
    padding-bottom: 90px;
    position: relative;
    font-weight: 400;
    font-size: 21px;
    padding-left: 120px; }
    .s8list li b {
      display: block;
      padding-bottom: 20px;
      font-weight: 700; }
    .s8list li img {
      position: absolute;
      top: 0;
      left: 0; }

.s9 {
  background: url("../images/s9.jpg")/*tpa=http://u.titan-gel.com/img/s9.jpg*/ 50% 0 no-repeat;
  height: 799px; }

.social-side {
  background: #fff;
  width: 450px;
  line-height: 1.2;
  height: 555px; }
  .social-side .soc-top {
    background: #e67817;
    text-align: center;
    height: 55px;
    display: table;
    width: 100%; }
    .social-side .soc-top.vk {
      background: #3b579d; }
    .social-side .soc-top .dtc {
      height: 55px; }
  .social-side .soc-content {
    height: 494px;
    overflow-y: hidden;
    padding: 10px; }
  .social-side .com-row {
    margin-top: 10px;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    font-size: 14px;
    color: #2f2f2f; }
    .social-side .com-row:first-child {
      border: 0; }
    .social-side .com-row .for-time {
      color: #9d9d9d;
      display: block; }
    .social-side .com-row .com-top-text {
      padding-left: 55px;
      height: 55px;
      position: relative; }
      .social-side .com-row .com-top-text.vk {
        height: auto; }
      .social-side .com-row .com-top-text img {
        position: absolute;
        top: 0;
        left: 0; }
      .social-side .com-row .com-top-text.vk img {
        width: 50px;
        height: auto; }
      .social-side .com-row .com-top-text .for-name {
        color: #1c7e0c;
        font-weight: 700;
        padding-bottom: 7px; }
        .social-side .com-row .com-top-text .for-name.vk {
          color: #497099;
          font-size: 14px; }

.vk-bottom {
  margin-top: 10px; }
  .vk-bottom .for-time {
    color: #9d9d9d;
    display: inline-block !important; }
  .vk-bottom .emulate-link {
    color: #497099;
    cursor: pointer; }
    .vk-bottom .emulate-link:hover, .vk-bottom .emulate-link.active {
      color: #2181e6; }
    .vk-bottom .emulate-link.like {
      padding-right: 20px;
      background: url("../images/fblike.png")/*tpa=http://u.titan-gel.com/img/fblike.png*/ 100% 50% no-repeat; }

footer {
  height: 708px;
  background: url("../images/foot.jpg")/*tpa=http://u.titan-gel.com/img/foot.jpg*/ 50% 0 no-repeat; }

.fform {
  background: url("../images/fform.png")/*tpa=http://u.titan-gel.com/img/fform.png*/ 0 0 no-repeat;
  width: 431px;
  height: 592px;
  margin-top: 65px;
  margin-right: 10px;
  padding-top: 30px; }
  .fform .h-discount {
    color: #ff0000; }
  .fform .h-np {
    color: #383838; }

.form-toptext {
  text-transform: uppercase;
  text-align: center;
  height: 145px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700; }

.mainform {
  margin: 0 auto;
  width: 270px; }

.fitem {
  background: url("../images/fitem.png")/*tpa=http://u.titan-gel.com/img/fitem.png*/ 0 0 no-repeat;
  width: 303px;
  height: 611px;
  position: absolute;
  bottom: 0;
  left: 177px; }

.fstick {
  background: url("../images/rightstic.png")/*tpa=http://u.titan-gel.com/img/rightstic.png*/ 0 0 no-repeat;
  width: 185px;
  height: 73px;
  position: absolute;
  top: 174px;
  left: 60px;
  transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  -o-transform: rotate(-22deg);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding-top: 7px;
  padding-right: 28px;
  line-height: 1.2; }
  .fstick b {
    font-size: 30px; }

/*# sourceMappingURL=style.css.map */


.uslov{
  text-align: center;
  margin: 15px 0 0;
  font-size: 16px;
}

.cpu{
  padding: 15px 0;
  text-align: center;
  background: #222;
  font-size: 14px;
  line-height: 1.1em;
  color: #fff;
}
.cpu>img{
  display: block;
  margin: 0 auto 10px;
}
.cpu>a{
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.1em;
  color: #fff;
}