@charset "UTF-8";
/*320px for common smartphones including iPhone at portrait orientation */
/*480px and below for iPhones at landscape orientation and many of the HTC handsets */
/*768px – 980px for iPad and other tablets */
/*980px and upwards for desktop monitors */
/*1200px and upwards for larger desktop monitors */
/*320px for common smartphones including iPhone at portrait orientation */
/*480px and below for iPhones at landscape orientation and many of the HTC handsets */
/*768px – 980px for iPad and other tablets */
/*980px and upwards for desktop monitors */
/*1200px and upwards for larger desktop monitors */
/* цвет, становящийся ссылковым по наведению */
/* голубая ссылка без подчёркивания */
/* голубая ссылка с подчёркиванием */
/* line 3, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted {
  background: #fff;
  font-family: 'PT Sans', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

/* line 12, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .age-restricted-warning {
  color: #fc575e;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.15;
  margin: 0 0 35px 0;
}

/* line 20, app/assets/stylesheets/blocks/b-age_restricted.sass */
.tooltip .b-age_restricted .age-restricted-warning {
  font-size: 40px;
}

/* line 23, app/assets/stylesheets/blocks/b-age_restricted.sass */
.tooltip.minified .b-age_restricted .age-restricted-warning {
  font-size: 28px;
}

/* line 26, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted h1 {
  color: #2E2F30;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.29;
  margin-bottom: 35px;
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/blocks/b-age_restricted.sass */
.tooltip .b-age_restricted h1 {
  font-size: 18px;
}

/* line 37, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .dialog {
  margin: 40px auto 0;
  max-width: 600px;
}

/* line 41, app/assets/stylesheets/blocks/b-age_restricted.sass */
.tooltip .b-age_restricted .dialog {
  margin: 20px auto 0;
}

/* line 44, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted p {
  color: #777;
  margin: 0;
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/blocks/b-age_restricted.sass */
.tooltip .b-age_restricted p {
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted a:not(.b-button) {
  color: #176093;
  cursor: pointer;
  text-decoration: underline;
}

/* line 57, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted a:not(.b-button):visited {
  color: #176093;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  /* line 63, app/assets/stylesheets/blocks/b-age_restricted.sass */
  .b-age_restricted a:not(.b-button):hover {
    color: #dd5202;
  }
}

/* line 66, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted a:not(.b-button):active {
  color: #ff0202;
}

/* line 69, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .image {
  margin-top: 40px;
  max-width: 100%;
}

/* line 73, app/assets/stylesheets/blocks/b-age_restricted.sass */
.tooltip .b-age_restricted .image {
  margin-top: 30px;
  max-width: 80%;
}

/* line 77, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .devise {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 82, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .devise p {
  margin-bottom: 10px;
}

/* line 85, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .devise .inner {
  text-align: left;
  background: #e9f7fb;
  border: 1px solid rgba(144, 213, 236, 0.45);
  padding: 15px 10px 18px;
  max-width: 324px;
  width: 100%;
}

/* line 93, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .devise .inner input[type=submit] {
  margin-bottom: 12px;
}

/* line 96, app/assets/stylesheets/blocks/b-age_restricted.sass */
.b-age_restricted .devise .inner .cancel {
  display: block;
  margin-left: 0;
}
