:root {
	--device-gradient: linear-gradient(230deg, #34e992 -7.89%, #24e4ef 0.65%, #34e992 101.37%, #34e992 101.37%);
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

:focus,
:active {
	outline: none;
}

::selection {
	background-color: #34e992;
}

a:focus,
a:active {
	outline: none;
}

a:hover,
a:focus,
a:active,
a:visited {
	color: inherit;
}

html,
body {
	height: 100%;
	min-width: none;
	scrollbar-gutter: stable;
}

button:focus,
button:focus-visible {
	outline: none;
}

.menu-open body {
	overflow: hidden;
}

body {
	display: flex;
	flex-direction: column;
	line-height: 1;
	font-family: "Manrope";
	font-size: 14px;
	background-color: #0b0b0f;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

input,
button,
textarea {
	/* font-family: $fontFamily; */

	font-size: inherit;
}

button {
	cursor: pointer;

	color: inherit;

	background-color: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

ol:not([class]):before,
p:before,
ul:not([class]):before {
	display: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

[class*="__container"] {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

span.no-wrap {
	display: contents;
	white-space: nowrap;
}

.top_header__burger {
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 42px;
}

.site-content-inner {
	justify-content: center;
}

.top_header__burger::before,
.top_header__burger::after {
	background: #fff;
	height: 1.5px;
	content: "";
	display: block;
	border-radius: 50%;
	width: 22px;
	left: 50%;
	position: absolute;
	margin: 0 0 0 -13px;
	top: 50%;
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	-webkit-transition: transform 0.3s, opacity 0.3s;
	-ms-transition: transform 0.3s, opacity 0.3s;
}

.top_header__burger:after {
	transform: rotate(-45deg) translateX(-40px);
	-webkit-transform: rotate(-45deg) translateX(-40px);
	-moz-transform: rotate(-45deg) translateX(-40px);
	-o-transform: rotate(-45deg) translateX(-40px);
	-ms-transform: rotate(-45deg) translateX(-40px);
	transform-origin: left bottom;
	top: 64%;
	margin-left: -9px;
	transition-delay: 0.3s;
}

.top_header__burger:before {
	transform: rotate(45deg) translateX(40px);
	-webkit-transform: rotate(45deg) translateX(40px);
	-moz-transform: rotate(45deg) translateX(40px);
	-o-transform: rotate(45deg) translateX(40px);
	-ms-transform: rotate(45deg) translateX(40px);
	transform-origin: right bottom;
	top: 64%;
	margin-left: -16px;
	transition-delay: 0.4s;
}

.top_header__burger .burger-button span,
.top_header__burger .burger-button:before,
.top_header__burger .burger-button:after {
	background: #fff;
	height: 2px;
	content: "";
	display: block;
	right: 50%;
	position: absolute;
	margin: 0 -13px 0 0;
	top: 50%;
	transition: left 0.3s, opacity 0.3s;
	-o-transition: left 0.3s, opacity 0.3s;
	-moz-transition: left 0.3s, opacity 0.3s;
	-webkit-transition: left 0.3s, opacity 0.3s;
	-ms-transition: left 0.3s, opacity 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
}

.top_header__burger .burger-button span {
	top: 46%;
	width: 18px;
}

.top_header__burger .burger-button::before {
	width: 23px;
	top: 31%;
	transition-delay: 0.1s;
}

.top_header__burger .burger-button::after {
	bottom: 36%;
	width: 13px;
	top: auto;
	transition-delay: 0.2s;
}

.search-screen-overlay {
	z-index: 999;
}

.menu-open .top_header__burger::before {
	transform: rotate(45deg) translateX(0px);
	-webkit-transform: rotate(45deg) translateX(0px);
	-moz-transform: rotate(45deg) translateX(0px);
	-o-transform: rotate(45deg) translateX(0px);
	-ms-transform: rotate(45deg) translateX(0px);
	opacity: 1;
}

.menu-open .top_header__burger::after {
	transform: rotate(-45deg) translateX(0px);
	-webkit-transform: rotate(-45deg) translateX(0px);
	-moz-transform: rotate(-45deg) translateX(0px);
	-o-transform: rotate(-45deg) translateX(0px);
	-ms-transform: rotate(-45deg) translateX(0px);
	opacity: 1;
}

.menu-open .top_header__burger .burger-button span,
.menu-open .top_header__burger .burger-button::before,
.menu-open .top_header__burger .burger-button::after {
	left: 100%;
	opacity: 0;
}

.burger-menu {
	position: absolute;
	left: -100%;
	height: 100%;
	z-index: 998;
	background: #0b0b0f;
	color: #fff;
	width: 100%;
	transition: left 0.3s;
}

.burger-menu__group {
	display: flex;
	justify-content: space-evenly;
}

.menu-open .burger-menu {
	top: 0;
	left: 0;
}

.burger-menu__list {
	padding-top: 130px;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	flex: 1 0 auto;
}

.home .site {
	background: transparent;
}

/* HAEDER */

.header {
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 20px;
}

.top_header_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b23;
	padding: 13px 21px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 300;
	border: 2px solid transparent;
	color: rgba(255, 255, 255, 0.6);
	transition: border 0.3s, color 0.3s;
}

.top_header_btn:hover a {
	color: rgba(255, 255, 255);
	border: 2px solid #1b9f5f;
}
.top_header_btn a {
	color: rgba(255, 255, 255);
	border: 2px solid #1b9f5f;
}

.header-search {
	display: flex;
	position: relative !important;
	top: unset !important;
	right: unset !important;
	height: 42px;
	width: 42px;
	align-items: center;
	justify-content: center;
	background: #1b1b23;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.6);
}

.header-search .search-icon {
	font-size: 18px;
}

.top_header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4vw;
	color: #fff;
}

.search-screen {
	z-index: 9999999;
}

.top-menu .menu-item {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
	text-transform: capitalize;
	padding: 0 0 2px 0;
	cursor: pointer;
}

.top-menu .menu-item a {
	border-bottom: 2px solid #fff;
	transition: border-bottom 0.3s color 0.3s;
}

.top-menu .menu-item a,
.top-menu .menu-item span {
	opacity: 1;
}

.top-menu .menu-item a::before {
	display: none;
}

.top-menu .menu-item a:hover,
.top-menu .menu-item a:active,
.top-menu .menu-item a:focus {
	border-bottom: 2px solid #1b9f5f;
}

#top-menu {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 2vw;
}

.burger-menu #top-menu {
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.burger-menu .burger-menu__group {
	flex-direction: column;
	gap: 40px;
}

.top_header__block {
	display: flex;
	align-items: center;
	min-height: 42px;
	gap: 14px;
}

.header__container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 16px;
	gap: 20px;
}

.header__logo {
	display: flex;
	width: 100px;
}

.header__logo svg {
	max-height: 60px;
}

.header .top_header_btn,
.header .top_header__search {
	display: none;
}

.burger-menu .top-menu {
	display: block;
}

/* DROPDOWN */

.dropdown {
	display: flex;

	justify-content: flex-end;

	cursor: pointer;
}

.dropdown__wrapper {
	position: relative;
	min-width: 100px;
	padding-left: 6px;
	width: 160px;
}

.dropdown__current {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #fff;
}

.dropdown__current::after {
	border-top: 5px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	transition: transform 0.3s;
}

.active .dropdown__current::after {
	transform: rotate(180deg);
}

.dropdown__options {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 30px;
	right: 0;
	width: 100%;
	padding: 5px;
	border: 1px solid rgba(206, 212, 218, 0.5);
	border-radius: 5px;
	background: #fff;
	z-index: 1000;
}

.dropdown__option {
	position: relative;

	display: flex;

	align-items: center;

	gap: 10px;

	padding: 5px;
	font-family: "Manrope";
	font-size: 14px;

	cursor: pointer;

	transition: all 0.3s;
}

.dropdown__options .dropdown__option {
	color: #000;
}

.dropdown__option::before {
	content: "";

	display: block;

	width: 1em;

	height: 1em;

	flex-shrink: 0;

	flex-grow: 0;

	border: 1px solid #dcdfe6;

	border-radius: 50%;
}

/* стили при наведении курсора на радио */

.dropdown__option:hover::before {
	background-color: #e8e8e8;
}

/* стили для активной радиокнопки (при нажатии на неё) */

.dropdown__option:active::before {
	background-color: #d5f1e3;

	border-color: #d5f1e3;
}

/* стили для радиокнопки, находящейся в состоянии checked */

.dropdown__option.active::before {
	border: 5px solid #34e992;
}

.dropdown__current .dropdown__option::before {
	visibility: hidden;
}

.dropdown__icon {
	max-width: 15px;

	flex: 0 0 20px;
}

.dropdown__bodydropdown__body,
.dropdown__icon {
	pointer-events: none;
}

.dropdown__icon img {
	width: 100%;

	display: block;
}

/* MAIN */

.main {
	position: relative;
}

.main-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/main-bg.jpg") right top / 120% no-repeat;
	z-index: -1;
}

.main__container {
	position: relative;
	padding-bottom: 95px;
}

@-webkit-keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

@keyframes animate-svg-fill-2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

.svg-elem-2 {
	-webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
	animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-3 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

@keyframes animate-svg-fill-3 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

.svg-elem-3 {
	-webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
	animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-4 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

@keyframes animate-svg-fill-4 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

.svg-elem-4 {
	-webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
	animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-5 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

@keyframes animate-svg-fill-5 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

.svg-elem-5 {
	-webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
	animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-6 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

@keyframes animate-svg-fill-6 {
	0% {
		fill: transparent;
	}

	100% {
		fill: rgb(255, 255, 255);
	}
}

.svg-elem-6 {
	-webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
	animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

.main__content {
	padding-top: 100%;
}

.main__title {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	color: #fff;
}

.main__title:not(:last-child) {
	margin-bottom: 25px;
}

.main__text {
	max-width: unset;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	opacity: 0.7;
	max-width: 430px;
}

.main__text[data-aos^="fade"][data-aos^="fade"].aos-animate {
	opacity: 0.7;
}

.main__text:not(:last-child) {
	margin-bottom: 48px;
}

.main__small {
	color: #fff;
	font-size: 14px;
}

.main__small:not(:last-child) {
	margin-bottom: 15px;
}

/* GRID ITEMS */

.main__items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 6px;
	max-width: 435px;
}

.main__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.main__item.main__item_disabled {
	cursor: not-allowed;
	filter: grayscale(1);
	opacity: 0.6;
}

.main__item:hover,
.main__item:target,
.main__item:focus-within {
	color: #fff;
}

.main__item:visited {
	color: #fff;
}

.main__item svg {
	display: block;
	width: 100%;
	max-height: 100%;
}

.main__item p::before {
	display: none;
}

.main__item p {
	margin: 0;
}

.main__item:not(:nth-child(3), :nth-child(4)) {
	min-height: 45px;
	flex: 0 0 45px;
	height: 45px;
	padding: 11px;
}

.main__item p {
	display: none;
}

.main__item:nth-child(4),
.main__item:nth-child(3) {
	justify-content: flex-start;
	padding: 2px 8px;
	flex: 0 0 calc(92% / 2 - 6px);
}

.main__item:nth-child(5) svg {
	filter: invert(1) grayscale(1);
}

/* .main__item:nth-child(6),
.main__item:nth-child(7),
.main__item:nth-child(1),
.main__item:nth-child(2) {
	justify-content: flex-start;
	padding: 2px 8px;
	flex: 1 0 calc(92% / 3 - 27px);
} */

.main__item:nth-child(1):before,
.main__item:nth-child(2):before {
	display: flex;
	gap: 14px;
	content: "";
	width: 100%;
	height: 100%;
}

.main__item:nth-child(6):before,
.main__item:nth-child(7):before {
	display: flex;
	content: "";
	width: 100%;
	height: 100%;
}

.main__item:nth-child(1):before {
	background: url("../img/logo-apple.svg") 0 / 100% 100% no-repeat;
}

.main__item:nth-child(2):before {
	background: url("../img/windows.svg") 0 / 100% 100% no-repeat;
}

.main__item:nth-child(6):before {
	background: url("../img/chrome.svg") 0 / 100% 100% no-repeat;
}

.main__item:nth-child(7):before {
	background: url("../img/pinguin.svg") 0 / 100% 100% no-repeat;
}

.main__item:nth-child(1) {
	order: 5;
}

.main__item:nth-child(2) {
	order: 6;
}

.main__item:nth-child(6) {
	order: 3;
}

.main__item:nth-child(7) {
	order: 4;
}

.main__item:nth-child(5) {
	order: 1;

	grid-column-start: 1;
	grid-column-end: 5;
}

.main__item:nth-child(6) {
	order: 2;
	grid-column-start: 5;
	grid-column-end: 9;
}

/* BLOCKS */

.blocks {
	position: relative;
	z-index: 3;
	margin-bottom: 40px;
}

.blocks__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	transform: translateY(-20px);
}

.blocks__block {
	display: flex;

	flex-direction: column;

	position: relative;

	gap: 20px;

	flex: 1 1 calc(50% - 14px);

	padding: 17px 17px 24px;

	background: #1a1b23;

	border-radius: 8px;

	min-width: 100%;
}

.blocks__title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.blocks__list {
	display: flex;

	flex-direction: column;

	gap: 20px;
}

.blocks__point {
	display: flex;

	gap: 15px;

	font-size: 14px;

	line-height: 1.4;

	color: #898ca9;
}

.blocks__point::before {
	content: "";
	display: flex;
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	background: #34e992;
	border-radius: 50%;
	transform: translateY(5px) scale(0);

	transition: transform 0.3s;
}

.aos-animate.blocks__block:first-child .blocks__point:nth-child(1)::before {
	transition-delay: 0.5s;
}

.aos-animate.blocks__block:first-child .blocks__point:nth-child(2)::before {
	transition-delay: 0.7s;
}

.aos-animate.blocks__block:first-child .blocks__point:nth-child(3)::before {
	transition-delay: 0.9s;
}

.aos-animate.blocks__block:nth-child(2) .blocks__point:nth-child(1)::before {
	transition-delay: 1.2s;
}

.aos-animate.blocks__block:nth-child(2) .blocks__point:nth-child(2)::before {
	transition-delay: 1.4s;
}

.aos-animate.blocks__block:nth-child(2) .blocks__point:nth-child(3)::before {
	transition-delay: 1.6s;
}

.aos-animate .blocks__point::before {
	transform: translateY(5px) scale(1);
}

.blocks__point::before {
	content: "";

	display: flex;

	flex: 0 0 auto;

	width: 10px;

	height: 10px;

	background: #34e992;

	border-radius: 50%;

	transform: translateY(5px) scale(0);
	transition: transform 0.3s;
}

.blocks__point.aos-animate::before {
	transform: scale(0);
}

/* SUBSCRIPTION */

.subscription {
	position: relative;
	margin-bottom: 50px;
}

.lines-bg {
	position: absolute;
	top: -738px;
	right: 50%;
	width: 359%;
	/*	z-index: 2;*/
	transform: translateX(50%);
	z-index: -1;
}

.error-404 .lines-bg {
	top: -358px;
}

.lines-bg img {
	width: 100%;
}

.subscription::before {
	content: "";
	display: block;
	position: absolute;
	width: 360px;
	height: 323%;
	top: -248%;
	left: -170px;
	background: url(../img/greenlight_opt.png) 0 / 100% 100% no-repeat;
	z-index: -1;
}

.subscription::after {
	content: "";

	display: block;

	position: absolute;

	bottom: -264px;

	right: -265px;

	width: 609px;

	height: 532px;

	background: url("../img/purple.svg") 0 / 100% 100% no-repeat;

	z-index: -1;
}

.subscription__container {
	position: relative;

	text-align: center;
}

.subscription__title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

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

.subscription__text,
.follow-us__text {
	font-size: 14px;
	line-height: 1.5;
	color: #898ca9;
}

.subscription__text p {
	margin: 0;
}

.subscription__text {
	max-width: 277px;
	margin: 0 auto 20px;
}

.subscription__form {
	max-width: 460px;

	margin: 0 auto;
}

.subscription__form:not(:last-child) {
	margin-bottom: 35px;
}

/* SUBSCRIPTION FORM */

.form-subscription {
	position: relative;
}

.form-subscription .wpcf7-form-control-wrap {
	display: block;
}

.form-subscription .wpcf7-not-valid-tip {
	position: absolute;
	font-size: 14px;
	bottom: -20px;
}

.wpcf7 form .wpcf7-response-output {
	max-width: 460px;
	margin: 20px auto 20px;
	padding: 10px;
	color: #fff;
}

.not_home .wpcf7 form .wpcf7-response-output {
	color: #000;
}

.form-subscription .wpcf7-not-valid-tip:not(:first-of-type) {
	display: none;
}

.form-subscription p {
	margin: 0;
}

.form-subscription br {
	display: none;
}

.form-subscription .form-subscription__input,
.form-subscription .form-subscription__input:active,
.form-subscription .form-subscription__input:focus {
	width: 100%;
	background: #404040;
	padding: 15px 40px 15px 15px;
	border: 1.5px solid transparent;
	border-radius: 5px;
	color: #fff;
	line-height: unset;
	transition: border 0.2s;
}

body.error .form-subscription__input {
	border: 2px solid #f95d51;
}

.form-subscription .form-subscription__input::placeholder {
	font-family: "Manrope";
	color: #fff;
	font-size: 16px;
	opacity: 0.5;
}

.form-subscription__input:focus::placeholder {
	color: transparent;
}

.form-subscription__button {
	position: absolute;

	top: 50%;

	right: 15px;

	width: 29px;

	height: 27px;

	transform: translateY(-50%);
}

.form-subscription__button:focus {
	outline: none;
}

.form-subscription__button::after {
	content: "";

	display: block;

	top: 50%;

	left: 50%;

	border-style: solid;

	border-color: #e1e1e1;

	position: absolute;

	width: 15px;

	border-width: 2px 0 0 0;

	transform: translate(-4px, -1px);

	transition: border-color 0.3s;
}

.form-subscription__button::before {
	content: "";

	display: block;

	width: 12px;

	height: 12px;

	top: 50%;

	left: 50%;

	border-style: solid;

	border-color: #e1e1e1;

	border-width: 2px 2px 0 0;

	position: absolute;

	transform: rotate(45deg);

	margin: -6px 0 0 -1px;

	transition: border-color 0.3s;
}

.form-subscription__button:hover::before,
.form-subscription__button:hover::after {
	border-color: #fff;
}

/* FOLLOW US */

.follow-us {
	max-width: 355px;

	margin: 0 auto;
}

.follow-us__text:not(:last-child) {
	margin-bottom: 15px;
}

.follow-us__socials {
	display: flex;

	align-items: center;

	justify-content: space-around;
}

.follow-us__social:last-child,
.follow-us__social:nth-child(6) {
	position: relative;
	display: none;
	cursor: default;
}

.follow-us__social:last-child:hover::after,
.follow-us__social:nth-child(6):hover:after {
	color: #1b9f5f;
}

.follow-us__social:last-child:after,
.follow-us__social:nth-child(6):after {
	content: "soon";
	position: absolute;
	top: -9px;
	right: -30px;
	font-size: 12px;
	line-height: 1.55;
	font-weight: 400;
	opacity: 0.65;
	z-index: 2;
}

.follow-us__social svg {
	display: block;
}

.follow-us__social svg path {
	transition: fill 0.3s;
}

.follow-us__social:hover svg path {
	fill: #fff;
}

/* PANEL */

.panel {
	position: relative;
	background: #1a1b23;
	padding: 20px 0;
	z-index: 2;
}

.device__panel svg path {
	transition: fill 0.3s ease;
}

.device__panel a.panel__item:hover svg path[fill="#000"] {
	fill: #34e992;
}

.panel a.panel__item:hover .panel__text {
	text-decoration: underline;
}

.panel__header {
	display: none;
	position: relative;
}

.panel__gesture {
	display: block;
	max-width: 26px;
	position: absolute;
	right: 0;
	top: 0;
	animation: slide-left 2.3s ease-in-out infinite both;
}

@keyframes slide-left {
	0% {
		opacity: 0;
		transform: translateX(0) translateZ(-80px);
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(-20px) translateZ(0);
	}
}

.panel__gesture {
	width: 100%;
}

.device .panel__container {
	max-width: 1000px;
	padding: 0 15px;
}

.panel__container {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
	/* display: grid;
	grid-template-columns: repeat(3, minmax(90px, 1fr)); */
	gap: 35px 10px;
	max-width: 455px;
	/* justify-content: space-between; */
}

.not_home .panel .panel__container {
	flex-wrap: nowrap;
	overflow: auto;
	max-width: unset;
	justify-content: space-between;
	padding: 0;
	row-gap: 30px;
}

.panel__item {
	display: flex;
	flex-direction: column;
	gap: 13px;
	align-items: center;
	flex: 0 0 calc(33.333% - 20px);
}

.panel.not_home .panel__item {
	min-width: 140px;
}

.panel__icon {
	flex: 1 1 auto;
}

.panel__text {
	font-size: 14px;

	line-height: 1.2;

	color: #f6f6f6;
}

@media (min-width: 425px) {
	.panel__item {
		flex: 1 1 auto;
	}
}

/* FOOTER */

.footer {
	position: relative;
	background: #000;
	z-index: 997;
	padding: 10px 0;
	font-size: 14px;
}

#footer-menu {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	font-size: 14px;
}

.footer .current-menu-item {
	color: #1b9f5f;
}

.footer .menu-item {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.footer__item:nth-child(1) {
	order: 1;
}

.footer__item:nth-child(2) {
	order: 2;
}

.footer .menu-item:not(:last-child)::after {
	content: "";
	display: none;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.footer__container {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	color: #fff;
}

.footer__container:has(.privacy) {
	padding-top: 0;
	text-align: center;
}

.footer .privacy {
	line-height: 1.2;
	font-size: 12px;
	color: #959595;
}

.footer__item {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	color: #898ca9;
	white-space: nowrap;
}

.footer__icon {
	display: none;
}

.footer__icon svg {
	display: block;
}

/* PROGRESS BAR */

.progress-bar {
	position: fixed;

	left: 0;

	top: 0;

	height: 4px;

	width: 0%;

	background: #34e992;

	z-index: 9999;

	transition: width 0.6s;
}

/* ERROR POPUP */

.popup-error {
	opacity: 0;

	visibility: hidden;

	position: fixed;

	bottom: 0;

	right: 0;

	max-width: 300px;

	min-width: 200px;

	margin: 10px;

	z-index: 2000;

	transition: opacity 0.4s, visibility 0.4s;

	transition-delay: 0.2s;
}

body.error .popup-error {
	opacity: 1;

	visibility: visible;
}

.popup-error__body {
	position: relative;

	padding: 15px;

	display: flex;

	justify-content: center;

	background: #f95d51;

	border-radius: 5px;
}

.popup-error__close {
	cursor: pointer;

	position: absolute;

	top: 13px;

	right: 21px;
}

.popup-error__close::before,
.popup-error__close:after {
	content: "";

	position: absolute;

	width: 15px;

	height: 1.2px;

	background: #fff;
}

.popup-error__close::before {
	transform: rotate(45deg);
}

.popup-error__close::after {
	transform: rotate(-45deg);
}

.popup-error__text {
	font-size: 11px;
}

/* BLOG */

body .sidebar__block_comment_title,
body .tag_block__title {
	font-size: 20px;
}

.widget-area .widget:not(.widget_search) {
	border: 1px solid whitesmoke;
	border-top: 3px solid #0a0a0a;
	padding: 20px 15px;
}

.widget-area .wp-block-group__inner-container ul.wp-block-archives,
.widget-area p {
	margin: 0;
}

.widget-area .wp-block-tag-cloud .tag-cloud-link::before {
	content: "#";
}

.widget-area .wp-block-group__inner-container .wp-block-latest-posts__list li:not(:last-child),
.widget-area .wp-block-group__inner-container .wp-block-archives li:not(:last-child) {
	margin-bottom: 10px;
}

.widget-area .wp-block-group__inner-container .wp-block-latest-posts__list li {
	position: relative;
	padding: 15px 0;
}

.widget-area h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

.widget-area .sticky-sidebar:not(.is_stuck) {
	padding-top: 15%;
}

.widget-area .wp-block-group__inner-container .wp-block-latest-posts__list li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: rgb(206, 212, 218, 0.3);
}

.widget-area * {
	line-height: 1.5;
}

.widget-area .wp-block-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.widget-area .wp-block-tag-cloud a {
	font-size: 16px !important;
	margin: 0;
	background: rgba(29, 193, 114, 0.2);
	padding: 5px;
}

.widget-area .wp-block-search__label {
	display: none;
}

.widget-area .wp-block-search__button,
.widget-area #wp-block-search__input-1 {
	transition: background 0.3s;
}

.widget-area .wp-block-search__button:hover {
	background: rgba(204, 204, 204, 0.4);
}

.site-content .is-style-question {
	color: rgb(61, 162, 224);
}

.site-content .is-style-danger {
	color: #ff6547;
}

.site-content .is-style-thumbs-up {
	color: #34bc58;
}

.site-content .entry-title:not(:last-child) {
	margin-top: 0;
	margin-bottom: 25px;
}

.site-content .post-cards--vertical {
	justify-items: center;
}

.post-card--standard {
	max-width: unset;
	margin-left: 0;
	margin-right: 0;
}

.post-card--standard::after {
	z-index: -1;
}

.site-content .entry-label {
	margin-bottom: 10px;
}

.not_home:not(.footer, .header) {
	font-family: "Helvetica";
}

.not_home h1,
.not_home h2,
.not_home h3,
.not_home h4,
.not_home h5,
.not_home h6,
.not_home [class*="__header"],
.not_home [class*="-title"],
.not_home [class*="__title"] {
	font-family: "Manrope";
}

.post-card__description {
	line-height: 1.5;
}

.site-content {
	flex: 1 1 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 60px;
}

.post-card--related a {
	position: relative;
	display: inline-block;
}

.post-card--related a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #34bc58;
	transition: width 0.3s ease-out;
}

.post-card--related:hover a::after {
	width: 100%;
}

.article-post {
	display: flex;
	flex-direction: column;
}

.article-post:not(:last-child) {
	margin-bottom: 10px;
}

.article-post .breadcrumb {
	order: 1;
}

.article-post .entry-title {
	order: 2;
}

.article-post .entry-image {
	order: 4;
}

.article-post .entry-meta {
	position: relative;
	order: 3;
	border: 0;
	padding: 0;
	justify-content: flex-start;
	gap: 2px;
	margin-bottom: 10px;
	font-size: 0.85em;
	font-weight: 400;
	color: #0a0a0a;
	font-size: 0.85em;
	/* opacity: 0.8; */
	align-items: center;
}

.article-post .entry-content {
	order: 5;
	margin-bottom: 20px;
}

.article-post .entry-author {
	order: 2;
}

.article-post .entry-date {
	order: 1;
}

.article-post .entry-author,
.article-post .entry-date {
	flex: 0 0 auto;
	padding: 0;
	overflow: visible;
}

.article-post .entry-author::before,
.article-post .entry-date::before {
	left: 0;
	top: 0.6em;
	transform: translateY(-50%);
	font-size: 1em;
}

.comment-respond {
	margin-bottom: 20px;
}

.article-post .entry-author,
.article-post .entry-date {
	padding-left: 1.7em;
	align-items: center;
}

.article-post .entry-author .entry-label,
.article-post .entry-date .entry-label {
	display: none;
}

.page-title {
	display: none;
}

.post-card__title {
	margin-bottom: 20px;
}

.related-posts {
	padding: 20px 0;
}

.entry-content ol:last-child,
.entry-content p:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.article-post:not(:last-child) {
		margin-bottom: 32px;
	}

	.article-post .entry-content {
		margin-bottom: 40px;
	}

	.footer__container:has(.privacy) {
		text-align: left;
		display: block;
		width: 100%;
	}

	.related-posts {
		padding: 40px 0;
	}

	.comment-respond {
		margin-bottom: 50px;
	}
}

/* ABUSE PAGE */

.page-abuse__grid {
	display: grid;
	gap: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.page-abuse__grid p:not(:last-child),
.page-abuse__grid ul:not(:last-child) {
	margin-bottom: 32px;
	line-height: inherit;
}

.page-abuse__grid a,
.page-instruction a {
	text-decoration: underline;
	color: #1b9f5f;
}

.page-abuse__list li {
	display: flex;
	gap: 14px;
}

.page-abuse__list li:not(:last-child) {
	margin-bottom: 20px;
}

.page-abuse__arrow svg {
	width: 24px;
	color: rgb(27, 159, 95);
}

.bordered-block__info-icon svg {
	width: 20px;
	color: rgb(27, 159, 95);
}

.bordered-block {
	padding: 24px;
	color: rgb(13, 71, 43);
	background: rgba(27, 159, 95, 0.1);
	border: 1px solid rgb(27, 159, 95);
	border-radius: 6px;
}

.bordered-block__title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: inherit;
}

.abuse-form__grey-text {
	color: rgb(107 114 128);
	font-size: 13px;
}

.page_abuse__item_side {
	padding: 24px;
	border: 1px solid rgb(209 213 219);
	border-radius: 16px;
}

.abuse-form > *:not(:last-child) {
	margin-bottom: 12px;
}

.abuse-form__line_file .abuse-form__grey-text {
	margin-bottom: 16px;
}

.abuse-form__line_file .abuse-form__input {
	border-radius: 4px;
	color: rgb(13, 71, 43);
	border: 2px dashed #1b9f5f;
}

.abuse-form__input {
	width: 100%;
	padding: 8px 12px;
	border-radius: 4px;
}

.abuse-form__input_textarea {
	height: 192px;
}

.abuse-form__line:has(.abuse-form__input[required]) .abuse-form__label::after {
	content: " *";
}

.abuse-form__button {
	display: block;
	background-color: #1b9f5f;
	border-radius: 9999px;
	padding: 6px 20px;
	color: #fff;
	line-height: inherit;
	font-weight: 700;
	margin: 20px auto;
}

.abuse-form__label:not(:last-child) {
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.page-abuse__grid {
		font-size: 16px;
		gap: 50px;
	}
}

@media (min-width: 991px) {
	.page-abuse__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* PAGE TERMS */

.page_terms ol,
.page_terms ul {
	list-style: none;
}

.page_terms li {
	position: relative;
	padding-left: 2em;
}

.page_terms li:not(:last-child) {
	margin-bottom: 0.7em;
}

.page_terms li::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #1b9f5f;
	border-radius: 50%;
}

.page-terms__flex {
	display: flex;
	line-height: 1.5;
	font-size: 14px;
}

.page-terms__flex p:not(:last-child) {
	margin-bottom: 16px;
}

.page-terms__flex p {
	line-height: inherit;
}

.page-terms__item:not(.page-terms__item_side) a {
	text-decoration: underline;
	color: #1b9f5f;
}

.page-terms__item:not(.page-terms__item_side) {
	padding-right: 32px;
	flex: 1 1;
}

.page-terms__title {
	margin-bottom: 16px;
	margin-top: 0;
	font-size: 20px;
	font-weight: 400;
}

.page-terms__item_side {
	display: none;
	font-family: "Manrope";
	padding: 48px 0 48px 24px;
	flex: 0 1 27%;
	border-left: 2px solid rgb(243 244 246);
}

.toc__title {
	font-size: 22px;
}

.toc__item {
	position: relative;
	border-radius: 9999px;
	padding: 12px 0 12px 48px;
	color: rgb(13, 71, 43);
}

.toc__item::before {
	content: "";
	position: absolute;
	background-color: hwb(151 47% 13%);
	bottom: 0;
	display: block;
	left: 28px;
	top: 0;
	margin-left: 2px;
	width: 2px;
}

.toc__item:first-child::before {
	height: 50%;
	top: 50%;
}

.toc__item:last-child::before {
	bottom: 50%;
	height: 50%;
}

.toc__link {
	position: relative;
	display: inline-block;
	padding-left: 5px;
}

.toc__link::before,
.toc__link::after {
	border-radius: 9999px;
	content: "";
	position: absolute;
}

.toc__text {
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.toc__link::before {
	background-color: rgb(146, 240, 195, 0.3);
	bottom: -0.5rem;
	display: block;
	left: -2.75rem;
	opacity: 0;
	right: -1.25rem;
	top: -0.5rem;
	transition-duration: 0.15s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.toc__link:hover::before {
	opacity: 1;
}

.toc__link:hover::after {
	background-color: #1b9f5f;
}

.toc__link.active::after {
	background-color: #1b9f5f;
	width: 20px;
	height: 20px;
	left: -27px;
	margin-right: -10px;
	margin-top: -10px;
}

.toc__link.active {
	font-weight: 700;
}

.toc__link::after {
	background-color: hwb(151 47% 13%);
	border: solid;
	border-color: rgb(146, 240, 195);
	border-width: 2px;
	height: 12px;
	left: -23px;
	margin-right: -6px;
	margin-top: -6px;
	top: 50%;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	width: 12px;
	z-index: 10;
}

@media (min-width: 1025px) {
	.page-terms__item:not(.page-terms__item_side) {
		padding-right: 160px;
	}
}

@media (min-width: 992px) {
	.page-terms__item_side {
		display: block;
	}
}

@media (min-width: 768px) {
	.page-terms__flex {
		font-size: 16px;
	}

	.page-terms__title {
		font-size: 26px;
	}
}

/* IP PAGE */

.page_ip p {
	line-height: 1.5;
}

.vpnsatoshi__Ip {
	border-radius: 24px;
	font-size: 14px;
	font-family: "Manrope";
}

.vpnsatoshi__Ip:not(:last-child) {
	margin-bottom: 40px;
}

.vpnsatoshi__Ip__content__header {
	display: block;
	border-radius: 5px 5px 0 0;
	background-color: #1b9f5f;
	padding: 11px 0 7px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.1px;
	color: #fff;
}

.vpnsatoshi__Ip__content__item {
	display: flex;
	flex-direction: column;
	border-radius: 0 0 5px 5px;
	justify-content: space-between;
	gap: 20px;
}

.vpnsatoshi__Ip__content__item__left {
	display: flex;
	flex-direction: column;
	gap: 15px;
	border-bottom: none;
	flex: 0 0 44%;
	order: 2;
}

.vpnsatoshi__Ip__content__item__left_img:not(:last-child) {
	margin-bottom: 8px;
}

.vpnsatoshi__Ip__content__item__left__ip {
	font-weight: 800;
	font-size: 14px;
	line-height: 31px;
	color: #000;
	font-family: "Manrope";
	word-break: keep-all;
}

.vpnsatoshi__Ip__content__item__right {
	flex: 0 0 53%;
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	order: 1;
}

.vpnsatoshi__Ip__content__item__right__ip {
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.vpnsatoshi__Ip__content__item__right__ip:not(:first-child) {
	padding: 10px;
	gap: 3px;
}

.vpnsatoshi__Ip__content__item__right__ip:first-child {
	flex-direction: row;
	grid-column-end: 3;
	grid-column-start: 1;
	align-items: baseline;
	border-bottom: 1px solid #dfdfdf;
}

.vpnsatoshi__Ip__content__item__right__ip:first-child label {
	display: flex;
	font-size: 18px;
	line-height: 1.2;
	flex: 0 0 43%;
	padding: 10px;
}

.vpnsatoshi__Ip__content__item__right__ip:first-child span {
	font-weight: 800;
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	padding: 10px;
	overflow: auto;
}

.vpnsatoshi__Ip__content__item__right__ip label {
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	line-height: 1.5;
	letter-spacing: -0.1px;
	margin: 0;
	white-space: nowrap;
}

.vpnsatoshi__Ip__content__item__right__ip span {
	font-weight: 800;
	font-size: 16px;
	line-height: 26px;
}

.vpnsatoshi__Ip__content__item__right__ip:not(:first-child) span:not(.vpnsatoshi__Ip__content__item__right__ip_flag) {
	flex: 1 1 auto;
}

.vpnsatoshi__Ip__content__item__right__ip_flag {
	position: relative;
	top: 2px;
	flex: 0 0 22px;
}

.vpnsatoshi__Ip__content__group {
	display: flex;
	align-items: baseline;
	gap: 7px;
	flex: 1 1 auto;
}

.vpnsatoshi__Ip__content__item__left_img img {
	max-width: 96px;
	max-height: 96px;
}

.vpnsatoshi__Ip__content__item__right__ip_flag img {
	border-radius: 50%;
	width: 22px;
}

.vpnsatoshi__Ip .vpnsatoshi__Ip__content__item__left__btn {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #1b9f5f;
	border: none;
	cursor: pointer;
	padding: 14px;
	border-radius: 8px;
	transition: background 0.3s;
	font-family: "Manrope";
	width: 100%;
}

.vpnsatoshi__Ip__content__item__left__bottom {
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.vpnsatoshi__Ip__content__item__left__info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	font-size: 14px;
	line-height: 23px;
	color: #de0707;
}

.vpnsatoshi__Ip__content__item__left__info svg {
	position: relative;
	top: -2px;
}

.vpnsatoshi__Ip__content__item__left__btn:hover {
	background: #0f6e3d;
}

form.submitting {
	position: relative;
}

form.submitting::before {
	content: "";
	width: 50px;
	height: 50px;
	border: 10px solid #dddddd;
	border-top-color: #009579;
	border-radius: 50%;
	animation: loading 1s ease infinite;
	position: absolute;
	margin: auto;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

@keyframes loading {
	to {
		transform: rotate(1turn);
	}
}

@media (min-width: 425px) {
	.vpnsatoshi__Ip .vpnsatoshi__Ip__content__item__left__btn {
		width: auto;
	}

	.vpnsatoshi__Ip__content__item__left__bottom {
		gap: 43px;
		flex-direction: row;
	}

	.vpnsatoshi__Ip__content__item__left__ip {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.vpnsatoshi__Ip {
		font-size: inherit;
	}

	.vpnsatoshi__Ip__content__item__left__ip {
		font-size: 18px;
	}

	.vpnsatoshi__Ip__content__item__right__ip:first-child label {
		font-size: 23px;
	}

	.vpnsatoshi__Ip__content__item__right__ip:first-child span {
		font-size: 28px;
	}

	.vpnsatoshi__Ip__content__item__right {
		display: grid;
		grid-template-columns: 43% 1fr;
	}

	.vpnsatoshi__Ip__content__item__right__ip:not(:first-child) {
		padding: 25px;
	}

	.vpnsatoshi__Ip__content__item__right__ip:first-child label,
	.vpnsatoshi__Ip__content__item__right__ip:first-child span {
		padding: 25px;
	}

	.vpnsatoshi__Ip .vpnsatoshi__Ip__content__item__left__btn {
		padding: 16px;
	}

	.vpnsatoshi__Ip__content__item__right__ip span {
		font-size: 20px;
	}

	.vpnsatoshi__Ip__content__item__left__info {
		font-size: 18px;
	}

	.vpnsatoshi__Ip__content__item__right__ip label {
		font-size: 18px;
	}

	.vpnsatoshi__Ip .vpnsatoshi__Ip__content__item__left__btn {
		padding: 18px 14px;
	}
}

@media (min-width: 991px) {
	.vpnsatoshi__Ip__content__item__left__ip {
		font-size: 23px;
	}
}

@media (min-width: 1200px) {
	.vpnsatoshi__Ip__content__item {
		flex-direction: row;
	}

	.top_header {
		gap: 5vw;
	}

	#top-menu {
		gap: 3vw;
	}

	.vpnsatoshi__Ip:not(:last-child) {
		margin-bottom: 70px;
	}

	.vpnsatoshi__Ip__content__item__left {
		gap: 53px;
	}

	.vpnsatoshi__Ip__content__item__left {
		order: 1;
	}
}

.page_ip {
	font-size: 14px;
}

.ip-page__flex:not(:last-child),
.ip-page__cons:not(:last-child) {
	margin-bottom: 40px;
}

.flex-block_double {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.flex-block__item_top {
	display: flex;
	flex-direction: column;
}

.flex-ip {
	display: flex;
	gap: 32px;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.flex-ip_reverse {
	flex-direction: column-reverse;
}

.flex-ip:has(.flex-ip__item_text) {
	align-items: center;
}

.flex-ip__item.flex-ip__item_w50 {
	flex: 0 1 calc(50% - 32px);
}

.flex-ip__item_text {
	flex: 1 1 60%;
}

.flex-ip__item:has(img) {
	display: flex;
	justify-content: center;
}

.flex-ip__item img {
	max-width: 100%;
}

.flex-ip p:empty {
	display: none;
}

.flex-block_single .flex-ip__item {
	padding: 20px 10px;
	background-color: #f4f5f8;
	border-radius: 10px;
}

.ip-list__point:not(:last-child) {
	margin-bottom: 20px;
}

.flex-ip__item_img * {
	max-width: 100%;
}

.ytp-cued-thumbnail-overlay-image {
	background-size: contain !important;
}

.ip-list__point {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ip-list__point::before {
	content: "";
	display: flex;
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	background: #1b9f5f;
	border-radius: 50%;
}

.ip-page__cons {
	margin-top: 70px;
}

.cons-ip {
	background-color: #f4f5f8;
	padding: 20px 10px;
	border-radius: 10px;
}

@media (min-width: 768px) {
	.ip-page__flex:not(:last-child),
	.ip-page__cons:not(:last-child) {
		margin-bottom: 70px;
	}

	.flex-block_double {
		gap: 64px;
	}

	.flex-ip {
		flex-direction: row;
	}

	.flex-ip_reverse {
		flex-direction: row-reverse;
	}

	.page_ip {
		font-size: inherit;
	}

	.cons-ip,
	.flex-block_single .flex-ip__item {
		padding: 30px 20px;
	}
}

/* NUM LIST */

.num-list {
	margin-bottom: 0;
}

.num-list span {
	font-weight: 700;
}

.num-list p {
	margin-bottom: 0;
}

.num-list__point {
	position: relative;
	line-height: 1.5;
	display: flex;
	gap: 10px;
}

.num-list__point:not(:last-child) {
	margin-bottom: 15px;
}

.num-list__text {
	padding-left: 20px;
}

.num-list {
	counter-reset: numList;
}

.num-list__point::before {
	counter-increment: numList;
	content: counter(numList) ". ";
	position: absolute;
}

.num-list__text p:not(:last-child) {
	margin-bottom: 15px;
}

.num-list__point img {
	display: block;
	max-width: 260px;
}

/* ERROR PAGE */

.error404 .panel {
	display: none;
}

.error404 p {
	margin: 0;
}

.error404 #content {
	background: inherit;
}

.error404 {
	position: relative;
	color: #fff;
}

.error-404__group {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.error404 #content {
	position: relative;
}

.error404 #content::before {
	content: "";
	display: block;
	position: absolute;
	width: 936px;
	height: 1070px;
	top: -500px;
	right: -650px;
	background: url(../img/error-green-bg.png) 0 / 100% 100% no-repeat;
}

.error404 #content::after {
	content: "";
	display: block;
	position: absolute;
	width: 606px;
	height: 806px;
	bottom: -250px;
	left: -350px;
	background: url(../img/error-pink-bg.png) 0 / 100% 100% no-repeat;
}

.error-404__image {
	flex: 0 1 324px;
}

.error-404__number:first-child {
	transform: translateX(30%);
}

.error-404__number:last-child {
	transform: translateX(-30%);
}

.error-404__body {
	text-align: center;
}

.error-404__text {
	font-size: 16px;
	line-height: 1.2;
}

.error-404__text:not(:last-child) {
	margin-bottom: 35px;
}

.error-404__button {
	position: relative;
	z-index: 3;
	font-size: 16px;
	display: inline-block;
	line-height: 1.2;
	border: 1px solid;
	padding: 20px 50px;
	transition: color 0.3s;
}

.error-404__button:hover {
	color: #1b9f5f;
}

@media (min-width: 425px) {
	.error-404__text {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.error-404__text {
		font-size: 30px;
	}

	.error-404__button {
		font-size: 23px;
	}

	.error-404__button {
		padding: 20px 120px;
	}

	.not_home #content::after {
		width: 758px;
	}
}

.vpnsatoshi__Ip__content__item__left.protected .vpnsatoshi__Ip__content__item__left__info-text,
.current_page_item,
.current-menu-item {
	color: #1b9f5f;
}

@media (min-width: 991px) {
	.header-search {
		border: 2px solid transparent;
		transition: border-color 0.3s ease 0s;
	}

	.header-search:hover {
		border-color: #1b9f5e;
	}
	.header-search .account-icon svg,
	.header-search .search-icon svg {
		opacity: 0.6;
		transition: opacity 0.3s;
	}
	.header-search:hover .account-icon svg,
	.header-search:hover .search-icon svg {
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.header-search .search-icon:before {
		display: none;
	}
}

:is(.page-template-page-apple, .page-template-page-android, .page-template-page-macbook, .page-template-page-chrome, .page-template-page-windows,.page-template-page-huawei, .page-template-page-price, .page-template-page-linux, .page-template-page-tv) #content {
	background: #f4f5f6;
	color: #000;
	max-width: 100%;
	border-radius: 0;
	font-family: "Manrope";
	margin-bottom: 0;
	padding-top: 0;
}

.panel__text.panel__text_grey {
	color: #3a3a40;
}

:is(.page-template-page-apple, .page-template-page-android, .page-template-page-macbook, .page-template-page-chrome, .page-template-page-windows,.page-template-page-huawei, .page-template-page-price, .page-template-page-linux, .page-template-page-tv) #content [class*="__container"] {
	max-width: 1372px;
	padding: 0;
}

/* DEVICE */

.title-device {
	color: #000;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}

h1.title-device {
	font-size: 24px;
	text-align: center;
}

h2.title-device {
	font-size: 22px;
}

.text-device {
	color: #0a0a0a;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

.text-device a {
	text-decoration: underline;
}

h3.text-device__title:not(:last-child) {
	margin-bottom: 20px;
}

.text-device p {
	margin: 0;
}

.text-device p:not(:last-child) {
	margin-bottom: 20px;
}

.text-device .bold {
	font-weight: 800;
}

.text-device ol,
.text-device ul {
	padding: 0;
	list-style: none;
}

.text-device ol:last-child,
.text-device ul:last-child {
	margin: 0;
}

.text-device .grey {
	color: #686868;
}

.text-device .semibold {
	font-weight: 600;
}

.text-device ol li,
.text-device ul li {
	display: flex;
	align-items: flex-start;
}

.text-device > *:not(:last-child) {
	margin-bottom: 39px;
}

.text-device ul li::before {
	flex: 0 0 22px;
	content: "";
	display: inline-block;
	position: relative;
	width: 22px;
	margin-right: 11px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5625 6.18799L8.9375 15.8126L4.125 11.0005' stroke='url(%23paint0_linear_202_66)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_202_66' x1='19.757' y1='5.47265' x2='8.59808' y2='19.6269' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2334E992'/%3E%3Cstop offset='0.078125' stop-color='%2324E4EF'/%3E%3Cstop offset='1' stop-color='%2334E992'/%3E%3Cstop offset='1' stop-color='%2334E992'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E ");
}

.text-device ol li::before {
	content: "0" counter(list-item) ".";
	counter-increment: list-item;
	display: inline-block;
	position: relative;
	margin-right: 18px;
	padding: 2px 8px;
	border: 1px solid transparent;
	background: linear-gradient(#f4f5f6, #f4f5f6) padding-box, var(--device-gradient) border-box;
	border-radius: 9px;
}

.text-device ul li:not(:last-child),
.text-device ol li:not(:last-child) {
	margin-bottom: 10px;
}

.text-device ol li:not(:last-child) {
	margin-bottom: 20px;
}

.text-device .opacity {
	color: #00000080;
}

.text-device.text-device_fs-14 {
	font-size: 14px;
}

.text-device.text-device_fs-18 {
	font-size: 18px;
}

.button-device {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	border-radius: 5px;
	padding: 16px 20px;
}

.button-device span {
	z-index: 2;
}

.button-device_colored {
	position: relative;
	background: var(--device-gradient), #0a0909;
	z-index: 10;
}

.button-device_colored span {
	color: #fff;
}

.button-device_colored::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(25px);
	transform: scale(0.9);
	background: var(--device-gradient);
	opacity: 0;
	transition: all 0.3s;
}

.button-device_colored:hover {
	color: #fff;
}

.button-device_colored:hover::before {
	opacity: 1;
}

.button-device_colored:hover:after {
	opacity: 1;
	transition: all 0.6s ease-in-out;
}

.button-device.button-device_transparent {
	position: relative;
	z-index: 1;
	border: 1px solid transparent;
	background: linear-gradient(#f4f5f6, #f4f5f6) padding-box, var(--device-gradient) border-box;
	transition: all 0.3s;
}

.button-device.button-device_transparent.tariff__button {
	background: linear-gradient(#fff, #fff) padding-box, var(--device-gradient) border-box;
}

.button-device.button-device_transparent::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--device-gradient) border-box;
	opacity: 0;
	transition: opacity 0.3s;
}

.button-device.button-device_transparent span {
	background: var(--device-gradient);
	background-size: 200% 200%;
	background-clip: text;
	-webkit-background-clip: text;
	color: rgba(0, 0, 0, 0);
	z-index: 2;
	transition: all 0.3s;
}

.button-device.button-device_transparent.tariff__button:hover span {
	color: black;
}

.button-device.button-device_transparent:hover::before {
	opacity: 1;
}

.button-device.button-device_transparent.tariff__button span {
	background: #000;
	-webkit-background-clip: text;
}

.button-device.button-device_colored.tariff__button span {
	color: #000;
}

.device__first {
	margin: 6vw 0 50px 0;
}

.first-device__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1063px;
}

.first-device__top-info {
	display: flex;
	align-items: center;
	gap: 16px;
}

.first-device__logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

.first-device__logo svg {
	position: relative;
}

.first-device__stars {
	position: relative;
	top: -1px;
}

.first-device__logo.first-device__logo_apple svg {
	top: -0.2em;
	width: 1.1em;
}

.first-device__stars {
	display: flex;
	align-items: center;
}

.first-device__top-info:not(:last-child) {
	margin-bottom: 28px;
}

.first-device__title:not(:last-child) {
	margin-bottom: 36px;
}

.first-device__desc {
	max-width: 502px;
	text-align: center;
}

.first-device__desc:not(:last-child) {
	margin-bottom: 28px;
}

.first-device__item {
	max-width: 518px;
	background: #fff;
	border-radius: 8px;
	padding: 16px 22px 25px 23px;
}

.first-device__item:not(:last-child) {
	margin-bottom: 39px;
}

.first-device__buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	max-width: 654px;
	width: 100%;
}

.first-device__button {
	flex: 1 1 auto;
}

.first-device__button {
	max-width: 394px;
	width: 100%;
}

.panel {
	position: relative;
	background: #1a1b23;
	padding: 20px 0;
	z-index: 2;
}

div.panel__item {
	cursor: not-allowed;
	opacity: 0.7 !important;
}

.device__panel {
	background: #fff;
	max-width: 1342px;
	margin: 0 auto;
	border-radius: 8px;
	padding: 40px 0;
}

.device__panel:not(:last-child) {
	margin-bottom: 84px;
}

.panel__header {
	display: none;
	position: relative;
}

.not_home .panel .panel__container {
	overflow: auto;
	max-width: unset;
	/* grid-auto-flow: column;
	grid-template-columns: unset;
	grid-auto-columns: 140px; */
}

.not_home .panel .panel__item {
	background: #f9f9f9;
	padding: 20px;
	transition: all 0.2s;
	border-radius: 5px;
	cursor: not-allowed;
	opacity: 0.5;
}

.not_home .panel .panel__item.active {
	opacity: 1;
	cursor: pointer;
}

.panel__item {
	display: flex;
	flex-direction: column;
	gap: 13px;
	align-items: center;
}

.panel__icon {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
}

.panel__icon .panel__text {
	font-size: 14px;
	line-height: 1.2;
	color: #f6f6f6;
}

@media (min-width: 425px) {
	h1.title-device {
		font-size: 26px;
	}

	.first-device__buttons {
		flex-direction: row;
	}
}

@media (min-width: 550px) {
	.panel__container {
		/* grid-template-columns: repeat(auto-fit, minmax(0px, 1fr)); */
		max-width: unset;
	}
}

@media (min-width: 768px) {
	h1.title-device {
		font-size: 35px;
	}

	.first-device__logo {
		font-size: 20px;
	}

	.device__panel:not(:last-child) {
		margin-bottom: 40px;
	}
}

@media (min-width: 991px) {
	h1.title-device {
		font-size: 55px;
	}

	.device__first {
		margin: 6vw 0 94px 0;
	}
}

.device__set-up:not(:last-child) {
	margin-bottom: 70px;
}

.set-on-device__container {
	max-width: 1372px;
}

.set-on-device__sides {
	display: grid;
	align-items: center;
	gap: 30px;
}

.set-on-device__side:first-child {
	display: none;
}

.set-on-device__side {
	flex: 0 1 50%;
}

.set-on-device__side:last-child {
	flex: 0 1 52%;
}

.set-on-device__wrapper {
	width: 100%;
	height: 100%;
}

.set-on-device__item {
	max-height: 240px;
	max-width: 240px;
	width: 100%;
	height: 100%;
	border: 15px solid transparent;
	background: linear-gradient(#f4f5f6, #f4f5f6) padding-box, linear-gradient(179.77deg, #34e992 0%, #24e4ef 39.06%, #34e992 74.48%, #9feded 100%) border-box;
	box-shadow: 0 -5px 26px 0 rgba(52, 233, 146, 0.32);
	border-radius: 50%;
	margin: 0 auto;
}

.set-on-device__picture {
	position: relative;
	padding-bottom: 100%;
}

.set-on-device__title:not(:last-child) {
	margin-bottom: 30px;
}

.set-on-device svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 425px) {
	h2.title-device {
		font-size: 26px;
	}

	.set-on-device__item {
		max-height: 270px;
		max-width: 270px;
	}
}

@media (min-width: 768px) {
	h2.title-device {
		font-size: 45px;
	}
}

@media (min-width: 991px) {
	.device__set-up:not(:last-child) {
		margin-bottom: 102px;
	}
}

@media (min-width: 991px) {
	.set-on-device__title {
		display: grid;
		grid-template-columns: calc(50% - 10px);
		justify-content: end;
	}

	.set-on-device__side:first-child {
		display: block;
	}

	.set-on-device__sides {
		grid-template-columns: auto calc(50% - 10px);
	}

	.set-on-device__text {
		max-width: 520px;
	}

	.set-on-device__item {
		max-height: 360px;
		max-width: 360px;
	}
}

.connect-device__title {
	max-width: 750px;
	margin: 0 auto;
}

.connect-device__title:not(:last-child) {
	margin-bottom: 77px;
}

.connect-device__title.connect-device__title_mg-30:not(:last-child) {
	margin-bottom: 30px;
}

.device__connect:not(:last-child) {
	margin-bottom: 70px;
}

.connect-device__items {
	display: flex;
	flex-wrap: nowrap;
	overflow: scroll;
	justify-content: space-between;
	width: 100%;
	gap: 24px;
}

.connect-device__wrapper {
	position: relative;
}

.swipe-gesture {
	position: absolute;
}

.swipe-gesture.connect-device__gesture {
	bottom: 0;
	right: 16px;
	z-index: 10;
}

.swipe-gesture::before {
	content: "";
	width: 53px;
	height: 57px;
	background: url("../img/svgviewer-output.svg") no-repeat center;
	display: block;
	animation: swipeIco 1.5s infinite;
	display: block;
}

@keyframes swipeIco {
	0% {
		transform: translate3d(20px, 0, 0);
		opacity: 0;
	}
	10% {
		transform: translate3d(20px, 0, 0);
		opacity: 0;
	}
	20% {
		transform: translate3d(20px, 0, 0);
		opacity: 1;
	}
	70% {
		transform: translateZ(0);
		opacity: 1;
	}
	80% {
	}
}

.connect-device__items::-webkit-scrollbar {
	height: 0;
}

.connect-device__item.connect-device__item_mac {
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

.connect-device__items:not(:last-child) {
	margin-bottom: 30px;
}

.connect-device__item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 37px;
	border-radius: 8px;
	padding: 41px 23px 56px;
	width: 100%;
	flex: 0 0 100%;
}

.connect-device__item::before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	border-radius: 8px;
}

.connect-device__img-ibg {
	position: relative;
	padding-bottom: 100%;
}

.connect-device__item.connect-device__item_mac .connect-device__img-ibg {
	padding-bottom: 65%;
}

.connect-device__item.connect-device__item_android-tv .connect-device__img-ibg {
	padding-bottom: 56%;
}

.connect-device__text {
	line-height: 1.6;
}

.connect-device__text:not(:last-child) {
	margin-bottom: 30px;
}

.connect-device__img-ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
}

@media (min-width: 768px) {
	.connect-device__title {
		text-align: center;
	}

	.connect-device__item.connect-device__item_mac .connect-device__img-ibg {
		padding-bottom: 27vw;
	}

	.connect-device__item.connect-device__item_android-tv .connect-device__img-ibg {
		padding-bottom: 27vw;
	}

	.connect-device__img-ibg {
		padding-bottom: 50vw;
	}

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

@media (min-width: 991px) {
	.connect-device__item {
		flex: 1 1 calc(100% / 3 - 16px);
	}

	.swipe-gesture::before {
		display: none;
	}

	.device__connect:not(:last-child) {
		margin-bottom: 104px;
	}

	.connect-device__item.connect-device__item_bg-86::before {
		height: 86%;
	}

	.connect-device__img-ibg.connect-device__img-ibg_pd-100,
	.connect-device__img-ibg {
		padding-bottom: 100%;
	}

	.connect-device__img-ibg.connect-device__img-ibg_pd-93 {
		padding-bottom: 93%;
	}

	.connect-device__item.connect-device__item_mac .connect-device__img-ibg {
		padding-bottom: 65%;
	}

	.connect-device__item.connect-device__item_android-tv .connect-device__img-ibg {
		padding-bottom: 56%;
	}
}

.video-device__container {
	max-width: 1022px;
}

.video-device__title {
	max-width: 876px;
	margin: 0 auto;
}

.video-device__title:not(:last-child) {
	margin-bottom: 55px;
}

.video-device__img-ibg {
	/* position: relative;
	padding-top: 56.25%;
	width: 100%;
	cursor: pointer; */
}

.video-device__img-ibg * {
	/* position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0; */
	aspect-ratio: 16/9;
	width: 100%;
}

.video-device__icon {
	position: absolute;
}

.video-device__icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 78px;
	height: 78px;
	opacity: 1;
	transition-delay: 1s;
	transition: all 0.3s;
}

.video-device__icon * {
	position: absolute;
}

.video-device__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 2;
}

.video-device__img-ibg video.active + .video-device__icon {
	opacity: 0;
}

.video-device__img-ibg video.active + .video-device__icon + .video-device__overlay {
	display: none;
}

.video-device__img-ibg video + .video-device__icon .video-device__stop {
	display: none;
}

.video-device__img-ibg video.active + .video-device__icon .video-device__play {
	display: none;
}

.video-device__img-ibg:hover video.active + .video-device__icon .video-device__stop {
	display: block;
}

.video-device__img-ibg:hover video.active + .video-device__icon {
	opacity: 0.2;
}

.device__video:not(:last-child) {
	margin-bottom: 70px;
}

@media (min-width: 768px) {
	.video-device__title {
		text-align: center;
	}
}

@media (min-width: 991px) {
	.device__video:not(:last-child) {
		margin-bottom: 122px;
	}
}

.statement-device__item {
	display: grid;
	gap: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid #1414141a;
}

.statement-device__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.statement-device__text {
	color: #000;
	line-height: 1.6;
}

.device__text:not(:last-child) {
	margin-bottom: 50px;
}

@media (min-width: 991px) {
	.device__text:not(:last-child) {
		margin-bottom: 118px;
	}

	.statement-device__item {
		grid-template-columns: minmax(200px, 603px) minmax(200px, 663px);
	}

	.statement-device__items {
		gap: 70px;
	}

	.statement-device__item {
		padding-bottom: 63px;
	}
}

.device__faq:not(:last-child) {
	margin-bottom: 70px;
}

.faq-device__container {
	max-width: 1012px;
}

.faq-device__title:not(:last-child) {
	margin-bottom: 30px;
}

.faq-accordion {
	background: #fff;
	padding: 10px;
	border-radius: 8px;
}

.faq-accordion__item {
	border-bottom: 1px solid #79797933;
}

.faq-accordion__item:first-child {
	border-top: 1px solid #79797933;
}

.faq-accordion__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	gap: 30px;
	width: 100%;
	padding: 15px 0;
	border: none;
	background: none;
	outline: none;
}

.faq-accordion__button:focus {
	outline: none;
}

.faq-accordion__title {
	color: #212121;
	font-family: "Manrope";
	font-size: 16px;
	font-weight: 400;
}

.faq-accordion__icon {
	position: relative;
	width: 35px;
	height: 35px;
	flex: 0 0 35px;
	border: 1px solid rgba(121, 121, 121, 0.2);
	border-radius: 50%;
}

.faq-accordion__icon::before,
.faq-accordion__icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #797979;
}

.faq-accordion__icon::before {
	width: 16px;
	height: 0.5px;
}

.faq-accordion__icon::after {
	width: 0.5px;
	height: 16px;
}

.faq-accordion__button.is-open .faq-accordion__title {
	color: #03b5d2;
}

.faq-accordion__button.is-open .faq-accordion__icon::after {
	width: 0;
}

.faq-accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.faq-accordion__text {
	padding: 20px 0;
}

.faq-accordion__text ol li:before {
	background: linear-gradient(#fff, #fff) padding-box, var(--device-gradient) border-box;
}

@media (min-width: 768px) {
	.faq-accordion__title {
		font-size: 20px;
	}

	.faq-accordion {
		padding: 35px;
	}

	.faq-device__title:not(:last-child) {
		margin-bottom: 61px;
	}

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

@media (min-width: 991px) {
	.device__faq:not(:last-child) {
		margin-bottom: 124px;
	}
}

.features-device__title {
	max-width: 833px;
	margin: 0 auto;
}

.features-device__title.features-device__title_mg-50:not(:last-child) {
	margin-bottom: 50px;
}

.features-device__items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.features-device__items:not(:last-child) {
	margin-bottom: 65px;
}

.features-device__item {
	display: flex;
	flex-direction: column;
	gap: 23px;
	background: #fff;
	border-radius: 8px;
	padding: 35px 25px;
}

.features-device__subtitle {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 0;
	max-width: 442px;
}

.features-device__header {
	display: flex;
	align-items: center;
	gap: 15px;
}

.features-device__header svg {
	flex: 0 0 auto;
	width: 9%;
}

.features-device__button {
	max-width: 394px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.features-device__item {
		flex: 1 1 calc(100% / 2 - 30px);
	}

	.features-device__header svg {
		width: auto;
	}

	.features-device__items {
		gap: 30px;
	}

	.features-device__header {
		gap: 23px;
	}

	.features-device__item {
		padding: 37px 46px;
	}

	.features-device__title {
		max-width: 833px;
		margin: 0 auto;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.features-device__subtitle {
		font-size: 20px;
	}
}

@media (min-width: 991px) {
	.features-device__title:not(:last-child) {
		margin-bottom: 80px;
	}

	.features-device__subtitle {
		font-size: 23px;
	}
}

@media screen and (max-width: 767px) {
	h2.title-device {
		font-size: 20px;
	}
}

#top-menu .sub-menu {
	top: calc(100% + 10px);
	left: 0px;
	border: 1px solid rgba(206, 212, 218, 0.5);
	border-radius: 5px;
	padding: 10px;
}

#top-menu .sub-menu .menu-item {
	padding-bottom: 0;
	text-transform: none;
	cursor: default;
}

#top-menu .sub-menu .menu-item:not(:last-child) {
	padding-bottom: 10px;
}

#top-menu .sub-menu .menu-item span.removed-link {
	padding: 5px;
}

#top-menu .sub-menu .menu-item a {
	display: block;
	color: #000;
	font-family: "Manrope";
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	border: 0;
}

#top-menu .sub-menu .menu-item a:hover {
	text-decoration: underline;
	border-color: #fff;
}

@media (max-width: 991px) {
	.fixed.site-content {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	#top-menu .sub-menu {
		position: static;
		border: 0;
		margin-top: 15px;
		padding: 0;
	}

	#top-menu .sub-menu .menu-item a {
		color: #fff;
		border: 0;
		padding: 10px;
		padding-left: 0;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
	}

	#top-menu .sub-menu .menu-item span.removed-link {
		padding: 10px;
		padding-left: 0;
	}

	#top-menu .sub-menu .menu-item:not(:last-child) {
		padding-bottom: 0px;
	}
}

/* PRICE */

.price__entry {
	margin: 6vw 0 40px 0;
}

.entry-price__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.entry-price__title {
	text-align: center;
	max-width: 981px;
}

.entry-price__title:not(:last-child) {
	margin-bottom: 25px;
}

.entry-price__text {
	max-width: 773px;
	text-align: center;
	color: #000;
	opacity: 0.7;
}

@media (min-width: 768px) {
	.entry-price__title:not(:last-child) {
		margin-bottom: 38px;
	}
}

@media (min-width: 991px) {
	.price__entry {
		margin: 6.3vw 0 90px 0;
	}
}

.price__tariffs:not(:last-child) {
	margin-bottom: 28px;
}

.tariffs__items {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.tariffs__item {
	flex: 1 1 calc(50% - 30px);
}

@media (min-width: 991px) {
	.tariffs__item {
		flex: 1 1 calc(33.333% - 60px);
	}
}

.tariff {
	position: relative;
	border-radius: 8px;
	background: #fff;
}

.tariff.tariff_highlighted::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(210deg, #34e992 8.41%, #24e4ef 39.88%, #34e992 68.42%, #9feded 88.99%);
	filter: blur(15px);
	transition: opacity 0.3s;
}

.tariff__body {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 28px 30px 33px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}

.tariff__billet {
	font-size: 25px;
	line-height: 1.2;
	/*padding: 7px 9px;
	border: 1px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box, var(--device-gradient) border-box;
	border-radius: 3px;
	width: fit-content;
	opacity: 0.8;*/
	font-weight: bold;
	color: #646464;
  	text-align: center;
}

.tariff__top:not(:last-child) {
	margin-bottom: 30px;
}

.tariff__text {
	color: #B6B8D4;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.tariff__text:not(:last-child) {
	margin-bottom: 26px;
}

.tariff__w-price {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tariff__w-price:not(:last-child) {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 35px;
	font-weight: 600;
	justify-content: flex-start;
	flex-direction: column;
	min-height: 100px;
}

.tariff__price {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #000;
	font-size: 35px;
	font-weight: 600;
/*	opacity: 0.8;*/
}
.tariff__w-price_econom{
	color: #000000;
	opacity: .5;
	font-weight: 600;
	font-size: 18px;
}

.tariff__popular{
	background: #B6B8D4;
	display:table;
	color: #fff;
	position: absolute;
	top: 0px;
	padding: 4px;
	border-radius: 6px;
	font-size: 14px;
}

.tariff__price span{
	color: #6C6C6C;
	font-size: 16px;
}

.tariff__changer {
	color: #4d4d52;
	font-family: Manrope;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	opacity: 0.8;
	text-align: left;
}

.tariff__top {
	position: relative;
	flex: 1 1 auto;
	padding-top: 60px;
}

.tariff__best-choice {
	position: absolute;
  top: -15px;
  right: 0;
}

.tariff__button {
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 16px;
}

.price__pros:not(:last-child) {
	margin-bottom: 40px;
}

.pros {
	display: flex;
	flex-direction: column;
}

.pros__container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.pros__group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
	border-radius: 8px;
	background: #fff;
	padding: 30px;
}

@media (min-width: 768px) {
	.price__pros:not(:last-child) {
		margin-bottom: 94px;
	}

	.pros__container {
		gap: 40px;
	}

	.tariff__price {
		font-size: 45px;
	}
}

@media (min-width: 991px) {
	.pros__group {
		grid-template-columns: repeat(3, 1fr);
	}
}

.pros__item span {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.8;
}

.pros__item svg {
	flex: 0 0 auto;
}

.pros__item {
	display: flex;
	gap: 12px;
}

.pros__item_big span {
	max-width: 808px;
}

@media (min-width: 768px) {
	.pros__item.pros__item_big {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.pros {
		gap: 40px;
	}
}

.price__locations:not(:last-child) {
	margin-bottom: 50px;
}

.locations.price__locations {
	display: none;
}

.locations__title {
	color: #b6b8d4;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
}

.locations__title:not(:last-child) {
	margin-bottom: 30px;
}

.locations__tickers {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.locations__ticker {
	position: relative;
	display: flex;
	gap: 10px;
}

.locations__wrapper:first-child .locations__ticker {
	transform: translateX(-1%);
}

.locations__wrapper:last-child .locations__ticker {
	transform: translateX(-3%);
}

.locations__location {
	position: relative;
	flex: 0 0 auto;
}

.locations__body {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	color: #b6b8d4;
	gap: 10px;
	line-height: 1.2;
	letter-spacing: 0.6px;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	padding: 14px 18px;
	font-weight: 600;
}

.locations__location img {
	width: 1.1em;
	border-radius: 10px;
}

.locations__wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

.locations__wrapper::-webkit-scrollbar {
	height: 0;
}

.locations__location.locations__location_highlighted::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(210deg, #34e992 8.41%, #24e4ef 39.88%, #34e992 68.42%, #9feded 88.99%);
	filter: blur(3px);
}

.locations__location.locations__location_highlighted .locations__name {
	color: #7a7a86;
}

.price__reasons:not(:last-child) {
	margin-bottom: 50px;
}

@media (min-width: 769px) {
	.locations__body {
		font-size: 20px;
	}

	.locations__wrapper {
		margin-right: -40px;
		margin-left: -40px;
	}

	.price__locations:not(:last-child) {
		margin-bottom: 107px;
	}

	.price__reasons:not(:last-child) {
		margin-bottom: 80px;
	}

	.locations.price__locations {
		display: block;
	}
}

@media (min-width: 991px) {
	.price__reasons:not(:last-child) {
		margin-bottom: 143px;
	}
}
@media screen and (max-width: 767px) {
	.features-device__subtitle {
		font-size: 16px;
	}
	.faq-accordion {
		padding: 0;
		background: 0;
	}
}
.locations__wrapper {
	overflow: hidden;
	display: flex;
	white-space: nowrap;
}
.locations__wrapper .locations__ticker_1 {
	animation: animate_text 110s linear infinite; /* The animation property */
}
.locations__wrapper .locations__ticker_2 {
	animation: animate_text_1 120s linear infinite; /* The animation property */
}
@keyframes animate_text {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes animate_text_1 {
	from {
		transform: translate3d(-50%, 0, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
footer.author-bio-section{
	display: none !important;
}
@media screen and (max-width:767px){
	.panel.not_home .panel__gesture,
	.device__panel.panel.not_home .panel__gesture{
		top: 20px;
	}
	.tariff__top:not(:last-child){
		margin-bottom: 15px;
	}
	.tariff__top{
		padding-top: 15px;
	}
	.tariff.tariff_highlighted .tariff__top{
		padding-top: 50px;
	}
	.tariff__w-price:not(:last-child){
		min-height: auto;
		margin-bottom: 20px;
	}
}

.footer__item.developed {
	display: none;
}
.first-device__button.button-device_transparent:hover *{
	color: #000 !important;
}

.taplink-widget-btn {
	bottom: 40px !important;
}

.page-template-ac-main .taplink-widget-btn {
	bottom: 90px !important;
}

.wrapIcon {
	z-index: 2;
}

@media (min-width: 900px) {
	.scrolltop {
		right: 35px !important;
		bottom: 145px !important;
	}

	.page-template-account-parts .taplink-widget-btn {
		bottom: 40px !important;
	}

	.wrapIcon {
		right: 30px !important;
		bottom: 145px !important;
		z-index: 2;
	}
}