
/*grids here*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
  }
  
  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
  }
  
  nav ul {
    list-style: none;
  }
  
  blockquote,q {
    quotes: none;
  }
  
  blockquote:before,blockquote:after,q:before,q:after {
    content: none;
  }
  
  a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: underline;
  }
  
  a:hover {
      text-decoration: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  input,select {
    vertical-align: middle;
  }
  
  li {
    list-style: none;
  }
  
  *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  ul, li {
    list-style: none;
  }
  
  img {
      max-width: 100%;
  }
  
  .clear {
      clear: both;
  }
  
  html {
      width: 100%;
      background: #ffffff;
  }
  
  html, body {
    -webkit-text-size-adjust: none;
    color: #000000;
    min-width: 240px;
    height: 100%;
    width: 100%;
    font: normal 12px/130% arial, tahoma;
    text-align: left;
  }
  
  body {
      max-width: 100%;
      margin: 0 auto;
      background: #ffffff;
      position: relative;
  }
  
  .wrapper {
      height: 100%;
  }
  
  .rules {
      color: #8a8a8a;
      font-size: 12px;
      padding: 8px 20px;
      text-align: center;
  }
  
  .content {
      text-align: center;
      padding: 70px 20px 0;
  }
  
  .innercont {
      background: #efefef;
      padding: 0 0 25px;
  }
  
  .agerestrict {
      margin-top: -61px;
      margin-bottom: 11px;
  }
  
  .title {
      font-size: 36px;
      line-height: 1;
      padding-bottom: 20px;
      border-bottom: 1px solid #c3c3c3;
      color: #1b3d1c;
      font-weight: bold;
      margin-bottom: 20px;
  }
  
  .desc {
      margin-bottom: 30px;
      font-size: 18px;
      color: #919191;
  }
  
  .desc b {
      font-weight: bold;
      font-size: 21px;
      line-height: 1;
      display: block;
      margin-bottom: 2px;
      color: #333333;
  }
  
  a.tarifyes {
      display: block;
      max-width: 480px;
      height: 111px;
      line-height: 111px;
      color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      font-size: 26px;
      text-align: center;
      margin: 0 auto 20px;
      background: #349e37;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      border: 2px solid #ffffff;
  }
  
  a.tarifno {
      display: inline-block;
      text-decoration: none;
      color: #6a6a6a;
      background: #c6c6c6;
      font-size: 12px;
      padding: 5px 10px 3px;
  }
  
  .addpad {
      padding: 0 20px;
  }
  
  .footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #8a8a8a;
      padding: 15px 20px;
      z-index: 99;
      text-align: center;
      font-size: 12px;
  }
  
  .footer a, .rules a {
      color: #8a8a8a;
  }
  
  @media (max-width: 767px) {
      .footer, .rules {
          font-size: 11px;
      }
  }
  
  @media (max-width: 767px) and (orientation: landscape) {
      .footer, .rules {
          font-size: 11px;
          line-height: 1.2;
      }
      .agerestrict {
          margin-top: -25px;
          max-height: 50px;
          margin-bottom: 5px;
      }
      .content {
          padding-top: 24px;
      }
      .title {
          font-size: 25px;
          margin-bottom: 10px;
          padding-bottom: 10px;
      }
      a.tarifyes {
          height: 80px;
          line-height: 80px;
          margin-bottom: 15px;
      }
      .desc {
          margin-bottom: 15px;
      }
      .innercont {
          padding-bottom: 15px;
      }
  }
  
  @media (max-width: 667px) and (orientation: landscape) {
      .rules, .footer {
          padding: 5px 15px;
      }
      .agerestrict {
          margin-top: -23px;
          max-height: 46px;
          margin-bottom: 1px;
      }
      .content {
          padding-top: 20px;
      }
      .desc {
          margin-bottom: 12px;
          font-size: 16px;
      }
      .desc b {
          font-size: 18px;
      }
      .title {
          font-size: 24px;
          margin-bottom: 12px;
          padding-bottom: 12px;
      }
  }
  
  @media (max-width: 479px) {
      .footer, .rules {
          font-size: 10px;
      }
  }
  
  @media (max-width: 568px) and (orientation: portrait) {
      .agerestrict {
          margin-top: -30px;
          max-height: 60px;
          margin-bottom: 5px;
      }
      .content {
          padding-top: 30px;
      }
      .title {
          font-size: 28px;
          margin-bottom: 16px;
          padding-bottom: 16px;
      }
      a.tarifyes {
          height: 80px;
          line-height: 80px;
          margin-bottom: 15px;
      }
  }
  
  @media (max-width: 568px) and (orientation: landscape) {
      .title {
          font-size: 19px;
          margin-bottom: 9px;
          padding-bottom: 9px;
      }
      .desc b {
          font-size: 17px;
      }
      .desc {
          font-size: 14px;
          margin-bottom: 9px;
      }
      a.tarifyes {
          height: 54px;
          line-height: 54px;
          margin-bottom: 15px;
          font-size: 18px;
      }
      .innercont {
          padding-bottom: 8px;
      }
  }
  
  @media (max-width: 320px) {
      .footer, .rules {
          font-size: 9px;
          line-height: 1.1;
      }
  }
  
  @media (max-width: 320px) {
      .title {
          font-size: 15px;
          margin-bottom: 5px;
          padding-bottom: 5px;
      }
      .content {
          padding: 5px 10px 0;
      }
      .innercont {
          padding-bottom: 10px;
      }
      .agerestrict {
          margin-top: -15px;
          max-height: 30px;
          margin-bottom: 0;
      }
      .desc b {
          font-size: 13px;
      }
      .desc {
          font-size: 13px;
          margin-bottom: 10px;
      }
      a.tarifyes {
          height: 44px;
          line-height: 44px;
          margin-bottom: 15px;
          font-size: 16px;
      }
      .addpad {
          padding: 0 10px;
      }
  }