.btn_banner_neyrosety {
	margin: 60px 0 30px;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.btn_banner_neyrosety .button__inner {
	height: 63px;
}

.trigger_nejroseti {
	width: 100%;
	max-width: 1220px;
}


.advertising_nejroseti .detail-card__inner p {
	max-width: 360px;
}

.advertising_nejroseti .detail-card__inner ul {
	list-style: disc;
	padding-left: 40px;
	max-width: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.advertising_nejroseti {
	margin-bottom: 120px;
}

.analitika_keys_box .nejroseti_section_title.u-title-large {
	font-family: 'Futura Bold', Arial, Helvetica, sans-serif !important;
	font-size: 20px;
}

.nejroseti_section_analitika .logos__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
}

.effektivnost_neyroset_title {
	max-width: 900px !important
}

.nash_podhod_neyroset_text {
	max-width: 100%;
}

.nejroseti_tekhnologii .benefits-table__item .benefits-table__text ul {
	list-style: disc;
	padding-left: 35px;
	margin: 20px 0 10px;
}


@-webkit-keyframes last_box {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: .6;
	}
}


@keyframes last_box {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: .6;
	}
}

.nejroseti_tekhnologii .benefits-table__item:last-of-type {
	-webkit-animation: last_box 4s ease-out forwards;
	animation: last_box 4s ease-out forwards;
}



/*-------*/

.why_seo_box {
	margin: 0 0 150px;
}

.why_seo_box_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 56px;
}

.why_seo_box_left {
	width: calc(50% - 40px);
	background: #3B4ACC;
	position: relative;
	z-index: 0;
	padding: 128px 70px 128px 0;
}


.why_seo_box_left::after {
	position: absolute;
	content: '';
	width: calc(100% + 50vw);
	height: 100%;
	left: -50vw;
	top: 0;
	background: #3B4ACC;
	z-index: -1;
}

.why_seo_box_left .section__title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	color: #fff;
	margin: 0 0 40px;
}

.why_seo_box .section-title:before {
	background: #94e8b4;
}


.why_seo__text {

	font-weight: 400;
	font-size: 20px;
	line-height: 130%;
	color: #fff;
}

.why_seo__text strong {
	font-family: var(--second-family);
	font-weight: 600;
}

.why_seo_box_right {
	width: calc(50% - 16px);
}

.why_seo_box_right .why_seo_box_text {
	font-size: 20px;
	line-height: 120%;
	color: #000;
	margin: 0 0 60px;
}

.why_seo_box_right .why_seo_box_text strong {
	color: #3b4acc;
}

.why_seo__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
}

.why_seo__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
	padding: 50px 20px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: calc(50% - 10px);
}


.why_seo__item:nth-child(2) {
	margin-top: 120px;
}

.why_seo__item_icon {
	height: 49px;
	max-width: 158px;
}

.why_seo__item_icon img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: left;
	object-position: left;
	height: 100%;
	width: 100%;
}

.why_seo__item_title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}

.why_seo__item__subtitle {

	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}


.promotion_strategy_box {
	margin-bottom: 150px;
}

.promotion_strategy_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 20px;
}

.promotion_strategy_left {
	width: calc(50% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.promotion_strategy_title {
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	color: #000;
	margin: 0 0 70px;
}

.promotion_strategy_item {
	margin: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
	max-width: 496px;
}

.promotion_strategy_subtitle {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 125%;
	color: #000;
}

.promotion_strategy_text {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}

.promotion_strategy_right {
	width: calc(50% - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.promotion_strategy_photo {
	max-width: 496px;
	height: 472px;
}

.promotion_strategy_photo img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}

.promotion_strategy_info {
	position: absolute;
	bottom: 80px;
	left: 0;
	padding: 20px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	width: 290px;
}

.promotion_strategy__info_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 125%;
	color: #000;
	display: block;
	margin: 0 0 27px;
}

.promotion_strategy__info_text {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}

.promotion_strategy_bottom {
	position: relative;
	z-index: 0;
}

.promotion_strategy_bottom .container {
	position: relative;
}

.promotion_strategy_bottom::after {
	position: absolute;
	content: '';
	width: 125vw;
	height: 100%;
	left: -25vw;
	top: 0;
	background: #3B4ACC;
	z-index: -1;
}

.strategy_bottom_label {
	position: absolute;
	top: -22px;
	left: 0;

	border-radius: 20px;
	padding: 10px 30px;
	width: 358px;
	height: 44px;
	background: #94e8b4;

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #000;
}

.promotion_strategy_bottom::before {
	position: absolute;
	content: "";
	top: 176px;
	left: 0;
	width: 100%;
	height: calc(100% - 176px);
	background: var(--blue);
	z-index: -1;
}

.promotion_strategy_bottom .swiper-button-prev,
.promotion_strategy_bottom .swiper-button-next {
	top: 0;
	right: 0;
	height: 100%;
	width: calc((100vw - 1217px) / 2);
	z-index: 5;
	background: rgba(17, 21, 60, 0.9);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.promotion_strategy_bottom .swiper-button-prev:hover,
.promotion_strategy_bottom .swiper-button-next:hover {
	background: #11153c;
}


.promotion_strategy_bottom .swiper-button-prev {
	display: none;
	left: auto;
}

.strategy_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 40px;
	padding: 80px 0 40px;
}

/*Анимация слайда*/

.strategy_slide_title,
.strategy_slide_item_subtitle,
.strategy_slide_item_text {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition:
		opacity 0.8s ease,
		-webkit-transform 0.8s ease;
	transition:
		opacity 0.8s ease,
		-webkit-transform 0.8s ease;
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
	transition:
		opacity 0.8s ease,
		transform 0.8s ease,
		-webkit-transform 0.8s ease;
}

/* активный слайд — запускаем появление */
.swiper-slide-active .strategy_slide_title,
.swiper-slide-active .strategy_slide_item_subtitle,
.swiper-slide-active .strategy_slide_item_text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* каскадная задержка */
.swiper-slide-active .strategy_slide_title {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.swiper-slide-active .strategy_slide_item_subtitle {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.swiper-slide-active .strategy_slide_item_text {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}


/*END Анимация слайда*/


.strategy_slide_item {
	width: calc(33.333% - 27px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

.strategy_slide_title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #fff;
}

.strategy_slide_item_subtitle {
	font-family: var(--font-family);
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	font-weight: 400;
}

.strategy_slide_item_text {
	color: #fff;
	max-width: 353px;
	padding-right: 15px;
}



.nejroseti_tarifu {
	margin-bottom: 140px;
}

.nejroseti_tarifu_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 40px;
}

.nejroseti_tarifu_item {
	width: calc(33.333% - 27px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 20px 0 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
	background: #fafafa;
}

.nejroseti_tarifu__title,
.nejroseti_tarifu__subtitle {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 26px;
	line-height: 130%;
	color: #3b4acc;
	padding: 0 20px;
}

.nejroseti_tarifu__title {
	color: #000;
	margin-bottom: 20px;
}

.nejroseti_tarifu__text {
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #000;
	padding: 0 20px;
	margin-bottom: 25px;
}

.nejroseti_tarifu__text strong {
	font-family: var(--font-family);
	font-size: 20px;
}

.nejroseti_tarifu__text ul {
	list-style: disc;
	padding-left: 35px;
	margin: 20px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 10px;
}

.nejroseti_tarifu__ohvat {
	background: #3b4acc;
	font-weight: 400;
	font-size: 20px;
	line-height: 125%;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	margin-top: auto;
	min-height: 100px;
}


@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.btn_banner_neyrosety {
		margin-top: 30px;
	}

	.btn_banner_neyrosety .button__inner {
		height: 50px;
		line-height: normal;
	}

	.trigger_nejroseti {
		margin: 0;
	}

	.advertising_nejroseti {
		margin-bottom: 45px;
	}

	.responsibility__box .detail-card__icon {
		min-height: 106px;
	}

	.responsibility__box .detail-card__inner .detail-card__title {
		font-size: 17px;
	}

	.advertising_nejroseti .detail-card__inner ul,
	.advertising_nejroseti .detail-card__inner p {
		font-size: 16px;
	}

	.analitika_keys_box .nejroseti_section_title.u-title-large {
		font-size: 22px;
	}

	.advertising_nejroseti .detail-card__inner ul {
		gap: 10px;
	}

	.analitika_keys_box .nejroseti_section_title.u-title-large {
		line-height: 1.2 !important;
	}

	.nejroseti_tekhnologii .section__title {
		font-size: 22px;
	}

	.why_seo_box_wrapper {
		gap: 25px;
	}

	.why_seo_box_left {
		width: 100%;
		padding: 35px 0;
	}

	.why_seo_box_left::after {
		left: -10vw;
	}

	.why_seo_box_left .section__title {
		font-size: 24px;
	}

	.why_seo__text {
		font-size: 16px;
	}

	.why_seo_box_right {
		width: 100%;
	}

	.why_seo_box_right .why_seo_box_text {
		font-size: 18px;
		margin: 0 0 25px;
	}

	.why_seo__item {
		width: 100%;
		padding: 25px 15px;
	}

	.why_seo__item:nth-child(2) {
		margin-top: 10px;
	}

	.why_seo_box {
		margin: 0 0 60px;
	}

	.promotion_strategy_right,
	.promotion_strategy_left {
		width: 100%;
	}

	.strategy_bottom_label {
		left: 0;
		right: 0;
		padding: 10px;
		width: 90%;
		margin: 0 auto;

	}

	.promotion_strategy_left .promotion_strategy_title {
		margin-bottom: 35px;
	}

	.promotion_strategy_item {
		margin-bottom: 35px;
		gap: 14px;
	}

	.promotion_strategy_item:last-of-type {
		margin: 0 0 15px;
	}

	.promotion_strategy_text {
		font-size: 18px;
	}

	.promotion_strategy_info {
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 266px;
	}

	.promotion_strategy__info_title {
		margin: 0 0 25px;
	}

	.strategy_slide_item {
		width: 100%;
		gap: 15px;
	}


	.promotion_strategy_box {
		margin-bottom: 60px;
	}

	.promotion_strategy__info_text {
		font-size: 16px;
	}

	.promotion_strategy_slider {
		padding-bottom: 70px;
	}

	.promotion_strategy_bottom .swiper-button-prev,
	.promotion_strategy_bottom .swiper-button-next {
		top: auto;
		bottom: 0;
		height: 70px;
		width: 100%;
	}


	.promotion_strategy_bottom .swiper-button-prev svg,
	.promotion_strategy_bottom .swiper-button-next svg {
		width: 92px;
	}


	.strategy_slide {
		gap: 30px;
		padding-top: 60px;
	}

	.strategy_slide_item_text br {
		display: none;
	}

	.nejroseti_tarifu {
		margin-bottom: 15px;
	}

	.nejroseti_tarifu_item {
		width: 100%;
	}


	.nejroseti_tarifu__title,
	.nejroseti_tarifu__subtitle {
		font-size: 24px;
	}

	.nejroseti_tarifu__text {
		font-size: 18px;
	}

	.nejroseti_tarifu__ohvat {
		min-height: 74px;
	}

	.nejroseti_tarifu__text ul {
		padding-left: 30px;
		margin: 20px 0 5px;
	}

	.section_audit_neyroset .button__inner {
		min-height: 58px;
	}



}


@media only screen and (min-width: 767px) and (max-width: 1200px) {
	.why_seo__item {
		gap: 20px;
		padding: 50px 20px;
		width: calc(50% - 10px);
	}

	.why_seo__item:nth-child(2) {
		margin-top: 60px;
	}



	.promotion_strategy_left {
		width: calc(50% - 10px);
	}

	.promotion_strategy_right {
		width: calc(50% - 10px);
	}

	.promotion_strategy_info {
		right: auto;
	}

	.promotion_strategy_photo {
		height: 390px;
	}

	.strategy_bottom_label {
		top: -22px;
		left: 2vw;
		padding: 10px 15px;
		width: 334px;
	}

	.strategy_slide {
		gap: 20px;
		padding-top: 76px;
	}

	.strategy_slide_item {
		width: calc(33.333% - 14px);
	}

	.nejroseti_tarifu {
		margin-bottom: 60px;
	}

	.nejroseti_tarifu_wrapper {
		gap: 20px;
	}

	.nejroseti_tarifu_item {
		width: calc(33.333% - 14px);
	}





}

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
	.why_seo_box_left {
		width: calc(50% - 40px);
		padding: 60px 50px 60px 0;
	}

	.why_seo_box_left::after {
		left: -50vw;
	}


	.why_seo_box_right {
		width: calc(53% - 15px);
	}

	.promotion_strategy_photo {
		height: 412px;
	}

}


@media only screen and (min-width: 1200px) and (max-width: 1900px) {

	.promotion_strategy_bottom .swiper-button-prev,
	.promotion_strategy_bottom .swiper-button-next {
		width: calc((100vw - 1200px) / 2);
	}


	.promotion_strategy_bottom .swiper-button-prev svg,
	.promotion_strategy_bottom .swiper-button-next svg {
		width: 75%;
	}
}

@media only screen and (min-width: 1200px) {

	.advertising_nejroseti.details--arrows .details__list {
		max-width: 1220px;
	}

	.advertising_nejroseti.details--arrows .details__item {
		margin-bottom: 80px;
	}


	.advertising_nejroseti.details--arrows .detail-card {
		width: 480px;
	}

	.advertising_nejroseti.details--arrows .details__item:nth-child(2) {
		margin-top: 216px;
	}

	.advertising_nejroseti.details--arrows .details__item:nth-child(2) .detail-card__inner {
		min-height: 480px;
	}

	.advertising_nejroseti.details--arrows .details__item--left:not(:first-child) {
		-webkit-transform: translateY(-110px);
		transform: translateY(-110px);
	}

	.neyrosety_arrow_right,
	.neyrosety_arrow_left {
		width: 216px;
		height: 170px;
	}

	.neyrosety_arrow_left {
		-webkit-transform: translateX(100%) translateX(-6px);
		transform: translateX(100%) translateX(-6px);
	}

	.neyrosety_arrow_right svg,
	.neyrosety_arrow_left svg {
		width: 100%;
		height: 100%;
		-o-object-fit: scale-down;
		object-fit: scale-down;
		-o-object-position: top;
		object-position: top;

	}

	.advertising_nejroseti.details--arrows .details__item:nth-child(1) .neyrosety_arrow_left {
		top: 62%;
	}

	.advertising_nejroseti.details--arrows .details__item:nth-child(2) .neyrosety_arrow_right {
		top: 78%;
	}

	.advertising_nejroseti.details--arrows .details__item:nth-child(3) {
		z-index: 5;
	}

	.advertising_nejroseti.details--arrows .details__item:nth-child(3) .neyrosety_arrow_left {
		top: 35%;
	}

	.nejroseti_section_analitika .gde_my_razmeshchaem_left {
		width: 44%;
	}

	.nejroseti_section_analitika .company-features__body.new_razmeshchaem_right {
		width: 58%;
	}


	.nejroseti_section_analitika .gde_my_razmeshchaem_right .logos__item {
		height: 144px;
	}


}
