html {
  height: 100%; }

body {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: #131416 url("../images/bg-desktop.jpg") 50% 0 no-repeat; }
  body:before, body:after {
    content: '';
    position: absolute;
    z-index: 0;
    background-position: 0 0;
    background-repeat: no-repeat; }
  body:before {
    left: 0;
    bottom: 0;
    width: 173px;
    height: 199px;
    background-image: url("../images/left-decor.svg"); }
  body:after {
    top: 200px;
    right: 0;
    width: 200px;
    height: 250px;
    background-image: url("../images/right-decor.svg"); }

a {
  color: #12B653; }
  a:link {
    color: #12B653; }
  a:active {
    color: #2bea76; }
  a:visited {
    color: #12B653; }
  a:hover {
    text-decoration: none;
    color: #2bea76; }

.wrapper {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1184px;
  padding-top: 23px;
  padding-left: 15px;
  padding-bottom: 60px; }

.header {
  display: flex;
  justify-content: center; }

.logo {
  display: block;
  text-decoration: none;
  background: transparent url("../images/logo.svg") 0 0 no-repeat;
  background-size: 100%;
  width: 130px;
  height: 55px;
  text-indent: -9999px; }

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  line-height: 1.7; }
  .main .title {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    .main .title:before {
      content: '';
      position: absolute;
      top: -16px;
      left: 0;
      width: 32px;
      height: 46px;
      background: transparent url("../images/unblock-page-title.svg") 0 0 no-repeat; }
  .main .main-text {
    max-width: 600px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center; }
  .main .text-block {
    margin: 0 auto 19px 0;
    padding: 0;
    list-style: none; }
    .main .text-block:last-child {
      max-width: 600px; }
    .main .text-block li {
      margin-bottom: 10px; }
      .main .text-block li:before {
        content: "\2022";
        color: #12B653; }

@media screen and (max-width: 1400px) {
  body {
    height: 100%;
    background-size: contain; } }
@media screen and (max-width: 1200px) {
  body {
    background: #131416 url("../images/bg-tablet.jpg") 50% 0 no-repeat;
    background-size: contain; }
    body:after {
      top: 0; }

  .main {
    margin-top: 0; }
    .main .title {
      margin-top: 25px;
      margin-bottom: 25px; } }
@media screen and (max-width: 800px) {
  .wrapper {
    justify-content: flex-start;
    width: 620px;
    padding: 0 12px; }

  .logo {
    margin: 15px auto 0; }

  .main .title {
    padding-left: 35px;
    font-size: 18px; }
    .main .title:before {
      top: -5px;
      width: 21px;
      height: 30px;
      background-size: cover; }
  .main .main-text {
    font-size: 12px;
    margin-bottom: 43px;
    width: 100%;
    max-width: 420px; }
  .main .text-block {
    font-size: 12px;
    margin-bottom: 20px; } }
@media screen and (max-width: 640px) {
  body {
    background: #131416 url("../images/bg-mobile.jpg") 50% 0 no-repeat;
    background-size: contain; }
    body:after {
      display: none; }

  .wrapper {
    width: auto; }

  .logo {
    width: 80px;
    height: 40px; }

  .main {
    margin-top: 100px; }
    .main .main-text {
      text-align: left; } }
@media screen and (max-width: 480px) {
  .main .text-block,
  .main .main-text {
    font-size: 12px;
    margin-bottom: 20px; }
  .main .title {
    font-size: 16px;
    margin-top: 10px; }
  .main .text-block {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14); } }

/*# sourceMappingURL=styles.css.map */
