* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a,
button,
input,
textarea {
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 13px;
}

::-webkit-scrollbar-track-piece {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 13px;
}

::-webkit-scrollbar-thumb {
    background: #dd465b;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background: #dd465b;
    border-radius: 3px;
}

::-webkit-resizer {
    background: #dd465b;
    border-radius: 3px;
}

body,
html {
    height: 100%;
}

.responsive-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body {
    background: #141414;
}

.max-container {
    max-width: 1646px;
    width: 100%;
    padding: 0px 20px;
    margin: auto;
}

header {
    padding: 54px 0px;
    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;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 18px;
}

.navigation::before {
    left: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    content: "";
    width: 100%;
    height: 3px;
    background: #282A31;
    border-radius: 13px;
    bottom: 0;
}

.navigation>li {
    list-style: none;
    margin-right: 47px;
}

.navigation>li:last-child {
    margin-right: 0px;
}

.navigation>li>a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #777777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.navigation>li>a::before {
    position: absolute;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    background: #dd465b00;
    border-radius: 3px;
    height: 3px;
    bottom: -18px;
}

.navigation>li>a.active,
.navigation>li>a:hover {
    color: #FFFFFF;
}

.navigation>li>a.active::before,
.navigation>li>a:hover::before {
    background: #dd465b;
}

.online-server {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.current-online {
    margin-right: 84px;
    padding-bottom: 18px;
    position: relative;
}

.current-online>p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #777777;
}

.current-online>p>span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-left: 15px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.server-adress {
    position: relative;
    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;
}

.server-adress::before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    bottom: -26px;
    width: 206px;
    height: 148px;
    background: -o-radial-gradient(50% 33.78%, 71.62% 71.62%, #212227 45.64%, #19191B 100%);
    background: radial-gradient(71.62% 71.62% at 50% 33.78%, #212227 45.64%, #19191B 100%);
    border-radius: 37px;
}

.server-adress>p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #777777;
}

.server-adress>p>span {
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.responsive-live {
    display: flex;
    justify-content: center;
    background: -o-radial-gradient(95.97% 100%, 100% 471.79%, #19191B 0%, #22252C 57.01%);
    background: radial-gradient(100% 471.79% at 95.97% 100%, #19191B 0%, #22252C 57.01%);
    border-radius: 20px;
}

.image-item {
    width: 62px;
    height: 62px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-item.rare-d::before {
    background: #F23838;
}

.image-item.rare-p::before {
    background: #F238A8;
}

.image-item.rare::before {
    background: #dd465b
}

.image-item::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 500px;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}

.image-item>img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.online-progress {
    background: #282A31;
    border-radius: 3px;
    height: 3px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: 0;
}

.online-progress>.current-bar {
    height: 100%;
    background: #dd465b;
    border-radius: 3px;
}

footer {
    padding: 40px 0px;
    border-top: 1px solid #26292E;
    position: relative;
}

footer::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 37, 44, 0.54);
    -webkit-backdrop-filter: blur(43px);
    backdrop-filter: blur(43px);
}

footer::after {
    position: absolute;
    content: "";
    background: #dd465b;
    opacity: 0.5;
    width: 100%;
    height: 40px;
    z-index: -1;
    bottom: 0;
}

footer>.data-footer {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1008px;
    padding: 0px 20px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer>.data-footer>p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    max-width: 730px;
    width: 100%;
    line-height: 134.4%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

footer>.data-footer>p>a {
    color: #fff;
    position: relative;
}

footer>.data-footer>p>a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #dd465b;
    border-radius: 20px;
    bottom: -4px;
}

footer>.data-footer>span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 134.4%;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

footer>.data-footer>span>a {
    color: #fff;
    position: relative;
}

footer>.data-footer>span>a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #dd465b;
    border-radius: 20px;
    bottom: -4px;
}

.list-live {
    display: inline-flex;
    padding: 28px 0 16px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    overflow-y: clip;
    overflow-x: visible;
}

.list-live>.item {
    margin-right: 50px;
}

.list-live>.item {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-live>.item:first-child>.details-live-data {
    left: 0;
}

.list-live>.item:last-child>.details-live-data {
    right: 0;
}

.list-live>.item:last-child {
    margin-right: 0px;
}

.list-live>.item:hover>.details-live-data-wrapper>.details-live-data {
    width: max-content;
    pointer-events: all;
    opacity: 1;
}

.details-live-data {
    width: max-content;
    top: 110px;
    position: absolute;
    z-index: 1000;
    cursor: default;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #19191B;
    pointer-events: none;
    -webkit-box-shadow: 0px 4px 9px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 9px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 18px 24px;
    opacity: 0;
}

.details-live-data>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.details-live-data>.item:last-child {
    margin-bottom: 0px;
}

.details-live-data>.time-user {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #8D8D8D;
}

.details-live-data>.time-user>span {
    margin-left: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.details-live-data>.privilege-user {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #8D8D8D;
}

.details-live-data>.privilege-user>span {
    margin-left: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #dd465b;
}

.details-live-data>.user-buy {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.details-live-data>.user-buy>span {
    margin-left: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #8D8D8D;
}

.data-live {
    
}

.data-live-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data-live-item>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.rule-list {
    margin-top: 85px;
    margin-bottom: 210px;
}

.rule-list>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
    margin-bottom: 62px;
}

.item-rule {
    position: relative;
    margin-bottom: 40px;
}

.item-rule:last-child {
    margin-bottom: 0px;
}

.item-rule::before {
    position: absolute;
    content: "";
    width: 66px;
    height: 95px;
    background: #dd465b;
    opacity: 0.3;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    left: 10px;
    top: 5px;
    z-index: 1;
    border-radius: 100px;
}

.item-rule>.head-rule {
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 22px;
    line-height: 27px;
    padding: 45px 64px;
    background: -webkit-gradient(linear, left bottom, left top, from(#22252C), to(#22252C));
    background: -o-linear-gradient(bottom, #22252C, #22252C);
    background: linear-gradient(0deg, #22252C, #22252C);
    border-radius: 32px;
    letter-spacing: -0.005em;
    position: relative;
    color: #FFFFFF;
}

.item-rule>.head-rule::before {
    position: absolute;
    right: 65px;
    top: calc( 50% - 3px);
    content: "";
    width: 34px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 10px;
}

.item-rule>.head-rule::after {
    position: absolute;
    right: 65px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 10px;
    top: calc( 50% - 3px);
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 34px;
    height: 6px;
    background: #FFFFFF;
}

.item-rule.active>.head-rule::after {
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 10px;
    top: calc( 50% - 3px);
    content: "";
    background: #FFFFFF;
}

.data-rule {
    display: none;
    background: #19191B;
    border-radius: 32px;
    margin-top: -117px;
    padding: 64px;
    padding-top: 194px;
}

.data-rule>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.data-rule>.item:last-child {
    margin-bottom: 0px;
}

.data-rule>.item>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 137.9%;
    letter-spacing: 0.01em;
    color: #dd465b;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 45px;
}

.data-rule>.item>p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.store-items,
.store-servers {
    margin-bottom: 160px;
    margin-top: 66px;
}

.head-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-store>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.tab {
    background: -webkit-gradient(linear, left bottom, left top, from(#22252C), to(#22252C));
    background: -o-linear-gradient(bottom, #22252C, #22252C);
    background: linear-gradient(0deg, #22252C, #22252C);
    border-radius: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 22px 40px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab>.tablinks,
.tab>.tabserverlinks {
    background: none;
    border: none;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.005em;
    color: #777777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 46px;
    position: relative;
    padding-bottom: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tab>.tablinks:last-child,
.tab>.tabserverlinks:last-child {
    margin-right: 0px;
}

.tab>.tablinks::before,
.tab>.tabserverlinks::before {
    position: absolute;
    content: "";
    background: #dd465b;
    border-radius: 3px;
    width: 100%;
    height: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tab>.tablinks.active,
.tab>.tablinks:hover,
.tab>.tabserverlinks.active,
.tab>.tabserverlinks:hover {
    color: #FFFFFF;
}

.tab>.tablinks.active::before,
.tab>.tablinks:hover::before,
.tab>.tabserverlinks.active::before,
.tab>.tabserverlinks:hover::before {
    background: #dd465b;
}

.tabcontent {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(346px, 1fr));
    grid-column-gap: 74px;
    grid-row-gap: 58px;
}

.tabcontent>.item {
    background: -o-radial-gradient(95.97% 100%, 100% 471.79%, #19191B 0%, #22252C 57.01%);
    background: radial-gradient(100% 471.79% at 95.97% 100%, #19191B 0%, #22252C 57.01%);
    border-radius: 32px;
    padding: 13px;
    padding-bottom: 30px;
}

.tabcontent>.item>.image-price {
    position: relative;
}

.tabcontent>.item>.image-price>.price {
    top: 15px;
    left: 15px;
    background: rgba(158, 158, 158, 0.52);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 42px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 32px;
    position: absolute;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.tabcontent>.item>.image-price>.image-prod {
    width: 100%;
    height: 255px;
}

.tabcontent>.item>.image-price>.image-prod>img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}

.action-data {
    padding: 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.action-data>button {
    border: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.005em;
    background: #dd465b;
    cursor: pointer;
    border-radius: 42px;
    color: #FFFFFF;
    padding: 10px 25px;
}

.action-data>.name-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 160px;
}

.action-data>.name-details>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.005em;
    color: #FFFFFF;
}

.action-data>.name-details>.details-icon {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18px;
    cursor: pointer;
    margin-top: 3px;
    height: 18px;
    background-image: url(../img/details.svg);
    filter: hue-rotate(2rad);
}

.modal-details,
.modal-order {
    position: fixed;
    background: rgba(35, 35, 35, 0.41);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 2000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    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;
    height: 100%;
}

.body-details {
    width: 100%;
    position: absolute;
    height: 100%;
}

.container-modal-details {
    padding: 40px 0 30px 38px;
    background: -o-radial-gradient(95.97% 100%, 100% 471.79%, #19191B 0%, #22252C 57.01%);
    background: radial-gradient(100% 471.79% at 95.97% 100%, #19191B 0%, #22252C 57.01%);
    -webkit-box-shadow: -30px -15px 33px rgba(255, 196, 48, 0.24), 14px 16px 16px rgba(0, 0, 0, 0.25);
    box-shadow: -30px -15px 33px rgba(255, 196, 48, 0.24), 14px 16px 16px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    z-index: 10000000;
    max-width: 800px;
    width: 100%;
}

.container-modal-details>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 32px;
    color: #FFFFFF;
}

.buy-item {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buy-item>button {
    cursor: pointer;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #dd465b;
    -webkit-box-shadow: 0px 17px 24px -12px #dd465b;
    box-shadow: 0px 17px 24px -12px #dd465b;
    border-radius: 64px;
    border: none;
    padding: 15px 50px;
}

.content-modal {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 26px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right:50px;
}

.content-modal>.image-details {
    margin-right: 0px;
    width: 500px;
    height: auto;
}

.content-modal>.image-details>img {
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.data-list {
    padding: 26px 22px;
}

.data-list>.left-data {
    overflow: auto;
    height: 100%;
    padding-right: 60px;
    max-height: 198px;
}

.data-list>.left-data::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.data-list>.left-data>.item {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.data-list>.left-data>.item:last-child {
    margin-bottom: 0px;
}

.data-list>.left-data>.item>.maker-l {
    margin: 0px 12px;
    width: 4px;
    height: 4px;
    border-radius: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #D5D5D5;
}

.data-list>.left-data>.item>p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 136.4%;
    letter-spacing: 0.01em;
    color: #D5D5D5;
}

.order-content {
    max-width: 596px;
    width: 100%;
    padding: 48px 68px 38px 68px;
    z-index: 23;
    background: -o-radial-gradient(95.97% 100%, 100% 471.79%, #19191B 0%, #22252C 57.01%);
    background: radial-gradient(100% 471.79% at 95.97% 100%, #19191B 0%, #22252C 57.01%);
    -webkit-box-shadow: -30px -15px 33px rgba(56, 74, 242, 0.24), 14px 16px 16px rgba(0, 0, 0, 0.25);
    box-shadow: -30px -15px 33px rgb(221 70 91 / 24%), 14px 16px 16px rgb(0 0 0 / 25%);
    border-radius: 32px;
}

.order-content>h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.order-content>form>input {
    width: 100%;
    height: 44px;
    background: #373A42;
    border-radius: 3px;
    border: none;
    padding: 0px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}

.order-content>form>input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.order-content>form>input::-moz-placeholder {
    color: #FFFFFF;
}

.order-content>form>input:-ms-input-placeholder {
    color: #FFFFFF;
}

.order-content>form>input::-ms-input-placeholder {
    color: #FFFFFF;
}

.order-content>form>input::placeholder {
    color: #FFFFFF;
}

.select {
    position: relative;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.select.one-s>.select__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0px 46px 0px 20px;
    height: 44px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    background: #373A42;
    border-radius: 3px;
}

.select.one-s>.select__head::after {
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99998 6C4.82076 6 4.64156 5.92797 4.50493 5.78422L0.205142 1.25832C-0.0683806 0.970413 -0.0683806 0.503627 0.205142 0.21584C0.478554 -0.0719468 0.921935 -0.0719468 1.19548 0.21584L4.99998 4.22061L8.80451 0.21598C9.07803 -0.0718069 9.52137 -0.0718069 9.79476 0.21598C10.0684 0.503767 10.0684 0.970553 9.79476 1.25846L5.49504 5.78436C5.35834 5.92814 5.17914 6 4.99998 6Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 20px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    content: "";
    display: block;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.select.one-s>.select__head.open {
    border-radius: 5px 5px 0 0;
}

.select.one-s>.select__head.open::after {
    -webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}

.select.one-s>.select__list {
    display: none;
    position: absolute;
    top: calc( 100% - 1px);
    left: 0;
    right: 0;
    background: #373A42;
    border-top: 1px solid #22252C;
    border-radius: 3px;
    border-radius: 0 0 3px 3px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    z-index: 100;
    margin: 0;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.select.one-s>.select__list>.select__item {
    padding: 10px;
    cursor: pointer;
    list-style-type: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    border-radius: 3px;
}

.select.one-s>.select__list>.select__item:last-child {
    border-bottom: none;
}

.select.one-s>.select__list>.select__item:hover {
    background: #22252C;
}

.alert-wrapper {
    color: white;
    margin-top: 33px;
}

.alert-message {
    justify-content: center;
    box-shadow: 0 0 12px 6px #992828;
    background: linear-gradient(0deg, #22252C, #22252C);
    border-radius: 20px;
    font-size: 0.8em;
    display: flex;
    padding: 15px;
}