*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html{
	font-size: 1rem;
}
body {
    margin: 0;
    line-height: inherit;
	font-family: 'Roboto', sans-serif !important;
}
a {
    color: inherit;
    text-decoration: inherit;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
a:hover { 
	text-decoration: inherit; 
	color: inherit;
}
h2 {
	margin: 0;
	font-size: 24px;
}
h1, h2 {
  color: #14193C;
}

/* headers */
#headers {
	background-color: #48D1CC;
	flex-direction: column;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: space-evenly;
	padding: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
#headers div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#headers div:first-child {
	text-align: left;
	padding: 0.25rem;
}
#headers a, .extensions-block a {
    display: inline-flex;
    min-height: 3rem;
    cursor: pointer;
    align-items: center;
    border-radius: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    gap: 0.5rem;
    font-weight: 600;
    border-width: 1px;
    border-color: black;
	background-color: #AFEEEE;
	min-width: 150px;
}
.extensions-block a {
	background-color: #48D1CC;
}
#headers a:hover, .extensions-block a:hover {
	background-color: white;
}
#headers img {
	height: 1.75rem;
}

/* navbar */
#navbar div:first-child {
    display: flex;
    align-items: center;
    padding: var(--navbar-padding, 0.5rem);
    min-height: 4rem;
	max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.navbar-start {
    width: 50%;
    justify-content: flex-start;
}
.navbar-start a{
	min-width: 10px;
}
.navbar-center{
	flex-shrink: 0;
	display: none;
}
.navbar-end {
    width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 0.25rem;
}
.navbar-end a{
    height: 36px;
}
.login{
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    border-radius: 0.2rem;
    font-weight: 600;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    background-color: #48D1CC;
	border-width: 1px;
    border-color: rgb(17 94 89);
}
.lang{
	font-weight: 600;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	display: inline-flex;
	cursor: pointer;
	align-items: center;
}
.navbar-end .lang{
	display: none;
}
.telegram{
	flex-direction: row;
	gap: 0.25rem;
}
.telegram a{
    width: 2rem;
    height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    display: flex;

}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    position: absolute;
}
.dropdown > *:not(summary):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.dropdown:is(:not(details)) .dropdown-content {
    opacity: 0;
}
.dropdown:focus-within .dropdown-content {
    visibility: visible;
    opacity: 1;
}
.dropdown:is(details) summary::-webkit-details-marker {
    display: none;
}
.navbar-start label{
    display: inline-flex;
    height: 3rem;
    min-height: 3rem;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded-btn, 0.5rem);
    border-color: transparent;
    border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1em;
    gap: 0.5rem;
    font-weight: 600;
    text-decoration-line: none;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-width: var(--border-btn, 1px);
    transition-property: color, background-color, border-color, opacity, box-shadow, transform;
    --tw-text-opacity: 1;
    color: var(--fallback-bc, oklch(var(--bc) / var(--tw-text-opacity)));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: var(--fallback-bc, oklch(var(--bc) / 1));
    background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
	
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    color: currentColor;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor;
}
.navbar-start ul{
    --b1: 100% 0 0;
    border-radius: .3rem;
    --tw-bg-opacity: 1;
    background-color: white;
    padding: .5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-shadow-color: #14b8a6;
    --tw-shadow: var(--tw-shadow-colored);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    transition-duration: .2s;
}
.navbar-center ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem;
    display: inline-flex;
    flex-direction: row;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
	font-weight: 600;
}
li{
	padding: 1rem 1.5rem;
	border-radius: var(--rounded-btn, 0.5rem);
	
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}
li:hover{
	background-color: #AFEEEE;
}
.login:hover{
	background-color: white;
}

/* preview */
#preview {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section {
  max-width: 600px;
  width: 600px;
}
.grid {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.grid picture {
  flex-shrink: 0;
}
#preview h1 {
  text-align: left;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 28px;
}
#preview h2 {
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 32px;
  color: #48D1CC;
  margin-bottom: 52px;
}
#preview img {
  flex-shrink: 0;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* captchas */
#captchas{
	font-family: ui-sans-serif,system-ui,sans-serif,apple color emoji,segoe ui emoji,Segoe UI Symbol,noto color emoji;
    line-height: 1.625;	
	padding-bottom: 100px;
}
#captchas div{
	gap: .25rem;
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
}
#pays div{
	gap: 1rem;
}
#captchas span{
    margin-bottom: .25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .25rem;
    padding: .25rem;
    padding-left: .5rem;
    padding-right: .25rem;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
}

#captchas img{
    height: 1.25rem;
}
#captchas p{
	font-weight: 600;
	margin: .25rem;
}


/* extensions, software */
#extensions, #software, #clicktoken, .bot  {
  padding-bottom: 120px;
}
.extension {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
    width: 100%;
}
#software .extension, .bot .extension {
    justify-content: space-evenly;
}
.extension h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
}
.extension h2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px;
}
.extensions-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.features-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
    text-align: left;
}
.features-list li {
    margin-bottom: 10px;
    padding-left: 0;
}


/* pricing */
#pricing {
    background: #F4F6FA;
    padding-bottom: 120px;
}
#pricing .plans-row {
    display: block;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#pricing .header-text {
    font-family: Roboto, arial, sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 59px;
    text-align: center;
    color: #1e283c;
}
.price-description-block {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #283246;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
#pricing img {
    flex-shrink: 0;
}
#pricing .plan-panel {
    margin-top: 50px;
    border-radius: 8px;
    background: #ffffff;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#pricing .plan-table-container {
    padding: 0;
}
#pricing .plan-table {
    width: 100%;
}
#pricing .plan-table .tb-head-wrap {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px 8px 0 0;
    background: #48D1CC;
    overflow: hidden;
}
#pricing .plan-table .tb-row {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
#pricing .plan-table .tb-cell:first-child, #pricing .plan-table .tb-cell:nth-child(2), #pricing .plan-table .tb-head:first-child, #pricing .plan-table .tb-head:nth-child(2) {
    flex: 2;
}
#pricing .plan-table .tb-head {
    min-height: 54px;
    padding: 20px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #14193C;
    width: 100%;
    flex: 1;
}
.table-cell-column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
}
.price-header-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #14193C;
    white-space: nowrap;
}
.price-header-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #14193C;
    white-space: nowrap;
}
.d-table-cell {
    display: table-cell !important;
}
#pricing .plan-table .tb-cell:not(:first-child), #pricing .plan-table .tb-head:not(:first-child) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-w-cell {
    gap: 10px;
}
.pl-0, .px-0 {
    padding-left: 0 !important;
}
.currencySelector_wrapper {
    position: relative;
    margin-left: 5px;
    display: inline-flex;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #CDCDFF;
    border-radius: 100px;
    cursor: pointer;
}
#pricing .plan-table .tb-cell:not(:first-child), #pricing .plan-table .tb-head:not(:first-child) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-right {
    text-align: right !important;
}
.d-none {
    display: none !important;
}
#pricing .plan-table .tb-body {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: auto;
}
#pricing .plan-table {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}
#pricing .plan-table .tb-body .tb-row {
    height: 70px;
    border-bottom: 1px solid #E6E8EB;
}
#pricing .plan-table .tb-row {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
#pricing .plan-table .tb-cell {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
#pricing .plan-table .tb-cell {
    padding: 12px;
    width: 100%;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
#pricing .captcha-logo {
    width: 30px;
    height: 30px;
}
#pricing img {
    flex-shrink: 0;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
#pricing .captcha-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #14193C;
    white-space: nowrap;
}
#pricing .captcha-name .captcha-name--version {
    font-size: 14px;
}
.captcha-price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
}
.price-right {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 0;
}
.price-right span {
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

/* bonus */
#bonus, #referrals {
    padding-bottom: 100px;
}
.title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #14193C;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item {
    border-right: 1px solid #D9D9F2;
    padding: 24px;
}
.percent {
    color: #14193C;
    font-size: 72px;
}
.description {
    font-size: 20px;
    color: #14193C;
}


/* pays */
#pays {
	background-color: #48D1CC;
	flex-direction: column;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
}
#pays div {
  display: flex;
  flex-direction: column;
}
#pays a {
    display: inline-flex;
    min-height: 3rem;
    cursor: pointer;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    gap: 1rem;
    font-weight: 600;
	background-color: white;
	min-width: 150px;
}
#pays img {
	height: 1.75rem;

}

/* footer */
.main-footer-block {
    padding-bottom: 58px;
    padding-top: 74px;
    display: flex;
    justify-content: space-evenly;
}
.footer-blocks-wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.footer-block-item {
    min-width: 192px;
}
.footer-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    color: #969BA5;
    font-weight: 600;
    margin-bottom: 24px;
}
.footer-block-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer-copyright-links a, .footer-block-links a, .header-lang-list a {
    color: #14193C;
    text-decoration: none;
	justify-content: start;
}
.footer-subscribe-links {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-divider {
    width: 100%;
    height: 1px;
    background: #E4E4E8;
}
.footer-copyright {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    color: #14193C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* bots */
#bots {
	flex-direction: column;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: space-evenly;
	padding: 0.25rem;
	padding-top: 100px;
	padding-bottom: 50px;
}
#bots div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#bots div:first-child {
	text-align: left;
	padding: 0.25rem;
}
#bots a {
    display: inline-flex;
    min-height: 3rem;
    cursor: pointer;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
	font-weight: 600;
    gap: 0.5rem;
	min-width: 150px;
    padding: 1rem 1.5rem;
	border-radius: 0.3rem;
}
#bots a:hover{
	background-color: #AFEEEE;
}

/* info */
#info p{
	font: 300 20px tahoma; 
	text-align: center;
}

.load h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
}


/* unitwrapper */
#unitwrapper {
	flex-direction: column;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: space-evenly;
	padding: 0.25rem;
	padding-bottom: 50px;
}
#unitwrapper div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#unitwrapper div:first-child {
	text-align: left;
	padding: 0.25rem;
}
#unitwrapper a {
    display: inline-flex;
    min-height: 3rem;
    cursor: pointer;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
	font-weight: 600;
    gap: 0.5rem;
	min-width: 150px;
    padding: 1rem 1.5rem;
	border-radius: 0.3rem;
}
#unitwrapper a:hover{
	background-color: #FFE4B5;
}

.active li{
	display: inherit;
	padding: 0.7rem;
}
.active li:hover{
	background-color: transparent;
}

.active img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left:auto;
	margin-right:auto;
    transition: transform 0.3s ease-in-out;
}

.active img:hover {
	transform: scale(1.2);
}

#links .row{
	margin-right: 0px;
	margin-left: 0px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1024px) {
	#unitwrapper div, #headers div:not(:first-child), #software div:not(:first-child), #bots div:not(:first-child), #pays div, .bot div:not(:first-child) {
		flex-direction: row;
	}
    .navbar-start label {
        display: none;
    }
    .navbar-center {
        display: flex;
    }
	.navbar-end {
		justify-content: space-evenly;
	}
	.navbar-end .lang{
		display: inline-flex;
	}
}
@media (min-width: 768px) {
    #headers, #software, #pays, #captchas span, #bots, #unitwrapper, .bot {
        flex-direction: row;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
}
@media (min-width: 640px){
	#headers div:first-child, #software div:first-child, #bots div:first-child, .bot div:first-child {
		text-align: left;
	}
}
@media (max-width: 768px) {
    #pricing .plan-table .tb-body {
        padding: 0;
    }
    #pricing .plan-table .tb-body .tb-row {
        gap: 10px;
        min-height: 70px;
        height: auto;
        padding: 8px 0;
    }
    #pricing .plan-table .tb-cell:first-child, #pricing .plan-table .tb-head:first-child {
        flex: 2 !important;
    }
    #pricing .plan-table .tb-cell:not(:first-child), #pricing .plan-table .tb-head:not(:first-child) {
        text-align: right;
    }
    #pricing .plan-table .tb-cell, #pricing .plan-table .tb-head {
        flex: 1 !important;
        flex-wrap: wrap;
    }
    #pricing .plan-table .tb-head {
        min-height: auto;
        padding: 12px 8px;
    }
    .table-cell-column {
        align-items: flex-end;
        text-align: right;
    }
    .price-header-title, .price-header-subtitle {
        white-space: normal;
        word-break: break-word;
        text-align: right;
    }
    .price-header-subtitle {
        font-size: 11px;
        line-height: 13px;
    }
    .price-right span {
        white-space: normal;
        word-break: keep-all;
    }
    #pricing .captcha-name {
        white-space: normal;
        word-break: break-word;
    }
    .extensions-block {
        width: 100%;
        justify-content: center;
		flex-direction: unset;
    }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
	#heading-text-container {
		margin-right: 30px;
	}
}
@media screen and (max-width: 1350px) {
  .img, iframe {
    max-width: 500px;
  }
  #preview h1 {
    font-size: 54px;
    line-height: 64px;
  }
}
@media screen and (max-width: 1250px) {
	.grid {
		gap: 30px;
	}
	#preview h1 {
		font-size: 45px;
		line-height: 54px;
	}
}
@media screen and (max-width: 1000px) {
	.grid {
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	#heading-btn-row a {
		width: 100%;
		text-align: center;
	}
	#preview {
		padding-top: 50px;
		padding-bottom: 50px;
	}
    .extension:last-child {
        flex-wrap: wrap-reverse;
    }
    .item {
        width: 100%;
        border: none;
    }
    .wrapper {
        flex-wrap: wrap;
    }
    .main-footer-block {
        flex-wrap: wrap;
        gap: 24px;
    }
	.telegram a{
		padding-left: 0.1rem;

	}
	.navbar-start img {
		max-width: 150px;
	}
	.title, h1{
		font-size: 24px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.title{
		font-size: 36px;
	}
	h2{
		font-size: 18px;
	}
	.percent {
		font-size: 48px;
	}
	.container {
		width: 90%;
	}
	.img, iframe {
		max-width: 330px;
	}
	#pays a {
		min-height: 2rem;
	}
 }
@media screen and (max-width: 991px) {
	.grid {
		gap: 70px;
	}
}
@media screen and (max-width: 768px) {
	h1, h2 {
		font-size: 24px;
		line-height: 48px;
	}
    .section {
        max-width: 100%;
        width: auto;
    }
    #extensions, #software, #clicktoken, .bot {
        padding-top: 80px;
        padding-bottom: 80px;
		text-align: center;
    }
	.extensions-block {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.extension h1 {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 18px;
	}
	.extension h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 18px;
	}
	.extension {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.extension > div {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin: 0 auto;
	}
	.extension img {
		max-width: 100%;
		height: auto;
		margin-top: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.extension .features-list {
		text-align: left;
		width: 100%;
		max-width: 100%;
		padding-left: 20px;
		margin: 0 auto;
		list-style: none;
	}
	.extension .features-list li {
		text-align: left;
		width: 100%;
	}
	.extension h1, .extension h2 {
		text-align: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#clicktoken .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#clicktoken .extension {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.main-footer-block {
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 32px;
		gap: 22px;
	}
	.footer-blocks-wrap {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
	}
	.footer-block-item {
		min-width: 0;
		width: 100%;
	}
	.footer-block-links {
		align-items: center;
		gap: 10px;
	}
	.footer-block-links a,
	.footer-copyright-links a {
		justify-content: center;
		text-align: center;
	}
	.footer-copyright {
		flex-direction: column;
		gap: 10px;
		text-align: center;
		padding-top: 16px;
		padding-bottom: 20px;
	}
	.footer-copyright-links {
		justify-content: center;
		flex-wrap: wrap;
		gap: 14px;
	}
}
@media screen and (max-width: 550px) {
	h1 {
		font-size: 24px;
		line-height: 42px;
	}
	#pricing .plan-table .tb-head-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	#pricing .plan-table .tb-body {
		padding-left: 10px;
		padding-right: 10px;
	}
	#pricing .plan-table .tb-cell {
		padding: 8px 4px;
	}
	#pricing .plan-table .tb-head {
		padding: 10px 6px;
		font-size: 12px;
	}
	.price-header-title {
		font-size: 12px;
		line-height: 14px;
	}
	.price-header-subtitle {
		font-size: 10px;
		line-height: 12px;
	}
	#pricing .captcha-name {
		font-size: 14px;
		line-height: 16px;
	}
	.price-right span {
		font-size: 14px;
	}
}

.custom-tooltip {
	position: relative;
	display: inline-block;
}

.custom-tooltip .tooltip-text {
	visibility: hidden;
	width: 250px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Расположение подсказки */
	left: 50%;
	margin-left: -60px; /* Центрирование подсказки */
	opacity: 0;
	transition: opacity 0.3s;
}

.custom-tooltip:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}



