@import "reset.css";
@import "import.css";
@import "root.css";

body {
	background: #fff;
	color: #111;
	font-family: 'Lato', sans-serif;
}
a {
    text-decoration: none;
    color: #000;
}

.p-60 {
	padding: 60px 0;
}

.section-title-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.section-title-block h2 {
	font-size: 40px;
	margin: 0;
	padding: 0;
}
.section-title-block h2 span {
    color: #21ba72;
}
.section-title-block p {
    max-width: 410px;
    color: rgb(128, 129, 133);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

/* Container start */
.container {
	margin: 0 auto;
	width: 1280px;
	max-width: 1280px;
	padding: 0 15px;
}
/* Container end */

/* Gift Start */

.gift__alert {
    position: relative;
    width: 100%;
    background: rgb(9,217,119);
    background: radial-gradient(circle, rgba(9,217,119,1) 0%, rgba(33,186,114,1) 60%);
}
.gift__alert-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    height: 50px;
}
.gift__alert-label {
    display: flex;
    padding: 6px 12px;
    font-size: 14px;
    gap: 8px;
    background: #fff;
    border-radius: 50px;
    line-height: 1;
}
.gift__alert-label i {
    font-size: 16px;
    color: #21BA73;
}
.gift__alert-text {
    font-size: 15px;
    color: #fff;
}
.gift__alert-text a {
    text-decoration: none;
    color: #fff;
}
.gift__alert-timer {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
}
.gift__alert-timer_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 8px;
    line-height: 1;
}
.gift__alert-timer_item b {
    display: block;
    font-size: 14px;
}
.gift__alert-timer_item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 7px;
    opacity: .7;
}
.gift__alert-btn {}
.gift__alert-btn a {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1;
    height: 33px;
    padding: 0 20px;
    padding-right: 12px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
}
.gift__alert-btn a i {
    line-height: 1;
    font-size: 16px;
}
.gift__alert-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 5px;
    border: none;
    transition: background 0.3s ease, color  0.3s ease;
}
.gift__alert-close:hover {
    background: #fff;
    color: #000;
}

/* Gift End */

/* Header start */
header {}
.header-top {
	border-bottom: 1px solid #f1f1f1;
}
.header-top__row {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 55px;
}
.header-top__logo {
	margin-right: 30px;
}
.header-top__logo img {
	height: 30px;
}
.header-top__items {
	display: flex;
	display: flex;
	align-items: center;
	gap: 24px;
}
.header-top__item {
	display: flex;
	font-size: 12px;
	gap: 10px;
	align-items: center;
}
.header-top__item i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #f1f1f1;
	font-size: 14px;
	border-radius: 30px;
}
.header-top__item b {
	display: block;
	line-height: 1;
}
.header-top__item span {
	display: block;
	font-size: 9px;
}
.header-top__item a {
	color: #000;
}
.header-top__item.social {
	margin-left: 30px;
}
.header-top__menu {
	display: flex;
	gap: 24px;
	flex: 1;
	justify-content: flex-end;
}
.header-top__menu a {
	display: block;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	color: #000;
}
.header-top__menu a.support {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 130px;
	border-radius: 6px;
	background: #ccc;
}

.header-bottom {
    position: relative;
}
.header-bottom__row {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 48px;
}
.header-bottom__menu {
}
.header-bottom__menu ul {
  margin: 0;
  padding: 15px 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 33px;
  width: 100%;
  z-index: 10;
  list-style: none;
}
.header-bottom__menu ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  width: 100%;
  color: #333;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.header-bottom__menu ul > li > a[disabled] {
    opacity: .5;
    pointer-events: none;
}
.header-bottom__menu ul > li > a:last-child {
  padding-right: 0;
}
.header-bottom__menu ul > li > a > i {
	width: 12px;
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-bottom__menu ul > li > a > i:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-style: normal;
    content: "\f111";
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-bottom__menu ul > li > a > i:after {
    content: '';
    opacity: 0;
    top: -6px;
    left: -8px;
    height: 30px;
    width: 22px;
    border-radius: 11px;
    background: rgba(33, 186, 114, .1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-bottom__menu ul > li > a:not([disabled]):hover {
  color: #21BA73;
}
.header-bottom__menu ul > li > a:not([disabled]):hover > i:after {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    opacity: 1;
    width: calc(100% + 18px);
}
.header-bottom__menu ul > li > a:not([disabled]):hover > i:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f192";
    color: #21BA73;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-bottom__sign {
	display: flex;
	gap: 24px;
}
.header-bottom__sign a {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}
.header-bottom__sign a i {
	margin-left: 14px;
}
.header-bottom__sign a.register {
	color: #21BA73;
	text-decoration: none;
}
/* Header end */

/* Intro start  */
.intro {
    position: relative;
	padding: 60px 0;
	background: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
	height: 480px;
    backdrop-filter: blur(12px);
}
.intro:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 60%);
    z-index: 0;
}
.intro__row {
    position: relative;
	display: flex;
    align-items: center;
    z-index: 1;
}
.intro__desc {
	padding-right: 60px;
	flex: 1;
    max-width: 700px;
}
.intro__desc h1 {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}
.intro__desc p {
    font-size: 21px;
    line-height: 32px;
    margin: 15px 0;
    margin-bottom: 40px;
    color: #f1f1f1;
}
.intro__button {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}
.intro__button a:not(.final) {
    max-width: 260px;
}
.intro__button a.final {
    padding: 0;
    width: 56px;
}
.intro__trust {
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.intro__trust-users {
    align-items: center;
    display: flex;
}
.intro__trust-stack {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -12px;
    border: 3px solid #fff;
}
.intro__trust-stack.final {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 0.1;
}
.intro__trust-stack.final i {
    margin-top: 3px;
    font-size: 16px;
}
.intro__trust-text {
    margin-left: 20px;
    font-size: 16px;
    color: #f1f1f1;
}

/* Intro End */


/* Exchanges start */
.exchanges {
    position: relative;
    display: block!important;
    margin: 10px 0;
}
.exchanges:after,
.exchanges:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 90%, rgba(255,255,255,1) 100%);
    z-index: 99999999;
}
.exchanges-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}
.exchanges-item img {
    max-width: 80%;
    max-height: 40%;
    @filter: grayscale(100);
    opacity: 0.7;
    transition: 0.3s;
}
.exchanges-item img:hover {
    filter: none;
    opacity: 1;
}
/* Exchanges end */


/* Info Universal start */
.info-block {
	display: flex;
	gap: 10px 50px;
	margin-bottom: 100px;
}
.info-block:last-child {
	margin-bottom: 0;
}
.info-block_text {
	padding-block: 20px;
	align-self: center;
    flex: 1.5;
    min-height: 430px;
}
.info-block__subtitle {
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 12px;
	margin-bottom: 14px;
}
.info-block__subtitle i {
	font-size: 18px;
}
.info-block_text h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 40px;
}
.info-block_text h2 span {
	color: #21ba72;
}
.info-block_text p {
	margin: 25px 0;
	line-height: 1.4;
}
.info-block_img {
	border-radius: 20px;
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 480px;
}
.info-block_img.video:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(33, 186, 114, .1);
    z-index: 2;
}
.info-block_img img,
.info-block_img video {
	height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}
.info-block_exch {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
}
.info-block_exch.left {
    bottom: 20px;
    left: 20px;
}
.info-block_exch.right {
    top: 20px;
    right: 20px;
}
.video-play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 17px;
    background: #21ba72;
    color: #fff;
    box-shadow: 0 2px 4px rgb(33 43 69 / 2%), 0 0 15px rgb(33 43 69 / 6%);
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: radial-pulse 1s infinite;
    z-index: 2;
}
.info-block_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    background: rgba(33, 186, 114, .4);
    border-radius: 180px;
    margin-bottom: 24px;
    z-index: 9;
    backdrop-filter: blur(4px);
}
.info-block_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    font-size: 50px;
    background: rgba(33, 186, 114, .7);
    color: #FFF;
    border-radius: 140px;
}
/* Info Universal end  */

/* Plan start */
.calculator {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
    width: 100%;
    margin-bottom: 40px;
}
.calculator__row {
	display: flex;
    flex-direction: row;
    width: 100%;
    flex: 1;
}
.calculator__form {
	display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: calc(40% - 12px);
    width: 100%;
    padding: 32px;
    border-right: 1px solid rgba(0,0,0,.08);
}
.calculator__form h3 {
	color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.calculator__form-item {}
.calculator__form-item label {
	display: block;
	font-size: 16px;
    line-height: 24px;
    color: #1f1f22;
    margin-bottom: 8px;
}
.calculator__form-input {
	position: relative;
}
.calculator__form-input input[type="number"] {
	padding-right: 50px;
}
.calculator__form-input input[type="range"] {
	position: absolute;
	top: calc(100% - 3.5px);
	left: 14px;
	width: calc(100% - 32px);
}
.calculator__form-input .symbol {
	position: absolute;
    top: 12px;
    right: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #696e72;
}
.calculator__form-note {
	padding: 0 10px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.calculator__form-radio {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.calculator__form-desc {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 24px;
}

.calculator__result {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.calculator__result-content {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    animation: hiddenTransition 1000ms ease-in;
    animation-fill-mode: forwards;
    will-change: opacity,transform,display;
}
.calculator__result-card {
	display: flex;
    flex-direction: column;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 32px 40px;
    background: #21ba72;
    height: 100%;
}
.calculator__result-row {
	display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}
.calculator__result-smcard {
    margin-top: 15px;
	display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
	width: calc(33.3% - 6px);
    min-height: 260px;
    padding: 24px 20px;
    background-color: #fff;
    color: #000;
}
.calculator__result-smcard.next {
	background: rgba(255,255,255,.12);
	color: #fff;
}
.calculator__result-smcard__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}
.calculator__result-smcard__number {
	font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0;
}
.calculator__result-smcard__desc {
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.calculator__result-smcard__fee {
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
}
.calculator__result-bigcard {
	display: flex;
    flex-direction: column;
    padding: 16px;
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    margin-top: 12px;
}
.calculator__result-bigcard span {
	width: fit-content;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 6px 10px;
    background: rgba(255,255,255,.2);
    border-radius: 8px;
    margin-bottom: 12px;
}
.calculator__result-bigcard__text {
	display: flex;
    flex-direction: row;
    align-items: center;
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: calc(100% - 48px);
}
.calculator__result-bigcard__text i {
    margin-right: 12px;
}
/* Plan end  */

/* advantages start */
.advantages {
	display: flex;
	gap: 30px;
}
.advantage-item {
	padding: 24px 24px 32px;
	flex: 1;
	box-shadow: rgb(239, 240, 240) 0px 0px 0px 1px;
    background: rgb(246, 247, 248);
	border-radius: 10px;
}
.advantage-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background: rgba(33, 186, 114, .1);
	border-radius: 60px;
	margin-bottom: 24px;
}
.advantage-icon i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	font-size: 22px;
	background: rgba(33, 186, 114, .1);
	color: rgba(33, 186, 114, 1);
	border-radius: 60px;
}
.advantage-title {
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 600;
    word-break: break-word;
}
.advantage-desc {
	font-size: 16px;
    line-height: 24px;
}
/* advantages end  */

/* payment start */
.payment {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.payment-item {
	display: flex;
    align-items: center;
    font-weight: bold;
    gap: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: rgb(137, 144, 165);
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
}
.payment-item img {
	width: 28px;
	height: 28px;
	border-radius: 28px;
}
/* payment end  */

/* media start */

.media__row {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 29px;
    flex-flow: wrap;
}
.media__item {}
.media__item img {
    width: 100%;
    transition: transform 0.3s ease 0s;
}
.media__item a:hover img {
    transform: scale(1.05);
}
.media__row:first-of-type .media__item:first-of-type img {
    max-width: 315px;
}
.media__row:first-of-type .media__item:nth-of-type(2) img {
    max-width: 350px;
}
.media__row:first-of-type .media__item:nth-of-type(3) img {
    max-width: 322px;
}
.media__row:first-of-type .media__item:nth-of-type(4) img {
    max-width: 130.49px;
}
.media__row:last-of-type .media__item:first-of-type img {
    max-width: 221px;
}
.media__row:last-of-type .media__item:nth-of-type(2) img {
    max-width: 343px;
}
.media__row:last-of-type .media__item:nth-of-type(3) img {
    max-width: 255px;
}
.media__row:last-of-type .media__item:nth-of-type(4) img {
    max-width: 196px;
}
.mass-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    gap: 20px 120px;
    flex-flow: row wrap;
    border-radius: 16px;
}
.mass-media a {}
.mass-media a img {
    max-width: 220px;
    transition: all 0.6;
}
.mass-media a img.sm {
    height: 70px;
}
.mass-media a:hover img {
    transform: scale(1.12);
}

/* media end  */

/* Start start */
.start {
    display: flex;
    align-items: center;
    gap: 0 50px;
    margin-bottom: 60px;
}
.start-steps {
  flex: 1;
}
.start-step {
  display: flex;
  margin-bottom: 28px;
}
.start-step:last-child {
  margin-bottom: 0;
}
.start-step-circle {
    width: 25px;
    height: 25px;
    border: 7px solid #f0f0f0;
    border-radius: 20px;
    flex-shrink: 0;
    cursor: pointer;
    background: #f0f0f0;
    position: relative;
    transition: border .35s ease-in;
}
.start-step-circle.active {
    background: #fff;
    border: 7px solid #21ba72;
}
.start-step-circle.active .start-step-line {
    background: #21ba72;
    transition: background .35s ease-in;
}
.start-step-line {
    position: absolute;
    width: 3px;
    height: 109px;
    background: #f0f0f0;
    bottom: 15px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    transition: background .35s ease-in;
}
.start-step-content {
    margin-left: 24px;
    margin-right: 50px;
    transition: opacity .1s ease-in;
    opacity: .6;
    cursor: pointer;
}
.start-step-content.active {
  opacity: 1;
}
.start-step-title {
    font-weight: 500;
    font-size: 18px;
}
.start-step-title i {
  display: none;
  font-size: 23px;
  margin-right: 10px;
  color: #21ba72;
}
.start-step-text {
    padding: 0;
    margin: 0;
    margin-top: 6px;
    max-width: 525px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.start-image {
    overflow: hidden;
    width: 100%;
    max-width: 546px;
    height: 546px;
    flex: 1;
    background: rgb(246, 247, 248) url(../img/start-bg.png);
    background-size: cover;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box-top {
    position: absolute;
    top: 0;
}
.box-bottom {
    position: absolute;
    bottom: 0;
}
.start-image-slider {
  max-width: 444px;
  overflow: hidden;
  box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
  border-radius: 5px;
}
/* Start end  */

/* Document start */
.company-present {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 45px;
    max-height: 530px;
    overflow: hidden;
    box-shadow: 0px 1.85185px 3.14815px 0px rgba(87, 144, 187, 0.02), 0px 8.14815px 6.51852px 0px rgba(87, 144, 187, 0.03), 0px 20px 13px 0px rgba(87, 144, 187, 0.04), 0px 38.51852px 25.48148px 0px rgba(87, 144, 187, 0.04);
}
.company-present_cert {
    width: 100%;
    max-width: 415px;
    padding: 15px 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: no-repeat url(../img/Company_registration_bg_img.png);
    background-size: cover;
}
.company-present_cert-logo {
    width: 102px;
    height: 102px;
    background: url(../img/UK_logo.png) no-repeat center;
    background-size: contain;
    margin-top: 8px;
    margin-bottom: 13px;
}
.company-present_cert-text {
    max-width: 301px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
    color: #657d94;
    margin-bottom: 31px;
    min-height: 124px;
}
.company-present_cert-icon {
    background-image: url(../img/companynumbericon.svg);
    background-repeat: no-repeat;
    min-width: 24px;
    min-height: 24px;
    margin-bottom: 2px;
}
.company-present_cert-title {
    max-width: 215px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #657d94;
    margin-bottom: 0;
    margin-top: 3px;
}
.company-present_cert-number {
    max-width: 111px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 170%;
    color: #393cff;
    margin-bottom: 60px;
}
.company-present_map {
    flex: 1;
    width: 100%;
    overflow: hidden;
}
/* Document end */

/* blog start */
.blog__row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.blog__item {
    width: calc(33.3% - 33.3px);
    text-decoration: none;
    color: #000;
}
.blog__item-img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
}
.blog__item-img img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}
.blog__item-title {
    font-weight: 400;
    font-size: 18px;
    color: #828894;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 0px !important;
    height: 4.5em !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog__item-date {
    font-size: 14px;
    color: #828894;
}
.blog__item-date time {
    padding-right: 24px;
    position: relative;
    margin-right: 13px;
}
.blog__item-date time::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 8px;
    height: 8px;
    background-color: #FF715B;
    border-radius: 50%;
}


.blog-posts {
    display: flex;
    justify-content: space-between;
}

.blog-posts__item {
    display: block;
    margin-bottom: 20px;
    width: 31%;
    text-decoration: none;
    color: #333;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
}
.blog-posts__item:hover .blog-posts__img {
    transform: scale(1.1);
}
.blog-posts__img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
}
.blog-posts__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .2s ease-in-out;
}
.blog-posts__info {
    margin-top: 20px;
    padding: 0 24px;
}
.blog-posts__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 14px;
    text-decoration: none;
}
.blog-posts__desc {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    opacity: .5;
    width: 100%;
    overflow: hidden;
}
.blog-posts__info .blog-post-item-meta {
	display: flex;
	justify-content: space-between;
    margin-bottom: 10px;
    font-size: 12px;
}
.blog__read {
    display: flex;
    gap: 30px;
}
.blog__read-last {
    width: 290px;
}
.blog__read-last a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    margin-bottom: 6px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-radius: 16px;
    text-overflow: ellipsis; 
    transition: 0.3s;
}
.blog__read-last a span {
    display: flex;
    gap: 8px;
    font-size: 10px;
    opacity: .65;
    width: 100%;
}
.blog__read-last a.active,
.blog__read-last a:hover {
    background: rgb(246, 247, 248);
}
.blog__read-last a i {
    margin-top: 4px;
    line-height: 1;
    font-size: 16px;
}
.blog__read-post {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 30px;
    flex: 1;
}
.blog__read-post .blog__item-img {
    float: left;
    max-width: 382px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.blog__read-date {
    display: flex;
    justify-content: space-between;
}
.blog__read-date .date,
.blog__read-date .share {
    display: flex;
    gap: 14px;
}
.blog__read-date .date .views {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    padding: 3px 5px;
    background: rgb(246, 247, 248);
    border-radius: 6px;
    font-size: 11px;
    color: rgba(0, 0, 0, .6);
}
.blog__read-date .share a {
    color: #21BA73;
}
.blog__read-title {
    margin: 30px 0;
    font-size: 26px;
}
.blog__read-text {}
.blog__read-text p {
    line-height: 1.8;
    margin-bottom: 14px;
    text-align: justify;
}
/* blog end  */

/* services start */
.services-section {
    padding: 90px 0;
    background: rgb(246, 247, 248);
}
.services {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service__item {
    position: relative;
	display: block;
	padding: 24px 24px 32px;
    padding-right: 190px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
.service__item.soon {
    opacity: .7;
    filter: blur(2px);
}
.service__item:first-child,
.service__item:nth-child(4),
.service__item:nth-child(5) {
	width: 55%;
}
.service__item:nth-child(2),
.service__item:nth-child(3),
.service__item:nth-child(6) {
	width: calc(45% - 30px);
}
.service-label {
    background: rgba(33, 186, 114, 1);
    color: #FFF;
    padding: 10px 45px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 21px;
    right: -29px;
    transform: rotate(45deg);
}
.service__advantages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.service__advantage-item {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content;
    background: rgba(33, 186, 114, .1);
    border-radius: 30px;
}
.service__advantage-item.low {
    background: rgba(243, 156, 18,.2);
}
.service__advantage-item i {
    font-size: 16px;
}
.service-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: rgba(33, 186, 114, .1);
    border-radius: 150px;
    margin-bottom: 24px;
}
.service-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    font-size: 30px;
    background: rgba(33, 186, 114, .1);
    color: rgba(33, 186, 114, 1);
    border-radius: 110px;
}
.service-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
    font-weight: 600;
    word-break: break-word;
}
.service-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}
.service-link {
	display: flex;
	align-items: center;
	gap: 12px;
    color: #21BA73;
    font-weight: 600;
    font-size: 16px;
    margin-top: auto;
}
/* services end  */

/* stat start */
.stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}
.stat-item {
	width: calc(33.3% - 40px);
}
.stat-item h4 {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
}
.stat-item p {
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 26px;
}
.stat-item:nth-child(2),
.stat-item:nth-child(5) {
	text-align: center;
}
.stat-item:nth-child(3),
.stat-item:nth-child(6) {
	text-align: right;
}
/* stat end  */

/* reviews start */
.reviews {
	display: flex;
	align-items: center;
	justify-content: center;
    flex-direction: column;
	padding: 50px;
    padding-right: 0;
	box-shadow: rgb(239, 240, 240) 0px 0px 0px 1px;
    background: rgb(246, 247, 248);
    border-radius: 10px;
	color: #000;
	border-radius: 16px;
}
.review-col {
	width: 100%;
}
.review-col:first-child {
    padding-right: 100px;
}
.review-col h2.title {
    color: #03111c;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 24px;
    text-align: center;
}
.review-col p.desc {
    color: #03111c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    text-align: center;
}

.reviews__home .review-item-row {
    justify-content: space-between;
}
.reviews__home .review-item-content {
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 15px 24px -12px rgba(0,0,0,.08)!important;
    display: flex;
    flex-direction: column;
    min-height: 155px;
}
.reviews__home .review-item-rate {
    padding: 0!important;
    background: transparent!important;
}
.reviews__home .review-item-date {
    margin-top: auto!important;
    margin-left: 0!important;
}
.reviews .btn {
    width: fit-content!important;
    margin-left: -50px!important;
}

/* reviews end  */

/* table start */
.table {
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
    overflow: hidden;
}
.table__row {
    display: flex;
    gap: 0;
}
.table__item {
    display: flex;
    flex-direction: column;
    text-align: right;
    flex: 1;
}
.table__item span {
    padding-top: 32px;
}
.table__item-text b {
    margin-left:auto;
    width: fit-content;
    padding: 5px 12px;
    background: rgba(33, 186, 114, .1);
    color: rgba(33, 186, 114, 1);
    border-radius: 24px;
}
.table__item-text.b {
    font-weight: 700;
}
.table__item:first-child span,
.table__item:first-child .table__item-text {
    padding-left: 32px;
}
.table__item:last-child span,
.table__item:last-child .table__item-text {
    padding-right: 32px;
}
.table__name {
    min-width: 320px;
    text-align: left;
    border-right: 1px solid #e0e0e0; 
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px 12px rgba(0,0,0,.08);
}
.table__item-line {
    display: flex;
    flex-direction: column;
    min-height: 20px;
    white-space: nowrap;
}
.table__item-line span {
    font-size: 12px;
    color: #21ba72;
}
.table__item-text {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 77px;
    justify-content: center;
    min-width: 110px;
    padding: 16px 0;
}
.table__name .table__item-text div {
    display: flex;
    justify-content: space-between;
    padding-right: 32px;
}
.table__item-text strong {
    margin-left: 10px;
    color: rgba(0, 0, 0, .3);
}
.table__item-text .fa-check-circle {
    font-size: 20px;
    color: #21ba72;
}
.table__item-line.last .table__item-text {
    border-bottom: none;
}

/* table end  */

/* pdf start */
.pdf {
    margin: 0 auto;
    width: 960px;
}
.pdf__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    margin: 40px 0!important;
}
.pdf__list li {
    display: block;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.pdf__list li a {
    position: relative;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding-left: 32px!important;
    text-decoration: none;
}
.pdf__list li a:before {
   background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDIwIDI2Ij4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0icHJlZml4X19hIiB4MT0iOTIuMTMxJSIgeDI9IjkyLjEzMSUiIHkxPSIxMDAlIiB5Mj0iLjAwMiUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjRkY4ODdEIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI0ZENDYzOCIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJwcmVmaXhfX2IiIHgxPSI2My43MTglIiB4Mj0iLTIwLjEzNCUiIHkxPSItNDIuMDM5JSIgeTI9IjM1Ljg2OSUiPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBDNTQ2Ii8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iLjU3NSIvPgogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iLjc2MyIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9InVybCgjcHJlZml4X19hKSIgZD0iTTAgMS45MjZDMCAuODYzLjg2MiAwIDEuOTI2IDBIMTJsOCA4djE2LjA3NEMyMCAyNS4xMzggMTkuMTM4IDI2IDE4LjA3NCAyNkgxLjkyNkMuODYyIDI2IDAgMjUuMTM4IDAgMjQuMDc0VjEuOTI2eiIvPgogICAgICAgIDxwYXRoIGZpbGw9InVybCgjcHJlZml4X19iKSIgZD0iTTIwIDhoLTYuMDc0QzEyLjg2MiA4IDEyIDcuMTM4IDEyIDYuMDc0VjBsOCA4eiIgb3BhY2l0eT0iLjcyMSIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMS4zOTkgMTMuNzE0Yy4zNzcuNDEuNjAxIDEuMTI2LjYwMSAxLjg2IDAgLjczMi0uMjI0IDEuMjk2LS42MDEgMS43MDUtLjcyMi43ODItMS45MzEuOTM0LTIuOTM0Ljc5NGwtLjAzMi0uMDA0LS4wMTMtLjAwMmgtLjAwMUw4IDE3Ljk5NnYtNWwuNDE4LS4wN2guMDAyYzEuMDIyLS4xNTIgMi4yNC0uMDEzIDIuOTc5Ljc4N3pNOSAxMy44ODFjLjU2OS0uMDE0IDEuMjU2LjA3IDEuNjY0LjUxMS4xODUuMi4zMzYuNjY0LjMzNiAxLjE4MXMtLjE1MS44MjgtLjMzNiAxLjAyOGMtLjE5NC4yMS0uNDY5LjM0NS0uNzg1LjQyNS0uMzA5LjA3Ny0uNjI3LjA5My0uODc5LjA4N1YxMy44OHpNNSAxM0g0djVoMXYtMmguNWMuNzQgMCAxLjUtLjU3NyAxLjUtMS41UzYuMjM5IDEzIDUuNSAxM0g1em0wIDF2MWguNWMuMjYgMCAuNS0uMi41LS41cy0uMjQtLjUtLjUtLjVINXpNMTMgMThMMTMgMTMgMTQgMTMgMTYgMTMgMTYgMTQgMTQgMTQgMTQgMTUgMTYgMTUgMTYgMTYgMTQgMTYgMTQgMTh6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 26px;
    left: 0px;
    top: 5px;
    position: absolute;
    width: 20px;
}
.pdf__list li a span {
    display: block;
    margin-top: 1px;
    font-size: 16px;
    color: #262626;
    line-height: 1;
}
.pdf__list li a label {
    margin: 0;
    margin-top: 3px;
    line-height: 1;
    padding: 0;
    color: rgba(38,38,38,.7);
    font-size: 12px;
}
/* pdf end  */


/* start  */
.auth {}
.auth__row {
    display: flex;
    justify-content: center;
    padding: 60px 48px 130px;
    width: 100%;
    max-width: 865px;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.auth__title {
    position: relative;
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.035em;
    color: #000;
}
.auth__form {
    width: 320px;
}
.auth__form label {
    display: block;
    margin-bottom: 5px;
}
.auth__form input[type="text"],
.auth__form input[type="password"] {
    margin-bottom: 14px;
}
.auth__form-link {
    margin-top: 14px;
    font-size: 14px;
    text-align: center;
}
.auth__form-link a {
    color: #21ba72;
}
.auth__hr {
    flex: 0 0 auto;
    width: 1px;
    background-color: rgba(0,0,0,.1);
}
.auth__desc {
    width: 320px;
}
.auth__desc p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}
.auth__desc .list li {
    margin-bottom: 16px;
}

.auth__main {
    display: flex;
    justify-content: center;
    padding: 60px 48px 130px;
}
.auth__main-form {
    width: 320px;
}
.auth__main-form h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    color: #000;
    margin-bottom: 5px;
}
.auth__main-form p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}
.auth__main-form label {
    display: block;
    margin-bottom: 5px;
}
.auth__main-form input[type="text"],
.auth__main-form input[type="password"] {
    margin-bottom: 14px;
}
.password {
    position: relative;
}
.password input[type="password"] {
    padding-right: 55px;
}
.showPassword {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0%, -50%);
    display: inline-block;
    width: 20px;
    color: #ccc;
    z-index: 9999;
}
.showPassword:before {
    margin: auto;
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
    display: inline-block;
    font-weight: 900;
}
.view {
    right: 7px;
}
.view.showPassword:before {
    content: "\f070";
}
.generatePassword {
    position: absolute;
    top: 50%;
    right: 30px;
    display: inline-block;
    width: 20px;
    color: #ccc;
    transform: translate(0%, -50%);
    z-index: 9999;
}
.generatePassword:before {
    margin: auto;
    font-family: "Font Awesome 5 Pro";
    content: "\f084";
    display: inline-block;
    font-weight: 900;
}
.password-line {
    position: relative;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 12px;
    overflow: hidden;
}
.password-bar {
    height: 3px;
}

.auth .career__input {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 8px;
    height: 56px;
    @border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 56px;
}
.auth .career__input .fa-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(33, 186, 114, .15);
    border-radius: 40px;
    font-size: 16px;
    color: rgba(33, 186, 114, 1);
}
.auth .career__input-photo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.auth .career__input-photo img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}
.auth .career__input-upline {
    line-height: 1;
}
.auth .career__input-upline b {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 800;
}
.auth .career__input-upline span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

/* end  */

/* roadmap start  */
.roadmap {
  position: relative;
}
.roadmap::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 19px;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
}
.roadmap__slide {}
.roadmap__slide-status-block {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.roadmap__slide-status-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.roadmap__slide-status-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    height: 60px;
    border-left: 2px dashed rgba(0, 0, 0, .1);
}
.roadmap__slide-status-circle {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(339deg, rgba(33, 186, 114, .1) -57.42%, rgba(33, 186, 114, .15) 87.42%);
    backdrop-filter: blur(5.25px);
}
.roadmap__slide-status-circle::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background: rgba(33, 186, 114, 1);
    box-shadow: 0px 1.2px 2.4px 1.2px rgba(147, 58, 245, 0.12);
}
.roadmap__slide-content {
    margin-top: 40px;
    padding: 32px;
    box-shadow: rgb(239, 240, 240) 0px 0px 0px 1px;
    background: rgb(246, 247, 248);
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.roadmap__slide-content-title {
    margin-top: 4px;
    color: #000;
    font-size: 21px;
    font-weight: 900;
}
.roadmap__slide-content-pretitle {
    margin-top: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.roadmap__slide-content-list {
  margin-top: 16px;
}
.roadmap__slide-content-list p {
  display: flex;
  gap: 12px;
  line-height: 1;
  margin-bottom: 16px;
}
.roadmap__slide-content-list p:last-child {
  margin-bottom: 0px;
}
.roadmap__slide-content-list p .fa-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    margin-top: 4px;
    background: rgba(33, 186, 114, .1);
    color: rgba(33, 186, 114, 1);
    border-radius: 60px;
}
.roadmap__slide-content-list p .fa-clock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    margin-top: 4px;
    background: rgba(243, 156, 18, .1);
    color: rgba(243, 156, 18,1.0);
    border-radius: 60px;
}
.roadmap__slide-content-list p span {
  display: flex;
  font-size: 14px;
  flex: 1;
  line-height: 1.6;
}
.roadmap .owl-prev, .roadmap .owl-next {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 50px!important;
    height: 50px!important;
    position: absolute;
    top: -100px;
    border:0px solid black;
    background-color: #fff;
    box-shadow: 0 4px 16px 1px rgba(0,26,52,.16);
    color: #001a34;
    border-radius: 50px!important;
    transition: color .15s ease-in-out,background .15s ease-in-out,opacity .3s ease-in-out;
}
.roadmap .owl-prev:not(.disabled):hover, 
.roadmap .owl-next:not(.disabled):hover {
  background: rgba(33, 186, 114, 1)!important;
  color: #fff!important;
}
.roadmap .owl-prev { right: 70px!important; }
.roadmap .owl-next { right: 0px!important; }
.roadmap .owl-prev i, .owl-next i {
  font-size: 18px;
}
.roadmap .owl-prev.disabled, .roadmap .owl-next.disabled {
  opacity: .5;
}
/* roadmap end  */

/* Team start */
.team {
  position: relative;
}
.team__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.team__item-photo {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 24px;
  background: rgb(9,217,119);
  background: radial-gradient(circle, rgba(9,217,119,1) 0%, rgba(33,186,114,1) 60%);
  @overflow: hidden;
}
.team__item-photo:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(9,217,119);
  background: radial-gradient(circle, rgba(9,217,119,.1) 0%, rgba(33,186,114,.1) 60%);
  z-index: 3;
  border-radius: 24px;
}
.team__item-photo img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 24px;
}
.team__item-photo .circle_white {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 70px;
  z-index: 6;
}
.team__item-photo .circle_green {
  width: 35px;
  height: 35px;
  background: #21ba72;
  border-radius: 35px;
}
.team__item-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}
.team__item-desc {
  margin-top: 10px;
  font-size: 14px;
  opacity: .65;
  padding: 0 40px;
  text-align: center;
}
.team .owl-prev, .team .owl-next {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 50px!important;
    height: 50px!important;
    position: absolute;
    top: -100px;
    border:0px solid black;
    background-color: #fff;
    box-shadow: 0 4px 16px 1px rgba(0,26,52,.16);
    color: #001a34;
    border-radius: 50px!important;
    transition: color .15s ease-in-out,background .15s ease-in-out,opacity .3s ease-in-out;
}
.team .owl-prev:not(.disabled):hover, 
.team .owl-next:not(.disabled):hover {
  background: rgba(33, 186, 114, 1)!important;
  color: #fff!important;
}
.team .owl-prev { right: 70px!important; }
.team .owl-next { right: 0px!important; }
.team .owl-prev i, .owl-next i {
  font-size: 18px;
}
.team .owl-prev.disabled, .team .owl-next.disabled {
  opacity: .5;
}
/* Team end */

/* reviews start  */
.reviews__container {
    margin: 0 auto;
    width: 940px;
}
.reviews__row {
    margin: 0 auto;
    width: 940px;
    display: flex;
    gap: 0 40px;
}
.reviews__rate-box {
    position: relative;
    width: 240px;
}
.reviews__rate-fixed {
    position: sticky;
    top: 0;
}
.reviews__post-box {
    flex: 1;
}
.reviews__rate {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 30px;
}
.reviews__rate-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 240px;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
}
.reviews__rate-num h2 {
    font-size: 56px;
    font-weight: 900;
}
.reviews__rate-num .rating-result {
    margin-right: -9px;
    margin-bottom: 24px;
}
.reviews__rate-num strong {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    width: fit-content;
}
.reviews__rate-stat {
    flex: 1;
    width: 100%;
}
.reviews__post {
    display: flex;
    margin-bottom: 30px;
}
.reviews__post-textarea {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px;
}
.reviews__post-textarea textarea {
  width: 100%;
  height: 100px;
  resize: none; 
  padding: 14px 18px;
  display: block;
  border: none!important;
  border-radius: 16px;
  border-bottom-left-radius: 0!important;
  border-bottom-right-radius: 0!important;
  line-height: 1.3;
  width: 100%;
  transition: all 0.3s;
  outline: none;
}
.reviews__post-extra {
    padding-left: 14px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
}
.reviews__post-extra .btn {
    width: fit-content!important;
    border-radius: 0 0 16px 0!important;
    height: 45px!important;
    font-size: 14px;
    font-weight: 700;
}
.reviews__post-extra-rate {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
}

.rating-area {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-flow: row-reverse;
  margin: 10px 0;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  display: block;
  width: fit-content;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  color: lightgrey;
  transition: all 0.5s;
}
.rating-area:not(:checked) > label:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.rating-area > input:checked ~ label {
  color: gold;
  transform: scale(1.13);
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: gold;
  transform: scale(1.13);
}
.rating-result {
  display: flex;
  align-items: center;
  gap:12px;
}
.rating-result span {
  display: block;
  width: fit-content;
  padding: 0;
  cursor: pointer;
  font-size: 22px;
  line-height: 28px;
  color: lightgrey;
  transition: all 0.5s;
}
.rating-result > span:before {
  content: '\f005';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.rating-result > span.active {
  color: gold;
}

.reviews-rating {
  width: 360px;
}
.review-item {
    position: relative;
    display: flex;
    z-index: 1;
    width: 100%;
    margin-bottom: 24px;
}
.review-item-avatar {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.review-item-avatar-img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}
.review-item-content {
    flex: 1;
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
}
.review-item-row {
    display: flex;
}
.review-item-username {
    display: flex;
    align-items:flex-start;
    gap: 6px;
    font-size:14px;
    font-weight:bold;
    color: #333;
}
.review-item-username span {
    color:#657786;
    font-weight:normal;
    margin-left: 5px;
}
.review-item-date {
    color:#657786;
    font-weight:normal;
    font-size: 14px;
    margin-left: 15px;
}
.review-item-text {
  margin: 12px 0;
  line-height: 1.4;
  font-size: 14px;
  color: #000;
}
.review-item-rate {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 3px 12px;
    background: rgba(0, 0, 0, .04);
    width: fit-content;
    font-size: 12px;
    border-radius: 16px;
}
.review-item-rate .rating-result {
    gap: 6px;
}
.review-item-rate .rating-result span {
    font-size: 14px;
}

.reviews-rating-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.reviews-rating-line:last-child {
    margin-bottom: 0;
}
.reviews-rating-line-star {
  width: 50px;
}
.reviews-rating-line-star i {
  color: gold;
}
.reviews-rating-line-progress {
    margin: 5px 0;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 13px;
    padding: 2px;
    width: 100%;
    flex:1;
}
.reviews-rating-line-progress >div {
    background: repeating-linear-gradient( 135deg, #21ba72, #21ba72 20px, #1e9d61 20px, #1e9d61 40px );
    width: 40%;
    height: 8px;
    border-radius: 10px;
}
.reviews-rating-line-result {
  width: 50px;
  text-align: right;
}

/* reviews end  */

/* Academy start */
.academy__container {
    margin: 0 auto;
    width: 1081px;
}
.academy__row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.academy__item {
    width: calc(33.33% - 16px);
}
.academy__item-img {
    border-radius: 16px;
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 196px;
}
.academy__item-img:before {
    top: 0;
    left: 0;
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    background: rgba(33, 186, 114, .15);
    z-index: 99;
}
.academy__item-img img {
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%;
}
.academy__item-title {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-bottom: 0px !important;
    height: 58px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.academy__item-timer {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #828894;
}
.academy__item-timer i {
    font-size: 16px;
}
.academy-play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 14px;
    background: rgba(255,255,255, .85);
    color: rgba(33, 186, 114, 1);
    backdrop-filter: blur(3px);
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}
.academy__item:hover .academy-play {
    opacity: 1;
    visibility: visible;
}
.academy-timer {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(3px);
    z-index: 999;
    border-radius: 6px;
}
.academy__item-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    opacity: .55;
    font-weight: 700;
}
/* Academy  end */

/* contacts start  */
.contacts__wrap {
    display: flex;
    gap: 80px;
}
.contacts__wrap-item {
    width: calc(50% - 40px);
}
.contacts__row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.contacts__item {
    width: calc(50% - 30px);
}
.contacts__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #2A3244;
    margin-bottom: 5px;
}
.contacts__item-desc {
    font-size: 16px;
    line-height: 1.6;
    opacity: .8;
    margin-bottom: 24px;
}
.contacts__item-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 8px;
    border-radius: 30px;
    background: rgba(33, 186, 114, .1);
}
.contacts__item-link i {
    font-size: 20px;
}
.contacts__item-link .fa-arrow-right {
    margin-left: auto;
    margin-right: 8px;
    font-size: 14px;
}
.contacts__line {
    margin: 60px 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
}

.open-live-chat {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 32px;
    background: rgba(33, 186, 114, .1);
    outline: none;
    text-align: left;
    border: 1px solid rgba(33, 186, 114, .15);
    border-radius: 10px;
    margin-bottom: 40px;
}
.open-live-chat img {
    height: 70px;
}
.open-live-chat b {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.open-live-chat p {
    font-size: 14px;
    opacity: .8;
}

.contacts__form {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
}
.contacts__form-wrap {
    margin: 0 auto;
}
.contacts__form-title {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 10px;
}
.contacts__form-desc {
    margin: 0 auto;
    width: 84%;
    text-align: center;
    margin-bottom: 30px;
}
.contacts__form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contacts__form label {
    display: block;
    margin-bottom: 5px;
}
.contacts__form input {
    margin-bottom: 14px;
}
.contacts__form textarea {
    resize: none;
    height: 100px;
    margin-bottom: 14px;
}
/* contacts end  */

/* documents start  */
.document {
  margin-bottom: 60px;
}
.document__title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 30px;
}
.document__item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 20px;
  margin-bottom: 14px;
  border-radius: 100px;
  box-shadow: rgb(239, 240, 240) 0px 0px 0px 1px;
  background: rgb(246, 247, 248);
}
.document__item-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 36px;
  font-weight: 900;
  background: rgba(33, 186, 114, .2);
  color: #21ba72;
  border-radius: 50px;
}
.document__item-name {
  font-size: 18px;
}
.document__item-link {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(33, 186, 114, .2);
  border-radius: 60px;
}
.document__item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(33, 186, 114, .2);
  border-radius: 60px;
  color: #fff;
  transition: background 0.2s ease;
}
.document__item:hover .document__item-link i {
  background: rgba(33, 186, 114, 1);
}
/* documents end  */

/* help start */
.faq {
    @background: rgba(0, 0, 0, .03);
}
.faq__row {
    display: flex;
    gap: 0 30px;
}
.faq__tags {
    width: 260px;
}
.faq__tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.faq__tags ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    transition: .3s;
    line-height: 1;
}
.faq__tags ul li i.fa-long-arrow-right {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-left: auto;
}
.faq__tags ul li:hover {
    background: rgba(33, 186, 114, .1);
    border-radius: 16px;
}
.faq__tags ul li:hover > i.fa-circle:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f192";
    color: #21BA73;
}
.faq__tags ul li.active {
    background: rgba(33, 186, 114, .1);
    color: #21BA73;
    border-radius: 16px;
}
.faq__tags ul li.active > i.fa-circle:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f192";
    color: #21BA73;
}
.faq__tags ul li.active i {
    opacity: 1;
    visibility: visible;
}
.faq__list {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 30px;
    flex: 1;
}
.faq__page {
    display: none;
}
.faq__title {
    margin-bottom: 18px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 135%;
}
.faq__desc {
    margin-bottom: 18px;
    color: #68738d;
    line-height: 140%;
}

.faq__question {
    display: block;
    width: 100%;
    background: #f9f9f9;
    border-radius: 16px;
    margin-bottom: 14px;
}
.faq__question-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 16px;
}
.faq__question-text {
    padding: 24px;
    padding-top: 0;
    text-align: justify;
    line-height: 2;
    display: none;
    font-size: 14px;
}
.faq__nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq__button {
    text-align: left;
}
.faq__button[data-page="next"] {
    text-align: right;
}
.faq__button {
    background: #fff;
    outline: none;
    padding: 18px 16px 21px;
    width: 45%;
    max-width: 507px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq__button span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.faq__button b {
    display: flex;
    align-items: center;
    gap:10px;
    font-size: 16px;
}
.faq__button[data-page="next"] b {
    justify-content: end;
}
/* help end  */

/* card start  */
.card__intro {
  display: flex;
  gap: 50px;
}
.card__intro-item {
  position: relative;
  width: calc(50% - 25px);
}
.card__intro-title {
  margin-top: 30px;
  font-size: 48px;
  line-height: 110%;
  color: #000;
  margin-bottom: 16px;
}
.card__intro-title span {
  display: block;
  background-image: linear-gradient( 45deg, hsl(152deg 70% 43%) 0%, hsl(152deg 67% 45%) 9%, hsl(152deg 66% 48%) 18%, hsl(152deg 64% 50%) 27%, hsl(154deg 66% 51%) 36%, hsl(161deg 65% 49%) 45%, hsl(168deg 67% 46%) 55%, hsl(175deg 69% 44%) 64%, hsl(181deg 73% 44%) 73%, hsl(184deg 80% 47%) 82%, hsl(187deg 86% 50%) 91%, hsl(188deg 100% 50%) 100% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 66px;
}
.card__intro-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15.5px;
  background: rgb(238, 239, 242);
  padding: 6px 15px;
  color: rgb(101, 109, 129);
  font-size: 18px;
  line-height: 100%;
  margin-top: 20px;
}
.card__intro-desc {
  color: rgb(101, 109, 129);
  font-size: 18px;
  line-height: 150%;
  margin-top: 30px;
  width: 90%;
  margin-bottom: 30px;
}
.card__intro-item .btn {
  max-width: 180px;
}

.nadex__card {
    position: relative;
    background-image: linear-gradient(
  45deg,
  hsl(152deg 70% 43%) 0%,
  hsl(152deg 67% 45%) 9%,
  hsl(152deg 66% 48%) 18%,
  hsl(152deg 64% 50%) 27%,
  hsl(154deg 66% 51%) 36%,
  hsl(161deg 65% 49%) 45%,
  hsl(168deg 67% 46%) 55%,
  hsl(175deg 69% 44%) 64%,
  hsl(181deg 73% 44%) 73%,
  hsl(184deg 80% 47%) 82%,
  hsl(187deg 86% 50%) 91%,
  hsl(188deg 100% 50%) 100%
);
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    z-index: 0;
    width: calc(50% - 15px);
    height: 210px;
}
.info-block_img .nadex__card {
  width: 330px!important;
}
.nadex__card-create {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    z-index: 3;
}
.nadex__card-create p {
    font-size: 18px;
}
.nadex__card-create button {}
.nadex__card-top {
    display: flex;
    justify-content: space-between;
}
.nadex__card-logo {}
.nadex__card-logo img {
    height: 30px;
}
.nadex__card-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 115px;
    height: 30px;
    font-size: 12px;
    background: rgba(255,255,255,.2);
    color: #fff;
    border-radius: 33px;
    border: none;
    outline: none;
    cursor: pointer;
}
.nadex__card-data {}
.nadex__card-number strong {
    align-items: center;
    display: flex;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    line-height: normal;
}
.nadex__card-number span {
    line-height: 1;
}
.nadex__card-copy {
    padding: 0;
    margin: 0;
    line-height: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 60%;
    color: #fff;
}
.nadex__card-details {
    margin: 20px 0;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
}
.nadex__card-item {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: right;
}
.nadex__card-item.cardholder {
    text-align: left;
    margin-right: auto;
    flex: 1;
}
.nadex__card-item span {
    color: #fffc;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
.nadex__card-item big {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 4px;
    font-size: 16px;
}
.nadex__card-visa {
    position: absolute;
    content: "";
    bottom: 16px;
    right: 16px;
    width: 45px;
    height: 16px;
    background: url(../img/visa.webp) no-repeat;
    background-size: 100%;
}
.card__intro-item .nadex__card {
  position: absolute;
  width: 340px;
}
.card__intro-item .card__1 {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    transform: rotate(-14deg);
    top: 87px;
    right: 87px;
    z-index: 3;
    animation: privat_card_01 3s ease-in-out infinite alternate both;
}
@keyframes privat_card_01{
    0%{
        transform: rotate(-14deg) scale(1);
    }
    100%{
        transform: rotate(0deg) scale(1.15);
    }
}
.card__intro-item .card__2 {
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    transform: rotate(10deg) scale(0.85);
    top: 31px;
    right: 78px;
    z-index: 2;
    opacity: 0.8;
    animation: privat_card_02 3s ease-in-out infinite alternate both;
}
@keyframes privat_card_02{
    0%{
        transform: rotate(10deg) scale(0.85);
    }
    100%{
        transform: rotate(0deg) scale(1);
        top: 107px;
        right: 87px;
    }
}
.card__intro-item .card__3 {
      filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
    transform: rotate(-30deg) scale(0.75);
    top: 164px;
    right: 97px;
    opacity: 0.6;
    animation: privat_card_03 3s ease-in-out infinite alternate both;
}
@keyframes privat_card_03{
    0%{
        transform: rotate(-30deg) scale(0.75);
    }
    100%{
        transform: rotate(0deg) scale(1);
        top: 107px;
        right: 87px;
    }
}
.coin_1{
    height: 105px;
    width: 75px;
    position: absolute;
    background: url('../img/coins/coin_1.svg') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 14%;
    top: 80px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 1.5s;
    z-index: 9;
}
.coin_2{
    height: 108px;
    width: 108px;
    position: absolute;
    background: url('../img/coins/coin_2.svg') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 27%;
    top: 292px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 1s;
    z-index: 9;
}
.coin_3{
    height: 119px;
    width: 89px;
    position: absolute;
    background: url('../img/coins/coin_3.svg') no-repeat;
    background-position: 50%;
    background-size: 100%;
    right: 0%;
    top: 22px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 0;
    z-index: 9;
}
.coin_4{
    height: 65px;
    width: 45px;
    position: absolute;
    background: url('../img/coins/coin_4.svg') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 85%;
    bottom: -40px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 2.7s;
    z-index: 9;
}
@keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
    }
  }
.cardpartners {
    position: relative;
    display: block!important;
    margin: 10px 0;
}
.cardpartners:after,
.cardpartners:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 90%, rgba(255,255,255,1) 100%);
    z-index: 99999999;
}
.cardpartners-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}
.cardpartners-item img {
    max-width: 55%;
    opacity: 0.7;
    transition: 0.3s;
}
.cardpartners-item img:hover {
    filter: none;
    opacity: 1;
}


.card__advantages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.card__advantage {
  position: 24px;
  width: calc(25% - 22.5px);
  border-radius: 20px;
}
.card__advantage:nth-child(2) {
  padding: 24px;
  background: #f1f1f1;
}
.card__advantage:nth-child(3) {
  padding: 24px;
  background: #ccc;
}
.card__advantage:nth-child(4) {
  padding: 24px;
  background: #000;
}
.card__advantage-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15.5px;
  background: rgb(238, 239, 242);
  padding: 6px 15px;
  color: rgb(101, 109, 129);
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 24px;
}
.card__advantage-name {
  font-size: 48px;
  line-height: 100%;
  font-weight: 900;
}

.card__about {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.card__about-content {
    max-width: 590px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.card__about-information {
    max-width: 285px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}
.card__about-image {
    position: absolute;
    right: -100px;
    bottom: 0px;
    z-index: -1;
}
.card__about-image img {
  width: 740px;
  z-index: 0;
}
.card__about-title {
  font-size: 48px;
  line-height: 100%;
  font-weight: 900;
}
.card__about-desc {
    margin-top: 30px;
    color: rgb(101, 109, 129);
    font-size: 18px;
    line-height: 150%;
    max-width: 314px;
    width: 100%;
}
.card__about-list {
    display: flex;
    justify-content: space-between;
    margin-top: 180px;
}
.card__about-content .card__about-item {
    width: calc(50% - 10px);
}
.card__about-item {
    border-radius: 10px;
    background: rgba(246, 246, 246, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px;
    position: relative;
}
.card__about-item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: rgba(33, 186, 114, .1);
    border-radius: 60px;
    margin-bottom: 24px;
}
.card__about-item_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 22px;
    background: rgba(33, 186, 114, .1);
    color: rgba(33, 186, 114, 1);
    border-radius: 60px;
}
.card__about-item_desc {
    color: rgb(25, 27, 32);
    font-size: 18px;
    line-height: 120%;
    margin-top: 20px;
}
.card__about-item_coins {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
}
.card__about-item_coins li {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 500px;
    background: rgb(25, 27, 32);
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 120%;
    padding: 4px 7px;
}
.card__about-item_coins li img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.card__about-item_coins li.more {
    color: rgb(25, 27, 32);
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.card__about-information .card__about-item {
    margin-top: 50px;
}
.card__about-information .card__about-item:first-child {
    margin-top: 0px;
}

.card__details {
  display: flex;
  align-items: center;
  gap: 50px;
}
.card__details-image {
    border-radius: 10px;
    background: rgb(246, 247, 248);
    width: calc(100% - 613px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 0;
    height: 100%;
    padding-top: 60px;
    position: relative;
}
.card__details-image .label_logo {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    width: 100px;
}
.shop_1{
    height: 75px;
    width: 75px;
    position: absolute;
    background: url('../img/shops/shop_1.png') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 11%;
    top: 50px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 1.5s;
}
.shop_2{
    height: 108px;
    width: 108px;
    position: absolute;
    background: url('../img/shops/shop_2.png') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 15%;
    top: 190px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 1s;
}
.shop_3{
    height: 109px;
    width: 109px;
    position: absolute;
    background: url('../img/shops/shop_3.png') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 72%;
    top: 102px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 0;
}
.shop_4{
    height: 75px;
    width: 75px;
    position: absolute;
    background: url('../img/shops/shop_4.png') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 85%;
    bottom: 104px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 2.7s
}
.shop_5{
    height: 70px;
    width: 70px;
    position: absolute;
    background: url('../img/shops/shop_5.png') no-repeat;
    background-position: 50%;
    background-size: 100%;
    left: 10%;
    bottom: 140px;
    animation: slide-bottom 2s ease-in-out infinite alternate both;
    animation-delay: 1.5s;
}
.card__details-content {
  flex: 1;
}
.card__details-title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 30px;
}
.card__details-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15.5px;
    background: rgb(238, 239, 242);
    padding: 6px 15px;
    color: rgb(101, 109, 129);
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
}
.card__details-list {
    margin-top: 30px!important;
    list-style-type: disc!important;
    padding-left: 20px!important;
    margin-bottom: 30px!important;
}
.card__details-list li {
  position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: rgb(101, 109, 129);
    font-size: 16px;
    line-height: 170%;
}
.card__details-list li:after {
    background: rgba(0, 0, 0, .1);
    bottom: 3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.card__details-list li span {
  position: relative;
  padding: 0 5px;
  background: #fff;
  z-index: 2;
}
.card__details-list li::before {
    position: absolute;
    left: -16px;
    content: "•";
    color: rgb(101, 109, 129);
    z-index: 999;
}
.card__details-forbidden {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(101, 109, 129);
}
.forbiddens {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.forbidden {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 5px;
  padding-right: 10px;
  border-radius: 20px;
  background: rgb(238, 239, 242);
  color: rgb(101, 109, 129);
  line-height: 0.5;
  font-size: 12px;
}
.forbidden i {
  font-size: 20px;
  color: red;
  line-height: 1;
}

.unique {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.unique__label {
  width: calc(100% - 795px);
  margin-right: 40px;
}
.unique__label-logo {}
.unique__label-logo img {
  height: 45px;
}
.unique__label-title {
  margin-top: 60px;
  font-size: 48px;
  line-height: 100%;
  font-weight: 900;
}
.unique__label-desc {
    margin-top: 40px;
    max-width: 263px;
    width: 100%;
    color: rgb(128, 136, 156);
    font-size: 16px;
    line-height: 150%;
}
.unique__label-action {
  justify-content: flex-start;
  margin-top: 45px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.unique__label-action a {
  max-width: 180px;
}
.unique__content {
  max-width: 795px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
  align-items: flex-start;
}
.unique__item {
  width: calc(50% - 10px);
  border-radius: 20px;
  background: rgb(246, 246, 246);
  min-height: 440px;
  padding: 50px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.unique__item:nth-child(2) {
  margin-top: 80px;
}
.unique__item:nth-child(3) {
  margin-top: -80px;
}
.unique__item-img {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 200px;
    line-height: 1;
    opacity: .1;
    transform: rotate(10deg);
}
.unique__item-count {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(25, 27, 32);
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
  position: relative;
  z-index: 10;
}
.unique__item-top {}
.unique__item-top h3 {
  color: rgb(25, 27, 32);
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.44px;
  position: relative;
  z-index: 10;
}
.unique__item-top p {
  margin-top: 20px;
  color: rgb(101, 109, 129);
  font-size: 18px;
  line-height: 120%;
  max-width: 200px;
  width: 100%;
  position: relative;
  z-index: 10;
}
/* card end  */

/* popup start */
.popup {
  display: none;
}
.popup__content {
  position: fixed;
  left: 30px;
  bottom: 30px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  width: fit-content;
  height: 60px;
  background: rgba(0, 0, 0, .9);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,.28), 0px 45px 64px -12px rgba(0,0,0,.28);
}
.popup__image {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.popup__image img {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  width: 100%;
}
.popup__icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(33, 186, 114, .25);
  border-radius: 10px;
  font-size: 18px;
  color: rgba(33, 186, 114, 1);
}

.popup__text {
  flex: 1;
  color: #fff;
}
.popup__text-user {
  font-size: 12px;
  opacity: .7;
}
.popup__text-service {
  font-size: 14px;
  font-weight: 600;
}
/* popup end */

/* ceo start */
.ceo__row {
  width: 100%;
  border: none;
  border-radius: 20px;
  height: 600px;
  position: relative;
}
.ceo__inner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  background: url(../img/ceo.png) no-repeat 50%;
  background-size: contain;
}
.ceo__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
/* ceo end */

/* input start */
select,
textarea,
input[type="text"],
input[type="number"],
input[type="password"] {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 12px 12px 16px;
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 48px;
    background: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.04);
    transition: all .3s ease-in-out;
    cursor: text;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    user-select: none;
    z-index: 9;
}
select,
textarea:active, textarea:focus, textarea:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="text"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="number"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="password"]:hover  {
    border-color: rgba(0,0,0,.06);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-image: linear-gradient(#21ba72, #21ba72);
  background-size: 1% 100%;
  background-repeat: no-repeat;
  z-index: 9;
}

[dir="rtl"] input[type="range"] {
  background: #21ba72;
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #21ba72;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #21ba72;
  cursor: ew-resize;
  @box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #21ba72;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #21ba72;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #21ba72;
}

input[type="range"]::-ms-thumb:hover {
  background: #21ba72;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.radio_btn {
	display: block;
	flex: 1;
}
.radio_btn input[type=radio] {
	display: none;
}
.radio_btn label {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	height: 48px;
	background: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.04);
    flex: 1;
    font-size: 14px;
	border-radius: 10px;
	user-select: none;
	margin: 0;
}
.radio_btn input[type=radio]:checked + label {
	background: rgba(33, 186, 114, .1);
    color: rgba(33, 186, 114, 1);
}
.radio_btn label:hover {
	color: #666;
}
.radio_btn input[type=radio]:disabled + label {
    position: relative;
	background: #efefef;
	color: #666;
    filter: blur(2px);
}

.checkbox-wrapper {
  margin: 12px 0;
}
.checkbox-wrapper .control {
  display: flex;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  line-height: 22px;
}
.checkbox-wrapper .control a {
  display: inline;
  padding: 0 3px;
  color: #21ba72;
  text-decoration: none;
}
.checkbox-wrapper .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-wrapper .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}
.checkbox-wrapper .control:hover input ~ .control__indicator,
.checkbox-wrapper .control input:focus ~ .control__indicator {
  background: #ccc;
}
.checkbox-wrapper .control input:checked ~ .control__indicator {
  background: #21ba72;
}
.checkbox-wrapper .control:hover input:not([disabled]):checked ~ .control__indicator,
.checkbox-wrapper .control input:checked:focus ~ .control__indicator {
  background: #21ba72;
}
.checkbox-wrapper .control input:disabled ~ .control__indicator {
  background: #21ba72;
  opacity: 0.6;
  pointer-events: none;
}
.checkbox-wrapper .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox-wrapper .control input:checked ~ .control__indicator:after {
  display: block;
}
.checkbox-wrapper .control--checkbox .control__indicator:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* input end  */


/* list start */

ul.list {
    display: block;
    width: 100%;
    max-width: 500px;
    list-style-type: none;
}
ul.list.line {
    display: flex!important;
    gap: 44px;
}
ul.list li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    color: #555;
    padding: 6px 0;
    padding-left: 35px;
}
ul.list.line li {
    flex: 1;
    text-wrap: nowrap;
}
ul.list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 23px;
    height: 23px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEyLjUiIHI9IjEwLjUiIGZpbGw9IiNERUY4RUYiLz48cGF0aCBkPSJNMjAuMTY3IDUuNzVMOS42MjUgMTYuMjkyIDQuODMzIDExLjUiIHN0cm9rZT0iIzE5OEI2MSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
ul.list li b {
    display: block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
}
ul.list li span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #898c91 !important;
}
/* list end */



/* buttons start */
.btn {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    border: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    user-select: none;
    outline: none;
    transition: background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,opacity .3s ease-in-out;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.l {
	height: 56px;
    padding: 0 32px;
    border-radius: 28px;
}
.btn.transparent {
	color: #21ba72;
    background-color: transparent;
    border: 2px solid #21ba72;
}
.btn.green {
	color: #fff;
    background-color: #21ba72;
    border: 2px solid #21ba72;
}
/*buttons end */



/* footer start */

footer {
    background: #171a1e;
}
.footer {
    display: grid;
    justify-items: stretch;
    grid-template-columns: 380px auto 170.5px;
    padding: 50px 0;

}
.footer-logo {
    width: 380px;
}
.footer-logo img {
    height: 40px;
    margin-bottom: 30px;
}
.footer-desc {
    color: #fff;
    line-height: 1.8;
    font-size: 13px;
    padding-right: 90px;
    margin-bottom: 30px;
}
.footer-app {
    display: flex;
    gap: 0 14px;
}
.footer-logo-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: 130px;
    height: 38px;
    color: #fff;
    font-size: 11px;
    background: #333;
    margin-bottom: 12px;
    padding: 0 20px;
    border-radius: 8px;
    text-decoration: none;
}
.footer-logo-btn i {
    font-size: 18px;
}
.footer-menu {
    display: flex;
    gap: 24px;
    flex: 1;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    flex: 1;
}
.footer-menu ul li {
    margin-block: 12px;
}
.footer-menu ul li.title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;

}
.footer-menu ul li a {
    position: relative;
    cursor: pointer;
    outline: 0px;
    text-decoration: none;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    color: rgb(128, 129, 133);
}
.footer-info {
    width: 170px;
    display: flex;
    flex-flow: column wrap;
    gap: 24px;
}
.footer-info-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-info-contact b {
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}
.footer-info-contact span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: rgb(128, 129, 133);
}
.footer-info-socials {
    display: flex;
    gap: 16px;
}
.footer-info-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #333;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
.footer-bottom {
    padding: 30px 0px;
    background: rgba(0, 0, 0, .1);
}
.footer-bottom p {
    font-size: 12px;
    line-height: 18px;
    color: rgb(128, 129, 133);
}
.footer-bottom span {
    display: block;
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    color: rgb(0, 128, 156);
}

/* Footer end  */

/* Alert start */

.alert {
    position: fixed;
    top: 50px;
    right: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    min-height: 70px;
    min-width: 330px;
    padding-left: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 0px 4px rgba(0,0,0,.08), 0px 45px 64px -12px rgba(0,0,0,.08);
    border-radius: 16px;
    z-index: 99999999999999999999999999999999999999999999999999999999999999;
}
.alert:before {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(255,255,255, .5);
  bottom:0px;
  left:20px;
  border-radius: 10px;
}
.alert:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: rgba(255,255,255, 5);
  transition: width 4s ease;
  animation: fill 4s linear 1;
  bottom:0px;
  left:20px;
}
@keyframes fill {
    0% {
        width: 0%;
    }

    100% {
        width: calc(100% - 40px);
    }
}
.alert .message {
    flex: 1;
    font-weight: 600;
    color: #fff;
}
.alert .close {
    cursor: pointer;
    margin-right: 12px;
}
.alert .close i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 1;
    background: rgba(0,0,0,.05);
    color: #fff;
    border-radius: 28px;
}
.alert .close:hover i {
    background: rgba(0,0,0,.1);
}
.success {
    background: #00b894;
}
.wrong {
    background: #fdcb6e;
}

/* Alert End */

@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(33, 186, 114, 3);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}

.cf-turnstile iframe {
    width: 100%!important;
    margin-bottom: 8px!important;
}
