@charset "utf-8";
@import url("/css/slick.css");
@import url("/css/slick-theme.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong, b{ 
	font-family: Roboto, sans-serif;
	font-weight: 700
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {height: 100%}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#f8fafc;
	color:#1e293b;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size:16px;
	line-height:1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p{padding:6px 0}
a{text-decoration: none;color: #0039F6}
.clear {
  clear: both;
  display: block
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}
.clearfix:after {clear: both}
/* ----style-form---*/
::-webkit-input-placeholder { color:#979797}
:-moz-placeholder { color:#979797}
.placeholder { color:#979797}
*:focus::-moz-placeholder { color: transparent !important} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important} 
*:focus:-moz-placeholder { color: transparent !important} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important}
*:focus::-webkit-input-placeholder { color: transparent !important} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important}
input, textarea, a {outline:none}
:focus {outline:none}

h1,.h1 {
	font-size: 40px;
	margin-bottom: 14px
}

h2,.h2{
	font-size: 25px;
	margin-bottom: 14px
}

h3,.h3 {
	font-size: 21px;
	margin-bottom: 14px
}

h1,.h1,h2,.h2,h3,.h3 {
	line-height: 1.2em;
	font-weight: 700;
	color: #FFF
}

h5,.h5 {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 14px;
	font-weight: 500
}
h6,.h6 {
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 14px
}

.page {
	min-height:100%;
	width:100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	max-width: 485px;
	margin: 0 auto
}
body.blackout {background: rgba(0,0,0,.5);overflow: hidden}
.page-index,.page-progress {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 25%, #1e40af 50%, #1e3a8a 75%, #1e293b 100%);
	position: relative;
	overflow: hidden;
}

.page-progress {padding-bottom: 60px}
.logo {
	text-align: center	
}
.page-index .logo {margin-bottom: 50px}
.logo span {
	font-size: 36px;
	line-height: 33px;
	color: #OOO;
	display: block;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	margin-top: -10px
}
.scale-group {
	width: 251px;
	height: 19px;
	margin: 0 auto 30px;
	background: rgba(255,255,255,.5);
	border-radius: 24px
}
.scale-group i {
	height: 19px;
	background: #fff;
	border-radius: 24px;
	display: block;
	position: relative
}

.header {
	width:100%;
	position:relative;
	z-index:5;
	padding: 20px 24px;
	margin-bottom: 10px
}
.header-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 6;
}

.header-logo .logo-text {
	color: white;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.feather-icon {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: block;
	width: 24px;
	color: #000;
	text-align: center;
	transition: all 0.2s
}

.name-header {
	text-align: center;
	position: relative;
	font-weight: 500;
	position: relative;
	margin: 0 -24px;
	padding: 0 24px
}
.name-header:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #E0E0E0;
	position: absolute;
	left: 0;
	bottom: -14px
}
.name-header p {padding: 0}
.back {
	position: absolute;
	left: 24px;
	top: 3px;
	color: #000
}

.group-menu {
	width: 259px;
	height: 100%;
	position: fixed;
	left: -259px;
	top: 0px;
	background: #fff;
	transition: all 0.2s
}
.group-menu.active {left: 0}
.group-menu > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto
}

.group-menu .logo span {
	font-size: 26px;
	line-height: 24px;
	padding: 16px 0
}
.group-menu ul {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0 24px
}
.group-menu ul li {
	padding: 12px 0
}
.group-menu ul a {
	text-decoration: none;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.group-menu ul .icon {
	-webkit-flex-basis: 24px;
	flex-basis: 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	line-height: 0
}

.group-search {
	padding: 0 24px;
	position: relative;
	transition: all 0.2s
}
.group-search.active {padding-right: 74px}
.search {
	height: 44px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	position: relative;
	padding: 0 40px 0 14px;
	line-height: 40px;
	margin-bottom: 24px
}
.input {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	font-size: 16px;
	font-family: Roboto, sans-serif
} 
.search button {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 14px;
	border: 0;
	background: none;
	z-index: 4
}
.off-text {
	display: inline-block;
	vertical-align: middle;
	width: 44px;
	height: 44px;
	line-height: 52px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	position: absolute;
	top: 0;
	right: -44px;
	transition: all 0.2s
}
.group-search.active .off-text {right: 24px}

.group-nav {
	padding-left: 24px;
	padding-bottom: 26px;
	margin-bottom: 16px;
	border-bottom: 1px solid #E8E8E8
}
.nav-slider a {
	display: block;
	border: 1px solid #BDBDBD;
	border-radius: 6px;
	height: 44px;
	line-height: 44px;
	color: #333;
	padding: 0 16px
}
.nav-slider .slick-slide {margin: 0 4px}
.nav-slider .slick-active a {
	border-color: #007AFF;
	color: #007AFF
}

.icon {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.middle {
	width: 100%;
	position: relative;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	z-index:4
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}

.content {padding: 10px 24px 20px}
.info-search-vpn {
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 26px
}
.info-search-vpn p {padding: 0}
.image-start {
	position: relative;
	margin: 0 -24px 20px;
	height: 480px;
}
.image-start i {
	display: block;
	margin: -50px auto 0;
	height: 475px;
}
.image-start i:before {
	content: '';
	width: 480px;
	height: 475px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -240px;
	background: url(../images/bg/Mask-Group.png) no-repeat;
	background-size: cover
}

/* .group-country styles are defined below */
.group-country ul {
	max-height: 300px;
	overflow: auto;
	margin-bottom: 20px
}
.group-country ul li {
	margin-bottom: 12px
}
.group-country ul li a {
	text-decoration: none;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	letter-spacing: -0.02em;
	padding: 19px 26px 19px 24px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	position: relative
}
.group-country ul li a.active {border-color: #007AFF}
.group-country ul li a:after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/bg/check2.svg) no-repeat;
	background-size: cover;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	display: none
}
.group-country ul li a.active:after {display: block}
.group-country ul li figure {
	line-height: 0;
	flex-basis: 32px;
	height: 22px;
	width: 32px;
	margin-right: 10px
}
.group-country ul li figure img {
	width: 32px;
	height: 22px
}

.logo-progres {
	text-align: center
}
.logo-progres span {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
	display: block;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	padding: 20px 0
}
.bot-link {
	text-align: center;
	position: absolute;
	left: 0;bottom: 40px;
	width: 100%;
}
.bot-link a {
	color: #fff;
	text-decoration: none
}

.prizewinner-group {margin-bottom: 40px}
.prizewinner-group-item {
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	position: relative;
	min-height: 142px;
	margin: 0 0 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch
}
.prizewinner-group-item:after {
	content: '';
	display: table;
	clear: both
}
.prizewinner-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-basis: 43%;
	flex-basis: 43%;
	border-right: 1px solid #E0E0E0;
	letter-spacing: -0.02em;
	font-weight: 700;
	padding: 4px 6px;
	min-width: 80px
}
.prizewinner-left figure {
	width: 80px;
	height: 81px;
	line-height: 0;
	margin-bottom: 7px
}
.prizewinner-left figure img {
	width: 100%;
	max-width: 80px;
	max-height: 81px
}
.prizewinner-left span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px
}
.prizewinner-right {
	-webkit-flex-basis: 57%;
	flex-basis: 57%
}
.ping-group {
	min-height: 102px;
	border-bottom: 1px solid #E0E0E0;
	padding: 14px 16px
}
.ping-ms {
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2em;
	color: #BDBDBD;
	letter-spacing: -0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 18px;
	max-width: 140px
}
.country {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
	color: #333333;
}
.country figure {
	line-height: 0;
	flex-basis: 32px;
	height: 22px;
	width: 32px;
	margin-right: 10px
}
.country figure img {
	height: 22px;
	width: 32px
}
.country span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100px
}
.bot-prizewinner-right {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2em;
	padding: 12px 16px 10px
}
.bot-prizewinner-right:before {
	content: '';
	height: 105%;
	width: 1px;
	background: #E0E0E0;
	position: absolute;
	top: 0;
	left: 50%
}
.bot-prizewinner-right a {
	color: #000;
	text-decoration: none
}
.bot-prizewinner-right .dovnload-link {
	-webkit-flex-basis: 55%;
	flex-basis: 55%;
}
.dovnload-link {
	position: relative;
	padding-left: 18px
}
.dovnload-link:before {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	background: url(../images/bg/download.svg) no-repeat;
	background-size: cover;
	display: inline-block
}
.bot-prizewinner-right .review-link {
	-webkit-flex-basis: 45%;
	-webkit-flex-basis: 45%
}
.review-link {
	position: relative;
	padding-left: 18px
}
.review-link:before {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;top: 1px;
	background: url(../images/bg/arrow-right.svg) no-repeat;
	background-size: cover;
	display: inline-block
}
.place {
	background: #BDBDBD;
	border-radius: 8px 0;
	position: absolute;
	width: 50px;
	height: 32px;
	left: -1px;
	top: -1px;
	display: block;
	text-align: center;
	line-height: 32px;
	color: #fff;
	letter-spacing: -0.02em;
	font-weight: 700;
}
.place:before {
	content: '';
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	margin-right: 2px;
	background: url(../images/bg/Hashtag.svg) no-repeat;
	background-size: cover;
	display: inline-block
}
.prize, .prize .prizewinner-left,
.prize .ping-group {border-color: #F2994A}
.prize .bot-prizewinner-right:before,
.prize .place {background: #F2994A}
.prize .ping-ms {color: #31BD00}

.not-setting-group {margin-bottom: 30px}
.not-setting-item {
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 16px;
	min-height: 80px;
	color: #979797;
	letter-spacing: -0.02em;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2em
}
.not-setting-item >a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.not-setting-item:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 80px;
	background: #E0E0E0
}
.not-setting-item figure {
	-webkit-flex-basis: 80px;
	flex-basis: 80px;
	width: 80px;
	min-width: 80px;
	text-align: center;
	line-height: 0;
	margin-right: 20px
}
.not-setting-item figure img {
	width: 100%;
	max-width: 60px
}
.not-setting-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}
.not-setting-item h3,.not-setting-item .h3 {
	font-weight: 500;
	margin-bottom: 4px
}
.not-setting-item p {padding: 0}

.group-prize {
	position: relative;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	min-height: 405px;
	padding: 30px 24px 20px;
	margin-bottom: 40px
}
.logo-prize {
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 12px
}
.logo-prize figure {
	width: 73px;
	line-height: 0;
	margin: 0 auto 5px
}
.logo-prize figure img {
	width: 100%;
	max-height: 100%
}

.raiting {
	font-weight: 500;
	margin-bottom: 26px
}
.star {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	color: #fda100;
	font-weight: 700
}
.star:before {content: '\2606'}
.no-star {color: #E0E0E0}
.star b {
	display: inline-block;
	vertical-align: middle
}

.info-list-prize {font-weight: 500;margin-bottom: 50px}
.info-list-prize li {
	margin-bottom: 20px;
	padding-left: 24px;
	position: relative
}
.info-list-prize li:before {
	content: '';
	width: 16px;
	height: 12px;
	background: url(../images/bg/chek.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	left: 0;top: 3px
}

.bot-prize {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 700
}
.bot-prize .btn {
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}
.bot-prize span {
	color: #31BD00;
	flex-basis: 50%;
	text-align: center
}

.info-anons {margin-bottom: 30px}

.group-prises-plan {
	margin: 0 -24px 30px;
	padding-left: 24px
}

.linethrough {
	text-decoration: line-through;
}


.item-prises-plan {
	position: relative;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	min-height: 180px;
	width: 230px;
	color: #828282;
	font-size: 14px;
	padding: 16px;
	line-height: 1.2em;
	margin-right: 16px;
	background-color: #FFF;
}
.item-prises-plan p {padding: 0}

.item-prises-plan-description {
	font-size: 12px;
	color: #bcb7b7;

}
.item-prises-plan-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 16px;
	min-height: 80px;
	color: #1d4ed8;
}
.item-prises-plan-top figure {
	-webkit-flex-basis: 62px;
	flex-basis: 62px;
	line-height: 0;
	min-width: 62px;
	margin-right: 13px
}
.item-prises-plan-top figure img {
	width: 100%;
	max-height: 100%
}
.item-prises-plan h3,.item-prises-plan .h3 {
	font-weight: 500;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 120px
}
.item-prises-plan-bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
	padding: 18px 0 0
}
.item-prises-plan-bot .btn {
	-webkit-flex-basis: 50%;
	flex-basis: 50%
}
.item-prises-plan-bot span {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	text-align: center;
	color: #007AFF;
	font-size: 17px;
}
.item-prises-plan.slick-active {
	border: 2px solid #007AFF;
	padding: 15px;
	font-size: 13px;
}
.accordeon-group {margin-bottom: 40px}
.accordeon-group dt {
	padding: 17px 40px 16px 16px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2em;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	margin-top: 24px
}
.accordeon-group dt.active {border-radius: 6px 6px 0 0}
.accordeon-group dt:after {
	content: '';
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 16px;
	background: url(../images/bg/Chevron-down.svg) no-repeat;
	background-size: cover
}
.accordeon-group dd {
	padding: 6px 16px;
	border: 1px solid #E0E0E0;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	display: none;
	line-height: 1.2em
}
.accordeon-group dd >div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 0;
	-webkit-align-items: center;
	align-items: center
}
.left-info {color: #FFF}
.accordeon-group dd >div span {color: #FFF}
.left-info {
	position: relative;
	padding: 2px 0 2px 24px
}

.group-image {
	width: 320px;
	height: 208px;
	margin: 0 auto 40px;
	background: url(../images/bg/image.svg) no-repeat;
	background-size: cover
}
.adres-link {
	font-weight: 500;
	margin: 0 -24px 40px
}
.adres-link li a:hover {background: #e1e1e1}
.adres-link li a {
	padding: 14px 34px 14px 54px;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
.adres-link li a:after {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/bg/arrow-up-right.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 20px
}
.adres-link li .icon {
	position: absolute;
	left: 24px;top: 13.5px;
	text-align: center
}

.select {
	position: relative;
	border: 2px solid #3b82f6;
	border-radius: 12px;
	margin-bottom: 24px;
	font-weight: 500;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 400px;
}

.select:hover {
	border-color: #1d4ed8;
	background: #f8fafc;
	box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25);
	transform: translateY(-2px);
}

.select:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

.select:focus-within {
	outline: none;
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.select-item {
	width: 100%;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
	justify-content: space-between;
	min-height: 60px;
}

.select-item:hover {
	background: rgba(59, 130, 246, 0.05);
}
.select-item:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f172a' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
	transition: transform 0.3s ease;
	opacity: 0.8;
}

.select-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #1e293b;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.globe-icon {
	color: #3b82f6;
	margin-right: 12px;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.select.active .select-item:after {transform: rotate(180deg)}
.select-item figure,.select ul li a figure {
	-webkit-flex-basis: 40px;
	flex-basis: 40px;
	width: 40px;
	height: 28px;
	line-height: 0;
	margin-right: 16px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s ease;
}

.select-item:hover figure {
	transform: scale(1.05);
}
.select-item figure img,.select ul li a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.select-item span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	color: #0f172a;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 1.4;
}
.select ul {
	position: absolute;
	left: -2px;
	bottom: 100%;
	width: calc(100% + 4px);
	height: 200px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	z-index: 99;
	overflow: auto;
	border-radius: 20px 20px 0 0;
	display: none;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.15);
	animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.select.active ul {display: block}
.select.active {border-radius: 0 0 20px 20px;}
.select ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #1e293b;
	padding: 16px 20px;
	transition: all 0.2s ease;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.select ul li:last-child a {
	border-bottom: none;
}

.select ul li a:hover {
	background: rgba(59, 130, 246, 0.1);
	color: #3b82f6;
}

.text-center {text-align: center}

.accordeon-group dd .icon {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	left: 0;top: 1px
}
.icon-servers:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Servers.svg) no-repeat;
}
.icon-quantity:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Countris.svg) no-repeat;
}
.icon-China:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Works-in-China.svg) no-repeat;
}
.icon-Torrents:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Torrents.svg) no-repeat;
}
.icon-Chat:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/chat.svg) no-repeat;
}
.icon-Mail:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Mail.svg) no-repeat;
}
.icon-Phone:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Phone.svg) no-repeat;
}
.icon-Support:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Support2p.svg) no-repeat;
}
.icon-Development:before {
	width: 16px;
	height: 16px;
	background: url(../images/bg/Flag.svg) no-repeat;
}
.icon-wk:before {
	width: 24px;
	height: 24px;
	background: url(../images/bg/wk.svg) no-repeat;
}
.icon-yotube:before {
	width: 24px;
	height: 24px;
	background: url(../images/bg/yotube.svg) no-repeat;
}
.icon-instagram:before {
	width: 24px;
	height: 24px;
	background: url(../images/bg/instagram.svg) no-repeat;
}

.btn {
	position: relative;
	background: linear-gradient(0deg, #007AFF, #007AFF), #31BD00;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	padding: 14px 12px;
	font-size: 16px;
	line-height: 1.433333em;
	text-align: center
}
.btn-block {display: block}
.btn-cancel {
	border: 1px solid #E0E0E0;
	background: none;
	color: #333;
	font-weight: 500;
	display: none
}
.btn-cancel.active {display: block}

.footer {
	width:100%;
	padding:20px 24px;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (max-width:360px){
	.header,.content,.group-search,.group-prize,.item-prises-plan {
		padding-left: 15px;
		padding-right: 15px
	}
	.group-nav {padding-left: 15px}
	.group-prises-plan {
		margin: 0 -15px 30px;
		padding-left: 15px
	}
	.prizewinner-left {
		font-size: 14px;
		line-height: 1.2em
	}
	.prizewinner-left figure {
		width: 70px;
		height: 71px
	}
	.prizewinner-left figure img {
		max-width: 70px;
		max-height: 71px
	}
	.ping-group {
		padding: 14px 12px
	}
	.bot-prizewinner-right {
		padding: 12px 4px 10px
	}
	.adres-link li a {padding: 14px 15px 14px 44px}
	.adres-link li .icon {left: 15px}
}
.icon:before {
	background-size: cover;
	content: '';
	display: inline-block;
	vertical-align: middle
}

/* Modern Design Styles */
.modern-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 24px;
	margin-bottom: 0;
	border-radius: 0 0 24px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.modern-back {
	color: white;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}

.modern-back:hover {
	opacity: 1;
}

.header-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	letter-spacing: -0.02em;
}

.header-subtitle {
	font-size: 14px;
	opacity: 0.8;
	text-align: center;
	margin-top: 4px;
	font-weight: 400;
}

.modern-results-container {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.modern-vpn-card {
	background: white;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.modern-vpn-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.winner-card {
	border: 2px solid #10b981;
	background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.winner-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #10b981, #059669);
}

.rank-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	background: #80a3c6;
	border-radius: 12px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	font-size: 14px;
}

.winner-badge {
	background: linear-gradient(135deg, #10b981, #059669);
	color: white;
}

.rank-number {
	font-size: 18px;
	font-weight: 700;
}

.rank-label {
	font-size: 12px;
	opacity: 0.9;
}

.vpn-info {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.vpn-logo {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	overflow: hidden;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vpn-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vpn-details {
	flex: 1;
}

.vpn-name {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 8px 0;
	color: #1e293b;
}

.performance-metrics {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.ping-metric {
	display: flex;
	align-items: center;
	gap: 6px;
}

.metric-label {
	font-size: 12px;
	color: #64748b;
	font-weight: 500;
}

.metric-value {
	font-size: 14px;
	font-weight: 600;
	padding: 2px 6px;
	border-radius: 4px;
}

.metric-value.fast {
	background: #dcfce7;
	color: #166534;
}

.metric-value.medium {
	background: #fef3c7;
	color: #92400e;
}

.location-info {
	display: flex;
	align-items: center;
	gap: 6px;
}

.country-flag {
	width: 20px;
	height: 14px;
	border-radius: 2px;
	object-fit: cover;
}

.country-name {
	font-size: 12px;
	color: #64748b;
	font-weight: 500;
}

.action-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.btn-primary {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	border: none;
	border-radius: 8px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	flex: 1;
}

.btn-primary:hover {
	background: linear-gradient(135deg, #2563eb, #1e40af);
	transform: translateY(-1px);
}

.btn-secondary {
	background: transparent;
	color: #64748b;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	flex: 1;
}

.btn-secondary:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
}

.section-divider {
	text-align: center;
	padding: 32px 24px 24px;
}

.section-title {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	margin: 0 0 8px 0;
}

.section-description {
	font-size: 16px;
	color: #FFF;
	margin: 0;
}

.not-tested-container {
	padding: 0 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.not-tested-card {
	background: white;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
	border: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	gap: 16px;
	transition: all 0.2s ease;
}

.not-tested-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.vpn-logo-small {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	overflow: hidden;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.vpn-logo-small img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
}

.vpn-info-small {
	flex: 1;
}

.vpn-name-small {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 4px 0;
	color: #1e293b;
}

.status-badge {
	font-size: 12px;
	font-weight: 500;
	padding: 4px 8px;
	border-radius: 6px;
	background: #f1f5f9;
	color: #64748b;
}

.btn-outline {
	background: transparent;
	color: #64748b;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-outline:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
}

/* Landing Page Styles */
.modern-landing {
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 25%, #1e40af 50%, #1e3a8a 75%, #1e293b 100%);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 20px 24px;
}


.modern-logo-container {
	text-align: center;
	margin-bottom: 30px;
}

.modern-logo-container .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.modern-logo-container .logo svg  {
	filter:invert(1);
}
.logo-text {
	font-size: 42px;
	font-weight: 800;
	color: #000;
	letter-spacing: -0.03em;
	line-height: 0;
}

.logo-subtitle {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.modern-progress-container {
	width: 100%;
	max-width: 400px;
	text-align: center;
}

.progress-label {
	font-size: 16px;
	color: white;
	margin-bottom: 16px;
	font-weight: 500;
}

.modern-progress {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	height: 8px;
	margin-bottom: 12px;
}

.modern-progress i {
	background: white;
	border-radius: 12px;
	height: 8px;
	transition: width 0.3s ease;
}

.progress-text {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
}

/* Search Page Styles */
.modern-search-container {
	padding: 24px;
	background: white;
	border-bottom: 1px solid #e2e8f0;
}

.modern-search {
	position: relative;
	display: flex;
	align-items: center;
	background: #f8fafc;
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	padding: 4px;
	transition: all 0.2s ease;
}

.modern-search:focus-within {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modern-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 12px 16px;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	color: #1e293b;
	outline: none;
}

.modern-input::placeholder {
	color: #94a3b8;
}

.search-btn, .clear-btn {
	background: none;
	border: none;
	padding: 8px;
	border-radius: 8px;
	color: #64748b;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-btn:hover, .clear-btn:hover {
	background: #e2e8f0;
	color: #475569;
}

.modern-nav-container {
	padding: 16px 24px;
	background: white;
	border-bottom: 1px solid #e2e8f0;
}

.modern-nav-slider {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.nav-item {
	display: block;
	padding: 8px 16px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	color: #64748b;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.nav-item:hover {
	background: #e2e8f0;
	color: #475569;
}

.nav-item.active {
	background: #3b82f6;
	color: white;
	border-color: #3b82f6;
}

.section-header {
	text-align: center;
	padding: 32px 24px 24px;
}

.modern-country-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 16px;
	padding: 0 24px 24px;
}

.country-card {
	background: white;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	overflow: hidden;
	transition: all 0.2s ease;
}

.country-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-color: #3b82f6;
}

.country-card a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 16px;
	text-decoration: none;
	color: #1e293b;
}

.country-flag-container {
	width: 48px;
	height: 32px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.location-info .country-flag-container{
	width: 20px;
	height: 20px;
	border-radius: 0px!important;
	margin-bottom: 0px;

}


.country-flag-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.country-card .country-name {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}

.btn-cancel-modern {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 24px;
	padding: 12px 24px;
	background: transparent;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	color: #64748b;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-cancel-modern:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	color: #475569;
}

/* Responsive Design */
@media (max-width: 480px) {
	.modern-results-container,
	.not-tested-container {
		padding: 16px;
	}
	
	.vpn-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.vpn-logo {
		width: 50px;
		height: 50px;
	}
	
	.action-buttons {
		flex-direction: column;
	}
	
	.header-title {
		font-size: 24px;
	}
	
	.modern-country-grid {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 12px;
		padding: 0 16px 16px;
	}
	
	.country-card a {
		padding: 16px 12px;
	}
	
	.country-flag-container {
		width: 40px;
		height: 28px;
	}
	
	.modern-search-container {
		padding: 16px;
	}
	
	.modern-nav-container {
		padding: 12px 16px;
	}
}

/* Review Page Styles */
.modern-review-card {
	background: white;
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 32px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #e2e8f0;
}

.review-header {
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.vpn-logo-large {
	width: 80px;
	height: 80px;
	margin: 0 auto 16px;
	border-radius: 16px;
	overflow: hidden;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.vpn-logo-large img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vpn-name-large {
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 16px 0;
}

.rating-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.stars {
	display: flex;
	gap: 4px;
}

.star {
	font-size: 20px;
	color: #e2e8f0;
}

.star.filled {
	color: #fbbf24;
}

.rating-score {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
}

.features-list {
	margin-bottom: 24px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #f1f5f9;
}

.feature-item:last-child {
	border-bottom: none;
}

.feature-icon {
	font-size: 20px;
	width: 24px;
	text-align: center;
}

.feature-item span:last-child {
	font-size: 16px;
	color: #475569;
	font-weight: 500;
}

.purchase-section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.btn-purchase {
	background: linear-gradient(135deg, #3b82f6, #1d4ed8);
	color: white;
	border: none;
	border-radius: 12px;
	text-align: center;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	flex: 1;
}

.btn-purchase:hover {
	background: linear-gradient(135deg, #2563eb, #1e40af);
	transform: translateY(-1px);
}

.discount-badge {
	background: linear-gradient(135deg, #10b981, #059669);
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

/* Modern Title and Subtitle Styles for 1.html */
.modern-title {
	font-size: 48px;
	font-weight: 800;
	color: white;
	text-align: center;
	margin: 0 0 16px 0;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.modern-subtitle {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin: 0 0 32px 0;
	line-height: 1.5;
	font-weight: 500;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.3px;
}

.modern-btn {
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 50%, #7c3aed 100%);
	color: white;
	border: none;
	padding: 20px 48px;
	border-radius: 16px;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
	box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
	margin: 32px auto 0 auto;
	max-width: 320px;
	position: relative;
	overflow: hidden;
}

.modern-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.modern-btn:hover::before {
	left: 100%;
}

.modern-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
	color: white;
}

.modern-btn-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
	text-decoration: none;
}

/* Button styles from step-4.html */
.btn-primary {
	background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
	color: white;
	border: none;
	padding: 7px 24px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.btn-primary:hover {
	background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-secondary {
	background: transparent;
	color: #64748b;
	border: 2px solid #e2e8f0;
	padding: 10px 22px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.btn-secondary:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	color: #475569;
	transform: translateY(-1px);
}

.action-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
}

.review-link {
	color: #64748b;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.review-link:hover {
	color: #3b82f6;
	text-decoration: underline;
}

/* Compact Modal Styles */
.modal-header {
	padding: 16px 20px 12px 20px;
}

.modal-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.section-header {
	margin-bottom: 12px;
}

.section-title {
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 4px 0;
}

.section-description {
	font-size: 13px;
	margin: 0;
	opacity: 0.8;
}

.modern-nav-container {
	margin-bottom: 16px;
}

.modern-country-grid {
	gap: 8px;
}

.country-card {
	padding: 8px;
}

.country-name {
	font-size: 13px;
}

.country-iso {
	font-size: 11px;
}

/* Advertiser Disclosure Styles */
.advertiser-disclosure {
	text-align: center;
	
}

.disclosure-text {
	font-size: 12px;
	color: #fff;
	opacity: 1;
}

.disclosure-link {
	font-size: 12px;
	color: #3b82f6;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.disclosure-link:hover {
	color: #1d4ed8;
	text-decoration: underline;
}

/* Disclosure Tooltip Styles */
.disclosure-tooltip {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	padding: 20px;
}

.tooltip-content {
	background: white;
	border-radius: 12px;
	padding: 24px;
	max-width: 400px;
	width: 100%;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	position: relative;
}

.tooltip-content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 12px 0;
}

.tooltip-content p {
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
	margin: 0 0 20px 0;
}

.tooltip-close {
	background: #3b82f6;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s ease;
	width: 100%;
}

.tooltip-close:hover {
	background: #1d4ed8;
}

.discount-badge {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background: linear-gradient(135deg, #ef4444, #dc2626);
	color: white;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(239, 68, 68, 0.3);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	z-index: 5;
}

/* Enhanced select dropdown styles - consolidated with main select styles above */

/* Select dropdown list styles are defined above in the main .select ul section */

/* Responsive styles for modern landing */
@media (max-width: 768px) {
	.modern-landing {
		padding: 16px 20px;
	}
	
	.modern-logo-container {
		margin-bottom: 24px;
	}
	
	.logo-text {
		font-size: 36px;
	}
	
	.logo-subtitle {
		font-size: 14px;
	}
	
	.modern-title {
		font-size: 36px;
		line-height: 1.2;
	}
	
	.modern-subtitle {
		font-size: 18px;
		margin-bottom: 28px;
		line-height: 1.4;
	}
	
	.modern-btn {
		padding: 18px 36px;
		font-size: 16px;
		max-width: 280px;
	}
	
	.select {
		margin-bottom: 20px;
	}
	
	.select-item {
		padding: 18px 20px;
	}
	
	.select-item span {
		font-size: 16px;
	}
	
	.select ul li a {
		padding: 14px 16px;
	}
}

/* Country Selection Modal Styles */
.country-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
}

.modal-content {
	position: relative;
	background: white;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	max-width: 600px;
	width: 100%;
	max-height: 80vh;
	overflow: hidden;
	animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-20px) scale(0.95);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 24px 0 24px;
	margin-bottom: 20px;
}

.modal-title {
	font-size: 24px;
	font-weight: 600;
	color: #1e293b;
	margin: 0;
}

.modal-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 8px;
	color: #64748b;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-close:hover {
	background: #f1f5f9;
	color: #1e293b;
}

.modal-body {
	padding: 0 24px 24px 24px;
	max-height: calc(80vh - 100px);
	overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
	width: 6px;
}

.modal-body::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

/* Modal Search Container */
.modal-body .modern-search-container {
	margin-bottom: 20px;
}

.modal-body .modern-search {
	background: #f8fafc;
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	padding: 4px;
	display: flex;
	align-items: center;
	transition: all 0.2s ease;
}

.modal-body .modern-search:focus-within {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-body .modern-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 12px 16px;
	font-size: 16px;
	color: #1e293b;
	outline: none;
}

.modal-body .modern-input::placeholder {
	color: #94a3b8;
}

.modal-body .search-btn,
.modal-body .clear-btn {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	border-radius: 8px;
	color: #64748b;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-body .search-btn:hover,
.modal-body .clear-btn:hover {
	background: #e2e8f0;
	color: #1e293b;
}

/* Modal Navigation */
.modal-body .modern-nav-container {
	margin-bottom: 24px;
}

.modal-body .modern-nav-slider {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 8px;
}

.modal-body .nav-item {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #64748b;
	padding: 8px 16px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.modal-body .nav-item:hover,
.modal-body .nav-item.active {
	background: #3b82f6;
	color: white;
	border-color: #3b82f6;
}

/* Modal Section Header */
.modal-body .section-header {
	margin-bottom: 20px;
}

.modal-body .section-title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 4px 0;
}

.modal-body .section-description {
	font-size: 14px;
	color: #64748b;
	margin: 0;
}

/* Modal Country Grid */
.modal-body .modern-country-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
}

.modal-body .country-card {
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.modal-body .country-card:hover {
	border-color: #3b82f6;
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
	transform: translateY(-2px);
}

.modal-body .country-card a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.modal-body .country-flag-container {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 auto 12px auto;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Flag Icons CSS Integration */
.fi {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	border-radius: 4px;
}

/* Ensure flag icons display properly */
.fi:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Main select flag styling */
.select-item figure.fi {
	width: 24px;
	height: 18px;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Country card flag styling */
.country-flag-container .fi {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.country-card:hover .country-flag-container .fi {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-body .country-name {
	font-size: 14px;
	font-weight: 500;
	color: #1e293b;
	display: block;
	margin-bottom: 4px;
}

.modal-body .country-iso {
	font-size: 11px;
	font-weight: 400;
	color: #94a3b8;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Search Results Info */
.search-results-info {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #64748b;
	text-align: center;
}

.search-results-info #resultsCount {
	font-weight: 600;
	color: #3b82f6;
}

/* No Results State */
.no-results {
	text-align: center;
	padding: 40px 20px;
	color: #64748b;
}

.no-results-icon {
	font-size: 48px;
	margin-bottom: 16px;
	opacity: 0.5;
}

.no-results h4 {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 8px 0;
}

.no-results p {
	font-size: 14px;
	margin: 0;
	opacity: 0.8;
}



/* Modern Progress Page Styles */

.results-page {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.modern-progress-page {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	color: #fff;
}

.modern-progress-container {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 40px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.progress-logo {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.progress-logo img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.progress-logo .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.progress-logo svg {
	width: 80px;
	height: 80px;
	transition: transform 0.3s ease;
}

.progress-logo svg:hover {
	transform: scale(1.05);
}

.progress-logo .logo-text {
	font-size: 24px;
	font-weight: 700;
	color: #3B82F6;
	text-align: center;
	letter-spacing: -0.5px;
}

.progress-content h2.progress-title {
	font-size: 28px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 20px 0;
}

.selected-country {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
	padding: 15px;
	background: #f8fafc;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.selected-country .country-flag {
	width: 32px;
	height: 24px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: inline-block;
	flex-shrink: 0;
}

.selected-country .country-name {
	font-size: 18px;
	font-weight: 500;
	color: #1e293b;
}

.progress-status {
	margin-bottom: 30px;
}

.status-text {
	display: block;
	font-size: 16px;
	color: #64748b;
	margin-bottom: 15px;
	font-weight: 500;
}

.progress-bar {
	width: 100%;
	height: 8px;
	background: #e2e8f0;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
}

.progress-fill {
	height: 100%;
	background: linear-gradient(90deg, #3b82f6, #1d4ed8);
	border-radius: 4px;
	width: 0%;
	transition: width 0.1s ease;
}

.progress-percentage {
	font-size: 14px;
	font-weight: 600;
	color: #3b82f6;
}

.cancel-section {
	margin-top: 30px;
}

.btn-cancel {
	display: inline-block;
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-cancel:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}

/* Progress Modal Styles */
.progress-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.progress-modal.show {
	opacity: 1;
	visibility: visible;
}

.progress-modal .modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.progress-modal .modern-progress-container {
	position: relative;
	z-index: 1;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

.progress-modal.show .modern-progress-container {
	transform: scale(1);
}

/* Responsive Progress Page */
@media (max-width: 480px) {
	.modern-progress-container {
		padding: 30px 20px;
		margin: 10px;
	}
	
	.progress-content h2.progress-title {
		font-size: 24px;
	}
	
	.selected-country {
		flex-direction: column;
		gap: 8px;
	}
	
	.selected-country .country-name {
		font-size: 16px;
	}
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
	.country-modal {
		padding: 10px;
	}
	
	.modal-content {
		max-height: 90vh;
		border-radius: 16px;
	}
	
	.modal-header {
		padding: 20px 20px 0 20px;
	}
	
	.modal-body {
		padding: 0 20px 20px 20px;
	}
	
	.modal-title {
		font-size: 20px;
	}
	
	.modal-body .modern-country-grid {
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		gap: 10px;
	}
	
	.modal-body .country-card {
		padding: 12px;
	}
	
	.modal-body .country-flag-container {
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}
	
	.modal-body .country-name {
		font-size: 13px;
	}
}

/* Test Data Display Styles */
.test-data-container {
	margin: 40px 0;
}

.test-data-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border: 1px solid #e5e7eb;
}

.test-data-card h3 {
	font-size: 20px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 20px;
	text-align: center;
}

.test-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
}

.test-result-item {
	background: #f9fafb;
	border-radius: 12px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	transition: all 0.2s ease;
}

.test-result-item:hover {
	background: #f3f4f6;
	border-color: #d1d5db;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.test-vpn-info h4 {
	font-size: 16px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 12px;
	text-align: center;
}

.test-metrics {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.test-metrics .metric {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 12px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.metric-label {
	font-size: 14px;
	font-weight: 500;
	color: #6b7280;
}

.metric-value {
	font-size: 14px;
	font-weight: 600;
	color: #1f2937;
}

.metric-value.fast {
	color: #059669;
	font-size: 28px;
}

.metric-value.medium {
	color: #d97706;
}

.metric-value.slow {
	color: #dc2626;
}

@media (max-width: 768px) {
	.test-results-grid {
		grid-template-columns: 1fr;
	}
	
	.test-data-card {
		padding: 16px;
	}
	
	.test-result-item {
		padding: 12px;
	}
}