@import url('./../_partials/main-page/main.css');
@import url('./../_partials/main-page/communications.css');
@import url('./../_partials/main-page/benefits.css');
@import url('./../_partials/main-page/digital-worker.css');
@import url('./../_partials/main-page/business-card.css');
@import url('./../_partials/main-page/publisher.css');
@import url('./../_partials/main-page/tools.css');
@import url('./../_partials/main-page/news.css');

/* Message Center */
.title-text {
	color: #000;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	max-width: 727px;
	width: 100%;
	margin: 8px auto 0;
}

.message-center .line {
	margin: 30px 0;
	height: 1px;
	width: 100%;
	background: #E3E8E7;
}

.message-center__row {
	display: flex;
	gap: 4px;
	margin-top: 16px;
	margin-bottom: 41px;
}

.message-center .inner-block {
	position: relative;
}

.message-center .inner-block {
	padding: 60px 50px;
}

.message-center .text {
	max-width: 549px;
	margin: 0 auto;
}

.message-center__card {
	padding: 26px;
	width: 24%;
	border-radius: 16px;
	border: 1px solid #E3E8E7;
	background: #FFF;
	box-shadow: 0px 4px 19px 0px rgba(12, 57, 99, 0.10);
}

.message-center__card:nth-child(2) {
	width: 30%;
}

.message-center__icons img {
	width: 42px;
	height: 42px;
}

.message-center__card-title {
	color: #1B193F;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
}

.message-center__icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}

.message-center__title {
	color: #1B193F;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 30px;
}

.modern-workflow {
	display: flex;
	gap: 13px;
	margin-bottom: 10px;
}

.modern-workflow-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}

.modern-workflow-card__img {
	border-radius: 10px;
	overflow: hidden;
}

.modern-workflow-card__img img {
	max-width: none;
}

.modern-workflow-card__title {
	color: #1B193F;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
}

.modern-workflow-card__text {
	color: #1B193F;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}

.products-modal .modal-content {
	max-width: 1100px;
	max-height: 95%;
	overflow: auto;
	padding: 80px 65px 35px;
}

.products-slider__button-prev,
.products-slider__button-next {
	top: var(--swiper-navigation-top-offset, 58%);
}

.section-tabs-wrapper {
	position: relative;
	top: -5px;
}

.section-tabs {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background: #fff;
	padding-top: 115px;
	padding-bottom: 16px;
}

.page-block.worldwide {
	position: relative;
	z-index: 95;
	margin-bottom: 0;
}

.section-tabs-contnet .page-block {
	margin-bottom: 0;
}

.section-tabs__btn {
	width: 32%;
}

.section-tabs__btn--active {
	position: relative;
	color: #5A95EE;
}

.section-tabs-two {
	margin-bottom: 40px;
}

.section-tabs__btn-inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 26px;
	font-weight: 500;
	line-height: 26px;
	box-shadow: 0px 3.48px 16.51px 0px #0C39631A;
	border-radius: 15px;
	padding: 5px 20px;
	background: #fff;
	overflow: hidden;
}

.our-partners {
	margin-bottom: 120px;
}

.section-tabs__btn-inner::after {
	content: '';
	height: 100%;
	width: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F6FAFF;
}

.section-tabs__btn--active .section-tabs__btn-inner::after {
	background-color: #5A95EE;
}

.for-businesses {
	margin-bottom: 57px;
}

.customer-acquisition {
	margin-bottom: 28px;
}

.customer-acquisition__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 42px;
	color: #1B6DE9;
	margin-bottom: 42px;
}

.subtitle-one {
	font-size: 26px;
	font-weight: 600;
	line-height: 33px;
	margin-bottom: 16px;
}

.for-businesses__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}

.sales {
	margin-bottom: 40px;
}

.sales__img-cover {
	display: flex;
	justify-content: center;
	max-width: 75%;
	margin: 0 auto 57px;
}

.automation {
	padding-top: 25px;
	border-top: 1px solid #E3E8E7;
}

.automation-card {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	padding: 30px 60px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	margin-bottom: 17px;
}

.individuals {
	margin-bottom: 90px;
}

.individuals__inner {
	display: flex;
	align-items: center;
	gap: 19px;
	margin-top: 16px;
}

.individuals-card {
	padding: 26px;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	width: 49%;
}

.individuals-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin-bottom: 6px;
}

.individuals-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}

.digital-card {
	margin-bottom: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E3E8E7;
}

.message-center {
	margin-bottom: 50px;
}

.products-modal__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin-bottom: 35px;
}

#id_location_0 {
	min-height: 50px;
	height: 50px;
	width: 100%;
	position: relative;
	resize: none;
	padding: 14px 22px;
	border-radius: 16px;
	border: 1px solid #C0C0C0;
	background: #FFF;
}

.map p {
	display: none;
}

#id_location_1,
#id_location_2 {
	display: none;
}

.welcome-modal-form #map_location {
	display: none;
}

.welcome-modal-form__btn {
	max-width: 362px;
	width: 100%;
	margin-top: 20px;
}

.worldwide__map {
	width: 75%;
	margin: 0 auto;
	display: block;
}

.worldwide__text-small {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.03em;
	text-align: center;
}

.worldwide__stats {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4px;
}

.worldwide__stats-card {
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 3.11px 14.77px 0px #0C39631A;
	border-radius: 16px;
	max-width: 300px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inner-block {
	position: relative;
	margin-bottom: 20px;
}

.worldwide__stats-card:first-child {
	position: absolute;
	top: 70%;
	left: 80px;
	transform: translateY(-50%);
}

.worldwide__stats-card:last-child {
	position: absolute;
	top: 60%;
	right: 30px;
	transform: translateY(-50%);
}

.worldwide__text {
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
	text-align: center;
	margin-bottom: 58px;
}

.worldwide__stats-title {
	display: inline-block;
	font-size: 36px;
	line-height: 46px;
	font-weight: 800;
	align-items: center;
}

.worldwide__stats-text {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
}

.worldwide__cloudflare {
	position: absolute;
	left: 50%;
	bottom: 85px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.worldwide__cloudflare img {
	width: 85px;
}

.worldwide__cloudflare p {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.our-partners__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 45px;
	overflow-x: auto;
	height: auto;
}

.page-block.worldwide .inner-block {
	padding: 60px 65px 10px;
}

.spoiler-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	padding: 20px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 4px 19px 0px rgba(12, 57, 99, 0.10);
	margin-bottom: 40px;
}

.spoiler-btn img {
	height: 30px;
	width: 30px;
	transition: all .3s;
}


.spoiler-btn img.rotate {
	transform: rotate(180deg);
}

.section-tabs-contnet[data-name-section="individuals"] .page-block {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.use-cases-title {
	margin-top: 56px;
}

.more-info-link {
	position: relative;
}

.more-info-btn {
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	color: #1B6DE9;
	text-decoration: underline;
}

.scroll-up {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 5px 5px 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #272829;
	border-radius: 10px;
	overflow: hidden;
	z-index: 100;
}

.scroll-up p {
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	color: #B8B8B8;
}

.line {
	display: block;
	height: 1px;
	background: #E3E8E7;
}

.neuron-network__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	color: #686F7B;
	margin-bottom: 20px;
}

.neuron-network__inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.neuron-network__banner {
	display: flex;
	align-items: center;
	gap: 200px;
	padding: 28px 80px;
	border: 2px solid #F4F5F8;
	border-radius: 12px;
	margin-bottom: 80px;
}

.neuron-network__banner-text {
	font-weight: 600;
	font-size: 24px;
	line-height: 111%;
	letter-spacing: 0%;
	max-width: 532px;
	color: #1b193f;
}

.neuron-network__banner-text span {
	color: #5A95EE;
}

.neuron-network-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 32%;
	gap: 6px;
	border: 2px solid #F4F5F8;
	border-radius: 12px;
	box-shadow: 0px 0px 0px 1px #E9EBF1;
	padding: 30px 24px;
}

.neuron-network-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #1B193F;
}

.neuron-network-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	color: #1B193F;
}

.message-hub__title {
	font-size: 26px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	color: #1B193F;
	margin-bottom: 10px;
}

.message-hub__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	margin-bottom: 10px;
	color: #1B193F;
}

.message-hub__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	color: #08081194;
	margin-bottom: 10px;
}

.message-hub__text-big {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #08081194;
	max-width: 624px;
	width: 100%;
	margin: 0 auto;
}

.communications__text {
	max-width: 810px;
	width: 100%;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 500;
	line-height: 33px;
	text-align: center;
	margin-bottom: 26px;
	color: #1B193F;
}

.page-block.communications {
	padding: 0;
}

.page-block.worldwide {
	position: relative;
	background-color: #fff;
	padding-top: 0;
}

.page-block.worldwide .inner-block {
	box-shadow: none;
}

.neuron-network__main-title {
	font-weight: 800;
	font-size: 40px;
	line-height: 100%;
	width: 100%;
	margin: 0 auto 16px;
}

.neuron-network__main-title span {
	color: #1B6DE9;
	font-size: 58px;
}

.neuron-network__subtitle {
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 1%;
	text-align: center;
	color: #1B193F;
	max-width: 820px;
	width: 100%;
	margin: 0 auto 20px;
	margin-bottom: 20px;
}

.neuron-network__btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.neuron-network__btns .button--transparent {
	color: #1B6DE9;
	border-color: #1B6DE9;
}

.use-benefits {
	margin-bottom: 100px;
}

.use-benefits__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 5px;
	color: #1B193F;
}

.use-benefits__subtitle {
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 28px;
	color: #1B193F;
}

.use-benefits__btns {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.use-benefits__inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 44px;
	margin-bottom: 37px;
}

.use-benefits-card__img {
	height: 100%;
}

.use-benefits-card {
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: 32%;
}

.use-benefits-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	color: #1b193f;
}

.use-benefits-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	color: #1B193F;
}

.how-we-make__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #1B6DE9;
	margin-bottom: 68px;
}

.news-managers-block__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	margin-bottom: 6px;
	color: #1B6DE9;
}

.news-managers-block__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #1B193F;
	margin-bottom: 18px;
}

.your-own {
	margin-bottom: 60px;
}

.your-own__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
}

.your-own__subtitle {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	max-width: 1067px;
	width: 100%;
	margin: 0 auto 27px;
}

.your-own img {
	display: block;
	max-width: 700px;
	margin: 0 auto 42px;
}

.your-own__row {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
}

.your-own-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 48px;
	border: 1px solid #E9EBF1;
	border-radius: 12px;
	background: #F7F8FA;
	flex: 1 1 auto;
}

.your-own-card__text {
	font-weight: 500;
	font-size: 20px;
	line-height: 28.8px;
	letter-spacing: -0.47px;
	vertical-align: middle;
	color: #060B13;
	max-width: 250px;
}

.your-own__text {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -2.5%;
	text-align: center;
	max-width: 942px;
	margin: 0 auto 20px;
}

.your-own .button {
	max-width: 329px;
	width: 100%;
	margin: 0 auto;
}

.e-workers {
	position: relative;
}

.e-workers-phrase {
	position: absolute;
	top: -35px;
	right: -75px;
	box-shadow: -0.54px 3.5px 3.63px 0px #00000040;
	padding: 7px 6px;
	font-size: 16px;
	font-weight: 800;
	line-height: 17px;
	letter-spacing: -0.06em;
	text-align: center;
	color: #fff;
	background: linear-gradient(90.75deg, #148EFF 3.69%, #0FC7F0 94.53%);
	border-radius: 5px;
}

.e-workers__title {
	font-size: 49px;
	font-weight: 600;
	line-height: 63px;
	text-align: center;
	margin-bottom: 8px;
}

.e-workers__text {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	margin-bottom: 60px;
}

.e-workers__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.e-workers-card {
	width: 32%;
	border: 1px solid var(--stroke-light, #E3E8E7);
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border-radius: 16px;
	padding: 26px 30px 34px;
}

.e-workers-card__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	margin-bottom: 11px;
}

.e-workers-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}

.sales-manager__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	color: #1B6DE9;
	margin-bottom: 1px;
}

.sales-manager__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	margin-bottom: 27px;
	color: #686F7B;
}

.sales-manager__text {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #1B193F;
	margin-bottom: 20px;
}

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

.news-manager {
	display: flex;
	gap: 30px;
	position: relative;
	padding: 10px;
	border: 1px solid #C0C0C0;
	border-radius: 20px;
	width: 100%;
}

.news-manager__info {
	width: 100%;
}

.news-manager__info-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 6px;
}

.news-manager__info-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	max-width: 250px;
	width: 49%;
}

.news-manager__info-text span {
	font-weight: 700;
	color: #5A95EE;
}

.news-manager__left {
	max-width: 427px;
	width: 100%;
}

.news-manager__skills-row {
	display: flex;
	align-items: center;
	gap: 6px;
}

.news-manager__skill {
	width: 29px;
	height: 29px;
}

.news-manager__education {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.news-manager__right {
	display: none;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.fire-form {
	display: none;
}

.fire-form {
	max-width: 227px
}

.fire-btn {
	width: 100%;
}

.news-manager.selected.active .fire-form {
	display: block;
	background: #fff;
	margin-bottom: 20px;
}

.news-manager.selected.active .news-manager-form {
	display: none;
}

.news-manager.selected {
	display: flex;
	gap: 38px;
	width: 100%;
	padding: 37px 31px;
	order: -1;
	background: #F8FBFF;
	border: none;
}

.news-manager.selected .news-manager__info {
	display: none;
}

.news-manager.selected .news-manager__right {
	display: flex;
}

.news-manager.selected .news-manager__img-full,
.news-manager.selected .news-manager-form__text {
	display: block;
	margin-bottom: 15px;
}

.news-manager.selected .news-manager__img {
	display: none;
}

.news-manager.selected .news-manager__left {
	max-width: 290px;
	width: 100%;
}

.news-manager.selected .news-manager__close {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}

.news-manager.selected .news-manager__btn {
	display: none;
}

.news-manager.selected .hire-manager-form {
	display: none;
}

.news-manager.selected .news-manager-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.news-manager__name {
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 6px;
}

.news-manager__img {
	margin-bottom: 10px;
}

.news-manager__btn {
	padding: 12px;
	width: 100%;
}

.news-manager-form p {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
}

.news-manager-form__row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.news-manager-form__btn {
	max-width: 227px;
}

.news-manager-form__row .flatpickr-input {
	max-width: 96px;
}

.news-manager__close {
	display: none;
}

.news-manager__img-full,
.news-manager-form__text {
	display: none;
}

.news-manager__buttons {
	display: flex;
	align-items: center;
	gap: 9px;
}

.talk-btn {
	width: 100%;
	padding: 12px;
	background: #fff;
}

.support__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	margin-bottom: 6px;
	color: #1B6DE9;
}

.support__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	margin-bottom: 23px;
}

.support__subtitle-two {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	margin-bottom: 10px;
}

.support__img {
	display: block;
	margin: 0 auto;
}

.support__subtitle-image {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 9px;
	color: #000;
}

.unified-brain-banner {
	padding: 19px 150px;
	border: 1px solid #5AD7FE;
	border-radius: 16px;
	margin-bottom: 40px;
}

.unified-brain-banner__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin-bottom: 7px;
}

.unified-brain-banner__text {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
	max-width: 767px;
	width: 100%;
	margin: 0 auto 16px;
}

.unified-brain-banner__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.sections-tabs-buttons {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.sections-tabs-buttons__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	max-width: 442px;
	width: 100%;
	box-shadow: 0px 3.48px 16.51px 0px #0C39631A;
	border-radius: 10px;
	font-size: 32px;
	font-weight: 600;
	line-height: 26px;
	color: #686F7B;
	border-left: 10px solid #E0EBFC;
}

.sections-tabs-buttons__btn--active {
	color: #1B6DE9;
	border-left: 10px solid #1B6DE9;
}

.news-managers__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	margin-bottom: 6px;
	color: #1B6DE9;
}

.news-managers__title--default-color {
	color: #1B193F;
}

.news-managers__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	max-width: 763px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.sales-manager-advantages__title {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #272829;
	margin-bottom: 36px;
}

.sales-manager-advantages__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.sales-manager-advantages-card {
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: 23%;
}

.sales-manager-advantages-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
}

.sales-manager-advantages-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}

.sales-manager-advantages-card__text span {
	color: #1B6DE9;
}

.enterprise-solutions {
	padding: 22px 32px;
	border: 1px solid #C0C0C0;
	border-radius: 17px;
}

.enterprise-solutions__title {
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: -0.03em;
	text-align: center;
	margin-bottom: 7px;
}

.enterprise-solutions__subtitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin-bottom: 33px;
}

.enterprise-solutions__inner {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.enterprise-solutions-card {
	padding: 26px;
	border: 1px solid var(--stroke-light, #E3E8E7);
	border-radius: 16px;
	margin-bottom: 32px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	flex: 1 1 auto;
}

.enterprise-solutions-card__title {
	font-size: 19px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
}

.enterprise-solutions-card__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.enterprise-solutions__list-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.enterprise-solutions__list {
	display: flex;
	flex-direction: column;
}

.enterprise-solutions__list-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}

.enterprise-solutions__list-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.enterprise-solutions__list-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: -0.01em;
}

.enterprise-solutions__list-item:not(:last-child) {
	margin-bottom: 10px;
}

.seo-manger__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 33px;
	text-align: center;
	margin-bottom: 3px;
}

.seo-manager__text {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.seo-manager__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.seo-manager__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 564px;
}

.seo-manager__list-item {
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	padding: 12px 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--stroke-light, #E3E8E7);
	background: #F6FAFFDB;
	border-radius: 13px;
}

.seo-manager__list-item svg {
	flex: 0 0 auto;
}

.start-news__title {
	font-size: 26px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	max-width: 765px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 12px;
}

.start-news-banner {
	display: flex;
	gap: 28px;
	padding: 9px 14px;
	box-shadow: 0px 3.29px 15.62px 0px #0C39631A;
	border-radius: 10px;
}

.start-news-banner__img {
	flex: 0 0 auto;
}

.start-news-banner__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 10px;
}

.start-news-banner__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	margin-bottom: 4px;
	color: #333333;
}

.start-news-banner__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
}

.sales__title {
	color: #1B6DE9;
}

.price-news-btn.close svg {
	transform: rotate(180deg);
}

.price-news-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 15px auto 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #1B193F;
}

.news-manager__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 12px;
	color: #000;
}

.price-table {
	position: relative;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	overflow: hidden;
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 8px 0px 17px 0px #BDCCD61A;
}

.price-table::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #E3E8E7;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 440px;
}

.price-table__header {
	display: flex;
	justify-content: space-between;
	padding: 15px 120px;
	background-color: #F6F8FF;
	border-bottom: 1px solid #E3E8E7;
}

.price-table__header p {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.price-table__row {
	display: flex;
	justify-content: space-between;
	padding: 15px 120px;
	padding-right: 177px;
	text-align: left;
}

.price-table__row p {
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	color: #000;
}

.one-click-integration__title {
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	margin-bottom: 37px;
}

.one-click-integration__inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.one-click-integration-card {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 18px 80px;
	border: 1px solid var(--stroke-light, #E3E8E7);
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border-radius: 16px;
	justify-content: space-between;
}

.one-click-integration-card__title {
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 4px;
}

.one-click-integration-card__subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 6px;
}

.one-click-integration-card__text {
	max-width: 431px;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 12px;
}

.one-click-integration-card__wrap-btn {
	display: flex;
	gap: 24px;
}

.one-click-integration-card__img {
	max-width: 300px;
}

.intra-corporate {
	padding: 24px 32px;
	border: 1px solid #C0C0C0;
	border-radius: 17px;
}

.intra-corporate__title {
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	margin-bottom: 20px;
	color: #1B6DE9;
}

.intra-corporate__subtitle {
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	margin-bottom: 18px;
}

.use-cases__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 55px;
	letter-spacing: -1.25px;
	vertical-align: middle;
	text-align: center;
	color: #060B13;
}

.use-cases__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	max-width: 625px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.increase-sales {
	position: absolute;
	top: 15px;
	right: 40px;
}

.use-cases__use-case-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	margin-bottom: 16px;
}

.use-cases__title-down {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	color: #000;
	margin-top: 60px;
	margin-bottom: 18px;
}

.use-cases__img {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.use-cases__inner {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.use-cases-card {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 49%;
	padding: 9px;
	box-shadow: 0px 3.29px 15.62px 0px #0C39631A;
	border-radius: 10px;
}

.use-cases-card__content {
	display: flex;
	flex-direction: column;
}

.use-cases-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: left;
	color: #333;
}

.use-cases-card__subtitle {
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
	color: #333;
	margin-bottom: 4px;
}

.use-cases-card__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	text-align: left;
	max-width: 268px;
}

.custom-employees__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	margin-bottom: 5px;
	color: #1B6DE9;
}

.custom-employees__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #1B193F;
	margin-bottom: 47px;
}

.custom-employees__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 52px;
	margin-bottom: 36px;
}

.custom-employees-card {
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: 24%;
}

.custom-employees-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
}

.custom-employees-card__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}

.custom-manager-swiper .news-manager__img {
	max-height: 333px;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 34px !important;
	height: 34px !important;
	color: #1B193F;
	padding: 8px;
	background-color: #fff;
	border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px;
}

.custom-employees-card__text span {
	color: #1B6DE9;
}

.benefits-smb__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
	text-align: center;
	color: #000000;
}

.benefits-smb__subtitle {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	color: #686F7B;
	margin-bottom: 25px;
}

.benefits-smb__inner {
	display: flex;
	gap: 19px;
}

.benefits-smb-card {
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	background-color: #F3F7FF;
	border-radius: 16px;
	width: 49%;
}

.benefits-smb-card__item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.benefits-smb-card__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}

.benefits-smb-card__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
}

.benefits-smb-card img {
	height: 166px;
	width: 100%;
	object-fit: cover;
	display: block;
	margin-top: auto;
	border-radius: 8px;
}

.company-builder-banner {
	display: flex;
	justify-content: center;
	padding: 25px;
	gap: 40px;
	align-items: center;
	margin-bottom: 40px;
	background: #F6FAFF;
	border-radius: 20px;
}

.company-builder-banner__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #1B6DE9;
	margin-bottom: 6px;
}

.company-builder-banner__subtitle {
	font-size: 19px;
	font-weight: 700;
	line-height: 19px;
	color: #1B193F;
	margin-bottom: 20px;
}

.company-builder-banner__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 20px;
}

.company-builder-banner__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 300px;
	width: 100%;
	padding: 16px;
	background: #1B193F;
	border-radius: 16px;
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;
}

.page-block-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	color: #272829;
	margin-bottom: 38px;
}

.create-company-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 39px;
	text-align: center;
	margin-bottom: 32px;
}

.inner-block-title {
	font-size: 38px;
	font-weight: 600;
	line-height: 49px;
	text-align: center;
	color: #1B6DE9;
	margin-bottom: 36px;
}

.call-center__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	color: #272829;
	margin-bottom: 22px;
}

.call-center__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 37px;
}

.call-center__subtitle span {
	font-weight: 700;
	margin-bottom: 37px;
}

.call-center-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	margin-bottom: 35px;
	padding: 0 70px;
	background: url('./../../images/ai-sales-manager/bg-call-center-banner.png') center;
	background-size: cover;
}

.call-center-banner__content {
	padding: 36px 0;
	max-width: 435px;
	width: 100%;
}

.call-center-banner__title {
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: #1B6DE9;
	margin-bottom: 13px;
}

.call-center-banner__item {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 9px;
}

.call-center-banner__content .button {
	margin-top: 15px;
}

.call-center-banner__item-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.025em;
	color: #1B193F;
}

.call-center__title-two {
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	text-align: center;
	margin-bottom: 4px;
	color: #272829;
}

.integration-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.integration-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 19%;
	padding: 8px 0;
	border: 1px solid #E3E8E7;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
}

.integration-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 7px;
	padding: 30px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	background: url('./../../images/ai-sales-manager/integration-banner-img.png');
}

.integration-banner__left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.integration-banner__rigth {
	padding: 15px;
	font-size: 18px;
	color: #000;
	max-width: 500px;
	height: 100%;
	background-color: #fff;
	border-radius: 16px;
}

.news-manager__left {
	position: relative;
}

.news-manager__info-right {
	position: absolute;
	bottom: 25px;
	left: 15px;
}

.news-manager__info-right-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 2px;
	color: #fff;
}

.news-manager__info-right-prof {
	font-size: 17px;
	font-weight: 500;
	line-height: 19.49px;
	color: #fff;
}

.integration-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	color: #1B193F;
	max-width: 374px;
}

.call-center-banner__img {}

.crm__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 39px;
	text-align: center;
	color: #272829;
}

.crm__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	max-width: 823px;
	width: 100%;
	margin: 0 auto 4px;
	color: #000;
}

.crm__img {
	display: block;
	margin: 27px auto 0;
}

.line {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #E3E8E7;
	margin-bottom: 20px;
}

.crms-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 19px 50px;
}

.news-manager__text {
	margin-top: 29px;
	margin-bottom: 44px;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.news-manager__btn {
	max-width: 250px;
}

.ai-sales-manager {
	padding: 25px;
	border: 1px solid var(--stroke-light, #E3E8E7);
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border-radius: 20px;
	margin-bottom: 40px;
}

.ai-sales-manager__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 39px;
	text-align: center;
	color: #000000;
	margin-bottom: 3px;
}

.ai-sales-manager__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #686F7B;
	margin-bottom: 20px;
}

.news-manager--blue {
	background: #F8FBFF;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border: 1px solid var(--stroke-light, #E3E8E7);
}

.learn-product-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin-bottom: 24px;
	color: #1B193F;
}

.neuron-ai {
	margin-top: 60px;
}

.neuron-ai-card {
	display: flex;
	align-items: center;
	gap: 23px;
	justify-content: center;
}

.neuron-ai-card:not(:last-child) {
	margin-bottom: 16px;
}

.neuron-ai-card__content {
	padding: 60px 100px;
	box-shadow: 0px 8px 40px 0px #060B130A;
	border-radius: 12px;
	flex: 1 1 auto;
	max-width: 816px;
}

.neuron-ai-card__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #333333;
	margin-bottom: 10px;
}

.neuron-ai-card__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #686F7B;
	max-width: 480px;
}

.neuron-ai-card__buttons {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 30px;
}

.neuron-ai-card__buttons .button {
	padding: 16px;
	width: auto;
}

.neuron-ai__bottom {
	max-width: 500px;
	margin: 30px auto 0;
}

.neuron-ai__bottom p {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin-bottom: 15px;
}

.neuron-ai__bottom .button {
	margin: 0 auto;
}

.our-busuness-product__title {
	font-size: 30px;
	font-weight: 600;
	line-height: 39px;
	text-align: center;
	margin-bottom: 3px;
	color: #000000;
}

.our-busuness-product__subtitle {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #686F7B;
	max-width: 768px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.benefits-expert__avatar:last-child {
	border: 1px solid var(--stroke-light, #E3E8E7);
	border-radius: 16px;
	background: #F7FAFF;
}

.benefits-expert__avatar:last-child .benefits-expert__avatar-title {
	margin-bottom: 3px;
}

.benefits-expert__avatar:last-child .benefits-expert__avatar-subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #686F7B;
	margin-bottom: 15px;
}

.benefits-expert__avatar:last-child .benefits-expert__avatar-content {
	padding-top: 25px;
	padding-bottom: 25px;
}

.benefits-expert__avatar:last-child .benefits-expert__avatar-title span {
	color: #1B6DE9;
}

.benefits-expert__avatar:last-child .benefits-expert__avatar-text {
	margin-bottom: 24px;
}

.benefits-expert__avatar:last-child .button {
	background-color: #1B6DE9;
	border-color: #1B6DE9;
}

.benefits-expert__subtext-btn {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #1B6DE9;
	margin-bottom: 3px;
}

.neuron-network-row__item {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 10px 15px;
	box-shadow: 2.54px 3.39px 22.7px 0px #23497B1A;
	border-radius: 12px;
	background: #fff;
	min-width: 158px;
}

.neuron-network-row {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 25px;
}

.neuron-network-row__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5A95EE;
	flex: 0 0 auto;
}

.neuron-network-row__text {
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
}

.marketing-departments-benefits {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
	gap: 16px;
}

.marketing-departments-benefits__item {
	padding: 26px 30px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border-radius: 16px;
	border: 1px solid #E3E8E7;
	width: 32%;
}

.marketing-departments-benefits__item-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
	color: #1B193F;
}

.marketing-departments-benefits__item-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	color: #1B193F;
}

.ai-business__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 117%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
	margin-bottom: 4px;
}

.ai-business__text {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 60px;
}

.ai-business__text span {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	background: #148EFF;
	border-radius: 4px;
}

.ai-business-banner {
	display: flex;
	align-items: center;
	padding: 10px 10px 0 45px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border: 1px solid #E3E8E7;
	background: #F5F9FF;
	border-radius: 16px;
	margin-bottom: 60px;
}

.ai-business-banner__text {
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #1B193F;
}

.ai-marketing__title {
	font-weight: 700;
	font-size: 26px;
	line-height: 135%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 1px;
}

.ai-marketing__subtitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}

.socials {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.socials img {
	width: 30px !important;
	height: 30px !important;
}

.ai-mode-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-bottom: 30px;
}

.ai-mode-card__cover-img {
	width: 180px;
	flex: 0 0 180px;
}

.ai-mode-card__mode {
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -1%;
	text-transform: uppercase;
	padding: 2px 10px;
	background: linear-gradient(90.75deg, #14B8FF 3.69%, #1480FF 94.53%);
	color: #fff;
	border-radius: 8px;
	text-align: center;
}

.ai-mode-card__clouds {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 12px;
	width: 100%;
}

.ai-mode-card__cloud {
	font-size: 10px;
	font-weight: 600;
	line-height: 13px;
	padding: 6px 10px;
	border-radius: 8px;
	color: #1B193F;
	text-transform: uppercase;
	box-shadow: 0px 0.86px 1.72px 0px #0000001A;
}

.ai-mode-card__cloud:nth-child(1) {
	background: #DEECFF;
}

.ai-mode-card__cloud:nth-child(2) {
	background: #FCFFDE;
}

.ai-mode-card__cloud:nth-child(3) {
	background: #E2FFDE;
}

.ai-mode-card__title {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 117%;
	text-transform: uppercase;
	color: #1B6DE9;
}

.ai-mode-card__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 107%;
	letter-spacing: 0%;
	color: #1B193F;
	max-width: 300px;
}

.ai-business-card-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E3E8E7;
}

.ai-business-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 5px;
	box-shadow: 1px 1px 3px 1px #7990BE1A;
	border-radius: 10px;
}

.ai-business-card img {
	max-width: 200px;
}

.ai-business-card__title {
	font-weight: 700;
	font-size: 16.6px;
	line-height: 17.98px;
	letter-spacing: 0px;
	text-transform: capitalize;
	text-align: center;
	color: #3B3A41;
}

.operators-card-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.operators-card {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	border: 1px solid #E3E8E7;
	border-radius: 16px;
	background: #fff;
	width: 24%;
}

.operators-card__title {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #3B3A41;
}

.operators-card__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	letter-spacing: 0px;
	color: #3B3A41;
}

.ai-business__btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	max-width: 480px;
	margin: 0 auto;
	margin-top: 50px;
}

.welcome-modal-card__subtitle {
	max-width: 400px;
}

.welcome-modal-card__text {
	max-width: 400px;
}

.ai-business__btns .button {
	padding: 16px 40px;
}

.inner-block.ai-business {
	padding: 60px 30px;
}


.button-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	color: #1B193F;
}

/* ==================================================================== */

.welcome-block {
	position: relative;
	margin-bottom: 90px;
	border-radius: 46px;
	padding-top: 40px;
	background-color: #FFFFFF;
	background-image: linear-gradient(45deg, rgba(224, 231, 255, 0.6) 0%, rgba(255, 255, 255, 0) 50%, rgba(229, 212, 255, 0.6) 100%);
}

.welcome-block__title {
	font-weight: 700;
	font-size: 96px;
	line-height: 100%;
	text-align: center;
	color: #404040;
}

.welcome-block__img-1,
.welcome-block__img-2 {
	position: absolute;
	bottom: 0;
}

.welcome-block__img-1 {
	left: 0;
}

.welcome-block__img-2 {
	right: 0;
}

.welcome-block__subtitle {
	font-weight: 700;
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	color: #404040;
	max-width: 869px;
	width: 100%;
	margin: 0 auto 14px;
}

.welcome-block .button {
	margin: 0 auto 40px;
	max-width: 330px;
	width: 100%;
}

.welcome-block img {
	display: block;
	margin: 0 auto;
}

.welcome-btn-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1%;
	text-align: center;
	color: #272829;
	margin-bottom: 15px;
}

.page-title {
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
	margin-bottom: 26px;
}

.here-you-get__inner {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.here-you-get-main-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 180px;
	padding: 20px;
	border: 1px solid #ECE6FF6B;
	border-radius: 20px;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, rgba(224, 231, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.here-you-get-card-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: -0.28px;
	text-align: center;
	text-transform: capitalize;
	color: #262556;
	margin-bottom: 24px;
}

.here-you-get-card-subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.25px;
	text-align: center;
	color: #404040;
	margin-bottom: 42px;
}

.here-you-get-main-card .here-you-get-main-card__content {
	max-width: 408px;
	width: 100%;
}

.here-you-get-main-card .button {
	width: 100%;
}

.here-you-get__row {
	display: flex;
	gap: 26px;
}

.here-you-get-card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	border: 1px solid #ECE6FF6B;
	border-radius: 20px;
	padding: 20px;
	padding-top: 30px;
	width: 50%;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, rgba(224, 231, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.here-you-get-card__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.here-you-get-card .button {
	width: 100%;
	margin-top: auto;
}

.here-you-get-card img {
	display: block;
	margin: 0 auto 8px;
	height: 250px;
}

.here-you-get-main-card img {
	height: 350px;
}

.here-you-get {
	margin-bottom: 90px;
}

.fast-smm {
	border: 1px solid #ECE6FF6B;
	border-radius: 20px;
	padding: 50px 70px;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, rgba(224, 231, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	margin-bottom: 90px;
}

.fast-smm__title {
	font-weight: 700;
	font-size: 60px;
	line-height: 110%;
	text-align: center;
	vertical-align: middle;
	color: #060B13;
	max-width: 730px;
	width: 100%;
	margin: 0 auto 18px;
}

.fast-smm__subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 133%;
	letter-spacing: 0%;
	text-align: center;
	color: #525252;
	max-width: 730px;
	width: 100%;
	margin: 0 auto 40px;
}

.fast-smm img {
	display: block;
	margin: 0 auto;
}

.fast-smm .button {
	width: 100%;
	margin: 0 auto;
	max-width: 330px;
}

.launch-ai {
	border: 1px solid #ECE6FF6B;
	border-radius: 20px;
	padding: 58px 20px 12px;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, rgba(224, 231, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	margin-bottom: 38px;
	border-bottom: none;
}

.launch-ai__die {
	margin: 0 auto 10px;
	max-width: 524px;
	padding: 1px 16px;
	border: 1px solid #404040;
	border-radius: 24px;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
}

.launch-ai__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	text-align: center;
	color: #060B13;
	margin-bottom: 18px;
}

.launch-ai__subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 133%;
	letter-spacing: 0%;
	text-align: center;
	color: #525252;
	margin-bottom: 16px;
}

.launch-ai .button {
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}

.clients-banner {
	display: flex;
	align-items: center;
	gap: 42px;
	padding: 50px;
	background: #FAFCFF;
	border-radius: 30px;
	margin-bottom: 50px;
}



.clients-banner__title {
	font-weight: 400;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: 0%;
	color: #1A1A1A;
	margin-bottom: 10px;
}

.clients-banner__subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 133%;
	letter-spacing: 0%;
	color: #525252;
}

.ai-marketing {
	margin-bottom: 96px;
}

.ai-marketing__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
}

.ai-marketing__title span {
	color: #1B6DE9;
}

.ai-marketing__subtitle {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 20px;
}

.ai-marketing__subtitle span {
	color: #1B6DE9;
}

.ai-marketing__icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 56px;
}

.ai-marketing__icons img {
	width: 67px;
	height: 67px;
}

.ai-marketing__inner {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ai-marketing-card {
	display: flex;
	flex-direction: column;
	padding: 35px;
	border: 1px solid #E9EBF1;
	border-radius: 30px;
	width: 32%;
	transition: all .3s;
}

.ai-marketing-card:hover {
	background: #5A95EE;
	border: 1px solid #E9EBF1;
	color: #fff;
}

.ai-marketing-card:hover .ai-marketing-card__watch-btn {
	color: #fff;
}

.ai-marketing-card .icon {
	margin: 0 auto 26px;
}

.ai-marketing-card__title {
	font-weight: 400;
	font-size: 32px;
	line-height: 112%;
	letter-spacing: 0%;
	text-align: center;
	margin-top: auto;
}

.ai-marketing-card__header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 26px;
}

.ai-marketing-card__watch-btn {
	font-weight: 700;
	font-size: 23px;
	line-height: 34px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	color: #1B6DE9;
	transition: all .3s;
}

.ai-marketing-card__header .icon {
	margin-bottom: 0;
}

.here-get {
	display: flex;
	gap: 80px;
	margin-bottom: 114px;
}

.here-get__content {
	flex: 1 1 auto;
}

.here-get__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 110%;
	letter-spacing: -1.25px;
	vertical-align: middle;
	color: #060B13;
	margin-bottom: 40px;
	text-align: center;
}

.here-get__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 64px;
}

.here-get-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 441px;
}

.here-get-card .icon {
	margin-bottom: 14px;
}

.here-get-card__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.34px;
	text-align: center;
	margin-bottom: 7px;
}

.here-get-card__subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.12px;
	text-align: center;
	vertical-align: middle;
	color: #1B193F;
	margin-bottom: 15px;
}

.here-get-card__text {
	font-weight: 400;
	font-size: 19px;
	line-height: 130%;
	letter-spacing: -0.12px;
	text-align: center;
	vertical-align: middle;
	color: #363D4F;
}

.perfect-for {
	margin-bottom: 58px;
}

.perfect-for__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 39.54px;
	letter-spacing: -2.5%;
	text-align: center;
	margin-bottom: 22px;
	color: #1B193F;
}

.perfect-for__inner {
	display: flex;
	align-items: center;
	gap: 52px;
}

.perfect-for__inner img {
	width: 35%;
}

.perfect-for__list {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.perfect-for__item {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.24px;
	vertical-align: middle;
	color: #000;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 32px 40px;
	border: 1px solid #E9EBF1;
	border-radius: 12px;
}

.seo-block {
	margin-bottom: 84px;
}

.seo-block__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
}

.seo-block__title span {
	color: #1B6DE9;
}

.seo-block__subtitle {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #1B193F;
	max-width: 910px;
	margin: 0 auto;
	margin-bottom: 34px;
}

.seo-block__icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 56px;
}

.seo-block__icons img {
	width: 67px;
	height: 67px;
}

.seo-block__text {
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.34px;
	text-align: center;
	color: #060B13;
	margin-bottom: 32px;
}

.seo-block__inner {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-bottom: 44px;
}

.seo-block-card {
	padding: 60px;
	box-shadow: 0px 0px 0px 1px #E9EBF1;
	background: #F7F8FA;
	border-radius: 12px;
	max-width: 384px;
	width: 100%;
}

.seo-block-card .icon {
	margin: 0 auto;
	margin-bottom: 34px;
}

.seo-block-card__title {
	font-weight: 500;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -0.47px;
	text-align: center;
	vertical-align: middle;
}

.seo-block .button {
	margin: 0 auto;
	max-width: 477px;
	width: 100%;
}

.btn-subtext {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #686F7B;
	text-align: center;
	margin-top: 9px;
}

.button-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	flex-wrap: wrap;
	gap: 12px;
}

.button-row .button {
	max-width: 360px;
	width: 100%;
	padding: 16px 40px;
}

.sim-translation-modal img,
.smart-assistant-modal img,
.crm-modal img {
	width: 50%;
}

.sales-department-block {
	margin-bottom: 60px;
	padding: 70px 20px;
	background: #FAFCFF;
	border-radius: 33px;
}

.sales-department-block__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 55px;
	letter-spacing: -1.25px;
	vertical-align: middle;
	color: #060B13;
	text-align: center;
}

.sales-department-block__subtitle {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 8px;
}

.sales-department-block__subtitle span {
	color: #1B6DE9;
}

.sales-department-block__title span {
	color: #1B6DE9;
}

.sales-department-block img {
	display: block;
	margin: 0 auto;
	margin-bottom: 46px;
}

.sales-department-block__inner {
	display: flex;
	justify-content: space-between;
	gap: 26px;
	margin-bottom: 50px;
}

.sales-department-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 30px;
	width: 32%;
	border: 1px solid #E9EBF1;
	border-radius: 12px;
}

.sales-department-card__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.47px;
	text-align: center;
	vertical-align: middle;
	color: #060B13;
}

.sales-department__text {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 12px;
	color: #1B193F;
}

.sales-department__social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.benefits-item {
	display: flex;
	align-items: center;
	gap: 100px;
}

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

.benefits-item__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 110%;
	letter-spacing: -1.25px;
	vertical-align: middle;
	color: #060B13;
	margin-bottom: 6px;
}

.benefits-item__subtitle {
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -0.34px;
	margin-bottom: 30px;
	color: #060B13;
}

.benefits-item__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.benefits-item__list-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: -0.18px;
	vertical-align: middle;
}

.neuron-ai-title {
	font-weight: 800;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 1%;
	text-align: center;
	color: #333333;
	margin-bottom: 9px;
}

.neuron-ai-title span {
	color: #1B6DE9;
}

.neuron-ai-subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: 1%;
	text-align: center;
	color: #5F5F5F;
	margin-bottom: 21px;
}

.neuron-network {
	padding-top: 160px;
}

.network-page .neuron-network__inner {
	margin-bottom: 120px;
}

.feature-for-you {
	margin-bottom: 120px;
}

.feature-for-you__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 9px;
}

.feature-for-you__subtitle {
	font-weight: 300;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 70px;
}

.feature-for-you__inner {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

.feature-for-you__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 70px;
}

.feature-for-you__row-title {
	font-weight: 700;
	font-size: 42px;
	line-height: 110%;
	letter-spacing: -1.25px;
	vertical-align: middle;
	color: #060B13;
	margin-bottom: 6px;
}

.feature-for-you__row-subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.34px;
	color: #060B13;
	margin-bottom: 32px;
}

.feature-for-you__list {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.feature-for-you__list-item {
	display: flex;
	gap: 12px;
}

.feature-for-you__list-item-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 23.8px;
	letter-spacing: -0.18px;
	vertical-align: middle;
	color: #060B13;
}

.feature-for-you__list-item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 23.8px;
}

.learn-more-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 0%;
	color: #686F7B;
}

.network-banner {
	padding: 52px;
	background: #F6FAFF;
	border-radius: 20px;
	margin-bottom: 120px;
}

.network-banner__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

.network-banner__text {
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	max-width: 814px;
	margin: 0 auto 16px;
}

.network-banner .button {
	margin: 0 auto;
}

.neuron-network__img {
	display: block;
	margin: 0 auto;
}

.neuron-network__img-cover {
	position: relative;
}

.neuron-network__img-block {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 50px;
	box-shadow: 0px 4px 19px 0px #0C39631A;
	background: #fff;
	border-radius: 13px;
}

.neuron-network__img-block p {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0%;
	color: #000;
}

.neuron-network__img-block--1 {
	max-width: 350px;
	width: 100%;
	bottom: 200px;
}

.neuron-network__img-block--2 {
	right: 0;
	bottom: 62px;
	max-width: 600px;
}

.neuron-network__img-block--2 img {
	max-width: 156px;
}

.here-you-get-title {
	font-weight: 700;
	font-size: 60px;
	line-height: 110%;
	text-align: center;
	color: #060B13;
	margin: 0 auto 18px;
}

.here-you-get-subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 133%;
	letter-spacing: 0%;
	text-align: center;
	color: #525252;
	max-width: 730px;
	width: 100%;
	margin: 0 auto 40px;
}

.content-factory-modal .modal-content {
	overflow: auto;
}

.main-page-modal__header {
	display: flex;
	align-items: center;
	padding: 0 16px;
	margin-bottom: 2px;
}

.content-factory-img {
	width: 29%;
}

.main-page-modal__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	color: #060B13;
	margin-bottom: 12px;
}

.main-page-modal__subtitle {
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #525252;
	margin-bottom: 18px;
}

.main-page-modal__text {
	font-weight: 500;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	margin-bottom: 20px;
}

.content-factory-modal__socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 30px;
}

.main-page-modal__text-2 {
	font-weight: 500;
	font-size: 21px;
	line-height: 110%;
	text-align: center;
	margin-bottom: 20px;
}

.modal-smm-img {
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
	width: 44%;
}

.main-page-modal__btn {
	font-weight: 700;
	flex-direction: column;
	gap: 4px;
	padding: 10px 80px;
}

.main-page-modal__btn .small-text {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
}

.seo-modal__row-cards {
	display: flex;
	justify-content: center;
	gap: 22px;
}

.seo-modal-new-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, rgba(224, 231, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid #ECE6FF6B;
	box-shadow: 0px 3.14px 14.9px 0px #0C39631A;
	padding: 14px 28px;
	border-radius: 10px;
	max-width: 40%;
}


.seo-modal-new-card__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #262556;
	margin-bottom: 8px;
}

.seo-modal-new-card__text {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #404040;
}

.button-subtext {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0px;
	color: #404040;
	text-align: center;
	margin: 0 auto;
}

.content-factory-modal__socials svg {
	width: 40px !important;
	height: 40px !important;
}

.content-factory-modal__content-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.content-factory-modal__content-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 7px 20px;
	box-shadow: 0px 2.07px 4.15px -2.07px #0000001A;
	box-shadow: 0px 4.15px 6.22px -1.04px #0000001A;
	box-shadow: 0px 0px 0px 1.04px #1D1D2014;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #525252;
	border-radius: 100px;
}

.main-page-modal__die {
	font-weight: 700;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 12px;
	padding: 0 10px;
	background: linear-gradient(90deg, #5AA4FF 0%, #7A4EFF 100%);
	width: 100%;
	max-width: 184px;
	margin-bottom: 4px;
}

.main-page-modal__toptitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 0%;
	color: #000;
	margin-bottom: 17px;
}

.content-factory-modal__inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.content-factory-modal-card {
	flex: 0 1 23%;
}

.content-factory-modal-card__img {
	background: #F0F0F0;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	height: 140px;
	margin-bottom: 4px;
}

.content-factory-modal-card__img img {
	height: 100%;
}

.content-factory-modal-card__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	margin-bottom: 2px;
}

.content-factory-modal-card__descr {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0.17px;
	text-align: center;
	color: #525252;
}

.seo-modal .modal-content {
	overflow: auto;
}

.content-factory-modal-2 .modal-content {
	overflow: auto;
}

.seo-modal__icons {
	display: flex;
	align-items: center;
	gap: 12px;
}

.seo-modal__icons img {
	width: 46px;
	height: 46px;
}

.seo-modal__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.seo-modal__row {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 30px;
}

.seo-modal-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #F9F9F9;
	box-shadow: 0px 0px 0px 1px #E9EBF1;
	padding: 14px 60px;
	border-radius: 12px;
	width: 32%;
}

.seo-modal-card__icon {
	/* width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	background: linear-gradient(143.13deg, #F5F1FF -21.34%, #6633EE 118.19%);
	border-radius: 20px;
	margin-bottom: 12px; */
}

.seo-modal-card__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #060B13;
}

.seo-modal .main-page-modal__header {
	padding: 14px;
}

.seo-modal .main-page-modal__header img {
	width: 34%;
}

.seo-modal__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: #000;
}

.seo-modal .button {
	margin: 0 auto;
	max-width: 430px;
	width: 100%;
}

.content-factory-modal-2 .button {
	margin: 0 auto;
	max-width: 430px;
	width: 100%;
}

.content-factory-modal .button {
	margin: 12px auto 0;
	max-width: 430px;
	width: 100%;
}

.welcome-block-die {
	padding: 2px 8px;
	margin: 0 auto;
	border: 1px solid #404040;
	border-radius: 24px;
	margin-bottom: 22px;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
	color: #404040;
	max-width: 275px;
	width: 100%;
}

.welcome-block-die span {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	letter-spacing: 0px;
	text-align: center;
	background: linear-gradient(90deg, #5AA4FF 0%, #7A4EFF 100%);
	border-radius: 12px;
	color: #fff;
	padding: 0 4px;
}

.autopilot-die {
	position: absolute;
	top: 14px;
	right: 14px;
	font-weight: 700;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 1px 8px;
	background: linear-gradient(90deg, #5AA4FF 0%, #7A4EFF 100%);
	border-radius: 12px;
}

.content-factory-modal-2 .main-page-modal__header {
	padding: 12px;
}

.content-factory-modal-2__img {
	width: 31%;
}

.content-factory-modal-2__sutitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 133%;
	letter-spacing: 0%;
	color: #525252;
	margin-bottom: 10px;
}

.content-factory-modal-2__cards {
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.content-factory-modal-2-card {
	box-shadow: 0px 2.78px 13.22px 0px #0C39631A;
	border-radius: 8px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 33%;
}

.content-factory-modal-2-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-factory-modal-2-card__title {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 26px;
	color: #000000;
	margin-bottom: 2px;
}

.content-factory-modal-2-card__text {
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	color: #060B13;
}

.content-factory-modal-2__title {
	font-weight: 400;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	color: #000000;
	margin-bottom: 16px;
}

.content-factory-modal-2-card-bottom-inner {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-bottom: 24px;
}

.content-factory-modal-2-card-bottom {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 24px;
	border: 1px solid #ECE6FF6B;
	background: linear-gradient(180deg, #F0F8FF 0%, #F0F6FF 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.8) 100%);
	border-radius: 10px;
}

.content-factory-modal-2-card-bottom__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #262556;
	margin-bottom: 2px;
}

.content-factory-modal-2-card-bottom__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 133%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #060B13;
}

@media(max-width: 1400px) {

	.welcome-block__img-1,
	.welcome-block__img-2 {
		width: 30%;
	}
}

@media(max-width: 1200px) {
	.ai-marketing-card {
		width: 48%;
	}

	.here-get {
		align-items: flex-start;
	}
}

@media(max-width: 1000px) {
	.here-you-get-main-card {
		gap: 40px;
	}

	.here-you-get-main-card img {
		width: 30%;
		height: auto;
		order: 1;
	}

	.here-you-get-main-card__content {
		order: 2;
	}

	.here-you-get-card img {
		width: 30%;
		height: auto;
	}

	.main-page-modal__header img {
		width: 40%;
	}

	.main-page-modal__title {
		font-size: 32px;
	}

	.main-page-modal__subtitle {
		font-size: 20px;
	}

	.main-page-modal__die {
		font-size: 14px;
	}

	.content-factory-modal-card__title {
		font-size: 20px;
	}

	.content-factory-modal-card__descr {
		font-size: 14px;
	}

	.content-factory-modal-card {
		flex: 0 1 28%;
	}

	.seo-modal-card {
		padding: 12px;
	}

	.seo-modal-card__text {
		font-size: 18px;
		line-height: 22px;
	}

	.seo-modal-card__icon {
		margin-bottom: 14px;
	}

	.seo-modal__text {
		font-size: 22px;
	}

	.seo-modal__icons img {
		width: 40px !important;
		height: 40px !important;
	}

	.seo-modal__title {
		font-size: 26px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

@media(max-width: 960px) {
	.here-get-card {
		width: 100%;
	}

	.here-get img {
		width: 40%;
	}

	.benefits-item {
		flex-direction: column;
	}

	.benefits-item__content {
		order: 1;
	}

	.benefits-item img {
		order: 2;
	}

	.neuron-network__img-block {
		padding: 6px;
		border-radius: 10px;
	}

	.neuron-network__img-block p {
		font-size: 14px;
	}

	.neuron-network__img-block--1 {
		max-width: 235px;
	}

	.neuron-network__img-block--2 {
		max-width: 400px;
	}
}

@media(max-width: 800px) {
	.welcome-block__img-1 {
		display: none;
	}

	.welcome-block__img-2 {
		display: none;
	}

	.welcome-block__title {
		font-size: 64px;
	}

	.welcome-block__subtitle {
		font-size: 28px;
	}

	.here-you-get-title,
	.fast-smm__title,
	.launch-ai__title {
		font-size: 44px;
		margin: 0 auto 12px;
	}

	.here-you-get-subtitle,
	.fast-smm__subtitle,
	.launch-ai__subtitle {
		font-size: 18px;
		margin: 0px auto 28px;
	}

	.here-you-get-card-title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.here-you-get-card-subtitle {
		font-size: 18px;
		margin-bottom: 31px;
	}

	.here-you-get {
		margin-bottom: 70px;
	}

	.fast-smm {
		padding: 40px;
		margin-bottom: 70px;
	}

	.launch-ai {
		padding: 54px 20px 54px;
	}

	.content-factory-modal-2__cards {
		flex-direction: column;
	}

	.content-factory-modal-2-card {
		width: 100%;
		padding: 12px;
		gap: 2px;
	}

	.main-page-modal__toptitle {
		margin-bottom: 6px;
	}

	.content-factory-modal-2__title {
		font-size: 20px;
	}

	.content-factory-modal-2-card-bottom-inner {
		flex-direction: column;
	}

	.seo-modal-new-card {
		padding: 14px;
	}

	.seo-modal-new-card svg {
		width: 60px !important;
		height: 60px !important;
	}

	.seo-modal__row-cards {
		gap: 8px;
	}

	.seo-modal-new-card {
		max-width: 48%;
	}
}

@media(max-width: 680px) {
	.main-page-modal__header img {
		display: none;
	}

	.content-factory-modal-card {
		flex: 1 1 32%;
	}
}

@media(max-width: 575px) {
	.content-factory-modal-2-card-bottom {
		padding: 12px;
	}

	.content-factory-modal__socials {
		margin-top: 14px;
	}

	.seo-modal__title {
		font-size: 18px;
	}

	.seo-modal__text {
		font-size: 17px;
	}

	.welcome-block__title {
		font-size: 34px;
	}

	.welcome-block__subtitle {
		font-size: 18px;
	}

	.here-you-get-title,
	.fast-smm__title,
	.launch-ai__title {
		font-size: 24px;
		margin: 0 auto 12px;
	}

	.here-you-get-subtitle,
	.fast-smm__subtitle,
	.launch-ai__subtitle {
		font-size: 14px;
		margin: 0px auto 28px;
	}

	.welcome-block .button {
		padding: 10px 80px;
	}

	.welcome-block {
		margin-bottom: 40px !important;
		margin-top: 0;
		border-radius: 16px;
		padding-top: 34px !important;
	}

	.ai-marketing__inner {
		gap: 10px;
	}

	.play-btn {
		flex-direction: column;
	}

	.ai-marketing-card__watch-btn {
		font-size: 12px;
		line-height: 22px;
	}

	.page-title {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.clients-banner__title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.clients-banner__subtitle {
		font-size: 14px;
	}

	.ai-marketing__icons {
		gap: 6px;
	}

	.seo-block__icons {
		gap: 6px;
	}

	.sales-department__social {
		gap: 6px;
	}

	.ai-marketing__icons img {
		width: 40px;
		height: 40px;
	}

	.seo-block__icons img {
		width: 40px;
		height: 40px;
	}

	.sales-department__social svg {
		width: 40px;
		height: 40px;
	}

	.ai-marketing-card .icon {
		margin: 0 auto;
		margin-bottom: 12px;
	}

	.ai-marketing-card__header {
		margin-bottom: 12px;
		gap: 0;
	}

	.seo-block-card .icon {
		margin-bottom: 6px;
	}

	.sales-department-card__title {
		font-size: 18px;
		line-height: 22px;
	}

	.clients-banner {
		padding: 8px;
		margin-bottom: 50px;
		gap: 14px;
	}

	.ai-marketing__title {
		font-size: 24px;
	}

	.ai-marketing__subtitle {
		font-size: 18px;
	}

	.ai-marketing-card {
		width: 48%;
		padding: 10px 18px;
	}

	.ai-marketing-card__title {
		font-size: 18px;
		text-align: center;
	}

	.ai-marketing {
		margin-bottom: 50px;
	}

	.here-get__title {
		font-size: 24px;
		margin-bottom: 24px;
	}

	.connections-item-list {
		margin-bottom: 32px;
	}

	.here-you-get {
		margin-bottom: 40px;
	}

	.here-get img {
		width: 24px;
		height: 24px;
		margin-bottom: 4px;
	}

	.here-get-card__title {
		font-size: 20px;
	}

	.here-get-card__subtitle {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.here-get__inner {
		gap: 25px;
	}

	.here-get {
		margin-bottom: 50px;
	}

	.seo-block__title {
		font-size: 24px;
	}

	.seo-block__subtitle {
		font-size: 18px;
	}

	.seo-block__icons {
		margin-bottom: 35px;
	}

	.seo-block__text {
		font-size: 22px;
	}

	.seo-block__inner {
		flex-direction: column;
	}

	.seo-block-card {
		padding: 10px;
		max-width: 100%;
	}

	.seo-block-card .icon {
		margin-bottom: 12px;
	}

	.seo-block-card__title {
		font-size: 18px;
		line-height: 24px;
		width: 100%;
	}

	.content-factory-modal-2__sutitle {
		font-size: 18px;
		line-height: 110%;
	}

	.seo-block {
		margin-bottom: 50px;
	}

	.sales-department-block__title {
		font-size: 24px;
	}

	.sales-department-block__subtitle {
		font-size: 20px;
	}

	.sales-department-block img {
		margin-bottom: 30px;
		width: 90%;
	}

	.benefits-item__list-item {
		max-width: 92%;
		margin: 0 auto;
	}

	.sales-department-block__inner {
		flex-wrap: wrap;
		gap: 10px;
	}

	.sales-department-card {
		max-width: 100%;
		width: 48%;
		padding: 10px;
	}

	.sales-department__text {
		font-size: 18px;
	}

	.sales-department-block {
		margin-bottom: 50px;
		padding: 0;
	}

	.benefits-item {
		gap: 40px;
	}

	.benefits-item img {
		width: 90%;
	}

	.benefits-item__title {
		font-size: 24px;
		text-align: center;
	}

	.benefits-item__subtitle {
		font-size: 18px;
		margin-bottom: 15px;
		text-align: center;
	}

	.benefits-item__list-item svg {
		flex: 0 0 auto;
	}

	.benefits-btn {
		margin-bottom: 50px !important;
	}

	.sales-department-card {
		padding: 20px 0;
	}

	.use-cases {
		padding: 40px 0;
	}

	.perfect-for {
		margin-bottom: 50px;
	}

	.perfect-for__inner {
		flex-direction: column;
		gap: 20px;
	}

	.perfect-for__title {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.perfect-for__item {
		font-size: 20px;
		padding: 22px 26px;

	}

	.neuron-ai-card__content {
		padding: 20px;
	}

	.neuron-network__banner {
		gap: 20px;
		flex-direction: column;
		padding: 10px 20px;
	}

	.neuron-network__banner-text {
		font-size: 18px;
	}

	.use-benefits__btns {
		flex-direction: column;
	}

	.your-own__title {
		font-size: 22px;
	}

	.your-own__subtitle {
		font-size: 18px;
	}

	.your-own img {
		max-width: 100%;
	}

	.your-own__row {
		flex-direction: column;
	}

	.your-own-card {
		flex-direction: column;
		padding: 10px;
	}

	.your-own__text {
		font-size: 18px;
		line-height: 24px;
	}

	.welcome-btn-text {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.neuron-ai-title {
		font-size: 24px;
		margin-top: 20px;
	}

	.neuron-ai-subtitle {
		font-size: 18px;
	}

	.neuron-network__img-block p {
		font-size: 12px;
	}

	.neuron-network__img-block--1 {
		max-width: 170px;
		bottom: 0;
	}

	.neuron-network__img-block--2 img {
		max-width: 100px;
	}

	.neuron-network__img-block--2 {
		max-width: 270px;
		bottom: 50px;
	}

	.neuron-network__main-title span {
		font-size: 24px;
	}

	.neuron-network__main-title {
		font-size: 24px;
		margin: 0 auto 20px;
	}

	.here-you-get-main-card {
		flex-direction: column;
	}

	.here-you-get__row {
		flex-direction: column;
	}

	.here-you-get-card {
		width: 100%;
	}

	.here-you-get-main-card {
		gap: 0;
	}

	.fast-smm {
		padding: 18px;
		margin-bottom: 40px;
	}

	.launch-ai {
		padding: 36px 20px 18px;
		margin-bottom: 6px;
	}

	.launch-ai__die {
		font-size: 12px;
		line-height: 120%;
	}

	.main-page-modal__title {
		font-size: 20px;
		text-align: center;
		margin-bottom: 6px;
	}

	.main-page-modal__die {
		font-size: 12px;
	}

	.main-page-modal__subtitle {
		font-size: 14px;
		line-height: 120%;
		margin-bottom: 0px;
		text-align: center;
	}

	.main-page-modal__text-2 {
		font-size: 18px;
	}

	.seo-modal-new-card {
		justify-content: flex-start;
	}

	.seo-modal-new-card svg {
		width: 45px !important;
		height: 45px !important;
	}

	.main-page-modal__content-item {
		padding: 4px 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.content-factory-modal-card__img {
		padding: 5px;
		height: 170px;
		margin-bottom: 4px;
	}

	.content-factory-modal-card__title {
		font-size: 18px;
		line-height: 24px;
	}

	.content-factory-modal-card__descr {
		font-size: 12px;
	}

	.seo-modal-card {
		height: auto;
	}

	.seo-modal__row {
		gap: 8px;
	}

	.seo-modal-card__icon {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.main-page-modal__toptitle {
		font-size: 16px;
	}

	.main-page-modal__text {
		font-size: 18px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.seo-modal-card__icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.seo-modal-card__icon svg {
		width: 38px !important;
		height: 38px !important;
	}

	.seo-modal-card__text {
		font-size: 12px;
		line-height: 16px;
	}

	.here-you-get-card-title {
		font-size: 22px;
	}

	.here-you-get-card-subtitle {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.button--gradient-border {
		font-size: 14px;
		padding: 8px;
	}

	.button--gradient {
		font-size: 14px;
		padding: 8px;
	}

	.content-factory-modal-2 .modal-content {
		padding: 6px !important;
	}

	.seo-modal .modal-content {
		padding: 6px !important;
	}

	.content-factory-modal .modal-content {
		padding: 6px !important;
	}

	.content-factory-modal__content-inner {
		margin-bottom: 6px;
	}

	.main-page-modal__header {
		padding: 0;
		padding-top: 20px;
	}

	.here-you-get-main-card {
		padding-top: 32px;
	}

	.here-you-get-main-card img {
		width: 60%;
	}

	.here-you-get-card {
		padding-top: 42px;
	}

	.here-you-get-card img {
		width: 44%;
	}
}

/* ==================================================================== */

@media (max-width: 1440px) {
	.page-block.worldwide .inner-block {
		padding: 60px 30px 20px;
	}
}

@media(max-width: 1200px) {
	.main__title {
		width: 100%;
		text-align: center;
	}

	.main__text {
		text-align: center;
	}

	.main__row {
		justify-content: center;
	}

	.benefits-expert__info-card {
		width: 48%;
		padding: 25px 20px;
	}

	.business-prompt-card {
		width: 48%;
	}

	.business-prompt-card {
		flex-direction: column;
	}

	.business-prompt-card__title {
		text-align: center;
	}

	.business-prompt-card__text {
		text-align: center;
	}

	.our-partners__inner {
		height: 65px;
	}

	.our-partners__item {
		flex: 0 0 auto;
		height: 55px;
	}

	.our-partners__item img {
		width: 100%;
		height: 100%;
	}

	.message-center__row {
		flex-wrap: wrap;
	}

	.message-center__card {
		width: 49%;
	}

	.message-center__card:nth-child(2) {
		width: 49%;
	}

	.modern-workflow {
		flex-wrap: wrap;
	}

	.modern-workflow-card {
		width: 48%;
	}

	.worldwide__stats-title {
		font-size: 30px;
		text-align: center;
	}

	.worldwide__stats-text {
		font-size: 18px;
	}

	.benefits-expert__avatar {
		max-width: 700px;
		padding-bottom: 0;
		margin: 0 auto 35px;
	}

	.worldwide__stats {
		justify-content: center;
	}

	.operators-card {
		width: 49%;
	}
}

@media(max-width: 990px) {
	.our-partners__inner {
		justify-content: flex-start;
	}

	.worldwide__stats-title {
		font-size: 22px;
		line-height: 28px;
	}

	.worldwide__stats-text {
		font-size: 14px;
		line-height: 18px;
	}

	.neuron-network-row {
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.page-block.worldwide .inner-block {
		padding: 20px 7px;
	}

	.section-tabs__btn-inner svg {
		display: none;
	}

	.welcome-modal__title {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.welcome-modal__form-wrapper {
		padding: 50px 20px 40px;
	}

	.worldwide__map {
		max-width: 70%;
	}

	.products-modal .modal-content {
		padding: 55px 45px 35px;
	}

	.subtitle-one {
		font-size: 20px;
	}

	.section-tabs__btn-inner {
		padding: 8px;
		font-size: 14px;
		line-height: 22px;
	}

	.section-tabs__btn-inner::after {
		width: 4px;
	}

	.automation-card {
		font-size: 16px;
		line-height: 22px;
		padding: 20px 30px;
	}

	.digital-worker-card__avatar {
		max-width: 190px;
	}

	.neuron-network {
		padding-top: 50px;
	}
}

@media(max-width: 550px) {
	.section-tabs-wrapper {
		top: -5px;
	}

	.message-center .inner-block {
		padding: 20px 7px;
	}

	.title-text {
		font-size: 14px;
	}

	.message-center__row {
		flex-wrap: wrap;
	}

	.message-center__card,
	.message-center__card:nth-child(2) {
		width: 100%;
	}

	.message-center__card {
		padding: 14px;
	}

	.message-center__card-title {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.message-center__icons img {
		width: 32px;
		height: 32px;
	}

	.modern-workflow {
		flex-wrap: wrap;
		gap: 26px;
	}

	.modern-workflow-card {
		width: 100%;
		gap: 3px;
	}

	.modern-workflow-card__title {
		font-size: 17px;
	}

	.modern-workflow-card__text {
		font-size: 14px;
	}

	.worldwide__stats {
		align-items: flex-start;
		gap: 7px;
	}

	.worldwide__stats-card {
		margin: 0 auto;
	}

	.worldwide__stats-card:last-child,
	.worldwide__stats-card:first-child {
		position: static;
	}

	.worldwide__text {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 28px;
	}

	.worldwide__text-small {
		font-size: 14px;
		line-height: 20px;
	}

	.neuron-ai__img-cover {
		overflow: hidden !important;
	}

	.neuron-network__inner {
		flex-direction: column;
		gap: 10px;
	}

	.neuron-network-card {
		width: 100%;
	}

	.message-hub__text {
		font-size: 16px;
		line-height: 22px;
	}

	.message-hub__text-big {
		font-size: 16px;
		line-height: 22px;
	}

	.section-tabs-contnet .page-block {
		margin-top: 20px !important;
	}

	.section-tabs-contnet .page-block.worldwide {
		margin-top: 0 !important;
		padding-bottom: 0;
	}

	.worldwide__stats-card:last-child,
	.worldwide__stats-card:first-child {
		transform: translateY(0);
	}

	.neuron-ai {
		margin-bottom: 0;
	}

	.neuron-network__subtitle {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.use-benefits__title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.use-benefits__subtitle {
		font-size: 18px;
	}

	.use-benefits {
		margin-bottom: 40px;
	}

	.how-we-make__title {
		font-size: 20px;
		margin-bottom: 45px;
	}

	.benefits-expert__avatar-content {
		padding-left: 0;
	}

	.benefits-expert__avatar-title-subtitle {
		text-align: center;
	}

	.benefits-expert__avatar-content button {
		margin: 0 auto;
	}

	.worldwide__stats-title {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}

	.worldwide__stats-text {
		font-size: 12px;
		line-height: 16px;
	}

	.welcome-modal .modal__close {
		width: 32px;
		height: 32px;
		top: 5px;
		right: 5px;
	}

	.welcome-modal__form-wrapper {
		padding: 15px;
	}

	.welcome-modal__title {
		font-size: 18px;
		line-height: 26px;
		max-width: 75%;
		margin: 0 auto 20px;
	}

	.welcome-modal__text {
		font-size: 14px;
	}

	.welcome-modal__inner {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.welcome-banner__img {
		display: none;
	}

	.welcome-modal .modal-content::-webkit-scrollbar {
		width: 9px;
		border-radius: 14px;
		background-color: #f1f3f5;
	}

	.welcome-modal .modal-content::-webkit-scrollbar-thumb {
		border-radius: 9px;
		background-color: #1b193f;
	}

	.welcome-modal .modal-content::-webkit-scrollbar-track {
		border-radius: 9px;
		background-color: #f1f3f5;
	}

	.welcome-modal-form .input {
		min-height: 45px;
		height: 45px;
	}

	.welcome-modal-form__row .input {
		padding: 14px 11px;
	}

	.page-block.worldwide .inner-block {
		padding: 20px 7px;
		padding-bottom: 0;
	}

	.worldwide__map {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.welcome-banner {
		flex-direction: column;
		padding: 20px;
	}

	.welcome-modal-form__btn {
		margin-top: 25px;
	}

	.welcome-banner__list {
		font-size: 14px;
	}

	.business-prompt-card {
		width: 100%;
	}

	.benefits-expert__avatar-content {
		max-width: 340px;
	}

	.business-prompt-card {
		width: 100%;
	}

	.digital-worker__block {
		margin-top: 35px;
		padding: 15px;
	}

	.modern-workflow-card {
		width: 100%;
	}

	.message-center__row {
		flex-direction: column;
	}

	.message-center__card {
		width: 100%;
	}

	.message-center__card:nth-child(2) {
		width: 100%;
	}

	.subtitle-one {
		font-size: 16px;
		line-height: 24px;
	}

	.section-tabs {
		padding-top: 50px;
	}

	.section-tabs__btn-inner svg {
		display: none;
	}

	.info-cards-row {
		flex-direction: column;
	}

	.info-card {
		width: 100%;
	}

	.individuals {
		margin-bottom: 20px;
	}

	.individuals__inner {
		flex-direction: column;
	}

	.individuals-card {
		width: 100%;
	}

	.sections-tabs-buttons {
		margin-bottom: 20px !important;
	}

	.sales-manager-advantages__title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 26px;
	}

	.sales-manager-advantages__inner {
		flex-direction: column;
	}

	.sales-manager-advantages-card {
		width: 100%;
	}

	.sales-manager-advantages-card__title {
		font-size: 17px;
		line-height: 20px;
	}

	.sales-manager-advantages-card__text {
		font-size: 13px;
		line-height: 16px;
	}

	.unified-brain-banner {
		padding: 10px;
		margin-top: 20px;
	}

	.unified-brain-banner__title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.unified-brain-banner__text {
		font-size: 16px;
		line-height: 24px;
	}

	.unified-brain-banner__socials {
		flex-wrap: wrap;
	}

	.enterprise-solutions__title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 4px;
	}

	.enterprise-solutions__subtitle {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 28px;
	}

	.enterprise-solutions__inner {
		flex-direction: column;
	}

	.enterprise-solutions-card {
		margin-bottom: 5px;
	}

	.customer-acquisition__title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.business-prompt-card__title {
		font-size: 16px;
	}

	.business-prompt-card__text {
		font-size: 12px;
	}

	.publisher__business-prompt {
		margin-bottom: 40px;
	}

	.seo-manger__title {
		font-size: 24px;
	}

	.seo-manager__text {
		font-size: 14px;
	}

	.seo-manager__inner {
		flex-direction: column;
		gap: 20px;
	}

	.seo-manager__list-item {
		font-size: 15px;
		line-height: 19px;
	}

	.seo-manager__img {
		order: -1;
	}

	.start-news__title {
		font-size: 24px;
		line-height: 32px;
	}

	.start-news-banner {
		flex-direction: column;
		gap: 12px;
	}

	.start-news-banner__img img {
		display: block;
		margin: 0 auto;
	}

	.start-news-banner__title {
		font-size: 17px;
		text-align: center;
	}

	.start-news-banner__text {
		font-size: 12px;
		text-align: center;
	}

	.publisher__card {
		padding: 15px 10px;
		gap: 5px;
	}

	.publisher__card .h3 {
		font-size: 16px;
	}

	.publisher__card .text {
		font-size: 12px;
	}

	.one-click-integration__title {
		font-size: 24px;
		margin-bottom: 22px;
	}

	.one-click-integration-card {
		flex-direction: column;
		padding: 15px;
	}

	.one-click-integration-card__wrap-btn {
		flex-direction: column;
		gap: 15px;
	}

	.one-click-integration-card__title {
		font-size: 22px;
	}

	.one-click-integration-card__subtitle {
		font-size: 15px;
	}

	.one-click-integration-card__text {
		font-size: 14px;
	}

	.intra-corporate {
		padding: 10px;
	}

	.intra-corporate__title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.intra-corporate__subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.use-cases__title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0;
	}

	.use-cases__subtitle {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	.use-cases__use-case-title {
		font-size: 26px;
	}

	.use-cases-card {
		width: 100%;
	}

	.use-cases-card__title,
	.use-cases-card__subtitle,
	.use-cases-card__text {
		text-align: center;
	}

	.seo-manager,
	.start-news {
		margin-bottom: 40px !important;
	}

	.company-builder-banner__title,
	.company-builder-banner__subtitle,
	.company-builder-banner__text {
		text-align: center;
	}

	.company-builder-banner {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.company-builder-banner__title {
		font-size: 36px;
		line-height: 38px;
	}

	.create-company-title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.inner-block-title {
		font-size: 28px;
		font-weight: 600;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.neuron-network__btns .button {
		width: 48% !important;
		padding: 16px;
	}

	.increase-sales {
		display: none;
	}

	.call-center .inner-block {
		padding: 10px !important;
	}

	.call-center__title {
		font-size: 26px;
	}

	.call-center-banner {
		flex-direction: column;
		padding: 10px;
	}

	.call-center-banner__content {
		padding: 13px 0;
	}

	.call-center-banner__title {
		font-size: 20px;
		font-weight: 600;
		line-height: 24px;
	}

	.inner-block {
		padding: 20px 10px !important;
	}

	.call-center-banner__content .button {
		max-width: 100% !important;
	}

	.integration-list {
		flex-wrap: wrap;
	}

	.integration-item {
		justify-content: flex-start;
		padding: 8px 5px;
		width: 49%;
		font-size: 16px;
	}

	.integration-banner {
		flex-direction: column;
		padding: 10px;
	}

	.integration-title {
		font-size: 18px;
		line-height: 22px;
	}

	.integration-banner__rigth {
		font-size: 14px;
		width: 100%;
	}

	.crms-list {
		gap: 20px 0;
	}

	.crms-list img {
		max-width: 45%;
	}

	.crm__subtitle {
		font-size: 18px;
	}

	.ai-sales-manager__title,
	.crm__title {
		font-size: 26px;
		line-height: 32px;
	}

	.company-builder-banner__btn {
		margin: 0 auto;
	}

	.ai-sales-manager__subtitle {
		font-size: 16px;
		line-height: 24px;
	}

	.ai-sales-manager {
		padding: 10px;
	}

	.news-manager__text {
		font-size: 18px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.news-manager__btn {
		max-width: 100%;
	}

	.news-manager {
		margin-bottom: 0 !important;
	}

	.news-manager__img {
		margin-bottom: 0;
	}

	.ai-sales-manager {
		margin-bottom: 20px;
	}

	.news-manager__title {
		font-size: 18px;
		line-height: 24px;
	}

	.neuron-ai-card {
		flex-direction: column;
		gap: 4px;
	}

	.neuron-ai-card__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 2px;
	}

	.neuron-ai-card__text {
		font-size: 16px;
		line-height: 20px;
	}

	.neuron-ai-card img {
		order: 1;
	}

	.video-title {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.video-subtitle {
		font-size: 14px;
	}

	.neuron-ai-tabs .tabs__nav {
		overflow: auto;
		align-items: flex-start;
		justify-content: flex-start;
		padding-bottom: 7px;
		margin-bottom: 10px;
	}

	.neuron-ai-card__buttons {
		margin-top: 10px;
		gap: 4px;
	}

	.neuron-ai-card__buttons .button--blue {
		padding: 16px 4px;
	}

	.neuron-ai-card__buttons .button--transparent {
		width: 50% !important;
	}

	.use-benefits-card {
		width: 100%;
	}

	.marketing-departments-benefits__item {
		width: 100%;
	}

	.use-benefits__inner {
		flex-direction: column;
	}

	.use-benefits-card__img {
		max-width: 100%;
		width: 75%;
		margin: 0 auto;
	}

	.ai-business__title {
		font-size: 26px;
	}

	.ai-business__text {
		font-size: 20px;
	}

	.ai-business-banner {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.ai-mode-card {
		flex-direction: column;
		gap: 10px;
	}

	.ai-business__text {
		line-height: 180%;
		margin-bottom: 20px;
	}

	.operators-card {
		width: 100%;
	}

	.ai-mode-card__cover-img {
		flex: auto;
	}

	.network-page .neuron-network__inner {
		margin-bottom: 36px;
	}

	.feature-for-you__title {
		font-size: 34px;
		line-height: 120%;
		margin-bottom: 9px;
	}

	.feature-for-you__subtitle {
		font-size: 22px;
		margin-bottom: 40px;
	}

	.feature-for-you__inner {
		gap: 40px;
	}

	.feature-for-you__row {
		flex-direction: column;
		gap: 40px;
	}

	.feature-for-you__row img {
		order: 1;
	}

	.feature-for-you__row-title {
		font-size: 24px;
	}

	.feature-for-you__row-subtitle {
		font-size: 18px;
	}

	.network-banner {
		padding: 16px;
	}

	.network-banner__title {
		font-size: 26px;
	}

	.network-banner__text {
		font-size: 18px;
	}

	.feature-for-you {
		margin-bottom: 40px;
	}

	.here-get iframe {
		height: 230px !important;
	}

	.seo-block-card {
		display: flex;
		align-items: center;
	}

	.seo-block-card .icon {
		margin: 0;
	}
}

@media (max-width: 500px) {
	.our-partners {
		margin-bottom: 10px;
	}

	.scroll-up {
		gap: 0px;
		padding: 3px;
		position: fixed;
		bottom: 10px;
		left: 10px;
	}

	.scroll-up svg {
		width: 39px !important;
		height: 24px !important;
	}

	.scroll-up p {
		font-size: 9px;
	}

	.communications__text {
		font-size: 16px;
		margin-top: 4px;
		margin-bottom: 12px;
		line-height: 18px;
	}

	.e-workers-phrase {
		right: -7px;
	}

	.sections-tabs-buttons__btn {
		font-size: 14px;
		max-width: 180px;
	}

	.sections-tabs-buttons__btn svg {
		width: 40px;
		height: 40px;
	}

	.sections-tabs-buttons {
		gap: 15px;
	}

	.learn-product-title {
		font-size: 17px;
		margin-bottom: 18px;
	}

	.inner-block.neuron-network {
		padding-bottom: 0 !important;
	}

	.perfect-for__inner img {
		width: 100%;
	}

	.e-workers__title {
		font-size: 24px;
		line-height: 30px;
	}

	.e-workers__text {
		font-size: 16px;
		line-height: 25px;
	}

	.e-workers__inner {
		flex-direction: column;
	}

	.e-workers-card {
		width: 100%;
	}

	.sales-manager__title,
	.support__title,
	.news-managers__title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 9px;
	}

	.sales-manager__subtitle,
	.support__subtitle,
	.news-managers__subtitle {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.sales-manager__text {
		font-size: 16px;
		line-height: 22px;
	}

	.news-manager {
		flex-direction: column;
		gap: 8px;
	}

	.news-manager__info-text {
		margin-left: 0 !important;
	}

	.support {
		margin-bottom: 0 !important;
	}

	.custom-employees__inner {
		flex-direction: column;
	}

	.custom-employees-card {
		width: 100%;
		gap: 4px;
	}

	.custom-employees-card__title {
		font-size: 17px;
		line-height: 20px;
	}

	.here-get-card__text {
		font-size: 16px;
	}
}

@media(max-width: 410px) {
	.worldwide__stats-title {
		font-size: 14px;
		line-height: 16px;
	}

	.worldwide__stats-text {
		font-size: 11px;
		line-height: 14px;
	}
}