/*   
Theme Name: GSOFT
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Phone: +48576111731
Author Telegram: @sega_niko
Author Viber: +48576111731
Author WhatsApp: +48576111731
Author Url: https://seganiko.com
Author Linkedin profile: https://www.linkedin.com/in/sergeynikolaenko/
Version: 1.0
*/

*{
	box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #27a3e2;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
	color: #27a3e2;
}

::-webkit-scrollbar,
div::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb{
    width: 6px;
    background: #333e48;
}



html,
body{
	font-family: Open Sans;
	font-size: 16px;
	line-height: 1.3;
	color: #2c3e50;
	font-weight: 400;
	overflow-x: hidden;
}

strong{
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6{
	padding: 12px 0 12px;
	font-family: Open Sans;
	font-weight: 600;
	width: 100%;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 24px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 19px;
}

p{
	margin: 12px 0;
}



.container{
	max-width: 1240px;
	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
    position: relative;
}

.btn,
a.btn{
    display: flex;
	align-items: center;
	justify-content: center;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
	padding: 12px 18px;
	width: auto;
	height: 48px;
    font-size: 15px;
    line-height: 1;
    border-radius: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
}

.block-submit-btn{
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.w100,
.btn.w100{
	width: 100%;
}

.w50,
.btn.w50{
	width: calc(50% - 3.5px);
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.btn-info,
a.btn-info{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover,
a.btn-info:hover{
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-outline-info,
a.btn-outline-info{
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover,
a.btn-outline-info:hover{
    color: #fff;
    background-color: #17a2b8;
    background-image: none;
    border-color: #17a2b8;
}

.btn-danger,
a.btn-danger{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover,
a.btn-danger:hover{
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-outline-danger,
a.btn-outline-danger{
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover,
a.btn-outline-danger:hover{
    color: #fff;
    background-color: #dc3545;
    background-image: none;
    border-color: #dc3545;
}

.btn-warning,
a.btn-warning{
    color: #212529;
    background-color: #ffc107;
}

.btn-warning:hover,
a.btn-warning:hover{
    color: #212529;
    background-color: #e0a800;
}

.btn-outline-warning,
a.btn-outline-warning{
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover,
a.btn-outline-warning:hover{
    color: #212529;
    background-color: #ffc107;
    background-image: none;
    border-color: #ffc107;
}

.btn-success,
a.btn-success{
    color: #fff;
    background-color: #28a745;
}

.btn-success:hover,
a.btn-success:hover{
    color: #fff;
    background-color: #218838;
}

.btn-outline-success,
a.btn-outline-success{
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover,
a.btn-outline-success:hover{
    color: #fff;
    background-color: #28a745;
    background-image: none;
    border-color: #28a745;
}

.btn-primary,
a.btn-primary{
    color: #fff;
    background-color: #007bff;
}

.btn-primary:hover,
a.btn-primary:hover{
    color: #fff;
    background-color: #0069d9;
}

.btn-outline-primary,
a.btn-outline-primary{
    color: #0069d9;
    background-color: transparent;
    background-image: none;
    border-color: #0069d9;
}

.btn-outline-primary:hover,
a.btn-outline-primary:hover{
    color: #fff;
    background-color: #0069d9;
    background-image: none;
    border-color: #0069d9;
}

.btn-dark,
a.btn-dark{
    color: #fff;
    background-color: #343a40;
}

.btn-dark:hover,
a.btn-dark:hover{
    color: #fff;
    background-color: #23272b;
}

.btn-outline-dark,
a.btn-outline-dark{
    color: #23272b;
    background-color: transparent;
    background-image: none;
    border-color: #23272b;
}

.btn-outline-dark:hover,
a.btn-outline-dark:hover{
    color: #fff;
    background-color: #23272b;
    background-image: none;
    border-color: #23272b;
}

.alert{
    position: relative;
    padding: 15px 20px;
    margin: 15px 0;
    border: none;
    border-radius: 10px;
	font-size: 15px;
}

.error-border{
	border: 2px solid #f5c6cb;
}

.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success1{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-primary{
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-warning{
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-info{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.form-status .alert{
	text-align: center;
}

input,
button,
textarea,
select{
	padding: 12px 15px;
    border-radius: 10px;
	border: 1px solid #242e4220;
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
	width: 100%;
	height: 48px;
	outline: none;
}

input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible{
	outline: none;
}

.one-input input:disabled{
	background: #242e4210;
}

.parent-form{
	width: 100%;
}

.form-heading{
	font-weight: 500;
	font-size: 28px;
	margin: 0 0 7px;
}

.form-mini-heading{
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 15px;
}

.h-one-input{
	font-size: 17px;
	font-weight: 600;
	margin: 12px 0 0;
	padding-left: 63px;
}

.one-input,
.block-submit-btn{
	margin: 9px 0;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.one-input input{
	width: calc(100% - 48px);
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	border-left: none;
}

.one-input select{
	width: calc(100% - 48px);
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	padding: 12px 12px;
}

.one-input textarea{
	width: calc(100% - 48px);
	margin-left: 48px;
	border-radius: 0 10px 10px 0;
	border-left: none;
	height: 150px;
}

.icon-input{
	background: #242e4220;
	width: 48px;
	height: 48px;
    border-radius: 10px 0 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #242e4220;
	border-right: none;
}

.eye-pass{
	background: #242e4220;
	width: 48px;
	height: 48px;
    border-radius: 0 10px 10px 0;
	position: absolute;
	left: calc(100% - 48px);
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.eye-pass i:nth-child(2),
.eye-pass.active i:nth-child(1){
	display: none;
}

.eye-pass.active i:nth-child(2){
	display: flex;
}

.block-form-btn{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 40px 0 0;
}

.one-input .btn,
.one-input a.btn{
	margin-left: 10px;
}

.form-status{
	width: 100%;
}



.header{
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e150;
}

.header .container{
	justify-content: space-between;
}

.logo{
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo img{
	height: 60px;
}

.topmenu{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topmenu a{
	color: #2c3e50;
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	margin: 0 10px;
}



.header-btn{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-btn a.btn{
	margin-left: 15px;
}

.header-btn a.btn i{
	display: none;
}

.close-menu{
	display: none;
}



.content{
	min-height: 100vh;
}

.auth-page{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('/public/images/bg-login.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 50px 0;
}

.auth-page .container{
	justify-content: center;
}

.auth-page .parent-form{
	max-width: 480px;
	padding: 60px 50px 70px;
	background: #fff;
	border-radius: 10px;
}

.auth-page .form-heading,
.auth-page .form-mini-heading{
	text-align: center;
}



.first-screen .container{
	background-image: url('/public/images/first-screen-min.png');
	background-repeat: no-repeat;
	background-size: 500px 500px;
	background-position: calc(100% - 90px) 100%;
	width: 100%;
	padding-top: 170px;
	padding-bottom: 160px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.content-first-screen{
	width: 100%;
}

.h-first-screen{
	font-size: 50px;
    text-align: left;
    width: 100%;
    max-width: 50%;
    font-weight: 500;
    margin: 0;
	line-height: 1.1;
}

.text-first-screen{
	font-size: 20px;
    text-align: left;
    width: 100%;
    max-width: 50%;
    font-weight: 300;
    margin: 15px 0 20px;
	line-height: 1.3;
}

.btn-first-screen{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.btn-first-screen a.btn{
	height: 52px;
	padding: 12px 40px;
}



.heading-block{
	margin: 0 0 30px;
}

.heading{
    font-size: 44px;
    width: 100%;
    font-weight: 500;
    margin: 0;
	line-height: 1.1;
}

.how-work{
	background: #f8f9fa;
	border-top: 1px solid #33435410;
	border-bottom: 1px solid #33435410;
	padding: 100px 0;
}

.how-work-wrapper{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.how-work-wrapper .container{
	justify-content: space-between;
}

.how-work-wrapper .container:before{
	content: '';
	width: 80%;
	height: 0;
	top: 50%;
	left: 22px;
	border-bottom: 1px solid #dcdcdc;
	position: absolute;
}

.one-how-work{
	flex-basis: calc(33.33% - 100px);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 22px 30px;
	position: relative;
	background: #f8f9fa;
}

.icon-one-how-work{
	color: #fff;
	color: #17a2b8;
}

.icon-one-how-work i{
	font-size: 54px;
}

.h-one-how-work{
	width: 100%;
	margin: 15px 0 0;
	font-size: 22px;
	line-height: 1.15;
}



.how-pay{
	padding: 100px 0;
}

.how-pay-wrapper{
	width: 100%;
}

.how-pay-wrapper .container{
	align-items: stretch;
	justify-content: space-between;
}

.one-how-pay{
	width: calc(33.33% - 30px);
	padding: 30px;
	margin: 15px;
	border-radius: 10px;
	background: #f8f9fa;
	border: 1px solid #33435410;
}

.h-one-how-pay{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	font-weight: 700;
}

.h-one-how-pay img{
	border-radius: 10px;
	margin-right: 12px;
	width: 50px;
}

.text-one-how-pay{
	margin: 15px 0 10px;
}

.sum-one-how-pay{
	font-size: 15px;
	font-weight: 400;
	border-top: 1px solid #33435410;
	padding-top: 11px;
	line-height: 1;
}

.sum-one-how-pay .price-span{
	padding-top: 4px;
	font-size: 15px;
	font-weight: 400;
}

.sum-one-how-pay span{
	font-size: 20px;
	font-weight: 600;
}



.pay-rules{
	padding: 30px 0;
	margin: 30px 0 90px;
	background: #f8f9fa;
	border-top: 1px solid #33435410;
	border-bottom: 1px solid #33435410;
}

.pay-rules .container{
	justify-content: center;
}

.container-pay-rules{
	width: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pay-rules-icon{
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #17a2b8;
	font-size: 80px;
}

.pay-rules-text{
	width: calc(100% - 103px);
	font-size: 20px;
}



.profit{
	padding: 0 0 100px;
}

.profit-wrapper{
	width: 100%;
}

.profit-wrapper .container{
	align-items: stretch;
	justify-content: center;
}

.one-profit{
	width: calc(50% - 100px);
	margin: 20px;
	border-radius: 10px;
	background: #f8f9fa;
	background-repeat: no-repeat;
	background-size: auto 180px;
	background-position: 100% 50%;
	box-shadow: 0px 0px 3px 0px #e8e8e8;
}

.bg-one-profit{
	padding: 50px 40px;
	height: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    background: linear-gradient(110deg, rgba(255,255,255,1) 45%, rgba(23,31,54,0) 100%);
}

.content-one-profit{
	width: 100%;
}

.h-one-profit{
	width: 100%;
	max-width: 75%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.1;
}

.text-one-profit{
	width: 100%;
	max-width: 75%;
	margin: 5px 0 0;
	font-weight: 400;
	line-height: 1.2;
}



.faq{
	background: #f8f9fa;
	border-top: 1px solid #33435410;
	border-bottom: 1px solid #33435410;
	padding: 100px 0;
}

.faq .container{
	justify-content: space-between;
}

.faq-heading{
	width: 250px;
}

.faq-wrapper{
	width: calc(100% - 250px);
}

.one-faq{
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #33435410;
	position: relative;
}

.one-faq:last-child{
	border-bottom: none;
}

.h-one-faq{
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 0 30px;
	margin: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAABDCAYAAADHyrhzAAAACXBIWXMAAAsTAAALEwEAmpwYAAABYklEQVR4nO3cS07DMBRGYU/oiCKxAFhApsEe2EXdHg+xDh7qJqCrQQ3EQ2Bi5CDET9RxHPD5pDt3ThulUq9iTEGdc0cxuJvo7TZ6e73zfmlqFYPdxODS9/Te3ZsapaZZ9MG9j2K8pbY9MLXpvm6RNJ4qb5WOGD+IIYghiCGIIYghiCGIIYghiCGIIYghiCGIIYghiCGIIYghiCGIIYghiCGIIYghiPFXYqSmWcTV6niqeQ3t6b4YL+dnJ1OeI1/36BOymz64j32H++8zXLd3D8M3ctiPmMGhYvGxV3lH4qn8Qdwc5tHkjZkZHCSVH3tp8r2SN2b60eJILZOvuw/29nm9PuRp0sjTpJRuzr8zpkYMQQxBDEEMQQxBDEEMQQxBDEEMQQxBDEEMQQxBDEEMQQxBDEEMQQxBDEEMQQxBDEEMQQyR34bAWxJE3pgZ/SN+Z2q1836ZN2aGhRnvLn6tBRTwCa9cNVaH5T9uAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0% 50%;
	cursor: pointer;
}

.one-faq.active .h-one-faq{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAASElEQVR4nO3SQQ3AIBREQfRwplw+KvCEXhoMtDqAmeQJ2GRTAgAAAOAmq9U84xk7t1rNaUbpb9Rv52aUfs6Qdcq1AAAAALjJD+Rspog+goncAAAAAElFTkSuQmCC);
}

.text-one-faq{
	font-size: 17px;
	font-weight: 400;
	margin-top: 15px;
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.one-faq.active .text-one-faq{
	opacity: 1;
	z-index: 2;
	position: relative;
}



.join{
	padding: 100px 0;
}

.join .container{
	justify-content: space-between;
}

.join-heading{
	width: 450px;
	padding-right: 30px;
}

.join-wrapper{
	width: calc(100% - 450px);
}

.join-text{
	font-size: 22px;
}

.join-text p{
	margin: 20px 0;
}

.join-text span{
	font-weight: 700;
	padding-right: 5px;
}

.btn-join{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	margin: 40px 0 0;
}

.btn-join a.btn{
	height: 52px;
	padding: 12px 40px;
}



.top-heading{
	padding: 30px 0;
	background: #f8f9fa;
}

.top-heading h1{
	padding: 0;
}

.breadcrumbs{
	width: 100%;
	margin: 6px 0 0;
	color: #ccc;
    font-size: 12px;
}

.breadcrumbs a{
	color: #17a2b8;
}

.content-text-page{
	font-size: 17px;
	margin: 30px 0 0;
}

.content-text-page p{
	margin: 0 0 20px;
}

.content-text-page h1,
.content-text-page h2,
.content-text-page h3,
.content-text-page h4,
.content-text-page h5,
.content-text-page h6{
	padding: 0;
	margin: 0 0 15px;
}



.account-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}



.header-account{
	padding: 15px 22px 15px 252px;
    border-bottom: 1px solid #e1e1e150;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	background: #242e42;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.header-account a{
	color: #dde9f8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.close-account-menu,
.overlay-account-menu{
	display: none;
}

.btn-header-account{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-account .btn-header-account:nth-child(2) a{
	margin-left: 15px;
}

.header-account a .icon-menu{
    width: 20px;
    text-align: center;
    margin-right: 7px;
    font-size: 17px;
}

.header-account a .text-menu{
    font-size: 15px;
}



.account-menu{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 230px;
    height: 100vh;
    position: fixed;
    background: #242e42;
    overflow-y: auto;
	z-index: 6;
}

.account-logo{
    padding: 22px 22px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.account-logo a{
	background: #fff;
    padding: 12px 12px;
	border-radius: 10px;
}

.account-hello{
    padding: 15px 22px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    color: #dde9f8;
    font-size: 16px;
}

.account-menu-list{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #dde9f830;
    padding-bottom: 30px;
}

.one-account-menu-list{
    width: 100%;
    border-bottom: 1px solid #dde9f830;
}

.one-account-menu-list a{
    color: #dde9f8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 22px;
}

.one-account-menu-list a.active,
.one-account-menu-list a:hover{
    background: #17a2b8;
    color: #fff;
}

.one-account-menu-list a .icon-menu{
    width: 20px;
    text-align: center;
    margin-right: 12px;
    font-size: 17px;
}

.one-account-menu-list a .text-menu{
    font-size: 16px;
}



.account-content{
    width: calc(100% - 230px);
	min-height: 100vh;
    position: relative;
    top: 0;
    left: 230px;
    padding: 70px 22px 70px 22px;
}

.content-container-content{
	width: 100%;
}

.h-mini-heading{
    font-size: 26px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    margin: 0 0 15px;
}

.mini-heading{
    font-size: 26px;
    text-align: left;
    width: 100%;
    font-weight: 500;
    margin: 0 0 10px;
}

.full-width{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 22px;
	margin-bottom: 22px;
}

.one-container-content{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #f8f9fa;
	border: 1px solid #33435420;
	padding: 22px;
	border-radius: 10px;
	overflow-x: hidden;
}

.one-container1-content{
	flex-basis: 100%;
}

.one-container2-content{
	flex-basis: calc(50% - 11px);
}

.one-container3-content{
	flex-basis: calc(33.33% - 15px);
}

.one-container4-content{
	flex-basis: calc(25% - 17px);
}

.one-container5-content{
	flex-basis: calc(20% - 18px);
}

.one-container6-content{
	margin-bottom: 120px;
}

.account-content .form{
	width: 100%;
}

.block-copy-link{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 5px 0 0;
	gap: 15px;
}

.balance-block{
	width: 100%;
	font-size: 22px;
}

.balance-block span{
	padding-left: 5px;
}

.my-cards{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.list-my-cards{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 15px);
	margin: -7.5px 0 0 -7.5px;
}

a.one-list-my-cards{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: calc(33.33% - 15px);
	margin: 7.5px;
	padding: 15px;
	border-radius: 10px;
	position: relative;
	min-height: 120px;
	color: #fff;
    box-shadow: 0px 0px 10px 2px rgb(23 23 23 / 15%);
}

a.one-list-my-cards:hover{
	color: #fff;
}

.name-one-card{
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 90px);
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.type-one-card{
	position: absolute;
	top: 15px;
	right: 15px;
	background: #fff;
	padding: 4px 7px;
	border-radius: 5px;
	color: #334354;
	font-weight: 500;
	font-size: 13px;
    box-shadow: 0px 0px 10px 2px rgb(23 23 23 / 5%);
}

.number-one-card{
	width: 100%;
	margin-top: 100px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 34px;
	text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.edit-one-card{
	position: absolute;
	top: calc(100% - 42px);
	right: 12px;
	background: #ffc107;
	padding: 6px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #334354;
	font-weight: 500;
	font-size: 13px;
    box-shadow: 0px 0px 10px 2px rgb(23 23 23 / 35%);
	cursor: pointer;
}

.one-list-my-cards.card-rub{
	background: rgb(102,102,102);
	background: linear-gradient(180deg, rgba(102,102,102,1) 0%, rgba(0,0,0,1) 100%);
}

.one-list-my-cards.card-usdt{
	background: rgb(23,162,184);
	background: linear-gradient(180deg, rgba(23,162,184,1) 0%, rgba(19,93,205,1) 100%);
}

.one-list-my-cards.card-uah{
	background: rgb(0,107,124);
	background: linear-gradient(180deg, rgba(0,107,124,1) 0%, rgba(23,162,184,1) 100%);
}

.one-list-my-cards.card-add{
	background: rgb(23,162,184);
	background: linear-gradient(180deg, rgba(23,162,184,1) 0%, rgba(17,17,17,1) 100%);
	cursor: pointer;
}

.container-table{
	overflow-x: auto;
	width: 100%;
	max-width: 100%;
}

.container-table table{
	width: 100%;
}

.container-table table tr th,
.container-table table tr td{
    padding: 8px 12px;
    font-size: 15px;
    vertical-align: middle;
}

.container-table table tr th{
    font-weight: 500;
    background: #17a2b8;
    padding: 14px 12px;
    color: #fff;
}

.container-table table tr th:first-child{
	border-radius: 10px 0 0 10px;
}

.container-table table tr th:last-child{
	border-radius: 0 10px 10px 0;
}

.container-table table tr{
	border-bottom: 1px solid rgba(0,0,0,.075);
}

.container-table table thead tr{
	border-bottom: none;
}

.container-table table tbody tr:last-child{
	border-bottom: none;
}

.container-table table tr td.date-td{
    width: 100px;
    font-size: 13px;
	font-weight: 400;
    color: #a8aab1;
	text-align: center;
}

.status-withdrawal{
	padding: 4px 7px;
    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.status-error{
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb!important;
}

.status-pending{
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba!important;
}

.status-processed{
	color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb!important;
}

.status-success{
    color: #155724;
    background-color: #d4edda;
	border-color: #c3e6cb!important;
}

.pagination-account{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 20px 0 0;
}

.pagination-account a{
	background: #17a2b8;
	color: #fff;
	padding: 10px 15px;
	margin: 0 1px;
	border-radius: 5px;
}

.pagination-account a.active,
.pagination-account a:hover{
	background: #242e42;
	color: #fff;
}

strong.id-td{
	font-size: 13px;
}

.promo-logo{
	width: 100%;
	margin: 0 0 7px;
}

.promo-logo img{
	max-height: 60px;
}

.dashboard{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.one-dashboard{
	flex-basis: calc(25% - 30px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	line-height: 1;
}

.icon-one-dashboard{
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.content-one-dashboard{
	width: calc(100% - 54px);
}

.h-one-dashboard{
	font-size: 16px;
	font-weight: 500;
}

.number-one-dashboard{
	font-size: 22px;
	font-weight: 500;
	margin: 4px 0 0;
}

.number-one-dashboard strong{
	padding-right: 7px;
}

.link-profile{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

a.one-link-profile{
	flex-basis: calc(50% - 11px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #242e42;
	color: #fff;
	border-radius: 10px;
	padding: 22px;
	margin-bottom: 22px;
}

a.one-link-profile:hover{
	background: #138496;
}

.icon-one-link-profile{
	width: 56px;
	font-size: 44px;
	line-height: 1;
	text-align: center;
}

.content-one-link-profile{
	width: calc(100% - 71px);
}

.h-one-link-profile{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
}

.text-link-profile{
	margin: 5px 0 0;
	font-size: 15px;
}

.account-btns{
	width: 100%;
	margin: 0 0 20px;
}

.account-btns .btn,
.account-btns a.btn{
	display: inline-flex;
}

table.with-table{
	width: 100%;
	margin: 0 0 20px;
    font-size: 15px;
}

table.with-table tr td{
	padding: 9px 8px;
	border-bottom: 1px solid #33435420;
}

table.with-table tr td:nth-child(1){
	font-weight: 600;
	width: 160px;
}



.search-admin{
	width: 100%;
}

form.search{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
}



footer.footer{
	width: 100%;
	background: #17a2b8;
	color: #fff;
	padding: 30px 0;
}

.copyright{
	width: 100%;
	text-align: center;
}





@media screen and (max-width: 1200px){

	.header .container{
		flex-wrap: nowrap;
	}
	
	.logo{
		width: 200px;
	}
	
	.logo img{
		height: 50px;
	}
	
	.topmenu{
		height: 50px;
	}
	
	.topmenu a{
		font-size: 17px;
    	margin: 0 9px;
	}
	
	.header-btn{
		height: 50px;
	}
	
	.header-btn a.btn{
		padding: 10px 15px;
		height: 38px;
		font-size: 13px;
	    margin-left: 9px;
	}
	
	.first-screen .container{
		background-size: 400px;
		background-position: calc(100% - 40px) 100%;
		padding-top: 125px;
		padding-bottom: 100px;
	}
	
	.h-first-screen{
		font-size: 44px;
		max-width: 60%;
	}
	
	.text-first-screen{
		font-size: 19px;
		max-width: 60%;
	}
	
	.how-work,
	.how-pay,
	.faq,
	.join{
		padding: 75px 0;
	}
	
	.heading{
		font-size: 36px;
	}
	
	.profit{
		padding: 0 0 75px;
	}
	
	.h-one-how-work{
		font-size: 19px;
	}
	
	.h-one-how-pay{
		font-size: 21px;
	}
	
	.h-one-how-pay img{
		margin-right: 10px;
		width: 42px;
	}
	
	.text-one-how-pay{
		margin: 12px 0 10px;
	}
	
	.one-profit{
		width: calc(50% - 30px);
		margin: 15px;
	    background-size: auto 100%;
	}
	
	.join-heading{
		width: 350px;
	}
	
	.join-wrapper{
		width: calc(100% - 350px);
	}
	
	.one-container2-content{
		flex-basis: 100%;
	}
	
	.dashboard,
	.one-dashboard{
		align-items: center;
	}
	
	.h-one-dashboard{
		font-size: 14px;
	}
	
	.number-one-dashboard{
		font-size: 20px;
		white-space: nowrap;
	}
	
}



@media screen and (max-width: 991px){

	.topmenu{
		position: absolute;
		top: 80px;
		flex-wrap: wrap;
		background: #fff;
		z-index: 90;
		width: 100%;
		height: calc(100vh - 80px);
		align-items: flex-start;
		justify-content: flex-start;
		display: none;
	}
	
	.topmenu.active{
		display: flex;
	}
	
	.topmenu a{
		font-size: 19px;
		width: 100%;
		margin: 0 0 10px;
	}
	
	.close-menu,
	.close-account-menu{
		cursor: pointer;
		color: #17a2b8;
		font-size: 28px;
		line-height: 1;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 10px;
		right: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.close-account-menu{
		right: auto;
		left: 20px;
		top: 11px;
		color: #fff;
		z-index: 20;
	}
	
	.close-menu i:nth-child(2),
	.close-menu.active i:nth-child(1),
	.close-account-menu i:nth-child(2),
	.close-account-menu.active i:nth-child(1){
		display: none;
	}
	
	.close-menu.active i:nth-child(2),
	.close-account-menu.active i:nth-child(2){
		display: inline;
	}
	
	.header-account{
		padding: 15px 22px 15px 68px;
		position: fixed;
		top: 0;
		left: 0;
		border: none;
	}
	
	.account-menu{
		height: calc(100vh - 47px);
		top: 47px;
		display: none;
	}
	
	.account-container.active .account-menu,
	.account-container.active .overlay-account-menu{
		display: flex;
	}
	
	.account-content{
		width: 100%;
		left: 0;
	}	
	
	.overlay-account-menu{
		position: fixed;
		width: calc(100% - 230px);
		height: calc(100vh - 47px);
		top: 47px;
		right: 0;
		z-index: 20;
		background: #242e4250;
		cursor: pointer;
	}
	
	.logo{
		width: 170px;
	}
	
	.logo img{
		height: 44px;
	}
	
	.header-btn{
		height: 44px;
		padding-right: 40px;
	}
	
	.first-screen .container{
		background-size: 300px;
		background-position: 100% 100%;
		padding-top: 90px;
		padding-bottom: 60px;
	}
	
	.h-first-screen{
		font-size: 36px;
	}
	
	.text-first-screen{
		font-size: 17px;
		margin: 8px 0 15px;
	}
	
	.text-first-screen br{
		display: none;
	}
	
	.how-work,
	.how-pay,
	.faq,
	.join{
		padding: 60px 0;
	}
	
	.one-how-work{
		flex-basis: calc(33.33% - 30px);
    	padding: 15px 15px;
	}
	
	.icon-one-how-work i{
		font-size: 44px;
	}
	
	.h-one-how-work{
		margin: 10px 0 0;
		font-size: 17px;
	}
	
	.h-one-how-work br{
		display: none;
	}
	
	.one-how-pay{
		width: calc(50% - 22px);
		padding: 30px;
		margin: 11px;
	}
	
	.one-profit{
		width: calc(50% - 22px);
		margin: 11px;
	}
	
	.bg-one-profit{
		padding: 40px 30px;
	}
	
	.faq-heading{
		width: 150px;
	}
	
	.faq-wrapper{
		width: calc(100% - 150px);
	}
	
	.one-faq{
		margin: 0 0 18px;
		padding: 0 0 18px;
	}
	
	.one-faq:last-child{
		padding: 0;
		margin: 0;
	}
	
	.h-one-faq{
		font-size: 17px;
		padding: 0 0 0 27px;
		background-size: 17px 17px;
	}
	
	.text-one-faq{
		font-size: 15px;
		margin-top: 12px;
	}
	
	.heading{
		font-size: 28px;
	}
	
	.join-heading{
		width: 250px;
	}
	
	.join-wrapper{
		width: calc(100% - 250px);
	}
	
	.join-text{
		font-size: 19px;
	}
	
	.join-text p{
		margin: 0 0 7px;
	}
	
	.btn-join{
		margin: 20px 0 0;
	}
	
	.container-table table tr th{
		padding: 9px 6px;
		font-size: 14px;
	}
	
	table.transaction-table strong{
		white-space: nowrap;
	}
	
}



@media screen and (max-width: 768px){

	h1{
		font-size: 24px;
	}
	
	h2{
		font-size: 21px;
	}
	
	h3{
		font-size: 19px;
	}
	
	h4{
		font-size: 17px;
	}
	
	.header-btn a.btn{
		font-size: 0;
	    padding: 10px 10px;
	    margin-left: 6px;
	}
	
	.header-btn a.btn i{
		display: inline;
		font-size: 13px;
	}
	
	
	.h-first-screen{
		max-width: 100%;
		font-size: 28px;
	}
	
	.text-first-screen{
	    font-size: 16px;
		max-width: 100%;
	}
	
	.first-screen .container{
		background-size: 230px;
    	padding-top: 50px;
		padding-bottom: 180px;
	}
	
	.btn-first-screen a.btn{
		height: 44px;
		padding: 10px 20px;
		font-size: 14px;
	}
	
	.heading{
		font-size: 24px;
	}
	
	.how-work{
		border: none;
	}
	
	.one-how-work{
		flex-basis: 100%;
		text-align: center;
	    justify-content: center;
		padding: 22px 0;
		margin: 0 0 45px;
	}
	
	.one-how-work:last-child{
		margin: 0;
	}
	
	.h-one-how-work{
		margin: 18px 0 0;
	}
	
	.h-one-how-work br{
		display: inline;
	}
	
	.how-work-wrapper .container{
		overflow: hidden;
	}
	
	.how-work-wrapper .container:before{
    	transform: rotate(90deg);
		top: 45%;
		left: 3px;
		width: 100%;
	}
	
	.how-work,
	.how-pay,
	.faq,
	.join{
		padding: 50px 0;
	}
	
	.one-how-pay{
		width: 100%;
		padding: 22px;
		margin: 0 0 22px;
	}
	
	.h-one-how-pay{
		font-size: 19px;
	}
	
	.h-one-how-pay img{
		margin-right: 9px;
		width: 38px;
	}
	
	.text-one-how-pay{
		margin: 10px 0 8px;
	}
	
	.sum-one-how-pay{
		font-size: 14px;
	}
	
	.sum-one-how-pay span{
		font-size: 18px;
		padding-top: 3px;
	}
	
	.profit{
		padding: 0 0 50px;
	}
	
	.one-profit{
		width: 100%;
		margin: 0 0 22px;
	}
	
	.h-one-profit{
		font-size: 18px;
	}
	
	.bg-one-profit{
		padding: 25px 22px;
	}
	
	.h-one-faq{
		font-size: 16px;
		line-height: 1.2;
	}
	
	.faq-heading,
	.faq-wrapper,
	.join-heading,
	.join-wrapper{
		width: 100%;
		padding: 0;
	}
	
	.faq-heading,
	.join-heading{
		margin: 0 0 25px;
	}
	
	.join-text{
		font-size: 17px;
	}
	
	.btn-join a.btn{
		height: 44px;
		padding: 10px 20px;
	}
	
	footer.footer{
		padding: 15px 0;
		font-size: 14px;
	}
	
	.auth-page{
		align-items: flex-start;
		padding: 0;
		background: #fff;
	}
	
	.auth-page .container{
		padding: 0;
	}
	
	.auth-page .parent-form{
		max-width: 100%;
		padding: 50px 22px 75px;
		border-radius: 0;
	}
	
	.list-my-cards{
		width: 100%;
		margin: 0;
	}
	
	a.one-list-my-cards{
		width: 100%;
		margin: 8px 0 14px;
	}
	
	.header-account .btn-header-account:nth-child(1) a{
		display: none;
	}
	
	.header-account a .icon-menu{
		margin-right: 0;
	}
	
	.header-account a .text-menu{
		display: none;
	}
	
	.header-account .btn-header-account:nth-child(2) a:nth-child(1) .icon-menu{
		margin-right: 2px;
	}
	
	.header-account .btn-header-account:nth-child(2) a:nth-child(1) .text-menu{
		display: flex;
	}
	
	.header-account .btn-header-account:nth-child(2) a:nth-child(1) .text-menu strong{
		margin-right: 5px;
	}
	
	input,
	button,
	textarea,
	select{
		height: 44px;
	}
	
	.icon-input{
		width: 44px;
		height: 44px;
	}
	
	.one-input input{
		width: calc(100% - 44px);
		margin-left: 44px;
	}
	
	.eye-pass{
		width: 44px;
		height: 44px;
		left: calc(100% - 44px);
	}
	
	.one-input select{
		width: calc(100% - 44px);
		margin-left: 44px;
	}
	
	.btn,
	a.btn{
		height: 44px;
	}
	
	.block-copy-link{
		width: 100%;
		flex-wrap: wrap;
	}
	
	.block-copy-link input{
		margin-right: 0;
		margin-bottom: 7px;
	}
	
	.block-copy-link .btn,
	.block-copy-link a.btn{
		width: 100%;
	}
	
	.account-content{
		padding: 70px 20px 70px 20px;
	}
	
	.one-container-content{
		padding: 20px;
	}
	
	.promo-logo{
		margin: 0 0 1px;
	}
	
	.promo-logo img{
		max-height: 50px;
	}
	
	.account-logo{
		padding: 15px 22px;
	}
	
	.dashboard{
		flex-wrap: wrap;
	}
	
	.one-dashboard{
		flex-basis: calc(50% - 30px);
		margin: 0 0 22px;
	}
	
	a.one-link-profile{
		flex-basis: 100%;
	}
	
	.icon-one-link-profile{
		width: 40px;
		font-size: 30px;
	}
	
	.h-one-link-profile{
		font-size: 16px;
	}
	
	.content-one-link-profile{
		width: calc(100% - 53px);
	}
	
	.text-link-profile{
		font-size: 13px;
		line-height: 1.2;
	}
	
	.h-mini-heading,
	.mini-heading{
		font-size: 20px;
		margin: 0 0 10px;
	}
	
	.container-table table tr th,
	.container-table table tr td{
		padding: 6px 6px;
		font-size: 13px;
	}
	
	.container-table table tr td.date-td{
		width: 70px;
		font-size: 11px;
	}
	
	.status-withdrawal{
		padding: 3px 4px;
    	font-size: 11px;
	}
	
	.pay-rules{
		padding: 18px 0;
		margin: 0 0 45px;
	}
	
	.container-pay-rules{
		width: 100%;
	}
	
	.pay-rules-icon{
		width: 36px;
		font-size: 36px;
	}
	
	.pay-rules-text{
		width: calc(100% - 46px);
		font-size: 15px;
	}
	
}



@media screen and (max-width: 540px){

	.one-dashboard{
		flex-basis: 100%;
		margin: 0 0 22px;
	}
	
	.icon-one-dashboard{
		width: 40px;
	}
	
	.content-one-dashboard{
		width: calc(100% - 51px);
	}
	
}


