@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/inter-v18-cyrillic_latin-regular.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/inter-v18-cyrillic_latin-500.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/inter-v18-cyrillic_latin-700.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Hitch Hike";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/HitchHike.woff2") format("woff2");
}

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

html,
body {
	margin: 0;
	padding: 0;
}

html {
	font-size: 13px;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5D6B98;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a,
button,
input,
textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:hover,
button:hover,
input:hover,
textarea:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

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

a:hover,
a:focus {
	text-decoration: underline;
	color: inherit;
}

button,
[type=submit] {
	cursor: pointer;
}

input,
textarea {
	font: inherit;
}

textarea {
	resize: none;
	min-height: 100px;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0;
}

p+p {
	margin-top: 15px;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table td {
	padding: 0;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	white-space: nowrap;
	border: 0;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
}

.text-nowrap {
	white-space: nowrap;
}

.text-green {
	color: #34B699;
}

.text-decorate {
	font-family: "Hitch Hike";
	line-height: 1;
}

.bdrs {
	border-radius: 0.769rem;
}

.bdrs-big {
	border-radius: 0.769rem;
}

.overflow-hidden {
	overflow: hidden;
}

.btn {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.385rem 2.231rem;
	border: 1px solid #cbdbf4;
	font-family: inherit;
	font-size: 1.077rem;
	font-weight: 700;
	color: #32394e;
	text-align: center;
	text-decoration: none !important;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.btn:hover {
	color: #32394e;
}

.btn--primary {
	background-color: #34B699;
	border-color: #2BA288;
	color: #fff !important;
}

.btn--primary:hover {
	background-color: #2BA288;
	color: #fff !important;
}

.btn--block {
	width: 100%;
}

.error {
	color: #f00;
	text-align: center;
	font-size: 13px;
}

.form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.form__label {
	margin-bottom: 6px;
	text-align: left;
	color: #32394e;
}

.form__fieldWrap {
	position: relative;
}

.form__fieldWrap+.form__fieldWrap {
	margin-top: 6px;
}

.form__field {
	display: block;
	width: 100%;
	border: 1px solid #cbdbf4;
	padding: 11px 13px;
	border-radius: 8px;
	color: #5d6b98;
	height: 46px;
	font-size: 1rem;
}

.form__item--password .form__field {
	padding-right: 50px;
}

.passSwitcher {
	position: absolute;
	right: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	border: none;
	background: none;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	outline: none;
	font-size: 0;
	line-height: 0;
}

.passSwitcher .passSwitcher__enabled {
	display: none;
}

.passSwitcher--active .passSwitcher__disabled {
	display: none;
}

.passSwitcher--active .passSwitcher__enabled {
	display: block;
}

.logo {
	font-size: 0;
	line-height: 0;
}

.pageHeader__logo .logo {
	width: 100%;
}

.logo img {
	width: 100%;
}

.modal {
	display: none;
	text-align: center;
	background-color: #fff;
	width: 100%;
}

.modal__heading {
	margin-bottom: 20px;
}

.modal__icon {
	font-size: 0;
	line-height: 0;
	margin-bottom: 12px;
}

.modal__title {
	color: #32394e;
	margin: 0;
	font-size: 20px;
}

.modal__descr {
	font-size: 14px;
}

.modal__descr--small {
	font-size: 13px !important;
}

.modal__title+.modal__descr {
	margin-top: 4px;
}

.fancybox-content {
	background-color: #fff;
	padding: 1.846rem;
	border-radius: 16px;
	-webkit-box-shadow: 0px 8px 8px -4px rgba(10, 13, 18, 0.04), 0px 20px 24px -4px rgba(10, 13, 18, 0.1);
	box-shadow: 0px 8px 8px -4px rgba(10, 13, 18, 0.04), 0px 20px 24px -4px rgba(10, 13, 18, 0.1);
	width: 100%;
	max-width: 400px;
}

.fancybox-close-small {
	padding: 17px !important;
	width: 58px !important;
	height: 58px !important;
	background: url("../img/modal_close.svg") 50% 50% no-repeat;
}

.fancybox-close-small svg {
	display: none !important;
}

.fancybox-slide--html {
	padding: 15px;
}

.modal__note {
	margin-top: 16px;
}

.modal__link {
	color: #0077FF !important;
}

.modal__link:hover {
	text-decoration: underline;
	color: #0077FF;
}

/* preloader  */

.btn--loader {
	position: relative;
	pointer-events: none;
}

.btn--loader .btn__text {
	opacity: 0;
}

.btn--loader .sk-three-bounce__wrap {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.sk-three-bounce__wrap {
	display: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 100;
	background-color: transparent;
	pointer-events: none;
}

.sk-three-bounce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
}

.sk-child {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 0.88;
	border-radius: 50%;
	-webkit-animation: sk-three-bounce 1.1s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.1s ease-in-out 0s infinite both;
}

.sk-bounce-1 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-bounce-2 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

@-webkit-keyframes sk-three-bounce {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1146px;
	margin: 0 auto;
	padding-right: 1.154rem;
	padding-left: 1.154rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.mainContent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-x: hidden;
}

.pageFooter {
	position: relative;
	padding-top: 1.923rem;
	padding-bottom: 1.923rem;
	background: #2F4157;
	color: #fff;
}

.pageFooter__logo {
	display: block;
	width: 174px;
	margin-bottom: 1.846rem;
}

.pageFooter__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 3.538rem;
}

.pageFooter__contacts .contacts {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pageFooter__legal {
	margin-top: 3.538rem;
}

.pageHeader {
	position: sticky;
	top: 0;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.231rem;
	background: #fff;
	border-bottom: 1px solid #eaecf5;
}

.pageHeader>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pageHeader__logo {
	width: 8.846rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pageHeader__userMobile {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
	margin-top: auto;
	margin-bottom: 1.923rem;
}

.pageHeader__userMobile:before {
	content: "";
	width: 13.538rem;
	height: 15.308rem;
	background: url("../img/mobileMenu_decor.svg") 0 0 no-repeat;
	position: absolute;
	bottom: calc(100% + 1.692rem);
	right: 0;
}

.pageHeader__userDesktop {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
}

.pageHeader__userDesktop .btn {
	min-height: 32px;
}

.pageHeader__container {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(50, 57, 78, 0.95);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

.pageHeader--opened .pageHeader__container {
	opacity: 1;
	visibility: visible;
}

.pageHeader__container .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pageHeader__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 4.231rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pageHeader__mobileContent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-y: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pageHeader__innerWrap {
	padding-top: 1.923rem;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pageHeader__contacts {
	padding-bottom: 1.923rem;
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	gap: 1rem;
}

.pageHeader__contacts .contacts__title {
	font-size: 1rem;
}

.pageHeader__contacts .contacts__name {
	font-size: 0.846rem;
}

.pageSection {
	position: relative;
	padding-top: 1.923rem;
	padding-bottom: 1.923rem;
	-webkit-transition: padding 0.4s, margin 0.4s;
	transition: padding 0.4s, margin 0.4s;
}

.pageSection--dark {
	background-color: #2F4157 !important;
}

.pageSection__innerWrap {
	position: relative;
}

.pageSection__heading {
	margin-bottom: 1.538rem;
	text-align: center;
	color: #344055;
}

.pageSection--dark .pageSection__heading {
	color: #fff;
}

.pageSection__title {
	margin: 0;
	font-size: 1.923rem;
	line-height: 1.2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.pageSection__title--big {
	font-size: 2.308rem;
}

.pageSection__subtitle {
	margin-top: 1.231rem;
	font-weight: 500;
	font-size: 1.077rem;
}

.pageSection__content {
	position: relative;
}

.pageWrapper {
	min-height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.custom-select__option {
	color: #5d6b98;
	font-size: 1rem;
	line-height: inherit;
}

.custom-select__option--value {
	border: 1px solid #cbdbf4;
	padding: 11px 13px;
	padding-right: 46px;
	border-radius: 8px;
	height: 46px;
}

.custom-select__option--value:hover,
.custom-select__option--value:focus {
	background-color: transparent;
}

.custom-select__option--value:after {
	border: none;
	background: url("../img/select-arrow.svg") 50% 50% no-repeat;
	width: 24px;
	height: 24px;
	right: 17px;
}

.custom-select--active .custom-select__option--value {
	border-radius: 8px 8px 0 0;
}

.custom-select__option--value:hover,
.custom-select__option--value:focus {
	background-color: #fff;
}

.custom-select__dropdown {
	border: 1px solid #cbdbf4;
	border-radius: 0 0 8px 8px;
}

.custom-select__dropdown .custom-select__option {
	padding: 11px 13px;
}

.slider {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.slider__nav {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.swiper-button-prev,
.swiper-button-next {
	width: auto;
	height: auto;
	margin: 0;
	font-size: 0;
	line-height: 0;
	top: auto;
	bottom: auto;
	outline: none;
	position: static;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.slider__pagination {
	position: relative;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	font-size: 0;
	line-height: 0;
	margin-top: 1.846rem;
}

.slider__pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: #f3f8fe;
	border-radius: 50%;
	width: 0.846rem;
	height: 0.846rem;
	margin-left: 0.231rem !important;
	margin-right: 0.231rem !important;
	outline: none;
}

.slider__pagination .swiper-pagination-bullet-active {
	background-color: #34B699;
}

.adnetworks {
	padding-top: 0;
	padding-bottom: 7.077rem;
	margin-top: -3.846rem;
}

.adnetworks__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
}

.adnetworks__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 1.231rem;
	padding-right: 1.231rem;
	border: 1px solid #EAECF5;
	background-color: #F9F9F9;
	overflow: hidden;
}

.adnetworks__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.adnetworks__heading {
	position: relative;
	padding-top: 1.923rem;
	padding-bottom: 1.923rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.769rem;
}

.adnetworks__heading:after {
	content: "";
	width: 0.923rem;
	height: 1.385rem;
	background: url("../img/adnetworks_arrow.svg") 50% 50% no-repeat;
	background-size: contains;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.adnetworks__item.opened .adnetworks__heading:after {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}

.adnetworks__logo {
	font-size: 0;
	line-height: 0;
}

.adnetworks__name {
	margin: 0;
	font-size: 1.231rem;
	line-height: 1.4;
	font-weight: 400;
	color: #15254C;
}

.adnetworks__content {
	display: none;
	padding-bottom: 1.923rem;
}

.adnetworks__descr {
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 1.538rem;
}

.adnetworks__more {
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #34B699;
	padding-right: 1.077rem;
}

.adnetworks__more:after {
	content: "";
	background: url("../img/adnetworks_more.svg") 0 0 no-repeat;
	background-size: contains;
	width: 0.462rem;
	height: 0.846rem;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.adnetworks__more:hover,
.adnetworks__more:focus {
	color: #34B699;
	text-decoration: none;
}

.adnetworks__more:hover:after,
.adnetworks__more:focus:after {
	-webkit-transform: translateY(-50%) translateX(0.3rem);
	transform: translateY(-50%) translateX(0.3rem);
}

.adnetworks__img {
	font-size: 0;
	line-height: 0;
	margin-top: 1.923rem;
	margin-bottom: -1.923rem;
	text-align: center;
}

.adnetworks__item--tg-ads .adnetworks__img img {
	width: 100%;
	max-width: 394px;
}

.adnetworks__item--vk-ads .adnetworks__img img {
	width: 100%;
	max-width: 479px;
}

.adnetworks__item--vk-target .adnetworks__img img {
	width: 100%;
	max-width: 480px;
}

.adnetworks__item--vk-adblogger .adnetworks__img img {
	width: 100%;
	max-width: 470px;
}

.advantages__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
	max-width: 1016px;
	margin-left: auto;
	margin-right: auto;
}

.advantages__item {
	padding: 1.538rem;
	border: 1px solid #eaecf5;
}

.advantages__item:nth-child(1) {
	background-color: #fff9ea;
}

.advantages__item:nth-child(2) {
	background-color: #f2f7ee;
}

.advantages__item:nth-child(3) {
	background-color: #eaf6ff;
}

.advantages__item:nth-child(4) {
	background-color: #fff1ec;
}

.advantages__icon {
	display: none;
	font-size: 0;
	line-height: 0;
	margin-bottom: 0.938rem;
}

.advantages__name {
	font-size: 1.077rem;
	color: #32394e;
	margin-bottom: 0.923rem;
}

.advantages__descr {
	margin: 0;
}

.all-features__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.923rem;
}

.all-features__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.231rem;
	background-color: #f9f9f9;
}

.all-features__item--last {
	background: none;
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 1.923rem;
}

.all-features__name {
	font-weight: 500;
	margin-bottom: 1.154rem;
	font-size: 1.231rem;
	line-height: 1.4;
	font-weight: 400;
	color: #15254c;
}

.all-features__img {
	font-size: 0;
	line-height: 0;
	margin-top: 0.938rem;
}

.all-features__note {
	color: #fff;
	font-size: 35px;
	line-height: 47px;
	padding-left: 34px;
	position: relative;
	margin-top: auto;
}

.all-features__note:before {
	content: "";
	width: 34px;
	height: 33px;
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("../img/telegram-ads_note.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}

.all-features__note br {
	display: none;
}

.articles {
	padding-right: 1.154rem;
	padding-left: 1.154rem;
}

.calculation {
	padding-bottom: 7.077rem;
}

.calculation__box .pageSection__heading br {
	display: none;
}

.calculation__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.846rem;
}

.calculation__item {
	background-color: #000;
	border-radius: 12px;
	padding: 1.923rem 1.154rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}

.calculation__item:nth-child(1) {
	background-color: #fff9ea;
}

.calculation__item:nth-child(2) {
	background-color: #f2f7ee;
}

.calculation__item:nth-child(3) {
	background-color: #eaf6ff;
}

.calculation__name {
	color: #344055;
	font-weight: 700;
	font-size: 1.923rem;
	margin-bottom: 0.769rem;
}

.calculation__descr br {
	display: none;
}

.calculator {
	background-color: #d0edf5;
}

.calculator .pageSection__title br {
	display: none;
}

.calculator__coll--summary {
	display: none;
	width: 100%;
}

.calculator__coll--features {
	display: none;
}

.calculator__controls {
	display: grid;
	grid-template-columns: 100%;
	gap: 1.154rem;
}

.calculator__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.calculator__label {
	margin-bottom: 0.462rem;
	color: #32394e;
}

.calculator__calc {
	margin-top: 1.538rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.calculator__total {
	background-image: url("../img/calculator_line.svg");
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 1.154rem;
	margin-bottom: 1.538rem;
	color: #32394e;
}

.calculator__total p {
	margin-bottom: 1.154rem;
	font-size: 1.231rem;
}

.calculator__total span {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	color: #32394e;
}

.calculator__descr tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.154rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.calculator__descr tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.calculator__descr td {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 700;
}

.calculator__descr td:last-child {
	text-align: right;
}

.calculator__recalc {
	margin-top: 1.538rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.calculator__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.563rem;
	color: #344055;
}

.calculator__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 0.688rem 1.875rem;
	border: 1px solid #fff;
}

.calculator__icon {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.calculator__text br {
	display: none;
}

.callback {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
	padding: 1.154rem;
	background-color: #2F4157;
	color: #fff;
	text-align: center;
	max-width: 32rem;
	margin-left: auto;
	margin-right: auto;
}

.callback--decorate {
	margin-top: 6.538rem;
}

.callback__text br {
	display: none;
}

.callback__text del {
	position: relative;
	text-decoration: none;
}

.callback__text del:before {
	content: "";
	background: url("../img/callback_note-mobile.svg") 0 0 no-repeat;
	background-size: contain;
	width: 8.692rem;
	height: 4.077rem;
	position: absolute;
	right: 0;
	bottom: 100%;
}

.callback__text del:after {
	content: "";
	background: url("../img/callback_mark.svg") 0 75% no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

.callback__btn {
	max-width: 20.308rem;
	margin-left: auto;
	margin-right: auto;
}

.cases__box {
	margin-right: -1.154rem;
	margin-left: -1.154rem;
}

.cases__wrap {
	padding-right: 1.154rem;
	padding-left: 1.154rem;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.contacts__title {
	font-size: inherit;
	font-weight: 700;
	margin-bottom: 1.077rem;
}

.contacts__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.077rem;
}

.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contacts__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.462rem;
}

.contacts__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contacts__icon img {
	width: 19px;
}

.divider {
	z-index: 1;
}

.divider:before {
	content: "";
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5.7rem;
	margin-bottom: 1.538rem;
	background: url("../img/tools_arrow.svg") 50% 50% no-repeat;
	background-size: contain;
	width: 10rem;
	height: 8.462rem;
}

.education {
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8fb), to(#e8f1fe));
	background: linear-gradient(to bottom, #f8f8fb 0%, #e8f1fe 100%);
}

.education__videos {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.features {
	display: none;
}

.features__item {
	padding: 0.938rem;
	background-color: #fff;
	border-radius: 1.125rem;
	color: #32394E;
}

.features__name {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 0.625rem;
}

.features__name br {
	display: none;
}

.full-service {
	background-color: #e5f2f4;
	border-top: 1px solid #eaecf5;
	border-bottom: 1px solid #eaecf5;
}

.full-service__box {
	text-align: center;
}

.full-service__heading {
	margin-bottom: 1.154rem;
}

.full-service__heading .pageSection__title br {
	display: none;
}

.full-service__subtitle {
	font-size: 1.077rem;
	font-weight: 700;
	margin-bottom: 1.923rem;
	color: #344055;
}

.full-service__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
	margin-bottom: 1.923rem;
}

.full-service__item {
	background-color: #fff;
	border: 1px solid #eaecf5;
	padding: 0.769rem 1.538rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	text-align: left;
}

.full-service__icon {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.full-service__descr br {
	display: none;
}

.full-service__note {
	font-size: 25px;
	line-height: 1;
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin-right: 3px;
	color: #344055;
	-webkit-transform: rotate(-1.93deg);
	transform: rotate(-1.93deg);
}

.full-service__note span {
	position: relative;
}

.full-service__note span:after {
	content: "";
	background-image: url("../img/full-service_lightning.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: calc(100% + 5px);
	width: 19px;
	height: 27px;
}

.full-service__btn {
	display: inline-block;
	vertical-align: middle;
}

.greeting {
	background: url("../img/greeting_bg-line.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-cloud-small.svg") left -7.692rem bottom 13.077rem no-repeat, url("../img/greeting_bg-cloud.svg") 50% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
	background: url("../img/greeting_bg-line.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-cloud-small.svg") left -7.692rem bottom 13.077rem no-repeat, url("../img/greeting_bg-cloud.svg") 50% 100% no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
	padding-bottom: 7.692rem;
}

.greeting .pageSection__heading {
	position: relative;
	margin-bottom: 1.154rem;
}

.greeting .pageSection__heading br {
	display: none;
}

.greeting .pageSection__title .text-green {
	position: relative;
	white-space: nowrap;
}

.greeting .pageSection__title .text-green:after {
	content: "";
	background: url("../img/greeting_decor-path.svg") 50% 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(100% + 0.231rem);
	left: -2.308rem;
	right: -2.308rem;
	height: 1rem;
}

.greeting__logo {
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: none;
}

.greeting__logo img {
	width: 39.75rem;
}

.greeting__signUp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.greeting__img {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.hamburger {
	position: relative;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.hamburger--open {
	width: 22px;
	height: 17px;
	margin-left: 2.308rem;
}

.hamburger--open:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 4px;
	background-color: #32394E;
	-webkit-box-shadow: 0 -7px 0 #32394E, 0 7px 0 #32394E;
	box-shadow: 0 -7px 0 #32394E, 0 7px 0 #32394E;
}

.hamburger--close {
	width: 21px;
	height: 27px;
	background: url("../img/mobile-menu_close.svg") 0 0 no-repeat;
}

.legal {
	line-height: 1.6;
}

.legal__link:hover {
	text-decoration: underline;
}

.mainNav {
	margin-bottom: 100px;
}

.mainNav__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.846rem;
	padding-left: 1rem;
}

.mainNav__item {
	font-size: 1.231rem;
	font-weight: 700;
}

.mainNav__link {
	color: inherit;
}

.marquee {
	margin-left: -400px;
	margin-right: -400px;
	border-radius: 1.438rem;
	overflow: hidden;
	padding: 1.231rem 0;
}

.marquee--telegram {
	background-color: #3390ec;
}

.marquee--vk {
	background-color: #0277ff;
}

.marquee__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.125rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.marquee__icon {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.231rem;
	height: 1.231rem;
}

.marquee__text {
	white-space: nowrap;
	font-size: 0.923rem;
	color: #fff;
	font-weight: 700;
	-webkit-transform: translateY(0.05rem);
	transform: translateY(0.05rem);
}

.partners .pageSection__title br {
	display: none;
}

.partners .pageSection__title .small {
	display: block;
	font-weight: 400;
	font-size: 1.077rem;
	margin-top: 10px;
}

.partners__desktop {
	display: none;
}

.partners__list {
	height: 100px;
}

.partners__item {
	font-size: 0;
	line-height: 0;
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners__item img {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.partners__marquee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 2600px;
}

.partners__marquee .splide__slide {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.refill-methods {
	background-color: #e5f2f4;
}

.refill-methods .pageSection__heading {
	grid-column: span 2;
}

.refill-methods__box {
	text-align: center;
}

.refill-methods__img {
	font-size: 0;
	line-height: 0;
	display: none;
}

.refill-methods__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.923rem;
	grid-column: span 2;
	margin-bottom: 1.538rem;
}

.refill-methods__item {
	background-color: #fcfcfd;
	border: 1px solid #eaecf5;
	padding: 1.538rem;
	text-align: left;
}

.refill-methods__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.769rem;
	margin-bottom: 0.385rem;
}

.refill-methods__icon {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.refill-methods__name {
	color: #15254c;
	margin: 0;
	font-weight: 400;
}

.refill-methods__text {
	color: #5d6b98;
}

.refill-methods__btn {
	display: inline-block;
	vertical-align: middle;
}

.refill-methods__btn p {
	display: none;
	margin-bottom: 1.25rem;
}

.refill-methods__note {
	font-size: 1.231rem;
	color: #344055;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin-right: 3px;
}

.review {
	padding: 1.538rem;
	border: 1px solid #555a71;
	background-color: #fff;
}

.review__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.154rem;
	margin-bottom: 1.154rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.review__avatar {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.review__avatar img {
	border-radius: 50%;
}

.review__title {
	margin: 0;
	font-size: 1.077rem;
	font-weight: 500;
}

.review__name {
	display: block;
	color: #030d26;
	font-size: 16px;
}

.review__company {
	display: table;
	color: #7d89b0;
	margin-top: 2px;
	font-size: 14px;
}

.review__body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #5d6b98;
	margin-bottom: auto;
}

.review__more {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0;
	color: #7d89b0;
	margin-top: 0.625rem;
}

.review__more:hover {
	text-decoration: underline;
}

.review__full-descr {
	display: none;
}

.review.opened .review__full-descr {
	display: block;
}

.review__short-descr {
	display: block;
}

.review.opened .review__short-descr {
	display: none;
}

.reviews__title {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.reviews__title:after {
	content: "";
	background-image: url("../img/reviews_path.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -10px;
	top: calc(100% + 0.2rem);
	height: 14px;
	width: 100%;
}

.reviews__slider {
	position: relative;
}

.reviews__box {
	margin: 0 -1px;
	overflow: visible;
}

.reviews__item {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews__wrap {
	padding: 0;
}

.reviews__nav {
	display: none;
}

.support__innerWrap {
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f8fb), to(#f7f8fb));
	background: linear-gradient(to bottom, #f7f8fb 0%, #f7f8fb 100%);
	border: 1px solid #eaecf5;
	padding: 1.923rem 1rem;
}

.support__col--img {
	display: none;
}

.support__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
}

.support__list--advantages {
	margin-top: 1.923rem;
}

.support__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	padding: 1.538rem;
	border: 1px solid #1972f5;
	background-color: #f3f8fe;
}

.support__list--features .support__item {
	padding-top: 0.769rem;
	padding-bottom: 0.769rem;
}

.support__list--advantages .support__item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.support__item br {
	display: none;
}

.support__icon {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 2.308rem;
}

.support__text ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 1rem;
}

.support__text br {
	display: none;
}

.support__callback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.385rem;
	max-width: 20.308rem;
	margin-top: 1.923rem;
	margin-left: auto;
	margin-right: auto;
}

.support__callback:before {
	content: "";
	display: block;
	background: url("../img/support_smile.svg") 0 0 no-repeat;
	background-size: contain;
	width: 80px;
	height: 58px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.support__img {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.tabs__heading {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.846rem;
}

.tabs__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0.385rem;
	padding: 0.231rem;
	background-color: #eaecf5;
	border-radius: 100px;
}

.tabs__btn {
	border: 1px solid transparent;
	padding: 0.538rem 1rem;
	border-radius: 50px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7d89b0;
	font-weight: 500;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: default;
}

.tabs__btn.active {
	border-color: #dee1eb;
	background-color: #fff;
	color: #344055;
}

.tabs__content {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0;
	transition: all 0;
	position: absolute;
	top: 0;
	left: 0;
}

.tabs__content.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.team .pageSection__heading {
	margin-bottom: 2.692rem;
}

.team .pageSection__title .text-nowrap {
	position: relative;
}

.team .pageSection__title .text-nowrap:after {
	content: "";
	background: url("../img/team_path.svg") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1rem;
}

.team__gallery {
	display: grid;
	grid-template-areas: "area1 area1" "area2 area3" "area2 area4";
	gap: 0.385rem;
}

.team__item {
	font-size: 0;
	line-height: 0;
}

.team__item--mobile-hidden {
	display: none;
}

.team__item--3 {
	grid-area: area2;
}

.team__item--5 {
	grid-area: area1;
}

.team__item--6 {
	grid-area: area3;
}

.team__item--7 {
	grid-area: area4;
}

.team__item img {
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.telegram-ads-callback__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.telegram-ads-callback__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.telegram-ads-callback__item {
	background-color: #fcfcfd;
	border: 1px solid #eaecf5;
	padding: 0.846rem 1.538rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}

.telegram-ads-callback__icon {
	font-size: 0;
	line-height: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.telegram-ads-callback_btn {
	margin-top: 1.923rem;
}

.telegram-ads-callback_btn .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.telegram-ads-features .pageSection__title .text-green {
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.telegram-ads-greeting {
	padding-bottom: 0 !important;
	background: url("../img/telegram-ads-greeting_left.svg") left 0 bottom 17.231rem no-repeat, url("../img/telegram-ads-greeting_big-cloud.svg") left calc(50% + 30rem) bottom 0 no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
	background: url("../img/telegram-ads-greeting_left.svg") left 0 bottom 17.231rem no-repeat, url("../img/telegram-ads-greeting_big-cloud.svg") left calc(50% + 30rem) bottom 0 no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
	background-size: auto auto, 122.154rem auto, auto auto;
}

.telegram-ads-greeting .pageSection__heading {
	position: relative;
	margin-bottom: 1.923rem;
}

.telegram-ads-greeting .pageSection__subtitle br {
	display: none;
}

.telegram-ads-greeting__logo {
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: none;
}

.telegram-ads-greeting__logo img {
	width: 27.625rem;
}

.telegram-ads-greeting__join {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.923rem;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.telegram-ads-greeting__img {
	font-size: 0;
	line-height: 0;
	text-align: center;
	width: calc(100% - 2.308rem);
	margin-left: auto;
	margin-right: auto;
}

.test-tools {
	background-color: #2f4157;
}

.test-tools .pageSection__title {
	color: #fff;
}

.test-tools .pageSection__title br {
	display: none;
}

.test-tools__box {
	position: relative;
}

.test-tools__box .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.tools__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.154rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.tools__item {
	padding: 1.538rem;
	background-color: #fcfcfd;
}

.tools__item--note {
	padding: 0;
	background: none;
	display: none;
}

.tools__icon {
	font-size: 0;
	line-height: 0;
	margin-bottom: 0.938rem;
	display: none;
}

.tools__name {
	margin-bottom: 0.923rem;
	font-size: 1.077rem;
	font-weight: 400;
	color: #32394e;
}

.tools__descr {
	color: #5d6b98;
}

.tools__note {
	color: #fff;
	font-size: 2.143rem;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.pageHeader__userDesktop .user__signUp {
	display: none;
}

.videos {
	overflow: visible;
	z-index: 1;
}

.videos__link {
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.videos__link img {
	border-radius: 24px;
}

.videos__nav {
	display: none;
}

.vk-adnetworks {
	padding-top: 0;
	padding-bottom: 0 !important;
	margin-top: -3.846rem;
}

.vk-adnetworks .pageSection__heading {
	color: #fff;
}

.vk-adnetworks__box {
	background-color: #32394e;
	padding: 2rem;
}

.vk-adnetworks__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

.vk-adnetworks__item {
	background-color: #fcfcfd;
	text-align: center;
	padding: 1.875rem;
}

.vk-adnetworks__icon {
	font-size: 0;
	line-height: 0;
	margin-bottom: 1.25rem;
	width: 3.438rem;
	height: 3.438rem;
	margin-left: auto;
	margin-right: auto;
}

.vk-adnetworks__icon img {
	width: 100%;
}

.vk-adnetworks__name {
	margin: 0;
	color: #32394e;
	font-size: 1.25rem;
}

.vk-categories {
	background-color: #f5f7fc;
}

.vk-categories .pageSection__title br {
	display: none;
}

.vk-categories__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 1.923rem;
}

.vk-categories__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.462rem;
}

.vk-categories__item {
	padding: 1.154rem;
	color: #2f4157;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.vk-categories__item:nth-child(8n+1) {
	background-color: #ffe1cc;
}

.vk-categories__item:nth-child(8n+2) {
	background-color: #d5f6ed;
}

.vk-categories__item:nth-child(8n+3) {
	background-color: #e2dbfa;
}

.vk-categories__item:nth-child(8n+4) {
	background-color: #dff3fe;
}

.vk-categories__item:nth-child(8n+5) {
	background-color: #fbe2f5;
}

.vk-categories__item:nth-child(8n+6) {
	background-color: #eceff4;
}

.vk-categories__item:nth-child(8n+7) {
	background-color: #ccfff4;
}

.vk-categories__item:nth-child(8n+8) {
	background-color: #ffe8e8;
}

.vk-categories__name {
	font-weight: 700;
	font-size: 1.231rem;
}

.vk-categories__value {
	font-size: 1.923rem;
}

.vk-categories__chart {
	position: relative;
}

.vk-categories__img {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.vk-categories__main-value {
	font-weight: 700;
	font-size: 2.308rem;
	color: #2f4157;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vk-features .pageSection__title .text-green {
	position: relative;
}

.vk-features .pageSection__title .text-green:after {
	content: "";
	background-image: url("../img/vk-features_path.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: calc(100% - 0.1rem);
	height: 14px;
	width: 100%;
}

.vk-greeting {
	text-align: center;
	background: url("../img/vk-greeting_clouds-mobile-left.svg") -20px 50% no-repeat, url("../img/vk-greeting_cloud-big.svg") 20% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
	background: url("../img/vk-greeting_clouds-mobile-left.svg") -20px 50% no-repeat, url("../img/vk-greeting_cloud-big.svg") 20% 100% no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
	background-size: auto auto, 1588px auto, auto auto;
	padding-bottom: 7.692rem;
}

.vk-greeting__logo {
	font-size: 0;
	line-height: 0;
	text-align: center;
	width: 14.462rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.769rem;
	position: relative;
}

.vk-greeting__logo img {
	width: 27.625rem;
}

.vk-greeting__official-partner {
	display: none;
}

.vk-greeting__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.538rem;
}

.vk-greeting__item {
	background-color: #fff;
	padding: 1.25rem 0.5rem;
	font-weight: 700;
	color: #32394e;
	font-size: 1.077rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vk-greeting__item br {
	display: none;
}

.vk-greeting__btn {
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.154rem;
}

.vk-greeting__btn .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vk-greeting__marquee {
	margin-top: 3.846rem;
}

@media screen and (min-width: 576px) {
	html {
		font-size: 14px;
	}

	.btn {
		font-size: 1rem;
	}

	.pageFooter__legal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		gap: 2rem;
	}

	.pageHeader__userMobile {
		grid-template-columns: 1fr 1fr;
	}

	.pageHeader__contacts {
		grid-template-columns: 1fr 1fr;
		gap: 1.154rem;
	}

	.adnetworks__list {
		grid-template-columns: 1fr 1fr;
	}

	.adnetworks__item--my-target {
		grid-column: span 2;
	}

	.adnetworks__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.adnetworks__heading:after {
		display: none;
	}

	.adnetworks__content {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.adnetworks__descr {
		margin-bottom: auto;
	}

	.adnetworks__more {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.adnetworks__more:after {
		-webkit-transform: translateY(calc(-50% + 1px));
		transform: translateY(calc(-50% + 1px));
	}

	.adnetworks__more:hover:after,
	.adnetworks__more:focus:after {
		-webkit-transform: translateY(calc(-50% + 1px)) translateX(0.3rem);
		transform: translateY(calc(-50% + 1px)) translateX(0.3rem);
	}

	.advantages__list {
		grid-template-columns: 1fr 1fr;
	}

	.all-features__list {
		grid-template-columns: 1fr 1fr;
	}

	.calculation__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 30%;
		flex: 1 0 30%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.calculation__name {
		min-height: 2.6em;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.calculation__descr {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.calculation__descr br {
		display: inline;
	}

	.features {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1rem;
		text-align: center;
	}

	.full-service__note {
		margin-right: 10px;
	}

	.greeting .pageSection__heading {
		margin-bottom: 2.5rem;
	}

	.partners .pageSection__title br {
		display: inline;
	}

	.partners .pageSection__title .small {
		margin: 0;
		display: inline;
		font-weight: inherit;
		font-size: inherit;
	}

	.refill-methods__note {
		margin-right: 10px;
		font-size: 2rem;
	}

	.support .pageSection__heading br {
		display: none;
	}

	.support__innerWrap {
		background: none;
	}

	.support__box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.923rem;
	}

	.support__col--img {
		display: block;
	}

	.support__list--features {
		grid-template-columns: 1fr 1fr;
	}

	.telegram-ads-greeting .pageSection__subtitle br {
		display: inline;
	}

	.tools__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.tools__item--note {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 2.188rem;
		padding-left: 3.125rem;
	}

	.tools__icon {
		display: block;
		height: 23px;
	}

	.pageHeader__userDesktop .user__signUp {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.vk-adnetworks__list {
		grid-template-columns: 1fr 1fr;
	}

	.vk-categories .pageSection__title br {
		display: inline;
	}

	.vk-categories__list {
		grid-template-columns: 1fr 1fr;
		gap: 1.625rem 0.938rem;
	}

	.vk-features .pageSection__title .text-green:after {
		top: calc(100% + 0.1rem);
	}

	.vk-greeting__list {
		grid-template-columns: 1fr 1fr;
	}

	.vk-greeting__item br {
		display: inline;
	}
}

@media screen and (min-width: 768px) {
	html {
		font-size: 15px;
	}

	.error {
		font-size: 14px;
	}

	.modal__descr {
		font-size: 16px;
	}

	.container {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.pageFooter .container {
		display: grid;
		grid-template-areas: "logo contacts" "legal contacts";
		grid-template-row: auto 1fr;
		gap: 1.875rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.pageFooter__logo {
		margin: 0;
		grid-area: logo;
		display: table;
	}

	.pageFooter__contacts {
		display: grid;
		grid-template-columns: auto auto;
		grid-area: contacts;
		padding-top: 0.625rem;
		gap: 2.25rem;
	}

	.pageFooter__contacts .contacts {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.pageFooter__legal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0;
		grid-area: legal;
		gap: 0;
	}

	.pageSection {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.pageSection__heading {
		margin-bottom: 2rem;
	}

	.swiper-button-prev,
	.swiper-button-next {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.adnetworks {
		padding-top: 0;
		padding-bottom: 7.077rem;
		margin-top: -3rem;
	}

	.articles {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.calculation {
		padding-bottom: 7.077rem;
	}

	.calculator__box {
		gap: 1.563rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.calculator__coll--controls {
		width: 50%;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.calculator__coll--summary {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 50%;
	}

	.calculator__label {
		font-size: 0.875rem;
	}

	.calculator__calc {
		display: none;
	}

	.calculator__summary {
		background-color: #fff;
		border: 1px solid #cbdbf4;
		border-radius: 1.846rem;
		padding: 1.538rem;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 1.5rem;
	}

	.calculator__total {
		text-align: center;
	}

	.calculator__descr {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.calculator__descr table {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.calculator__descr tr:last-child {
		margin-top: auto;
	}

	.calculator__recalc {
		display: none;
	}

	.cases__box {
		margin-right: -2rem;
		margin-left: -2rem;
	}

	.cases__wrap {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.features {
		margin-bottom: 2.5rem;
		grid-template-columns: auto;
	}

	.features__item {
		display: table;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.full-service__list {
		grid-template-columns: 1fr 1fr;
	}

	.greeting {
		padding-bottom: 6rem;
	}

	.greeting .pageSection__heading {
		margin-bottom: 1.875rem;
	}

	.greeting .pageSection__heading br {
		display: inline;
	}

	.greeting__logo {
		display: block;
		margin-bottom: 0.625rem;
	}

	.greeting__signUp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 2.5rem;
		max-width: none;
	}

	.partners__list {
		height: 150px;
	}

	.partners__item img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.refill-methods .pageSection__heading {
		grid-area: heading;
		text-align: left;
	}

	.refill-methods__box {
		text-align: left;
		display: grid;
		grid-template-rows: auto 1fr auto;
		grid-template-columns: 290px 1fr;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		grid-template-areas: "heading list" "img list" "btn note";
		align-items: start;
		gap: 0 4.5rem;
	}

	.refill-methods__img {
		display: block;
		grid-area: img;
		margin-bottom: 1.25rem;
	}

	.refill-methods__list {
		grid-area: list;
	}

	.refill-methods__btn {
		grid-area: btn;
	}

	.refill-methods__btn p {
		display: block;
	}

	.refill-methods__btn .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.refill-methods__note {
		grid-area: note;
		margin: 0;
		max-width: 340px;
	}

	.refill-methods__note br {
		display: none;
	}

	.reviews__wrap {
		padding: 0;
	}

	.support__list--advantages {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.team__gallery {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: "area1 area2 area2" "area3 area4 area5" "area3 area6 area7";
	}

	.team__item--mobile-hidden {
		display: block;
	}

	.team__item--1 {
		grid-area: area1;
	}

	.team__item--2 {
		grid-area: area2;
	}

	.team__item--3 {
		grid-area: area3;
	}

	.team__item--4 {
		grid-area: area4;
	}

	.team__item--5 {
		grid-area: area5;
	}

	.team__item--6 {
		grid-area: area6;
	}

	.team__item--7 {
		grid-area: area7;
	}

	.telegram-ads-callback__box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto auto;
		grid-template-areas: "heading content" "btn content";
		gap: 1.5rem;
	}

	.telegram-ads-callback__heading {
		text-align: left;
		grid-area: heading;
		margin-bottom: 1.25rem;
	}

	.telegram-ads-callback__content {
		grid-area: content;
	}

	.telegram-ads-callback_btn {
		grid-area: btn;
		margin: 0;
	}

	.telegram-ads-callback_btn .btn {
		width: auto;
		margin-left: 0;
	}

	.telegram-ads-greeting {
		background: url("../img/telegram-ads-greeting_desktop-left.svg") left -10rem top -25% no-repeat, url("../img/telegram-ads-greeting_desktop-right.svg") right 0 bottom 0 no-repeat, url("../img/telegram-ads-greeting_desktop-big-cloud.svg") left 0 bottom 0 no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
		background: url("../img/telegram-ads-greeting_desktop-left.svg") left -10rem top -25% no-repeat, url("../img/telegram-ads-greeting_desktop-right.svg") right 0 bottom 0 no-repeat, url("../img/telegram-ads-greeting_desktop-big-cloud.svg") left 0 bottom 0 no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
		background-size: auto 70%, auto 75%, 80rem auto, auto auto;
	}

	.telegram-ads-greeting .pageSection__heading {
		margin-bottom: 1.875rem;
	}

	.telegram-ads-greeting__logo {
		display: block;
		margin-bottom: 1.25rem;
	}

	.telegram-ads-greeting__join {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 2.5rem;
		max-width: none;
	}

	.vk-adnetworks {
		padding-top: 0;
		margin-top: -3rem;
	}

	.vk-greeting {
		padding-bottom: 6rem;
	}

	.vk-greeting__logo {
		display: block;
		margin-bottom: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	.overflow-hidden {
		overflow: visible;
	}

	.pageHeader-hidden {
		display: none !important;
	}

	.pageFooter {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}

	.pageHeader>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.pageHeader__userDesktop {
		margin: 0;
	}

	.pageHeader__container {
		position: static;
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0);
		background: none;
		color: inherit;
		opacity: 1;
		visibility: visible;
	}

	.pageHeader__container .container {
		display: block;
		padding: 0;
	}

	.pageHeader__mobileContent {
		display: block;
		margin-left: auto;
		margin-right: auto;
		overflow-y: visible;
	}

	.pageHeader__innerWrap {
		display: block;
		padding: 0;
		width: auto;
	}

	.pageSection__heading {
		margin-bottom: 2.75rem;
	}

	.pageSection__title--big {
		font-size: 3rem;
	}

	.adnetworks__item--vk-target {
		grid-column: span 2;
	}

	.adnetworks__item--my-target {
		grid-column: span 1;
		align-self: start;
	}

	.adnetworks__item--vk-target .adnetworks__content {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 1.154rem;
	}

	.adnetworks__more:after {
		-webkit-transform: translateY(calc(-50% + 2px));
		transform: translateY(calc(-50% + 2px));
	}

	.adnetworks__more:hover:after,
	.adnetworks__more:focus:after {
		-webkit-transform: translateY(calc(-50% + 2px)) translateX(0.3rem);
		transform: translateY(calc(-50% + 2px)) translateX(0.3rem);
	}

	.adnetworks__img {
		text-align: left;
	}

	.adnetworks__item--vk-target .adnetworks__img {
		margin-top: -4rem;
		text-align: center;
	}

	.advantages__list {
		gap: 1.5rem;
		grid-template-columns: 360px 1fr 340px;
	}

	.advantages__item {
		padding: 1.8rem 2rem;
	}

	.advantages__item--big {
		grid-column: span 2;
	}

	.advantages__icon {
		display: block;
	}

	.advantages__name {
		font-size: 1.25rem;
		margin-bottom: 0.938rem;
	}

	.all-features__img {
		margin-top: 1.563rem;
	}

	.all-features__note {
		font-size: 2.813rem;
		line-height: 60px;
		padding-left: 44px;
	}

	.all-features__note:before {
		width: 44px;
		height: 43px;
	}

	.all-features__note:after {
		content: "";
		background-image: url("../img/telegram-ads-tools_arrow.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		width: 261px;
		height: 140px;
		position: absolute;
		left: calc(100% + 50px);
		bottom: 0;
	}

	.all-features__note br {
		display: inline;
	}

	.articles {
		padding: 0;
	}

	.calculation__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 140px;
	}

	.calculation__box .pageSection__heading {
		text-align: left;
		margin: 0;
	}

	.calculation__box .pageSection__heading br {
		display: inline;
	}

	.calculation__box .pageSection__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.calculation__item {
		padding: 2.125rem 1.563rem;
	}

	.calculation__descr {
		font-size: 1.125rem;
	}

	.calculator .pageSection__heading {
		margin-bottom: 4.375rem;
	}

	.calculator .pageSection__title br {
		display: inline;
	}

	.calculator__total p {
		margin-bottom: 0.625rem;
		font-size: 1.125rem;
	}

	.calculator__total span {
		font-size: 1.4rem;
	}

	.calculator__list {
		gap: 1rem;
	}

	.callback {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1.8rem;
		font-size: 1.875rem;
	}

	.callback__text {
		text-align: left;
		width: 60%;
	}

	.callback__btn {
		margin: 0;
	}

	.cases__box {
		margin: 0;
	}

	.cases__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 1rem;
	}

	.cases__item {
		height: auto;
	}

	.cases__wrap {
		padding: 0;
	}

	.cases__pagination {
		display: none;
	}

	.features {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.features__item {
		width: auto;
	}

	.features__name br {
		display: inline;
	}

	.full-service__box {
		text-align: left;
		display: grid;
		grid-template-rows: auto auto 1fr;
		grid-template-columns: auto auto auto;
		grid-template-areas: "note content content" "heading content content" "btn content content";
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 0 4.5rem;
	}

	.full-service__heading {
		grid-area: heading;
		padding-top: 1.563rem;
		margin: 0;
	}

	.full-service__heading .pageSection__title {
		text-align: left;
		font-size: 44px;
		line-height: 48px;
	}

	.full-service__heading .pageSection__title br {
		display: inline;
	}

	.full-service__content {
		grid-area: content;
		padding-left: 2.25rem;
		background-image: url("../img/full-service_border.svg");
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.full-service__subtitle {
		font-size: 1.25rem;
	}

	.full-service__subtitle .text-green {
		position: relative;
	}

	.full-service__subtitle .text-green:after {
		content: "";
		background-image: url("../img/full-service_title-path.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: calc(100% + 2px);
		left: 0;
		right: -10px;
		height: 15px;
	}

	.full-service__list {
		gap: 1.563rem 1.875rem;
		margin-bottom: 0;
	}

	.full-service__item {
		padding: 0.688rem 1.75rem;
	}

	.full-service__note {
		grid-area: note;
		font-size: 35px;
		line-height: 25px;
		padding-top: 0.813rem;
	}

	.full-service__note span:after {
		width: 30px;
		height: 39px;
		bottom: -7px;
	}

	.full-service__btn {
		grid-area: btn;
		padding-top: 5.625rem;
	}

	.greeting {
		background-size: 1626px 224px, 376px 127px, 2804px 601px, auto auto;
	}

	.greeting .pageSection__title {
		font-size: 2.375rem !important;
	}

	.mainNav {
		color: #2D3C49;
		margin: 0;
	}

	.mainNav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}

	.mainNav__item {
		font-size: 1rem;
		font-weight: 400;
	}

	.marquee {
		padding: 1.75rem 0;
	}

	.marquee__icon {
		width: 1.75rem;
		height: 1.75rem;
	}

	.marquee__text {
		font-size: 1.25rem;
	}

	.partners__wrapper {
		margin-left: -700px;
		margin-right: -700px;
		background-color: #fcfcfd;
		border-radius: 1.438rem;
		height: 5.688rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: hidden;
	}

	.partners__mobile {
		display: none;
	}

	.partners__slider {
		display: none;
	}

	.partners__list {
		display: block;
		height: auto;
	}

	.partners__pagination {
		display: none;
	}

	.partners__slider .swiper-wrapper {
		-webkit-transition-timing-function: linear !important;
		transition-timing-function: linear !important;
	}

	.refill-methods__icon {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	.refill-methods__note {
		font-size: 2.813rem;
	}

	.support__innerWrap {
		padding: 0;
		border: none;
	}

	.support__box {
		grid-template-columns: 21.438rem 1fr;
	}

	.support__list--features {
		grid-template-columns: 1fr;
		gap: 1.125rem;
	}

	.support__list--advantages {
		gap: 1.125rem;
	}

	.support__item {
		padding: 2.063rem;
	}

	.support__list--features .support__item {
		padding: 0.688rem 1.75rem;
	}

	.support__text br {
		display: inline;
	}

	.support__callback {
		max-width: none;
	}

	.support__callback:before {
		width: 107px;
		height: 70px;
	}

	.support__img {
		text-align: right;
	}

	.tabs__heading {
		margin-bottom: 2.875rem;
	}

	.tabs__btns {
		width: auto;
		padding: 0.25rem;
		border-radius: 50px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.tabs__btn {
		padding: 0.688rem 3rem;
	}

	.team__gallery {
		gap: 1.5rem;
		grid-template-columns: 25.813rem 18rem 1fr;
	}

	.telegram-ads-callback__box {
		gap: 2.5rem;
	}

	.telegram-ads-callback__content {
		padding-left: 4.375rem;
		background-image: url("../img/telegram-ads-callback_border.svg");
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.test-tools {
		background: none;
	}

	.test-tools .pageSection__heading {
		text-align: left;
		margin: 0;
	}

	.test-tools .pageSection__title {
		font-size: 1.875rem;
		font-weight: 500;
	}

	.test-tools .pageSection__title br {
		display: inline;
	}

	.test-tools__box {
		background-color: #2f4157;
		padding: 3.125rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.test-tools__box:after {
		content: "";
		background-image: url("../img/test-tools_img.svg");
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: contain;
		width: 324px;
		height: 233px;
		position: absolute;
		bottom: 0;
		right: 220px;
	}

	.tools__list {
		grid-template-columns: repeat(3, 1fr);
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.tools__note {
		font-size: 2.813rem;
	}

	.vk-adnetworks__box {
		padding: 3.125rem 4.688rem;
	}

	.vk-adnetworks__list {
		grid-template-columns: repeat(4, 1fr);
	}

	.vk-categories__box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.vk-categories__list {
		gap: 1.625rem 0.938rem;
	}

	.vk-categories__name {
		font-size: 1.25rem;
	}

	.vk-categories__value {
		font-size: 1.875rem;
	}

	.vk-greeting {
		padding-top: 8.75rem;
		background: url("../img/vk-greeting_clouds-desktop-left.svg") left -180px bottom -80px no-repeat, url("../img/vk-greeting_clouds-desktop-right.svg") 100% 130% no-repeat, url("../img/vk-greeting_cloud-big.svg") 50% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
		background: url("../img/vk-greeting_clouds-desktop-left.svg") left -180px bottom -80px no-repeat, url("../img/vk-greeting_clouds-desktop-right.svg") 100% 130% no-repeat, url("../img/vk-greeting_cloud-big.svg") 50% 100% no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
		background-size: auto auto, auto auto, auto auto, auto auto;
	}

	.vk-greeting__logo {
		width: 27.625rem;
	}

	.vk-greeting__official-partner {
		display: block;
		width: 16.375rem;
		height: 8.75rem;
		background-image: url("../img/vk-greeting_path.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		font-size: 2.188rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #344055;
		padding-left: 2.313rem;
		position: absolute;
		top: -4.688rem;
		left: calc(100% + 2.188rem);
		letter-spacing: 0.1em;
	}

	.vk-greeting__list {
		grid-template-columns: repeat(4, auto);
		gap: 0.875rem;
	}

	.vk-greeting__btn {
		margin-top: 3.125rem;
	}

	.vk-greeting__btn .btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.vk-greeting__marquee {
		margin-top: 5.938rem;
	}
}

@media screen and (min-width: 1206px) {
	html {
		font-size: 16px;
	}

	.bdrs {
		border-radius: 0.75rem;
	}

	.bdrs-big {
		border-radius: 1.5rem;
	}

	.btn {
		padding: 0.385rem 2.75rem;
	}

	.pageHeader__logo {
		width: 10.875rem;
	}

	.pageHeader__userDesktop .btn {
		min-height: 46px;
	}

	.pageSection {
		padding-top: 5.625rem;
		padding-bottom: 5.625rem;
	}

	.pageSection__title {
		font-size: 2.75rem;
	}

	.pageSection__title--big {
		font-size: 4.063rem;
	}

	.slider__pagination {
		margin-top: 1.875rem;
	}

	.slider__pagination .swiper-pagination-bullet {
		width: 0.813rem;
		height: 0.813rem;
		margin-left: 0.188rem !important;
		margin-right: 0.188rem !important;
	}

	.adnetworks {
		padding-bottom: 10.625rem;
		padding-top: 0;
		margin-top: -6.25rem;
	}

	.adnetworks__list {
		gap: 2.25rem;
	}

	.adnetworks__item {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.adnetworks__heading {
		padding-top: 2.063rem;
		padding-bottom: 0.938rem;
	}

	.adnetworks__name {
		font-size: 1.125rem;
	}

	.adnetworks__content {
		padding-bottom: 2.063rem;
	}

	.adnetworks__descr {
		gap: 1.25rem;
	}

	.adnetworks__img {
		margin-bottom: -2.063rem;
	}

	.all-features__list {
		gap: 2.25rem;
	}

	.all-features__item {
		padding: 1.5rem;
	}

	.all-features__item--last {
		gap: 2.25rem;
	}

	.all-features__name {
		font-size: 1.125rem;
		margin-bottom: 0.938rem;
	}

	.all-features__note:after {
		width: 261px;
		height: 200px;
		left: calc(100% + 90px);
	}

	.all-features__note--vk:after {
		width: 316px;
		height: 247px;
		left: 100%;
	}

	.calculation {
		padding-bottom: 10.625rem;
	}

	.calculation__name {
		font-size: 2.75rem;
	}

	.calculator .pageSection__heading {
		margin-bottom: 4.375rem;
	}

	.calculator__coll {
		width: 30%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.calculator__coll--features {
		display: block;
	}

	.calculator__controls {
		gap: 1rem;
	}

	.calculator__text br {
		display: inline;
	}

	.callback {
		padding: 2.813rem 3.125rem;
	}

	.callback--decorate {
		margin-top: 9.75rem;
	}

	.callback__text {
		width: 64%;
	}

	.callback__text br {
		display: inline;
	}

	.callback__text del:before {
		background: url("../img/callback_note-desktop.svg") 0 0 no-repeat;
		width: 12.25rem;
		height: 5.813rem;
		right: auto;
		left: 3.125rem;
		bottom: calc(100% + 0.5rem);
	}

	.cases__list {
		gap: 3rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.divider:before {
		margin-top: -10rem;
	}

	.education {
		overflow: hidden;
	}

	.features {
		margin-bottom: 3.125rem;
	}

	.features__name br {
		display: none;
	}

	.greeting {
		padding-top: 5rem;
		padding-bottom: 12.5rem;
	}

	.greeting__signUp {
		gap: 3.125rem;
	}

	.mainNav__list {
		gap: 2.313rem;
	}

	.refill-methods__box {
		grid-template-columns: 385px 540px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 0.938rem;
	}

	.refill-methods__img {
		margin-bottom: 0;
		-webkit-transform: translateX(-0.938rem);
		transform: translateX(-0.938rem);
	}

	.refill-methods__list {
		margin-bottom: 0;
		position: relative;
	}

	.refill-methods__list:before {
		content: "";
		background-image: url("../img/refill-methods_line.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		height: 540px;
		width: 1px;
		position: absolute;
		top: 0;
		left: -140px;
	}

	.refill-methods__heading {
		margin-bottom: 1rem;
	}

	.refill-methods__icon {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}

	.refill-methods__btn {
		max-width: 290px;
	}

	.refill-methods__note {
		padding-top: 2.813rem;
	}

	.review {
		padding: 2.063rem;
		padding-right: 2.313rem;
	}

	.review__heading {
		margin-bottom: 0.938rem;
		gap: 0.875rem;
	}

	.reviews__box {
		margin: 0;
		overflow: hidden;
		border-radius: 1.5rem;
	}

	.reviews__wrap {
		padding: 0;
	}

	.support__list--advantages {
		margin-top: 1.375rem;
		grid-template-columns: 21.438rem 17.25rem 1fr;
		gap: 1.875rem;
	}

	.support__callback {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.team .pageSection__heading {
		margin-bottom: 3.125rem;
	}

	.telegram-ads-callback__box {
		grid-template-columns: 1fr 31.5rem;
		gap: 1.25rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.telegram-ads-callback__heading {
		margin-bottom: 1.25rem;
	}

	.telegram-ads-features .pageSection__title .text-green:after {
		content: "";
		background-image: url("../img/telegram-ads-tools_title-path.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: -10px;
		top: calc(100% - 5px);
		height: 14px;
		width: 287px;
	}

	.telegram-ads-greeting .pageSection__subtitle {
		font-size: 1.125rem;
	}

	.telegram-ads-greeting__join {
		gap: 3.125rem;
	}

	.telegram-ads-greeting__img {
		width: auto;
	}

	.test-tools__box:after {
		right: 260px;
	}

	.tools__list {
		gap: 1.5rem;
	}

	.tools__item {
		padding: 2.063rem;
	}

	.tools__item--note {
		padding-bottom: 3rem;
		padding-left: 3.125rem;
	}

	.tools__name {
		margin-bottom: 0.938rem;
		font-size: 1.125rem;
	}

	.videos {
		overflow: hidden;
		border-radius: 24px;
	}

	.vk-adnetworks {
		padding-top: 0;
		margin-top: -6.25rem;
	}

	.vk-callback--custom .callback__text {
		position: relative;
		width: 52%;
	}

	.vk-callback--custom .callback__text:after {
		content: "";
		background-image: url("../img/vk-callback_arrow.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		width: 13.438rem;
		height: 2.813rem;
		position: absolute;
		top: 50%;
		left: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.vk-categories__box {
		grid-template-columns: 50% auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 5.625rem;
	}

	.vk-categories__item {
		padding: 1.5rem;
	}

	.vk-greeting {
		padding-top: 8.75rem;
		padding-bottom: 12.5rem;
		background: url("../img/vk-greeting_clouds-desktop-left.svg") 0 0 no-repeat, url("../img/vk-greeting_clouds-desktop-right.svg") 100% 100% no-repeat, url("../img/vk-greeting_cloud-big.svg") 50% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
		background: url("../img/vk-greeting_clouds-desktop-left.svg") 0 0 no-repeat, url("../img/vk-greeting_clouds-desktop-right.svg") 100% 100% no-repeat, url("../img/vk-greeting_cloud-big.svg") 50% 100% no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
		background-size: auto auto, auto auto, auto auto, auto auto;
	}

	.vk-greeting__list {
		width: 60.75rem;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1440px) {
	.greeting {
		background: url("../img/greeting_bg-desktop-left.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-desktop-right.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-line.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-cloud-small.svg") left -7.692rem bottom 13.077rem no-repeat, url("../img/greeting_bg-cloud.svg") 50% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
		background: url("../img/greeting_bg-desktop-left.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-desktop-right.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-line.svg") left -7.692rem top 0 no-repeat, url("../img/greeting_bg-cloud-small.svg") left -7.692rem bottom 13.077rem no-repeat, url("../img/greeting_bg-cloud.svg") 50% 100% no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
		background-position: calc(50% - 720px) calc(100% - 360px), calc(50% + 650px) calc(100% - 250px), 0 0, 0 680px, 50% 100%, 0 0;
		background-size: auto auto, auto auto, 1626px 224px, 376px 127px, 2804px 601px, auto auto;
	}

	.reviews__pagination {
		display: none;
	}

	.reviews__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: absolute;
		top: 50%;
		left: -38px;
		right: -38px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.telegram-ads-greeting__img {
		margin-left: -2.813rem;
		margin-right: -2.813rem;
	}

	.videos__nav {
		position: absolute;
		top: 50%;
		left: -38px;
		right: -38px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.vk-greeting__official-partner {
		left: calc(100% + 9.188rem);
	}

	.vk-greeting__official-partner:before {
		content: "";
		background-image: url("../img/vk-greeting_arrow.svg");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
		width: 7.438rem;
		height: 4.75rem;
		position: absolute;
		bottom: 0.813rem;
		right: calc(100% + 1.313rem);
	}
}

@media screen and (min-width: 1440px) and (min-width: 768px) {
	.telegram-ads-greeting {
		background: url("../img/telegram-ads-greeting_desktop-left.svg") left 0 top 0 no-repeat, url("../img/telegram-ads-greeting_desktop-right.svg") right 0 bottom 0 no-repeat, url("../img/telegram-ads-greeting_desktop-big-cloud.svg") 50% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(208, 237, 245)), color-stop(70%, rgb(208, 237, 245)), to(rgba(208, 237, 245, 0)));
		background: url("../img/telegram-ads-greeting_desktop-left.svg") left 0 top 0 no-repeat, url("../img/telegram-ads-greeting_desktop-right.svg") right 0 bottom 0 no-repeat, url("../img/telegram-ads-greeting_desktop-big-cloud.svg") 50% 100% no-repeat, linear-gradient(180deg, rgb(208, 237, 245), rgb(208, 237, 245) 70%, rgba(208, 237, 245, 0) 100%);
		background-size: auto auto, auto auto, 100% auto, auto auto;
	}
}