

.card {
  /* margin: 0 15px; */
  width: 100%;
  max-width: 460px;
  padding: 25px;
  border-radius: 20px;
  border: 3px solid #5b2361;
  background-color: #c066ff;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px); }
  .card__instructions {
    color: #FFFFFF;
    font-size: 32px;
    max-width: 360px;
    text-align: center;
    margin: 0 auto 40px; }
    .card__instructions h1 {
      font-size: 36px; }
    .card__instructions span {
      width: 40px;
      height: 40px;
      display: inline-block; }
    .card__instructions svg {
      width: 100%;
      height: 100%; }
  .card__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 3px solid #5b2361;
    overflow: hidden;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a3a3a3' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); }
  .card__item {
    width: 25%;
    height: 112.5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in; }
    .card__item span {
      position: absolute; }
    .card__item svg {
      width: 72px;
      height: 72px; }
    .card__item .card__item__diamond,
    .card__item .card__item__rubin,
    .card__item .card__item__emerald {
      opacity: 0;
      z-index: 1; }
    .card__item.diamond .card__item__diamond {
      opacity: 1; }
    .card__item.diamond .card__item__cover {
      opacity: 0; }
    .card__item.rubin .card__item__rubin {
      opacity: 1; }
    .card__item.rubin .card__item__cover {
      opacity: 0; }
    .card__item.emerald .card__item__emerald {
      opacity: 1; }
    .card__item.emerald .card__item__cover {
      opacity: 0; }
    .card__item.glow::after {
      content: '';
      position: absolute;
      display: block;
      width: 72px;
      height: 72px;
      top: 10px;
      z-index: -1;
      background: rgba(173, 250, 76, 0.72);
      filter: blur(10px); }
    .card__item:hover {
      transform: scale(1.2); }

      /* style for Popup  */
    .pop-up-window {
      top: 13%;
    }

    .pop-up-window .pop-up-text {
      margin-bottom: 20px!important;
    
    }

    .order_block {
      padding: 10px;
    }

    .input-roulette {
      -webkit-appearance: none;
    }

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
    }

    .pop-up-window .pop-up-text {
      font-size: 18px;
    }

    .close-popup {
      right: 0;
      top: -70px;
    }
  }

    /*  */

    .pop-up-text svg {
      width: 50px;
      height: 50px;
    }
@media only screen and (max-width: 425px) {
  .card__item svg {
    width: 52px;
    height: 52px; }

  .card__item {
    height: 90px; }

  .card__instructions {
    margin: 0 auto 10px;
  }
  .card__instructions h1 {
    font-size: 24px;
    margin-top: 0!important; }
  .card__instructions span {
    width: 25px;
    height: 25px; }

  .card__item.glow::after {
    width: 52px;
    height: 52px; } }
@media only screen and (max-width: 370px) {
  .card__item svg {
    width: 40px;
    height: 40px; }

  .card__item.glow::after {
    width: 40px;
    height: 40px;
    top: 20px; }

  .card__instructions h1 {
    font-size: 20px; } }

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