* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background: white url(theme/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  font-family: 'Neris', 'Open Sans', sans-serif;
  font-weight: 300; }

#top {
  position: relative;
  z-index: 2;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  position: relative; }
  #top .box {
    max-width: 960px;
    margin: 0 auto;
    color: white;
    font-size: 16px;
    line-height: 70px;
    text-align: left; }
    #top .box .text {
      display: inline-block;
      vertical-align: top;
      padding-left: 20px; }
    #top .box #logo {
      display: inline-block;
      vertical-align: top;
      background: url(theme/logo.png) no-repeat center center;
      background-size: contain;
      width: 231px;
      height: 49px;
      margin-top: 11px; }
    #top .box .login-btn {
      float: right;
      line-height: 20px;
      padding: 18px 0; }
      #top .box .login-btn a {
        display: block;
        color: white;
        text-decoration: none;
        font-weight: normal;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 4px;
        padding: 6px 14px; }
        #top .box .login-btn a:hover {
          background: rgba(255, 255, 255, 0.3);
          border-color: white; }
  #top:after {
    content: '';
    display: block;
    width: 250px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -125px;
    background: #e10955;
    background: -moz-linear-gradient(left, #e10955 0%, #c30895 54%, #6207c9 100%);
    background: -webkit-linear-gradient(left, #e10955 0%, #c30895 54%, #6207c9 100%);
    background: linear-gradient(to right, #e10955 0%, #c30895 54%, #6207c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10955', endColorstr='#6207c9',GradientType=1 ); }

#index {
  position: relative;
  margin-top: 40px;
  z-index: 1; }
  #index .box {
    position: relative;
    max-width: 960px;
    width: 100%;
    margin: 0 auto; }
    #index .box #content .try-it {
      padding: 35px 0;
      font-size: 52px;
      font-weight: 100;
      line-height: 58px;
      color: white;
      text-align: center; }
      #index .box #content .try-it span {
        font-weight: 300; }
      #index .box #content .try-it .try-it-now {
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        background: #e10955;
        background: -moz-linear-gradient(left, #e10955 0%, #c30895 54%, #6207c9 100%);
        background: -webkit-linear-gradient(left, #e10955 0%, #c30895 54%, #6207c9 100%);
        background: linear-gradient(to right, #e10955 0%, #c30895 54%, #6207c9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10955', endColorstr='#6207c9',GradientType=1 );
        padding: 2px 20px 6px 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px; }
    #index .box #content:after {
      content: '';
      display: block;
      clear: both; }
    #index .box #left {
      float: left;
      background: url(theme/home-promo.png) no-repeat left top;
      /*background-size: contain;*/
      width: 55%;
      height: 584px;
      /*height: 642px;*/ }
    #index .box #right {
      float: left;
      width: 45%; }
      #index .box #right .form-fade {
        background: rgba(0, 0, 0, 0.28);
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 20px; }
      #index .box #right label {
        color: white;
        font-weight: 300;
        font-size: 20px;
        display: block;
        line-height: 26px;
        padding: 8px 0 8px 8px; }
      #index .box #right .input, #index .box #right .textarea {
        background: white;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding: 0 35px 0 65px;
        position: relative; }
        #index .box #right .input:before, #index .box #right .textarea:before {
          content: '';
          display: block;
          width: 65px;
          height: 68px;
          position: absolute;
          top: 0;
          left: 0; }
        #index .box #right .input.phone:before, #index .box #right .textarea.phone:before {
          background: url("theme/icon-phone.png") no-repeat center center; }
        #index .box #right .input.receiver:before, #index .box #right .textarea.receiver:before {
          background: url("theme/icon-receiver.png") no-repeat center center; }
        #index .box #right .input.message:before, #index .box #right .textarea.message:before {
          background: url("theme/icon-message.png") no-repeat center center; }
      #index .box #right input[type="text"] {
        display: block;
        width: 100%;
        background: transparent;
        border: none;
        font-size: 22px;
        font-weight: 300;
        height: 68px;
        line-height: 68px;
        outline: none;
        text-align: center;
        margin-bottom: 10px; }
      #index .box #right textarea {
        display: block;
        font-family: 'Neris';
        width: 100%;
        background: transparent;
        border: none;
        font-size: 18px;
        font-weight: 300;
        height: 120px;
        line-height: 24px;
        padding: 20px 0;
        outline: none;
        resize: none; }
      #index .box #right #operators {
        background: url(theme/operators.png) no-repeat;
        width: 212px;
        height: 39px;
        margin: 15px 0; }
      #index .box #right #accept {
        font-weight: 600;
        padding-bottom: 15px;
        font-size: 12px;
        color: #515151;
        vertical-align: top; }
      #index .box #right #send {
        padding: 30px 0;
        text-align: center; }
        #index .box #right #send button {
          display: inline-block;
          border: none;
          outline: none;
          font-size: 18px;
          color: white;
          font-weight: bold;
          line-height: 58px;
          cursor: pointer;
          background: #313538;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          position: relative;
          padding: 0 30px 0 58px; }
          #index .box #right #send button:after {
            content: '';
            display: block;
            position: absolute;
            width: 58px;
            height: 58px;
            background: url("theme/icon-send.png") no-repeat center center;
            top: 0;
            left: 0; }

#footer {
  background: rgba(0, 0, 0, 0.4); }
  #footer .box {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    padding: 20px 10px;
    font-size: 11px;
    font-weight: 300;
    color: white;
    margin-top: 10px; }

.static-page {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 15px; }
  .static-page .static-page-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    color: black;
    font-size: 16px;
    line-height: 24px; }
    .static-page .static-page-box p {
      margin-bottom: 8px; }
    .static-page .static-page-box h2 {
      margin-bottom: 16px; }
    .static-page .static-page-box h1 {
      margin-bottom: 25px; }

#footer a {
  color: white; }

@media (max-width: 640px) {
  #content {
    padding: 0 15px; }

  #index .box #left, #index .box #right {
    float: none;
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
