@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
* { padding: 0px; margin: 0px; border: 0px; box-sizing: border-box;}
:root {
	--first-color: #2c31ff;
	--second-color: #248bda;
	--third-color: #54ec8c;
	--opacity-color: rgba(255,255,255,0.1);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb { 
    background-color:  var(--second-color);
}
html, body {
	position: relative;
	height: 100%;
	min-width: 320px;
}

html {
	/*background: url('../../assets/img/bg.webp');*/
	background: #bfc5d4;
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body {
	line-height: 1;
	color: white;
	font-family: "Onest";
	font-size: 0.9rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
input, button, textarea {
	font-family: "Onest";
	font-size: inherit;
	outline: none;
	border: 1px solid transparent;
	color: white;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
	display: none;
}
a {
	color: inherit;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}
h1, h2 {
    font-size: 1.3rem;
}
.wrapper {
    padding: 1rem 0 1rem 0;
}
[class*=__container], .container {
	width: 100%;
	max-width: 720px;
	padding: 0 0.9375rem;
	margin: 0 auto;
}
.header {
	width: 100%;
	padding: 30px 0px 0px 0px;
	position: relative;
/*	background-image: linear-gradient(var(--dark-first-color), var(--first-color));*/
}	
.header__container {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.header {
    display: flex;
    justify-content: flex-start;
}
.logo {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.logo span {
    font-weight: 600;
    font-size: 1.5rem;
}
.logo img {
    height: 56px;
}
.method__container {
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: white;
    color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.methods {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.methods-list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
ul.methods-list li {
    display: flex;
    column-gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 1rem;
    font-weight: 500;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
}
ul.methods-list li img {
    border-radius: 50rem;
}
.details {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    border-left: 1px solid rgba(0,0,0,0.2);
    padding-left: 3rem;
}
.details-price {
    font-weight: 600;
    font-size: 2rem;
}
.details input {
    background-color: #d9e0f2;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    color: rgba(0,0,0,0.5);
}
.details-btn {
    color: white;
    background-color: var(--first-color);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
    text-align: center;
}
/* Перевод на карту */
.payment__container {
    padding: 2rem 2rem;
    border-radius: 1rem;
    background-color: white;
    color: rgba(0,0,0,0.8);
}
.payment {
    display: flex;
    flex-direction: column;
}
.notice {
    margin-top: 1rem;
    width: 100%;
    background-color: rgba(0,0,0,0.05);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}
.notice span {
    color: var(--first-color);
    font-weight: 600;
}
.card {
    color: white;
    margin-top: 1rem;
    background-image: linear-gradient(270deg, #28a138, #7cbf3c);
    padding: 1rem;
    line-height: 1.3rem;
    
}
.card p {
    opacity: 0.7;
}
p.card-info {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 1!important;
}
.timetopay {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}
.countdown {
    background-color: var(--first-color);
    color: white;
    font-size: 0.85rem;
    padding: 0.3rem 0.5rem;
    border-radius: 0.5rem;
}
.checkpay {
    background-color: var(--first-color);
    color: white;
    border-radius: 0.5rem;
    padding: 0.3rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
}
.info {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.05);
    font-size: 0.85rem;
}
/* CryptoBot */
.cryptobot {
    margin: 0 auto;
}
.cryptobot_payinfo {
    background-color: #fffcd6;
    color: #949067;
    display: flex;
    width: 300px;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: center;
}
.cryptobot_paybtn {
    display: flex;
    width: 300px;
    margin: 0 auto; 
    margin-top: 1rem;
    color: white;
    background-color: var(--first-color);
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    cursor: pointer;
    justify-content: center;
}
.cryptobot_paybtn span {
    padding-left: 0.5rem;
    font-weight: 600;
}
#cnumber {
    cursor: pointer;
}
.alert {
    display: none;
    position: fixed;
    top: 1rem;
    padding: 0.25rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.15);
    color: white;
    z-index: 10000;
    top: 1%;
    left: 50%;
    transform: translate(-50%,0%);
}
@media(max-width: 600px) {
    .method__container {
        flex-direction: column;
    }
    .details {
        margin-top: 1.5rem;
        border-left: none;
        padding-left: 0;
    }
    .details-btn {
        padding: 1rem 1rem;
        
    }
}
@media (max-width: 450px) {
    .timetopay {
        flex-direction: column;
        row-gap: 1rem;
    }
    .checkpay {
        width: 100%;
    }
    .timer {
        margin: 0 auto;
        text-align: center;
    }
    .notice {
        text-align: center;
    }
}