body {
  font-family: 'Tahoma', 'Arial', 'Helveica', sans-serif;
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: #333;
  width: 100%;
  max-width: 100%;
}

a {
  color: #004a80;
}

/*Layout*/
section, footer {
  padding-left: 20px;
  padding-right: 20px;
}

/*Typography*/
h1, h2, h3, h4 {
  font-weight: bold;
  margin-top: 0px;
  color: #000;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 40px;
  margin-bottom: 63px
}
h3 {
  font-size: 30px;
  margin-bottom: 25px
}

/*Buttons*/
.button.h55 {
  line-height:53px;
  height:53px;
  min-width:260px;
  font-size:28px;
  /*font-weight:bold;*/
  -webkit-border-radius:30px;
    -moz-border-radius:30px;
      -o-border-radius:30px;
        border-radius:30px;
}
input.button.h55, button.button.h55 {
  height: 55px;
  min-width: 200px;
  padding-bottom:4px;
}
.button.h75 {
  line-height:73px;
  height:73px;
  min-width:260px;
  font-size:28px;
  -webkit-border-radius:50px;
    -moz-border-radius:50px;
      -o-border-radius:50px;
        border-radius:50px;
}
input.button.h75, button.button.h75 {
  height: 75px;
  min-width: 200px;
  padding-bottom:4px;
}
.button.h80 {
  line-height:78px;
  height:78px;
  min-width:280px;
  font-size:28px;
  /*font-weight:bold;*/
  -webkit-border-radius:40px;
    -moz-border-radius:40px;
      -o-border-radius:40px;
        border-radius:40px;
}
input.button.h80, button.button.h80 {
  height: 80px;
  min-width: 320px;
  padding-bottom:4px;
}

.button-t {
  border: 2px solid #ffc500;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  padding: 0 10px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  height: 36px;
  line-height: 36px;
  min-width: 120px;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.button-t:hover {
  background: #ffc500;
}

/*Header*/
header {
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 70px;
}
header .logo {
  display: block;
  width: 166px;
  height: 40px;
  background: url(/s/i/mobile/logo.png) no-repeat;
}
header .login-btn {
  float: right;
  display: block;
}
header .menu-btn {
  float: right;
  display: block;
  height: 40px;
  width: 40px;
  background: url(/s/i/mobile/icons.png) -17px -504px no-repeat;
  cursor: pointer;
  margin-left: 45px;
}

.menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  background: #333;
  z-index: 2;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

  -moz-transition-property: all;
  -moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

  -ms-transition-property: all;
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.menu.opened {
  max-height: 500px;
}
.menu.opened.logged-out {
  max-height: 250px;
}
.menu ul {
  list-style: none;
  padding: 10px 110px 10px 30px;
  margin: 0;
}
.menu li {
  padding: 0px;
  border-bottom: 1px solid #404040;
}
.menu li:last-child {
  border-bottom: none;
}
.menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
}
.menu em {
  position: relative;
  top: -12px;
  font-size: 20px;
  font-style: normal;
}
.menu .menu-btn {
  width: 26px;
  height: 41px;
  display: block;
  position: absolute;
  top: 37px;
  right: 42px;
  background: url(/s/i/mobile/icons.png) -57px -510px no-repeat;
}

.persons-wrapper {
  position: relative;
  z-index: 0;
  /*margin-bottom: -85px;*/
}
.persons {
  width: 50%;
  text-align: center;
  position: relative;
  top: -40px;
}
/*.persons img {
  width: 100%;
  max-width: 500px;
}*/
.persons img {
  width: 100%;
  max-width: 500px;
  visibility: hidden;
}
.persons-slider {
  /*width: 100%;
  max-width: 500px;
  
  position: relative;*/
}
.persons-slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.persons-slider img.active {
  visibility: visible;
  opacity: 1;
}

.mainpic {
  width: 45%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.mainpic img {width: 100%; max-width: 450px;}

.create-header {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.create-header div {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.offers {
  color: #fff;
  background: #333;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.offers > div {
  padding: 40px 15px;
  border-bottom: 1px solid #4d4d4d;
  text-align: center;
}
.offers > div:last-child {
  border-bottom: none;
}
.offers > a {
  padding: 40px 15px;
  border-bottom: 1px solid #4d4d4d;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
}
.offers > a:last-child {
  border-bottom: none;
}
.offers > a:hover {
  color: #ffc412;
}
.offers > a:hover h2 {
  color: #ffc412;
}
.offers .icon {
  width: 100px;
  height: 85px;
  margin: 0 auto;
  background: url(/s/i/mobile/icons.png) no-repeat;
}
.offers h2 {
  font-weight: bold;
  margin: 0px;
  padding-top: 28px;
  font-size: 30px;
  color: #fff;
}
.offers .seo .icon {
  background-position: 0px -85px
}
.offers .domain .icon {
  background-position: 0px -170px
}

.designs {
  padding-top: 70px;
  padding-bottom: 70px;
}
.designs h2 {
  /*font-size: 30px;*/
  /*margin-bottom: 56px;*/
  text-align: center;
}
.designs-list {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
.designs-list > img {
  width: 100%;
  max-width: 600px;
  visibility: hidden;
}
.designs-list .designs-slider > div {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.designs-list .designs-slider img {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}

.pager {
  text-align: center;
  line-height: 16px;
  height: 20px;
}
.pager a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 28px;
  background: #bebebe;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-border-radius:10px;
    -moz-border-radius:10px;
      -o-border-radius:10px;
        border-radius:10px;
}
.pager a.active, .pager a.activeSlide, .pager a:hover {
  background: #ffc412;
}

/*Slider*/
.slidetrough {
  overflow: visible;
}

.slidetrough > div, .slidetrough > li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}
.slidetrough .active {
  opacity: 1;
  left: 0;
  z-index: 10;
  visibility: visible;
}
.slidetrough .push-right {
  left: 100%;
}
.slidetrough .push-left {
  left: -100%;
}
.slidetrough .force {
  transition: none;
  -webkit-transition: none;
}


.advantages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.advantages li {
  padding: 30px 0 45px 0;
  border-bottom: 1px solid #bebebe;
  text-align: center;
}
.advantages li:last-child {
  border-bottom: none;
}
.advantages h2 {
  margin-bottom: 10px;
}
.advantages p {
  margin: 0;
}
.advantages img {
  width: 100%;
  max-width: 800px;
}
.advantages .icon {
  width: 100px;
  height: 85px;
  margin: 0 auto 13px auto;
  background: url(/s/i/mobile/icons.png) no-repeat;
}
.advantages .icon.easy {
  background-position: 0px -255px;
}
.advantages .icon.wallet {
  background-position: 0px -340px;
}
.advantages .icon.chain {
  background-position: 0px -424px;
}

.features {
  padding-top: 70px;
}
.features h2 {
  text-align: center;
}
.features > div {}
.features h3 {
  padding-bottom: 21px;
  padding-left: 58px;
  border-bottom: 3px solid #ffc412;
  margin-bottom: 32px;
}
.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 63px;
}
.features li {
  padding: 0 0 3px 58px;
  position: relative;
  color: #000;
}
.features li:before {
  content: ' ';
  display: block;
  width: 15px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 15px;
  background: url(/s/i/mobile/icons.png) 0px -510px no-repeat;
}

.landing-promo {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #ebebeb;
  text-align: center;
  color: #000;
}
.landing-wrapper {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
.landing-wrapper .text {
  float: left;
  /*top: 30px;
  left: 0px;*/
  width: 50%;
  text-align: left;
  padding: 23px 40px 0 15px;
  box-sizing: border-box;
}
.landing-wrapper .icon {
  padding-left: 50%;
  text-align: center;
}
.landing-wrapper .icon img {
  display: inline-block;
  width: 100%;
  max-width: 285px;
}

.reviews {
  padding-top: 85px;
  padding-bottom: 100px;
  overflow: hidden;
}
.reviews h2 {
  padding: 0 75px;
}
.reviews-wrapper {
  list-style: none;
  margin: 0 0 63px 0;
  height: 300px;
  position: relative;
}
.reviews-wrapper h3 {
  margin-bottom: 8px;
}
.reviews-wrapper li {
  color: #000;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

footer {
  color: #a6a6a6;
}
footer .links {
  margin-bottom: 110px;
  padding: 0 60px;
}
footer .inner {
  padding-top: 67px;
  padding-bottom: 100px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid #bebebe;
}
