@font-face {
    font-family: 'PT Sans';
    src: url('/s/fonts/ptsans_regular/PTS55F-webfont.eot');
    src: url('/s/fonts/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/s/fonts/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('/s/fonts/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('/s/fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'PT Sans';
    src: url('/s/fonts/ptsans_bold/PTS75F-webfont.eot');
    src: url('/s/fonts/ptsans_bold/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/s/fonts/ptsans_bold/PTS75F-webfont.woff') format('woff'),
         url('/s/fonts/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
         url('/s/fonts/ptsans_bold/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

body {
  font-family: 'PT Sans', 'Arial', sans-serif;
  /*font-family: 'PT Sans', 'Arial', 'Times New Roman', sans-serif;*/
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
}

.inner {
  padding: 0 20px;
  width: 940px;
  margin: 0 auto;
  position: relative;
}

h1 {
  font-size: 36px;
  line-height: 1.2em;
  margin: 0 0 25px 0;
  color: #000;
}
h2 {
  font-size: 28px;
  margin: 0 0 25px 0;
  color: #000;
}
h3 {
  font-size: 20px;
  margin: 0 0 25px 0;
  color: #000;
}
p {
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 20px;
}
a {
  color: #004a80;
}
a:hover {
  color: #0077cc;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
a.create-link {
  display: inline-block;
  width: 260px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #000;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
}
a.create-link:hover {
  background: #fff9e5;
}
a.create-link:active {
  background: #ede3be;
}
a.create-link.yellow {
  background: #ffc412;
}
a.create-link.yellow:hover {
  background: #ffd045;
}
a.create-link.yellow:active {
  background: #cc9d0e;
}
.create-link2 {
  border: 1px solid #ffc412;
  border-radius: 5px;
  font-size: 14px;
  color: #ffc412;
  padding: 5px 19px;
  display: inline-block;
  text-decoration: none;
}
.create-link2:hover {
  background: #ffc412;
  color: #000;
}
ul {
  padding: 0;
  margin: 0;
}

header {
  background: url('/s/i/landing/header-bg.jpg') top center no-repeat #212129;
  height: 560px;
  color: #fff;
}
.logo {
  width: 105px;
  height: 20px;
  background: url('/s/i/landing/logo.png')no-repeat;
  position: relative;
  top: 50px;
  display: block;
}
header h1 {
  padding: 165px 0 0;
  margin: 0 0 24px 0;
  width: 400px;
  color: #fff;
}
header p {
  width: 390px;
  margin: 0 0 30px;
}

section {
  padding: 50px 0 60px 0;
}

.columns {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.columns li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.columns li:last-child {
  margin-right: 0px;
}
.columns.col-3 li {
  width: 300px;
}
.advantages li {
  padding-top: 121px;
  background-position: top center;
  background-repeat: no-repeat;
  list-style: none;
}
.advantages li.adv-1 {
  background-image: url('/s/i/landing/icon-clock.png');
}
.advantages li.adv-2 {
  background-image: url('/s/i/landing/icon-chain.png');
}
.advantages li.adv-3 {
  background-image: url('/s/i/landing/icon-pig.png');
}
.advantages h3 {
  margin-bottom: 6px;
}
.advantages .txt {
  color: #666;
}

section.tariff {
  background: url('/s/i/landing/tariff-bg.jpg') top center no-repeat #313030;
  color: #fff;
}
.tariff h2 {
  color: #fff;
  margin-bottom: 35px;
}
.tariffs .head {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  border-bottom: 1px solid #006e34;
  padding: 0 0 5px 0;
}
.tariffs .pro .head {
  border-color: #ff6412;
}
.tariffs .shop .head {
  border-color: #990091;
}
.tariffs .price {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 37px;
}
.tariffs .price span {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  top: -19px;
}
.tariffs .price i {
  font-style: normal;
  position: relative;
  display: inline-block;
  margin-left: 1px;
}
.tariffs .price i:before {
  content: ' ';
  position: absolute;
  top: 21px;
  left: 0px;
  width: 5px;
  height: 3px;
  background: #fff;
}
.tariffs .price i:after {
  content: ' ';
  position: absolute;
  top: 27px;
  left: 0px;
  width: 12px;
  height: 3px;
  background: #fff;
}
.tariffs .functions {
  color: #b3b3b3;
  font-size: 16px;
  min-height: 157px;
  line-height: 1.4em;
}

.why h2 {
  margin-bottom: 45px;
}
.why h3 {
  font-size: 18px;
  padding-left: 15px;
}
.why ul li {
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 15px;
  position: relative;
  list-style: none;
  width: 560px;
}
.why ul li:before {
  content: '•';
  color: #ffc412;
  position: absolute;
  top: 1px;
  left: 0px;
}
.why ul:after {
  content: ' ';
  clear: right;
  display: block;
}
.why img.right {
  margin-bottom: 40px;
}

section.bottom {
  background: url('/s/i/landing/bottom-bg.jpg') top center no-repeat #eec11b;
  color: #000;
}
.bottom h2 {
  padding-top: 81px;
  margin-bottom: 10px;
}
.bottom .txt {
  font-size: 18px;
  margin-bottom: 37px;
  line-height: 1.5em;
}

.footer {
  padding: 25px 0;
  color: #000;
}