.footer {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	padding-top: 42px;
}

.footer__bottom {
	background: var(--theme-color-text);
	color: #fff;
	text-align: center;
	padding: 14px 0;
}

.footer__bottom small {
	font-size: 12px;
	line-height: 1.2;
}

.footer__links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-bottom: 45px;
	grid-gap: 70px;
}

.footer .link__list {
	display: flex;
	flex-direction: column;
}

.footer .link__list:nth-child(1) h3:last-of-type, .footer .link__list:nth-child(1) .h3:last-of-type, .footer .link__list:nth-child(2) h3:last-of-type, .footer .link__list:nth-child(2) .h3:last-of-type {
	margin-top: auto;
	margin-bottom: 75px;
}

.footer .link__list h3.link__list-without {
	margin: 0 0 12px 0 !important;
}

.footer .link__list h3, .footer .link__list .h3 {
	margin-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: var(--theme-color-accent);
}

.footer .link__list ul {
	margin-bottom: 22px;
}

.footer .link__list li {
	font-size: 12px;
	line-height: 1.83;
	font-weight: 600;
}

.footer .link__list li a:hover {
	text-decoration: underline;
}

.footer .link__list li a {
	max-width: 217px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.footer .link__list ul .link__list-title:first-of-type {
	margin-top: 29px;
}

.footer .link__list ul .link__list-title {
	margin-top: 22px;
}

.footer .menu-logo {
	display: grid;
	grid-template-columns: repeat(3, 35px);
	grid-gap: 35px;
}

.footer .menu-logo__item {
	height: 30px;
}

.footer .menu-logo__item a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .menu-logo .logo-chrome {
	width: 29px;
}

.footer .menu-logo .logo-eg {
	width: 30px;
}

.footer .menu-logo .logo-firefox {
	width: 28px;
}

.footer .menu-logo .logo-mic {
	width: 30px;
}

.footer .menu-logo .logo-android {
	width: 25px;
}

.footer .menu-logo .logo-apple {
	width: 24px;
}

.footer .translate {
	margin-bottom: 20px;
}

.footer .translate-item {
	max-width: 212px;
}

.footer .flags h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.footer .flags .flags__container {
	grid-gap: 2px 6px;
}

.footer .flags .flags__group:not(:last-of-type) {
	margin-bottom: 17px;
}

.footer .flags .flag {
	padding-top: 0;
}

.footer .flags .flag span {
	margin-top: -3px;
}

@media screen and (max-width: 1190px) {
	.footer__links {
		grid-gap: 40px;
	}

	.footer .link__list li a {
		max-width: 180px;
	}
}

@media screen and (max-width: 1024px) {
	.footer__links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-bottom: 32px;
		grid-gap: 10px 40px;
	}
}

@media screen and (max-width: 768px) {
	.footer__links {
		grid-gap: 10px 20px;
	}

	.footer .link__list h3, .footer .link__list .h3 {
		font-size: 12px;
	}

	.footer__links .link__list li {
		font-size: 10px;
		line-height: 2.2;
	}

	.footer__links .link__list:nth-child(3) {
		grid-column: span 2;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	.footer__links .link__list:nth-child(3) > * {
		width: 100%;
	}

	.footer__links .link__list .link__list {
		width: 50%;
	}

	.footer .translate.translate--full {
		max-width: 100%;
		margin-top: 22px;
	}
}

@media screen and (max-width: 510px) {
	.footer__links {
		grid-template-columns: 175px 160px;
	}

	.footer__links .link__list a {
		max-width: 145px;
	}

	.footer__links .link__list:nth-child(2) h3:last-of-type, .footer__links .link__list:nth-child(2) .h3:last-of-type {
		margin-left: auto;
		margin-right: auto;
	}

	.footer__links .link__list:nth-child(1) h3:last-of-type, .footer__links .link__list:nth-child(1) .h3:last-of-type, .footer__links .link__list:nth-child(2) h3:last-of-type, .footer__links .link__list:nth-child(2) .h3:last-of-type {
		margin-top: auto;
		margin-bottom: 12px;
	}

	.footer__links .link__list:nth-child(4) {
		grid-column: span 2;
		margin-top: 46px;
	}
}

.advantages {
	position: relative;
	overflow: hidden;
	padding-top: 113px;
}

.advantages_laptop {
	padding-top: 210px;
}

.advantages.advantages_bg {
	padding: 72px 0 92px;
	margin-bottom: 60px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.advantages.advantages_bg .advantages__title {
	max-width: 1010px;
	margin-bottom: 86px;
}

.advantages.advantages_bg .advantages__title p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 27px;
}

.advantages.advantages_bg .advantages__bottom {
	margin-top: 106px;
	gap: 73px;
}

.advantages.advantages_bg .advantages__bottom p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	max-width: 805px;
}

.advantages.advantages_disney {
	margin-top: 83px;
	margin-bottom: 80px;
}

.advantages__title {
	margin-bottom: 67px;
	max-width: 984px;
}

.advantages__title p {
	margin-top: 20px;
	font-size: 18px;
}

.advantages-item {
	border-bottom: 1px solid #BAD0D4;
	align-items: flex-start;
	padding: 0 0 20px;
	display: grid;
	grid-template-columns: 2fr 307px 1.5fr;
	grid-gap: 10px;
}

.advantages-item:not(:last-child) {
	margin-bottom: 20px;
}

.advantages-item .h3 {
	color: var(--theme-color-accent);
	font-weight: 500;
}

.advantages-item__title {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	padding-right: 10px;
}

.advantages-item__title h3 {
	font-size: 24px;
	margin-top: 5px;
}

.advantages-item__img {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages-item__img img {
	object-fit: contain;
}

.advantages-item p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
}

.advantages-big .advantages__title {
	max-width: 1000px;
}

.advantages-big .advantages-item {
	grid-template-columns: 1fr 2fr 3fr;
}

.advantages-gaming .advantages-item, .advantages-business .advantages-item {
	grid-template-columns: 1fr 1fr 2fr;
}

@media screen and (max-width: 768px) {
	.advantages-gaming h2, .advantages-business h2 {
		max-width: 355px;
		margin-left: auto;
		margin-right: auto;
	}

	.advantages.advantages_bg {
		margin: 82px 0 0;
		padding: 52px 0 79px;
	}

	.advantages.advantages_bg .advantages__title {
		margin-bottom: 29px;
	}

	.advantages.advantages_bg .advantages__title p {
		font-size: 16px;
	}

	.advantages.advantages_bg .advantages-item__title {
		grid-gap: 23px;
	}

	.advantages.advantages_bg .advantages-item h3 {
		max-width: none;
	}

	.advantages.advantages_bg .advantages__bottom {
		margin-top: 65px;
		padding: 0;
		gap: 19px;
	}

	.advantages.advantages_bg .advantages__bottom p {
		font-size: 20px;
		font-weight: 600;
	}
}

.advantages-adblocker .advantages__title {
	max-width: 1000px;
}

.advantages-adblocker .advantages-item {
	grid-template-columns: 1fr 2fr 3fr;
}

.advantages-adblocker .advantages-item p {
	font-size: 22px;
}

.advantages-adblocker .advantages__bottom, .advantages-hotspot .advantages__bottom {
	margin-top: 120px;
	max-width: 100%;
}

.advantages-adblocker .advantages__bottom p, .advantages-hotspot .advantages__bottom p {
	position: relative;
	font-size: 22px;
	max-width: 785px;
	margin: 0 auto;
}

.advantages-adblocker .advantages__bottom {
	position: relative;
	margin-top: 94px;
	padding: 120px 0;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.advantages-adblocker .advantages__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.advantages-hotspot .advantages-item {
	grid-template-columns: 1fr 5fr;
	grid-gap: 40px;
}

.advantages-hotspot .advantages-item__title {
	display: grid;
	grid-template-columns: 65px auto;
	grid-gap: 38px;
}

.advantages-hotspot .advantages__bottom p {
	font-size: 24px;
}

.advantages-hotspot .advantages__bottom .advantages__buttons {
	gap: 25px;
}

.advantages-hotspot .advantages__bottom .advantages__buttons .button {
	max-width: 351px;
}

.advantages__bottom {
	max-width: 1103px;
	margin: 83px auto 0 auto;
	display: flex;
	flex-direction: column;
	grid-gap: 55px;
	align-items: center;
}

.advantages__bottom p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.advantages .slick-dots {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.advantages .slick-dots li {
	cursor: pointer;
	display: flex;
	padding-bottom: 10px;
	padding-top: 3px;
}

.advantages .slick-dots li button {
	background: #4E4E4E;
	color: transparent;
	font-size: 1px;
	line-height: 0;
	height: 2px;
	width: 45px;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.3s;
	cursor: pointer;
}

.advantages .slick-dots li.slick-active button {
	background: var(--theme-color-accent);
}

.advantages .slick-dots li:hover button {
	background: var(--theme-color-accent);
}

.advantages__buttons {
	display: flex;
	align-items: center;
	gap: 25px 18px;
	flex-wrap: wrap;
	justify-content: center;
}

.advantages__buttons .button img {
	width: 26px;
	margin-right: 10px;
}

.advantages-anonymous-browsing {
	padding: 150px 0;
}

.advantages-anonymous-browsing .advantages-item {
	grid-template-columns: 1fr 2fr 3fr;
}

.advantages-anonymous-browsing .advantages__title {
	margin: 0 auto 67px auto;
	text-align: center;
}

.advantages-anonymous-browsing .advantages__title p {
	max-width: 636px;
	margin: 20px auto 0 auto;
}

.advantages .bg-shadow-pink {
	z-index: 1;
}

.advantages .bg-shadow-green {
	top: -1px;
	z-index: 1;
}

.advantages .triangle-right,
.advantages .triangle-left {
	z-index: 2;
}

.advantages + .info-section {
	padding-top: 50px;
}

@media screen and (max-width: 993px) {
	.advantages-adblocker .advantages__title {
		margin-bottom: 28px;
	}

	.advantages-adblocker h2 {
		text-align: center;
	}

	.advantages-adblocker .advantages-item {
		grid-template-columns: 0.5fr 2fr 3fr;
	}

	.advantages-adblocker .advantages-item p {
		font-size: 16px;
	}

	.advantages-adblocker .advantages__bottom, .advantages-hotspot .advantages__bottom {
		margin-top: 51px;
		padding: 68px 0 73px;
		max-width: 785px;
	}

	.advantages-adblocker .advantages__bottom p, .advantages-hotspot .advantages__bottom p {
		font-size: 20px;
	}

	.advantages-anonymous-browsing {
		padding: 100px 0;
	}

	.advantages-anonymous-browsing .advantages-item {
		grid-template-columns: 0.5fr 2fr 3fr;
	}

	.advantages-anonymous-browsing .advantages-item p {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.advantages {
		padding-bottom: 0;
		padding-top: 49px;
	}

	.advantages__title {
		margin-bottom: 76px;
		padding-right: 0;
	}

	.advantages__title h2, .advantages__title p {
		text-align: center;
	}

	.advantages__title p {
		font-size: 20px;
		font-weight: 500;
	}

	.advantages-item {
		border-bottom: 0;
		align-items: center;
	}

	.advantages-item .h3 {
		display: none;
	}

	.advantages-item__title {
		flex-direction: column;
		margin-bottom: 5px;
		gap: 11px;
		align-items: center;
	}

	.advantages-item__title h3 {
		font-size: 20px;
		line-height: 1.3;
		font-weight: 600;
		margin: 0 auto 0;
		text-align: center;
		max-width: 223px;
	}

	.advantages-item p {
		text-align: center;
		max-width: 353px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 1.4;
	}

	.advantages-gaming .advantages-item__title {
		grid-gap: 16px;
		margin-bottom: 13px;
	}

	.advantages-anonymous-browsing .advantages__title {
		margin-bottom: 40px;
	}

	.advantages-anonymous-browsing .advantages-item {
		height: auto;
	}

	.advantages-adblocker .advantages-item {
		grid-template-columns: 1fr;
		padding: 0;
		margin-bottom: 40px;
		grid-gap: 15px;
	}

	.advantages-adblocker .advantages-item__title {
		margin-bottom: 0;
	}

	.advantages-adblocker h2 {
		text-align: center;
	}

	.advantages-hotspot .advantages-item {
		grid-template-columns: 210px 1fr;
		grid-gap: 40px;
	}

	.advantages-hotspot .advantages-item__title {
		display: flex;
	}

	.advantages-hotspot .advantages-item h3 {
		max-width: 70%;
	}

	.advantages-hotspot .advantages__bottom .advantages__buttons {
		flex-direction: column;
	}

	.advantages-hotspot .advantages__bottom .advantages__buttons .button {
		max-width: 326px;
	}

	.advantages__bottom {
		margin-top: 60px;
		max-width: 100%;
		grid-gap: 49px;
	}

	.advantages__bottom p {
		font-size: 16px;
	}

	.advantages__buttons .button {
		line-height: 1;
		margin-top: 0;
	}
}

.download-section {
	position: relative;
	padding: 20px 0 0;
	overflow: hidden;
}

.download-section .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 177px;
}

.download-section .container::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url("planet-smooth.svg");
}

.download-section h2 {
	margin-bottom: 11px;
	font-size: 60px;
}

.download-section p {
	margin-bottom: 45px;
	max-width: 552px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
}

.download-section .bg-shadow-green {
	top: 0;
}

@media screen and (max-width: 768px) {
	.download-section {
		padding: 50px 0;
	}

	.download-section .container::before {
		left: -100%;
		right: -100%;
		margin-inline: auto;
		max-width: 155%;
		width: 885px;
		top: 110px;
		bottom: auto;
		height: 351px;
	}

	.download-section .container {
		padding-bottom: 40px;
	}

	.download-section h2 {
		font-size: 36px;
		font-weight: 700;
		margin-top: 40px;
		margin-bottom: 23px;
	}

	.download-section p {
		font-weight: 600;
	}
}

@media screen and (max-width: 500px) {
	.download-section h2 {
		max-width: 342px;
	}

	.download-section p {
		font-size: 16px;
	}
}

.features-section {
	padding: 236px 0 184px 0;
	position: relative;
	overflow: hidden;
}

.features-section--home {
	padding-bottom: 0;
}

.features-section__container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.features-section__container::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 87% auto;
	background-position: center;
	background-image: url("planet-smooth.svg");
}

.features-section__col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.features-section .container {
	position: relative;
}

.features-section h2 {
	text-align: center;
	position: absolute;
	top: -90px;
	width: 100%;
	max-width: 300px;
	left: 50%;
	transform: translateX(-50%);
}

.features-section.features-section_reviews {
	padding-top: 127px;
	padding-bottom: 80px;
}

.features-section.features-section_reviews h2 {
	max-width: 600px;
}

.features-section-item {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	max-width: 307px;
	height: 100%;
	margin: 0 auto 40px auto;
}

.features-section-item__big {
	grid-column: 2/3;
	max-width: 373px;
	margin: 10px auto auto auto;
}

.features-section-item__big img {
	position: relative;
	width: 100%;
}

.features-section-item__img {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.features-section-item__img img {
	object-fit: contain;
}

.features-section-item h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.features-section-item__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
}

.features-section__button {
	position: relative;
}

.features-section .button {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}

.features-section .bg-shadow-green {
	top: 0;
}

.features-section .bg-shadow-pink,
.features-section .triangle-right {
	display: none;
}

.features-section.features-section_windows-vpn .container > h2 {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	margin: 0 auto;
	max-width: none;
	text-align: center;
}

.features-section.features-section_windows-vpn .container > h2 span {
	color: var(--theme-color-accent);
}

.features-section.features-section_windows-vpn .container > p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	max-width: 1010px;
	margin: 22px auto 0;
	text-align: center;
}

.features-section.features-section_windows-vpn .features-section__container {
	margin-top: 16px;
}

@media (max-width: 768px) {
	.features-section {
		padding: 50px 0 55px 0;
	}

	.features-section--home {
		padding-bottom: 40px;
	}

	.features-section h2 {
		position: static;
		transform: none;
		margin: 0 auto 30px auto;
		max-width: 260px;
	}

	.features-section-item h3 {
		font-size: 20px;
		font-weight: 500;
	}

	.features-section-item__text {
		font-size: 16px;
	}

	.features-section__container {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.features-section__container:before {
		content: none;
	}

	.features-section__container .features-item {
		max-width: 100%;
		margin: 0 0 35px;
	}

	.features-section__container .features-item__text {
		font-size: 16px;
		line-height: 1.4;
		max-width: 350px;
	}

	.features-section__container .features-item__big {
		max-width: 306px;
		margin: 0 auto 30px auto;
	}

	.features-section__container .features-item__big img {
		position: static;
	}

	.features-section .features-section__button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.features-section .button {
		position: relative;
		bottom: 0;
		transform: none;
		left: 0;
		min-width: 208px;
		margin: 0 auto;
	}

	.features-section .bg-shadow-pink {
		display: block;
	}

	.features-section .bg-shadow-green {
		top: 0;
	}

	.features-section .triangle-right {
		bottom: 0;
		display: block;
	}

	.features-section-item__big {
		max-width: 306px;
	}
}

.flags .flags__group h4 {
	color: var(--theme-color-accent);
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: none;
}

.flags .flags__group .flag:hover {
	background-color: var(--theme-color-accent);
}

.flags__container {
	display: grid;
	grid-template-columns: repeat(8, 36px);
	justify-content: space-between;
	grid-gap: 5px 19px;
}

.flags--small .flag::before {
	transform: scale(0.5416);
}

.flag {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 39px;
	padding-top: 3px;
	border-radius: 4px;
}

.flag::before {
	content: "";
	position: relative;
	background: url("flags-big-2.webp") no-repeat top left;
}

.flag span {
	font-weight: 600;
	font-size: 7px;
	line-height: 8px;
	margin-top: 3px;
	text-align: center;
}

.flag-al::before {
	width: 48px;
	height: 34px;
	background-position: -5px -5px;
}

.flag-ar::before {
	width: 48px;
	height: 34px;
	background-position: -63px -5px;
}

.flag-ast::before {
	width: 48px;
	height: 34px;
	background-position: -121px -5px;
}

.flag-aust::before {
	width: 48px;
	height: 34px;
	background-position: -179px -5px;
}

.flag-belg::before {
	width: 48px;
	height: 34px;
	background-position: -237px -5px;
}

.flag-belr::before {
	width: 48px;
	height: 34px;
	background-position: -295px -5px;
}

.flag-bol::before {
	width: 48px;
	height: 34px;
	background-position: -353px -5px;
}

.flag-br::before {
	width: 48px;
	height: 34px;
	background-position: -411px -5px;
}

.flag-bul::before {
	width: 48px;
	height: 34px;
	background-position: -469px -5px;
}

.flag-can::before {
	width: 48px;
	height: 34px;
	background-position: -527px -5px;
}

.flag-chl::before {
	width: 48px;
	height: 34px;
	background-position: -585px -5px;
}

.flag-col::before {
	width: 48px;
	height: 34px;
	background-position: -643px -5px;
}

.flag-chi::before {
	width: 48px;
	height: 34px;
	background-position: -701px -5px;
}

.flag-cosr::before {
	width: 48px;
	height: 34px;
	background-position: -759px -5px;
}

.flag-cro::before {
	width: 48px;
	height: 34px;
	background-position: -817px -5px;
}

.flag-cyp::before {
	width: 48px;
	height: 34px;
	background-position: -875px -5px;
}

.flag-czr::before {
	width: 48px;
	height: 34px;
	background-position: -933px -5px;
}

.flag-den::before {
	width: 48px;
	height: 34px;
	background-position: -991px -5px;
}

.flag-ecu::before {
	width: 48px;
	height: 34px;
	background-position: -1049px -5px;
}

.flag-eg::before {
	width: 48px;
	height: 34px;
	background-position: -1107px -5px;
}

.flag-es::before {
	width: 48px;
	height: 34px;
	background-position: -1165px -5px;
}

.flag-fin::before {
	width: 48px;
	height: 34px;
	background-position: -1223px -5px;
}

.flag-fr::before {
	width: 48px;
	height: 34px;
	background-position: -1281px -5px;
}

.flag-ger::before {
	width: 48px;
	height: 34px;
	background-position: -1339px -5px;
}

.flag-gu::before {
	width: 48px;
	height: 34px;
	background-position: -1397px -5px;
}

.flag-gree::before {
	width: 48px;
	height: 34px;
	background-position: -1455px -5px;
}

.flag-hk::before {
	width: 48px;
	height: 34px;
	background-position: -1513px -5px;
}

.flag-hon::before {
	width: 48px;
	height: 34px;
	background-position: -1571px -5px;
}

.flag-hun::before {
	width: 48px;
	height: 34px;
	background-position: -1629px -5px;
}

.flag-ice::before {
	width: 48px;
	height: 34px;
	background-position: -1687px -5px;
}

.flag-ind::before {
	width: 48px;
	height: 34px;
	background-position: -1745px -5px;
}

.flag-indo::before {
	width: 48px;
	height: 34px;
	background-position: -1803px -5px;
}

.flag-irl::before {
	width: 48px;
	height: 34px;
	background-position: -1861px -5px;
}

.flag-is::before {
	width: 48px;
	height: 34px;
	background-position: -1919px -5px;
}

.flag-kaz::before {
	width: 48px;
	height: 34px;
	background-position: -1977px -5px;
}

.flag-it::before {
	width: 48px;
	height: 34px;
	background-position: -2035px -5px;
}

.flag-kyr::before {
	width: 48px;
	height: 34px;
	background-position: -2093px -5px;
}

.flag-jap::before {
	width: 48px;
	height: 34px;
	background-position: -2151px -5px;
}

.flag-lat::before {
	width: 48px;
	height: 34px;
	background-position: -2209px -5px;
}

.flag-jor::before {
	width: 48px;
	height: 34px;
	background-position: -2267px -5px;
}

.flag-lit::before {
	width: 48px;
	height: 34px;
	background-position: -2325px -5px;
}

.flag-mal::before {
	width: 48px;
	height: 34px;
	background-position: -2383px -5px;
}

.flag-lux::before {
	width: 48px;
	height: 34px;
	background-position: -2441px -5px;
}

.flag-mex::before {
	width: 48px;
	height: 34px;
	background-position: -2499px -5px;
}

.flag-malt::before {
	width: 48px;
	height: 34px;
	background-position: -2557px -5px;
}

.flag-mon::before {
	width: 48px;
	height: 34px;
	background-position: -2615px -5px;
}

.flag-mr::before {
	width: 48px;
	height: 34px;
	background-position: -2673px -5px;
}

.flag-newz::before {
	width: 48px;
	height: 34px;
	background-position: -2731px -5px;
}

.flag-nic::before {
	width: 48px;
	height: 34px;
	background-position: -2789px -5px;
}

.flag-nor::before {
	width: 48px;
	height: 34px;
	background-position: -2847px -5px;
}

.flag-nl::before {
	width: 48px;
	height: 34px;
	background-position: -2905px -5px;
}

.flag-pak::before {
	width: 48px;
	height: 34px;
	background-position: -2963px -5px;
}

.flag-par::before {
	width: 48px;
	height: 34px;
	background-position: -3021px -5px;
}

.flag-per::before {
	width: 48px;
	height: 34px;
	background-position: -3079px -5px;
}

.flag-phil::before {
	width: 48px;
	height: 34px;
	background-position: -3137px -5px;
}

.flag-pan::before {
	width: 48px;
	height: 34px;
	background-position: -3195px -5px;
}

.flag-pol::before {
	width: 48px;
	height: 34px;
	background-position: -3253px -5px;
}

.flag-por::before {
	width: 48px;
	height: 34px;
	background-position: -3311px -5px;
}

.flag-puer::before {
	width: 48px;
	height: 34px;
	background-position: -3369px -5px;
}

.flag-qa::before {
	width: 48px;
	height: 34px;
	background-position: -3427px -5px;
}

.flag-rom::before {
	width: 48px;
	height: 34px;
	background-position: -3485px -5px;
}

.flag-ru::before {
	width: 48px;
	height: 34px;
	background-position: -3543px -5px;
}

.flag-sa::before {
	width: 48px;
	height: 34px;
	background-position: -3601px -5px;
}

.flag-saf::before {
	width: 48px;
	height: 34px;
	background-position: -3659px -5px;
}

.flag-ser::before {
	width: 48px;
	height: 34px;
	background-position: -3717px -5px;
}

.flag-sing::before {
	width: 48px;
	height: 34px;
	background-position: -3775px -5px;
}

.flag-slo::before {
	width: 48px;
	height: 34px;
	background-position: -3833px -5px;
}

.flag-skor::before {
	width: 48px;
	height: 34px;
	background-position: -3891px -5px;
}

.flag-slow::before {
	width: 48px;
	height: 34px;
	background-position: -3949px -5px;
}

.flag-swe::before {
	width: 48px;
	height: 34px;
	background-position: -4007px -5px;
}

.flag-spa::before {
	width: 48px;
	height: 34px;
	background-position: -4065px -5px;
}

.flag-tai::before {
	width: 48px;
	height: 34px;
	background-position: -4123px -5px;
}

.flag-swi::before {
	width: 48px;
	height: 34px;
	background-position: -4181px -5px;
}

.flag-thai::before {
	width: 48px;
	height: 34px;
	background-position: -4239px -5px;
}

.flag-tu::before {
	width: 48px;
	height: 34px;
	background-position: -4297px -5px;
}

.flag-uae::before {
	width: 48px;
	height: 34px;
	background-position: -4355px -5px;
}

.flag-ukr::before {
	width: 48px;
	height: 34px;
	background-position: -4413px -5px;
}

.flag-unk::before {
	width: 48px;
	height: 34px;
	background-position: -4471px -5px;
}

.flag-usa::before {
	width: 48px;
	height: 34px;
	background-position: -4529px -5px;
}

.flag-vie::before {
	width: 48px;
	height: 34px;
	background-position: -4587px -5px;
}

.flag-uru::before {
	width: 48px;
	height: 34px;
	background-position: -4645px -5px;
}

.flag-ven::before {
	width: 48px;
	height: 34px;
	background-position: -4703px -5px;
}

.flags-content {
	padding: 70px 0 40px;
	background-color: #fefdfd;
}

.flags-content .container {
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-gap: 29px;
	align-items: flex-start;
	background: url("planet-smooth.svg") no-repeat left bottom;
	background-size: 66%;
}

.flags-content p {
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
}

.flags-content .flags-content__main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.flags-content .button {
	min-width: 208px;
	margin: 34px auto 0;
}

.flags-content h2 {
	margin-bottom: 8px;
}

.flags-content .flags {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 30px;
	width: 100%;
}

.flags-content .flags__group:nth-child(1) {
	margin-bottom: 29px;
	justify-self: left;
}

.flags-content .flags__group:nth-child(2) {
	justify-self: left;
}

.flags-content .flags__group:nth-child(3) {
	grid-row: 1/3;
	grid-column: 2/3;
	justify-self: end;
}

@media screen and (max-width: 1200px) {
	.flags-content .container {
		grid-template-columns: 1fr;
	}

	.flags-content p {
		max-width: 400px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	.flags-content .flags {
		grid-gap: 0 40px;
	}

	.flags-content .flags__group:nth-child(1), .flags-content .flags__group:nth-child(2) {
		justify-self: baseline;
	}

	.flags-content h2 {
		margin: 0 auto 26px auto;
	}

	.flags-content .button {
		margin: 34px auto 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.flags-content .flags__container {
		grid-gap: 5px 10px;
	}

	.flags-content .container {
		background: none;
		grid-gap: 7px;
	}
}

@media screen and (max-width: 992px) {
	.flags-content {
		padding-top: 42px;
	}

	.flags-content p {
		font-size: 20px;
	}

	.flags-content h2 {
		text-align: center;
	}

	.flags-content .button {
		margin-top: -9px !important;
	}
}

@media screen and (max-width: 768px) {
	.flags-content .flags {
		grid-template-columns: 1fr;
	}

	.flags-content .flags__container {
		grid-template-columns: repeat(8, 30px);
	}

	.flags-content .flags__group {
		margin-bottom: 35px;
	}

	.flags-content .flags__group:nth-child(1), .flags-content .flags__group:nth-child(2) {
		justify-self: stretch;
	}

	.flags-content .flags__group:nth-child(3) {
		grid-row: auto;
		grid-column: auto;
		justify-self: stretch;
	}

	.flags .flags__group h4 {
		margin-bottom: 5px;
	}
}

.benefits {
	position: relative;
	overflow: hidden;
}

.benefits-item {
	border-bottom: 1px solid #BAD0D4;
	align-items: center;
	padding: 25px 0 24px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	grid-gap: 10px;
}

.benefits-item .h3 {
	color: var(--theme-color-accent);
}

.benefits-item p {
	font-size: 20px;
	font-weight: 500;
}

.benefits-item__title {
	display: flex;
	align-items: center;
	gap: 28px;
}

.benefits-item__img {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefits-item__img img {
	object-fit: contain;
}

.benefits .slick-dots {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}

.benefits .slick-dots li {
	cursor: pointer;
	display: flex;
	padding-bottom: 10px;
	padding-top: 3px;
}

.benefits .slick-dots li button {
	background: #4E4E4E;
	color: transparent;
	font-size: 1px;
	line-height: 0;
	height: 2px;
	width: 45px;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.3s;
	cursor: pointer;
}

.benefits .slick-dots li.slick-active button {
	background: var(--theme-color-accent);
}

.benefits .slick-dots li:hover button {
	background: var(--theme-color-accent);
}

.benefits .bg-shadow-green {
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.benefits {
		padding-bottom: 40px;
	}

	.benefits-item {
		border-bottom: 0;
	}

	.benefits-item .h3 {
		display: none;
	}

	.benefits-item__title {
		flex-direction: column;
		grid-template: 12px;
		margin-bottom: 17px;
		gap: 12px;
	}

	.benefits-item p {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		max-width: 353px;
		margin: 0 auto;
	}
}

.product-section {
	background-color: #fefdfd;
	padding: 135px 0 0;
	overflow: hidden;
}

.product-section h2 {
	margin-bottom: 22px;
	width: 100%;
}

.product-section .container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.product-section .container .button {
	margin: 84px auto 0 auto;
}

.product-section__container {
	display: grid;
	grid-template-columns: minmax(auto, 308px) auto minmax(auto, 308px) minmax(auto, 420px);
	grid-template-rows: 368px 359px;
	grid-gap: 71px 23px;
	width: 100%;
}

.product-section .product {
	padding: 40px 32px 19px 32px;
	background-color: #fefdfd;
	box-shadow: 0 4px 4px 0 #80B1F840;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.product-section .product ul {
	max-width: 100%;
}

.product-section .product h3 {
	margin-bottom: 13px;
	position: relative;
	z-index: 3;
}

.product-section .product-img {
	position: absolute;
}

.product-section .product-img--mob {
	display: none;
}

.product-section .product > ul {
	display: flex;
	color: var(--theme-color-accent);
	align-items: flex-start;
	justify-content: start;
	flex-direction: column;
	position: relative;
	z-index: 3;
	max-width: 100%;
}

.product-section .product > ul li {
	line-height: 1.3;
	max-width: 100%;
}

.product-section .product > ul a {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	color: #333;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-section .product > ul a:hover {
	text-decoration: underline;
}

.product-section .product > ul ul:first-of-type {
	margin-bottom: 24px;
}

.product-section .product > ul ul a {
	font-size: 10px;
	line-height: 1.1;
}

.product-section .product > ul .btn-show-more {
	display: flex;
	align-items: center;
	position: relative;
	color: var(--theme-color-accent);
	font-size: 10px;
	line-height: 1.3;
	gap: 7px;
	margin-top: 7px;
}

.product-section .product > ul .btn-show-more::after {
	content: "";
	position: relative;
	border: solid var(--theme-color-accent);
	border-width: 1px 1px 0 0;
	top: -2px;
	width: 6px;
	height: 6px;
	transition: all 0.3s;
	transform: rotate(135deg);
	border-top-right-radius: 2px;
}

.product-section .product-1,
.product-section .product-5 {
	grid-column: span 2;
}

.product-section .product-1 {
	padding-top: 175px;
	padding-bottom: 65px;
	justify-content: flex-start;
}

.product-section .product-1 img {
	right: 0;
	bottom: 22px;
	width: 54%;
}

.product-section .product-1 h3 {
	max-width: 50%;
}

.product-section .product-1 > ul {
	max-width: 58%;
}

.product-section .product-2 img {
	top: -24px;
	right: 0;
	left: -3px;
	max-width: 130%;
}

.product-section .product-3 {
	grid-row: 1/-1;
	grid-column: 4/5;
	object-fit: contain;
	justify-content: flex-start;
	padding: 126px 44px 22px;
}

.product-section .product-3 img {
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.product-section .product-3 > ul {
	flex-direction: column;
}

.product-section .product-3 > ul a {
	font-size: 14px;
	font-weight: 700;
}

.product-section .product-4 {
	justify-content: flex-start;
	padding-top: 52px;
}

.product-section .product-4 h3 {
	margin-bottom: 3px;
}

.product-section .product-4 img {
	width: 87%;
	right: 0;
	bottom: 9px;
	left: auto;
}

.product-section .product-5 {
	justify-content: flex-start;
	padding-top: 52px;
}

.product-section .product-5 img {
	bottom: 24px;
	right: 0;
	width: 57%;
}

.product-section .product-5 > ul {
	max-width: 46%;
}

@media screen and (max-width: 768px) {
	.product-section {
		padding: 60px 0 97px;
		background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	}

	.product-section h2,
	.product-section .h2 {
		text-align: center;
	}

	.product-section__container {
		display: flex;
		flex-direction: column;
		gap: 22px;
	}

	.product-section .product {
		padding: 35px 24px 0 40px;
	}

	.product-section .product img {
		position: relative;
	}

	.product-section .product-img {
		display: none;
	}

	.product-section .product-img--mob {
		display: block;
	}

	.product-section .product-1 img {
		right: 0;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}

	.product-section .product-1 > ul {
		margin-bottom: 31px;
		max-width: 100%;
	}

	.product-section .product-1 .product-img {
		display: none;
	}

	.product-section .product-1 h3 {
		max-width: 100%;
	}

	.product-section .product-2 {
		padding-bottom: 33%;
	}

	.product-section .product-2 img {
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -25px;
		width: 100%;
		max-width: 395px;
		position: absolute;
		object-fit: contain;
	}

	.product-section .product-3 {
		padding-bottom: 68px;
	}

	.product-section .product-3 .product-img {
		display: none;
	}

	.product-section .product-3 img {
		position: absolute;
		width: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 100% 100%;
		object-position: 100% 100%;
	}

	.product-section .product-3 > ul ul:first-of-type {
		margin-bottom: 10px;
	}

	.product-section .product-3 > ul {
		margin-bottom: 15px;
		flex-direction: column;
	}

	.product-section .product-3 > ul ul {
		display: flex;
		flex-direction: column;
		gap: 3px 16px;
	}

	.product-section .product-4 {
		padding-right: 45px;
		padding-bottom: 30px;
	}

	.product-section .product-4 img {
		width: 90%;
		left: 50%;
		bottom: -30px;
		transform: translateX(-50%);
	}

	.product-section .product-5 img {
		bottom: -10px;
		right: 0;
		margin: 15px -25px 0 auto;
		width: 55%;
	}

	.product-section .product-5 > ul {
		max-width: 100%;
	}

	.product-section .container .button {
		margin-top: 40px;
	}
}

.translate.translate--full {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: flex-start;
	max-width: 212px;
}

.translate.translate--full .flag {
	flex-direction: row;
	gap: 18px;
	background-color: #FFFFFF;
	border-radius: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.83;
	color: #333333;
	min-height: 36px;
	padding: 0 15px 0 10px;
}

.translate.translate--full .flag::before {
	border-radius: 50%;
	width: 34px;
	height: 34px;
	transform: scale(0.5416);
}

.translate.translate--full .flag.flag-unk::before {
	background-position: -4478px -5px;
}

.translate.translate--full .flag.flag-fr::before {
	background-position: -1288px -5px;
}

.translate .dropdown__menu ul {
	margin-bottom: 0;
}

.translate .dropdown__menu .flag:hover {
	background-color: var(--theme-color-accent);
	color: #FFFFFF;
}

.translate.translate-dropdown {
	position: relative;
}

.translate.translate-dropdown .dropdown__menu {
	position: absolute;
	top: 100%;
	width: 45px;
	display: none;
	left: -14px;
	background-color: #ffffff;
	z-index: 5;
	max-height: 400px;
	overflow-y: auto;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.translate.translate-dropdown .dropdown__menu li {
	width: 100%;
}

.translate.translate-dropdown .dropdown__menu a {
	min-height: auto;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	width: 100%;
	padding: 5px;
	transition: all 0.3s;
	border-radius: 0;
}

.translate.translate-dropdown .dropdown__menu a:hover {
	background: var(--theme-color-accent);
}

.translate.translate-dropdown .dropdown__menu a img {
	object-fit: contain;
	width: 100%;
	display: block;
	max-width: 18px;
	margin: 0 auto;
}

.translate.translate-dropdown:hover .dropdown__menu {
	display: flex;
}

@media screen and (max-width: 992px) {
	.header .translate {
		margin-right: 0 !important;
	}

	.translate-dropdown img {
		width: 22px !important;
		height: 16px !important;
	}
}

.our-products {
	background-color: #FFF;
	position: relative;
	padding: 160px 0 115px 0;
	overflow: hidden;
}

.our-products__container {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: flex-start;
	justify-items: flex-start;
}

.our-products .our-products__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 21px;
}

.our-products-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px 40px;
	grid-row: span 2;
}

.our-products-slider h3 {
	font-weight: 500;
	text-align: center;
}

.our-products__item-img {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-products__item-img img {
	max-width: 100%;
}

.our-products .bg-shadow-pink {
	bottom: 20px;
	z-index: 0;
}

.our-products .triangle-right {
	z-index: 1;
}

.our-products .slick-dots {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}

.our-products .slick-dots li {
	cursor: pointer;
	display: flex;
	padding-bottom: 10px;
	padding-top: 3px;
}

.our-products .slick-dots li button {
	background: #FFB6D3;
	color: transparent;
	font-size: 1px;
	line-height: 0;
	height: 2px;
	width: 35px;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.3s;
	cursor: pointer;
}

.our-products .slick-dots li.slick-active button {
	background: var(--theme-color-accent);
}

.our-products .slick-dots li:hover button {
	background: var(--theme-color-accent);
}

.our-products .button {
	width: 210px;
	min-width: 138px;
	margin-top: auto;
}

.our-products .button span {
	text-align: center;
}

@media screen and (max-width: 992px) {
	.our-products {
		padding: 73px 0 132px 0;
	}

	.our-products h2 {
		text-align: center;
		max-width: 100%;
	}

	.our-products__container {
		display: block;
		flex-direction: column;
		align-items: center;
	}

	.our-products__container > * {
		margin-bottom: 50px;
	}

	.our-products .our-products-slider {
		grid-gap: 20px;
	}

	.our-products .button {
		margin: 20px auto 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.our-products h2 {
		margin-bottom: 37px;
	}

	.our-products .button {
		margin: 0 auto;
	}

	.our-products .our-products-slider {
		display: block;
		margin-bottom: 60px;
	}

	.our-products .our-products__item {
		display: block;
	}

	.our-products .our-products__item-img {
		margin: 0 auto 20px auto;
	}
}

.our-story {
	position: relative;
	padding: 100px 0 225px 0;
	background-color: #FFF;
	z-index: 1;
}

.our-story__container {
	position: relative;
}

.our-story__item {
	display: grid;
	grid-template-columns: 204px minmax(auto, 128px) minmax(auto, 526px) auto;
}

.our-story__item:not(:last-of-type) {
	margin-bottom: 16px;
}

.our-story__item:last-of-type .dot::after {
	display: block;
	height: 300px;
	border: 5px solid #FFF;
}

.our-story__item:first-of-type .dot::after {
	height: 365px;
}

.our-story__item:not(:first-of-type) .dot {
	margin-top: 30px;
}

.our-story__item-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--theme-color-accent);
	position: relative;
	padding-top: 5px;
}

.our-story__item-title .h1 {
	font-size: 60px;
}

.our-story__item-title span {
	position: absolute;
	top: -5px;
}

.our-story__item-img {
	border-radius: 10px;
	overflow: hidden;
}

.our-story__item-img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.our-story__item-text {
	max-width: 306px;
	margin-left: auto;
}

.our-story__item-text h3 {
	font-weight: 700;
	margin-bottom: 10px;
}

.our-story__item-text p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
}

.our-story h2 {
	margin-bottom: 60px;
}

.our-story .dot {
	background: var(--theme-color-accent);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: relative;
	margin-top: 15px;
	margin-right: 116px;
}

.our-story .dot::after {
	content: "";
	height: 370px;
	position: absolute;
	top: 100%;
	left: 4px;
	width: 2px;
	border-left: 4px dashed #303435;
}

@media screen and (max-width: 1200px) {
	.our-story .dot {
		margin-right: 20px;
	}

	.our-story__item {
		grid-template-columns: 204px minmax(min-content, 100px) minmax(auto, 526px) auto;
	}
}

@media screen and (max-width: 992px) {
	.our-story {
		padding: 45px 0 0;
	}

	.our-story h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.our-story__item {
		position: relative;
		grid-template-columns: 40px 1fr;
	}

	.our-story__item:not(:last-of-type)::before {
		content: '';
		position: absolute;
		top: 30px;
		bottom: -60px;
		left: 4px;
		width: 3px;
		border-left: 3px dotted var(--theme-color-text);
	}

	.our-story__item:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.our-story__item:first-of-type .dot {
		margin-top: 20px;
	}

	.our-story__item .dot::after {
		content: none;
	}

	.our-story__item:first-of-type .dot::after {
		height: 724px;
	}

	.our-story .dot {
		order: 1;
		grid-row: span 2;
		grid-column: 1/2;
	}

	.our-story .dot::after {
		height: 717px;
	}

	.our-story__item-title {
		order: 2;
		grid-column: 2/3;
		margin-bottom: 20px;
	}

	.our-story__item-title span {
		font-size: 12px;
		top: -5px;
	}

	.our-story__item-img {
		order: 3;
		grid-column: 2/3;
		max-width: 600px;
		margin-bottom: 18px;
	}

	.our-story__item-text {
		order: 4;
		grid-column: 2/3;
		margin-left: 0;
		max-width: 500px;
		padding-left: 0;
	}

	.our-story__item-text h3 {
		font-weight: 600;
	}
}

@media screen and (max-width: 768px) {
	.our-story__item:last-of-type .dot::after {
		display: block;
		height: 350px;
		border: 5px solid #FFF;
	}

	.our-story .dot {
		order: 1;
		grid-row: span 2;
		grid-column: 1/2;
	}

	.our-story__item-img {
		order: 3;
		grid-column: 2/3;
		max-width: 100%;
	}

	.our-story__item-text {
		max-width: 100%;
	}

	.our-story__item-text p {
		font-size: 16px;
	}
}

.our-team {
	position: relative;
	margin-bottom: 70px;
}

.our-team .container {
	display: grid;
	grid-template-columns: 48.3% auto;
	column-gap: 45px;
	position: relative;
	z-index: 1;
	padding: 122px 0 108px;
}

.our-team .container::before {
	content: "";
	position: relative;
	width: 100%;
	aspect-ratio: 640/502;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("");
}

.our-team h3,
.our-team__text {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.our-team p:not(:last-child) {
	margin-bottom: 18px;
}

.our-team .triangle-left {
	top: 0;
}

@media screen and (min-width: 769px) {
	.our-team .container .row {
		flex-direction: column;
		flex-wrap: nowrap;
		row-gap: 18px;
		justify-content: center;
		max-width: 602px;
	}
}

@media screen and (max-width: 768px) {
	.our-team {
		margin: 50px 0 0;
	}

	.our-team .container {
		padding: 42px 10px;
		position: relative;
		z-index: 2;
		grid-template-columns: 1fr;
	}

	.our-team .container::before {
		order: 1;
		max-width: 353px;
		margin: 30px auto 0;
	}

	.our-team .container .row {
		justify-content: center;
	}

	.our-team h2 {
		font-size: 30px;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}

	.our-team h3 {
		font-size: 16px;
		text-align: center;
		max-width: none;
		margin-bottom: 22px;
		width: 100%;
	}

	.our-team__text {
		font-size: 16px;
		margin: 0 auto;
	}

	.our-team p {
		text-align: center;
	}

	.our-team p:not(:last-child) {
		margin-bottom: 22px;
	}
}

.features-vpn {
	padding: 134px 0 100px;
}

.features-vpn h2 {
	max-width: 858px;
	margin-bottom: 67px;
}

.features-vpn h2 span.pink {
	color: var(--theme-color-accent);
}

.features-vpn h2 br {
	display: none;
}

@media screen and (max-width: 768px) {
	.features-vpn {
		padding: 61px 0 0;
	}

	.features-vpn h2 {
		font-size: 30px;
		text-align: center;
		width: 100%;
		margin: 0 auto 45px auto;
		max-width: 350px;
	}

	.features-vpn h2 br {
		display: block;
	}
}

.card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	position: relative;
	z-index: 4;
}

.card-container {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.card-container .card:nth-child(even) .card__img {
	order: 1;
}

.card__img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.card__img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.card__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 116px;
	max-width: 415px;
	align-items: flex-start;
}

.card__text p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.card__text p span {
	color: var(--theme-color-accent);
}

.card__text p a {
	color: var(--theme-color-accent);
	text-decoration: underline;
}

.card__text p a:hover {
	text-decoration: none;
}

.card__text h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

.card .button {
	min-width: 169px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
	.card__text {
		margin-left: 0;
		margin-right: 0;
	}

	.card .card__img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.card {
		grid-template-columns: 1fr;
	}

	.card-container {
		gap: 60px;
	}

	.card-container .card {
		align-items: center;
		grid-gap: 32px;
	}

	.card-container .card__text {
		margin: 0 auto;
		text-align: center;
		align-items: center;
	}

	.card-container .card__text h3 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.card-container .card__text p {
		font-size: 16px;
	}

	.card-container .card .button {
		margin-top: 32px;
	}

	.card-container .card:nth-child(even) .card__img {
		order: 0;
	}

	.card-container .card:nth-child(even).card--big {
		margin-right: 0;
	}
}

.top-locations {
	padding: 120px 0 83px;
	position: relative;
	overflow: hidden;
}

.top-locations h2 {
	margin-bottom: 42px;
	text-align: center;
}

.top-locations-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 32px 26px;
	position: relative;
	z-index: 3;
}

.top-locations-container .span-3 {
	grid-column: span 3;
}

.top-locations-container .span-2 {
	grid-column: span 2;
}

.top-locations__item {
	background-color: #ECFBFF;
	min-height: 166px;
	padding: 43px 40px 47px 47px;
	display: grid;
	grid-template-columns: 76px 1fr;
	border-radius: 6px;
	grid-gap: 30px;
}

.top-locations__item h3 {
	font-weight: 500;
}

.top-locations__img {
	max-height: 76px;
}

.top-locations__img img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.top-locations__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.top-locations__label {
	color: var(--theme-color-text);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 8px;
}

.top-locations__number {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--theme-color-accent);
	background: #FFF;
	border-radius: 5px;
	min-width: 31px;
	padding: 0 6px;
}

@media screen and (min-width: 992px) {
	.top-locations__item--usa {
		background: var(--theme-color-text) url("") no-repeat;
		background-position: bottom 0 right 10px;
		background-size: 32%;
	}

	.top-locations__item--france {
		background: var(--theme-color-text) url("") no-repeat center right;
		background-position: bottom 8px right 87px;
		background-size: 24%;
	}

	.top-locations .triangle-right,
	.top-locations .bg-shadow-pink {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.top-locations {
		padding: 60px 0 0;
	}

	.top-locations h2 {
		margin-bottom: 33px;
	}

	.top-locations-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px;
	}

	.top-locations-container .span-2,
	.top-locations-container .span-3 {
		grid-column: span 1;
	}

	.top-locations-container .span-sm-2 {
		grid-column: span 2;;
		grid-template-columns: 58px 1fr;
		grid-gap: 22px;
		min-height: 119px;
	}

	.top-locations__item {
		padding: 27px 17px;
		grid-template-columns: 1fr;
		min-height: 156px;
		grid-gap: 4px;
	}

	.top-locations__img {
		max-height: 58px;
	}

	.top-locations__number {
		font-size: 12px;
		line-height: 1.2;
		padding: 2px 6px;
	}

	.top-locations .triangle-right,
	.top-locations .bg-shadow-pink {
		display: none;
	}
}

.list-locations {
	position: relative;
	overflow: hidden;
	padding: 64px 0 83px;
}

.list-locations .container {
	position: relative;
	z-index: 1;
}

.list-locations h2 {
	text-align: center;
	margin-bottom: 24px;
}

.list-locations__item {
	display: grid;
	grid-template-columns: 4fr 1fr 1fr;
	gap: 10px;
	border-bottom: 1px solid #BAD0D4;
	height: 59px;
}

.list-locations__servers, .list-locations__users {
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-locations__servers span,
.list-locations__users span {
	background: #FFF;
	border-radius: 5px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0 6px;
}

.list-locations__header h4, .list-locations__header .h4 {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.list-locations__header h4:not(:first-child), .list-locations__header .h4:not(:first-child) {
	justify-self: center;
}

.list-locations .flag {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 33px;
	padding-top: 0;
}

.list-locations .flag span {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 0;
	text-align: left;
}

.list-locations .bg-shadow-pink {
	top: 0;
}

@media screen and (max-width: 768px) {
	.list-locations {
		margin-top: 95px;
		padding: 54px 0 62px;
		background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	}

	.list-locations__header {
		display: none;
	}

	.list-locations__content {
		border-top: 1px solid #BAD0D4;
	}

	.list-locations__item {
		grid-template-columns: 3fr 40px 1fr;
	}

	.list-locations .flag {
		grid-gap: 13px;
	}

	.list-locations .flag span {
		font-size: 20px;
	}

	.list-locations__servers span {
		height: 18px;
		font-size: 12px;
	}

	.list-locations__users {
		font-size: 16px;
	}

	.list-locations .triangle-left,
	.list-locations .bg-shadow-pink {
		display: none;
	}
}

.dropdown {
	position: relative;
}

.dropdown.active .dropdown__menu {
	display: block;
}

.dropdown .dropdown__menu {
	position: absolute;
	top: 100%;
	width: 100%;
	display: none;
	left: 0;
	background-color: #ffffff;
	z-index: 5;
	max-height: 400px;
	overflow-y: auto;
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.dropdown .dropdown__menu::-webkit-scrollbar {
	width: 4px;
}

.dropdown .dropdown__menu::-webkit-scrollbar-track {
	background: #ffffff;
}

.dropdown .dropdown__menu::-webkit-scrollbar-thumb {
	background: #888;
}

.dropdown .dropdown__menu::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.dropdown ul {
	display: flex;
	flex-direction: column;
}

.dropdown ul li {
	width: 100%;
}

.dropdown ul li a {
	width: 100%;
}

.dropdown .open {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.dropdown .open .show-menu {
	position: relative;
	margin-left: auto;
	border: solid #292D32;
	border-width: 1.5px 1.5px 0 0;
	top: -2px;
	width: 8px;
	height: 8px;
	transition: all 0.3s;
	transform: rotate(135deg);
	border-top-right-radius: 2px;
}

.select-location {
	padding: 86px 0 0;
}

.select-location__form {
	display: flex;
	width: 100%;
	max-width: 416px;
	margin: 0 auto;
}

.select-location__form form {
	width: 100%;
}

.select-location .select2-container {
	width: 100% !important;
}

.select-location .select2-container .select2-selection--single,
.select-location .select2-container .select2-selection__rendered {
	height: 54px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.select-location .select2-container .select2-selection--single {
	padding: 15px 19px 16px 25px;
}

.select-location .select2-container .select2-search--dropdown {
	padding: 5px 19px 7px 25px;
}

.select-location .select2-container .select2-search--dropdown .select2-search__field {
	height: 36px;
	font-size: 18px;
}

.select-location .select2-container .select2-selection__rendered {
	flex-grow: 1;
	padding: 0;
	font-size: 20px;
}

.select-location .select2-container .select2-results__option--selected,
.select-location .select2-container .select2-results__option--selectable {
	padding-left: 25px;
	color: var(--theme-color-text);
	font-size: 18px;
}

.select-location .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--theme-color-accent);
	color: #FFFFFF;
}

.select-location .select2-container .select2-results__option {
	padding: 6px 6px 6px 25px;
}

.select-location .select2-container .select2-results__options {
	color: var(--theme-color-text);
}

.select-location .select2-container--default .select2-results > .select2-results__options {
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.select-location .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 4px;
}

.select-location .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
	background: #ffffff;
}

.select-location .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	background: #888;
}

.select-location .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.select-location .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: relative;
	margin-left: auto;
	border: solid var(--theme-color-accent);
	border-width: 0;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	top: -2px;
	width: 24px;
	height: 24px;
}

@media screen and (max-width: 768px) {
	.select-location .select2-container--default .select2-selection--single .select2-selection__arrow {
		background-image: none;
		transition: all 0.3s;
		transform: rotate(135deg);
		border-top-right-radius: 2px;
		border-width: 1.5px 1.5px 0 0;
		width: 8px;
		height: 8px;
	}
}

.select-location .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
}

.select-location h2 {
	text-align: center;
	margin: 0 auto 27px auto;
	max-width: 75%;
}

.select-location__info {
	display: flex;
	gap: 43px;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	margin-bottom: 40px;
}

.select-location__info-item {
	display: flex;
	position: relative;
	align-items: center;
	gap: 13px;
	font-size: 20px;
	font-weight: 600;
}

.select-location__info-item::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	position: relative;
}

.select-location__info-item.available::before {
	background-image: url("");
}

.select-location__info-item.unavailable::before {
	background-image: url("");
}

@media (max-width: 768px) {
	.select-location {
		padding: 38px 0 0;
	}

	.select-location h2 {
		margin-bottom: 18px;
		max-width: 100%;
	}

	.select-location__info {
		justify-content: flex-start;
		max-width: 420px;
		margin: 36px auto 16px;
		gap: 0;
	}

	.select-location__info-item {
		font-size: 16px;
		flex: 0 0 50%;
	}

	.server-locations {
		padding: 21px 0 34px !important;
	}

	.text-img.text-img_server-locations {
		padding-top: 0 !important;
	}

	.text-img.text-img_server-locations .text-center > img {
		margin: 0 !important;
	}
}

.why-free {
	padding: 165px 0 230px 0;
}

.why-free h2 {
	max-width: 858px;
	margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
	.why-free {
		padding: 55px 0 120px 0;
	}

	.why-free h2 {
		text-align: center;
		width: 100%;
	}
}

.glossary-tab {
	padding: 100px 0 120px 0;
}

.glossary-tab .tabs-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 50px;
}

.glossary-tab .tabs-nav li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 30px;
}

.glossary-tab .tabs-nav li a {
	width: 23px;
	text-align: center;
}

.glossary-tab .tabs-nav li a::after {
	content: "";
	width: 23px;
	position: absolute;
	bottom: -21px;
	height: 0;
	background-color: var(--theme-color-accent);
	transition: height 0.2s;
	left: 0;
	right: 0;
}

.glossary-tab .tabs-nav li.disabled {
	cursor: default;
}

.glossary-tab .tabs-nav li.disabled:hover a::after, .glossary-tab .tabs-nav li.disabled.active a::after {
	height: 0;
}

.glossary-tab .tabs-nav li.disabled a {
	color: #333333;
	cursor: default;
}

.glossary-tab .tabs-nav li:hover a::after, .glossary-tab .tabs-nav li.active a::after {
	height: 3px;
}

.glossary-tab .tabs-nav li a {
	color: var(--theme-color-text);
	font-size: 14px;
	font-weight: 700;
}

.glossary-tab .tabs-content {
	display: flex;
}

.glossary-tab .tab-item {
	width: 305px;
	display: inline-block;
	padding-bottom: 26px;
	margin-bottom: 50px;
	border-bottom: 1px solid #BAD0D4;
}

.glossary-tab .tab-item .h1 {
	color: var(--theme-color-accent);
	position: relative;
	margin-bottom: 8px;
}

.glossary-tab .tab-item .h1 span {
	position: relative;
	top: -10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--theme-color-accent);
	background: #EDEDED;
	border-radius: 5px;
	padding: 2px 6px;
	margin-left: 11px;
	display: inline-block;
	letter-spacing: normal;
}

.glossary-tab .tab-item ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.glossary-tab .tab-item li a {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.65;
	position: relative;
	display: flex;
}

.glossary-tab .tab-item li a span {
	max-width: 265px;
}

.glossary-tab .tab-item li a:hover, .glossary-tab .tab-item li a:focus {
	color: var(--theme-color-accent);
	text-decoration: underline;
}

.glossary-tab .tab-item li a:hover::after, .glossary-tab .tab-item li a:focus::after {
	border-color: var(--theme-color-accent);
}

.glossary-tab .tab-item li a::after {
	content: "";
	position: relative;
	border: solid #BAD0D4;
	border-width: 1.5px 1.5px 0 0;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top-right-radius: 2px;
	margin-left: auto;
	top: 10px;
}

@media screen and (max-width: 1200px) {
	.glossary-tab .tabs-content {
		display: grid;
		grid-template-columns: repeat(2, 305px);
		justify-content: space-around;
	}
}

@media screen and (max-width: 768px) {
	.glossary-tab {
		padding: 60px 0 80px 0;
	}

	.tax-glossary_cat .glossary-tab {
		padding: 0;
		margin-top: 40px;
	}

	.glossary-tab .tabs-nav {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	.glossary-tab .tabs-nav li {
		margin-bottom: 10px;
	}

	.glossary-tab .tabs-nav li.disabled a {
		color: #D9D7DA;
	}

	.glossary-tab .tabs-nav li a::after {
		bottom: -7px;
	}

	.glossary-tab .tabs-content {
		grid-template-columns: 1fr;
	}

	.glossary-tab .tab-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.glossary-tab .tab-item .h1 {
		margin-bottom: 20px;
	}

	.glossary-tab .tab-item .h1 span {
		top: -5px;
	}

	.glossary-tab .tab-item li a {
		line-height: 1.3;
		padding: 2px 0;
	}

	.glossary-tab .tab-item li a::after {
		margin-right: 10px;
	}
}

.tab .tabs-content {
	overflow: hidden;
}

.two-steps {
	overflow: hidden;
	margin-top: 130px;
	padding: 50px 0 113px;
	position: relative;
}

.two-steps__text {
	max-width: 76%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 20px;
}

.two-steps__text h2 {
	margin-bottom: 50px;
}

.two-steps__container {
	display: flex;
	justify-content: center;
	gap: 32px;
}

.two-steps__item {
	display: flex;
	align-items: flex-end;
}

.two-steps__item .number {
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	color: var(--theme-color-accent);
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}

.two-steps__item .number::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	border-bottom: 1px dashed var(--theme-color-accent);
	bottom: 18px;
	left: 57%;
	z-index: 1;
}

.two-steps__item:not(:first-child) .number {
	margin-right: -13px;
}

.two-steps__img {
	position: relative;
	z-index: 4;
}

.two-steps .bg-shadow-pink {
	z-index: -1;
}

.two-steps .bg-shadow-pink,
.two-steps .triangle-left {
	top: 0;
}

@media screen and (max-width: 992px) {
	.two-steps__text {
		max-width: 100%;
		margin-bottom: 20px;
		padding-bottom: 35px;
		align-items: center;
	}

	.two-steps__text h2 {
		text-align: center;
		margin-bottom: 35px;
	}

	.two-steps__container {
		justify-content: space-around;
		gap: 10px;
	}
}

@media screen and (max-width: 762px) {
	.two-steps {
		margin-top: 70px;
		padding: 50px 0;
	}

	.two-steps__text h2 {
		max-width: 360px;
	}

	.two-steps__container {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.two-steps__item {
		transform: translateX(-13px);
	}

	.two-steps__item:not(:first-child) .number {
		width: 34px;
		margin-right: 13px;
	}
}

.cards-content {
	padding: 140px 0 180px 0;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.cards-content.cards-content_free-iphone {
	padding-bottom: 0;
}

.cards-content.cards-content_free-iphone h2 {
	max-width: 746px;
	margin-bottom: 53px;
}

.cards-content.cards-content_android-vpn {
	padding: 120px 0 100px;
}

.cards-content h2 {
	max-width: 905px;
	margin-bottom: 65px;
}

.cards-content.cards-content_android-vpn h2 {
	max-width: none;
	margin-bottom: 1em;
}

.cards-content h2 span {
	color: var(--theme-color-accent);
}

.cards-content .bg-shadow-pink {
	top: 0;
	z-index: -1;
}

.cards-content--big .card-container .card:nth-child(even) .card__text {
	margin-left: 0;
	margin-right: 110px;
}

.cards-content--big .card-container .card__text {
	max-width: 100%;
}

.cards-content.cards-content_streaming {
	padding: 90px 0 0;
}

@media screen and (max-width: 992px) {
	.cards-content h2 {
		text-align: center;
		margin: 0 auto 30px;
	}

	.cards-content--big h2 {
		max-width: 350px;
	}

	.cards-content.cards-content_free-iphone h2 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.cards-content {
		padding: 35px 0;
	}

	.cards-content.cards-content_streaming {
		padding: 35px 0 0;
	}

	.cards-content--big .card-container .card:nth-child(even) .card__text {
		margin-right: 0;
	}
}

.why-enjoy {
	padding: 73px 0 90px 0;
}

.why-enjoy__container {
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: flex-start;
	justify-items: flex-start;
}

.why-enjoy__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 21px;
}

.why-enjoy h2 {
	padding-right: 35px;
}

.why-enjoy h3 {
	text-align: center;
}

.why-enjoy__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 75px;
	justify-self: end;
}

.why-enjoy__item-img {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.why-enjoy__item-img img {
	max-width: 100%;
}

.why-enjoy--lp {
	padding-bottom: 0;
}

.why-enjoy--lp .why-enjoy__container {
	align-items: center;
}

.why-enjoy--lp .why-enjoy__cards {
	grid-template-columns: repeat(3, minmax(auto, 243px));
	grid-gap: 29px;
}

.why-enjoy--lp .why-enjoy__item {
	min-height: 204px;
	justify-content: center;
	border-radius: 10px;
	position: relative;
}

.why-enjoy--lp .why-enjoy__item::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	background: var(--theme-color-text);
	transition: opacity 0.3s;
	z-index: -1;
}

.why-enjoy--lp .why-enjoy__item:hover::after, .why-enjoy--lp .why-enjoy__item.active::after {
	transition: opacity 0.3s;
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.why-enjoy {
		padding: 50px 0 100px 0;
	}

	.why-enjoy h2 {
		text-align: center;
		max-width: 70%;
		margin: 0 auto 50px auto;
		padding: 0;
	}

	.why-enjoy__container {
		display: block;
		flex-direction: column;
		align-items: center;
	}

	.why-enjoy__cards {
		grid-gap: 21px;
		justify-self: start;
	}
}

@media screen and (max-width: 768px) {
	.why-enjoy {
		padding: 50px 0 25px 0;
	}

	.why-enjoy__cards {
		grid-gap: 20px;
		grid-template-columns: 1fr;
	}

	.why-enjoy__item {
		flex-direction: row;
	}

	.why-enjoy h2 {
		margin-bottom: 32px;
	}

	.why-enjoy h3 {
		text-align: left;
	}

	.why-enjoy h3 br {
		display: none;
	}

	.why-enjoy--lp .why-enjoy__cards {
		grid-gap: 20px;
		grid-template-columns: repeat(3, 1fr);
		align-items: flex-start;
	}

	.why-enjoy--lp .why-enjoy__item {
		flex-direction: column;
		min-height: auto;
	}

	.why-enjoy--lp .why-enjoy__item::after {
		display: none;
	}

	.why-enjoy--lp .why-enjoy__item h3 {
		text-align: center;
	}
}

.card-info {
	padding: 90px 0 200px 0;
}

.card-info__container {
	display: grid;
	grid-template-columns: 416px auto;
	grid-gap: 134px;
}

.card-info__img {
	height: 357px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.card-info__img img {
	margin-top: 10px;
	max-height: 100%;
	object-fit: contain;
}

.card-info__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 28px;
}

.card-info__text p {
	max-width: 668px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

@media screen and (max-width: 1200px) {
	.card-info__container {
		grid-gap: 45px;
	}
}

@media screen and (max-width: 992px) {
	.card-info {
		padding: 25px 0 50px 0;
	}

	.card-info__container {
		grid-template-columns: 1fr;
		grid-gap: 45px;
	}

	.card-info__img {
		height: 301px;
		max-width: 416px;
		width: 100%;
		margin: 0 auto;
	}

	.card-info__text {
		max-width: 400px;
		align-items: center;
		margin: 0 auto;
	}

	.card-info__text h2 {
		text-align: center;
	}

	.card-info__text p {
		text-align: center;
		font-size: 16px;
	}
}

.promo {
	padding-top: 156px;
}

.promo .bg-map {
	background: url("") no-repeat bottom -3% right 30px;
	padding-bottom: 270px;
}

.promo__card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 85px;
	align-items: center;
}

.promo__card h2 {
	margin-bottom: 26px;
}

.promo__card-text {
	margin-left: 115px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
}

.promo__card-text p {
	font-weight: 600;
}

.promo--youtube {
	margin-bottom: 170px;
}

.promo--youtube .promo__card-text {
	margin-left: 0;
	margin-right: 80px;
}

.promo--youtube .promo__card-text p {
	margin-top: 41px;
	max-width: 511px;
}

.promo--youtube .promo__card-img {
	order: 1;
}

.promo__info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 30px 0;
}

.promo__info-title {
	max-width: 584px;
}

.promo__info-title span {
	color: var(--theme-color-accent);
}

.promo__number {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 400;
	font-size: 200px;
	line-height: 1;
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-left: 115px;
	margin-top: -25px;
}

.promo__number span {
	display: block;
	-webkit-text-fill-color: var(--theme-color-accent);
	font-size: 60px;
	font-weight: 700;
	margin: -0.25em 0 0 0.33em;
}

.promo .text-center {
	max-width: 100%;
}

.promo .text-center p {
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	.promo__card {
		grid-gap: 40px;
	}

	.promo__card-text {
		margin-left: 0;
	}

	.promo__info {
		grid-gap: 40px;
		grid-template-columns: 1fr max-content;
	}

	.promo__number {
		margin-left: 0;
	}
}

@media screen and (max-width: 992px) {
	.promo__info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

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

@media screen and (max-width: 768px) {
	.promo {
		padding-top: 64px;
	}

	.promo--youtube {
		margin-bottom: 70px;
	}

	.promo--youtube .promo__card-text {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}

	.promo--youtube .promo__card-text h3 {
		text-align: center;
	}

	.promo--youtube .promo__card-text p {
		max-width: 100%;
	}

	.promo--youtube .button span {
		height: auto;
		font-size: 20px;
		text-align: center;
		padding: 19px 28px !important;
		align-items: flex-start;
	}

	.promo--youtube .button img {
		width: 26px;
		margin-top: 0;
	}

	.promo__card {
		grid-gap: 40px;
		grid-template-columns: 1fr;
		margin-bottom: 33px;
	}

	.promo__card-img {
		margin: 0 auto;
	}

	.promo__card h2 {
		margin-bottom: 31px;
		text-align: center;
	}

	.promo__card p {
		text-align: center;
		font-size: 16px;
	}

	.promo__info {
		grid-template-columns: 1fr;
		grid-gap: 45px;
		padding-top: 0;
		padding-bottom: 180px;
		align-items: center;
	}

	.promo__info h2 {
		text-align: center;
	}

	.promo__number {
		font-size: 110px;
		margin: 0;
		padding-left: 24px;
	}

	.promo__number span {
		font-size: 36px;
		margin-left: 0.2em;
	}

	.promo .bg-map {
		padding-bottom: 0;
		background-size: 502px 201px;
		background-position: -101px calc(100% - 80px);
	}
}

.free-proxies {
	position: relative;
	padding: 66px 0 108px;
	overflow: hidden;
	z-index: 4;
}

.free-proxies__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 84px 87px;
}

.free-proxies__container > h2:first-of-type {
	grid-column: span 2;
}

.free-proxies h2 span {
	color: var(--theme-color-accent);
}

.free-proxies__item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 34px;
}

.free-proxies__item p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.free-proxies__footer {
	margin-top: 107px;
}

.free-proxies__footer h2 {
	max-width: 802px;
	margin-inline: auto;
	text-align: center;
}

.free-proxies__item-buttons {
	margin-top: 62px;
	display: flex;
	gap: 23px;
	justify-content: center;
}

.free-proxies__item-buttons .button {
	margin: 0;
}

.free-proxies__item-buttons .button img {
	margin-right: 10px;
}

.free-proxies .bg-shadow-pink {
	top: 0;
	z-index: -1;
}

@media screen and (max-width: 1200px) {
	.free-proxies__container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 77px 50px;
	}
}

@media screen and (max-width: 992px) {
	.free-proxies__container {
		grid-gap: 50px;
	}

	.free-proxies__container > h2:first-of-type {
		grid-column: span 2;
		max-width: 380px;
		margin: 0 auto;
		text-align: center;
	}

	.free-proxies__container > h2:last-of-type {
		grid-column: span 2;
		text-align: center;
	}

	.free-proxies__item-buttons {
		grid-column: span 2;
		margin: 0 auto;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	.free-proxies {
		padding: 52px 0 54px;
	}

	.free-proxies__container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 35px;
	}

	.free-proxies__item {
		align-items: center;
		gap: 25px;
	}

	.free-proxies__item:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.free-proxies__item p {
		text-align: center;
		font-size: 16px;
	}

	.free-proxies__item-buttons {
		gap: 18px;
		margin-top: 33px;
		flex-direction: column;
	}

	.free-proxies__item-buttons .button {
		font-size: 20px;
		line-height: 1;
		font-weight: 700;
	}

	.free-proxies__item-buttons .button span {
		padding: 5px 32px;
	}

	.free-proxies__footer {
		margin-top: 39px;
	}
}

.set-up {
	margin-top: 77px;
	margin-bottom: 110px;
	padding-block: 60px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.set-up__container {
	display: grid;
	grid-template-columns: 50.4% auto;
	grid-gap: 56px;
}

.set-up h2 {
	margin: 0 0 59px;
}

.set-up__list {
	max-width: 544px;
	margin-top: 35px;
}

.set-up ul {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.set-up ul li {
	display: grid;
	grid-template-columns: 85px 1fr;
	grid-gap: 14px;
	align-items: center;
}

.set-up__text {
	max-width: 418px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	padding: 0;
}

.set-up .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	position: relative;
	z-index: 1;
}

.set-up .number::after, .set-up .number::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.set-up .number::after {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	opacity: 0.3;
}

.set-up .number::before {
	width: 70px;
	height: 70px;
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	opacity: 0.2;
}

.set-up .number span {
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	z-index: 2;
	color: #FFFFFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
}

.set-up a {
	color: var(--theme-color-accent);
	text-decoration: underline;
}

.set-up a:hover {
	text-decoration: none;
}

.set-up + .articles {
	padding-top: 0;
}

@media screen and (max-width: 992px) {
	.set-up {
		margin-bottom: 0;
	}

	.set-up h2 {
		margin-top: 0;
	}

	.set-up__container {
		grid-template-columns: 1fr;
		grid-gap: 39px;
		justify-items: center;
	}

	.set-up h2 {
		text-align: left;
	}

	.set-up ul {
		gap: 17px;
	}

	.set-up__list {
		margin-top: 0;
		max-width: 454px;
	}

	.set-up__text {
		max-width: 100%;
		font-size: 20px;
		padding: 10px 0;
	}

	.set-up .number span {
		font-size: 14px;
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.set-up .number::before {
		width: 54px;
		height: 54px;
	}
}

@media screen and (max-width: 420px) {
	.set-up br {
		display: none;
	}
}

.three-steps {
	overflow: hidden;
	padding: 60px 0 90px;
	position: relative;
}

.three-steps__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 0;
	height: 100%;
	justify-content: flex-end;
}

.three-steps__text h2 {
	margin-bottom: 50px;
}

.three-steps__container {
	display: flex;
	justify-content: center;
}

.three-steps__item {
	display: flex;
	align-items: flex-end;
}

.three-steps__item .number {
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	color: var(--theme-color-accent);
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
	margin-right: -15px;
}

.three-steps__item .number::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	border-bottom: 1px dashed var(--theme-color-accent);
	bottom: 18px;
	left: 57%;
	z-index: 1;
}

.three-steps__img {
	position: relative;
	z-index: 4;
}

.three-steps .bg-shadow-pink {
	z-index: -1;
}

.three-steps .bg-shadow-pink,
.three-steps .triangle-left {
	top: 0;
}

@media screen and (max-width: 992px) {
	.three-steps__text {
		max-width: 100%;
		padding: 0;
		margin: 0;
		align-items: center;
	}

	.three-steps__text h2 {
		text-align: center;
		margin-bottom: 43px;
	}

	.three-steps__container {
		justify-content: space-around;
		gap: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 762px) {
	.three-steps {
		margin-top: 55px;
		padding: 34px 0 32px;
	}

	.three-steps__text h2 {
		max-width: 360px;
	}

	.three-steps__text .button span {
		background-color: #171012;
	}

	.three-steps__container {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	.three-steps__item:not(:first-child) .number {
		width: 34px;
		margin-right: 13px;
	}

	.three-steps .text-center {
		margin-top: 0;
	}
}

.offers {
	margin-top: 83px;
	margin-bottom: 100px;
	padding: 60px 0 160px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.offers h2 {
	margin-bottom: 52px;
}

.offers__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px 28px;
}

.offers__item-img {
	background: #FFF;
	padding: 54px 58px 0 58px;
	max-height: 416px;
	border-radius: 10px;
	display: flex;
}

.offers__item-img img {
	border-radius: 2.5% 2.5% 0 0;
	box-shadow: 10px 10px 30px 4px #FFF;
	max-width: 100%;
	margin: auto auto 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.offers__item-title {
	margin-top: 45px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: var(--theme-color-text);
}

@media screen and (max-width: 768px) {
	.offers {
		padding: 22px 0 50px;
		margin-bottom: 0;
	}

	.offers h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	.offers__container {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.offers__item-img {
		padding: 22px 33px 0 33px;
	}

	.offers__item-title {
		font-size: 20px;
		text-align: center;
		margin-top: 30px;
	}
}

.unlimited-section {
	padding: 138px 0;
}

.unlimited-section h2 {
	margin-bottom: 80px;
}

.unlimited-section__container {
	display: grid;
	grid-template-columns: minmax(auto, 308px) auto minmax(auto, 308px) minmax(auto, 420px);
	grid-template-rows: 342px 342px;
	grid-gap: 71px 23px;
}

.unlimited-section__item {
	padding: 40px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	cursor: pointer;
	transition: all 0.2s;
}

.unlimited-section__item h3 {
	max-width: 170px;
	position: relative;
	z-index: 4;
}

.unlimited-section__item-img {
	position: absolute;
	z-index: 3;
}

.unlimited-section__item-img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.unlimited-section__item-img img + .unlimited-section__item-img-mob {
	display: none;
}

.unlimited-section__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: var(--theme-color-accent);
	filter: blur(90px);
	opacity: 0;
	border-radius: 50%;
	z-index: 1;
	transition: all 0.2s;
}

.unlimited-section__item:hover::after {
	opacity: 1;
}

.unlimited-section__item:nth-child(1), .unlimited-section__item:nth-child(5) {
	grid-column: span 2;
}

.unlimited-section__item:nth-child(1) .unlimited-section__item-img {
	bottom: 0;
	right: 0;
	height: 100%;
}

.unlimited-section__item:nth-child(1) .unlimited-section__item-img img {
	height: 100%;
}

.unlimited-section__item:nth-child(2) .unlimited-section__item-img {
	top: 90px;
	left: 0;
	width: 100%;
}

.unlimited-section__item:nth-child(2) .unlimited-section__item-img img {
	margin: 0 auto;
}

.unlimited-section__item:nth-child(3) {
	grid-row: 1/-1;
	grid-column: 4/5;
	align-items: flex-start;
}

.unlimited-section__item:nth-child(3) h3 {
	margin-top: 60%;
}

.unlimited-section__item:nth-child(3) .unlimited-section__item-img {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
}

.unlimited-section__item:nth-child(3) .unlimited-section__item-img img {
	margin: 0 auto;
}

.unlimited-section__item:nth-child(4) .unlimited-section__item-img {
	top: 58px;
	left: 10px;
	width: 100%;
}

.unlimited-section__item:nth-child(4) .unlimited-section__item-img img {
	margin: 0 auto;
}

.unlimited-section__item:nth-child(5) .unlimited-section__item-img {
	top: 43px;
	left: 0;
	width: 100%;
}

.unlimited-section__item:nth-child(5) .unlimited-section__item-img img {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.unlimited-section {
		padding: 80px 0 0;
	}

	.unlimited-section h2 {
		text-align: center;
		margin-bottom: 25px;
	}

	.unlimited-section__container {
		display: flex;
		flex-direction: column;
		gap: 26px;
	}

	.unlimited-section__item {
		height: 225px;
		padding: 28px;
	}

	.unlimited-section__item h3 {
		max-width: 145px;
	}

	.unlimited-section__item:nth-child(2) .unlimited-section__item-img {
		top: 50%;
		transform: translateY(-50%);
	}

	.unlimited-section__item:nth-child(2) .unlimited-section__item-img img {
		margin: 0 21px 0 auto;
	}

	.unlimited-section__item:nth-child(3) h3 {
		margin-top: auto;
	}

	.unlimited-section__item:nth-child(3) .unlimited-section__item-img img {
		display: none;
	}

	.unlimited-section__item:nth-child(3) .unlimited-section__item-img .unlimited-section__item-img-mob {
		right: 0;
		margin: 0 0 0 auto;
		display: block;
	}

	.unlimited-section__item:nth-child(4) {
		order: 1;
	}

	.unlimited-section__item:nth-child(4) .unlimited-section__item-img {
		top: 56%;
		transform: translateY(-50%);
	}

	.unlimited-section__item:nth-child(4) .unlimited-section__item-img img {
		display: none;
	}

	.unlimited-section__item:nth-child(4) .unlimited-section__item-img .unlimited-section__item-img-mob {
		right: 0;
		margin: auto 0 auto auto;
		display: block;
	}

	.unlimited-section__item:nth-child(5) .unlimited-section__item-img {
		top: 14px;
		width: 93%;
		left: 50%;
		transform: translateX(-50%);
	}
}

.step-by-step {
	padding: 205px 0 0;
	position: relative;
	overflow: hidden;
}

.step-by-step_thanks {
	padding-top: 56px;
}

.step-by-step_uninstall {
	margin: 60px 0 100px;
}

.step-by-step + .text, .step-by-step + .text-list {
	margin-top: 0;
	padding-top: 0;
}

.step-by-step__text {
	margin-bottom: 38px;
}

.step-by-step__text h2 span {
	color: var(--theme-color-accent);
}

.step-by-step__text p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	max-width: 1100px;
}

.step-by-step__text p a {
	color: var(--theme-color-accent);
}

.step-by-step__text p a:hover {
	text-decoration: underline;
}

.step-by-step__text p + h2 {
	margin-top: 112px;
}

.step-by-step .h3 {
	color: var(--theme-color-accent);
	text-transform: uppercase;
	font-weight: 500;
	max-width: 168px;
}

.step-by-step__item {
	border-bottom: 1px solid #BAD0D4;
	align-items: flex-start;
	padding: 25px 0 24px 0;
	display: grid;
	grid-template-columns: minmax(0, 220px) auto minmax(0, 420px);
	grid-gap: 20px;
}

.step-by-step__item-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-left: 0;
	height: 100%;
}

.step-by-step__item-text .step-by-step__item-title {
	max-width: 417px;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2;
}

.step-by-step__item-text .step-by-step__item-title a {
	color: var(--theme-color-accent);
}

.step-by-step__item-text p {
	font-size: 20px;
	font-weight: 600;
}

.step-by-step__item-text .button {
	margin-top: 35px;
}

.step-by-step__item-text .h3 {
	display: none;
}

.step-by-step__item-img {
	max-width: 525px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-by-step__item-img img {
	object-fit: contain;
}

.step-by-step__item:nth-child(5) {
	border-bottom: 0;
}

.step-by-step ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.step-by-step ul + .button {
	margin-top: 39px;
}

.step-by-step ul li {
	position: relative;
	padding-left: 19px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.step-by-step ul li a {
	text-decoration: underline;
	display: inline-block;
	padding: 0 5px;
}

.step-by-step ul li a:hover {
	text-decoration: none;
}

.step-by-step ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	margin-right: 9px;
	left: 0;
	top: 9px;
}

.step-by-step ul li::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	background: #fefdfd;
	left: 2px;
	top: 11px;
}

@media screen and (max-width: 1200px) {
	.step-by-step__item {
		grid-template-columns: 0.5fr 2fr 1.5fr;
	}
}

@media screen and (max-width: 993px) {
	.step-by-step h2 {
		text-align: center;
	}

	.step-by-step__item {
		grid-template-columns: 1fr;
		border-bottom: none;
		grid-gap: 16px 0;
		padding: 0;
		margin-bottom: 26px;
	}

	.step-by-step__item:last-child {
		margin-bottom: 0;
	}

	.step-by-step__item-img {
		grid-row: 1/2;
		max-width: 100%;
	}

	.step-by-step__item .h3 {
		display: none;
	}

	.step-by-step__item-right .step-by-step__item-title {
		margin-bottom: 14px;
	}

	.step-by-step__item-text {
		margin-left: 0;
		display: grid;
		grid-template-columns: minmax(78px, 85px) 1fr;
		grid-gap: 0 14px;
	}

	.step-by-step__item-text .step-by-step__item-title {
		max-width: 100%;
		font-weight: 600;
		font-size: 20px;
		grid-column: 2/3;
	}

	.step-by-step__item-text .step-by-step__item-title br {
		display: none;
	}

	.step-by-step__item-text .h3 {
		display: block;
		grid-column: 1/2;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.3;
	}

	.step-by-step__item-text p {
		margin-top: 0;
		grid-column: 2/3;
		font-size: 16px;
	}

	.step-by-step__item-text .button {
		grid-column: span 2;
		width: 100%;
		max-width: 350px;
		margin: 46px auto 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.step-by-step {
		padding: 79px 0 0;
	}

	.step-by-step_thanks {
		padding-top: 21px;
	}

	.step-by-step_uninstall {
		margin: 30px 0 0;
	}

	.step-by-step .h3 {
		text-align: left;
	}

	.step-by-step__text {
		max-width: 351px;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.step-by-step__text h2, .step-by-step__text p {
		text-align: center;
		width: 100%;
	}

	.step-by-step__text p {
		font-size: 20px;
	}

	.step-by-step ul {
		gap: 15px;
	}

	.step-by-step ul li {
		font-size: 16px;
	}

	.step-by-step ul li::before {
		top: 7px;
	}

	.step-by-step ul li::after {
		top: 9px;
	}
}

.products-card {
	position: relative;
	padding: 12px 0 0;
	overflow: hidden;
}

.products-card h2 {
	margin-bottom: 37px;
	text-align: center;
}

.products-card .button {
	min-width: 168px;
	margin-top: auto;
}

.products-card__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 75px;
	grid-column-gap: 25px;
	margin-bottom: 80px;
}

.products-card__list.head-card {
	grid-template-columns: 1fr 1fr;
}

.products-card .big-card {
	display: flex;
	flex-direction: column;
}

.products-card .big-card .item__img {
	margin: 0;
}

.products-card .big-card .item__img.bg {
	position: absolute;
	width: 904px;
	max-width: 100%;
	min-height: auto;
	left: 0;
	bottom: 0;
}

.products-card .big-card .item__img.bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 1279px) {
	.products-card .big-card .item__img.bg img {
		-o-object-position: left;
		object-position: left;
	}
}

@media screen and (max-width: 767px) {
	.products-card .big-card .item__img.bg {
		position: relative;
		background: url("") no-repeat bottom;
		background-size: cover;
		width: 100%;
		aspect-ratio: 351/186;
		order: 1;
	}

	.products-card .big-card .item__img.bg img {
		display: none;
	}
}

.products-card .big-card .products-card__item {
	margin-bottom: 75px;
	padding-top: 84px;
	position: relative;
	width: 100%;
	height: 538px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.products-card .big-card .products-card__item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: -100%;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

@media screen and (max-width: 1279px) {
	.products-card .big-card .products-card__item {
		align-items: flex-end;
	}
}

@media screen and (max-width: 767px) {
	.products-card .big-card .products-card__item {
		height: auto;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		padding: 66px 0 0;
		margin-bottom: 30px;
		background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
		border-radius: 10px;
	}
}

.products-card .big-card .content__wrapp {
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
	column-gap: 50px;
	margin-right: 9%;
}

@media screen and (max-width: 1279px) {
	.products-card .big-card .content__wrapp {
		flex-direction: column;
		width: fit-content;
	}
}

@media screen and (max-width: 767px) {
	.products-card .big-card .content__wrapp {
		padding: 0 0 46px !important;
		margin: 0;
		position: relative;
	}

	.products-card__item .item__content h3 {
		font-size: 24px;
		line-height: 1.3;
		font-weight: 700;
	}
}

.products-card .big-card .content__wrapp .link__list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.products-card .big-card .content__wrapp .link__list .link__list-title {
	display: none;
	color: #FFFFFF;
}

.products-card .big-card .content__wrapp .link__list a {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: var(--theme-color-text);
	margin-bottom: 6px;
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: color 0.2s, text-decoration-color 0.2s;
}

.products-card .big-card .content__wrapp .link__list a:hover {
	color: var(--theme-color-accent);
	text-decoration-color: var(--theme-color-accent);
}

@media screen and (max-width: 767px) {
	.products-card .big-card .content__wrapp .link__list {
		align-items: center;
		padding-top: 0;
		margin-top: 42px;
	}
}

.products-card .big-card .content__wrapp .item__content {
	max-width: 393px;
	color: var(--theme-color-text);
}

.products-card .big-card .content__wrapp .item__content p {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.products-card .big-card .content__wrapp .item__content {
		max-width: 260px;
	}
}

.products-card .big-card .content__wrapp .item__content .button {
	background: none;
	padding: 0;
	margin: 10px 0 0;
	min-height: auto;
	min-width: auto;
	color: var(--theme-color-accent);
	line-height: 28px;
	font-weight: 600;
	border-radius: 0;
}

.products-card .big-card .content__wrapp .item__content .button::before {
	content: none;
}

.products-card .big-card .content__wrapp .item__content .button::after {
	content: '>';
	opacity: 1;
	background: none;
	position: relative;
	margin: 0 0 0 0.2em;
	color: var(--theme-color-accent);
}

@media screen and (max-width: 767px) {
	.products-card .big-card .content__wrapp {
		padding: 40px;
	}

	.products-card .big-card .content__wrapp .item__content {
		max-width: 100%;
		padding-inline: 20px;
	}

	.products-card .big-card .content__wrapp .item__content .button {
		margin-top: 10px;
	}
}

.products-card__item {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: auto;
}

.products-card__item .item__img {
	margin-bottom: 60px;
	overflow: hidden;
	min-height: 262px;
}

.products-card__item .item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-card__item .item__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	flex-grow: 1;
}

.products-card__item .item__content h3 {
	margin-bottom: 10px;
	font-weight: 700;
}

.products-card__item .item__content p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 30px;
}

.products-card__item .item__content .button {
	margin-top: auto;
	justify-self: flex-end;
	min-width: 168px;
}

.products-card__item--big .item__img {
	max-width: 856px;
}

.products-card--advice .products-card__item {
	min-height: 420px;
}

.products-card--advice .products-card__item .item__img {
	margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.products-card__item--big {
		grid-column: 1/-1;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.products-card__item--big .item__img {
		order: 1;
		max-width: 70%;
		width: 80%;
		flex-grow: 1;
		gap: 35px;
		margin-bottom: 0;
	}

	.products-card__item--big .item__content {
		flex-grow: 0;
	}

	.products-card__item--big .item__content .button {
		margin-top: 30px;
	}
}

@media screen and (max-width: 992px) {
	.products-card__list {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 50px;
		grid-column-gap: 15px;
	}
}

@media screen and (max-width: 768px) {
	.products-card {
		padding: 57px 0;
	}

	.products-card h2 {
		max-width: 290px;
		margin: 0 auto 22px auto;
	}

	.products-card__list {
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
		margin-bottom: 30px;
	}

	.products-card__list.head-card {
		grid-template-columns: 1fr;
	}

	.products-card__item--big .item__img {
		max-width: 100%;
		margin-bottom: 21px;
	}

	.products-card .big-card .products-card__item::before {
		content: none;
	}
}

@media screen and (max-width: 768px) {
	.products-card__item .item__img {
		margin-bottom: 21px;
	}

	.products-card__item .item__content {
		align-items: center;
	}

	.products-card__item .item__content p {
		text-align: center;
	}
}

.info-block {
	position: relative;
	overflow: hidden;
}

.info-block .container {
	padding: 160px 0 150px;
	background: url("planet-smooth.svg") no-repeat 0 28%;
	background-size: 75%;
}

.info-block h2 {
	max-width: 465px;
}

.info-block__text {
	max-width: 413px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.info-block .button {
	margin-top: 35px;
}

.info-block p {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.info-block .bg-shadow-pink {
	top: 0;
	z-index: 0;
}

.info-block .triangle-left {
	top: 0;
}

.info-block--twitter {
	margin-bottom: 130px;
}

.info-block--twitter .container {
	padding: 0 15px 150px 15px;
	min-height: 455px;
	background-position: bottom -30px center;
	background-size: 745px;
}

.info-block--twitter h2 {
	margin-top: 0;
}

.info-block--twitter .info-block__text {
	margin: 0;
	max-width: 100%;
}

.info-block--twitter .info-block__text p {
	font-size: 24px;
	margin-bottom: 0;
}

.info-block--twitter .info-block__img img {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.info-block .container {
		padding: 210px 15px 127px 15px;
		background-size: 100%;
		position: relative;
		z-index: 2;
	}

	.info-block h2 {
		margin: 0 auto 21px auto;
		text-align: center;
		max-width: 350px;
	}

	.info-block__text {
		margin: 0 auto;
		align-items: center;
	}

	.info-block p {
		text-align: center;
		font-size: 16px;
	}

	.info-block--twitter {
		margin-bottom: 30px;
	}

	.info-block--twitter .container {
		padding: 0 15px 80px 15px;
		background-position: bottom center;
	}

	.info-block--twitter h2 {
		margin-bottom: 0;
	}

	.info-block--twitter p {
		margin-bottom: 24px;
	}

	.info-block--twitter .info-block__img {
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
	}

	.info-block--twitter .info-block__img img {
		width: 294px;
		height: auto;
		margin-inline: auto;
	}

	.info-block--twitter .info-block__center {
		order: 1;
		margin-top: 27px;
	}

	.info-block--twitter .info-block__text {
		margin-top: 59px;
	}

	.page-template-thank-you-almost-done .info-block {
		margin: 90px 0 0 !important;
	}
}

.accordion-section {
	margin-bottom: 170px;
}

.accordion-section .accordion {
	max-width: 800px;
	margin-inline: auto;
}

.accordion-section.accordion-section_bg {
	padding-block: 79px;
	margin-bottom: 53px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.accordion .accordion-item {
	overflow: hidden;
	border-bottom: 1px solid #BAD0D4;
}

.accordion .accordion-item .minus {
	display: none;
}

.accordion .accordion-item.active .minus {
	display: block;
}

.accordion .accordion-item.active .plus {
	display: none;
}

.accordion .accordion-title {
	padding: 18px 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

.accordion .accordion-title h2 {
	font-size: 30px;
}

.accordion .accordion-title span {
	width: 27px;
	height: 27px;
}

.accordion .accordion-title span img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.accordion .accordion-content {
	padding: 0 0 30px 60px;
	display: none;
	max-width: 857px;
}

.accordion .accordion-content p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.accordion .accordion-content strong {
	font-weight: 400;
	color: var(--theme-color-accent);
}

@media screen and (max-width: 768px) {
	.accordion-section {
		margin-bottom: 120px;
	}

	.accordion-section.accordion-section_bg {
		padding: 108px 0 111px;
		margin-bottom: 0;
	}

	.accordion .accordion-title {
		gap: 60px;
		padding: 24px 0 15px 0;
	}

	.accordion .accordion-title h2 {
		padding-left: 4px;
		font-size: 30px;
	}

	.accordion .accordion-content {
		padding-left: 30px;
	}

	.accordion .accordion-content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 500px) {
	.accordion .accordion-title {
		gap: 0;
	}

	.accordion .accordion-title h2 {
		max-width: 90%;
	}
}

.info-section {
	padding: 157px 0 0;
	overflow: hidden;
}

.info-section h2 {
	max-width: 858px;
	margin-bottom: 49px;
}

.info-section__item {
	display: grid;
	grid-template-columns: minmax(200px, 306px) 306px minmax(auto, 416px);
	grid-gap: 132px;
}

.info-section__item-text {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.info-section__item-img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 60px;
	position: relative;
	z-index: -1;
}

.info-section__item-img::after {
	position: absolute;
	content: "";
	background: url("planet-smooth.svg") no-repeat top center;
	background-size: contain;
	width: 977px;
	height: 389px;
	left: 25%;
	top: -72px;
	transform: translateX(-50%);
	z-index: -2;
}

.info-section__item h3 {
	margin-bottom: 23px;
}

.info-section__item .button {
	margin-top: 18px;
}

.info-section--anonymous h2 {
	max-width: 440px;
}

.info-section--anonymous .info-section__item-img {
	margin-top: -150px;
}

.info-section--anonymous .info-section__item-img::after {
	top: 230px;
	filter: blur(150px);
	height: 28px;
}

.info-section--anonymous .info-section__item-img img {
	position: absolute;
	max-width: none;
	width: 193%;
}

@media screen and (max-width: 1200px) {
	.info-section__item {
		grid-gap: 60px;
	}
}

@media screen and (max-width: 992px) {
	.info-section {
		padding: 44px 0 0;
	}

	.info-section h2 {
		margin-bottom: 32px;
		text-align: center;
	}

	.info-section__item {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	.info-section__item-img {
		margin-top: 0;
		margin-bottom: 78px;
	}

	.info-section__item-img::after {
		width: 502px;
		height: 201px;
		top: 20px;
		left: 40%;
	}

	.info-section__item h3 {
		margin-top: 30px;
		text-align: center;
	}

	.info-section__item-text {
		font-size: 16px;
		max-width: 400px;
		margin: 0 auto;
		align-items: center;
	}

	.info-section__item-text p {
		text-align: center;
		font-size: 16px;
	}

	.info-section--anonymous h2 {
		max-width: 440px;
		margin: 0 auto 32px auto;
	}

	.info-section--anonymous h3 {
		margin-top: 0;
	}

	.info-section--anonymous .info-section__item-img {
		position: relative;
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.info-section--anonymous .info-section__item-img img {
		position: relative;
		max-width: 471px;
	}

	.info-section--anonymous + .articles {
		padding-top: 30px;
	}

	.info-section--anonymous + .articles .bg-shadow-pink,
	.info-section--anonymous + .articles .triangle-left {
		display: none;
	}
}

.articles {
	padding: 90px 0 150px;
	position: relative;
	overflow: hidden;
}

.articles .container > h2 {
	text-align: center;
	margin-bottom: 61px;
}

.articles.articles_extension .container > h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
}

.articles.articles_extension .container > h2 span {
	color: var(--theme-color-accent);
}

.articles-container {
	display: flex;
	flex-direction: column;
	gap: 72px;
}

.articles-container--left + .text-center {
	max-width: 100%;
}

.articles .text-center.text-center_articles {
	position: relative;
	padding: 88px 0;
}

.articles .text-center.text-center_articles::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.articles .text-center.text-center_articles h3 {
	position: relative;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.04em;
	margin: 0 auto 42px;
	max-width: 802px;
}

.articles .text-center.text-center_articles h3 span {
	color: var(--theme-color-accent);
}

.articles.articles_hide-my-ip .text-center.text-center_articles h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.articles .article {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	position: relative;
	z-index: 4;
}

.articles .article__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 100px;
	align-items: flex-start;
}

.articles .article__text-bottom {
	display: flex;
	align-items: flex-end;
}

.articles .article__text-info span {
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	background: linear-gradient(93.62deg, #75EDFD 0.39%, var(--theme-color-accent) 98.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.articles .article__text p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	max-width: 526px;
}

.articles .article__text p a {
	color: var(--theme-color-accent);
	text-decoration: underline;
}

.articles .article__text p a:hover {
	text-decoration: none;
}

.articles .article__text p + .button {
	margin-top: 18px;
}

.articles .article__text h2, .articles .article__text h3 {
	margin-bottom: 16px;
}

.articles .article__text .h3.pink {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 18px;
}

.articles .article__text .h3.pink:hover {
	text-decoration: none;
}

.articles .article__text ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 40px;
}

.articles .article__text ul li {
	position: relative;
	padding-left: 36px;
	font-size: 18px;
	line-height: 1.4;
}

.articles .article__text ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: linear-gradient(-273.4deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
	margin-right: 9px;
	left: 0;
	top: 9px;
}

.articles .article__text ul li::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	background: #0F0F0F;
	left: 2px;
	top: 11px;
}

.articles .bg-shadow-green,
.articles .bg-shadow-pink {
	top: 0;
}

.articles .text-center p {
	margin-bottom: 30px;
}

.articles .text-center h3 {
	margin-bottom: 45px;
}

.articles .text-img {
	padding-bottom: 0;
}

.articles .article--left + .text-center {
	max-width: 100%;
}

.articles .article--left + .text-center p {
	max-width: 805px;
	font-size: 22px;
}

.articles-list .article__text {
	justify-content: flex-start;
}

.articles-list .article__text-bottom {
	margin-top: auto;
	gap: 80px;
}

.articles-list .article__text-bottom h4 {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 14px;
}

.articles + .promo {
	padding-top: 0;
}

.articles__title-container {
	position: relative;
	z-index: 1;
	margin-bottom: 44px;
}

.articles__title {
	text-align: center;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.articles_isp {
	padding-bottom: 0;
}

.articles_locations {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 88px;
}

.articles_locations .articles-container {
	gap: 80px;
}

.articles_locations .article {
	grid-gap: 100px;
}

.articles_locations .article__item-title {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: -0.03em;
}

.articles_locations .article__item-description {
	font-size: 20px;
	line-height: 1.4;
}

.articles.articles_windows-vpn {
	padding: 194px 0 125px;
}

.articles.articles_windows-vpn .articles__title-container {
	margin-bottom: 0;
}

.articles.articles_windows-vpn .articles__title span {
	color: var(--theme-color-accent);
}

.articles.articles_windows-vpn .articles__description-container {
	max-width: 1155px;
	margin: 26px auto 0;
	text-align: center;
}

.articles.articles_windows-vpn .articles__description {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}

.articles.articles_windows-vpn .articles-container {
	margin-top: 89px;
	gap: 116px;
}

.articles.articles_windows-vpn .article__item-title {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 24px;
}

.articles.articles_windows-vpn .article__item-description span {
	color: var(--theme-color-accent);
}

.articles.articles_windows-vpn .article__text p + .button {
	margin-top: 24px;
}

.articles.articles_windows-vpn .article__text {
	margin-left: 53px;
}

@media screen and (min-width: 1200px) {
	.articles.articles_windows-vpn .articles-container .article:nth-child(even) .article__text {
		margin: 0 90px 0 0;
	}
}

@media screen and (min-width: 993px) {
	.articles-container .article:nth-child(even) .article__img {
		order: 1;
	}

	.articles-container .article:nth-child(even) .article__text {
		margin: 0;
	}

	.articles-container--left .article:nth-child(odd) .article__img {
		order: 1;
	}

	.articles-container--left .article:nth-child(odd) .article__img.article__img-desk {
		display: block;
	}

	.articles-container--left .article:nth-child(odd) .article__img.article__img-mob {
		display: none;
	}

	.articles-container--left .article:nth-child(odd) .article__text {
		margin: 0;
	}

	.articles-container--left .article:nth-child(even) .article__text {
		margin-left: 0;
		order: 1;
	}

	.articles .article--left .article__img {
		order: 1;
	}

	.articles .article--left .article__text {
		margin: 15px 0 0 0;
	}

	.articles .article--left .article__text h2 {
		margin-bottom: 20px;
	}

	.articles_locations .articles-container .article:nth-child(even) .article__img {
		order: 0;
	}

	.articles_locations .articles-container .article:nth-child(even) .article__text {
		margin-left: 0;
		margin-right: 0;
	}

	.articles_locations .articles-container .article:nth-child(odd) .article__img {
		order: 1;
		display: flex;
		justify-content: flex-end;
	}

	.articles_locations .articles-container .article:nth-child(odd) .article__text {
		margin: 0;
	}
}

@media screen and (min-width: 1200px) {
	.articles-container .article:nth-child(even) .article__text {
		margin: 0 100px 0 0;
	}

	.articles-container--left .article:nth-child(odd) .article__img {
		order: 1;
	}

	.articles-container--left .article:nth-child(odd) .article__text {
		margin: 0 100px 0 0;
	}

	.articles-container--left .article:nth-child(even) .article__text {
		margin: 0 0 0 100px;
		order: 1;
	}

	.articles .article--left .article__text {
		margin: 15px 100px 0 0;
	}
}

@media screen and (max-width: 1200px) {
	.articles .article__text {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 993px) {
	.articles {
		padding: 100px 0;
	}

	.articles .container > h2 {
		margin-bottom: 25px;
	}

	.articles .text-center h3 {
		margin-bottom: 35px;
	}

	.articles .text-center.text-center_articles {
		margin-top: 27px;
		padding: 37px 0 80px;
	}

	.articles .text-center.text-center_articles h3 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 27px;
	}

	.articles-container--left .article:nth-child(odd) .article__text {
		margin: 0;
	}

	.articles-container--left .article:nth-child(even) .article__text {
		margin: 0;
	}

	.articles .article {
		grid-template-columns: 1fr;
	}

	.articles .article__img {
		order: 1;
	}

	.articles .article__img img {
		margin: 0 auto;
	}

	.articles .article__img.article__img-desk {
		display: none;
	}

	.articles .article__img.article__img-mob {
		display: block;
		order: 0;
		margin-bottom: 50px;
	}

	.articles .article--left .article__text {
		order: 1;
	}

	.articles .article__text {
		align-items: center;
	}

	.articles .article__text h2, .articles .article__text p {
		text-align: center;
		max-width: 550px;
	}

	.articles .article__text h2 {
		margin-bottom: 20px;
	}

	.articles .article__text p {
		font-size: 16px;
	}

	.articles .article__text p + .button {
		margin-top: 40px;
	}

	.articles-list .article__text {
		order: 1;
		align-items: flex-start;
	}

	.articles-list .article__text .button {
		min-width: 189px;
	}

	.articles-list .article__text-bottom {
		gap: 10px;
		justify-content: space-between;
		width: 100%;
	}

	.articles-list .article__text-info h4 {
		font-size: 12px;
	}

	.articles-list .article__text-info span {
		font-size: 36px;
	}

	.articles.articles_reverse-mobile .article__img {
		order: 2;
	}

	.articles.articles_extension .article__img {
		margin-top: 25px;
		margin-bottom: 0;
	}

	.articles.articles_margin-mobile {
		margin-top: 56px;
	}
}

@media screen and (max-width: 768px) {
	.articles-container--left + .text-center .button {
		max-width: 310px;
	}

	.articles-container--left + .text-center .button span {
		height: auto;
		font-size: 20px;
		text-align: center;
		padding: 19px 28px !important;
		align-items: flex-start;
	}

	.articles-container--left + .text-center .button span img {
		width: 26px;
		flex-shrink: 0;
		margin-top: 0;
	}
}

.text-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 80%;
	margin: 50px auto 0 auto;
}

@media screen and (min-width: 994px) {
	.text-center_mobile {
		display: block;
	}

	.text-center_mobile, .text-center_mobile p {
		text-align: left !important;
	}
}

.text-center__img {
	width: 335px;
	margin: 0 auto;
}

.text-center__img img {
	max-width: 100%;
	object-fit: contain;
}

.text-center h2 {
	max-width: 920px;
}

.text-center h2 span {
	color: var(--theme-color-accent);
}

.text-center-section {
	margin: 0 auto;
	padding-bottom: 110px;
}

.text-center-section h2 {
	max-width: 917px;
	margin-inline: auto;
	color: var(--theme-color-text);
}

.text-center h2 a {
	display: inline;
}

.text-center p {
	max-width: 855px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 37px;
}

.text-center p + .button {
	margin-top: 50px;
}

.text-center > img {
	border-radius: 10px;
	width: 100%;
	margin-top: 225px;
	margin-bottom: 100px;
}

.text-center--small {
	padding: 85px 0 73px;
	margin: 0 auto;
}

.text-center--small h2 {
	max-width: 858px;
}

.text-center--small p {
	margin-top: 22px;
	font-size: 20px;
	font-weight: 600;
	max-width: 756px;
}

.text-center--small p + .button {
	margin-top: 22px;
}

.text-center--big {
	max-width: 100%;
}

.text-center--big p {
	max-width: 92%;
}

.text-center--big p.pink {
	max-width: 65%;
	margin-bottom: 0;
}

.text-center--big .button {
	margin-top: 40px;
}

.text-center__buttons {
	display: flex;
	gap: 25px 18px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}

.text-center__buttons h3 {
	width: 100%;
	margin-top: 91px;
}

.text-center__buttons .button img {
	margin-right: 10px;
}

.text-center.text-center_bg {
	position: relative;
	margin-top: 98px;
	padding-top: 82px;
	padding-bottom: 130px;
	max-width: 65.2%;
}

.text-center.text-center_bg > * {
	position: relative;
}

.text-center.text-center_bg::before {
	content: "";
	position: absolute;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	top: 0;
	bottom: 0;
	width: 100vw;
}

.text-center.text-center_bg p {
	font-size: 20px;
	font-weight: 600;
}

@media screen and (max-width: 993px) {
	.text-center {
		max-width: 100%;
		padding-bottom: 0;
	}

	.text-center h2 {
		max-width: 920px;
		text-align: center;
		margin-bottom: 26px;
	}

	.text-center-img {
		max-width: 60%;
	}

	.text-center p {
		font-size: 16px;
		margin-bottom: 36px;
		margin-top: 20px;
	}

	.text-center p + .button {
		margin-top: 0;
	}

	.text-center--small {
		padding: 32px 0 57px;
		margin: 0 auto;
	}

	.text-center--small p {
		margin-bottom: 11px;
		margin-top: 0;
	}

	.text-center > img {
		margin-top: 50px;
		margin-bottom: 0;
	}

	.text-center__buttons .button {
		font-size: 16px;
		font-weight: 700;
		margin-top: 0;
	}

	.text-center__buttons .button span {
		padding: 5px 28px;
	}

	.text-center__buttons h3 {
		margin-top: 50px;
	}

	.text-center--big {
		max-width: 100%;
	}

	.text-center--big p {
		max-width: 100%;
	}

	.text-center--big p.pink {
		max-width: 100%;
		margin-top: 0;
	}

	.text-center--big .button {
		margin-top: 40px !important;
	}

	.text-center.text-center_bg {
		margin-top: 60px;
		padding: 0 12px 40px 11px;
		max-width: none;
	}

	.text-center.text-center_bg .text-center__img {
		width: 210px;
	}

	.text-center.text-center_bg p {
		font-size: 16px;
	}
}

.text-img {
	position: relative;
	padding: 100px 0 50px;
	overflow: hidden;
}

.text-img .bg-shadow-pink {
	top: 0;
	z-index: -1;
}

.text-img p {
	font-size: 20px;
	font-weight: 600;
	max-width: 890px;
}

.text-img .text-center {
	position: relative;
	max-width: 100%;
}

.text-img .text-center::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 1296px;
	height: 515px;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	background: url("planet-smooth.svg") no-repeat top center;
	background-size: contain;
}

.text-img h2:not(:first-of-type) {
	margin-top: 75px;
}

.text-img.text-img_isp {
	position: relative;
	margin: 67px 0 0;
	padding: 102px 0 0;
	overflow: visible;
}

.text-img.text-img_isp::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.text-img.text-img_isp .text-center {
	margin-top: 0;
}

.text-img.text-img_isp .text-center::before {
	content: none;
}

.text-img.text-img_isp .text-center > img {
	margin: 100px 0 0;
}

.text-img.text-img_server-locations {
	padding-top: 74px;
}

.text-img.text-img_server-locations .text-center::before {
	content: none;
}

.text-img.text-img_server-locations .text-center > img {
	margin-top: 143px;
	margin-bottom: 104px;
}

.hero-ip-address + .text-img.text-img_ip-location .text-center {
	border-color: #BAD0D4;
	padding: 16px 0 64px;
}

.text-img.text-img_ip-location .text-center::before {
	content: none;
}

.hero-ip-address + .text-img.text-img_ip-location .text-center p {
	font-size: 24px;
	font-weight: 700;
}

.text-img.text-img_ip-location .text-center p + .button {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.text-img h2:not(:first-of-type) {
		margin-top: 40px;
	}
}

@media screen and (max-width: 993px) {
	.text-img {
		padding: 0;
	}

	.text-img .text-center::before {
		content: none;
	}

	.text-img p {
		font-size: 16px;
		max-width: 100%;
		margin-top: 0;
	}
}

section {
	position: relative;
	overflow: hidden;
}

.traffic-table {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	padding-top: 7px;
	padding-bottom: 77px;
}

.traffic-table .text-center h2 {
	margin-bottom: 13px;
}

.traffic-table .text-center p {
	font-size: 22px;
	max-width: 890px;
	margin: 0;
}

.traffic-table .text-center p + .button {
	margin-top: 35px;
}

.traffic-table__container {
	margin: 110px 0 60px 0;
}

.traffic-table__item, .traffic-table__header {
	display: grid;
	grid-template-columns: 1fr 248px 2.2fr;
	grid-gap: 83px;
}

.traffic-table__header span {
	color: var(--theme-color-accent);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
}

.traffic-table__header span:first-child {
	grid-column: span 2;
}

.traffic-table__item {
	padding: 35px 0 35px 0;
	border-bottom: 1px solid #BAD0D4;
}

.traffic-table__img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 200px;
}

.traffic-table__img img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.traffic-table__text {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}

.traffic-table h3 {
	font-weight: 700;
}

@media screen and (max-width: 1200px) {
	.traffic-table__item, .traffic-table__header {
		grid-template-columns: 1fr 150px 2.2fr;
		grid-gap: 40px;
	}

	.traffic-table__header {
		display: grid;
	}
}

@media screen and (max-width: 768px) {
	.traffic-table {
		margin-top: 44px;
		margin-bottom: 0;
		padding: 0 0 80px;
	}

	.traffic-table__header {
		display: none;
	}

	.traffic-table__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		grid-gap: 11px;
		padding: 32px 0 35px 0;
	}

	.traffic-table__img {
		margin-bottom: 25px;
	}

	.traffic-table__text {
		text-align: center;
		font-size: 16px;
	}

	.traffic-table__container {
		margin-top: 40px;
		margin-bottom: 53px;
	}

	.traffic-table .text-center h2 {
		max-width: 355px;
		margin-bottom: 20px;
	}

	.traffic-table .text-center p {
		font-size: 16px;
		max-width: 355px;
		font-weight: 600;
	}

	.traffic-table .text-center p + .button {
		margin-top: 53px;
	}
}

.news {
	margin-top: 73px;
	padding: 211px 0 196px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.news::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.news .container {
	position: relative;
}

.news__item {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.news__item-info {
	max-width: 525px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 29px;
}

.news h2 {
	max-width: 525px;
}

.news h2 span {
	color: var(--theme-color-accent);
}

.news p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.news + .articles {
	padding-top: 120px;
}

@media screen and (max-width: 993px) {
	.news {
		margin-top: 42px;
		padding: 18px 0 175px;
	}

	.news::before {
		background-image: url("");
		background-size: cover;
	}

	.news__item {
		flex-direction: column;
		gap: 27px;
	}

	.news__item-info {
		margin: 0 auto;
		gap: 27px;
		align-items: center;
	}

	.news h2,
	.news p {
		text-align: center;
		margin: 0 auto;
	}

	.news p {
		font-size: 16px;
	}
}

.unblock-website {
	position: relative;
	text-align: center;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	margin: 35px 0 63px;
	padding: 93px 0 71px;
}

.unblock-website__background-container {
	position: absolute;
	top: 57px;
	right: 89px;
	bottom: 0;
	left: 63px;
}

.unblock-website__background {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
}

.unblock-website .container {
	position: relative;
}

.unblock-website h2 {
	margin: 0 auto 39px;
	padding-top: 0;
}

.unblock-website p {
	max-width: 890px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 80px auto;
}

.unblock-website h3 {
	margin-bottom: 33px;
	font-weight: 500;
}

.unblock-website ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 1135px;
	margin: 0 auto 54px auto;
}

.unblock-website ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 7px;
	height: 27px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	color: var(--theme-color-text);
	text-transform: uppercase;
	background: #FFF;
	border-radius: 8px;
}

.unblock-website .button {
	display: inline-flex;
}

@media (max-width: 1500px) {
	.unblock-website p, .unblock-website h2 {
		max-width: 50%;
	}
}

@media (max-width: 993px) {
	.unblock-website {
		margin: 34px 0 0;
		padding: 28px 0 70px;
	}

	.unblock-website__background-container {
		display: none;
	}

	.unblock-website h2 {
		padding-top: 0;
		margin-bottom: 17px;
	}

	.unblock-website p, .unblock-website h2 {
		max-width: 600px;
		width: 100%;
	}

	.unblock-website p {
		font-size: 16px;
		margin-bottom: 62px;
	}

	.unblock-website h3 {
		margin-bottom: 20px;
	}

	.unblock-website ul {
		justify-content: center;
		margin-bottom: 40px;
	}
}

.title-text {
	display: grid;
	grid-template-columns: 2fr 1.5fr;
	grid-gap: 0 60px;
	align-items: start;
	justify-content: space-between;
}

.title-text-section {
	padding: 94px 0 0;
	overflow: hidden;
	position: relative;
}

.title-text h2 {
	grid-column: 1/-1;
	max-width: 1080px;
	margin-bottom: 49px;
}

.title-text p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	padding-top: 30px;
}

.title-text__img img {
	width: 100%;
}

@media screen and (max-width: 1300px) {
	.title-text {
		grid-gap: 40px 50px;
		grid-template-columns: repeat(2, 1fr);
	}

	.title-text__img img {
		position: relative;
		top: 0;
		width: 100%;
	}

	.title-text-section {
		padding: 140px 0;
	}
}

@media screen and (max-width: 993px) {
	.title-text {
		grid-gap: 26px;
		grid-template-columns: 1fr;
	}

	.title-text-section {
		padding: 80px 0 0;
	}

	.title-text h2,
	.title-text p {
		text-align: center;
		margin: 0 auto;
	}

	.title-text p {
		padding-top: 0;
	}

	.title-text__img {
		margin-top: 33px;
		order: 1;
	}

	.text-img.text-img_isp {
		margin-top: 50px;
		padding-top: 70px;
	}

	.text-img.text-img_isp .text-center > img {
		margin-top: 25px;
	}
}

.password-generator {
	overflow: visible;
	margin: 120px 0 47px;
}

.password-generator__text {
	font-size: 20px;
	font-weight: 600;
	margin-top: 14px;
}

.password-generator .h4 {
	text-transform: uppercase;
	font-size: 14px;
}

.range {
	margin-top: 50px;
	grid-row: 3/4;
	max-width: calc(100% - 202px);
}

.range .h4 {
	margin-bottom: 6px;
	color: var(--theme-color-text);
}

.range__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 600;
	height: 38px;
}

.range input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: calc(100% - 44px);
	height: 2px;
	border-radius: 4px;
	background: rgba(255, 0, 102, 0.1);
	color: rgba(255, 0, 102, 0.1);
	outline: none;
	padding: 0;
	margin: 0;
}

.range input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--theme-color-accent);
	outline: 4px solid rgba(255, 0, 102, 0.2);
	box-shadow: 0 0 0 8px rgba(255, 0, 102, 0.1);
	cursor: pointer;
	transition: 0.15s ease-in-out;
	transition-property: background, transform;
}

.range input:hover::-webkit-slider-thumb {
	transform: scale(1.1);
}

.range input::-moz-range-thumb {
	-webkit-appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--theme-color-accent);
	border: none;
	outline: 4px solid rgba(255, 0, 102, 0.2);
	box-shadow: 0 0 0 8px rgba(255, 0, 102, 0.1);
	cursor: pointer;
	transition: 0.15s ease-in-out;
	transition-property: background, transform;
}

.range input::-moz-range-progress {
	background: #ffe2ed;
}

.password_generator_form {
	display: grid;
	grid-template-columns: 1fr 412px;
	grid-gap: 0 56px;
	margin-top: 30px;
}

.password_generator_form .button {
	min-width: 172px;
}

.result_inputs,
.result_container {
	grid-column: 1/2;
}

.result_inputs {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	max-width: calc(100% - 202px);
	justify-content: space-between;
	align-items: flex-start;
	grid-row: 2/3;
	grid-gap: 20px 14px;
}

.result_inputs .h4 {
	width: 100%;
}

.result_inputs label {
	font-size: 20px;
	line-height: 28px;
	font-family: "DMSans";
	font-weight: 600;
	padding-left: 38px;
	position: relative;
}

.result_inputs input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.result_inputs input[type=checkbox] + label:before {
	cursor: pointer;
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 2px;
	left: 0;
	border: 1px solid #BAD0D4;
	border-radius: 7px;
	background-color: transparent;
}

.result_inputs input[type=checkbox]:checked + label::after {
	pointer-events: none;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background-color: var(--theme-color-accent);
	position: absolute;
	top: 8px;
	left: 6px;
}

.result_inputs .result_input {
	display: flex;
}

.s_copied_message {
	color: #75EDFD;
	font-size: 13px;
	display: none;
	position: absolute;
	bottom: -30px;
}

.result_container {
	display: flex;
	align-items: flex-start;
	gap: 26px;
	grid-row: 1/2;
	position: relative;
}

.range_strength {
	grid-column: 2/3;
	grid-row: 1/4;
	background-color: #F3F6FC;
	min-height: 281px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 0 0 0 100px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	border-radius: 10px;
}

.password_generator_form .generated_result_container {
	flex-grow: 1;
	position: relative;
}

.password_generator_form .generated_result {
	width: 100%;
	height: 64px;
	color: var(--theme-color-text);
	font-family: inherit;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 46px 0 33px;
	background-color: transparent;
	outline: none;
	border: 1px solid #BAD0D4;
}

.password_generator_form .password_strength {
	margin-top: 10px;
	display: flex;
	place-content: center space-between;
	align-items: center;
}

.password_generator_form .password_strength div {
	height: 2px;
	width: 100%;
}

.password_generator_form .password_strength div:not(:last-child) {
	margin-right: 9px;
}

.password_generator_form .password_strength.strength-1 :first-child {
	background-color: #EC217B;
}

.password_generator_form .password_strength.strength-2 :first-child {
	background-color: #EC217B;
}

.password_generator_form .password_strength.strength-2 :nth-child(2) {
	background-color: #FF67AA;
}

.password_generator_form .password_strength.strength-3 :first-child {
	background-color: #EC217B;
}

.password_generator_form .password_strength.strength-3 :nth-child(2) {
	background-color: #FF67AA;
}

.password_generator_form .password_strength.strength-3 :nth-child(3) {
	background-color: #FCFF2C;
}

.password_generator_form .password_strength.strength-4 :first-child {
	background-color: #EC217B;
}

.password_generator_form .password_strength.strength-4 :nth-child(2) {
	background-color: #FF67AA;
}

.password_generator_form .password_strength.strength-4 :nth-child(3) {
	background-color: #FCFF2C;
}

.password_generator_form .password_strength.strength-4 :nth-child(4) {
	background-color: #75EDFD;
}

.password_generator_form .password_strength.strength-5 :first-child {
	background-color: #EC217B;
}

.password_generator_form .password_strength.strength-5 :nth-child(2) {
	background-color: #FF67AA;
}

.password_generator_form .password_strength.strength-5 :nth-child(3) {
	background-color: #FCFF2C;
}

.password_generator_form .password_strength.strength-5 :nth-child(4) {
	background-color: #75EDFD;
}

.password_generator_form .password_strength.strength-5 :nth-child(5) {
	background-color: #31F3A2;
}

.password_generator_form .password_strength_word {
	font-weight: 500;
	text-transform: uppercase;
}

.password_generator_form .password_strength_word.strength-1 {
	color: #EC217B;
}

.password_generator_form .password_strength_word.strength-2 {
	color: #FF67AA;
}

.password_generator_form .password_strength_word.strength-3 {
	color: #FCFF2C;
}

.password_generator_form .password_strength_word.strength-4 {
	color: #75EDFD;
}

.password_generator_form .password_strength_word.strength-5 {
	color: #31F3A2;
}

.password_generator_form .copy_icon_button {
	background-color: transparent !important;
	border: 2px solid transparent !important;
	position: absolute;
	cursor: pointer;
	right: 22px;
	top: 18px;
}

.password_generator_form .copy_icon_button:disabled {
	opacity: 0.6;
	cursor: auto;
}

.password_generator_form .copy_icon_button:disabled:hover {
	opacity: 0.6;
}

.password_generator_form .copy_icon_button:disabled:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1200px) {
	.password_generator_form {
		grid-gap: 0 50px;
		grid-template-columns: 1fr 340px;
	}

	.range_strength {
		padding-left: 50px;
	}

	.result_inputs {
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.password-generator {
		margin: 32px 0 -35px;
	}

	.password-generator h2 {
		text-align: center;
	}

	.password-generator__text {
		text-align: center;
		font-size: 16px;
		margin-top: 9px;
	}

	.password_generator_form {
		grid-template-columns: 1fr;
		grid-gap: 32px;
		margin-top: 19px;
	}

	.result_container {
		flex-direction: column;
		gap: 40px;
	}

	.result_container .generated_result_container {
		width: 100%;
	}

	.result_container .button {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.result_inputs,
	.range {
		max-width: 100%;
	}

	.result_inputs label {
		font-size: 16px;
	}

	.range_strength {
		grid-row: auto;
		grid-column: auto;
		width: 100%;
		max-width: 350px;
		min-height: 111px;
		margin: 0 auto;
		padding: 0;
		font-size: 20px;
		line-height: 26px;
		align-items: center;
	}

	.s_copied_message {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.result_inputs {
		max-width: 100%;
		flex-direction: column;
		grid-gap: 24px;
		margin-top: 0;
	}

	.result_inputs .h4 {
		margin-bottom: 0;
	}

	.result_container {
		gap: 32px;
	}

	.range {
		margin-top: 0;
	}

	.range input {
		width: calc(100% - 35px);
	}

	.password-generator .h4 {
		font-size: 12px;
	}
}

.text, .text-list {
	padding: 140px 0;
	word-wrap: break-word;
}

.text h1, .text-list h1 {
	margin-bottom: 31px;
}

.text h2, .text-list h2 {
	margin-bottom: 32px;
}

.text h2 + p, .text-list h2 + p {
	margin-top: 0;
}

.text h3, .text-list h3 {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.3;
}

.text h3.pink, .text-list h3.pink {
	text-transform: uppercase;
	color: var(--theme-color-accent);
	margin-top: 50px;
}

.text h4, .text-list h4 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 48px;
}

.text p, .text-list p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 14px;
}

.text p i {
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--theme-color-accent);
	text-transform: uppercase;
}

.text p b, .text-list p b {
	text-decoration: underline;
	display: inline;
}

.text p + h2, .text-list p + h2 {
	margin-top: 72px;
}

.text p + h3, .text-list p + h3,
.text p + h4,
.text-list p + h4 {
	margin-top: 48px;
}

.text p + p, .text-list p + p {
	margin-top: 0;
}

.text ul, .text-list ul {
	margin: 20px 0;
	padding-left: 0;
}

.text ul > li, .text-list ul > li {
	position: relative;
	padding-left: 54px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
}

.text ul > li:not(:last-of-type), .text-list ul > li:not(:last-of-type) {
	margin-bottom: 6px;
}

.text ul > li::before, .text-list ul > li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 1px;
	border-radius: 50%;
	position: absolute;
	background: var(--theme-color-accent);
	left: 0;
	top: 11px;
}

.text ol, .text-list ol {
	margin: 20px 0;
	list-style-type: decimal;
	padding-left: 15px;
}

.text ol > li, .text-list ol > li {
	list-style: decimal;
	font-size: 18px;
	line-height: 1.4;
}

.text ol > li:not(:last-of-type), .text-list ol > li:not(:last-of-type) {
	margin-bottom: 14px;
}

.text ol > li::marker, .text-list ol > li::marker {
	color: var(--theme-color-accent);
}

.text table, .text-list table {
	border-collapse: collapse;
	margin-top: 58px;
	margin-bottom: 30px;
}

.text table thead tr, .text-list table thead tr {
	border-bottom: 1px solid #fff;
	vertical-align: top;
}

.text table thead th, .text-list table thead th,
.text table thead th {
	color: var(--theme-color-accent);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	padding: 9px 0 26px 0;
}

.text table tbody tr, .text-list table tbody tr {
	border-bottom: 1px solid #313536;
}

.text table tbody tr td, .text-list table tbody tr td {
	vertical-align: top;
	padding: 9px 0 29px 0;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.text table tbody tr td:not(:last-of-type), .text-list table tbody tr td:not(:last-of-type) {
	padding-right: 25px;
}

.text img, .text-list img {
	margin-bottom: 35px;
}

.text blockquote, .text-list blockquote {
	position: relative;
	margin-top: 35px;
	margin-bottom: 35px;
}

.text blockquote h3, .text-list blockquote h3, .text blockquote p, .text-list blockquote p {
	margin: 0;
}

.text blockquote::before, .text-list blockquote::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 100%;
	left: -20px;
	background-color: #F8F8F8;
}

.text .pink, .text-list .pink {
	color: var(--theme-color-accent);
}

.text .design-list, .text-list .design-list {
	display: flex;
	flex-direction: column;
	margin-left: 25px;
}

.text .design-list li, .text-list .design-list li {
	position: relative;
	padding-left: 19px;
	font-size: 18px;
	line-height: 1.4;
}

.text .design-list li::before, .text-list .design-list li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: linear-gradient(-273.4deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
	margin-right: 9px;
	left: 0;
	top: 9px;
}

.text .design-list li::after, .text-list .design-list li::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	background: #0F0F0F;
	left: 2px;
	top: 11px;
}

.text_twitter {
	padding: 65px 0;
}

.text_twitter h2 {
	margin-bottom: 24px;
}

.text_twitter-bg {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	margin: 123px 0 80px !important;
	padding: 147px 0 133px !important;
}

.text_twitter-bg .text-center {
	margin-top: 0;
}

.text_twitter-bg h2 {
	margin-bottom: 25px;
}

.text_twitter-bg p, .text_twitter-bg p {
	margin-bottom: 25px;
}

.text_twitter-bg .text-center p {
	margin-top: 0;
}

.text_twitter-bg .text-center p + .button {
	margin-top: 25px;
}

.text_twitter-bg .text-center p + .button:hover {
	text-decoration: none;
}

.text-list {
	padding: 100px 0 200px;
	margin: 0;
}

.text-list .col-lg-5 p {
	margin-top: 20px;
	max-width: 476px;
}

.text-list.text-list_disney .col-lg-5 p {
	margin-top: 0;
}

.text-list-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.text-list-right ul {
	margin-left: 0;
}

.text-list h2 {
	margin-bottom: 17px;
	max-width: 100%;
}

.text-list h4 {
	text-transform: uppercase;
}

.text-list + .advantages {
	padding-top: 0;
}

.text-list p + h3 {
	margin-top: 20px;
}

.text-list ul {
	display: flex;
	flex-direction: column;
	margin-left: 25px;
}

.text-list ul + .button {
	margin-top: 39px;
}

.text-list ul li {
	position: relative;
	padding-left: 19px;
	font-size: 18px;
	line-height: 1.4;
}

.text-list ul li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	margin-right: 9px;
	left: 0;
	top: 9px;
}

.text-list ul li::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	background: #fefdfd;
	left: 2px;
	top: 11px;
}

.text-list.text-list_disney {
	padding: 60px 0 94px;
}

.text-list.text-list_disney h2 {
	max-width: 491px;
}

.text a, .text-list a {
	color: var(--theme-color-accent);
	word-break: break-word;
}

.text a:hover, .text-list a:hover {
	text-decoration: underline;
}

.text .button, .text-list .button {
	color: #FFFFFF;
}

.text + .step-by-step, .text-list + .step-by-step {
	margin-bottom: 0;
	padding-top: 0;
}

.dns-leak-text {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	padding: 80px 0;
}

.dns-leak-text .text-center {
	margin-top: 0;
}

.ip-location-text-wrapper {
	padding: 59px 0 126px;
	margin-bottom: 40px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.ip-location-text-wrapper .text {
	padding-top: 100px;
	padding-bottom: 0;
}

.ip-location-text-wrapper .text h3 {
	font-weight: 700;
	margin-bottom: 24px;
}

.ip-location-text-wrapper .text h3.pink {
	margin-top: 0;
	margin-bottom: 14px;
	font-weight: 700;
}

.ip-location-text-wrapper .text p {
	font-weight: 600;
}

.ip-location-text-wrapper .text-col p {
	padding-top: 28px;
	border-top: 1px solid #BAD0D4;
}

.ip-location-text-wrapper .text-col .row *:last-child p {
	position: relative;
}

.ip-location-text-wrapper .text-col .row *:last-child p::before {
	content: '';
	position: absolute;
	top: -1px;
	right: 100%;
	width: 50%;
	height: 1px;
	background: #BAD0D4;
}

.text.text-col, .text-col.text-list {
	margin-top: 0;
	padding-top: 0;
}

.text.text-col .row, .text-col.text-list .row {
	justify-content: space-between;
}

.text.text-col h2, .text-col.text-list h2 {
	text-align: center;
	max-width: 855px;
	margin-left: auto;
	margin-right: auto;
}

.text.text-col h3.pink, .text-col.text-list h3.pink {
	color: var(--theme-color-accent);
	text-transform: uppercase;
}

.text.text_amazon {
	padding: 46px 0 100px;
}

@media screen and (max-width: 992px) {
	.text.text-col, .text-col.text-list {
		text-align: center;
	}

	.text.text-col .row, .text-col.text-list .row {
		gap: 40px;
	}
}

.text .bg-shadow-pink, .text-list .bg-shadow-pink,
.text .bg-shadow-green,
.text-list .bg-shadow-green {
	top: 0;
}

@media screen and (max-width: 768px) {
	.blog-post__text h1 {
		font-size: 30px !important;
	}

	.text, .text-list {
		padding: 80px 0;
	}

	.text h1, .text-list h1 {
		text-align: center;
	}

	.text h1 + h4, .text-list h1 + h4 {
		text-align: center;
		margin-bottom: 75px;
	}

	.text h3, .text-list h3 {
		font-size: 20px;
	}

	.text h4, .text-list h4 {
		margin-bottom: 35px;
	}

	.text p, .text-list p {
		font-size: 16px;
	}

	.text table, .text-list table {
		margin-top: 30px;
	}

	.text table.table-style tbody tr td:first-of-type, .text-list table.table-style tbody tr td:first-of-type {
		display: none;
	}

	.text table.table-style tbody tr td:nth-child(2), .text-list table.table-style tbody tr td:nth-child(2) {
		font-weight: 700;
	}

	.text table.table-style tbody tr td:nth-child(2)::before, .text-list table.table-style tbody tr td:nth-child(2)::before {
		padding-bottom: 10px;
	}

	.text table thead, .text-list table thead {
		display: none;
	}

	.text table tbody tr td, .text-list table tbody tr td {
		display: block;
		position: relative;
		padding: 0;
		font-size: 16px;
	}

	.text table tbody tr td:not(:last-of-type), .text-list table tbody tr td:not(:last-of-type) {
		padding-right: 0;
	}

	.text table tbody tr td:last-of-type, .text-list table tbody tr td:last-of-type {
		padding-bottom: 33px;
	}

	.text table tbody tr td::before, .text-list table tbody tr td::before {
		content: attr(data-thead);
		position: relative;
		color: var(--theme-color-accent);
		text-transform: uppercase;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.2;
		text-align: left;
		padding: 17px 15px 0 0;
		display: block;
		width: 100%;
	}

	.text ul > li, .text-list ul > li {
		font-size: 16px;
	}

	.text ol > li, .text-list ol > li {
		font-size: 16px;
	}

	.text.text_amazon {
		padding-bottom: 0;
	}

	.text_twitter-bg {
		margin: 57px 0 0 !important;
		padding: 57px 0 !important;
	}

	.text_twitter-bg h2 {
		margin-bottom: 40px;
	}

	.text_twitter-bg p, .text_twitter-bg p {
		margin-bottom: 17px;
	}

	.text_twitter-bg .text-center p + .button {
		margin-top: 17px !important;
	}

	.text_twitter-bg .text-center p.pink {
		font-size: 20px;
	}

	.text.text-center-mob, .text-center-mob.text-list,
	.text .text-center-mob,
	.text-list .text-center-mob {
		text-align: center;
	}

	.text-list {
		margin: 0;
	}

	.text-list ul {
		margin-left: 15px;
	}

	.text-list p {
		font-size: 14px;
	}

	.text-list.text-list_disney {
		padding: 68px 0 20px;
	}

	.text-list.text-list_disney h2 {
		text-align: center;
	}

	.text-list.text-list_disney p {
		font-size: 16px;
	}

	.text-list .col-lg-5 p {
		max-width: 100%;
	}

	.ip-location-text-wrapper {
		margin: 53px 0 0;
		padding: 44px 0 28px;
	}

	.ip-location-text-wrapper .text.text-col h2, .ip-location-text-wrapper .text-col.text-list h2 {
		margin-bottom: 0;
	}

	.ip-location-text-wrapper .text-col .row *:last-child p::before {
		content: none;
	}
}

.do-not-sell {
	padding: 68px 0 100px;
}

.do-not-sell__item {
	display: grid;
	grid-template-columns: 1fr 416px;
	grid-gap: 134px;
	align-items: center;
}

.do-not-sell__item:not(:last-of-type) {
	margin-bottom: 24px;
}

.do-not-sell__item .h4, .do-not-sell__item h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	color: var(--theme-color-text);
}

@media screen and (max-width: 1200px) {
	.do-not-sell__item {
		grid-gap: 80px;
	}
}

@media screen and (max-width: 992px) {
	.do-not-sell {
		padding: 57px 0 0;
	}

	.do-not-sell__item {
		grid-template-columns: 1fr;
		grid-gap: 21px;
	}

	.do-not-sell__item:not(:last-of-type) {
		margin-bottom: 65px;
	}

	.do-not-sell__item-img {
		order: 2;
	}

	.do-not-sell__item img {
		margin: 0 auto;
		max-width: 100%;
	}

	.do-not-sell__item-title h4, .do-not-sell__item .h4, .do-not-sell__item-title h2 {
		text-align: center;
	}

	.do-not-sell__item-title h2 {
		max-width: 350px;
		margin: 0 auto;
	}
}

.blog .container > h1,
.blog .container > .h1 {
	padding-top: 143px;
	margin-bottom: 60px;
}

.blog .container > h2 {
	text-align: center;
	margin-bottom: 60px;
}

.blog .container > h4 {
	color: var(--theme-color-text);
	margin-bottom: 37px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.blog-container {
	padding-bottom: 95px;
	margin-bottom: 72px;
}

.blog a.blog-card__wrapper:hover img {
	transition: all 0.2s;
	transform: scale(1.05);
}

.blog a.blog-card:hover img {
	transition: all 0.2s;
	transform: scale(1.05);
}

.blog-card__wrapper {
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: all 0.2s;
}

.blog-card__wrapper p {
	margin-top: auto;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	z-index: 1;
	color: var(--theme-color-text);
}

.blog-card__img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	height: 100%;
	width: 100%;
	display: flex;
}

.blog-card__img-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.2s;
}

.blog-card__img img {
	margin-left: auto;
	margin-top: auto;
	max-height: 100%;
	border-radius: 20px;
}

.blog-card__date {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: #8C8C8C;
	z-index: 1;
}

.blog-card__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 0 40px 0;
}

.blog-card__info h1,
.blog-card__info .h1 {
	font-size: 45px;
	line-height: 1.2;
}

.blog-card__info h2 {
	color: var(--theme-color-text);
}

.blog-card__info h4 {
	color: var(--theme-color-text);
}

.blog-card__info h3 {
	margin-bottom: 16px;
}

.blog-card__info p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 39px;
}

.blog-card__info p.grey {
	color: var(--theme-color-text);
	font-size: 14px;
	margin-bottom: 62px;
}

.blog-card__info .read-more-link {
	color: var(--theme-color-accent);
	text-transform: uppercase;
	margin-top: auto;
	font-weight: 700;
}

.blog-card__info .read-more-link:hover {
	text-decoration: underline;
}

.blog-card__info .button {
	min-width: 168px;
}

.blog-card--big, .blog-card--big-revers {
	min-height: 524px;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 24px;
	grid-column: 1/-1;
	margin-bottom: 43px;
}

.blog-card--big .blog-card__wrapper, .blog-card--big-revers .blog-card__wrapper {
	padding: 52px 52px 40px 52px;
}

.blog-card--big .blog-card__wrapper p, .blog-card--big-revers .blog-card__wrapper p {
	max-width: 340px;
	font-size: 32px;
	line-height: 1.2;
}

.blog-card--big .blog-card__info h1, .blog-card--big-revers .blog-card__info h1,
.blog-card--big .blog-card__info .h1, .blog-card--big-revers .blog-card__info .h1 {
	margin-bottom: 31px;
}

.blog-card--big-revers {
	grid-template-columns: 1fr 2fr;
	min-height: 420px;
}

.blog-card--big-revers .blog-card__wrapper {
	order: 1;
}

.blog-card--big-revers .blog-card__wrapper img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.blog-card--big-revers .blog-card__info {
	justify-content: center;
}

.blog-card--small {
	max-width: 442px;
}

.blog-card--small .blog-card__wrapper {
	padding: 20px 26px;
	height: 255px;
}

.blog-card--small .blog-card__wrapper p {
	max-width: 178px;
	font-size: 18px;
	line-height: 1.4;
	color: var(--theme-color-text);
}

.blog-card--large {
	display: grid;
	grid-template-columns: minmax(30%, 636px) auto;
	grid-gap: 50px;
	margin-bottom: 43px;
	min-height: 389px;
	justify-content: space-between;
}

.blog-card--large .blog-card__wrapper {
	padding: 24px 36px 36px 32px;
}

.blog-card--large .blog-card__wrapper p {
	max-width: 206px;
}

.blog-card--large .blog-card__info {
	padding: 0 0 15px 0;
	max-width: 540px;
}

.blog-card--large .blog-card__info h1,
.blog-card--large .blog-card__info .h1 {
	margin-bottom: 13px;
}

@media screen and (max-width: 993px) {
	.blog .container > h1,
	.blog .container > .h1,
	.blog .container > h2 {
		padding-top: 68px;
		margin-bottom: 20px;
	}

	.blog .container > h4 {
		margin-bottom: 20px;
	}

	.blog-card--small {
		margin-bottom: 30px;
	}

	.blog-card--large {
		grid-template-columns: 1fr;
		grid-gap: 26px;
		margin-bottom: 64px;
	}

	.blog-card--large .blog-card__wrapper {
		min-height: 215px;
		padding: 14px 18px 10px 18px;
	}

	.blog-card__wrapper p {
		font-size: 16px;
	}

	.blog-card--large .blog-card__wrapper p {
		max-width: 135px;
	}

	.blog-card--large .blog-card__info {
		max-width: 100%;
	}

	.blog .blog-card__info h1,
	.blog .blog-card__info .h1 {
		font-size: 30px;
	}

	.blog-card__info p {
		font-size: 16px;
	}

	.blog-container {
		padding-bottom: 45px;
		margin-bottom: 23px;
	}

	.hero-wrapper + .container .blog-container {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.blog-card__data {
		font-size: 12px;
		line-height: 1.2;
	}

	.blog-card--big, .blog-card--big-revers {
		margin-bottom: 14px;
		display: flex;
		min-height: 215px;
	}

	.blog-card--big .blog-card__wrapper, .blog-card--big-revers .blog-card__wrapper {
		width: 100%;
		height: 215px;
		padding: 16px 20px 10px 20px;
	}

	.blog-card--big .blog-card__wrapper p, .blog-card--big-revers .blog-card__wrapper p {
		max-width: 160px;
		font-size: 16px;
		line-height: 1.2;
	}

	.blog-card--big .blog-card__info, .blog-card--big-revers .blog-card__info {
		display: none;
	}

	.blog-card--big-revers {
		flex-direction: column;
		grid-gap: 21px;
	}

	.blog-card--big-revers .blog-card__info {
		display: flex;
		align-items: center;
		order: 1;
		padding-top: 0;
	}

	.blog-card--big-revers .blog-card__info p.grey {
		margin-bottom: 30px;
	}

	.blog-card--small {
		max-width: 100%;
		margin-bottom: 14px;
	}

	.blog-card--small .blog-card__wrapper {
		height: 215px;
		padding: 16px 20px 10px 20px;
	}

	.blog-card--small .blog-card__wrapper p {
		max-width: 160px;
		font-size: 16px;
		line-height: 1.4;
		min-height: 68px;
	}
}

.blog-post .row-to-stick .text, .blog-post .row-to-stick .text-list {
	margin: 0;
	padding: 0;
}

.blog-post__text img {
	border-radius: 20px;
}

.blog-post .blog-post__container {
	margin: 140px 0 0 0;
}

.blog-post .blog-post__container .text, .blog-post .blog-post__container .text-list {
	margin: 0;
	padding: 0;
}

.blog-post .blog-post__container .row {
	justify-content: space-between;
	padding-bottom: 190px;
}

.blog-post .blog-card {
	width: 100%;
	height: 526px;
	margin-bottom: 128px;
}

.blog-post .blog-card__wrapper {
	height: 100%;
	padding: 28px 45px 48px 45px;
}

.blog-post .blog-card__wrapper p {
	max-width: 230px;
}

.blog-post picture img {
	width: 100%;
	margin-bottom: 62px;
}

.blog-post .sidebar__wrapper h4 {
	color: var(--theme-color-text);
	text-transform: uppercase;
	margin-bottom: 34px;
	font-size: 14px;
	font-weight: 700;
}

.blog-post .sidebar__wrapper .toc-list__item {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 24px;
}

.blog-post .sidebar__wrapper .toc-list__item img {
	border-radius: 20px;
}

.blog-post .sidebar__wrapper .toc-list__item:hover,
.blog-post .sidebar__wrapper .toc-list__item a.active {
	color: var(--theme-color-accent);
}

@media screen and (max-width: 993px) {
	.blog-post .blog-post__container {
		margin-top: 35px;
	}

	.blog-post .blog-post__container .row {
		padding-bottom: 100px;
	}

	.blog-post h1 {
		text-align: left;
		font-size: 30px;
	}

	.blog-post .inner-wrapper-sticky {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
	}

	.blog-post .blog-card {
		margin-bottom: 62px;
		height: 215px;
	}

	.blog-post .blog-card__wrapper {
		padding: 13px 17px 12px 17px;
	}

	.blog-post .blog-card__wrapper p {
		max-width: 135px;
	}

	.blog-post .sidebar__wrapper {
		margin-bottom: 55px;
	}

	.blog-post .sidebar__wrapper h4 {
		font-size: 12px;
		margin-bottom: 21px;
	}

	.blog-post .sidebar__wrapper .toc-list__item {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.blog-post .sidebar__wrapper .toc-list__item a:hover,
	.blog-post .sidebar__wrapper .toc-list__item a:active,
	.blog-post .sidebar__wrapper .toc-list__item a:focus {
		color: var(--theme-color-accent);
	}
}

.contact-us {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	margin: 80px 0 150px;
	padding: 75px 0 65px;
}

.contact-us-container {
	max-width: 961px;
	width: 100%;
	margin-left: auto;
}

.contact-us-container h2 {
	margin-bottom: 32px;
}

.contact-us__form form.hs-custom-style {
	margin: 0;
}

.contact-us__form form.hs-custom-style .field {
	margin-bottom: 23px;
}

.contact-us__form form.hs-custom-style .field > label {
	display: none;
	margin-bottom: 0;
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
	min-height: 64px;
	border-radius: 0;
	border: 1px solid #859EA3;
	background-color: transparent;
	box-shadow: none;
	padding: 18px 33px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-webkit-input-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-moz-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):-ms-input-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::-ms-input-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file])::placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]):focus {
	border-color: var(--theme-color-accent);
}

.contact-us__form form.hs-custom-style .field .hs-error-msg {
	color: var(--theme-color-accent);
	font-size: 14px;
}

.contact-us__form form.hs-custom-style .field .hs-error-msgs {
	margin-top: 10px;
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input {
	max-width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	resize: none;
	min-height: 187px;
	background-color: transparent;
	border: 1px solid #859EA3;
	box-shadow: none;
	padding: 18px 33px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input::-webkit-input-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input::-moz-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input:-ms-input-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input::-ms-input-placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input::placeholder {
	color: var(--theme-color-text);
}

.contact-us__form form.hs-custom-style .field .input textarea.hs-input:focus {
	border-color: var(--theme-color-accent);
}

.contact-us__form form.hs-custom-style .hs_submit {
	text-align: left;
}

.contact-us__form form.hs-custom-style .actions {
	padding: 0;
	display: flex;
	align-items: center;
	outline: none;
	color: #FFFFFF;
	position: relative;
	border-radius: 50px;
	background-clip: padding-box;
	border: none;
	transition: 0.2s all;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	padding-inline-start: 36px;
	margin: 50px 0 0;
}

.contact-us__form form.hs-custom-style .actions input {
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none !important;
	outline: none;
	color: #fff;
	border-radius: 50px;
	box-shadow: none !important;
	background: var(--theme-color-accent);
	transition: background 0.3s ease;
	font-family: inherit !important;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 1 !important;
	text-shadow: none;
	padding: 5px 30px;
	margin: 0;
	width: auto;
	min-width: 135px;
	height: 64px;
}

.contact-us__form form.hs-custom-style .actions:before {
	content: none;
}

.contact-us__form form.hs-custom-style .actions::after {
	content: none;
}

.contact-us__form form.hs-custom-style .actions input:hover:not(.inactive),
.contact-us__form form.hs-custom-style .actions input:active:not(.inactive):not(.link),
.contact-us__form form.hs-custom-style .actions input:focus:not(.inactive) {
	background: #C90151;
}

.contact-us__form form.hs-custom-style .actions:focus::before {
	opacity: 1;
}

.contact-us__form form.hs-custom-style .actions:focus::after {
	opacity: 0;
}

.contact-us__form form.hs-custom-style .actions:active {
	color: #FFFFFF;
}

.contact-us__form form.hs-custom-style .actions:active input {
	background: linear-gradient(273.4deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
}

.contact-us__form form.hs-custom-style .actions:active::before {
	opacity: 0;
}

.contact-us__form form.hs-custom-style .actions:active::after {
	opacity: 1;
}

.contact-us__form form.hs-custom-style .actions:disabled, .contact-us__form form.hs-custom-style .actions.disabled {
	color: #878787;
	cursor: default;
}

.contact-us__form form.hs-custom-style .actions:disabled::after, .contact-us__form form.hs-custom-style .actions.disabled::after {
	opacity: 0;
}

.contact-us__form form.hs-custom-style .actions:disabled::before, .contact-us__form form.hs-custom-style .actions.disabled::before {
	opacity: 0.5;
}

.contact-us__form form.hs-custom-style .actions:disabled:active span, .contact-us__form form.hs-custom-style .actions:disabled:focus span, .contact-us__form form.hs-custom-style .actions.disabled:active span, .contact-us__form form.hs-custom-style .actions.disabled:focus span {
	background: #0F0F0F;
}

@media screen and (max-width: 768px) {
	.contact-us__form form.hs-custom-style .hs_submit {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contact-us {
		margin: 60px 0 0;
		padding: 43px 0 76px;
	}

	.contact-us-container h2 {
		text-align: center;
	}

	.contact-us__form form.hs-custom-style .actions {
		padding: 0;
		margin-top: 10px;
	}
}

.question__form {
	width: 100%;
	margin-top: 30px;
}

.question__form .form-fields {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.question__form .textarea-input-field {
	position: relative;
	display: flex;
	margin-left: 4px;
}

.question__form label {
	font-size: 20px;
	line-height: 1.4;
	font-family: "DMSans";
	font-weight: 600;
	padding-left: 38px;
	position: relative;
}

.question__form input[type=radio] {
	opacity: 0;
	width: 0;
	height: 0;
}

.question__form input[type=radio] + label:before {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 2px;
	left: 0;
	border: 1px solid #859EA3;
	border-radius: 50px;
	background-color: transparent;
}

.question__form input[type=radio]:checked + label::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	background-color: var(--theme-color-accent);
	position: absolute;
	top: 8px;
	left: 6px;
}

.question__form textarea {
	background-color: transparent;
	resize: none;
	height: 144px;
	font-size: 20px;
	line-height: 1.4;
	font-family: "DMSans";
	font-weight: 600;
	color: var(--theme-color-text);
	padding: 11px 18px;
	border: 1px solid #859EA3;
	display: block !important;
	box-sizing: border-box;
	flex-grow: 1;
	outline: none;
}

.question__form textarea::-webkit-input-placeholder {
	color: var(--theme-color-text);
	display: block !important;
}

.question__form textarea::placeholder, .question__form textarea::-webkit-input-placeholder, .question__form textarea::-moz-placeholder {
	color: var(--theme-color-text);
	display: block !important;
}

@media screen and (max-width: 768px) {
	.question__form textarea,
	.question__form label {
		font-size: 16px;
	}
}

.country-select-box {
	width: 100%;
	max-width: 300px;
	margin: 10px 0 0 0;
	padding-left: 48px;
}

.country-select-box ul {
	display: block;
}

.country-select-box ul li::after,
.country-select-box ul li::before {
	display: none;
}

.country-select-box .select2-container {
	width: 100% !important;
}

.country-select-box .select2-container .select2-selection--single,
.country-select-box .select2-container .select2-selection__rendered {
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.country-select-box .select2-container .select2-selection--single {
	padding: 5px 19px 5px 25px;
}

.country-select-box .select2-container .select2-search--dropdown {
	padding: 5px 19px 7px 25px;
}

.country-select-box .select2-container .select2-search--dropdown .select2-search__field {
	height: 36px;
	font-size: 18px;
}

.country-select-box .select2-container .select2-selection__rendered {
	flex-grow: 1;
	padding: 0;
}

.country-select-box .select2-container .select2-results__option--selected,
.country-select-box .select2-container .select2-results__option--selectable {
	padding-left: 25px;
	color: var(--theme-color-text);
	font-size: 18px;
}

.country-select-box .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--theme-color-accent);
	color: #ffffff;
}

.country-select-box .select2-container .select2-results__option {
	padding: 6px 6px 6px 25px;
}

.country-select-box .select2-container .select2-results__options {
	color: var(--theme-color-text);
}

.country-select-box .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 4px;
}

.country-select-box .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
	background: #ffffff;
}

.country-select-box .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	background: #888;
}

.country-select-box .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.country-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: relative;
	margin-left: auto;
	border: solid var(--theme-color-accent);
	border-width: 0;
	background-image: url("");
	background-repeat: no-repeat;
	background-position: center;
	top: -2px;
	width: 24px;
	height: 24px;
}

.country-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: transparent;
}

@media screen and (max-width: 768px) {
	.country-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
		background-image: none;
		transition: all 0.3s;
		transform: rotate(135deg);
		border-top-right-radius: 2px;
		border-width: 1.5px 1.5px 0 0;
		width: 8px;
		height: 8px;
	}
}

.server-locations {
	padding: 59px 0 34px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.server-locations-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
}

.server-locations-table th {
	text-transform: uppercase;
	color: var(--theme-color-accent);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 20px;
}

.server-locations-table th:first-child {
	text-align: left;
}

.server-locations-table tr > td:first-child {
	width: 30%;
}

.server-locations-table tr > td {
	min-width: 60px;
}

.server-locations-table tr {
	border-bottom: 1px solid #BAD0D4;
}

.server-locations .button {
	align-items: center;
	justify-content: center;
	width: 208px;
	margin: 0 auto;
}

.server-locations .flag {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 33px;
	padding: 12px 0;
}

.server-locations .flag span {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	margin-top: 0;
	text-align: left;
}

.server-locations td > span {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.server-locations td > span.available {
	background-image: url("");
}

.server-locations td > span.unavailable {
	background-image: url("");
}

@media screen and (max-width: 768px) {
	.server-locations-table {
		vertical-align: top;
		margin-bottom: 41px;
	}

	.server-locations-table tr > td:first-child {
		width: 20%;
	}

	.server-locations-table th {
		font-size: 7px;
		line-height: 1.2;
		padding-bottom: 12px;
	}

	.server-locations-table th:not(:last-of-type) {
		padding-right: 5px;
	}

	.server-locations-table thead tr {
		vertical-align: top;
	}

	.server-locations-table tr > td {
		min-width: 30px;
		max-width: 100%;
	}

	.server-locations .flag {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}

	.server-locations .flag span {
		font-size: 10px;
	}

	.server-locations td > span {
		width: 16px;
		height: 16px;
	}
}

.hero__img #map {
	max-width: 47%;
}

.hero__img #map img {
	max-width: inherit;
	margin-left: auto;
}


@media screen and (max-width: 992px) {
	.hero__img #map {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

.hero-knowledge-center {
	min-height: 580px;
}

.hero-knowledge-center h1 {
	max-width: 625px;
	text-align: center;
	margin-bottom: 35px;
}

.hero-knowledge-center .hero__left {
	max-width: 100%;
	position: static;
}

.hero-knowledge-center .hero__text {
	align-items: center;
	position: relative;
}

.hero-knowledge-center .hero__img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	bottom: 0;
}

.hero-knowledge-center .col-lg-12, .hero-knowledge-center .col-md-12, .hero-knowledge-center .col-sm-12 {
	position: static;
}

@media screen and (max-width: 1200px) {
	.hero-knowledge-center .hero__img img {
		max-width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.hero-knowledge-center {
		min-height: 400px;
	}

	.hero-knowledge-center .hero__text h1 {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.hero-knowledge-center .hero__img {
		width: 100%;
	}
}

.search-form {
	max-width: 512px;
	width: 100%;
}

.search-form .form-search {
	position: relative;
}

.search-form .form-search__field {
	width: 100%;
	position: relative;
}

.search-form .form-search__field input {
	width: 100%;
	height: 54px;
	background: #FFFFFF;
	border-radius: 0;
	border: 1px solid #FFFFFF;
	padding: 14px 55px 12px 25px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: var(--theme-color-text);
	outline: none;
	transition: all 0.2s;
}

.search-form .form-search__field input:focus {
	border-color: var(--theme-color-accent);
}

.search-form .form-search__field::after {
	content: "";
	width: 24px;
	height: 24px;
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("");
	right: 19px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.search-form .form-search__result {
	position: absolute;
	top: 100%;
	width: 100%;
	max-height: 200px;
	overflow: scroll;
	background-color: #FFFFFF;
	display: none;
}

.search-form .form-search__result.active {
	border-top: 1px solid var(--theme-color-text);
	display: block;
	overflow: scroll;
}

.search-form .form-search__result ul {
	color: var(--theme-color-text);
	display: block;
}

.search-form .form-search__result ul li {
	padding: 0;
	min-height: 45px;
}

.search-form .form-search__result ul li a {
	padding: 12px 25px 14px 25px;
	width: 100%;
}

.search-form .form-search__result ul li::before, .search-form .form-search__result ul li::after {
	display: none;
}

.search-form .form-search__result ul li:hover {
	background: var(--theme-color-accent);
	color: #FFFFFF;
}

@media screen and (max-width: 992px) {
	.search-form {
		max-width: 350px;
	}

	.search-form .form-search__field input {
		height: 36px;
		padding: 7px 40px 8px 15px;
		font-size: 16px;
	}

	.search-form .form-search__field::after {
		content: "";
		width: 24px;
		height: 24px;
		right: 9px;
	}
}

.knowledge-section {
	margin: 50px 0 140px 0;
}

.knowledge-section__wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.knowledge-section__wrap .item {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.knowledge-section__wrap .item-img {
	width: 100%;
}

.knowledge-section__wrap .item-img img {
	width: 100%;
	object-fit: contain;
	border-radius: 10px;
}

.knowledge-section__wrap .item-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
}

@media screen and (max-width: 992px) {
	.knowledge-section__wrap .item {
		gap: 30px;
	}

	.knowledge-section__wrap .item-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.knowledge-section {
		margin-bottom: 90px;
	}

	.knowledge-section__wrap {
		grid-template-columns: 1fr;
	}

	.knowledge-section__wrap .item {
		gap: 15px;
	}
}

.popular-articles {
	margin: 140px 0 260px 0;
}

.popular-articles h2 {
	text-align: center;
	margin-bottom: 61px;
}

.popular-articles__wrap {
	column-count: 2;
	column-gap: 24px;
}

.popular-articles__wrap .item {
	position: relative;
	display: grid;
	grid-template-columns: auto 24px;
	grid-gap: 20px;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
	padding: 18px 0;
	border-bottom: 1px solid #313536;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	transition: all 0.2s;
}

.popular-articles__wrap .item::after {
	content: "";
	display: block;
	position: relative;
	background-image: url("");
	width: 24px;
	height: 24px;
}

.popular-articles__wrap .item:last-of-type, .popular-articles__wrap .item:nth-child(4) {
	border-bottom-color: transparent;
}

.popular-articles__wrap .item:hover {
	text-decoration: underline;
	color: var(--theme-color-accent);
}

@media screen and (max-width: 993px) {
	.popular-articles {
		margin: 90px 0 140px 0;
	}

	.popular-articles__wrap {
		column-count: 1;
	}

	.popular-articles__wrap .item {
		font-size: 18px;
	}
}

.hero-faq {
	min-height: 600px;
}

.hero-faq .search-form {
	margin-top: 99px;
}

.hero-faq .hero__img {
	margin-right: 100px;
}

@media screen and (max-width: 993px) {
	.hero-faq {
		min-height: auto;
	}

	.hero-faq .hero__img {
		margin-right: auto;
	}

	.hero-faq .search-form {
		margin-top: 40px;
	}
}

.faq-section {
	margin: 60px 0 80px 0;
}

.faq-section__wrap {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 15px;
}

.faq-section .toc-list {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.faq-section .toc-list a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: var(--theme-color-text);
	text-decoration: none;
}

.faq-section .toc-list a.active {
	color: var(--theme-color-accent);
}

.faq-section .toc-list a:hover {
	text-decoration: none;
	color: var(--theme-color-accent);
}

.faq-section-troubleshooting h2.item-title {
	color: var(--theme-color-text);
	margin-bottom: 45px;
}

.faq-section-troubleshooting .accordion .accordion-title {
	padding: 0;
	align-items: center;
}

.faq-section-troubleshooting .accordion .accordion-title h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	color: var(--theme-color-text);
	margin-bottom: 0;
	padding: 20px 0 23px 0;
}

.faq-section-troubleshooting .accordion .accordion-content {
	padding: 0;
}

.faq-section-troubleshooting .accordion .accordion-content .text, .faq-section-troubleshooting .accordion .accordion-content .text-list {
	padding: 0;
}

.faq__content {
	padding: 0;
}

.faq__content .item {
	margin-bottom: 90px;
}

.faq__content .item:last-of-type {
	margin-bottom: 0;
}

.faq__content h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 110%;
	color: var(--theme-color-text);
}

.faq__content .item-title {
	font-weight: 700;
	font-size: 45px;
	line-height: 110%;
	color: var(--theme-color-accent);
}

.faq__content .h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 117%;
	color: var(--theme-color-text);
	margin-bottom: 24px;
	padding-top: 45px;
	margin-top: 33px;
	border-top: 1px solid #BAD0D4;
}

.faq__content p, .faq__content li, .faq__content a {
	font-weight: 600;
	font-size: 17px;
	line-height: 140%;
}

.faq__content a {
	display: inline;
}

.faq__content a.link {
	display: block;
	margin-bottom: 26px;
	text-decoration: underline;
	font-size: 20px;
}

.faq__content a.link:hover {
	text-decoration: none;
}

.faq__content .col-lg-6 .h2:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

@media screen and (max-width: 993px) {
	.faq-section {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		transform: none !important;
		margin: 60px 0 0;
	}

	.faq-section__wrap {
		grid-template-columns: 1fr;
	}

	.faq-section .inner-wrapper-sticky {
		background-color: #0F0F0F;
		z-index: 4;
		position: static;
		width: 100% !important;
	}

	.faq-section .is-affixed {
		padding-top: 150px;
	}

	.faq-section .is-affixed .toc-list {
		gap: 5px;
		padding-bottom: 10px;
	}

	.faq-section .is-affixed .toc-list a {
		font-size: 12px;
	}

	.faq-section .faq__content {
		margin-top: 40px;
	}

	.faq-section .faq__content .item {
		margin-bottom: 60px;
	}

	.faq-section .faq__content h2 {
		font-size: 30px;
	}

	.faq-section .faq__content .item-title {
		font-size: 30px;
	}

	.faq-section .faq__content .h2 {
		font-size: 24px;
		margin-bottom: 24px;
		padding-top: 25px;
		margin-top: 25px;
	}

	.faq-section .faq__content p, .faq-section .faq__content li, .faq-section .faq__content a {
		font-size: 14px;
	}

	.faq-section .faq__content .row .col-lg-6:nth-child(2) .h2:last-of-type {
		padding-top: 25px;
		margin-top: 25px;
		border-top: 1px solid #313536;
	}
}

.hero-tutorials {
	min-height: 580px;
}

.hero-tutorials .hero__img {
	margin: 70px 0 -50px 0;
}

.hero-tutorials .search-form {
	margin-top: 99px;
}

@media screen and (max-width: 993px) {
	.hero-tutorials {
		min-height: auto;
	}

	.hero-tutorials .hero__img {
		margin-right: auto;
		margin-top: 0;
	}

	.hero-tutorials .search-form {
		margin-top: 40px;
	}
}

.tabs-tutorial {
	scroll-behavior: smooth;
}

.tabs-tutorial__wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 93px;
	padding: 120px 0 200px 0;
	align-items: flex-start;
}

.tabs-tutorial__wrap .h3 {
	color: var(--theme-color-accent);
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.tabs-tutorial__wrap .tabs-nav {
	column-count: 2;
}

.tabs-tutorial__wrap .tabs-nav li a {
	display: grid;
	grid-template-columns: 24px 1fr;
	grid-gap: 20px;
	align-items: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 36px;
}

.tabs-tutorial__wrap .tabs-nav li a:hover {
	color: var(--theme-color-accent);
}

.tabs-tutorial__wrap .tabs-nav li a img {
	display: block;
	margin: auto;
}

.tabs-tutorial__wrap .tabs-content {
	background: var(--theme-color-text);
	border-radius: 10px;
	padding: 50px 45px 45px 50px;
}

.tabs-tutorial__wrap .tabs-content a {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	text-decoration-line: underline;
	color: var(--theme-color-accent);
	margin-bottom: 25px;
}

@media screen and (max-width: 993px) {
	.tabs-tutorial__wrap {
		grid-template-columns: 1fr;
		grid-gap: 30px;
		padding: 60px 0 150px 0;
	}

	.tabs-tutorial__wrap .h3 {
		margin-bottom: 15px;
	}

	.tabs-tutorial__wrap .tabs-nav li a {
		grid-gap: 10px;
		grid-template-columns: 16px 1fr;
		font-size: 14px;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.tabs-tutorial__wrap .tabs-nav li a img {
		margin: 4px auto 0 auto;
	}

	.tabs-tutorial__wrap .tabs-content {
		padding: 25px 15px 5px 25px;
	}

	.tabs-tutorial__wrap .tabs-content a {
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.blog-post__tags a {
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: var(--theme-color-accent);
	background: rgba(255, 0, 102, 0.1254901961);
	display: inline-block;
	border-radius: 8px;
	padding: 6px 12px 4px 12px;
	margin-bottom: 25px;
}

.blog-post__date {
	margin-bottom: 66px;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #8C8C8C;
}

.tutorial-post .mobile-sidebar {
	display: none;
}

.tutorial-post .toc-list__item {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 24px;
}

.tutorial-post .toc-list__item a.active {
	color: var(--theme-color-accent);
}

@media screen and (max-width: 993px) {
	.tutorial-post .col-lg-3 {
		display: none;
	}

	.tutorial-post .mobile-sidebar {
		display: block;
	}
}

@media screen and (max-width: 993px) {
	.blog-post__tags a {
		font-size: 12px;
		padding: 6px 12px 4px 12px;
		margin-bottom: 20px;
	}

	.blog-post__date {
		margin-bottom: 40px;
	}
}

.helpful__form {
	margin-top: 100px;
}

.helpful__form .form-fields {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 45px 18px;
}

.helpful__form .form-title {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
}

.helpful__form input[type=radio] {
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
}

.helpful__form input[type=radio]:checked + label {
	background-color: rgba(117, 237, 253, 0.2823529412);
}

.helpful__form .input-field {
	display: flex;
	align-items: center;
	min-height: 60px;
	min-width: 98px;
	border: none;
	outline: none;
	color: #FFFFFF;
	position: relative;
	border-radius: 50px;
	background-clip: padding-box;
	transition: 0.2s all;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	margin: 2px;
}

.helpful__form .input-field label {
	border-radius: 50px;
	padding: 5px 32px;
	width: 100%;
	background-color: #0F0F0F;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
}

.helpful__form .input-field:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	margin: -2px;
	border-radius: inherit;
	opacity: 1;
	transition: opacity 0.5s;
	background: linear-gradient(-273.4deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
}

.helpful__form .input-field::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	margin: -2px;
	border-radius: inherit;
	transition: opacity 0.5s;
	opacity: 0;
	background: linear-gradient(273.4deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
}

.helpful__form .input-field:hover::before {
	opacity: 0;
}

.helpful__form .input-field:hover::after {
	opacity: 1;
}

.helpful__form .input-field:focus span {
	background: #270D17;
}

.helpful__form .input-field:focus::before {
	opacity: 1;
}

.helpful__form .input-field:focus::after {
	opacity: 0;
}

.helpful__form .input-field:active {
	color: #FFFFFF;
}

.helpful__form .input-field:active span {
	background: linear-gradient(273.4deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
}

.helpful__form .input-field:active::before {
	opacity: 0;
}

.helpful__form .input-field:active::after {
	opacity: 1;
}

@media screen and (max-width: 993px) {
	.form-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 993px) {
	.articles .article__text p + .button span {
		text-align: center;
	}
}

.articles .article__img img,
.set-up__img img {
	height: auto;
	object-fit: contain;
}

.footer .translate.translate--full .flag {
	display: flex;
}

.footer .translate.translate--full .flag img {
	flex-grow: 0;
}

.server-locations .button span {
	text-align: center;
}


@media (min-width: 1300px) {
	.header__bottom nav > ul > .menu-item > a {
		text-wrap: nowrap;
	}

	.header__bottom nav > ul {
		padding-left: 15px;
	}
}

.tax-glossary_cat .glossary-tab {
	z-index: 1;
	padding-top: 0;
	position: relative;
}

.single-glossary .main .text {
	position: relative;
	z-index: 1;
}

@media (min-width: 961px) {
	.hero-bandwidth-throttling {
		z-index: -1;
	}

	.single-glossary .main .text {
		padding: 0 0 100px;
		margin-top: 97px;
	}

	.tax-glossary_cat .glossary-tab {
		padding: 0 0 120px 0;
		margin-top: -100px;
		z-index: 1;
	}
}

@media (min-width: 993px) {
	.tax-glossary_cat .glossary-tab {
		margin-top: 77px;
	}
}

@media screen and (max-width: 768px) {
	.single-glossary .main .text {
		margin-top: 60px;
		padding: 0;
	}

	.single-glossary .main .text p, .single-glossary .main .text-list p {
		font-size: 20px;
	}
}

/*Video shortcode*/
.wp-video, .wp-video .wp-video-shortcode {
	width: 100% !important;
}


/*POPUP*/

@keyframes slideDownEnter {
	0% {
		transform: translateY(-150%);
	}
	100% {
		transform: translateY(0);
	}
}

#rgbc-slidedown-container {
	font-size: 16px;
	position: fixed;
	z-index: 2258594000;
	left: 0;
	right: 0;
	-webkit-font-smoothing: initial;
}

#rgbc-slidedown-container.slide-down {
	display: none;
	top: 0;
}

#rgbc-slidedown-container.slide-down.active {
	display: block;
}

#rgbc-slidedown-container.slide-down.active #rgbc-slidedown-dialog {
	width: 500px;
	animation-name: slideDownEnter;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .4s;
	animation-fill-mode: forwards;
}

#rgbc-slidedown-container.slide-down.active #rgbc-slidedown-dialog {
	width: 500px;
	animation-name: slideDownEnter;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .4s;
	animation-fill-mode: forwards;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog {
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 1px 6px rgba(5, 27, 44, .06), 0 2px 32px rgba(5, 27, 44, .16) !important;
	background: #fff !important;
	color: #051b2c;
	padding: 1.5em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	font-family: "DMSans", sans-serif;
}

.rgbc-slide-down-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-body {
	box-sizing: border-box;
	margin: 0;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-body-icon {
	box-sizing: border-box;
	float: left;
	width: 80px;
	height: 80px;
	position: relative;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-body-icon img {
	width: 100%;
	height: 100%;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-body-message {
	box-sizing: border-box;
	padding: 0 0 0 1em;
	font-weight: 400;
	float: left;
	width: calc(100% - 80px);
	line-height: 1.45em;
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	color: #051b2c !important;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-button.primary {
	background: #0078d1;
	color: #fff !important;
	transition: 75ms linear;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .align-right {
	float: right;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-button {
	padding: 0.75em 1.5em;
	font-size: 1em;
	border-radius: 0.25em;
	font-weight: 400;
	box-shadow: unset;
	display: flex;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog button {
	box-sizing: border-box;
	display: inline-block;
	padding: 0.375rem 1rem;
	font-size: .9625em;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	font-family: inherit;
	letter-spacing: .05em;
	transition: background-color 75ms ease;
	margin: 0;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .primary.slidedown-button + .secondary.slidedown-button {
	margin-right: 0.714em;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .slidedown-button.secondary {
	box-shadow: none;
	background: #fff !important;
	color: #0078d1 !important;
}

#rgbc-slidedown-container #rgbc-slidedown-dialog .clearfix {
	display: block;
	-webkit-backface-visibility: initial !important;
	backface-visibility: initial !important;
}

.device-table {
	width: 100%;
	background-color: #313536;
	border-radius: 12px;
	overflow: hidden;
}

.device-table__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 1px;
	font-size: 20px;
	font-weight: 400;
	line-height: 110%;
}

.device-table__row--mobile {
	grid-template-columns: 1fr;
}

.device-table__row--header {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 2px;
	text-align: center;
}

.device-table__row--header .device-table__item {
	text-transform: uppercase;
	background-color: var(--theme-color-accent) !important;
}

.device-table__row--header.device-table__row--mobile {
	font-size: 12px;
}

.device-table__row--body:nth-child(2) .device-table__item {
	padding-top: 32px;
}

.device-table__row--body:last-child .device-table__item {
	padding-bottom: 32px;
}

.device-table__row--body.device-table__row--mobile {
	font-size: 16px;
}

.device-table__item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
	background-color: var(--theme-color-text);
	padding: 16px 0;
}

.device-table__item img {
	margin-bottom: 8px;
}

.device-table__item a {
	color: #fff;
}

.device-table__row--mobile .device-table__item {
	padding: 8px 0 !important;
}

.device-table__row--mobile .device-table__item:first-child {
	padding-top: 24px !important;
}

.device-table__row--mobile .device-table__item:last-child {
	padding-bottom: 24px !important;
}

.device-table__row--header .device-table__item:first-child {
	padding-top: 8px !important;
}

.device-table__row--header .device-table__item:last-child {
	padding-bottom: 8px !important;
}

.page-template-support .main {
	margin-bottom: 180px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.page-template-support h1 {
	letter-spacing: -2.5px;
}

.support-wrap {
	width: 100%;
	padding-top: 140px;
	padding-inline: 10px;
	max-width: 766px;
	display: flex;
	flex-direction: column;
	font-family: "DMSans", sans-serif;
}

.support-form {
	font-size: 1rem;
}

.support-form input[type="email"],
.support-form input[type="text"],
.support-form select,
.support-form textarea {
	padding: .95em 1.65em;
	width: 100%;
	font-size: 1.25em;
	background-color: #0f0f0f;
	border: 1px solid #fff;
	color: #fff;
}

.support-form select {
	appearance: none;
}

.support-form select option {
	color: #fff;
}

.support-form select option[value=""],
.support-form select:invalid {
	color: #808080FF;
}

.support-form .hs-fieldtype-select .input {
	position: relative;
}

.support-form .hs-fieldtype-select .input:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 14px;
	height: 8px;
	background-image: url("");
}

.support-form textarea {
	height: 8.75em;
	margin-bottom: 1.1em;
	font-family: "DMSans", sans-serif;
}

.support-form .actions {
	position: relative;
	max-width: 195px;
	margin-top: 2.85em;
	padding: 0.1rem;
	background: linear-gradient(93.62deg, #75EDFD 0.39%, var(--theme-color-accent) 98.02%);
	border-radius: 50px;
}

.support-form .actions::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(-93.62deg, #75EDFD 0.39%, var(--theme-color-accent) 98.02%);
	border-radius: 50px;
	transition: opacity 0.5s;
	opacity: 0;
}

.support-form .actions:hover::before {
	opacity: 1;
}

.support-form input[type="submit"] {
	position: relative;
	z-index: 2;
	padding: 1.2rem;
	width: 100%;
	font: 700 20px/26px "DMSans", sans-serif;
	color: white;
	background: #0f0f0f;
	border: none;
	border-radius: 50px;
}

.support-form input[type="submit"]:hover {
	cursor: pointer;
}

.support-form label:not(.hs-error-msg) {
	margin-top: 1.65em;
	margin-bottom: .6em;
	display: block;
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: 500;
}

.support-form .urban-notice {
	margin-top: 38px;
	margin-bottom: 51px;
}

.urban-notice {
	padding: 1.4em .5em;
	font-size: 1.25rem;
	text-align: center;
	border-bottom: 2px solid #808080FF;
	border-radius: .5em;
	background: rgba(128, 128, 128, 0.1);
}

.urban-notice--error {
	border-color: var(--theme-color-accent);
	background: rgba(255, 0, 102, 0.1);
}

@media screen and (max-width: 768px) {
	.page-template-support .main {
		margin-bottom: 138px;
	}

	.support-wrap {
		padding-top: 20px;
	}

	.support-form .actions {
		max-width: initial;
	}

	.support-form {
		font-size: .8rem;
	}

	.urban-notice {
		font-size: 1rem;
	}
}

/* Subscription templates START */
.pricing-premium {
	position: relative;
	overflow: hidden;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	text-align: center;
	padding: 50px 0;
}

.pricing-premium::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url("") no-repeat center bottom;
	background-size: 100% auto;
	mix-blend-mode: overlay;
}

.pricing-premium__icon {
	display: block;
	width: 70px;
	height: auto;
	margin: 0 auto 24px;
}

.pricing-premium__title {
	margin-bottom: 19px;
}

.pricing-premium__description {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.pricing-premium__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 22px 18px;
}

.pricing-premium__item {
	position: relative;
	border-radius: 8px;
	border: 1px solid #BAD0D4;
	background: #F3F6FC;
	padding: 30px;
	cursor: pointer;
}

.pricing-premium__label {
	position: absolute;
	inset: auto 0 100%;
	transform: translateY(50%);
	border-radius: 99px;
	background: #424242;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	width: fit-content;
	min-height: 34px;
	padding: 6px 16px;
	margin: 0 auto;
}

.pricing-premium__period {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 18px;
}

.pricing-premium__costs {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.pricing-premium__cost {
	display: inline-flex;
	align-items: flex-start;
	gap: 4px;
	color: var(--theme-color-accent, currentColor);
	line-height: 1.1;
}

.pricing-premium__cost-old {
	position: absolute;
	inset: auto 0 calc(100% - 7px);
	display: inline-flex;
	justify-content: center;
	color: #969696;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
}

.pricing-premium__currency {
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	padding-top: 0.2em;
}

.pricing-premium__per {
	color: var(--theme-color-accent);
	font-size: 16px;
	margin-top: 7px;
}

.pricing-premium__select-box {
	position: relative;
	display: block;
}

.pricing-premium__checkbox {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.pricing-premium__btn.button {
	gap: 10px;
	background: transparent;
	border: 2px solid var(--theme-color-accent);
	color: var(--theme-color-text);
	width: fit-content;
	min-width: min(264px, 100%);
	min-height: 64px;
	padding: 5px 20px;
	margin: 27px auto 0;
	transition-property: background, color;
}

.pricing-premium__btn.button:hover,
.pricing-premium__checkbox:checked + .pricing-premium__btn.button {
	background: var(--theme-color-accent);
	border-color: var(--theme-color-accent);
	color: #fff;
}

.pricing-premium__btn-icon {
	display: none;
	flex-shrink: 0;
	width: 20px;
}

.pricing-premium__checkbox:checked + .pricing-premium__btn .pricing-premium__btn-icon {
	display: block;
}

.pricing-premium__btn-text:before {
	content: attr(data-text-default);
}

.pricing-premium__checkbox:checked + .pricing-premium__btn .pricing-premium__btn-text:before {
	content: attr(data-text-selected);
}

.pricing-premium__item--best-deal {
	border-radius: 8px;
	border: 2px solid var(--theme-color-accent);
	background-image: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	padding-block: 57px;
}

.pricing-premium__item--best-deal .pricing-premium__label {
	background: linear-gradient(94deg, #75EDFD 0.39%, var(--theme-color-accent) 98.02%);
	width: min(234px, calc(100% - 52px));
}

.pricing-offer {
	border-radius: 7px;
	background: #F3F6FC;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.20;
	text-transform: uppercase;
	padding: 15px;
	margin-top: 27px;
}

.pricing-offer-text {
	font-size: 14px;
	font-weight: 700;
	width: fit-content;
	margin: 0 auto;
}

.pricing-pros {
	text-align: center;
	padding: 100px 0 80px;
}

.pricing-pros.with-decoration {
	position: relative;
	overflow: hidden;
	padding-top: 106px;
}

.pricing-pros.with-decoration::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 1293px;
	height: 515px;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("planet-smooth.svg");
}

.pricing-pros__title {
	margin-bottom: 56px;
}

.pricing-pros__title span {
	color: var(--theme-color-accent);
}

.pricing-pros__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pricing-pros__item-img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 416/240;
	margin-bottom: 24px;
}

.pricing-pros__item-img-wrap img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.pricing-pros__item__content {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
}

.pricing-pros__item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.pricing-pros__item-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.accordion-section_bottom-indent {
	margin-bottom: 70px !important;
}

.accordion-section.with-decoration .accordion {
	position: relative;
	z-index: 1;
}

.pricing-accordion.with-decoration,
.card-info.with-decoration {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	position: relative;
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 90px;
	margin-top: 30px;
	margin-bottom: 0;
}

.accordion-section.accordion-section_windows-vpn {
	margin-bottom: 110px;
}

.card-info.with-decoration:before,
.card-info.with-decoration:after,
.articles_locations.with-decoration:before,
.articles_locations.with-decoration:after {
	position: absolute;
	z-index: 1;
	inset: -1px 0 auto;
	display: block;
	content: '';
	pointer-events: none;
}

.pricing-accordion.with-decoration:before,
.card-info.with-decoration:before,
.articles_locations.with-decoration:before {
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	background: var(--theme-color-accent);
	filter: blur(150px);
	width: 1295px;
	height: 38px;
	margin: 0 auto;
}

.pricing-accordion.with-decoration:after,
.card-info.with-decoration:after,
.articles_locations.with-decoration:after {
	z-index: 2;
	background-color: #0F0F0F;
	width: max(100%, 1920px);
	height: 80px;
	clip-path: polygon(0 0, 100% 0, 0% 100%);
}

.card-info.with-decoration:after,
.articles_locations.with-decoration:after {
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.pricing-accordion.pricing-accordion_reviews.with-decoration {
	padding-top: 80px;
	margin-bottom: 80px;
}

.pricing-accordion.pricing-accordion_reviews.with-decoration:after {
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.pricing-step-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	text-wrap: balance;
	margin-block: 38px;
}

.pricing-step-title--centered {
	text-align: center;
}

.pricing-step-name {
	display: inline-block;
	color: var(--theme-color-accent);
	margin-inline-end: 0.3em;
}

.pricing-steps {
	overflow: hidden;
	margin: 60px 0 120px;
}

.pricing-signup {
	padding-bottom: 48px;
	margin-bottom: 48px;
}

.pricing-signup_logged-out {
	position: relative;
	padding: 20px 0 58px;
}

.pricing-signup_logged-out::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	background: #F3F6FC;
	left: -100%;
	right: -100%;
	margin-inline: auto;
	z-index: -1;
}

.pricing-signup_logged-in {
	background: #F3F6FC;
	padding: 32px 40px 70px;
	margin-bottom: 0;
}

.pricing-signup__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.pricing-signup__action-btn {
	cursor: pointer;
	display: flex;
	gap: 10px;
	flex-basis: 20%;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 7px;
	border: 1px solid #BCE1EC;
	color: var(--theme-color-text);
	font-size: 20px;
	font-weight: 600;
	min-width: fit-content;
	min-height: 72px;
	padding: 14px 20px;
	transition: 0.2s;
}

.pricing-signup__action-btn svg {
	transition: inherit;
}

@media (min-width: 993px) {
	.pricing-signup__action-btn:hover {
		background: var(--theme-color-accent);
		border-color: var(--theme-color-accent);
		color: #fff;
	}

	.pricing-signup__action-btn:hover svg {
		filter: brightness(0) invert(1);
	}
}

.pricing-signup__user-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.pricing-signup__user-plate {
	display: flex;
	align-items: center;
	gap: 16px;
	border-radius: 99px;
	background: #fff;
	color: #0F0F0F;
	line-height: 1.11;
	min-width: min(366px, 100%);
	width: fit-content;
	min-height: 72px;
	padding: 12px 32px 12px 12px;
}

.pricing-signup__user-logo {
	flex-shrink: 0;
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.pricing-signup__user-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	word-break: break-word;
}

.pricing-signup__user-name {
	font-size: 18px;
	font-weight: 500;
}

.pricing-signup__user-email {
	font-size: 16px;
	font-weight: 400;
	color: #0F0F0F;
}

.pricing-signup__user-logout {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 99px;
	background: #D7E2F4;
	width: 72px;
	height: 72px;
	transition: 0.2s;
}

.pricing-signup__user-logout:hover {
	background: var(--theme-color-accent);
}

.pricing-signup__user-logout svg {
	width: 24px;
	height: 24px;
}

.pricing-payment {
	background: #F3F6FC;
	padding: 0 0 70px;
}

.pricing-payment .pricing-step-title {
	border-top: 1px solid #BAD0D4;
	padding-top: 48px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 878px;
	max-width: 100%;
}

.pricing-steps__notice {
	text-wrap: balance;
	color: #FF3363;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0.66em;
}

.pricing-steps__notice--smaller {
	font-size: 16px;
}

.pricing-checkout {
	max-width: 878px;
	margin: 60px auto 0;
}

.pricing-checkout__title {
	font-size: 20px;
	margin-bottom: 34px;
}

.pricing-checkout__table {
	border-collapse: collapse;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	margin-bottom: 30px;
}

.pricing-checkout__table td {
	padding: 7px 0;
}

.pricing-checkout__table td:last-child {
	text-align: end;
}

.pricing-checkout__table tbody {
	color: #5D6D72;
}

.pricing-checkout__table tbody tr {
	border-bottom: 1px solid #BAD0D4;
}

.pricing-checkout__table tbody tr:first-child td {
	padding-top: 0;
}

.pricing-checkout__table tbody tr:last-child td {
	padding-bottom: 30px;
}

.pricing-checkout__table tfoot {
	border-top: 1px solid #BAD0D4;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.pricing-checkout__table tfoot tr:first-child td {
	padding-top: 30px;
}

.pricing-checkout__table tfoot tr:last-child td {
	padding-bottom: 0;
}

.pricing-checkout__discount-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.pricing-checkout__discount {
	display: inline-block;
	background: linear-gradient(94deg, #75EDFD 0.39%, var(--theme-color-accent) 98.02%);
	border-radius: 99px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 8px 12px;
}

.pricing-checkout__proceed {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin: 58px 0 16px;
}

.pricing-checkout__secure {
	color: #969696;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
}

.pricing-checkout__secure svg {
	display: inline-block;
	vertical-align: sub;
	width: 24px;
	height: auto;
	margin-inline-end: 0.4em;
}

.pricing-checkout__paypal-btn {
	cursor: pointer;
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFC43A;
	border-radius: 50px;
	width: min(304px, 100%);
	height: 68px;
	padding: 18px;
	transition: box-shadow 0.2s;
}

.pricing-checkout__paypal-btn:hover {
	box-shadow: 0 0 15px 0 rgba(255, 196, 58, 0.75);
}

.pricing-checkout__info {
	color: #969696;
	font-size: 12px;
	line-height: 1.33;
	font-weight: 600;
	margin-top: 50px;
}

.pricing-checkout__info-bolder {
	font-weight: 600;
}

.pricing-checkout__info p {
	margin-block: 0.66em;
}

.pricing-checkout__have-subscription {
	text-align: center;
	padding: 70px 40px;
	background: #F3F6FC;
}

.thank-subscription-hero {
	position: relative;
	background-image: url(""), linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	background-repeat: no-repeat;
	background-position: center bottom 125px;
	background-size: contain, cover;
	text-align: center;
	padding-top: 28px;
	margin-bottom: -66px;
}

.thank-subscription-hero__icon {
	display: block;
	width: 70px;
	height: auto;
	margin: 0 auto 24px;
}

.thank-subscription-hero__title {
	margin: 0 auto 16px;
	max-width: 1011px;
}

.thank-subscription-hero__description {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}

.thank-subscription-hero__items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 25px 0;
	margin-top: 30px;
}

.thank-subscription-hero__item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	padding: 2px 10px;
}

.thank-subscription-hero__item svg {
	flex-shrink: 0;
	width: 20px;
}

.thank-subscription-hero__btn {
	margin: 55px auto 0;
}

.thank-subscription-hero__img {
	height: auto;
	margin: 80px auto 0;
}

.thank-subscription-download {
	position: relative;
	text-align: center;
	margin-top: 156px;
	padding: 25px 0 102px;
}

.thank-subscription-download.thank-subscription-download_subscription {
	margin-bottom: 90px;
}

.thank-subscription-download::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("planet-smooth.svg") no-repeat top center;
	background-size: contain;
}

.thank-subscription-download .container {
	position: relative;
}

.thank-subscription-download.thank-subscription-download_reviews {
	padding-top: 45px;
	margin-top: 95px;
	position: relative;
	overflow: hidden;
}

.thank-subscription-download.thank-subscription-download_reviews .bg-shadow-green {
	top: 0;
}

.thank-subscription-download__items {
	--items-gap: 20px;
	--max-columns: 7;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 93px;
}

.thank-subscription-download__item {
	display: flex;
	flex-basis: calc((100% - calc(var(--items-gap) * calc(var(--max-columns) - 1))) / var(--max-columns));
	aspect-ratio: 1/1;
	max-width: calc((100% - calc(var(--items-gap) * calc(var(--max-columns) - 1))) / var(--max-columns));
	background: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	border-radius: 7px;
	transition: background 0.3s;

}

.thank-subscription-download__item-anchor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	gap: 8px;
	background: #FFF;
	background-size: 100% 200%;
	outline: 1px solid transparent;
	color: var(--theme-color-text);
	font-size: 16px;
	font-weight: 600;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	padding: 10px;
	top: 2px;
	position: relative;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

/*.tabs-nav li.active .thank-subscription-download__item-anchor {*/
/*  outline-color: var(--theme-color-accent);*/
/*  border-color: var(--theme-color-accent);*/
/*  background-position: 0 100%;*/
/*}*/
.thank-subscription-download__item:hover {
	background: var(--theme-color-accent);
}

.premium-lobby-hero {
	position: relative;
	background-image: url(""), linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	background-repeat: no-repeat;
	background-size: contain, cover;
	background-position: center bottom;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 120px;
	margin-block: 0 85px;
}

.premium-lobby-hero__icon {
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto 16px;
}

.premium-lobby-hero__items {
	text-align: initial;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px 24px;
	margin-top: 50px;
}

.premium-lobby-hero__item {
	background: rgba(236, 251, 255, 0.2);
	border: 1px solid #72D0FF;
	border-radius: 8px;
	backdrop-filter: blur(3px);
	padding: 30px;
}

.premium-lobby-hero__item:last-child {
	background: linear-gradient(111.88deg, rgba(255, 214, 231, 0.4) 0.36%, rgba(222, 237, 250, 0.4) 30.64%, rgba(225, 244, 253, 0.4) 70.35%, rgba(227, 251, 255, 0.4) 99.64%);
	border: 2px solid var(--theme-color-accent);
}

.premium-lobby-hero__item__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1.16em;
}

.premium-lobby-hero__item__row {
	display: flex;
	align-items: baseline;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0.8em;
}

.premium-lobby-hero__item__row svg {
	position: relative;
	top: -2px;
	flex-shrink: 0;
	margin-inline-end: 14px;
}

.premium-lobby-hero__item__subtitle {
	color: var(--theme-color-accent);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-block: 57px 10px;
}

.premium-lobby-hero__item__apps {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 20px;
}

.premium-lobby-hero__item__app {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	gap: 8px;
	background: linear-gradient(0deg, rgba(46, 101, 197, 0.3) 0%, rgba(114, 208, 255, 0.05) 50%, transparent 50%, transparent 100%);
	background-size: 100% 200%;
	outline: 1px solid transparent;
	border: 1px solid #72D0FF;
	border-radius: 7px;
	color: var(--theme-color-text);
	font-size: 16px;
	font-weight: 600;
	width: 98px;
	padding: 16px;
	transition: 0.3s;
}

.premium-lobby-hero__item__app:hover {
	outline-color: var(--theme-color-accent);
	border-color: var(--theme-color-accent);
	background-position: 0 100%;
}

.premium-lobby-hero__item:last-child .premium-lobby-hero__item__app {
	border-color: #72D0FF;
}

.premium-lobby-hero__item__app img {
	width: 100%;
	height: 24px;
}

.premium-lobby-hero__btn {
	margin: 55px auto 2px !important;
}

.premium-lobby-compare {
	text-align: center;
	margin-block: 80px 146px;
}

.premium-lobby-compare__title {
	margin-bottom: 60px;
}

.premium-lobby-compare__table {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: 18px 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.premium-lobby-compare__table > * {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 5px;
	min-height: 90px;
}

.premium-lobby-compare__table > *:nth-child(3n+1) {
	justify-content: flex-start;
	border-radius: 8px 0 0 8px;
	text-align: initial;
	padding-inline-start: 70px;
}

.premium-lobby-compare__table > *:nth-child(3n+3) {
	border-radius: 0 8px 8px 0;
	padding-inline-end: 70px;
}

.premium-lobby-compare__th {
	border-bottom: 2px solid #2E65C5;
	background: linear-gradient(0deg, rgba(46, 101, 197, 0.5) 0%, rgba(46, 101, 197, 0.03) 92.34%);
}

.premium-lobby-compare__td {
	gap: 28px;
	background: #F3F6FC;
}

.premium-lobby-compare__td-icon {
	flex-shrink: 0;
	object-fit: contain;
	width: 36px;
	height: 36px;
}

.premium-lobby-compare__td-description {
	font-size: 20px;
	font-weight: 600;
}

.premium-lobby-compare__btn {
	margin: 60px auto 2px !important;
}

.premium-lobby-features {
	position: relative;
	padding-top: 239px;
	margin: -239px 0 120px;
}

.premium-lobby-features::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	margin-inline: auto;
	max-width: 1293px;
	height: 35vw;
	background: url("planet-smooth.svg") no-repeat top 32px center;
	background-size: contain;
}

.premium-lobby-features__title {
	text-align: center;
	margin-bottom: 70px;
}

.premium-lobby-features__tabs {
	--nav-width: 525px;
	display: flex;
}

.premium-lobby-features__tabs-nav {
	border-right: 1px solid #BAD0D4;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	flex-shrink: 0;
	width: var(--nav-width);
}

.premium-lobby-features__tabs-anchor {
	display: flex;
	align-items: center;
	background: linear-gradient(0deg, rgba(46, 101, 197, 0.5) 0%, rgba(46, 101, 197, 0.03) 50%, transparent 50%, transparent 100%);
	background-size: 100% 200%;
	gap: 10px;
	min-height: 102px;
	padding: 22px 24px;
	margin-inline-end: -1px;
	transition: 0.3s;
}

.premium-lobby-features__tabs-anchor:hover {
	background-position: 0 100%;
}

li.active .premium-lobby-features__tabs-anchor {
	border-right: 4px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(180deg, #72D0FF 0%, #2E65C5 99.84%);
	background-position: 0 100%;
}

.premium-lobby-features__tabs-icon {
	flex-shrink: 0;
	width: 55px;
}

.premium-lobby-features__tabs-content {
	width: calc(100% - var(--nav-width));
}

.premium-lobby-features__tabs-content-inner {
	padding-inline-start: 17.5%;
}

.premium-lobby-features__tabs-inner-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1em;
}

.premium-lobby-features__tabs-inner-content {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.premium-lobby-features__btn {
	margin: 45px auto 2px !important;
}

.premium-lobby-accordion.with-decoration {
	position: relative;
	overflow: hidden;
	padding-top: 130px;
	margin-top: 140px;
}

.premium-lobby-accordion.with-decoration:before,
.premium-lobby-accordion.with-decoration:after {
	position: absolute;
	z-index: 1;
	inset: -1px 0 auto;
	display: block;
	content: '';
	pointer-events: none;
}

.premium-lobby-accordion.with-decoration:before {
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	background: #25E3FA;
	filter: blur(200px);
	width: 1295px;
	height: 38px;
	margin: 0 auto;
}

.premium-lobby-accordion.with-decoration:after {
	z-index: 2;
	background-color: #0F0F0F;
	width: max(100%, 1920px);
	height: 34px;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.step-by-step.with-decoration {
	position: relative;
	overflow: hidden;
	padding-top: 160px;
}

.step-by-step.with-decoration:before,
.step-by-step.with-decoration:after {
	position: absolute;
	z-index: 1;
	inset: -1px 0 auto;
	display: block;
	content: '';
	pointer-events: none;
}

.step-by-step.with-decoration:before {
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	background: var(--theme-color-accent);
	filter: blur(150px);
	width: 1295px;
	height: 38px;
	margin: 0 auto;
}

.step-by-step.with-decoration:after {
	z-index: 2;
	background-color: #0F0F0F;
	width: max(100%, 1920px);
	height: 80px;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.deals-hero {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	padding: 88px 0 107px;
}

.deals-hero__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.deals-hero__main > * {
	flex-grow: 1;
	width: 30%;
}

.deals-hero__content {
	padding: 60px 0 30px;
}

.deals-hero__description {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	max-width: 505px;
	margin: 23px 0;
}

.deals-hero__btn-box {
	margin-top: 23px;
}

.deals-hero__items {
	display: flex;
	flex-direction: column;
	gap: 42px;
	margin-top: 9px;
}

.deals-hero__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 22px 50px;
	background: rgba(255, 255, 255, 0.60);
	outline: 1px solid #BAD0D4;
	outline-offset: -1px;
	border-radius: 7px;
	font-weight: 600;
	width: 100%;
	padding: 23px 5%;
}

.deals-hero__item__label {
	position: absolute;
	inset: auto 0 100%;
	transform: translateY(50%);
	background: #fff;
	border: 1px solid #BAD0D4;
	border-radius: 99px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	width: fit-content;
	min-height: 34px;
	padding: 6px 16px;
	margin: 0 auto;
}

.deals-hero__item--best-deal {
	outline: 2px solid var(--theme-color-accent);
	outline-offset: -2px;
}

.deals-hero__item--best-deal .deals-hero__item__label {
	color: #fff;
	background: var(--theme-color-accent);
	border-color: var(--theme-color-accent);
	width: min(234px, calc(100% - 52px));
}

.deals-hero__item__period {
	font-size: 16px;
	margin-bottom: 5px;
}

.deals-hero__item__costs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	font-size: 24px;
	line-height: 1.3;
	gap: 0.5em;
}

.deals-hero__item__cost {
	display: inline-flex;
	color: var(--theme-color-accent);
}

.deals-hero__item__cost-old {
	text-decoration: line-through;
}

.deals-hero__item__info {
	font-size: 12px;
	line-height: 1.2;
	margin-top: 16px;
}

.deals-hero__item__btn.button {
	cursor: pointer;
	min-width: min(100%, 264px);
}

.deals-hero__item__btn:not(.is-revealed) .btn-text-coupon {
	display: none;
}

.deals-hero__item__btn.is-revealed .btn-text-regular {
	display: none;
}

.deals-hero__item__btn.is-revealed {
	background: rgba(255, 255, 255, 0.60);
	border: 1px solid var(--theme-color-accent);
	color: var(--theme-color-accent);
}

.deals-hero__item__btn.is-revealed:hover {
	color: #fff;
	border: 1px solid #C90151;
}

.btn-text-copied {
	position: absolute;
	z-index: 3;
	inset: auto 0 100%;
	transform: translateY(50%);
	border-radius: 99px;
	background: var(--theme-color-accent);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	width: fit-content;
	padding: 5px 12px;
	margin: 0 auto;
	transition: 0.3s;
}

.deals-hero__item__btn:not(.is-active) .btn-text-copied {
	opacity: 0;
	visibility: hidden;
}

.features-vpn--deals {
	padding-top: 42px;
}

.donate-hero {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 165px 0 180px;
	margin-bottom: 20px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
}

.donate-hero__inner {
	max-width: 800px;
	margin: 0 auto;
}

.donate-hero__title {
	letter-spacing: -0.04em;
	line-height: 1.2;
	margin-bottom: 0.66em;
}

.donate-hero__description {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 2em;
}

.donate-hero__options {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 30px;
}

.donate-hero__option-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-grow: 1;
	width: 15%;
	min-width: fit-content;
}

.donate-hero__checkbox {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.donate-hero__option.button {
	background: #EEFAFF;
	border: 2px solid var(--theme-color-accent);
	color: var(--theme-color-text);
	font-size: 30px;
	width: 100%;
	min-width: 0;
	min-height: 65px;
	padding: 5px 20px;
	margin: 0;
	transition-property: background, color;
}

.donate-hero__option.button:hover,
.donate-hero__checkbox:checked + .donate-hero__option.button {
	background: var(--theme-color-accent);
	color: #FFF;
}

.donate-hero__button.button {
	width: 100%;
	min-height: 64px;
}

.donate-info {
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	padding: 72px 0 41px;
}

.donate-info__title {
	margin-bottom: 0.55em;
}

.donate-info__title span {
	color: var(--theme-color-accent);
}

.donate-info__content {
	line-height: 1.4;
	font-weight: 600;
}


.donate-core {
	position: relative;
	overflow: hidden;
	padding: 130px 0 140px;
}

.donate-core__item {
	margin-bottom: 60px;
}

.donate-core__item-title:not(:last-child) {
	margin-bottom: 1.5em;
}

.donate-core__item-content {
	line-height: 1.4;
}

@media screen and (min-width: 769px) {
	.donate-info__main {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 60px 10.5%;
	}

	.donate-info__content {
		font-size: 20px;
		width: 40%;
		flex-grow: 1;
	}

	.donate-info__img-wrap {
		width: 49.5%;
	}

	.donate-info__img-wrap img {
		margin-inline: auto 0;
	}

	.donate-core__item {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.donate-core__item > * {
		width: 50%;
	}

	.donate-core__item-content {
		font-size: 20px;
		flex-grow: 1;
		font-weight: 600;
	}

	.donate-core__item-content:not(:last-child) {
		padding-inline-start: 10.5%;
	}
}

@media screen and (max-width: 992px) {
	.thank-subscription-hero__items {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.pricing-premium {
		padding: 20px 0 67px;
	}

	.pricing-premium::before {
		background-image: url("");
	}

	.pricing-premium:after {
		width: 100%;
		height: 4vw;
	}

	.pricing-premium__icon {
		width: 34px;
		margin-bottom: 15px;
	}

	.pricing-premium__title {
		margin-bottom: 17px;
	}

	.pricing-premium__description {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.pricing-premium .pricing-step-name {
		margin-bottom: 2px;
	}

	.pricing-premium__grid {
		grid-template-columns: 1fr;
	}

	.pricing-premium__item {
		padding: 25px 26px;
	}

	.pricing-premium__label {
		font-size: 12px;
		width: min(173px, calc(100% - 52px));
		min-height: 30px;
	}

	.pricing-premium__period {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.pricing-premium__currency {
		padding-top: 1px;
	}

	.pricing-premium__cost-old {
		position: static;
	}

	.pricing-premium__per {
		font-size: 12px;
		margin: 0;
	}

	.pricing-premium__btn {
		width: 100%;
		margin-top: 20px;
	}

	.pricing-offer {
		font-size: 12px;
		margin-top: 23px;
	}

	.pricing-pros {
		padding: 30px 0;
		background-repeat: no-repeat;
		background-size: 170% auto;
		background-image: url("planet-smooth.svg");
		background-position: center 80%;
	}

	.pricing-pros.with-decoration {
		padding-top: 0;
		padding-bottom: 11px;
	}

	.pricing-pros.with-decoration:before {
		content: none;
	}

	.pricing-pros__title {
		margin-bottom: 29px;
	}

	.pricing-pros__grid {
		grid-template-columns: 1fr;
	}

	.pricing-pros__item-img-wrap {
		aspect-ratio: auto;
		height: 160px;
		margin: 0;
	}

	.pricing-pros__item-title {
		font-size: 20px;
		font-weight: 600;
	}

	.pricing-accordion.with-decoration,
	.card-info.with-decoration {
		margin-top: 80px;
		padding-top: 17px;
		padding-bottom: 70px;
	}

	.pricing-accordion.with-decoration:after,
	.card-info.with-decoration:after {
		width: 100%;
		height: 4vw;
	}

	.pricing-step-title {
		text-align: center;
		font-size: 20px;
		margin-block: 20px;
	}

	.pricing-step-name {
		display: block;
		margin: 0 0 10px;
	}

	.pricing-steps {
		margin: 46px 0 55px;
		background: #F3F6FC;
	}

	.pricing-signup {
		padding-bottom: 34px;
		margin-bottom: 0;
	}

	.pricing-signup__socials {
		flex-direction: column;
	}

	.pricing-signup__action-btn {
		font-size: 16px;
		min-height: 60px;
	}

	.pricing-signup__user-name {
		font-size: 16px;
	}

	.pricing-signup__user-email {
		font-size: 14px;
	}

	.pricing-steps__notice {
		text-align: center;
		font-size: 16px;
	}

	.pricing-checkout {
		margin-top: 24px;
	}

	.pricing-checkout__title {
		font-size: 16px;
	}

	.pricing-checkout__table {
		font-size: 16px;
		width: 100%;
	}

	.pricing-checkout__table tbody tr:last-child td {
		padding-bottom: 15px;
	}

	.pricing-checkout__table tfoot {
		font-size: 20px;
	}

	.pricing-checkout__discount {
		font-size: 12px;
		padding: 5px 11px;
	}

	.pricing-checkout__proceed {
		flex-direction: column;
		text-align: center;
		text-wrap: balance;
	}

	.pricing-checkout__secure {
		font-size: 16px;
	}

	.pricing-checkout__secure svg {
		width: 18px;
	}

	.pricing-checkout__info {
		text-align: center;
		margin-top: 58px;
	}

	.accordion-section_bottom-indent {
		margin-top: 11px !important;
		margin-bottom: 60px !important;
	}

	.thank-subscription-hero {
		background-image: url(""), linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
		background-position: center bottom;
		background-size: 165% auto, 165% 100%;
		text-wrap: balance;
		margin: 20px 0 40px;
	}

	.thank-subscription-hero__icon {
		width: 34px;
		margin-bottom: 15px;
	}

	.thank-subscription-hero__title {
		margin-bottom: 17px;
	}

	.thank-subscription-hero__description {
		font-size: 16px;
	}

	.thank-subscription-hero__btn {
		margin-top: 31px;
	}

	.thank-subscription-hero__img {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% + 80px);
		max-width: none;
		margin-top: 30px;
	}

	.thank-subscription-download {
		margin-top: 20px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.thank-subscription-download__items {
		flex-direction: column;
		gap: 12px;
		margin-top: 45px;
	}

	.thank-subscription-download__item {
		aspect-ratio: auto;
		width: 100%;
		max-width: none;
		min-height: 64px;
	}

	.thank-subscription-download__item.active {
		background: var(--theme-color-accent);
	}

	.thank-subscription-download__item-anchor {
		flex-direction: row;
		justify-content: flex-start;
		border-width: 1px !important;
		padding: 21px 40px;
		height: calc(64px - 4px);
	}

	.thank-subscription-download__img {
		flex-shrink: 0;
		width: 24px;
	}

	.premium-lobby-hero {
		background-image: url(""), linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
		background-position: center bottom -64px, center bottom;
		background-size: 170% auto, 170% 100%;
		padding-bottom: 96px;
		margin: 0 0 55px;
	}

	.premium-lobby-hero__icon {
		width: 34px;
	}

	.premium-lobby-hero__items {
		grid-template-columns: 1fr;
		margin-top: 35px;
	}

	.premium-lobby-hero__item {
		padding: 30px 12px;
	}

	.premium-lobby-hero__item__title {
		text-align: center;
		font-size: 20px;
		margin-bottom: 1em;
	}

	.premium-lobby-hero__item__row {
		font-size: 16px;
	}

	.premium-lobby-hero__item__row svg {
		top: -1px;
	}

	.premium-lobby-hero__item__subtitle {
		text-align: center;
		font-size: 12px;
		margin-block: 40px 10px;
	}

	.premium-lobby-hero__item__apps {
		justify-content: center;
		gap: 10px;
	}

	.premium-lobby-hero__item__app {
		gap: 8px;
	}

	.premium-lobby-hero__btn {
		margin-top: 40px;
	}

	.premium-lobby-compare {
		margin: 55px 0 85px;
	}

	.premium-lobby-compare__title {
		text-wrap: pretty;
		margin-bottom: 24px;
	}

	.premium-lobby-compare__table {
		font-size: 16px;
		font-weight: 600;
	}

	.premium-lobby-compare__table > * {
		padding: 12px 5px;
		min-height: 68px;
	}

	.premium-lobby-compare__table > *:nth-child(3n+1) {
		padding-inline-start: 12px;
	}

	.premium-lobby-compare__table > *:nth-child(3n+3) {
		padding-inline-end: 12px;
	}

	.premium-lobby-compare__th {
		font-size: 20px;
		font-weight: 500;
	}

	.premium-lobby-compare__td {
		gap: 8px;
	}

	.premium-lobby-compare__td svg,
	.premium-lobby-compare__td-icon {
		width: 24px;
		height: 24px;
	}

	.premium-lobby-compare__td-description {
		font-size: 12px;
	}

	.premium-lobby-compare__check {
		width: 24px;
		height: 24px;
	}

	.premium-lobby-compare__btn {
		margin-top: 24px !important;
	}

	.premium-lobby-features {
		padding-top: 0;
		margin: 70px 0 50px;
	}

	.premium-lobby-features__title {
		margin-bottom: 25px;
	}

	.premium-lobby-features__tabs {
		--nav-width: 118px;
		margin: 0 -12px 0 -11px;
	}

	li.active .premium-lobby-features__tabs-anchor {
		border-right: none;
	}

	.premium-lobby-features__tabs-nav {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
	}

	.premium-lobby-features__tabs-anchor {
		flex-direction: column;
		border-inline-end: none;
		border-bottom: 4px solid #FFF;
		min-height: 0;
		padding: 18px 14px;
		margin: 0;
		align-items: flex-start;
	}

	.premium-lobby-features__tabs-icon {
		flex-shrink: 0;
		object-fit: contain;
		width: 30px;
		height: 30px;
	}

	.premium-lobby-features__tabs-content-inner {
		padding: 18px 12px 18px 18px;
	}

	.premium-lobby-features__tabs-inner-title {
		font-size: 20px;
		margin-bottom: 27px;
	}

	.premium-lobby-features__tabs-inner-content {
		font-size: 16px;
	}

	.premium-lobby-features__btn {
		margin-top: 40px !important;
	}

	.premium-lobby-accordion.with-decoration {
		padding-top: 70px;
		margin-top: 70px;
	}

	.premium-lobby-accordion.with-decoration:after {
		width: 100%;
		height: 2vw;
	}

	.step-by-step.with-decoration {
		padding-top: 70px;
	}

	.step-by-step.with-decoration:after {
		width: 100%;
		height: 4vw;
	}

	.deals-hero {
		padding: 70px 0 60px;
	}

	.deals-hero__main {
		flex-direction: column;
		text-align: center;
	}

	.deals-hero__main > * {
		width: 100%;
	}

	.deals-hero__content {
		padding: 0;
	}

	.deals-hero__description {
		font-size: 16px;
		margin: 13px auto;
	}

	.deals-hero__btn.button {
		margin-inline: auto;
	}

	.deals-hero__img {
		margin: 0 auto;
	}

	.deals-hero__items {
		margin-top: 36px;
	}

	.deals-hero__item {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 22px 22px;
	}

	.deals-hero__item__label {
		font-size: 12px;
		width: min(173px, calc(100% - 52px));
		min-height: 30px;
	}

	.deals-hero__item__costs {
		font-size: 20px;
	}

	.deals-hero__item__btn.button {
		width: 100%;
	}

	.donate-hero {
		padding: 70px 0 90px;
	}

	.donate-hero:after {
		width: 100%;
		height: 4vw;
	}

	.donate-hero__description {
		font-size: 16px;
	}

	.donate-hero__options {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 11px 2px;
		margin-bottom: 24px;
	}

	.donate-hero__option-box {
		width: 100%;
	}

	.donate-info {
		margin-bottom: 70px;
		padding: 42px 0 32px;
		text-align: center;
	}

	.donate-info__main {
		display: flex;
		flex-direction: column;
	}

	.donate-info__img-wrap {
		order: 2;
		margin-bottom: 0;
		margin-top: 13px;
	}

	.donate-core {
		padding: 0 0 8px;
		margin-top: 57px;
	}

	.donate-core:after {
		width: 100%;
		height: 2vw;
	}

	.donate-core__item-content {
		font-weight: 600;
	}

	.donate-core__item-content:not(:last-child) {
		margin-bottom: 40px;
	}

	.donate-core__item-title:not(:last-child) {
		margin-bottom: 0.75em;
	}
}

@media screen and (max-width: 500px) {
	.pricing-signup__user-plate {
		gap: 10px;
		width: 100%;
		min-height: 60px;
		padding: 8px 24px 8px 8px;
	}

	.pricing-signup__user-logo {
		width: 44px;
		height: 44px;
	}

	.pricing-signup__user-info {
		gap: 2px;
	}

	.pricing-signup__user-logout {
		width: 100%;
		height: 60px;
	}
}

@media screen and (max-width: 356px) {
	.premium-lobby-compare__table {
		font-size: 14px;
	}

	.premium-lobby-compare__th {
		font-size: 16px;
	}

	.premium-lobby-compare__td-icon {
		width: 20px;
		height: 20px;
	}

	.premium-lobby-compare__td-description {
		font-size: 11px;
	}

	.premium-lobby-compare__check {
		width: 20px;
		height: 20px;
	}
}

/* Subscription templates END */

/* Loader */
#loader {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid white;
	border-right-color: black;
	animation: l2 1s infinite linear;
	transition: opacity 0.3s;
}

@keyframes l2 {
	to {
		transform: rotate(1turn)
	}
}

/* Loader END */

body.pricing-fetching .pricing-checkout {
	position: relative;
	cursor: pointer;
	filter: grayscale(1);
	transition: filter 0.3s;
}

body.pricing-fetching .pricing-checkout #loader {
	z-index: 100;
	opacity: 1;
}

@property --gradient-angle {
	syntax: '<angle>';
	initial-value: -273.4deg;
	inherits: false;
}

@property --gradient-color1 {
	syntax: '<color>';
	initial-value: #75EDFD;
	inherits: false;
}

@property --gradient-color2 {
	syntax: '<color>';
	initial-value: var(--theme-color-accent);
	inherits: false;
}


@media screen and (min-width: 1201px) {
	.hero-uninstall .hero__img {
		margin-right: -170px;
	}
}

/* QR Codes */
.qr-code-section {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 160px;
}

.qr-code-section__text {
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	max-width: 360px;
	text-align: left;
	margin-right: 58px;
	margin-top: 15px;
}

.qr-code-section__right {
	display: flex;
	justify-content: center;
	gap: 62px;
}

.qr-code-section__column {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.qr-code-section__box {
	background: linear-gradient(140deg, #75EDFD 4.28%, var(--theme-color-accent) 93.81%);
	border-radius: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 146px;
	height: 146px;
	margin-bottom: 25px;
}

.qr-code-section__box-inner {
	width: 140px;
	height: 140px;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
}

.qr-code-section__qr-image {
	max-width: 123px;
	max-height: 123px;
	object-fit: cover;
}

@media screen and (min-width: 1260px) {
	.hero__img.hero__img_reset-mb {
		margin-bottom: 0;
	}
}


@media screen and (max-width: 1260px) {
	.qr-code-section {
		display: none;
	}
}

/* Reviews section */
.reviews-section {
	padding-top: 112px;
	padding-bottom: 0;
}

.page-template-home .reviews-section {
	padding: 0;
	margin: 35px 0 45px;
}

.reviews-section__title-container {
	max-width: 732px;
	margin: 0 auto 35px;
	text-align: center;
}

.reviews-section__title {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 700;
}

.reviews-section__title span {
	color: var(--theme-color-accent);
}

.reviews-section__tab-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 55px;
	gap: 24px;
}

.reviews-section__tab-button {
	position: relative;
	color: var(--theme-color-text);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	cursor: pointer;
	transition: color .3s;
}

.reviews-section__tab-button::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--theme-color-accent);
	opacity: 0;
	transition: opacity .3s;
}

.reviews-section__tab-button_active {
	color: var(--theme-color-accent);
	pointer-events: none;
}

.reviews-section__tab-button_active::after {
	opacity: 1;
}

.reviews-section__tab-group {
	display: none;
	opacity: 0;
	transition: opacity .3s, display 0s .3s;
}

.reviews-section__tab-group_prepare {
	display: block;
}

.reviews-section__tab-group_active {
	opacity: 1;
	transition: opacity .3s;
}

.reviews-section__tab-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.reviews-section-item {
	background: #F3F6FC;
	min-height: 238px;
	border-radius: 10px;
	padding: 28px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	row-gap: 20px;
}

.reviews-section-item__rating svg {
	display: block;
}

.reviews-section-item__rating_s-1 svg path:nth-child(1),
.reviews-section-item__rating_s-2 svg path:nth-child(1),
.reviews-section-item__rating_s-2 svg path:nth-child(2),
.reviews-section-item__rating_s-3 svg path:nth-child(1),
.reviews-section-item__rating_s-3 svg path:nth-child(2),
.reviews-section-item__rating_s-3 svg path:nth-child(3),
.reviews-section-item__rating_s-4 svg path:nth-child(1),
.reviews-section-item__rating_s-4 svg path:nth-child(2),
.reviews-section-item__rating_s-4 svg path:nth-child(3),
.reviews-section-item__rating_s-4 svg path:nth-child(4),
.reviews-section-item__rating_s-5 svg path {
	fill: url("#paint0_linear_3015_32881");
}

.reviews-section-item__text-container {
	flex-grow: 1;
	display: flex;
	align-items: center;

	a {
		color: #2E65C5;
		transition: opacity .3s;
	}
}

.reviews-section-item__text {
	font-size: 18px;
	font-weight: 600;
}

.reviews-section-item__footer {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.reviews-section-item__footer-right {
	display: flex;
	flex-shrink: 0;
}

.reviews-section-item__date-container {
	align-self: flex-end;
}

.reviews-section-item__right-image-container {
	align-self: center;
	width: 132px;
	height: 24px;
}

.reviews-section-item__left-image-container img {
	max-width: 166px;
	max-height: 47px;
}

.reviews-section-item__user {
	display: flex;
	align-items: center;
	column-gap: 14px;
}

.reviews-section-item__user-avatar {
	flex-shrink: 0;
	overflow: hidden;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: #D9D9D9;
	display: flex;
	justify-content: center;
	align-items: center;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	span {
		text-transform: uppercase;
		color: #FFF;
		font-size: 24px;
		line-height: normal;
		font-weight: 600;
	}
}

.reviews-section-item__user-name {
	display: block;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
}

.reviews-section-item__date {
	color: var(--theme-color-text);
	font-size: 14px;
	line-height: 1.6;
	font-weight: 600;
}


.reviews-section-item__right-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}

@media (hover: hover) {

	.reviews-section-item__text-container a:hover,
	.reviews-section__tab-button:hover {
		opacity: .7;
	}
}

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

	.reviews-section {
		padding-top: 28px;
	}

	.page-template-home .reviews-section {
		margin-bottom: 0;
	}

	.reviews-section .slick-dots {
		margin-top: 55px;
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.reviews-section .slick-dots li {
		cursor: pointer;
		display: flex;
		padding-bottom: 10px;
		padding-top: 3px;
	}

	.reviews-section .slick-dots li button {
		width: 35px;
		background: var(--theme-color-text);
		color: transparent;
		font-size: 1px;
		line-height: 0;
		height: 2px;
		margin-left: 5px;
		margin-right: 5px;
		transition: all 0.3s;
		border-radius: 5px;
		cursor: pointer;
	}

	.reviews-section .slick-dots li.slick-active button {
		background: var(--theme-color-accent);
	}

	.reviews-section__title-container {
		margin-bottom: 27px;
	}

	.reviews-section__title {
		font-size: 30px;
	}

	.reviews-section__tab-buttons {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		margin-bottom: 45px;
	}

	.reviews-section__tab-button {
		width: max-content;
	}

	.reviews-section__tab-items {
		display: block;
	}

	.reviews-section-item {
		min-height: 199px;
		padding: 23px;
		gap: 8px;
	}

	.reviews-section-item__text {
		font-size: 15px;
	}

	.reviews-section-item__user {
		column-gap: 12px;
	}

	.reviews-section-item__user-avatar {
		width: 34px;
		height: 34px;

		span {
			font-size: 20px;
		}
	}

	.reviews-section-item__user-name {
		font-size: 15px;
	}

	.reviews-section-item__left-image-container {
		width: 140px;
		height: 40px;
	}

	.reviews-section-item__left-image-container img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: left;
	}

	.reviews-section-item__date {
		font-size: 11px;
	}

	.thank-subscription-download.thank-subscription-download_reviews {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 70px;
		margin-bottom: 0;
	}

	.thank-subscription-download::before {
		content: none;
	}

	.thank-subscription-download_reviews .bg-shadow-green,
	.thank-subscription-download_reviews .triangle-left {
		display: none;
	}

	.features-section.features-section_reviews {
		padding-top: 43px;
		padding-bottom: 0;
	}

	.features-section.features-section_reviews .bg-shadow-pink,
	.features-section.features-section_reviews .triangle-right {
		display: none;
	}

	.pricing-accordion.pricing-accordion_reviews.with-decoration {
		padding-top: 20px;
	}

	.pricing-accordion.pricing-accordion_reviews.with-decoration {
		margin-bottom: 50px;
	}

	.download-section_reviews {
		padding-top: 0;
	}

	.download-section_reviews .bg-shadow-green,
	.download-section_reviews .triangle-left {
		display: none;
	}
}

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

	.hero.hero_reviews h1 {
		margin-top: 5vw;
	}
}

/* Locations */
.location-steps {
	margin-top: 37px;
}

.location-steps__title-container {
	width: 631px;
	max-width: 100%;
	margin-inline: auto;
	text-align: center;
}

.location-steps__title {
	letter-spacing: -0.03em;
}

.location-steps__items {
	margin-top: 52px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 23px;
}

.location-steps__item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding: 24px 32px 29px;
	min-height: 264px;
	height: 100%;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.location-steps__item-image-container {
	position: absolute;
	top: 24px;
	right: 33px;
	max-width: 131px;
	height: 136px;
}

.location-steps__item-text-container {
	max-width: 334px;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.location-steps__item-title,
.location-steps__item-step {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--theme-color-text);
}

.location-steps__item-description {
	min-height: 44px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #454545;
}

.location-reasons {
	margin-top: 140px;
}

.location-reasons__wrapper {
	display: flex;
	column-gap: 56px;
}

.location-reasons__image-container {
	width: 652px;
	margin-top: 10px;
	flex-shrink: 0;
}

.location-reasons__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.location-reasons__text-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.location-reasons__title {
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.location-reasons__description {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 3px;
	max-width: 514px;
}

.location-reasons__list {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	row-gap: 35px;
}

.location-reasons__item {
	display: flex;
	align-items: center;
	column-gap: 37px;
}

.location-reasons__item-image-container {
	flex-shrink: 0;
	width: 62px;
	height: 62px;
}

.location-reasons__item-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.location-reasons__item-title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--theme-color-text);
}

.location-reasons__button-container {
	margin-top: 31px;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 480px;
}

.card-info__locations {
	padding-top: 148px;
	padding-bottom: 0;
}

.card-info__locations .card-info__img {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 993px) {

	.location-steps__item-title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.articles_locations.with-decoration:before,
	.articles_locations.with-decoration:after {
		content: none;
	}

	.accordion-section_locations.with-decoration {
		padding-top: 0;
		margin-top: 0;
	}

	.accordion-section_locations.with-decoration:before,
	.accordion-section_locations.with-decoration:after {
		content: none;
	}
}

@media screen and (max-width: 992px) {
	.location-reasons-wrapper {
		margin-top: 44px;
		padding: 21px 0 80px;
		background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	}

	.location-steps {
		margin-top: 32px;
	}

	.location-steps__items {
		margin-top: 25px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.location-steps__item {
		padding: 15px 20px 27px;
		min-height: 230px;
		border-radius: 8px;
	}

	.location-steps__item-image-container {
		margin-top: 0;
		max-width: 110px;
		height: 115px;
		top: 15px;
		right: 20px;
	}

	.location-steps__item-text-container {
		row-gap: 4px;
		max-width: 273px;
	}

	.location-steps__item-title,
	.location-steps__item-step {
		font-size: 20px;
	}

	.location-steps__item-description {
		font-size: 12px;
		min-height: 34px;
	}

	.location-reasons {
		margin-top: 0;
	}

	.location-reasons__wrapper {
		flex-direction: column;
	}

	.location-reasons__image-container {
		margin-top: 0;
		width: 100%;
	}

	.location-reasons__text-container {
		margin-top: 40px;
	}

	.location-reasons__title-container {
		max-width: 340px;
		margin-inline: auto;
	}

	.location-reasons__title {
		font-size: 30px;
		text-align: center;
	}

	.location-reasons__description {
		font-size: 20px;
		margin-top: 26px;
		text-align: center;
	}

	.location-reasons__list {
		row-gap: 21px;
	}

	.location-reasons__item {
		column-gap: 24px;
	}

	.location-reasons__item-image-container {
		width: 85px;
		height: 85px;
	}

	.location-reasons__item-title {
		font-size: 20px;
	}

	.card-info.with-decoration {
		padding-top: 0;
		margin-top: 48px;

		&::before,
		&::after {
			content: none;
		}
	}

	.card-info__locations {
		padding-top: 37px;
	}

	.articles_locations {
		margin-top: 0;
		padding: 36px 0 0;
	}

	.articles_locations .articles__title-container {
		margin-bottom: 21px;
	}

	.articles_locations .articles__title {
		font-size: 30px;
	}

	.articles_locations .articles-container {
		gap: 60px;
	}

	.articles_locations .article {
		grid-gap: 20px;
	}

	.articles_locations .article__text {
		order: 2;
	}

	.articles_locations .article__item-title {
		font-size: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	.accordion-section_locations.with-decoration:after {
		clip-path: polygon(100% 0, 0 0, 100% 100%);
	}
}

.step-cards {
	margin-top: 120px;
}

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

.step-cards__title span {
	color: var(--theme-color-accent);
}

.step-cards__items {
	margin-top: 33px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.step-cards__item {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(111.88deg, #FFEBF2 0.36%, #D7E2F4 30.64%, #D7E2F4 70.35%, #F3F6FC 99.64%);
	min-height: 428px;
	padding: 47px 50px 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.step-cards__item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 265px;
	bottom: -15px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 100%;
	background-image: url("");
}

.step-cards__item-header {
	position: relative;
}

.step-cards__item-step-container {
	margin-bottom: 5px;
}

.step-cards__item-step {
	display: block;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: var(--theme-color-accent);
}

.step-cards__item-title {
	font-weight: 700;
}

.step-cards__item-image-container {
	position: relative;
	flex-grow: 1;
	width: 243px;
	max-width: 100%;
	margin: 21px auto 0;
}

.step-cards__item-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.button.step-cards__item-title-container {
	padding: 0;
	margin: 0;
	min-height: auto;
	min-width: auto;
	color: var(--theme-color-text);
	background: none !important;
	border-radius: 0;
	font-size: 24px;
	line-height: 1.3;
	text-decoration: underline;
	transition: color 0.3s;
}

.button.step-cards__item-title-container:hover {
	color: var(--theme-color-accent);
}

.button.step-cards__item-title-container::before,
.button.step-cards__item-title-container::after {
	content: none;
}

.features-section.features-section_windows-vpn {
	padding-top: 80px;
	padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	.features-section.features-section_windows-vpn {
		padding-top: 50px;
	}

	.step-cards {
		margin-top: 46px;
	}

	.step-cards__title br {
		display: none;
	}

	.step-cards__items {
		grid-template-columns: 1fr;
	}

	.step-cards__item {
		padding: 39px;
		min-height: 355px;
	}

	.step-cards__item-step,
	.button.step-cards__item-title-container {
		font-size: 20px;
		line-height: 1.4;
		font-weight: 600;
	}

	.step-cards__item-image-container {
		margin-top: 18px;
	}

	.articles, .articles.articles_windows-vpn {
		padding: 43px 0 0;
	}

	.articles__title {
		font-size: 30px;
		letter-spacing: -0.04em;
	}

	.articles.articles_windows-vpn .articles__description-container {
		margin-top: 11px;
	}

	.articles .articles__description, .articles.articles_windows-vpn .articles__description {
		font-size: 16px;
		line-height: 1.4;
		font-weight: 600;
	}

	.articles .articles-container, .articles.articles_windows-vpn .articles-container {
		margin-top: 37px;
		gap: 42px;
	}

	.articles .article__text, .articles.articles_windows-vpn .article__text {
		margin-left: 0;
	}

	.articles .article__img {
		order: 0;
	}

	.articles .article__item-title, .articles.articles_windows-vpn .article__item-title {
		font-size: 30px;
		margin-bottom: 11px;
	}

	.accordion-section.accordion-section_windows-vpn {
		margin-bottom: 0;
	}

	.cards-content.cards-content_android-vpn {
		padding: 35px 0 0;
	}
}

