@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@400;500;600;700;800;900&display=swap";*{padding:0;margin:0;box-sizing:border-box}html,body{height:100%}body{font-family:Poppins,sans-serif;background-color:#1e1e1e;scroll-behavior:smooth;color:#fff;height:100%;display:flex;flex-direction:column}a{text-decoration:none}nav{width:100%;height:5em;padding:0 2em;display:flex}nav .logo{display:inline-flex;align-items:center;-moz-column-gap:.5em;column-gap:.5em;color:#fff;font-weight:500;font-family:Rubik,sans-serif;font-size:1.5em}nav .logo img{height:3.5em}main{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;padding:2em}@media screen and (max-width: 1200px){main{padding-bottom:8em}}@media screen and (max-width: 600px){main{padding:2em 1em}}h1{font-size:2em;margin-bottom:1em;font-family:Rubik,sans-serif;text-align:center}.description{text-align:center}.content{padding:3em;margin-bottom:1em;width:80%;max-width:1100px;background-color:#121212;border-radius:.5em}@media screen and (max-width: 1500px){.content{width:100%}}@media screen and (max-width: 600px){.content{padding:2em}}@media screen and (max-width: 400px){.content{padding:1em}}.content .wrapper{height:100%;display:grid;grid-template-columns:1fr 2px 1fr;-moz-column-gap:2em;column-gap:2em}@media screen and (max-width: 1200px){.content .wrapper{grid-template-columns:1fr}}.content .wrapper .separator{height:85%;width:2px;background-color:#707070;display:block;align-self:center;border-radius:.5em}.content .wrapper .line{display:flex;flex-direction:column;margin:1em 0}.content .wrapper .line label,.content .wrapper .line .label{font-size:1.1em;margin-bottom:.2em;font-weight:400}.content .wrapper .line input{width:100%;padding:.5em 1em;height:3.5em;border:none;background:#1E2021;color:#fff;border-radius:.5em}.content .wrapper .currency{display:flex;-moz-column-gap:1em;column-gap:1em}.content .wrapper .currency .currency_btn{font-size:.9em;margin-bottom:0}.content .wrapper .price{text-align:center;font-size:2em;font-family:Poppins,sans-serif;font-weight:500}.content .wrapper input[type=radio]:checked+label{outline:2px solid #e08d2a}.content .wrapper .methods{width:100%;display:flex;flex-direction:column;row-gap:1em}.content .wrapper .methods .pay_rad{display:none}.content .wrapper .methods .pay_method{display:flex;align-items:center;justify-content:space-between;background-color:#1e2021;border-radius:.5em;padding:.8em;cursor:pointer;transition:background-color .3s}.content .wrapper .methods .pay_method img{height:1.5em;-o-object-fit:contain;object-fit:contain}.content .wrapper .methods .pay_method:hover{background-color:#121314}@media screen and (max-width: 600px){.content .wrapper .methods .pay_method{flex-direction:column-reverse}}.content .wrapper .custom-select{position:relative;width:100%;background:#1E2021;border-radius:.5em;cursor:pointer}.content .wrapper .custom-select .selected-option{padding:.5em 1em;color:#fff;font-size:1.1em;display:flex;align-items:center;justify-content:space-between}.content .wrapper .custom-select .options{position:absolute;top:110%;left:0;right:0;background:#121212;border-radius:.5em;z-index:10;display:none;flex-direction:column;max-height:13em;overflow-y:auto}.content .wrapper .custom-select .options .option{padding:.8em 1em;color:#fff;cursor:pointer;transition:background-color .3s;background-color:#191b1c}.content .wrapper .custom-select .options .option:first-child{border-top-left-radius:.5em;border-top-right-radius:.5em}.content .wrapper .custom-select .options .option:last-child{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.content .wrapper .custom-select .options .option:hover{background-color:#121314}.content .wrapper .custom-select.active .options{display:flex}.currency_rad{display:none;visibility:hidden}.currency_rad:checked+.currency_btn{background-color:#e08d2a}.currency_btn,button{padding:1em 1.3em;text-transform:uppercase;border:none;color:#fff;border-radius:.5em;cursor:pointer;transition:background-color .3s;font-weight:500;font-family:Rubik,sans-serif;outline:none}button{background-color:#e08d2a}button:hover{background-color:#bc731b}.currency_btn{background-color:#707070}.currency_btn:hover{background-color:#575757}footer{width:100%;display:flex;flex-direction:row;padding:1em 2em;justify-content:space-between}footer p{text-align:center}footer a{color:#e08d2a;transition:color .3s}footer a:hover{color:#bc731b}@media screen and (max-width: 900px){footer{flex-direction:column-reverse;row-gap:.5em}}@media screen and (max-width: 600px){footer .foot{display:flex;flex-direction:column;row-gap:.3em}footer .foot span{display:none}}
