@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 480px) {
  .fixed-right-block {
    position: fixed;
    top: 50%;
    right: -312px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 359px;
    height: 359px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 1s -webkit-transform;
    transition: 1s -webkit-transform;
    transition: 1s transform;
    transition: 1s transform, 1s -webkit-transform;
    background-color: transparent;
  }
  .fixed-right-block.show {
    -webkit-transform: translate(-312px, -50%);
            transform: translate(-312px, -50%);
  }
  .fixed-right-block .toggler {
    width: 47px;
    height: 270px;
    margin-top: auto;
    background: -webkit-gradient(linear, left top, right top, from(#702B7E), color-stop(103.44%, #41215C), color-stop(381.91%, #160822));
    background: linear-gradient(90deg, #702B7E 0%, #41215C 103.44%, #160822 381.91%);
    border-radius: 20px 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .fixed-right-block .toggler .text-rotate {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #72F7FF;
    text-orientation: mixed;
  }
  .fixed-right-block .toggler .text-rotate .icon {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .fixed-right-block .content {
    background: -webkit-gradient(linear, left top, right top, from(#702B7E), color-stop(27.08%, #41215C), to(#160822)), #8A39A7;
    background: linear-gradient(90deg, #702B7E 0%, #41215C 27.08%, #160822 100%), #8A39A7;
    border-radius: 20px 0px 0px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    position: relative;
  }
  .fixed-right-block .content .content-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: white;
  }
  .fixed-right-block .content .content-header .profile {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #C4C4C4;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin {
    width: 100%;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 13px;
    background-color: rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(226, 143, 243, 0.38);
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin:last-child {
    border-bottom: 1px solid rgba(226, 143, 243, 0.38);
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin .coin-icon {
    width: 33px;
    height: 33px;
    background-color: #C4C4C4;
    border-radius: 50%;
    margin-right: 10px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin .coin-icon img {
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin .coin-name {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    margin-right: 5px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input {
    background-color: transparent;
    border: 0;
    color: white;
    text-align: right;
    max-width: 50px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input::-webkit-outer-spin-button, .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input:focus {
    border: 0;
    outline: none;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area {
    position: absolute;
    right: -312px;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#702B7E), color-stop(27.08%, #41215C), to(#160822)), #8A39A7;
    background: linear-gradient(90deg, #702B7E 0%, #41215C 27.08%, #160822 100%), #8A39A7;
    border-radius: 20px 0px 0px 0px;
    -webkit-transition: 1s -webkit-transform;
    transition: 1s -webkit-transform;
    transition: 1s transform;
    transition: 1s transform, 1s -webkit-transform;
    padding: 5px 0;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area.show {
    -webkit-transform: translate(-312px, 0);
            transform: translate(-312px, 0);
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin {
    cursor: pointer;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid rgba(226, 143, 243, 0.38);
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-img {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c4c4c4;
    margin-right: 8px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-img img {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    border-radius: 50%;
    height: 50px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: white;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-info .coin-info-name {
    font-size: 20px;
    font-weight: 600;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-info .coin-info-tag {
    font-size: 16px;
  }
  .fixed-right-block .content .price-section {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 13px;
  }
  .fixed-right-block .content .price-section span.price {
    color: #72F7FF;
  }
  .fixed-right-block .content .content-footer {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixed-right-block .content .content-footer button {
    max-width: 288px;
    width: 100%;
    height: 44px;
    border-radius: 20px;
    background-color: #E28FF3;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    border: 0;
  }
  .fixed-right-block .content .content-footer button:focus {
    border: 0;
    overflow: none;
  }
}

@media (max-width: 479px) {
  .fixed-right-block {
    position: fixed;
    top: 50%;
    right: -233px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 280px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 1s -webkit-transform;
    transition: 1s -webkit-transform;
    transition: 1s transform;
    transition: 1s transform, 1s -webkit-transform;
    background-color: transparent;
  }
  .fixed-right-block.show {
    -webkit-transform: translate(-233px, -50%);
            transform: translate(-233px, -50%);
  }
  .fixed-right-block .toggler {
    width: 47px;
    height: 200px;
    margin-top: auto;
    background: -webkit-gradient(linear, left top, right top, from(#702B7E), color-stop(103.44%, #41215C), color-stop(381.91%, #160822));
    background: linear-gradient(90deg, #702B7E 0%, #41215C 103.44%, #160822 381.91%);
    border-radius: 20px 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .fixed-right-block .toggler .text-rotate {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #72F7FF;
    text-orientation: mixed;
  }
  .fixed-right-block .toggler .text-rotate .icon {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .fixed-right-block .content {
    background: -webkit-gradient(linear, left top, right top, from(#702B7E), color-stop(27.08%, #41215C), to(#160822)), #8A39A7;
    background: linear-gradient(90deg, #702B7E 0%, #41215C 27.08%, #160822 100%), #8A39A7;
    border-radius: 20px 0px 0px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    position: relative;
  }
  .fixed-right-block .content .content-header {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: white;
  }
  .fixed-right-block .content .content-header .profile {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #C4C4C4;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin {
    width: 100%;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 13px;
    background-color: rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(226, 143, 243, 0.38);
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin:last-child {
    border-bottom: 1px solid rgba(226, 143, 243, 0.38);
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin .coin-icon {
    width: 33px;
    height: 33px;
    background-color: #C4C4C4;
    border-radius: 50%;
    margin-right: 10px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin .coin-icon img {
    width: 33px;
    border-radius: 50%;
    height: 33px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .select-coin .coin-name {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input {
    background-color: transparent;
    border: 0;
    color: white;
    text-align: right;
    max-width: 50px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input::-webkit-outer-spin-button, .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-count input:focus {
    border: 0;
    outline: none;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area {
    position: absolute;
    right: -233px;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#702B7E), color-stop(27.08%, #41215C), to(#160822)), #8A39A7;
    background: linear-gradient(90deg, #702B7E 0%, #41215C 27.08%, #160822 100%), #8A39A7;
    border-radius: 20px 0px 0px 0px;
    -webkit-transition: 1s -webkit-transform;
    transition: 1s -webkit-transform;
    transition: 1s transform;
    transition: 1s transform, 1s -webkit-transform;
    padding: 5px 0;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area.show {
    -webkit-transform: translate(-233px, 0);
            transform: translate(-233px, 0);
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin {
    cursor: pointer;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(226, 143, 243, 0.38);
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-img {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #c4c4c4;
    margin-right: 8px;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-img img {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: white;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-info .coin-info-name {
    font-size: 16px;
    font-weight: 600;
  }
  .fixed-right-block .content .content-body .coin-wrapper .coin .coin-select-area .select-coin-wrapper .selectable-coin .coin-info .coin-info-tag {
    font-size: 12px;
  }
  .fixed-right-block .content .price-section {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 13px;
  }
  .fixed-right-block .content .price-section span.price {
    color: #70f8ff;
  }
  .fixed-right-block .content .content-footer {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fixed-right-block .content .content-footer button {
    max-width: 200px;
    width: 100%;
    height: 32px;
    border-radius: 20px;
    background-color: #E28FF3;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 0 auto;
    border: 0;
  }
  .fixed-right-block .content .content-footer button:focus {
    border: 0;
    overflow: none;
  }
}
/*# sourceMappingURL=style.css.map */