.noscript-modal {
  /* font-family: "Lato", "Lucida Grande", "Lucida Sans Unicode", Tahoma, Sans-Serif; */
  line-height: 1.5;
  font-size: 15px;
  /* font-weight: 400 */
}

.noscript-message, .noscript-title {
  color: #ff484e
}

a {
  text-decoration: none;
  color: #76daff
}

a:active, a:focus, a:hover {
  cursor: pointer;
  color: #fff
}

.noscript {
  position: fixed;
  width: 600px;
  border-radius: 8px;
  min-width: 380px;
  left: 50%;
  top: 10%;
  margin-left: -330px;
  padding: 20px;
  background: #fff;
  z-index: 201;
}

.noscript p, .noscript ul {
  color: rgb(71, 71, 71);
}

@media (max-width:830px) {
  .noscript {
    top: 20px;
    left: 10px;
    right: 10px;
    width: auto;
    min-width: 0;
    max-height: 375px;
    overflow: auto;
    margin-left: 0
  }
}

.noscript-message {
  z-index: 301
}

@media (max-width:600px) {
  .noscript {
    box-sizing: border-box;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    min-width: auto
  }
}

.noscript-title {
  /* font-weight: 700; */
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width:830px) {
  .noscript-buttons {
    line-height: 4
  }
}

.noscript-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  z-index: 300
}

.noscript-overlay.block {
  display: block
}

input.noscript-close {
  position: absolute;
  top: -9999px;
  left: -9999px
}

input.noscript-close:checked~div {
  display: none!important
}

.logo-image {
  text-align: center;
  padding: 10px 0;
}


