.container_grid.main.no_pad {
   padding: 0 0 10em 0;
}

.container_grid.no_pad {
    padding: 0 0 10em 0;
 }
 

.spread_main_img {
    width: 100%;
}

.container_grid {
    padding: 1em 1em 10em 1em;
}

.container_grid h1 {
    margin-top: 0.5em;
}

.spread_main_img {
    width: 100%;
    position: relative;
    top: 0;
    z-index: -1;
    display: flex;
    align-items: start;
    justify-content: center;
    height: 50vh;
    overflow: visible;
}

.spread_main_img:before {
    filter: blur(35px);
    content: "";
    position: absolute;
    width: 140%;
    height: 70%;
    z-index: 0;
    opacity: 1;
    border-bottom: solid #1F1F1F 20em;
  }


.container_grid_bot_pad {
    padding: 0 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

.container_grid_bot_pad h1 {
    margin-top: 0.5em;
}

.bottom_block {
    position: absolute;
    bottom: 8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}



.bottom_block.fix {
    position: fixed;
  }

.progress-circle {
    width: 3.5em;
    height: 3.5em;
    margin-bottom: 1em;
  }
  
  .circle-svg {
    width: 100%;
    height: 100%;
    /* transform: rotate(-90deg); */
  }
  
  .bg {
    fill: none;
    stroke: #363434;
    stroke-width: 1;
  }
  
  .progress {
    fill: none;
    stroke: #F99963;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 100;
    /* stroke-dashoffset: calc(100 - (1 / 6) * 100); */
    transition: stroke-dashoffset 0.5s ease;
  }
  
  .progress-text {
    fill: #F99963;
    font-size: 0.45em;
    font-family: sans-serif;
  }


.swap_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    /* margin: auto; */
}

.card-container {
    position: relative;
    width: 80%;
    height: 15em;
    perspective: 1000px;
}

.card-container.loading {
    margin: auto;
}

.card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    will-change: transform, opacity, z-index;
    cursor: pointer;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    transition: opacity 0.2s;
    /* transition: transform 0.2s; */
    /* transform-origin: top center;  */
}

.card.card-load {
    width: 3em;
}

.card:active {
    filter: grayscale(100%);
    /* animation: fall 0.5s linear forwards; */
}

.card img {
    width: 100%;
}

.card.fall {
    opacity: 0;
  }

.choosen_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 1em;
}

.choosen_card_single {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.choosen_card_single.hid {
    display: none;
}

.choosen_card_single img {
    width: 100%;
    max-width: 3em;
}

.choosen_card_single.closed img {
    filter: grayscale(100%);
}

.result_top_cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: start;
    box-sizing: border-box;
    gap: 1em;
    width: 100%;
}

.result_top_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.result_top_card.hiddd {
    display: none;
}

.result_top_card img {
    width: 100%;
    max-width: 5em;
}

.result_top_card span {
    font-size: 0.65em;
    font-weight: 600;
    color: #fff;
    margin-top: 0.5em;
}

.result_text_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1em;
    box-sizing: border-box;
    padding: 0 0 5em 0;
}

.result_text_block span {
    text-align: left;
}

.result_text_part {
    width: 100%;
}

.result_text_part h2 {
    width: 100%;
    text-align: left;
    font-size: 1.25em;
}

.result_text_part_cards {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0.5em
}

.result_text_part_cards_single {
    color: #F99963;
    font-size: 0.85em;
}

.result_text_part_cards_single span {
    color: #fff;
}

.result_text_part_text {
    color: #fff;
    font-size: 1em;
    margin-top: 0.5em;
}

.result_text_part_text span {
    color: #F99963;
}


.bottom_block.reg {
    bottom: 2.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 0.75em;
  }

#userQuest_span {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 0.25em;
}

#cont_btn_pay_sphere {
    background: transparent;
    color: #fff;
}

#cont_btn_pay_sphere span {
    font-size: 0.85em;
    font-weight: 400;
}

#cont_btn_pay_sphere img{
    width: 1em;
}

.bottom_block.spread_result {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

