/* Defaults */
body {
	scroll-behavior: smooth;
}

.container {
	padding: 0 7.71605vw;
	margin: 0 auto;
	max-width: 88.88889vw;
}

.title {
	font-size: 2.96296vw;
	font-weight: 500;
	line-height: 1.1;
}

.trigger {
	font-size: 1.23457vw;
	padding: 1.04938vw 1.23457vw;
	border: 0.06173vw solid #EDEDED;
	box-shadow: 0.24691vw 0.24691vw 1.48148vw rgba(198, 198, 198, 0.25), 0px 0.24691vw 0px #d9deec;
	border-radius: 1.97531vw;
	transition: 0.3s all;
}

.trigger:hover {
	box-shadow: unset;
}

.button-base {
	width: 100%;
	min-height: 3.7037vw;
	padding: 1.11111vw 1.23457vw;
	border-radius: 0.98765vw;
	font-size: 1.11111vw;
	--on-hover-rect-width: 80%;
	--on-hover-text-move: 50%;
}

.button-base__arrow {
	width: 0.74074vw;
	height: 0.8642vw;
}

.button-base__rectangle {
	inset: 0.24691vw 0.24691vw 0.24691vw auto;
	width: 3.20988vw;
	border-radius: 0.98765vw;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}

.pulse {
	position: relative;
	width: 4.93827vw;
	height: 4.93827vw;
	border-radius: 50%;
	border: 0.06173vw solid #cbd9ff;
	will-change: transform;
	-webkit-animation: levitation 3s ease-in-out infinite;
	        animation: levitation 3s ease-in-out infinite;
}

.pulse span {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background: transparent;
	border: 0.06173vw solid #cbd9ff;
	-webkit-animation: pulse 3s linear infinite;
	        animation: pulse 3s linear infinite;
	will-change: transform;
	-webkit-animation-delay: calc(var(--i) * -2s);
	        animation-delay: calc(var(--i) * -2s);
}

@-webkit-keyframes pulse {
	0% {
		width: 4.93827vw;
		height: 4.93827vw;
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		width: 7.40741vw;
		height: 7.40741vw;
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		width: 4.93827vw;
		height: 4.93827vw;
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		width: 7.40741vw;
		height: 7.40741vw;
		opacity: 0;
	}
}

@-webkit-keyframes levitation {
	0%,
	100% {
		-webkit-transform: translateY(-0.30864vw);
		        transform: translateY(-0.30864vw);
	}
	50% {
		-webkit-transform: translateY(0.30864vw);
		        transform: translateY(0.30864vw);
	}
}

@keyframes levitation {
	0%,
	100% {
		-webkit-transform: translateY(-0.30864vw);
		        transform: translateY(-0.30864vw);
	}
	50% {
		-webkit-transform: translateY(0.30864vw);
		        transform: translateY(0.30864vw);
	}
}

.range {
	height: 0.49383vw;
	padding: 0 0.4321vw;
	border-radius: 0.98765vw;
}

.numbers {
	margin-top: 0.61728vw;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: -webkit-fit-content;
	height: fit-content;
}

.numbers div {
	font-size: 0.80247vw;
	line-height: 1.2;
	color: #a1a1aa;
}

.custom-thumb {
	width: 1.04938vw;
	height: 1.04938vw;
	border-radius: 6.17284vw;
	border: 0.30864vw solid #005eff;
}

.mark {
	width: 0.24691vw;
	height: 0.24691vw;
}

/* Blocks */
.header {
	justify-content: space-between;
	max-width: 81.7284vw;
	height: 4.32099vw;
	padding: 0.4321vw 1.23457vw;
	transition: max-width .3s, width .3s;
	background: #fff;
	border-radius: 0.80247vw;
	color: #2a292d;
	position: fixed;
	top: 2.09877vw;
	left: 0.98765vw;
	right: 0.98765vw;
	margin: 0 auto;
	gap: 0.61728vw;
}

.header--scrolled {
	width: auto;
	max-width: -webkit-fit-content;
	max-width: fit-content;
}

.header--scrolled .header__actions {
	gap: 0;
}

.header--scrolled .header__lang-current {
	max-width: 0;
}

.header__logo {
	max-width: 2.16049vw;
	width: 100%;
	margin-right: 0;
}

.header__menu {
	order: 2;
	height: auto;
}

.header__burger {
	display: none;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 0.98765vw;
}

.header__list-item {
	padding: 0.80247vw 0.98765vw;
	font-size: 1.11111vw;
}

.header__list-item a {
	position: relative;
}

.header__list-item a::after {
	content: '';
	position: absolute;
	top: 105%;
	left: 50%;
	width: 0;
	height: 0.12346vw;
	translate: -50% 0;
	transition: width 0.3s ease;
	background: #2a292d;
}

.header__list-item a:hover::after {
	width: 100%;
}

.header__actions {
	gap: 1.48148vw;
	order: 3;
}

.header__lang {
	font-size: 1.11111vw;
	line-height: 1.2;
	cursor: pointer;
}

.header__lang-current {
	gap: 0.30864vw;
	overflow: hidden;
	max-width: 5.55556vw;
	transition: .3s;
}

.header__lang-current > span {
	gap: 0.24691vw;
}

.header__lang-current svg {
	width: 0.49383vw;
}

.header__lang-current svg path {
	fill: #2a292d;
}

.header__lang-current img {
	max-width: 1.48148vw;
	border-radius: 0.18519vw;
}

.header__lang-switcher {
	padding: 0.30864vw;
	border-radius: 0.49383vw;
	display: flex;
	flex-direction: column;
	gap: 0.30864vw;
}

.header__lang-switcher a {
	gap: 0.30864vw;
	grid-template-columns: 1.48148vw auto;
	padding: 0.61728vw;
	border-radius: 0.49383vw;
}

.header__lang-switcher a img {
	max-width: 1.48148vw;
	border-radius: 0.18519vw;
}

.header__login {
	cursor: pointer;
	padding: 0.74074vw 1.48148vw;
	background: #005eff;
	border: 0.12346vw solid #005eff;
	border-radius: 0.61728vw;
	font-size: 1.11111vw;
	line-height: 1.2;
	color: #fff;
}

.header__login::after {
	content: none;
}

.header__login:hover {
	background: #fff;
	color: #005eff;
}

.main__msg {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 26.11111vw;
	z-index: 3;
	top: 22.53086vw;
	bottom: unset;
	left: unset;
	width: -webkit-fit-content;
	width: fit-content;
	max-width: 18.51852vw;
	background: #fff;
	padding: 0.98765vw;
	border-radius: 0.98765vw;
	border-top-right-radius: 0;
}

.main__msg::after {
	content: '';
	position: absolute;
	top: 0;
	right: -0.4321vw;
	width: 0.98765vw;
	height: 1.17284vw;
	background-image: url("../img/main/msg-border.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}

.main__msg-text {
	display: none;
	color: #2a292d;
	font-size: 1.11111vw;
}

.main__msg-text.active {
	display: block;
}

.main__wrap {
	display: flex;
	flex-direction: column;
	gap: 5.55556vw;
	padding: 11.7284vw 2.96296vw 5.55556vw;
	background-color: #005eff;
	background-repeat: no-repeat;
	background-position: 21.60494vw -25.30864vw;
	background-size: 100%;
	border-radius: 1.48148vw;
	color: #fff;
	min-height: 41.97531vw;
}

.main__wrap::after {
	content: '';
	position: absolute;
	bottom: -2.46914vw;
	right: -12.34568vw;
	width: 56.79012vw;
	height: 46.2963vw;
	background-image: url("../img/main/logo-bg.webp");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
}

.main__wrap::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 12.34568vw;
	right: 10.49383vw;
	width: 15.4321vw;
	height: 9.25926vw;
	background: #005eff;
	border-radius: 3.08642vw;
}

.main__wrap .bot {
	position: absolute;
	z-index: 2;
	bottom: -0.61728vw;
	right: 3.7037vw;
	width: 29.62963vw;
	height: 38.45679vw;
}

.main .container {
	display: block;
	padding: 0.61728vw 0.61728vw 0;
}

.main__inner {
	max-width: 60%;
}

.main__suptitle {
	display: flex;
	align-items: center;
	gap: 0.37037vw;
	font-size: 1.48148vw;
	line-height: 0.9;
}

.main__suptitle svg {
	display: inline-block;
	width: 0.49383vw;
	height: 1.48148vw;
}

.main__title {
	max-width: 48.51852vw;
	margin: 2.96296vw 0 3.45679vw;
	font-size: 4.69136vw;
}

.main__buttons {
	flex-direction: row;
	gap: 0.98765vw;
}

.main__button-blue {
	border: 0.12346vw solid #fff;
	--on-hover-rect-width: 8.02469vw;
	--on-hover-text-move: 70%;
	--on-hover-left-arrow: 12%;
	max-width: 10.74074vw;
}

.main__button-white {
	--on-hover-rect-width: 6.91358vw;
	--on-hover-text-move: 80%;
	--on-hover-left-arrow: 12%;
	max-width: 9.1358vw;
}

.about {
	margin: 4.93827vw 0 0;
}

.about__accordion {
	display: none;
}

.about__slides {
	display: flex;
	flex-direction: column;
	gap: 1.23457vw;
	position: relative;
}

.about__buttons {
	display: flex;
	gap: 0.49383vw;
}

.about__button {
	display: flex;
	align-items: center;
	flex-basis: 25%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 4.62963vw;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
	background: #fff;
	border: 0.06173vw solid #CBD9FF;
	border-radius: 0.98765vw;
	font-size: 1.35802vw;
	line-height: 1.4;
	color: #2a292d;
}

.about__button:hover {
	background: #f0f4ff;
}

.about__button * {
	z-index: 2;
}

.about__button span {
	padding-left: 5.55556vw;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}

.about__button-icon {
	inset: 0.24691vw auto 0.24691vw 0.24691vw;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: #fff;
	border-radius: 0.98765vw;
}

.about__button-icon img {
	width: -webkit-fit-content;
	width: fit-content;
}

.about__button::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -1%;
	width: 0%;
	height: 100%;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
	background: #005eff;
	border-radius: 0.98765vw;
}

.about__button.active {
	flex-basis: 35%;
	border-color: #005eff;
	color: #fff;
}

.about__button.active::after {
	width: 105%;
}

.about__items {
	position: relative;
	height: 37.03704vw;
}

.about__item {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 2.96296vw;
	background: #f0f4ff;
	border-radius: 1.48148vw;
	opacity: 0;
	-webkit-transform: opacity 0.5s, visibility 0.5s;
	        transform: opacity 0.5s, visibility 0.5s;
}

.about__item * {
	text-wrap-style: balance;
	max-width: 24.69136vw;
}

.about__item-title {
	margin-bottom: 2.96296vw;
	color: #2a292d;
}

.about__item-text {
	display: inline-block;
	font-size: 1.7284vw;
	font-weight: 400;
	line-height: 1.2;
}

.about__item-image {
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: unset;
}

.about__item-0 img {
	width: 31.17284vw;
	height: 31.79012vw;
}

.about__item-1 img {
	width: 39.81481vw;
	height: 34.25926vw;
}

.about__item-2 img {
	width: 46.60494vw;
	height: 34.87654vw;
}

.about__item-3 img {
	width: 54.01235vw;
	height: 34.87654vw;
}

.about__item .pulse {
	position: absolute;
}

.about__item .pulse--telegram {
	top: 2.22222vw;
	right: 2.28395vw;
	background: url("../img/about/icon-telegram.svg") no-repeat center/cover;
}

.about__item .pulse--vkontakte {
	top: 0.67901vw;
	right: 19.44444vw;
	background: url("../img/about/icon-vkontakte.svg") no-repeat center/cover;
}

.about__item .pulse--avito {
	top: 6.91358vw;
	right: 30.8642vw;
	background: url("../img/about/icon-avito.svg") no-repeat center/cover;
}

.about__item .pulse--instagram {
	bottom: 14.07407vw;
	right: 34.5679vw;
	background: url("../img/about/icon-instagram.svg") no-repeat center/cover;
}

.about__item .pulse--whatsapp {
	bottom: 3.08642vw;
	right: 33.64198vw;
	background: url("../img/about/icon-whatsapp.svg") no-repeat center/cover;
}

.about__item.active {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s, visibility 0.5s;
}

.decision {
	padding: 10.49383vw 0 12.34568vw;
}

.decision__inner {
	flex-direction: row;
	gap: 1.23457vw;
}

.decision__text {
	gap: 2.96296vw;
	width: 100%;
	max-width: 37.03704vw;
}

.decision__subtitle {
	opacity: .7;
	font-size: 1.7284vw;
}

body.lang-ru .decision__button {
	--on-hover-rect-width: 11.11111vw;
	--on-hover-text-move: 55%;
	--on-hover-left-arrow: 10%;
	display: flex;
	max-width: 14.81481vw;
}

body.lang-en .decision__button {
	--on-hover-rect-width: 10.80247vw;
	--on-hover-text-move: 125%;
	display: flex;
	max-width: 14.81481vw;
}

body.lang-tj .decision__button {
	--on-hover-rect-width: 14.81481vw;
	--on-hover-text-move: 50%;
	--on-hover-left-arrow: 12%;
	display: flex;
	max-width: 20.37037vw;
}

.decision__img {
	width: 38.2716vw;
	margin: 0;
	align-items: center;
}

.decision__img .phone {
	z-index: 2;
	width: 38.2716vw;
}

.decision__img .bg-logo {
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	z-index: 1;
	top: calc(50% + 11.7284vw);
	left: calc(50% + 19.75309vw);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 46.2963vw;
	max-width: unset;
	height: 49.38272vw;
}

.cases {
	padding: 6.66667vw 0;
}

.cases__inner {
	gap: 2.71605vw;
}

.cases__top {
	align-items: center;
	gap: 1.48148vw;
	text-align: center;
}

.cases__title {
	max-width: 53.08642vw;
}

.cases__subtitle {
	max-width: 46.91358vw;
	font-size: 1.35802vw;
}

.cases__showcase {
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	align-items: stretch;
	gap: 1.23457vw;
}

.cases__builder {
	min-height: 24.07407vw;
	padding: 1.7284vw;
	border-radius: 1.97531vw;
}

.cases__builder::before {
	inset: 1.23457vw;
	border-radius: 1.60494vw;
}

.cases__builder::after {
	right: -6.79012vw;
	bottom: -7.40741vw;
	width: 22.22222vw;
	height: 22.22222vw;
}

.cases__builder-label, .cases__builder-status {
	min-height: 2.34568vw;
	padding: 0.61728vw 0.98765vw;
	font-size: 0.92593vw;
}

.cases__chat {
	gap: 0.74074vw;
	margin-top: 1.60494vw;
}

.cases__message {
	max-width: 21.60494vw;
	padding: 0.8642vw 0.98765vw;
	border-radius: 1.23457vw;
	font-size: 0.98765vw;
}

.cases__builder-result {
	gap: 0.8642vw;
	margin-top: 1.35802vw;
	padding: 1.11111vw;
	border-radius: 1.60494vw;
}

.cases__builder-arrow {
	width: 3.08642vw;
	height: 3.08642vw;
	border-radius: 1.11111vw;
}

.cases__builder-arrow img {
	width: 1.91358vw;
}

.cases__result-card {
	grid-template-columns: 3.95062vw 1fr;
	gap: 0.98765vw;
	padding: 1.11111vw;
	border-radius: 1.35802vw;
}

.cases__result-avatar {
	width: 3.95062vw;
	height: 3.95062vw;
	border-radius: 1.23457vw;
	font-size: 1.2963vw;
}

.cases__result-copy strong {
	font-size: 1.7284vw;
}

.cases__result-copy span {
	font-size: 0.92593vw;
}

.cases__result-list {
	gap: 0.61728vw;
}

.cases__result-list li {
	min-height: 2.59259vw;
	padding: 0.61728vw 0.74074vw;
	border-radius: 0.92593vw;
	font-size: 0.8642vw;
}

.cases__agents {
	gap: 0.8642vw;
	padding: 1.23457vw;
	border-radius: 1.97531vw;
}

.cases__agents-title {
	max-width: 38.2716vw;
	font-size: 1.48148vw;
}

.cases__agents-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.61728vw;
}

.cases__agent-card {
	gap: 0.61728vw;
	min-height: 11.60494vw;
	padding: 0.8642vw;
	border-radius: 1.23457vw;
	transition: box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
}

.cases__agent-card:hover {
	-webkit-transform: translateY(-0.24691vw);
	        transform: translateY(-0.24691vw);
	border-color: #cbd9ff;
	box-shadow: 0 1.48148vw 4.32099vw rgba(0, 94, 255, 0.1);
}

.cases__agent-main {
	grid-template-columns: 2.59259vw 1fr;
	gap: 0.74074vw;
}

.cases__agent-index {
	width: 2.59259vw;
	height: 2.59259vw;
	border-radius: 0.8642vw;
	font-size: 0.8642vw;
}

.cases__agent-badge {
	font-size: 0.74074vw;
}

.cases__agent-title {
	font-size: 1.11111vw;
}

.cases__agent-text {
	display: -webkit-box;
	overflow: hidden;
	font-size: 0.80247vw;
	-webkit-line-clamp: 3;
}

.cases__agent-tools span {
	min-height: 1.7284vw;
	padding: 0.4321vw 0.61728vw;
	font-size: 0.74074vw;
}

.price {
	padding: 5.55556vw 0;
}

.price__inner {
	gap: 2.96296vw;
}

.price__top {
	gap: 2.96296vw;
}

.price__subtitle {
	font-size: 1.7284vw;
}

.price__counter {
	display: grid;
	gap: 0;
}

.price__counter-suptitle {
	grid-area: 1 / 1 / 2 / 2;
	font-size: 1.17284vw;
}

.price__counter-value {
	grid-area: 2 / 1 / 4 / 2;
	font-size: 2.34568vw;
}

.price__counter-subtitle {
	grid-area: 4 / 1 / 5 / 2;
	font-size: 1.04938vw;
}

.price__counter-slider {
	grid-area: 3 / 2 / 5 / 3;
	gap: 1.97531vw;
	justify-self: end;
	width: 25vw;
	margin-top: 1.23457vw;
}

.price__counter-slider-item {
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
}

.price__counter-slider-item span {
	translate: -100% -50%;
	top: 50%;
	left: -1.23457vw;
	position: absolute;
	font-size: 0.92593vw;
	text-transform: lowercase;
	line-height: 1;
}

.price__counter-addon {
	grid-area: 1 / 2 / 3 / 3;
	padding: 0.55556vw 1.11111vw;
	border-radius: 0.49383vw;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	justify-self: end;
	font-size: 0.92593vw;
}

.price__counter-addon label {
	display: flex;
	align-items: center;
	gap: 0.80247vw;
}

.price__counter-addon-checkbox {
	width: 2.83951vw;
	height: 1.54321vw;
	border: 0.12346vw solid #E4E4E7;
}

.price__counter-addon-checkbox::after {
	top: 0;
	left: 0;
	bottom: 0;
}

.price__bottom {
	gap: 2.96296vw;
}

.price__month {
	display: flex;
	gap: 0.55556vw;
	padding: 0.49383vw;
	background: #fff;
	border: 0.06173vw solid #E4E4E7;
	border-radius: 6.17284vw;
}

.price__month-button {
	padding: 0.30864vw 1.04938vw;
	background: #f0f4ff;
	border-radius: 6.17284vw;
	font-size: 0.98765vw;
	line-height: 1.2;
	color: #2a292d;
}

.price__month-button.active {
	background: #10B981;
	color: #fff;
}

.price__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.48148vw;
}

.price__card {
	min-height: 30.24691vw;
	gap: 1.48148vw;
	padding: 1.7284vw;
	background: #fff;
	border: 0.06173vw solid #E4E4E7;
	border-radius: 1.48148vw;
	justify-content: space-between;
}

.price__card::after {
	top: 0.61728vw;
	right: 0.92593vw;
	width: 3.2716vw;
	height: 3.2716vw;
	font-size: 1.35802vw;
}

.price__card-tag {
	position: absolute;
	top: -0.61728vw;
	left: unset;
	right: 0.98765vw;
	padding: 0.61728vw 0.92593vw;
	background: #D1FAE5;
	border-radius: 0.55556vw;
	font-size: 0.98765vw;
	line-height: 0.9;
	color: #047857;
}

.price__card-top {
	display: flex;
	flex-direction: column;
	gap: 0.49383vw;
}

.price__card-name {
	font-size: 1.35802vw;
	font-weight: 600;
	line-height: 1.4;
}

.price__card-cost {
	font-size: 2.09877vw;
	font-weight: 600;
}

.price__card-cost span.price__card-cost-month {
	font-size: 1.23457vw;
	font-weight: 400;
}

.price__card-description {
	font-size: 0.98765vw;
	font-weight: 400;
	line-height: 1.2;
}

.price__card-list {
	display: flex;
	flex-direction: column;
	gap: 0.49383vw;
	font-size: 0.98765vw;
	line-height: 1.4;
	color: #a1a1aa;
}

.price__card-list li {
	display: flex;
	list-style: none;
	gap: 0.24691vw;
}

.price__card-list li img {
	width: 1.11111vw;
	height: 1.11111vw;
	translate: 0% 15%;
}

.price__card--profitable {
	border: 0.06173vw solid #005eff;
}

body.lang-ru .price__card-button {
	--on-hover-rect-width: 11.11111vw;
	--on-hover-text-move: 310%;
	--on-hover-left-arrow: 10%;
}

body.lang-en .price__card-button {
	--on-hover-rect-width: 9.25926vw;
	--on-hover-text-move: 675%;
	--on-hover-left-arrow: 10%;
}

body.lang-tj .price__card-button {
	--on-hover-rect-width: 11.11111vw;
	--on-hover-text-move: 340%;
	--on-hover-left-arrow: 10%;
}

.extra {
	padding: 5.55556vw 0 8.64198vw;
}

.extra__inner {
	gap: 2.96296vw;
}

.extra__title {
	max-width: 36.41975vw;
	margin: 0 auto;
}

.extra__swiper {
	height: 28.39506vw;
}

.extra__slide {
	gap: 1.48148vw;
	width: 20.61728vw;
	height: 24.69136vw;
	padding: 1.97531vw;
	border-radius: 1.97531vw;
	transition: 0.6s all;
	position: relative;
	color: #fff;
	background: url("../img/extra/half-logo.webp") no-repeat;
	background-size: 85%;
	background-position: bottom right;
	overflow: hidden;
}

.extra__slide-lottie {
	position: absolute;
	bottom: -3.7037vw;
	-webkit-transform: translateX(-50%) scale(0.8);
	        transform: translateX(-50%) scale(0.8);
	left: 50%;
}

.extra__slide-lottie.templates {
	-webkit-transform: translateX(-50%) scale(1.2);
	        transform: translateX(-50%) scale(1.2);
	bottom: -1.23457vw;
}

.extra__slide-title {
	font-size: 1.7284vw;
}

.extra__slide-description {
	font-size: 0.98765vw;
	z-index: 3;
}

.extra__slide-active {
	width: 23.7037vw;
	height: 28.39506vw;
}

.extra__slide-active h3 {
	font-size: 1.97531vw;
}

.extra__slide-active span {
	font-size: 1.11111vw;
}

.extra__navigation {
	max-width: -webkit-fit-content;
	max-width: fit-content;
	display: flex;
	justify-content: center;
	gap: 0.49383vw;
	margin: 1.97531vw auto 0;
	padding: 0.49383vw;
	background: #f0f4ff;
	border-radius: 3.08642vw;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.extra__button {
	border-radius: 3.08642vw;
	background: #fff;
	width: 2.46914vw;
	height: 2.46914vw;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: #0006 0px 0px 0.18519vw;
	transition: 0.3s all;
}

.extra__button:focus {
	box-shadow: unset;
}

.extra__button svg {
	width: 0.61728vw;
}

.extra__button-next {
	scale: -1 1;
}

.create {
	position: relative;
	-webkit-transform: translateY(15.4321vw);
	        transform: translateY(15.4321vw);
}

.create .container {
	display: contents;
}

.create__block {
	translate: -50% -50%;
	inset: 50% 50%;
	position: absolute;
	z-index: 4;
	overflow: hidden;
	width: 100%;
	max-width: 74.07407vw;
	height: 23.7037vw;
	padding: 0.49383vw;
	border-radius: 1.48148vw;
}

.create__block:hover .create__button {
	-webkit-transform: translateX(8.6%);
	        transform: translateX(8.6%);
}

.create__block:hover .create__button-text {
	letter-spacing: 4%;
}

.create__text {
	flex-direction: row;
	margin-bottom: 0;
	padding: 2.96296vw 2.34568vw 0;
	text-align: start;
}

.create__description {
	font-size: 1.48148vw;
}

.create__button {
	display: flex;
	justify-content: space-between;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}

.create__button-text {
	display: flex;
	justify-content: start;
	max-width: 66.66667vw;
	height: 5.55556vw;
	margin-right: 0.61728vw;
	padding: 0 2.34568vw;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
	background: #fff;
	border-radius: 1.23457vw;
	font-size: 1.7284vw;
	letter-spacing: -4%;
}

.create__button-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5.55556vw;
	height: 5.55556vw;
	background: #fff;
	border-radius: 1.23457vw;
}

.create__button-left-arrow {
	position: absolute;
	left: -0.61728vw;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.footer {
	display: block;
	padding: 15.4321vw 0 3.45679vw;
	background: #2a292d;
}

.footer__inner {
	display: grid;
	gap: 2.46914vw;
	grid-template-columns: repeat(2, 1fr);
	color: #fff;
}

.footer__logo {
	grid-area: 1 / 1 / 2 / 2;
	max-width: 12.34568vw;
}

.footer__text {
	grid-area: 2 / 1 / 3 / 2;
	max-width: 18.82716vw;
	font-size: 0.98765vw;
	font-weight: 400;
	line-height: 1.2;
}

.footer__contact {
	justify-self: end;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 0.37037vw;
	grid-area: 1 / 2 / 2 / 3;
	font-size: 0.98765vw;
	font-weight: 400;
	line-height: 1.2;
}

.footer__contact a {
	position: relative;
	max-width: -webkit-fit-content;
	max-width: fit-content;
}

.footer__contact a::after {
	content: '';
	position: absolute;
	bottom: -0.30864vw;
	left: 0;
	width: 0%;
	height: 0.06173vw;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
	background: #fff;
}

.footer__contact a:hover::after {
	width: 100%;
}

.footer__privacy {
	justify-self: end;
	align-self: end;
	grid-area: 2 / 2 / 3 / 3;
	font-size: 0.98765vw;
	font-weight: 400;
	line-height: 1.2;
}

.footer__legal {
	justify-self: end;
	align-self: end;
	grid-area: 2 / 2 / 3 / 3;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 0.61728vw;
	font-size: 0.98765vw;
	font-weight: 400;
	line-height: 1.2;
	text-align: right;
}

.footer__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 0.98765vw;
}

.footer__links a {
	position: relative;
	max-width: -webkit-fit-content;
	max-width: fit-content;
}

.footer__links a::after {
	content: '';
	position: absolute;
	bottom: -0.30864vw;
	left: 0;
	width: 0%;
	height: 0.06173vw;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
	background: #fff;
}

.footer__links a:hover::after {
	width: 100%;
}

.header-widget {
	display: none;
}

.popup {
	position: fixed;
	inset: 0;
	z-index: 1000;
	align-items: center;
	justify-content: center;
	padding: 0.98765vw;
	display: none;
	backdrop-filter: blur(1.23457vw);
	background: rgba(42, 41, 45, 0.5);
}

.popup__container {
	position: relative;
	z-index: 1001;
	width: 100%;
	max-width: 29.62963vw;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 1.48148vw;
	box-shadow: 0 0.49383vw 1.97531vw rgba(42, 41, 45, 0.15);
	-webkit-transform: scale(0.95) translateY(1.23457vw);
	        transform: scale(0.95) translateY(1.23457vw);
}

.popup__close {
	position: absolute;
	top: 0.98765vw;
	right: 0.98765vw;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.97531vw;
	height: 1.97531vw;
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0.49383vw;
	color: #2a292d;
	cursor: pointer;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}

.popup__close:hover {
	background: #f0f4ff;
	color: #005eff;
}

.popup__close:active {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

.popup__close svg {
	width: 1.23457vw;
	height: 1.23457vw;
}

.popup__content {
	padding: 1.97531vw 1.48148vw 1.48148vw;
}

.popup__title {
	font-size: 1.97531vw;
	font-weight: 500;
	color: #2a292d;
}

.popup__description {
	margin: 0 0 1.48148vw;
	font-size: 1.11111vw;
	color: rgba(42, 41, 45, 0.7);
}

.popup__form {
	display: flex;
	flex-direction: column;
	gap: 0.98765vw;
}

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

.popup__input {
	width: 100%;
	padding: 0.98765vw 1.23457vw;
	background: #fff;
	border: 0.06173vw solid #EDEDED;
	border-radius: 0.98765vw;
	font-family: "SF Pro Display";
	font-size: 0.98765vw;
	line-height: 1.5;
	color: #2a292d;
	transition: 0.65s cubic-bezier(0.579, 0.001, 0, 1.007);
}

.popup__input::-webkit-input-placeholder {
	color: rgba(42, 41, 45, 0.5);
}

.popup__input::-ms-input-placeholder {
	color: rgba(42, 41, 45, 0.5);
}

.popup__input::placeholder {
	color: rgba(42, 41, 45, 0.5);
}

.popup__input:focus {
	outline: none;
	border-color: #005eff;
	box-shadow: 0 0 0 0.18519vw rgba(0, 94, 255, 0.1);
}

.popup__input:hover:not(:focus) {
	border-color: rgba(0, 94, 255, 0.5);
}

.popup__submit {
	margin-top: 0.49383vw;
}

.popup__button {
	--on-hover-rect-width: 83%;
	--on-hover-text-move: 50%;
	max-width: 100%;
}

.popup__loader {
	position: absolute;
	width: 1.23457vw;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(farthest-side, #005eff 94%, transparent) top/0.49383vw 0.49383vw no-repeat, conic-gradient(transparent 30%, #005eff);
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 0.49383vw), #000 0);
	mask: radial-gradient(farthest-side, transparent calc(100% - 0.49383vw), #000 0);
	-webkit-animation: popup-loader-rotate 1s infinite linear;
	        animation: popup-loader-rotate 1s infinite linear;
}

.popup__loader.hidden {
	display: none;
}

@media (min-width: 768px) {
	.legal__hero {
		padding: 9.87654vw 0px 4.93827vw 0px;
	}
	.legal__title {
		font-size: 2.46914vw;
		margin-bottom: 0.98765vw;
	}
	.legal__updated {
		font-size: 0.98765vw;
	}
	.legal__content {
		padding: 3.7037vw 0;
	}
	.legal__body {
		font-size: 1.11111vw;
	}
	.legal__body h1 {
		font-size: 2.22222vw;
	}
	.legal__body h2 {
		font-size: 1.85185vw;
	}
	.legal__body h3 {
		font-size: 1.48148vw;
	}
	.legal__back {
		margin-top: 3.7037vw;
	}
	.legal__back-link {
		font-size: 0.98765vw;
		gap: 0.61728vw;
	}
	.legal__back-link svg {
		width: 1.48148vw;
		height: 1.48148vw;
	}
}
