.qrItem canvas {
  height: initial!important;
}
.spinner {    
  margin: auto;
  position: relative;
  background-image: url(/img/spinner.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 60px;
  font-size: 1.3em;
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.spinner span {
  display: inline-block;
  margin-top: 65px;
}
.spinner-wrap {
  display: none;
  position: relative;
  width: 180px;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/*.ratingSides__side:after {
  content: "";
  opacity: 0.3;
  display: block;
  padding: 0 5px;
  height: 28px;
  background-color: #D21218;
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
}
.ratingSides__side._right:after {
  left: 10px;
}*/
/*.titleScan {*/
/*  margin-top: 30px;*/
/*  font-size: 20px;*/
/*}*/
.checkboxesList {
  -moz-column-count: 1!important;
       column-count: 1!important;
}
.iti {
  width: 100%;
}
.hint {
  margin-top: 2em;
  font-size: 2em;
}
.adminIcon {
    width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: relative;
    display: block;
    -webkit-transition: border .15s;
    -o-transition: border .15s;
    transition: border .15s;
    cursor: pointer;
    margin-left: 15px;
}
.adminIcon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #FFFFFF;
    max-width: 50%;
    max-height: 50%;
    -webkit-transition: stroke .15s;
    -o-transition: stroke .15s;
    transition: stroke .15s;
}

.gameHint {
  	color: #D8D8DE;
}
.gameHint .gameScore {
	color: #FFB901;
}
.popupBlock .button_1 {
  margin: 20px;
}
.popupBlock .button_1__inner {
  font-size: 1em;
}

#newProductsPopup ul {
  display:-moz-inline-stack;
  display:inline-block;
  margin: 20px auto;
  text-align: center;
}
#newProductsPopup ul li {
  font-size: 2em;
  text-align: left;
  list-style: none;
}
#newProductsPopup .checkboxList {
  display:-moz-inline-stack;
  display:inline-block;
}

.cardElem._disabled {
  filter: grayscale(100%);
  //cursor: not-allowed;
}
.captchaWrap {
  width: 100%;
  padding: 0;
}
.captchaImage, .captchaInput {
  display: inline-block;
  vertical-align: top;
}
.captchaImage {
  margin-top: 2px;
  width: 40%;
}
.captchaInput {
  width: 60%;
  margin-top: -3px;
}
#productsLittPopup .infoAreaPopup {
  max-width: 600px;
}
