/*@import "/bys/igr-konf/css/styles.css";*/

/***********************************************************/
.notebookOrder {
    white-space: nowrap;
    overflow: hidden;
}

.notebookOrder > .notebook_radio {
    display: none;
}

.notebookOrder > .notebook_radio + label {
    display: inline-block;
    border: 1px solid gray;
    padding: 4px;
    cursor: pointer;
    position: relative;
}

.notebookOrder > .notebook_radio + label:not(:last-of-type) {
    border-right: none;
}

.notebookOrder > .notebook_radio + label:hover {
    color: blue;
}

.notebookOrder > .notebook_radio + label:last-of-type::after {
    display: block;
    border-bottom: 1px solid gray;
    width: 2000px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
}

.notebookOrder > .notebook_radio:checked + label {
    color: blue;
    border-bottom: 1px solid rgba(0,0,0,0);
}

.notebookOrder > .page {
    white-space: normal;
    display: none;
    border: 1px solid gray;
    border-top: none;
    margin: 0px;
    padding: 2px 2px;
}

.notebookOrder > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.notebookOrder > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.notebookOrder > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.notebookOrder > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.notebookOrder > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.notebookOrder > input:nth-of-type(6):checked ~ div:nth-of-type(6) {
    display: block;
}

/**************************************************************/

.pulse-button {
  /*
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 0 #1f4c76;
  border: 1px solid #3480c7;
  border-radius: 100%;
  v-align: middle;
  */
  box-shadow: 0 0 0 0 rgba(90, 153, 220, 0.7), inset 0 1px 0 #abcbe9;
  background: #5a99d4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ea6d9), color-stop(100%, #468ccf));
  background-image: -webkit-linear-gradient(#6ea6d9, #468ccf);
  background-image: -moz-linear-gradient(#6ea6d9, #468ccf);
  background-image: -o-linear-gradient(#6ea6d9, #468ccf);
  background-image: linear-gradient(#6ea6d9, #468ccf);
  cursor: pointer;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}
.pulse-button:hover {
  -webkit-animation: none;
}


/**************************************************************/

.error,.required,.starrequired{
    color:red
}

.ToCartInProgress{
  background: url(/bys/igr-konf/img/ajax-loader.svg) center no-repeat;  
}
.ToCartInProgress .product-card-cart-bottom-button-text{
  display: none;
}

/**************/
/*чтобы поле количества в корзине было без стрелок*/
.cartitem-amount-input {
    -moz-appearance:textfield;
}
.cartitem-amount-input::-webkit-outer-spin-button,
.cartitem-amount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/**************/
q {
  quotes: "\00ab" "\00bb";
}
/**************/
.grey{
  color: #9E9E9E;
  font-weight: normal;
}

.catalog-details {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: rgb(230, 243, 230);
    font-size: 16px;
}
.message_bonus {
    background-color: #ff9800;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #9c27b0;
    font-size: large;
    padding: 10px;
    /*margin-bottom: 20px;*/
}
.message_promotion {
    background-color: #ff9800;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #9c27b0;
    font-size: large;
    padding: 10px;
    /*margin-bottom: 20px;*/
}
.message_promotion_ForFirstApplication {
    background-color: #ff9800;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #9c27b0;
    font-size: large;
    padding: 10px;
    /*margin-bottom: 20px;*/
}
/*******************************/
.img-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-position: center;
  background-clip: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.85);
  border: 30px solid transparent;
  cursor: pointer;
}

