@font-face {
    font-family: 'pf_agora_slab_prolight';
    src: url('../fonts/pfagoraslabpro-light-aqua.eot');
    src: url('../fonts/pfagoraslabpro-light-aqua.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagoraslabpro-light-aqua.woff') format('woff'),
         url('../fonts/pfagoraslabpro-light-aqua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_agora_slab_promedium';
    src: url('../fonts/pfagoraslabpro-medium-aqua.eot');
    src: url('../fonts/pfagoraslabpro-medium-aqua.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagoraslabpro-medium-aqua.woff') format('woff'),
         url('../fonts/pfagoraslabpro-medium-aqua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_agora_slab_proregular';
    src: url('../fonts/pfagoraslabpro-reg-aqua.eot');
    src: url('../fonts/pfagoraslabpro-reg-aqua.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagoraslabpro-reg-aqua.woff') format('woff'),
         url('../fonts/pfagoraslabpro-reg-aqua.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cuprumffuregular';
    src: url('../fonts/cuprum-webfont.eot');
    src: url('../fonts/cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cuprum-webfont.woff') format('woff'),
         url('../fonts/cuprum-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}

::selection {
background: #ffc688; /* Safari */
}
::-moz-selection {
background: #ffc688; /* Firefox */
}


#form_bg {
    position:relative;
    padding:10px;
    background:url(../img/form.png) no-repeat;
    width:331px;
    height:310px;
    z-index:999;}

#cover {
    position:absolute;
    top:0;
    width:100%;
    height:339%;
    background:rgba(17, 17, 17, 0.4);
    z-index:4;}

#blockform {
    width:290px;
    padding:10px;
    text-align:center;}

#blockform h3 {
    margin-bottom:10px;
    font-family: 'pf_agora_slab_proregular';
    font-size:16px;
    font-weight:normal;
    color: #333;
    line-height:18px;}

#blockform h3 span {
    margin-bottom:10px;
    font-family: 'pf_agora_slab_proregular';
    font-size:24px;
    font-weight:normal;
    color: #333;
    line-height:22px;}

#blockform p {
    margin-top: -10px;
    font-family: 'pf_agora_slab_prolight';
    font-size: 13px;
    color: #111;
    text-shadow: none
    text-transform:uppercase;}

.sub_button {
    background:url(../img/big-button.png);
    width:283px;
    height:42px;
    border:none;
    font-family: 'cuprumffuregular';
    font-size:17px;
    text-transform:uppercase;
    color:#fff;}

.sub_button:hover {
    margin-top:4px;
    background: url(../img/big-button-hover.png);
    width:283px;
    height:38px;
    border:none;}

#block2 {
    position:relative;
    padding:35px;
    margin-left:-25px;
    background:url(../img/block2_bg.png) no-repeat;
    width:951px;
    height:351px;
    z-index:5;}

#block2 .span7 p {
    margin-top:3px;
    font-family: 'pf_agora_slab_proregular';
    font-size:24px;
    line-height:27px;
    color:#fff;
    text-shadow:1px 1px 2px #111;}

#block2 .span7 p span{
    font-family: 'pf_agora_slab_proregular';
    font-size:40px;}

.time {
    text-align:center;
    padding-top:20px;
    background:url(../img/timerblock.png) no-repeat;
    width:63px;
    height:63px;
    color:#fff;
    font-size:36px;
    font-family: 'pf_agora_slab_proregular';
    z-index:1;}

.timer span.cuprum {
    position: absolute;
    font-size: 18px;
    color:#FFF;
    margin: -15px 0 0 3px;
    font-family: 'pf_agora_slab_proregular';}

.timecontainer {
    position:relative;
    right: 137px;}

.modal-header h3 {
    text-align:center;
    font-weight:normal;
    font-family: 'cuprumffuregular';
    font-size:23px;}

.modal-header h4 {
    text-align:center;
    font-weight:normal;
    font-family: 'cuprumffuregular';
    font-size:17px;}

.modal.short {
  margin-left: -150px;
}

#down-btn {
    position:absolute;
    text-align:center;
    left:50%;
    padding-top:24px;
    margin:-55px 0 50px -185px;
    background:url(../img/down.png) no-repeat;
    width:370px;
    height:104px;
    -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;}

#down-btn p {
    font-size:24px;
    color: #666;}

#down-btn:hover p {
    font-size:24px;
    color: #51d5f0;}

#down-btn img {
    margin-top:0px;
    -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;}

#down-btn:hover img {
    margin-top:5px;
    -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;}

#down-btn:hover {
    background:url(../img/down_hover.png) no-repeat;
    width:370px;
    height:104px;
    -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;}


#ru, #en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    min-height: 768px;
    margin: 0;
  }

  html {
    height: 100%;
  }

  .top, .bottom, hr {
    flex-shrink: 0;
  }

  hr {
    height: 2px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    margin: 0;
  }

  a {
    color: #2fa3e7;
    text-decoration: none
  }

  a:focus, a:hover {
    color: #157ab5;
    text-decoration: none
  }

  body {
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
  }

  .b-alert {
      font-family: 'PT Sans', Arial, sans-serif;
      position: relative;
      padding: 20px 20px 20px 65px;
      min-height: 60px;
      box-sizing: border-box;
      border: 1px solid #000;
      border-radius: 0;
      background-color: #fff;
      background-repeat: no-repeat;
      color: #000;
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      -webkit-box-shadow: 0 2px 4px rgba(146,149,163,.5);
      box-shadow: 0 2px 4px rgba(146,149,163,.5)
  }

  .b-alert:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/alert.svg)
  }

  .b-alert:before {
      content: "";
      display: block;
      position: absolute;
      top: 19px;
      left: 0;
      width: 45px;
      height: 20px;
      border-radius: 0 4px 4px 0;
      background-repeat: no-repeat;
      background-position: center right 4px
  }

  .b-alert.b-alert--info {
      border-color: #2fa3e7
  }

  .b-alert.b-alert--info:before {
      background-color: #2fa3e7
  }

  .b-alert.b-alert--warning {
      border-color: #fba700
  }

  .b-alert.b-alert--warning:before {
      background-color: #fba700
  }

  .b-alert.b-alert--danger {
      border-color: #bd2327
  }

  .b-alert.b-alert--danger:before {
      background-color: #bd2327
  }

  .b-alert.b-alert--success {
      border-color: #6ec331
  }

  .b-alert.b-alert--success:before {
      background-color: #6ec331
  }

  .b-alert.b-alert--icon-alarm:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/alarm.svg)
  }

  .b-alert.b-alert--icon-backup:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/backup.svg)
  }

  .b-alert.b-alert--icon-card:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/card.svg)
  }

  .b-alert.b-alert--icon-check:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/check.svg)
  }

  .b-alert.b-alert--icon-database:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/database.svg)
  }

  .b-alert.b-alert--icon-delete:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/delete.svg)
  }

  .b-alert.b-alert--icon-domain:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/domain.svg)
  }

  .b-alert.b-alert--icon-info:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/info.svg)
  }

  .b-alert.b-alert--icon-locked:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/locked.svg)
  }

  .b-alert.b-alert--icon-mail:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/mail.svg)
  }

  .b-alert.b-alert--icon-phone:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/phone.svg)
  }

  .b-alert.b-alert--icon-php:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/php.svg)
  }

  .b-alert.b-alert--icon-redis:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/redis.svg)
  }

  .b-alert.b-alert--icon-setup:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/setup.svg)
  }

  .b-alert.b-alert--icon-support:before {
      background-image: url(https://cp.beget.com/img/icons/new_alert/support.svg)
  }
/*
  h1, h2 {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
  }

  h1 {
    font-size: 21px;
    line-height: 30px;
  }

  h2 {
    font-size: 18px;
  }
*/
  @media screen and (min-width: 801px) {

    body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 768px;
    }

    .top {
      background-color: #f7f9fa;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

    .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    header, footer, .hint {
      width: 690px;
      margin: 0 auto;
    }

    .hint {
      padding-top: 30px;
    }

    header {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 900px;
      margin: 0 auto;
    }

    footer {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 690px;
    }

    .logo img {
      max-width: 100%;
      max-height: 75px;
      position: relative;
      top: 15px;
    }

    nav {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 10px;
    }

    nav a {
      padding: 0 15px
    }

    .octo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .octo img {
      height: 230px;
      max-height: 230px;
    }

    .icon img {
      height: 75px;
    }

    .footer-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px 0;
    }

    .footer-col > * {
      padding: 2px;
    }

    .bottom-mobile {
      display: none;
    }



      .text22 {
          z-index: 6;
          font-family: Roboto Condensed, sans-serif;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          text-align: center;
          text-transform: uppercase;
          height: auto;
          width: auto;
          color: rgb(255, 255, 255);
          text-decoration: none;
          white-space: nowrap;
          min-height: 0px;
          min-width: 0px;
          max-height: none;
          max-width: none;
          line-height: 63px;
          letter-spacing: 0px;
          font-weight: 700;
          font-size: 36px;
          transform-origin: 50% 50% 0px;
          opacity: 1;
          transform: translate(0px);
          visibility: visible;
      }
      .text2 {
          z-index: 6;
          font-family: Roboto Condensed, sans-serif;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          text-align: center;
          text-transform: uppercase;
          height: auto;
          width: auto;
          color: rgb(255, 255, 255);
          text-decoration: none;
          white-space: nowrap;
          min-height: 0px;
          min-width: 0px;
          max-height: none;
          max-width: none;
          line-height: 63px;
          letter-spacing: 0px;
          font-weight: 700;
          font-size: 59px;
          transform-origin: 50% 50% 0px;
          opacity: 1;
          transform: translate(0px);
          visibility: visible;
      }
      .text1 {
          margin-top: 100px;
          z-index: 5;
          font-family: Bitter, serif;
          font-style: italic;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          height: auto;
          width: auto;
          color: rgb(16, 193, 175);
          text-decoration: none;
          white-space: nowrap;
          min-height: 0px;
          min-width: 0px;
          max-height: none;
          max-width: none;
          text-align: center;
          line-height: 44px;
          letter-spacing: 0px;
          font-weight: 400;
          font-size: 19px;
          transform-origin: 50% 50% 0px;
          opacity: 1;
          transform: translate(0px);
          visibility: visible;
      }
      .text3{
          z-index: 7;
          font-family: Bitter, serif;
          font-style: italic;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          height: auto;
          width: auto;
          color: rgb(255, 255, 255);
          text-decoration: none;
          white-space: nowrap;
          min-height: 0px;
          min-width: 0px;
          max-height: none;
          max-width: none;
          text-align: center;
          line-height: 44px;
          letter-spacing: 0px;
          font-weight: 400;
          font-size: 19px;
          transform-origin: 50% 50% 0px;
          opacity: 1;
          transform: translate(0px);
          visibility: visible;
      }
      .gobtn{
          font-family: Roboto Condensed, sans-serif;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          text-align: center;
          text-transform: uppercase;
          background: center/100% no-repeat url(/img/uploads_buttons_buttons_PNG44.png);
          display: block;
          text-align: center;
          height: 140px;
          width: 400px;
          line-height: 140px;
          font-size: 40px;
          color: rgb(255, 255, 255);
          font-weight: 400;
          margin: 0 auto;
          text-decoration: none;
      }
      .top-phrase {
          text-align: center;
          width: 100%;
          height: 140px;
          background: center/150% no-repeat url(/img/cross2.jpg)
      }
      .bottom-phrase {
          text-align: center;
          width: 100%;
          height: 400px;
          background: center/150% no-repeat url(/img/jesus-offering-his-help2.jpg)
      }
      iframe {
          min-height: 600px;
          width: 100%;
      }
  }

  @media screen and (max-width: 800px) {

    .top {
      margin: 0 auto;
      background-color: #f7f9fa;
    }

    .bottom {
      margin: 0 auto;
      width: 95%;
    }

    header, footer, main {
      width: 95%;
    }

    header, footer, main, .hint {
      margin: 0 auto;
    }

    .hint {
      padding-top: 0px;
      margin-bottom: 5px;
    }

    .logo {
      display: block;
      width: 60%;
      margin: 0 auto;
    }

    .logo img {
      width: 100%;
    }

    .icon img {
      display: none;
    }

    .octo {
      width: 60%;
      margin: 0 auto;
    }

    .octo img {
      width: 100%;
    }

    header nav {
      display: none;
    }

    .bottom {
      display: none;
    }

    .bottom-mobile footer {
      display: table;
      width: 95%;
      margin-bottom: 35px;
    }

    .bottom-mobile footer span {
      text-align: right;
      display: table-cell;
    }

    .bottom-mobile footer txt {
      display: table-cell;
    }

    .bottom-mobile footer h2 {
      margin-top: 20px;
      margin-bottom: 5px;
    }

    .bottom-mobile footer p {
      display: table-row;
      width: 100%;
      line-height: 25px;
    }

    .text22 {
      padding-top: 20px;
      z-index: 7;
      font-family: Roboto Condensed, sans-serif;
      text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
      text-align: center;
      text-transform: uppercase;
      height: auto;
      width: auto;
      color: rgb(255, 255, 255);
      text-decoration: none;
      white-space: nowrap;
      min-height: 0px;
      min-width: 0px;
      max-height: none;
      max-width: none;
      line-height: 14px;
      letter-spacing: 0px;
      font-weight: 700;
      font-size: 16px;
      transform-origin: 50% 50% 0px;
      opacity: 1;
      transform: translate(0px);
      visibility: visible;
    }

    .text2 {
      z-index: 6;
      font-family: Roboto Condensed, sans-serif;
      text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
      text-align: center;
      text-transform: uppercase;
      height: auto;
      width: auto;
      color: rgb(255, 255, 255);
      text-decoration: none;
      white-space: nowrap;
      min-height: 0px;
      min-width: 0px;
      max-height: none;
      max-width: none;
      line-height: 22px;
      letter-spacing: 0px;
      font-weight: 700;
      font-size: 22px;
      transform-origin: 50% 50% 0px;
      opacity: 1;
      transform: translate(0px);
      visibility: visible;
      }
      .text1 {
          padding-top: 55px;
          z-index: 5;
          font-family: Bitter, serif;
          font-style: italic;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          height: auto;
          width: auto;
          color: rgb(16, 193, 175);
          text-decoration: none;
          white-space: nowrap;
          min-height: 0px;
          min-width: 0px;
          max-height: none;
          max-width: none;
          text-align: center;
          line-height: 20px;
          letter-spacing: 0px;
          font-weight: 400;
          font-size: 14px;
          transform-origin: 50% 50% 0px;
          opacity: 1;
          transform: translate(0px);
          visibility: visible;
      }
      .text3{
          z-index: 7;
          font-family: Bitter, serif;
          font-style: italic;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          height: auto;
          width: auto;
          color: rgb(255, 255, 255);
          text-decoration: none;
          /*white-space: nowrap;*/
          min-height: 0px;
          min-width: 0px;
          max-height: none;
          max-width: none;
          text-align: center;
          line-height: 24px;
          letter-spacing: 0px;
          font-weight: 400;
          font-size: 12px;
          transform-origin: 50% 50% 0px;
          opacity: 1;
          transform: translate(0px);
          visibility: visible;
      }
      .gobtn{
          font-family: Roboto Condensed, sans-serif;
          text-shadow: rgba(2, 3, 3, 0.75) 2px 3px;
          text-align: center;
          text-transform: uppercase;
          background: center/100% no-repeat url(/img/uploads_buttons_buttons_PNG44.png);
          display: block;
          text-align: center;
          height: 90px;
          width: 280px;
          line-height: 90px;
          font-size: 30px;
          color: rgb(255, 255, 255);
          font-weight: 400;
          margin: 0 auto;
          text-decoration: none;
      }
      .top-phrase {
          text-align: center;
          width: 100%;
          height: 200px;
          background: center/150% no-repeat url(/img/cross2.jpg)
      }
      .bottom-phrase {
          text-align: center;
          width: 100%;
          height: 170px;
          background: center/150% no-repeat url(/img/jesus-offering-his-help2.jpg)
      }
      iframe {
          min-height: 300px;
          width: 100%;
      }
  }

  .instruction-row, li {
    margin-bottom: .5rem;
  }

  .fa-li {
    color: #84c738;
  }

  .fa-ul {
    margin-left: 1.3em;
  }

  span.key {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(86, 94, 113, 0.2);
  }

  .gallery {
    padding-top: 20px;
    display: none;
  }

  .gallery a {
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
  }



  a.gobtn:hover, a.gobtn:visited , a.gobtn:active {
      color: rgb(255, 255, 255);
      text-decoration: none;
  }

  .bible-form input[type="text"], .bible-form input[type="email"] {
    border: 1px solid #ced4da;
  }