@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 100;
	font-display: fallback;
	src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-100.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-100.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-200.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-200.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-300.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-300.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-400.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-400.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-500.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-500.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-600.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-600.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-700.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-700.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-800.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-800.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: fallback;
    src: url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-900.woff2') format('woff2'), url('/wp-content/themes/markway/assets/fonts/montserrat/montserrat-900.woff') format('woff');
}


/* custom-article */

/* cases breadcrumbs START */
.breadcrumbs-inner {
    margin: 0px 0 20px 0;
    width: 100%;
	max-width: 1450px;
	color: #828282;
	padding: 0 20px;
	font-size: 14px;
}

.breadcrumbs-inner a {
    text-decoration: none;
    margin-right: 6px;
	margin-left: 6px;
}

.breadcrumbs-inner a:first-child {
	margin-left: 0px;
}

.breadcrumbs-inner a {
    text-decoration: underline;
}

.breadcrumbs-inner span {
    margin-left: 6px;    
}

@media(max-width: 999px) {
	.breadcrumbs-inner {
		padding: 0;
		max-width: 720px;
		line-height: 24px;
		margin: 0px 0 10px 0;
	}
}
/* cases breadcrumbs END */


.post-content-section .container .custom-article p,
.post-content-section .container .custom-article ul,
.post-content-section .container .custom-article li {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
}

.post-content-section .container .custom-article li {
	margin: 0 0 0.88em;
}

.post-content-section .container .custom-article li:last-child {
	margin-bottom: 0;
}

.post-content-section .container .custom-article p {
	margin: 0 0 0.88em;
}

.post-content-section .container .custom-article h2 {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	text-align: inherit;
	padding: 0;
	font-weight: 700;
	margin: 0 0 1.25em;
}

.post-content-section .container .custom-article ul {
	margin: 0 0 0.88em;
}

.custom-article {
	max-width: 720px;
	padding: 0 10px;
	margin: 0 auto 40px;
	line-height: 1.21;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
}

.custom-article strong {
	font-weight: 600;
}

.custom-article .fw-medium {
	font-weight: 500 !important;
}

.custom-article .mb-0 {
	margin-bottom: 0 !important;
}

.custom-article .mb-p {
	margin-bottom: 0.88em;
}

.custom-article .mb-1 {
	margin-bottom: 1em;
}

.custom-article .mb-20 {
	margin-bottom: 20px;
}

.custom-article .mb-30 {
	margin-bottom: 30px;
}

.custom-article .px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.custom-article .px-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.custom-article .py-h {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.custom-article .py-1 {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.custom-article .py-p {
	padding-top: 0.88em !important;
	padding-bottom: 0.88em !important;
}

.custom-article .tt-uppercase {
	text-transform: uppercase;
}

.custom-article .align-items-center {
	align-items: center;
}

.custom-article .text-center {
	text-align: center;
}

.custom-article .text-small {
	font-size: 12px !important;
}

.custom-article .arow {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 2px;
	padding-right: 2px;
}

.custom-article .acol-1,
.custom-article .acol-2,
.custom-article .acol-3 {
	flex: 0 0 auto;
	padding-left: 8px;
	padding-right: 8px;
}

.custom-article .acol-1 {
	width: 33.333%;
}

.custom-article .acol-2 {
	width: 66.666%;
}

.custom-article .acol-3 {
	width: 100%;
}

@media (min-width: 768px) {
	.custom-article ul.ml-n {
		margin-left: -20px !important;
	}
}

@media (max-width: 767px) {
	.custom-article .acol-1,
    .custom-article .acol-2,
    .custom-article .acol-3 {
		width: 100%;
		margin-bottom: 0.88em;
	}

	.custom-article .acol-1:last-child,
    .custom-article .acol-2:last-child,
    .custom-article .acol-3:last-child {
		margin-bottom: 0;
	}

	.custom-article .m-dn {
		display: none !important;
	}

	.custom-article .m-order1 {
		order: 1;
	}

	.custom-article .mb-m-1 {
		margin-bottom: 1em !important;
	}

	.custom-article .mb-m-0 {
		margin-bottom: 0 !important;
	}

	.custom-article .pb-m-0 {
		padding-bottom: 0 !important;
	}
}


/* custom-article END */

/* СТИЛИ RUTUBE НАЧАЛО */

.fa-rutub img {
	width: 100px;
	height: 25.5px;
}

.socials .youtube img {
	width: 100px;
	height: 25.5px;
}


/* СТИЛИ RUTUBE КОНЕЦ */


/* ГЛАВНАЯ СТРАНИЦА СТИЛИ ОБЛОЖКИ КЕЙСОВ НАЧАЛО */

@media(max-width:480px) {
	.blog-screen .container .posts-content .posts-list .post-item .top {
		height: 260px;
	}
}

.home-page-main .six-screen .container .cases-list .cases-item {
	background-repeat: no-repeat;
}

.home-page-main .six-screen .container .cases-list .cases-item {
	height: 0;
	padding-bottom: 23.5%;
}

.home-page-main .six-screen .container .cases-list .cases-item .top {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.home-page-main .six-screen .container .cases-list .cases-item .desc .top .six-screen-h4 {
	margin-top: auto;
	padding-top: 20px;
}

@media (max-width: 1200px) {
	.home-page-main .six-screen .container .cases-list .cases-item {
		height: 0;
		padding-bottom: 35%;
	}
}

@media (max-width: 767px) {
	.home-page-main .six-screen .container .cases-list .cases-item {
		width: 100%;
		height: 0;
		padding-bottom: 70%;
	}
}


/* ГЛАВНАЯ СТРАНИЦА СТИЛИ ОБЛОЖКИ КЕЙСО КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ТРЕНД НА ЭМПАТИЮ. ЧТО ТАКОЕ MINDFUL МАРКЕТИНГ НАЧАЛО */

.case-emp-mark {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-emp-mark p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-emp-mark img {
	margin-bottom: 15px;
}

.case-emp-mark ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-emp-mark li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px !important;
	color: #000000 !important;
}

.case-emp-mark li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #C8DEFF !important;
	left: 0;
	top: 6px !important;
}

.text-emp-mark-02 p {
	padding-bottom: 15px !important;
}

.vert-emp-mark-01 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.vert-emp-mark-01 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	font-size: 18px !important;
	padding-left: 45px !important;
}

.vert-emp-mark-01 li:before {
	content: '';
	position: absolute;
	width: 56px !important;
	height: 5px !important;
	border-radius: 0% !important;
	background: #C8DEFF;
	left: -1px !important;
	top: 3px;
	transform: rotate(90deg) !important;
}


/* 2 блок ЧЕМ ПОЛЕЗЕН ЭМПАТИЧНЫЙ МАРКЕТИНГ В КРИЗИС? */
.strip-emp-mark-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-emp-mark-01:before {
	content: '';
	width: 495px;
	height: 9px;
	background: #C8DEFF;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.strip-emp-mark-01 p {
	margin-left: 10px;
}

.list-emp-mark-02 li:before {
	display: none;
}


/* 3 блок ПРИМЕРЫ ЭМПАТИЧНОГО МАРКЕТИНГА */
.strip-emp-mark-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-emp-mark-02:before {
	content: '';
	width: 375px;
	height: 9px;
	background: #C8DEFF;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.strip-emp-mark-02 p {
	margin-left: 10px;
}


/* 4 блок 4 ПРАВИЛА ЭМПАТИЧНОГО МАРКЕТИНГА */

.strip-emp-mark-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-emp-mark-03:before {
	content: '';
	width: 382px;
	height: 9px;
	background: #C8DEFF;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.strip-emp-mark-03 p {
	margin-left: 10px;
}

.text-emp-mark-05-a p {
	padding-bottom: 15px !important;
}

.vert-emp-mark-02 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.vert-emp-mark-02 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	font-size: 18px !important;
	padding-left: 45px !important;
}

.vert-emp-mark-02 li:before {
	content: '';
	position: absolute;
	width: 56px !important;
	height: 5px !important;
	border-radius: 0%;
	background: #C8DEFF;
	left: 2px !important;
	top: 3px;
	transform: rotate(90deg) !important;
}

.vert-emp-mark-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.vert-emp-mark-03 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	font-size: 18px !important;
	padding-left: 50px !important;
}

.vert-emp-mark-03 li:before {
	content: '';
	position: absolute;
	width: 70px !important;
	height: 5px !important;
	border-radius: 0%;
	background: #C8DEFF;
	left: -6px !important;
	top: 26px !important;
	transform: rotate(90deg) !important;
}

@media (max-width: 414px) {
	.strip-emp-mark-01:before {
		display: none;
	}

	.strip-emp-mark-02:before {
		display: none;
	}

	.strip-emp-mark-03:before {
		display: none;
	}

	.vert-emp-mark-01 li:before {
		content: '';
		position: absolute;
		width: 85px !important;
		height: 5px !important;
		border-radius: 0%;
		background: #C8DEFF;
		left: -20px !important;
		top: 41px !important;
		transform: rotate(90deg) !important;
	}

	.vert-emp-mark-02 li:before {
		content: '';
		position: absolute;
		width: 85px !important;
		height: 5px !important;
		border-radius: 0%;
		background: #C8DEFF;
		left: -20px !important;
		top: 41px !important;
		transform: rotate(90deg) !important;
	}

	.vert-emp-mark-03 li:before {
		content: '';
		position: absolute;
		width: 126px !important;
		height: 5px !important;
		border-radius: 0%;
		background: #C8DEFF;
		left: -40px !important;
		top: 54px !important;
		transform: rotate(90deg) !important;
	}
}
    /* СТИЛИ СТРАНИЦЫ ТРЕНД НА ЭМПАТИЮ ЧТО ТАКОЕ MINDFUL МАРКЕТИНГ КОНЕЦ */
    /* СТИЛИ СТРАНИЦЫ КЕЙС ДЛЯ «АЛЬФАСТРАХОВАНИЕ-ЖИЗНЬ»: СЛОЖНЫЙ SMM В ПРОСТОЙ УПАКОВКЕ НАЧАЛО */
	#post-4603 .content > .title-c,
    #post-4603 .content > .date {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.case-alfa-smm {
		display: block;
		max-width: 720px;
		margin: 0 auto;
	}

	.case-alfa-smm p {
		font-size: 16px !important;
		font-weight: normal !important;
		color: #000000 !important;
		margin: 0;
		padding: 0;
		margin-left: 10px;
		margin-bottom: 15px !important;
	}

	.case-alfa-smm ul {
		list-style: none;
		line-height: 20px;
		padding: 0;
		margin-left: 10px;
	}

	.case-alfa-smm li {
		position: relative;
		margin-bottom: 10px;
		padding-right: 50px;
		padding-left: 20px !important;
		color: #000000 !important;
	}

	.case-alfa-smm li:before {
		content: '';
		position: absolute;
		width: 11px !important;
		height: 11px !important;
		border-radius: 0% !important;
		background: rgba(255, 0, 37, 0.45) !important;
		left: 0;
		top: 6px !important;
	}
    /* 1 блок ЧТО ТАКОЕ ИСЖ, И ПОЧЕМУ ВСЕ СЛОЖНО? */
	.img-alfa-smm-01 img {
		padding-bottom: 15px !important;
	}

	.strip-alfa-smm-01 {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.strip-alfa-smm-01:before {
		content: '';
		width: 402px;
		height: 9px;
		background: rgba(255, 0, 37, 0.45);
		display: block;
		position: absolute;
		left: 0px;
		top: 14px !important;
		z-index: -1;
	}

	.strip-alfa-smm-01 p {
		margin-left: 10px;
	}
    /* 2 блок ОТ ЗАУМНОГО К ПРОСТОМУ: РАЗРАБОТКА SMM СТРАТЕГИИ */
	.strip-alfa-smm-02 {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.strip-alfa-smm-02:before {
		content: '';
		width: 549px;
		height: 9px;
		background: rgba(255, 0, 37, 0.45);
		display: block;
		position: absolute;
		left: 0px;
		top: 14px !important;
		z-index: -1;
	}

	.strip-alfa-smm-02 p {
		margin-left: 10px;
	}

	.text-alfa-smm-04 {
		background: rgba(196, 196, 196, 0.3);
		padding: 10px 10px 2px 10px !important;
		margin-top: 5px !important;
		margin-bottom: 25px !important;
	}

	.vert-alfa-smm-01 ul {
		list-style: none;
		line-height: 20px;
		padding: 0;
		margin-left: 10px;
		font-size: 18px;
	}

	.vert-alfa-smm-01 li {
		position: relative;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-right: 50px;
		padding-left: 45px !important;
		color: #000000 !important;
	}

	.vert-alfa-smm-01 li:before {
		content: '';
		position: absolute;
		width: 83px !important;
		height: 5px !important;
		border-radius: 0% !important;
		background: rgba(255, 0, 37, 0.45) !important;
		left: -18px !important;
		top: 32px !important;
		transform: rotate(90deg) !important;
	}

	.list-alfa-smm-02 li:before {
		display: none !important;
	}
    /* 3 блок ПОИСК НЕОЧИВИДНЫХ АУДИТОРИЙ: КУРС НА МИЛЛЕНИАЛОВ */
	.strip-alfa-smm-03 {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.strip-alfa-smm-03:before {
		content: '';
		width: 575px;
		height: 9px;
		background: rgba(255, 0, 37, 0.45);
		display: block;
		position: absolute;
		left: 0px;
		top: 14px !important;
		z-index: -1;
	}

	.strip-alfa-smm-03 p {
		margin-left: 10px;
	}
    /* 4 блок АНАЛИЗ ПУБЛИКАЦИЙ: ПОЧЕМУ НИКОГО НЕ ЦЕПЛЯЕТ */
	.strip-alfa-smm-04 {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.strip-alfa-smm-04:before {
		content: '';
		width: 497px;
		height: 9px;
		background: rgba(255, 0, 37, 0.45);
		display: block;
		position: absolute;
		left: 0px;
		top: 14px !important;
		z-index: -1;
	}

	.strip-alfa-smm-04 p {
		margin-left: 10px;
	}

	.img-alfa-smm-05 img {
		padding-bottom: 15px !important;
	}
    /* 5 блок ЯСНО, ПОНЯТНО: НОВАЯ КОНТЕНТ-СТРАТЕГИЯ */
	.strip-alfa-smm-05 {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.strip-alfa-smm-05:before {
		content: '';
		width: 427px;
		height: 9px;
		background: rgba(255, 0, 37, 0.45);
		display: block;
		position: absolute;
		left: 0px;
		top: 14px !important;
		z-index: -1;
	}

	.strip-alfa-smm-05 p {
		margin-left: 10px;
	}

	.text-alfa-smm-10 center {
		font-weight: 600 !important;
		padding-bottom: 15px !important;
	}
    /* 8 блок ЦИТАТА №2 */
	.text-alfa-smm-16 {
		background: rgba(196, 196, 196, 0.3);
		padding: 10px 10px 2px 10px !important;
		margin-bottom: 20px !important;
	}

	.text-alfa-smm-17 center {
		font-weight: 600 !important;
		padding-bottom: 15px !important;
	}
    @media (max-width: 414px) {
		.strip-alfa-smm-01:before {
            display: none;
	}

	.strip-alfa-smm-02:before {
		display: none;
	}

	.strip-alfa-smm-03:before {
		display: none;
	}

	.strip-alfa-smm-04:before {
		display: none;
	}

	.strip-alfa-smm-05:before {
		display: none;
	}

	.vert-alfa-smm-01 li:before {
		content: '';
		position: absolute;
		width: 104px !important;
		height: 5px !important;
		border-radius: 0% !important;
		background: rgba(255, 0, 37, 0.45) !important;
		left: -29px !important;
		top: 47px !important;
		transform: rotate(90deg) !important;
	}
}
    /* СТИЛИ СТРАНИЦЫ КЕЙС ДЛЯ «АЛЬФАСТРАХОВАНИЕ-ЖИЗНЬ»: СЛОЖНЫЙ SMM В ПРОСТОЙ УПАКОВКЕ КОНЕЦ */
    /* СТИЛИ СТРАНИЦЫ SERP: ЧТО ЭТО ТАКОЕ И КАК ПОЛУЧИТЬ ИДЕАЛЬНУЮ РЕПУТАЦИОННУЮ ВЫДАЧУ НАЧАЛО */
#post-4543 .content > .title-c,
    #post-4543 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-per-rep {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-per-rep p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-per-rep ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-per-rep li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	color: #000000 !important;
}

.case-per-rep li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #87D5E0 !important;
	left: 0;
	top: 6px !important;
}

.case-per-rep li {
	padding: 0px 0px 0px 20px !important;
}

.case-per-rep p {
	margin-left: 10px;
}
    /* 2 блок ЧТО ТАКОЕ SERP? */
.strip-per-rep-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-per-rep-01:before {
	content: '';
	width: 172px !important;
	height: 9px;
	background: rgba(255, 213, 66, 0.92);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-per-rep-01 p {
	margin-left: 10px;
}
    /* 3 блок ЧТО ТАКОЕ КАРТА ТОНАЛЬНОСТИ? */
.strip-per-rep-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-per-rep-02:before {
	content: '';
	width: 325px !important;
	height: 9px;
	background: rgba(255, 213, 66, 0.92);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-per-rep-02 p {
	margin-left: 10px;
}

.text-per-rep-05 {
	background: rgba(217, 217, 217, 0.62) !important;
	padding: 13px 3px 1px 0px !important;
	margin-bottom: 15px !important;
}
    /* 4 блок ЧТО В SERP ДОЛЖНО НАСТОРОЖИТЬ БИЗНЕС? */
.strip-per-rep-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-per-rep-03:before {
	content: '';
	width: 434px !important;
	height: 9px;
	background: rgba(255, 213, 66, 0.92);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-per-rep-03 p {
	margin-left: 10px;
}

.list-per-rep-04 li:before {
	display: none;
}

.text-per-rep-08 {
	background: rgba(217, 217, 217, 0.62);
	padding: 13px 3px 1px 0px !important;
	margin-bottom: 15px !important;
}
    /* 6 блок ЧЕМ ВЫТЕСНИТЬ НЕГАТИВ ИЗ SERP, ЕСЛИ НЕЛЬЗЯ УДАЛИТЬ? */
.strip-per-rep-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-per-rep-04:before {
	content: '';
	width: 556px !important;
	height: 9px;
	background: rgba(255, 213, 66, 0.92);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-per-rep-04 p {
	margin-left: 10px;
}

.list-per-rep-07 {
	display: flex;
}

.list-per-rep-07-b {
	margin-left: 235px;
}

@media (max-width: 414px) {
	.strip-per-rep-01::before {
		display: none;
	}

	.strip-per-rep-02::before {
		display: none;
	}

	.strip-per-rep-03::before {
		display: none;
	}

	.strip-per-rep-04::before {
		display: none;
	}
}
    /* СТИЛИ СТРАНИЦЫ SERP: ЧТО ЭТО ТАКОЕ И КАК ПОЛУЧИТЬ ИДЕАЛЬНУЮ РЕПУТАЦИОННУЮ ВЫДАЧУ КОНЕЦ */
    /* стили страницы СЕРДЦЕ РЕМОНТА: КАК ИСПОЛЬЗОВАТЬ КЕЙСЫ В ЯНДЕКС ДЗЕНЕ НАЧАЛО */
#post-4466 .content > .title-c,
    #post-4466 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-yan-rep {
	display: block !important;
	max-width: 720px !important;
	margin: 0 auto !important;
}

.case-yan-rep p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.case-yan-rep img {
	margin-bottom: 15px;
}

.case-yan-rep ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-yan-rep li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	color: #000000 !important;
}

.case-yan-rep li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #FBEBD3 !important;
	left: 0;
	top: 6px !important;
}

.case-yan-rep li {
	padding: 0px 0px 0px 20px;
}

.case-yan-rep p {
	margin-bottom: 15px !important;
	margin-left: 10px;
}
    /* 2 блок КЕЙС С КЕЙСАМИ: ПРОДВИЖЕНИЕ РЕМОНТА НА ЯНДЕКС ДЗЕН */
.strip-yan-rep-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-yan-rep-01:before {
	content: '';
	width: 576px !important;
	height: 10px !important;
	background: #EBACA4 !important;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-yan-rep-01 p {
	margin-left: 10px;
}

.text-yan-rep-06 {
	background: rgba(196, 196, 196, 0.3) !important;
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
	padding-top: 10px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.text-yan-rep-08 {
	font-weight: 600 !important;
}

.text-yan-rep-09 {
	font-weight: 600 !important;
	padding-top: 15px !important;
}
    /* 3 блок LIVING EXPERIENCE: КОНТЕНТ-ПЛАН ДЛЯ ДЗЕНА */
.strip-yan-rep-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-yan-rep-02:before {
	content: '';
	width: 443px !important;
	height: 10px;
	background: #EBACA4;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-yan-rep-02 p {
	margin-left: 10px;
}
    /* 5 блок РЕЗУЛЬТАТЫ КЕЙСА ПО ПРОДВИЖЕНИЮ В ЯНДЕКС ДЗЕНЕ */
.strip-yan-rep-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-yan-rep-03:before {
	content: '';
	width: 543px !important;
	height: 10px;
	background: #EBACA4;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-yan-rep-03 p {
	margin-left: 10px;
}
    /* 6 блок Рекомендации по продвижению дизайнерской студии в Дзене: */
.list-yan-rep-06 li:before {
	display: none;
}

@media (max-width: 414px) {
	.strip-yan-rep-01:before {
		display: none;
	}

	.strip-yan-rep-02:before {
		display: none;
	}

	.strip-yan-rep-03:before {
		display: none;
	}
}
    /* СТИЛИ СТРАНИЦЫ СЕРДЦЕ РЕМОНТА: КАК ИСПОЛЬЗОВАТЬ КЕЙСЫ В ЯНДЕКС ДЗЕНЕ КОНЕЦ */
    /* Стили страницыч КЕЙС ПО ПРОДВИЖЕНИЮ БРЕНДА ТЕЛЕКОММУНИКАЦИЙ НАЧАЛО */
#post-156 .content > .title-c,
    #post-156 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-com-pro {
	display: block !important;
	max-width: 720px;
	margin: 0 auto;
}

.case-com-pro p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-com-pro li {
	color: #000000 !important;
}

.case-com-pro ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-com-pro li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.case-com-pro li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 0% !important;
	background: #9888DA !important;
	left: 0;
	top: 5px !important;
}

.case-com-pro li {
	padding: 0px 0px 0px 20px !important;
}

.case-com-pro p {
	margin-left: 10px;
}
    /* 2 блок ЕЖЕДНЕВНЫЙ МАНИТОРИНГ */
.strip-com-pro-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-com-pro-01:before {
	content: '';
	width: 274px;
	height: 13px;
	background: #CAF2FF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.strip-com-pro-01 p {
	margin-left: 10px;
}
    /* 3 блок ВЫТЕСНЕНИЕ НЕГАТИВА */
.strip-com-pro-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-com-pro-02:before {
	content: '';
	width: 243px;
	height: 13px;
	background: #CAF2FF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 4 блок МОТИВАЦИЯ НА ОТЗЫВ */
.strip-com-pro-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-com-pro-03:before {
	content: '';
	width: 260px;
	height: 13px;
	background: #CAF2FF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.strip-com-pro-03 p {
	margin-left: 10px;
}

.text-com-pro-03 {
	margin-top: 10px;
}

.list-com-pro-03 {
	margin-top: 10px;
}
    /* Стили страницыч КЕЙС ПО ПРОДВИЖЕНИЮ БРЕНДА ТЕЛЕКОММУНИКАЦИЙ КОНЕЦ */
    /* В СТИЛЕ АВОКАДО. КЕЙС ПО КРЕАТИВНОЙ SMM КОНЦЕПЦИИ НОВОГО БАРА */
#post-4215 .content > .title-c,
    #post-4215 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.case-new-bar {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-new-bar p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-new-bar li {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
}

.case-new-bar ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-new-bar li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.case-new-bar li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0 !important;
	background: #00D0B6 !important;
	left: 0 !important;
	top: 6px !important;
}

.case-new-bar li {
	padding: 0px 0px 0px 20px;
}

.case-new-bar p {
	margin-left: 10px;
}
    /* 3 блок КОНТЕНТ-СТРАТЕГИЯ: ЗЕЛЕНЬ, ПОЛЬЗА, ЭСТЕТИКА */
.text-new-bar-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-new-bar-03:before {
	content: '';
	width: 464px !important;
	height: 9px !important;
	background: #F4D7D5 !important;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.text-new-bar-03 p {
	margin-left: 10px;
}

.text-new-bar-05 {
	background: rgba(196, 196, 196, 0.3);
}

.text-new-bar-05 p:nth-child(1) {
	padding-top: 10px;
}

.text-new-bar-05 p:nth-child(2) {
	margin-bottom: 0 !important;
}

.text-new-bar-05 p:nth-child(3) {
	padding-bottom: 10px;
}

.text-new-bar-07 {
	margin-top: 10px;
}
    /* 8 блок РЕЗУЛЬТАТЫ SMM КЕЙСА */
.text-new-bar-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-new-bar-08:before {
	content: '';
	width: 248px !important;
	height: 9px !important;
	background: #F4D7D5;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.text-new-bar-08 p {
	margin-left: 10px;
}
    /* 9 блок Рекомендации. Что не упустить при запуске своего фуд-проекта: */
.list-new-bar-05 {
	background: #F4D7D5;
}

.list-new-bar-05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-new-bar-05 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.list-new-bar-05 li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 0;
	background: #F47577 !important;
	left: 0;
	top: 3px;
}

.list-new-bar-05 li {
	padding: 0px 10px 0px 20px;
}

.list-new-bar-05 li:nth-child(6) {
	padding-bottom: 10px;
}

.list-new-bar-05 p {
	padding-top: 10px;
	margin-left: 10px;
}
    /* КОНЕЦ В СТИЛЕ АВОКАДО. КЕЙС ПО КРЕАТИВНОЙ SMM КОНЦЕПЦИИ НОВОГО БАРА */
    /* ОБЗОР ТОП 10 МАРКЕТПОЕЙСОВ. ГДЕ СИСТЕМА ОТЗЫВОВ ЛУЧШЕ НАЧАЛО */
#post-4161 .content > .title-c,
    #post-4161 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-feed-bet {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-feed-bet p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-feed-bet ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-feed-bet li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.case-feed-bet li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B2DAE2 !important;
	left: 0;
	top: 7px !important;
}

.case-feed-bet li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}

.case-feed-bet p {
	margin-left: 10px;
}
    /* 3 блок */
.text-feed-bet-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-feed-bet-02:before {
	content: '';
	width: 268px;
	height: 9px;
	background: rgba(98, 127, 244, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px !important;
	z-index: -1;
}

.text-feed-bet-02 p {
	margin-left: 10px;
}
    /* 4 блок */
.list-feed-bet {
	display: flex;
}

.list-feed-bet-02 {
	margin-left: 35px;
}
    /* 5 блок */
.text-feed-bet-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-feed-bet-04:before {
	content: '';
	width: 676px;
	height: 9px;
	background: rgba(98, 127, 244, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text-feed-bet-04 p {
	margin-left: 10px;
}

.text-feed-bet-07,
    .text-feed-bet-08,
    .text-feed-bet-11,
    .text-feed-bet-13,
    .text-feed-bet-14,
    .text-feed-bet-15,
    .text-feed-bet-18,
    .text-feed-bet-19,
    .text-feed-bet-22,
    .text-feed-bet-23,
    .text-feed-bet-24,
    .text-feed-bet-26,
    .text-feed-bet-27,
    .text-feed-bet-29,
    .text-feed-bet-30,
    .text-feed-bet-32,
    .text-feed-bet-34,
    .text-feed-bet-36,
    .text-feed-bet-37 {
	margin-top: 10px;
}
    /* ОБЗОР ТОП 10 МАРКЕТПОЕЙСОВ. ГДЕ СИСТЕМА ОТЗЫВОВ ЛУЧШЕ КОНЕЦ */
    /* КАК ОФОРМИТЬ ГРУППУ ВК, ЧТОБЫ НЕ БЫЛО СТЫДНО */
#post-4105 .content > .title-c,
    #post-4105 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-des-emb {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-des-emb p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-des-emb ul {
	margin-bottom: 10px !important;
}

.case-des-emb li:before {
	content: '';
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #9FB7E8 !important;
	top: 8px !important;
}

.case-des-emb li {
	color: #000000 !important;
	padding-left: 20px !important;
}
    /* 2 блок */
.text-des-emb-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-des-emb-02:before {
	content: '';
	width: 89px;
	height: 9px;
	background: rgba(64, 112, 210, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-des-emb-02 p {
	margin-left: 10px;
}

.list-des-emb-01 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-01 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-01 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-01 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-01 p {
	margin-left: 10px;
}
    /* 3 блок */
.text-des-emb-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-des-emb-03:before {
	content: '';
	width: 109px;
	height: 9px;
	background: rgba(64, 112, 210, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-des-emb-03 p {
	margin-left: 10px;
}
    /* 4 блок */
.list-des-emb-02 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-02 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-02 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-02 p {
	margin-left: 10px;
}
    /* 5 блок */
.list-des-emb-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-03 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-03 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-03 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-03 p {
	margin-left: 10px;
}
    /* 6 блок */
.list-des-emb-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-04 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-04 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-04 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-04 p {
	margin-left: 10px;
}
    /* 7 блок */
.list-des-emb-05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-05 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-05 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-05 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-05 p {
	margin-left: 10px;
}
    /* 8 блок */
.list-des-emb-06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.list-des-emb-06:before {
	content: '';
	width: 190px;
	height: 14px;
	background: #9FB7E8;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.list-des-emb-06 p {
	margin-left: 10px;
}
    /* 9 блок */
.list-des-emb-07 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-07 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-07 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-07 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-07 p {
	margin-left: 10px;
}
    /* 10 блок */
.text-des-emb-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-des-emb-10:before {
	content: '';
	width: 182px;
	height: 9px;
	background: rgba(64, 112, 210, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-des-emb-10 p {
	margin-left: 10px;
}
    /* 11 блок */
.list-des-emb-08 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-08 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-08 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-08 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-08 p {
	margin-left: 10px;
}
    /* 12 блок */
.list-des-emb-09 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-09 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-09 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-09 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-09 p {
	margin-left: 10px;
}
    /* 13 блок */
.list-des-emb-10 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-10 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-10 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-10 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-10 p {
	margin-left: 10px;
}
    /* 14 блок */
.list-des-emb-11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-des-emb-11 li {
	position: relative;
	margin-bottom: 10px;
}

.list-des-emb-11 li:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 0%;
	background: #9FB7E8;
	left: 0;
	top: 3px;
}

.list-des-emb-11 li {
	padding: 0px 0px 0px 20px;
}

.list-des-emb-11 p {
	margin-left: 10px;
}
    /* 15 блок */
.text-des-emb-15 {
	background: rgba(159, 183, 232, 0.4);
}

.text-des-emb-15 p:nth-child(1) {
	padding-top: 10px;
}

.text-des-emb-15 p:nth-child(9) {
	margin-bottom: 0px !important;
}

.text-des-emb-15 p:nth-child(10) {
	padding-bottom: 10px;
}
    /*КАК ОФОРМИТЬ ГРУППУ ВК, ЧТОБЫ НЕ БЫЛО СТЫДНО*/
    /* КЕЙС: ПРОДВИЖЕНИЕ КЛИНИКИ В СОЦСЕТЯХ */
#post-4092 .content > .title-c,
    #post-4092 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-pro-net {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-pro-net p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-pro-net li {
	color: #000000 !important;
	padding-left: 20px !important;
}

.list-pro-net-01 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-pro-net-01 li {
	position: relative;
	margin-bottom: 10px;
}

.list-pro-net-01 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #627FF4 !important;
	left: 0;
	top: 8px !important;
}

.list-pro-net-01 p {
	margin-left: 10px;
}

.text-pro-net-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-pro-net-03:before {
	content: '';
	width: 398px !important;
	height: 9px !important;
	background: rgba(98, 127, 244, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-pro-net-03 p {
	margin-left: 10px;
}

.text-pro-net-05 {
	background: rgba(196, 196, 196, 0.3);
}

.text-pro-net-05 p:nth-child(1) {
	padding-top: 10px;
}

.text-pro-net-05 p:nth-child(4) {
	padding-bottom: 10px;
}

.list-pro-net-02 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-pro-net-02 li {
	position: relative;
	margin-bottom: 10px;
}

.list-pro-net-02 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #627FF4 !important;
	left: 0;
	top: 6px !important;
}

.list-pro-net-03 {
	background: rgba(182, 195, 247, 0.5);
}

.list-pro-net-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-pro-net-03 li {
	position: relative;
	margin-bottom: 10px;
}

.list-pro-net-03 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #627FF4 !important;
	left: 0;
	top: 8px !important;
}

.list-pro-net-03 p:nth-child(1) {
	padding-top: 10px;
}

.list-pro-net-03 li:nth-child(7) {
	padding-bottom: 10px;
}

.list-pro-net-03 p {
	margin-left: 10px;
}

.text-pro-net-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-pro-net-07:before {
	content: '';
	width: 352px;
	height: 9px;
	background: rgba(98, 127, 244, 0.5);
	;
        display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-pro-net-07 p {
	margin-left: 10px;
}

.text-pro-net-11 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-pro-net-11:before {
	content: '';
	width: 620px;
	height: 9px;
	background: rgba(98, 127, 244, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-pro-net-11 p {
	margin-left: 10px;
}

.text-pro-net-13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-pro-net-13:before {
	content: '';
	width: 303px;
	height: 9px;
	background: rgba(98, 127, 244, 0.5);
	;
        display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-pro-net-13 p {
	margin-left: 10px;
}

.list-pro-net-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-pro-net-04 li {
	position: relative;
	margin-bottom: 10px;
}

.list-pro-net-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #627FF4 !important;
	left: 0;
	top: 8px !important;
}

.list-pro-net-04 p {
	margin-left: 10px;
}
    /* КЕЙС: ПРОДВИЖЕНИЕ КЛИНИКИ В СОЦСЕТЯХ */
    /* КЕЙС ПО SERM КАК ЗАВОЕВАТЬ ДОВЕРИЕ К РАСТИТЕЛЬНЫМ ПРОДУКТАМ НАЧАЛО */
#post-4032 .content > .title-c,
    #post-4032 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.serm-case-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.serm-case-01 li {
	color: #000000 !important;
}

.serm-case-01 ul {
	margin-bottom: 5px !important;
}

.serm-case-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.text-serm-case-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-serm-case-03 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px !important;
}

.text-serm-case-03 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #FFD66E !important;
	left: 0;
	top: 9px !important;
}
    /* 5 блок */
.text-serm-case-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-serm-case-04:before {
	content: '';
	width: 145px;
	height: 9px;
	background: #FFD66E;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-serm-case-04 p {
	margin-left: 10px;
}
    /* 6 блок */
    /* 7 блок */
.text-serm-case-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-serm-case-07:before {
	content: '';
	width: 274px;
	height: 9px;
	background: #FFD66E;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-serm-case-08 p {
	margin-left: 10px;
}

.text-serm-case-09 {
	background: rgba(196, 196, 196, 0.3);
}

.text-serm-case-09 p:nth-child(1) {
	padding-top: 10px;
}

.text-serm-case-09 p:nth-child(3) {
	padding-bottom: 10px;
}
    /* 8 блок */
    /* 9 блок */
    /* 10 блок */
.text-serm-case-15 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-serm-case-15 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px !important;
}

.text-serm-case-15 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #FFD66E !important;
	left: 0;
	top: 9px !important;
}
    /* 11 блок */
.text-serm-case-16 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-serm-case-16:before {
	content: '';
	width: 437px;
	height: 9px;
	background: #FFD66E;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-serm-case-17 p {
	margin-left: 10px;
}

.text-serm-case-18 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-serm-case-18 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px !important;
}

.text-serm-case-18 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0%!important;
	background: #FFD66E !important;
	left: 0;
	top: 9px !important;
}
    /* 12 блок */
.text-serm-case-20 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-serm-case-20 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px !important;
}

.text-serm-case-20 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #FFD66E !important;
	left: 0;
	top: 9px !important;
}

.img-serm-case-09 img {
	margin-bottom: 5px !important;
}
    /* КЕЙС ПО SERM КАК ЗАВОЕВАТЬ ДОВЕРИЕ К РАСТИТЕЛЬНЫМ ПРОДУКТАМ КОНЕЦ */
    /* КАК ПОВЫСИТЬ РЕЙТИНГ В ИНТЕРНЕТЕ НАЧАЛО */
#post-3958 .content > .title-c,
    #post-3958 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.amplio-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.amplio-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.amplio-01 li {
	color: #000000 !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-amplio-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-amplio-02:before {
	content: '';
	width: 335px;
	height: 12px;
	background: rgba(171, 52, 158, 0.29);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-amplio-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
.text-amplio-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px !important;
}

.text-amplio-04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-amplio-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(112, 0, 99, 0.61) !important;
	left: 0;
	top: 7px !important;
}

.text-amplio-04 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 6 блок */
    /* 7 блок */
    /* 8 блок */
    /* 9 блок */
    /* 10 блок */
    /* 11 блок */
.text-amplio-07 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-amplio-07 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-amplio-07 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(112, 0, 99, 0.61) !important;
	left: 0;
	top: 7px !important;
}

.text-amplio-07 li {
	padding: 0px 0px 0px 20px !important;
}

.text-amplio-07 p {
	margin-left: 10px;
}
    /* 12 блок */
.text-amplio-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-amplio-08:before {
	content: '';
	width: 425px;
	height: 12px;
	background: rgba(171, 52, 158, 0.29);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-amplio-08 p {
	margin-left: 10px;
}
    /* 13 блок */
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
.img-amplio-06 {
	text-align: center;
}
    /* 17 блок */
    /* 18 блок */
.img-amplio-07 {
	text-align: center;
}
    /* 19 блок */
    /* 20 блок */
.text-amplio-13 {
	background: rgba(196, 196, 196, 0.3);
}

.text-amplio-13 p:nth-child(1) {
	padding-top: 10px;
}

.text-amplio-13 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 21 блок */
    /* 22 блок */
.text-amplio-15 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-amplio-15:before {
	content: '';
	width: 465px;
	height: 12px;
	background: rgba(171, 52, 158, 0.29);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-amplio-15 p {
	margin-left: 10px;
}
    /* 23 блок */
    /* 24 блок */
.text-amplio-18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-amplio-18:before {
	content: '';
	width: 430px;
	height: 12px;
	background: rgba(171, 52, 158, 0.29);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-amplio-18 p {
	margin-left: 10px;
}
    /* 25 блок */
.text-amplio-23 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-amplio-23:before {
	content: '';
	width: 400px;
	height: 12px;
	background: rgba(171, 52, 158, 0.29);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-amplio-23 p {
	margin-left: 10px;
}
    /* 30 блок */
.text-amplio-25 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-amplio-25 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-amplio-25 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(112, 0, 99, 0.61) !important;
	left: 0;
	top: 7px !important;
}

.text-amplio-25 li {
	padding: 0px 0px 0px 20px !important;
}
    /* КАК ПОВЫСИТЬ РЕЙТИНГ В ИНТЕРНЕТЕ КОНЕЦ */
    /* КЕЙС: ПРОДВИЖЕНИЕ НЕДВИЖИМОСТИ И РЕКЛАМА В ЯНДЕКС ДЗЕН НАЧАЛО */
#post-3889 .content > .title-c,
    #post-3889 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.yandex-zen-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.yandex-zen-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.yandex-zen-01 li {
	color: #000000 !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
    /* 4 блок */
.text-yandex-zen-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-yandex-zen-02:before {
	content: '';
	width: 525px;
	height: 14px;
	background: rgba(202, 247, 191, 0.8);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-yandex-zen-02 p {
	margin-left: 10px;
}
    /* 5 блок */
    /* 6 блок */
.text-yandex-zen-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-yandex-zen-04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-yandex-zen-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #79DE87 !important;
	left: 0;
	top: 7px !important;
}

.text-yandex-zen-04 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 7 блок */
.text-yandex-zen-05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-yandex-zen-05 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-yandex-zen-05 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #79DE87 !important;
	left: 0;
	top: 7px !important;
}

.text-yandex-zen-05 li {
	padding: 0px 0px 0px 20px !important;
}

.text-yandex-zen-05 p {
	margin-left: 10px;
}
    /* 8 блок */
.text-yandex-zen-06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-yandex-zen-06:before {
	content: '';
	width: 445px;
	height: 14px;
	background: rgba(202, 247, 191, 0.8);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-yandex-zen-06 p {
	margin-left: 10px;
}
    /* 14 блок */
.text-yandex-zen-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-yandex-zen-10:before {
	content: '';
	width: 355px;
	height: 14px;
	background: rgba(202, 247, 191, 0.8);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-yandex-zen-10 p {
	margin-left: 10px;
}
    /* 15 блок */
.text-yandex-zen-11 {
	background: rgba(229, 229, 229, 0.3);
}

.text-yandex-zen-11 p:nth-child(1) {
	padding-top: 10px;
}

.text-yandex-zen-11 p:nth-child(4) {
	padding-bottom: 10px;
}
    /* 16 блок */
    /* 17 блок */
.text-yandex-zen-13 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-yandex-zen-13 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-yandex-zen-13 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #79DE87 !important;
	left: 0;
	top: 7px !important;
}

.text-yandex-zen-13 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 18 блок */
    /* 19 блок */
.text-yandex-zen-15 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-yandex-zen-15:before {
	content: '';
	width: 135px;
	height: 14px;
	background: rgba(202, 247, 191, 0.8);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-yandex-zen-15 p {
	margin-left: 10px;
}
    /* 20 блок */
    /* 21 блок */
    /* 22 блок */
.text-yandex-zen-18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-yandex-zen-18:before {
	content: '';
	width: 450px;
	height: 14px;
	background: rgba(202, 247, 191, 0.8);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-yandex-zen-18 p {
	margin-left: 10px;
}
    /* 23 блок */
.text-yandex-zen-19 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-yandex-zen-19 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-yandex-zen-19 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #79DE87 !important;
	left: 0;
	top: 7px !important;
}

.text-yandex-zen-19 li {
	padding: 0px 0px 0px 20px !important;
}
    /* КЕЙС: ПРОДВИЖЕНИЕ НЕДВИЖИМОСТИ И РЕКЛАМА В ЯНДЕКС ДЗЕН КОНЕЦ */
    /* ОПТИМИЗАЦИЯ КАРТОЧЕК ТОВАРОВ НА WILDBERRIES НАЧАЛО */
#post-3855 .content > .title-c,
    #post-3855 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.wildberries-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.wildberries-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.wildberries-01 ul {
	margin-bottom: 10px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-wildberries-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-wildberries-02:before {
	content: '';
	width: 500px;
	height: 9px;
	background: rgba(171, 52, 158, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}

.text-wildberries-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
.text-wildberries-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-wildberries-04:before {
	content: '';
	width: 690px;
	height: 9px;
	background: rgba(171, 52, 158, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}

.text-wildberries-04 p {
	margin-left: 10px;
}
    /* 10 блок */
    /* 11 блок */
.text-wildberries-08 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-wildberries-08 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-wildberries-08 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(171, 52, 158, 0.6) !important;
	left: 0;
	top: 7px !important;
}

.text-wildberries-08 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* допольнительный блок */
.text-wildberries-012 {
	background: rgba(171, 52, 158, 0.2);
}

.text-wildberries-012 p:nth-child(1) {
	padding-top: 10px;
}

.text-wildberries-012 p:nth-child(2) {
	padding-bottom: 10px;
}

.vidio-wildberries-01 iframe {
	max-width: 720px !important;
}

.text-wildberries-14 {
	margin-top: 10px;
}

.img-wildberries-14 img {
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.text-wildberries-02:before {
		display: none;
	}
}

@media (max-width: 575px) {
	.text-wildberries-04:before {
		display: none;
	}
}
    /* ОПТИМИЗАЦИЯ КАРТОЧЕК ТОВАРОВ НА WILDBERRIES КОНЕЦ */
    /* КЕЙС ПО ТАРГЕТУ В ВК И ОДНОКЛАССНИКАХ НАЧАЛО */
#post-3832 .content > .title-c,
    #post-3832 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.classmates-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.classmates-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 4 блок */
.text-classmates-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-classmates-03 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-classmates-03 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #0270DF !important;
	left: 0;
	top: 7px !important;
}

.text-classmates-03 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 5 блок */
.text-classmates-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-classmates-04:before {
	content: '';
	width: 180px;
	height: 9px;
	background: #79DE87;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-classmates-04 p {
	margin-left: 10px;
}
    /* 7 блок */
.text-classmates-06 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-classmates-06 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-classmates-06 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #0270DF !important;
	left: 0;
	top: 7px !important;
}

.text-classmates-06 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 10 блок */
.text-classmates-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-classmates-08:before {
	content: '';
	width: 410px;
	height: 9px;
	background: #79DE87;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-classmates-08 p {
	margin-left: 10px;
}
    /* 11 блок */
    /* 12 блок */
    /* 13 блок */
.text-classmates-11 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-classmates-11:before {
	content: '';
	width: 370px;
	height: 9px;
	background: #79DE87;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-classmates-11 p {
	margin-left: 10px;
}
    /* КЕЙС ПО ТАРГЕТУ В ВК И ОДНОКЛАССНИКАХ КОНЕЦ*/
    /*КАК ORM СМЕНИТ ЭПОХУ PR НАЧАЛО*/
    /* стили страницыч */
.era-pr-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.era-pr-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-era-pr-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-02:before {
	content: '';
	width: 280px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
.text-era-pr-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-04:before {
	content: '';
	width: 135px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-04 p {
	margin-left: 10px;
}
    /* 6 блок */
    /* 7 блок */
    /* 8 блок */
.text-era-pr-06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-06:before {
	content: '';
	width: 315px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-06 p {
	margin-left: 10px;
}
    /* 9 блок */
    /* 10 блок */
.text-era-pr-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-08:before {
	content: '';
	width: 150px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-08 p {
	margin-left: 10px;
}
    /* 11 блок */
    /* 12 блок */
    /* 13 блок */
.text-era-pr-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-10:before {
	content: '';
	width: 350px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-10 p {
	margin-left: 10px;
}
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
.text-era-pr-12 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-12:before {
	content: '';
	width: 450px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-12 p {
	margin-left: 10px;
}
    /* 17 блок */
    /* 18 блок */
.text-era-pr-14 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-era-pr-14li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-era-pr-14 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(98, 98, 98, 0.5) !important;
	left: 0;
	top: 7px !important;
}

.text-era-pr-14 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 19 блок */
    /* 20 блок */
    /* 21 блок */
.text-era-pr-16 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-16:before {
	content: '';
	width: 290px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-16 p {
	margin-left: 10px;
}
    /* 22 блок */
    /* 23 блок */
.text-era-pr-18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-era-pr-18:before {
	content: '';
	width: 120px;
	height: 9px;
	background: rgba(244, 164, 112, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-era-pr-18 p {
	margin-left: 10px;
}
    /*КАК ORM СМЕНИТ ЭПОХУ PR КОНЕЦ*/
    /* КЕЙС ПО ПРОДВИЖЕНИЮ В ИНСТАГРАМ В УСЛОВИЯХ ПАНДЕМИИ НАЧАЛО */
#post-1551 .content > .title-c,
    #post-1551 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.du-pandemic-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.du-pandemic-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px !important;
}

.du-pandemic-01 li {
	color: #000000 !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
    /* 4 блок */
.text-du-pandemic-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-du-pandemic-03 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-du-pandemic-03 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B2DAE2 !important;
	left: 0;
	top: 7px !important;
}

.text-du-pandemic-03 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 5 блок */
    /* 6 блок */
.text-du-pandemic-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-du-pandemic-04:before {
	content: '';
	width: 418px;
	height: 14px;
	background: rgba(255, 130, 83, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-du-pandemic-04 p {
	margin-left: 10px;
}
    /* 7 блок */
    /* 8 блок */
.text-du-pandemic-06 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-du-pandemic-06 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-du-pandemic-06 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B2DAE2 !important;
	left: 0;
	top: 7px !important;
}

.text-du-pandemic-06 li {
	padding: 0px 0px 0px 20px;
}
    /* 9 блок */
    /* 10 блок */
.text-du-pandemic-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-du-pandemic-07:before {
	content: '';
	width: 550px;
	height: 14px;
	background: rgba(255, 130, 83, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-du-pandemic-07 p {
	margin-left: 10px;
}
    /* 11 блок */
    /* 12 блок */
    /* 13 блок */
.text-du-pandemic-09 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-du-pandemic-09 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-du-pandemic-09 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B2DAE2 !important;
	left: 0;
	top: 7px !important;
}

.text-du-pandemic-09 li {
	padding: 0px 0px 0px 20px;
}
    /* 14 блок */
    /* 15 блок */
.text-du-pandemic-10 {
	background: rgba(196, 196, 196, 0.3);
}

.text-du-pandemic-10 p:nth-child(1) {
	padding-top: 10px;
}

.text-du-pandemic-10 p:nth-child(1) {
	padding-bottom: 10px;
}
    /* 16 блок */
.text-du-pandemic-11 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-du-pandemic-11:before {
	content: '';
	width: 350px;
	height: 14px;
	background: rgba(255, 130, 83, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-du-pandemic-11 p {
	margin-left: 10px;
}
    /* 17 блок */
    /* 18 блок */
.du-pandemic-02 {
	display: flex;
}

.text-du-pandemic-13 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-du-pandemic-13 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-du-pandemic-13 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B2DAE2 !important;
	left: 0;
	top: 7px !important;
}

.text-du-pandemic-13 li {
	padding: 0px 0px 0px 20px;
}

.text-du-pandemic-14 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-du-pandemic-14 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-du-pandemic-14 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B2DAE2 !important;
	left: 0;
	top: 7px !important;
}

.text-du-pandemic-14 li {
	padding: 0px 0px 0px 20px;
}
    /* КЕЙС ПО ПРОДВИЖЕНИЮ В ИНСТАГРАМ В УСЛОВИЯХ ПАНДЕМИИ КОНЕЦ */
    /* КЕЙС: КАК ПРИВЛЕЧЬ СОИСКАТЕЛЕЙ В КРИЗИС НАЧАЛО */
#post-3779 .content > .title-c,
    #post-3779 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.seekers-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.seekers-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.seekers-01 li {
	color: #000000 !important;
}
    /* 7 блок */
.text-seekers-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-seekers-04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-seekers-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7CA5D9 !important;
	left: 0;
	top: 8px !important;
}

.text-seekers-04 li {
	padding: 0px 0px 0px 20px;
}

.text-seekers-04 p {
	margin-bottom: 0px !important;
}
    /* 8 блок */
.text-seekers-05 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-seekers-05:before {
	content: '';
	width: 480px;
	height: 9px;
	background: rgba(255, 161, 44, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-seekers-05 p {
	margin-left: 10px;
}
    /* 9 блок */
    /* 10 блок */
    /* 11 блок */
.text-seekers-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-seekers-07:before {
	content: '';
	width: 170px;
	height: 9px;
	background: rgba(255, 161, 44, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-seekers-07 p {
	margin-left: 10px;
}
    /* 12 блок */
    /* 13 блок */
.text-seekers-09 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-seekers-09 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-seekers-09 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7CA5D9 !important;
	left: 0;
	top: 8px !important;
}

.text-seekers-09 li {
	padding: 0px 0px 0px 20px;
}

.text-seekers-09 p {
	margin-bottom: 0px !important;
}
    /* 14 блок */
    /* 15 блок */
.text-seekers-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-seekers-10:before {
	content: '';
	width: 355px;
	height: 9px;
	background: rgba(255, 161, 44, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-seekers-10 p {
	margin-left: 10px;
}
    /* 16 блок */
    /* 17 блок */
    /* 18 блок */
.text-seekers-12 {
	background: rgba(196, 196, 196, 0.3);
}

.text-seekers-12 p:nth-child(1) {
	padding-top: 10px;
}

.text-seekers-12 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 19 блок */
    /* 20 блок */
.text-seekers-13 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-seekers-13 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-seekers-13 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7CA5D9 !important;
	left: 0;
	top: 8px !important;
}

.text-seekers-13 li {
	padding: 0px 0px 0px 20px;
}
    /* КЕЙС: КАК ПРИВЛЕЧЬ СОИСКАТЕЛЕЙ В КРИЗИС КОНЕЦ */
    /*КЕЙС : КАК ПРОДАВАТЬ ТОВАРЫ ЧЕРЕЗ МАРКЕТПЛЕЙС НАЧАЛО*/
#post-3722 .content > .title-c,
    #post-3722 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.case-marketplace-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-marketplace-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-marketplace-01 li {
	color: #000000 !important;
}
    /* 5 блок */
.text-case-marketplace-03 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-case-marketplace-03 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-case-marketplace-03 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #EDD9EE !important;
	left: 0;
	top: 7px !important;
}

.text-case-marketplace-03 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 7 блок */
.text-case-marketplace-05 {
	background: rgba(196, 196, 196, 0.3);
}

.text-case-marketplace-05 p:nth-child(1) {
	padding-top: 10px;
}

.text-case-marketplace-05 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 9 блок */
.text-case-marketplace-07 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-case-marketplace-07 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-case-marketplace-07 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #EDD9EE !important;
	left: 0;
	top: 7px !important;
}

.text-case-marketplace-07 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 10 блок */
.text-case-marketplace-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-marketplace-08:before {
	content: '';
	width: 363px;
	height: 8px;
	background: #EDD9EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-case-marketplace-08 p {
	margin-left: 10px;
}
    /* 12 блок */
.text-case-marketplace-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-marketplace-10:before {
	content: '';
	width: 555px;
	height: 8px;
	background: #EDD9EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-case-marketplace-10 p {
	margin-left: 10px;
}
    /* 14 блок */
.text-case-marketplace-11 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-marketplace-11:before {
	content: '';
	width: 555px;
	height: 8px;
	background: #EDD9EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-case-marketplace-11 p {
	margin-left: 10px;
}
    /* 19 блок */
.text-case-marketplace-14 {
	background: rgba(196, 196, 196, 0.3);
}

.text-case-marketplace-14 p:nth-child(1) {
	padding-top: 10px;
}

.text-case-marketplace-14 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 27 блок */
.text-case-marketplace-19 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-case-marketplace-19 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-case-marketplace-19 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #EDD9EE !important;
	left: 0;
	top: 7px !important;
}

.text-case-marketplace-19 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 30 блок */
.text-case-marketplace-21 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-case-marketplace-21 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-case-marketplace-21 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #EDD9EE !important;
	left: 0;
	top: 7px !important;
}

.text-case-marketplace-21 li {
	padding: 0px 0px 0px 20px !important;
}
    /*КЕЙС : КАК ПРОДАВАТЬ ТОВАРЫ ЧЕРЕЗ МАРКЕТПЛЕЙС КОНЕЦ*/
    /*МИНИМИЗАЦИЯ РЕПУТАЦИОННЫХ РИСКОВ. КАК СЛУЧАЙНО НЕ СЖЕЧЬ ИМИДЖ ДОТЛА НАЧАЛО*/
#post-3658 .content > .title-c,
    #post-3658 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.burn-image-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.burn-image-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 4 блок */
.text-burn-image-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-burn-image-03:before {
	content: '';
	width: 354px;
	height: 9px;
	background: rgba(255, 219, 114, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-burn-image-03 p {
	margin-left: 10px;
}
    /* 5 блок */
    /* 6 блок */
.text-burn-image-05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-burn-image-05 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-burn-image-05 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(255, 219, 114, 0.6) !important;
	left: 0;
	top: 7px !important;
}

.text-burn-image-05 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 7 блок */
.text-burn-image-06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-burn-image-06:before {
	content: '';
	width: 354px;
	height: 9px;
	background: rgba(255, 219, 114, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-burn-image-06 p {
	margin-left: 10px;
}
    /* 21 блок */
.text-burn-image-13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-burn-image-13:before {
	content: '';
	width: 561px;
	height: 9px;
	background: rgba(255, 219, 114, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-burn-image-13 p {
	margin-left: 10px;
}
    /*МИНИМИЗАЦИЯ РЕПУТАЦИОННЫХ РИСКОВ. КАК СЛУЧАЙНО НЕ СЖЕЧЬ ИМИДЖ ДОТЛА КОНЕЦ*/
    /* Перписывние глобального стиля продукторв */
.product-item {
	display: flex;
	flex-direction: column;
	min-height: 450px !important;
	height: auto !important;
}

.product-item .top,
    .product-item .bottom {
	flex: 0 0 auto;
}

.product-item .center {
	height: auto !important;
	flex: 1 1 auto;
}
    /* Перписывние глобального стиля продукторв КОНЕЦ*/
    /*7 ЭФФЕКТИВНЫХ МЕТОДОВ ПАРТИЗАНСКОГО МАРКЕТИНГА НАЧАЛО*/
#post-3523 .content > .title-c,
    #post-3523 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.mar-techniques-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.mar-techniques-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 6 блок */
.text-mar-techniques-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-mar-techniques-04:before {
	content: '';
	width: 385px;
	height: 9px;
	background: rgba(196, 196, 196, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text-mar-techniques-08 p {
	margin-left: 10px;
}
    /* 14 блок */
.text-mar-techniques-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-mar-techniques-08:before {
	content: '';
	width: 467px;
	height: 9px;
	background: rgba(196, 196, 196, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text-mar-techniques-08 p {
	margin-left: 10px;
}
    /* 22 блок */
.text-mar-techniques-13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-mar-techniques-13:before {
	content: '';
	width: 577px;
	height: 9px;
	background: rgba(196, 196, 196, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text-mar-techniques-13 p {
	margin-left: 10px;
}
    /* 23 блок */
    /* 24 блок */
    /* 25 блок */
    /* 26 блок */
.text-mar-techniques-16 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-mar-techniques-16 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-mar-techniques-16 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0 !important;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text-mar-techniques-16 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 29 блок */
.text-mar-techniques-18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-mar-techniques-18:before {
	content: '';
	width: 499px;
	height: 9px;
	background: rgba(196, 196, 196, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text-mar-techniques-18 p {
	margin-left: 10px;
}
    /*7 ЭФФЕКТИВНЫХ МЕТОДОВ ПАРТИЗАНСКОГО МАРКЕТИНГА КОНЕЦ*/
    /* КЕЙС ПО ПРОДВИЖЕНИЮ МАГАЗИНА ПРОДУКТОВ НАЧАЛО */
#post-155 .content > .title-c,
    #post-155 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.grocery-store-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.grocery-store-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-grocery-store-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-grocery-store-02:before {
	content: '';
	width: 607px;
	height: 9px;
	background: #F4AF92;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-grocery-store-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
.text-grocery-store-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-grocery-store-04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-grocery-store-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #F4AF92 !important;
	left: 0;
	top: 7px !important;
}

.text-grocery-store-04 li {
	padding: 0px 0px 0px 20px !important;
	max-width: 500px;
	color: #000000 !important;
}
    /* 6 блок */
.text-grocery-store-05 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-grocery-store-05:before {
	content: '';
	width: 460px;
	height: 9px;
	background: #F4AF92;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-grocery-store-05 p {
	margin-left: 10px;
}

.text-grocery-store-06 {
	margin-top: -20px;
}
    /* 17 блок */
.text-grocery-store-12 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-grocery-store-12 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-grocery-store-12 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #F4AF92!important;
	left: 0;
	top: 7px !important;
}

.text-grocery-store-12 li {
	padding: 0px 0px 0px 20px !important;
	max-width: 600px;
	color: #000000 !important;
}
    /* КЕЙС ПО ПРОДВИЖЕНИЮ МАГАЗИНА ПРОДУКТОВ КОНЕЦ */
    /* КАК НАЛАДИТЬ КОММУНИКАЦИЮ С КЛИЕНТАМИ СТРАХОВЫХ УСЛУГ НАЧАЛО */
#post-492 .content > .title-c,
    #post-492 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.insurance-services-01 {
	display: block;
	max-width: 720px !important;
	margin: 0 auto;
}

.insurance-services-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-insurance-services-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-insurance-services-02:before {
	content: '';
	width: 535px;
	height: 9px;
	background: #E7DE5F;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-insurance-services-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
.text-insurance-services-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-insurance-services-04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-insurance-services-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #E7DE5F !important;
	left: 0;
	top: 7px !important;
}

.text-insurance-services-04 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 6 блок */
    /* 7 блок */
    /* 8 блок */
.text-insurance-services-06 {
	position: relative;
	margin-top: 20px;
}

.text-insurance-services-06:before {
	content: '';
	width: 535px;
	height: 9px;
	background: #E7DE5F;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-insurance-services-06 p {
	margin-left: 10px;
}
    /* 9 блок */
.text-insurance-services-14 p {
	margin-bottom: 0px !important;
}
    /* 10 блок */
.text-insurance-services-08 {
	background: #E7DE5F;
}

.text-insurance-services-08 p {
	text-align: center !important;
	margin-left: 20px;
	margin-right: 20px;
}
    /* 12 блок */
.text-insurance-services-10 p {
	margin-bottom: 0px !important;
}
    /* 15 блок */
.text-insurance-services-12 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-insurance-services-12:before {
	content: '';
	width: 615px;
	height: 9px;
	background: #E7DE5F;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-insurance-services-12 p {
	margin-left: 10px;
}
    /* КАК НАЛАДИТЬ КОММУНИКАЦИЮ С КЛИЕНТАМИ СТРАХОВЫХ УСЛУГ КОНЕЦ*/
    /* ЗАЧЕМ НУЖЕН ИНДЕКС ЛОЯЛЬНОСТИ КЛИЕНТОВ НАЧАЛО */
#post-1027 .content > .title-c,
    #post-1027 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.loyalty-index-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.loyalty-index-01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.loyalty-index-01 li {
	color: #000000 !important;
}

.loyalty-index-01 h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none !important;
	text-align: left;
	margin-left: 10px;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-loyalty-index-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-loyalty-index-02:before {
	content: '';
	width: 60px;
	height: 9px;
	background: rgba(125, 128, 254, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}

.text-loyalty-index-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
    /* 6 блок */
    /* 7 блок */
.text-loyalty-index-05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-loyalty-index-05 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-loyalty-index-05 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7D80FE !important;
	left: 0;
	top: 7px !important;
}

.text-loyalty-index-05 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 8 блок */
    /* 9 блок */
.text-loyalty-index-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-loyalty-index-07:before {
	content: '';
	width: 600px;
	height: 9px;
	background: rgba(125, 128, 254, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}

.text-loyalty-index-07 p {
	margin-left: 10px;
}
    /* 10 блок */
.text-loyalty-index-08 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-loyalty-index-08 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-loyalty-index-08 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7D80FE !important;
	left: 0;
	top: 7px !important;
}

.text-loyalty-index-08 li {
	padding: 0px 0px 0px 20px;
}
    /* 11 блок */
    /* 12 блок */
    /* 13 блок */
    /* 14 блок */
    /* 15 блок */
.text-loyalty-index-11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-loyalty-index-11 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-loyalty-index-11 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7D80FE !important;
	left: 0;
	top: 7px !important;
}

.text-loyalty-index-11 li {
	padding: 0px 0px 0px 20px;
}
    /* 16 блок */
    /* 17 блок */
    /* 18 блок */
    /* 19 блок */
    /* 20 блок */
    /* 21 блок */
    /* 22 блок */
.text-loyalty-index-14 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-loyalty-index-14 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-loyalty-index-14 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #7D80FE !important;
	left: 0;
	top: 7px !important;
}

.text-loyalty-index-14 li {
	padding: 0px 0px 0px 20px;
}
    /* ЗАЧЕМ НУЖЕН ИНДЕКС ЛОЯЛЬНОСТИ КЛИЕНТОВ КОНЕЦ */
    /* РАБОТА С ОТЗЫВАМИ: КАК ПРАВИЛЬНО РЕАГИРОВАТЬ НА УПОМИНАНИЯ НАЧАЛО */
#post-3192 .content > .title-c,
    #post-3192 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницы */
.r_n_reviews_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.r_n_reviews_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px !important;
	margin-bottom: 15px !important;
}

.r_n_reviews_01 {
	color: #000000 !important;
}

.r_n_reviews_01 h3 {
	font-size: 16px;
	font-weight: bold;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок h2 */
.text_n_reviews_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
}

.text_n_reviews_02:before {
	content: '';
	width: 335px;
	height: 14px;
	background: rgba(226, 144, 122, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: -1;
}

.text_n_reviews_02 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 4 блок */
.text_n_reviews_03 {
	background: rgba(226, 144, 122, 0.5);
}

.text_n_reviews_03 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* 5 блок */
    /* блок h2 */
.text_n_reviews_05h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
}

.text_n_reviews_05h2:before {
	content: '';
	width: 505px;
	height: 14px;
	background: rgba(226, 144, 122, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: -1;
}

.text_n_reviews_05h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 6 блок */
    /* 7 блок */
.text_n_reviews_06 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_n_reviews_06 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_n_reviews_06 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 0% !important;
	background: #E2907A !important;
	left: 0;
	top: 7px !important;
}

.text_n_reviews_06 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 8 блок */
.text_n_reviews_07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_n_reviews_07:before {
	content: '';
	width: 355px;
	height: 14px;
	background: rgba(226, 144, 122, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_n_reviews_07 p {
	margin-left: 10px;
}
    /* 9 блок */
    /* 10 блок */
    /* 11 блок */
.text_n_reviews_10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_n_reviews_10:before {
	content: '';
	width: 330px;
	height: 14px;
	background: rgba(226, 144, 122, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: -1;
}

.text_n_reviews_10 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* h2 блок */
.text_n_reviews_10h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_n_reviews_10h2:before {
	content: '';
	width: 370px;
	height: 14px;
	background: rgba(226, 144, 122, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: -1;
}

.text_n_reviews_10h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 13 блок */
.text_n_reviews_12 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_n_reviews_12:before {
	content: '';
	width: 83px;
	height: 14px;
	background: rgba(226, 144, 122, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_n_reviews_12 p {
	margin-left: 10px;
}
    /* 14 блок */
    /* РАБОТА С ОТЗЫВАМИ: КАК ПРАВИЛЬНО РЕАГИРОВАТЬ НА УПОМИНАНИЯ КОНЕЦ */
    /* КЕЙС ПО ПРОДВИЖЕНИЮ МЕДИЦИНСКОГО ЦЕНТРА ЗА 3 МЕСЯЦА НАЧАЛО */
#post-231 .content > .title-c,
    #post-231 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.medical-center-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.medical-center-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-bottom: 15px !important;
}

.medical-center-01 li {
	color: #000000 !important;
}
    /* h2 блок */
.text-medical-center-03h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-medical-center-03h2:before {
	content: '';
	width: 438px;
	height: 9px;
	background: #FFCA7A;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text-medical-center-03h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 5 блок */
.text-medical-center-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-medical-center-03:before {
	content: '';
	width: 438px;
	height: 9px;
	background: #FFCA7A;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text-medical-center-03 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 6 блок */
.text-medical-center-04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-medical-center-04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-medical-center-04 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B8DDFF !important;
	left: 0;
	top: 7px !important;
}

.text-medical-center-04 li {
	padding: 0px 0px 0px 20px !important;
}

.text-medical-center-04 p {
	margin-left: 10px;
}
    /* 17 блок */
.text-medical-center-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-medical-center-10:before {
	content: '';
	width: 483px;
	height: 9px;
	background: #FFCA7A;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text-medical-center-10 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 30 блок */
.text-medical-center-18 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-medical-center-18 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-medical-center-18 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #B8DDFF !important;
	left: 0;
	top: 7px !important;
}

.text-medical-center-18 li {
	padding: 0px 0px 0px 20px !important;
}

.text-medical-center-18 p {
	margin-left: 10px;
}
    /* h2 блок */
.text-medical-center-03h2-2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-medical-center-03h2-2:before {
	content: '';
	width: 670px;
	height: 9px;
	background: #FFCA7A;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text-medical-center-03h2-2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 31 блок */
.text-medical-center-19 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-medical-center-19:before {
	content: '';
	width: 483px;
	height: 9px;
	background: #FFCA7A;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: -1;
}

.text-medical-center-19 p {
	margin-left: 10px;
}
    /* 32 блок */
.text-medical-center-20 {
	background: #F3F3F3;
}

.text-medical-center-20 p {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* КЕЙС ПО ПРОДВИЖЕНИЮ МЕДИЦИНСКОГО ЦЕНТРА ЗА 3 МЕСЯЦА КОНЕЦ */
    /* КЕЙС: ПРОДВИЖЕНИЕ КУРСОВ ЧЕРЕЗ БЛОГЕРОВ НАЧАЛО */
#post-2951 .content > .title-c,
    #post-2951 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.case-bloggers-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-bloggers-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
    /* 4 блок */
    /* 5 блок */
    /* 6 блок */
.text-case-bloggers-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-bloggers-04:before {
	content: '';
	width: 570px;
	height: 9px;
	background: #D7FF4E;
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}
    /* 7 блок */
    /* 8 блок */
    /* 9 блок */
.text-case-bloggers-06 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text-case-bloggers-06 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-case-bloggers-06 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #4859FF !important;
	left: 0;
	top: 7px !important;
}

.text-case-bloggers-06 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 10 блок */
.text-case-bloggers-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-bloggers-07:before {
	content: '';
	width: 400px;
	height: 9px;
	background: #D7FF4E;
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}
    /* 11 блок */
    /* 12 блок */
.text-case-bloggers-09 {
	background: rgba(196, 196, 196, 0.3);
}

.text-case-bloggers-09:nth-child(1) {
	padding-top: 10px;
}

.text-case-bloggers-09:nth-child(3) {
	padding-bottom: 10px;
}
    /* 13 блок */
.text-case-bloggers-11 {
	background: rgba(196, 196, 196, 0.3);
}

.text-case-bloggers-11 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
    /* 17 блок */
.text-case-bloggers-13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-bloggers-13:before {
	content: '';
	width: 400px;
	height: 9px;
	background: #D7FF4E;
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}
    /* 18 блок */
    /* 19 блок */
    /* 20 блок */
    /* 21 блок */
.text-case-bloggers-16 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-case-bloggers-16:before {
	content: '';
	width: 280px;
	height: 9px;
	background: #D7FF4E;
	display: block;
	position: absolute;
	left: 0px;
	top: 11px;
	z-index: -1;
}
    /* КЕЙС: ПРОДВИЖЕНИЕ КУРСОВ ЧЕРЕЗ БЛОГЕРОВ КОНЕЦ */
    /* ЧТО ТАКОЕ БРЕНДИНГ НАЧАЛО */
#post-2887 .content > .title-c,
    #post-2887 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /*стили страницы*/
.branding-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.branding-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text-branding-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-branding-02:before {
	content: '';
	width: 365px;
	height: 14px;
	background: rgba(162, 171, 224, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-branding-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
    /* 6 блок */
.text-branding-04 ol {
	padding: 0px 0px 0px 20px;
}

.text-branding-04 ol {
	margin-left: 10px;
}

.text-branding-04 li::marker {
	font-weight: bold;
	color: #000000;
}

.text-branding-04 li {
	color: #000000 !important;
}
    /* 7 блок */
    /* 8 блок */
.text-branding-06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-branding-06:before {
	content: '';
	width: 243px;
	height: 14px;
	background: #A2ABE0 !important;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-branding-06 p {
	margin-left: 10px;
}
    /* 9 блок */
.text-branding-07 ul {
	line-height: 20px;
	padding: 0;
	margin-left: 5px;
}

.text-branding-07 li {
	position: relative;
	margin-bottom: 10px !important;
	padding-right: 50px !important;
}

.text-branding-07 li:before {
	content: url("https://markway.ru/wp-content/uploads/2022/01/img-branding-03.png") !important;
	position: absolute !important;
	background: none !important;
	left: 0;
	top: 4px !important;
}

.text-branding-07 li {
	padding: 0px 0px 0px 20px!important;
	color: #000000 !important;
}
    /* 10 блок */
.text-branding-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-branding-08:before {
	content: '';
	width: 487px;
	height: 14px;
	background: #A2ABE0;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-branding-08 p {
	margin-left: 10px;
}
    /* 11 блок */
.text-branding-09 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-branding-09:before {
	content: '';
	width: 170px;
	height: 14px;
	background: #A2ABE0;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-branding-09 p {
	margin-left: 10px;
}

.text-branding-09 {
	margin-top: -5px;
}
    /* 12 блок */
    /* 13 блок */
.text-branding-10 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 5px;
}

.text-branding-10 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-branding-10 li:before {
	content: url("https://markway.ru/wp-content/uploads/2022/01/img-branding-03.png")!important;
	position: absolute;
	width: 13px;
	height: 13px;
	background: none !important;
	border-radius: 50%;
	left: 0;
	top: 4px !important;
}

.text-branding-10 li {
	padding: 0px 0px 0px 20px !important;
	color: #000000 !important;
}
    /* 14 блок */
.text-branding-11 {
	background: #F3F3F3;
}

.text-branding-11 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* 15 блок */
.text-branding-12 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-branding-12:before {
	content: '';
	width: 385px;
	height: 14px;
	background: #A2ABE0;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-branding-12 p {
	margin-left: 10px;
}
    /* 16 блок */
.text-branding-13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-branding-13:before {
	content: '';
	width: 324px;
	height: 14px;
	background: #A2ABE0;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text-branding-13 p {
	margin-left: 10px;
}

.text-branding-13 {
	margin-top: -18px;
}
    /* 17 блок */
    /* ЧТО ТАКОЕ БРЕНДИНГ КОНЕЦ */
    /* ТРЕНДЫ В УПРАВЛЕНИИ РЕПУТАЦИЕЙ — 2022 НАЧАЛО */
#post-2676 .content > .title-c,
    #post-2676 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.man_trends_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.man_trends_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.man_trends_01 li {
	color: #000000 !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text_man_trends_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_man_trends_02:before {
	content: '';
	width: 292px;
	height: 14px;
	background: rgba(231, 131, 46, 0.6) !important;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_man_trends_02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
.text_man_trends_04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_man_trends_04:before {
	content: '';
	width: 433px;
	height: 14px;
	background: rgba(231, 131, 46, 0.6);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_man_trends_04 p {
	margin-left: 10px;
}
    /* 6 блок */
    /* 7 блок */
    /* 8 блок */
    /* 9 блок */
.text_man_trends_07 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_man_trends_07 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	max-width: 600px;
}

.text_man_trends_07 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(231, 131, 46, 0.6) !important;
	left: 0;
	top: 5px !important;
}

.text_man_trends_07 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 10 блок */
    /* 11 блок */
    /* 12 блок */
    /* 13 блок */
.text_man_trends_10 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_man_trends_10 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_man_trends_10 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(231, 131, 46, 0.6) !important;
	left: 0;
	top: 5px !important;
}

.text_man_trends_10 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
.text_man_trends_12 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_man_trends_12 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_man_trends_12 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(231, 131, 46, 0.6) !important;
	left: 0;
	top: 5px !important;
}

.text_man_trends_12 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 17 блок */
    /* 18 блок */
    /* 19 блок */
    /* 20 блок */
.text_man_trends_15 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_man_trends_15 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_man_trends_15 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(231, 131, 46, 0.6) !important;
	left: 0;
	top: 5px !important;
}

.text_man_trends_15 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 21 блок */
    /* 22 блок */
    /* 23 блок */
.text_man_trends_18 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_man_trends_18 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_man_trends_18 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(231, 131, 46, 0.6) !important;
	left: 0;
	top: 5px !important;
}

.text_man_trends_18 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 24 блок */
.text_man_trends_19 {
	background: #F3F3F3;
}

.text_man_trends_19 p:nth-child(1) {
	padding-top: 10px;
}

.text_man_trends_19 p:nth-child(2) {
	padding-bottom: 10px;
	margin-top: -10px !important;
}
    /* ТРЕНДЫ В УПРАВЛЕНИИ РЕПУТАЦИЕЙ — 2022 КОНЕЦ */
    /* КАК НАЙТИ ОТЗЫВЫ СОТРУДНИКОВ И УЛУЧШИТЬ HR-БРЕНД НАЧАЛО */
#post-561 .content > .title-c,
    #post-561 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.hr_brand_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.hr_brand_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.hr_brand_01 img {
	display: block !important;
	margin: 0 auto !important;
}

.hr_brand_01 li {
	color: #000000 !important;
}

.hr_brand_01 h3 {
	font-size: 16px !important;
	font-weight: bold;
}

.hr_brand_01 h2 {
	font-size: 16px !important;
	font-weight: bold;
	text-align: left !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text_hr_brand_02 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_hr_brand_02 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_hr_brand_02 li:before {
	content: '';
	position: absolute;
	width: 6px !important;
	height: 6px !important;
	border-radius: 50%;
	background: #D26F53 !important;
	left: 0;
	top: 9px !important;
}

.text_hr_brand_02 li {
	padding: 0px 0px 0px 15px !important;
}
    /* 4 блок */
.text_hr_brand_03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_hr_brand_03:before {
	content: '';
	width: 545px;
	height: 14px;
	background: #F7EAE1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_hr_brand_03 h2 {
	margin-left: 10px;
}
    /* 5 блок */
    /* 6 блок */
    /* 7 блок */
    /* 8 блок */
    /* 9 блок */
    /* 10 блок */
    /* 11 блок */
.text_hr_brand_07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_hr_brand_07:before {
	content: '';
	width: 493px;
	height: 14px;
	background: #F7EAE1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_hr_brand_07 h2 {
	margin-left: 10px;
}
    /* 12 блок */
    /* 13 блок */
.hr_brand_02 {
	display: flex;
}

.text_hr_brand_09 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_hr_brand_09 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_hr_brand_09 li:before {
	content: '';
	position: absolute;
	width: 6px !important;
	height: 6px !important;
	border-radius: 50%;
	background: #D26F53 !important;
	left: 0;
	top: 12px !important;
}

.text_hr_brand_09 li {
	padding: 0px 0px 0px 20px !important;
}

.text_hr_brand_10 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 40px;
}

.text_hr_brand_10 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_hr_brand_10 li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D26F53 !important;
	left: 0;
	top: 7px;
}

.text_hr_brand_10 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
.text_hr_brand_12 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_hr_brand_12:before {
	content: '';
	width: 433px;
	height: 14px;
	background: #F7EAE1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_hr_brand_12 h2 {
	margin-left: 10px;
}
    /* 17 блок */
    /* 18 блок */
    /* 19 блок */
.text_hr_brand_15 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_hr_brand_15 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_hr_brand_15 li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D26F53 !important;
	left: 0;
	top: 7px;
}

.text_hr_brand_15 li {
	padding: 0px 0px 0px 15px;
}
    /* 20 блок */
    /* 21 блок */
.text_hr_brand_16 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_hr_brand_16:before {
	content: '';
	width: 510px;
	height: 14px;
	background: #F7EAE1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_hr_brand_16 h3 {
	margin-left: 10px;
}
    /* 22 блок */
    /* 23 блок */
.text_hr_brand_18 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_hr_brand_18 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_hr_brand_18 li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D26F53 !important;
	left: 0;
	top: 7px;
}

.text_hr_brand_18 li {
	padding: 0px 0px 0px 15px;
}
    /* 24 блок */
    /* 25 блок */
    /* 26 блок */
    /* 27 блок */
.text_hr_brand_18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_hr_brand_18:before {
	content: '';
	width: 510px;
	height: 14px;
	background: #F7EAE1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_hr_brand_18 h3 {
	margin-left: 10px;
}
    /* 28 блок */
    /* 29 блок */
    /* 30 блок */
    /* КАК НАЙТИ ОТЗЫВЫ СОТРУДНИКОВ И УЛУЧШИТЬ HR-БРЕНД КОНЕЦ */
    /* КЕЙС «LADA-ЦЕНТР» НАЧАЛО */
#post-981 .content > .title-c,
    #post-981 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.lada_center_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.lada_center_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.lada_center_01 li {
	color: #000000 !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
    /* 4 блок */
    /* 5 блок */
.text_lada_center_01h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_lada_center_01h2:before {
	content: '';
	width: 423px;
	height: 14px;
	background: #E8F0F1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_lada_center_01h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 6 блок */
.text_lada_center_03 {
	background: #E8F0F1;
}

.text_lada_center_03 p:nth-child(1) {
	padding-top: 10px;
}

.text_lada_center_03 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 7 блок */
.text_lada_center_04 li {
	font-weight: normal;
	margin-left: 10px;
}
    /* 8 блок */
    /* 9 блок */
.text_lada_center_05 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_lada_center_05:before {
	content: '';
	width: 400px;
	height: 14px;
	background: #E8F0F1;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_lada_center_05 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 10 блок */
    /* 11 блок */
.text_lada_center_07 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_lada_center_07 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_lada_center_07 li:before {
	content: '';
	position: absolute;
	width: 18px !important;
	height: 14px !important;
	border-radius: 0% !important;
	background: linear-gradient(269.95deg, #FFFFFF -36.46%, rgba(255, 255, 255, 0.24) 100.14%), #5B5959 !important;
	left: 0;
	top: 5px !important;
}

.text_lada_center_07 li {
	padding: 0px 0px 0px 30px !important;
	font-weight: normal;
}
    /* 12 блок */
    /* 13 блок */
.img_lada_center_05 {
	text-align: center;
}
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
.text_lada_center_10 {
	background: #E8F0F1;
}

.text_lada_center_10 p:nth-child(1) {
	padding-top: 10px;
}

.text_lada_center_10 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 17 блок */
    /* 18 блок */
.text_lada_center_12 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_lada_center_12 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_lada_center_12 li:before {
	content: '';
	position: absolute;
	width: 18px !important;
	height: 14px !important;
	border-radius: 0% !important;
	background: linear-gradient(269.95deg, #FFFFFF -36.46%, rgba(255, 255, 255, 0.24) 100.14%), #5B5959 !important;
	left: 0;
	top: 5px !important;
}

.text_lada_center_12 li {
	padding: 0px 0px 0px 30px !important;
	font-weight: normal;
}
    /* 19 блок */
.text_lada_center_13 p {
	text-align: center !important;
}
    /* 20 блок */
    /* 21 блок */
.lada_center_02 {
	display: flex;
	justify-content: center;
}

.text_lada_center_14 {
	width: 25%;
	margin-left: 30px;
}

.text_lada_center_15 {
	width: 32%;
	margin-left: 30px;
}
    /* 22 блок */
.text_lada_center_16 p:nth-child(2) {
	text-align: center !important;
}
    /* 23 блок */
.text_lada_center_17 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_lada_center_17:before {
	content: '';
	width: 288px;
	height: 14px;
	background: #E8F0F1;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_lada_center_17 p {
	margin-left: 10px;
}
    /* 24 блок */
    /* 25 блок */
.text_lada_center_19 {
	background: #E8F0F1;
}

.text_lada_center_19 p:nth-child(1) {
	padding-top: 10px;
}

.text_lada_center_19 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 26 блок */
    /* 27 блок */
.text_lada_center_21 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_lada_center_21 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_lada_center_21 li:before {
	content: '';
	position: absolute;
	width: 18px !important;
	height: 14px !important;
	border-radius: 0% !important;
	background: linear-gradient(269.95deg, #FFFFFF -36.46%, rgba(255, 255, 255, 0.24) 100.14%), #5B5959 !important;
	left: 0;
	top: 5px !important;
}

.text_lada_center_21 li {
	padding: 0px 0px 0px 30px !important;
	font-weight: normal;
}
    /* 28 блок */
    /* 29 блок */
    /* 30 блок */
    /* 31 блок */
    /* 32 блок */
    /* 33 блок */
.text_lada_center_24 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_lada_center_24:before {
	content: '';
	width: 288px;
	height: 14px;
	background: #E8F0F1;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_lada_center_24 p {
	margin-left: 10px;
}
    /* 34 блок */
    /* 35 блок */
    /* 36 блок */
    /* 37 блок */
    /* 38 блок */
.text_lada_center_26 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_lada_center_26:before {
	content: '';
	width: 390px;
	height: 14px;
	background: #E8F0F1;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_lada_center_26 p {
	margin-left: 10px;
}
    /* 39 блок */
    /* 40 блок */
    /* 41 блок */
.text_lada_center_28 p:nth-child(1) {
	text-align: center !important;
}

.text_lada_center_28 p:nth-child(2) {
	text-align: center !important;
}
    /* 42 блок */
    /* 43 блок */
.lada_center_03 {
	display: flex;
	justify-content: center;
}

.text_lada_center_29 {
	width: 25%;
	margin-left: -20px;
}

.text_lada_center_30 {
	width: 25%;
	margin-left: 70px;
}
    /* 44 блок */
.text_lada_center_31 {
	background: #E8F0F1;
}

.text_lada_center_31 p:nth-child(1) {
	padding-top: 10px;
}

.text_lada_center_31 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 45 блок */
.text_lada_center_32 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_lada_center_32:before {
	content: '';
	width: 115px;
	height: 14px;
	background: #E8F0F1;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_lada_center_32 p {
	margin-left: 10px;
}

@media (max-width: 575px) {
	.text_lada_center_14 {
		margin-right: 20px;
	}
}
    /* КЕЙС «LADA-ЦЕНТР» КОНЕЦ */
    /* SERM ЧТО ЭТО, И КАК РАБОТАЕТ ТЕМНАЯ ЛОШАДКА МАРКЕТИНГА НАЧАЛО */
#post-2627 .content > .title-c,
    #post-2627 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.serm_is_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.serm_is_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.serm_is_01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.serm_is_01 li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.serm_is_01 li:before {
    content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: rgba(102, 142, 194, 0.6) !important;
	left: 0;
	top: 7px !important;
}

.table-sermIs ol {
    padding-left: 20px !important;
}

.table-sermIs {
    background-color: #BEC7D0 !important;
}      

.table-sermIs li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.serm_is_01 h2, h3 {
	font-size: 16px !important;
    text-align: start !important;
	font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.text_serm_is_01h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_serm_is_01h2:before {
	content: '';
	width: 450px;
	height: 11px;
	background: #BEC7D0;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

#adap-strip-sermIs-02::before {
    width: 233px !important;
}

#adap-strip-sermIs-03:before {
    width: 273px;
}

#adap-strip-sermIs-04:before {
    width: 310px;
}

#adap-strip-sermIs-05:before {
    width: 380px;
}

#adap-strip-sermIs-06:before {
    width: 460px;
}

#adap-strip-sermIs-07:before {
    width: 410px;
}

#adap-strip-sermIs-08:before {
    width: 400px;
}

#adap-strip-sermIs-09:before {
    width: 395px;
}

.sermIs-strip:before {
	width: 395px;
}
@media (max-width: 480px) {
    .serm_is_01 h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.text_serm_is_01h2:before {
		display: none;
	}
}
    /* SERM ЧТО ЭТО, И КАК РАБОТАЕТ ТЕМНАЯ ЛОШАДКА МАРКЕТИНГА КОНЕЦ */
    /*ПУБЛИКАЦИЯ СТАТЕЙ В СМИ БЕЗ БЮДЖЕТА НАЧАЛО*/
#post-2552 .content > .title-c,
    #post-2552 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницы */
.media_budget-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.media_budget-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
.text_media_budget-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_media_budget-02:before {
	content: '';
	width: 217px;
	height: 14px;
	background: #ECD3A6;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_media_budget-02 p {
	margin-left: 10px;
}
    /* 4 блок */
    /* 5 блок */
    /* 6 блок */
    /* 7 блок */
    /* 8 блок */
.text_media_budget-07 {
	background: rgba(196, 196, 196, 0.3);
}

.text_media_budget-07 p:nth-child(1) {
	padding-top: 10px;
}

.text_media_budget-07 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 9 блок */
.text_media_budget-08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_media_budget-08:before {
	content: '';
	width: 189px;
	height: 14px;
	background: #ECD3A6;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_media_budget-08 p {
	margin-left: 10px;
}
    /* 10 блок */
    /* 11 блок */
    /* 12 блок */
    /* 13 блок */
    /* 14 блок */
    /* 15 блок */
    /* 16 блок */
    /* 17 блок */
    /* 18 блок */
    /* 19 блок */
    /* 20 блок */
.text_media_budget-14 {
	background: rgba(196, 196, 196, 0.3);
}

.text_media_budget-14 {
	margin-bottom: 5px !important;
	padding-top: 10px;
	padding-bottom: 1px;
}
    /* 21 блок */
.text_media_budget-15 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_media_budget-15:before {
	content: '';
	width: 214px;
	height: 14px;
	background: #ECD3A6;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_media_budget-15 p {
	margin-left: 10px;
}
    /* 22 блок */
    /* 23 блок */
.text_media_budget-17 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_media_budget-17 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_media_budget-17 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 0% !important;
	background: #F0CCA3 !important;
	left: 0;
	top: 7px !important;
}

.text_media_budget-17 li {
	padding: 0px 0px 0px 20px !important;
	color: #000 !important;
}
    /* 24 блок */
.text_media_budget-18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_media_budget-18:before {
	content: '';
	width: 280px;
	height: 14px;
	background: #ECD3A6;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_media_budget-18 p {
	margin-left: 10px;
}
    /* 25 блок */
.text_media_budget-19 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_media_budget-19:before {
	content: '';
	width: 380px;
	height: 14px;
	background: #ECD3A6;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_media_budget-19 p {
	margin-left: 10px;
	margin-top: -15px !important;
}
    /* 26 блок */
.text_media_budget-20 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_media_budget-20 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_media_budget-20 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 0% !important;
	background: #F0CCA3 !important;
	left: 0;
	top: 7px !important;
}

.text_media_budget-20 li {
	padding: 0px 0px 0px 20px !important;
	color: #000 !important;
}
    /* 27 блок */
    /* ПУБЛИКАЦИЯ СТАТЕЙ В СМИ БЕЗ БЮДЖЕТА КОНЕЦ */
    /* КЕЙС «ВТБ ПЕНСИОННЫЙ ФОНД» И MARKWAY НАЧАЛО */
#post-2510 .content > .title-c,
    #post-2510 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.vtb-fund-01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.vtb-fund-01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
}

.vtb-fund-01 p {
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.vtb-fund-01 li {
	color: #000 !important;
}
    /* 1 блок */
    /* 2 блок */
    /* 3 блок */
    /* 4 блок */
.text-vtb-fund-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-vtb-fund-02:before {
	content: '';
	width: 210px;
	height: 14px;
	background: #CFE1EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 5 блок */
    /* 6 блок */
.text-vtb-fund-04 {
	background: #CFE1EE;
}

.text-vtb-fund-04 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* 7 блок */
    /* 8 блок */
.text-vtb-fund-06 ol {
	margin-left: 10px;
	margin-top: -10px;
}
    /* 9 блок */
.text-vtb-fund-07 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-vtb-fund-07:before {
	content: '';
	width: 240px;
	height: 14px;
	background: #CFE1EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 10 блок */
    /* 11 блок */
.text-vtb-fund-09 {
	background: #F3F3F3;
}

.text-vtb-fund-09 p:nth-child(1) {
	padding-top: 10px;
}

.text-vtb-fund-09 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 12 блок */
    /* 13 блок */
.text-vtb-fund-10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-vtb-fund-10:before {
	content: '';
	width: 205px;
	height: 14px;
	background: #CFE1EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 14 блок */
    /* 15 блок */
.text-vtb-fund-11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	max-width: 500px;
}

.text-vtb-fund-11 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text-vtb-fund-11 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 0% !important;
	background: rgba(196, 196, 196, 0.7) !important;
	left: 0;
	top: 6px !important;
}

.text-vtb-fund-11 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 16 блок */
.vtb-fund-02 {
	display: flex;
	align-items: center;
}

.img-vtb-fund-04 {
	margin-top: -10px;
}
    /* 17 блок */
.img-vtb-fund-05 {
	margin-top: -15px;
}
    /* 18 блок */
    /* 19 блок */
    /* 17 блок */
.img-vtb-fund-06 {
	margin-top: -15px;
}
    /* 20 блок */
    /* 21 блок */
.text-vtb-fund-14 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-vtb-fund-14:before {
	content: '';
	width: 210px;
	height: 14px;
	background: #CFE1EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 22 блок */
    /* 23 блок */
    /* 24 блок */
    /* 25 блок */
.text-vtb-fund-16 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-vtb-fund-16:before {
	content: '';
	width: 260px;
	height: 14px;
	background: #CFE1EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 26 блок */
    /* 27 блок */
    /* 28 блок */
.text-vtb-fund-18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-vtb-fund-18:before {
	content: '';
	width: 210px;
	height: 14px;
	background: #CFE1EE;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 29 блок */
    /* 30 блок */
    /* 31 блок */
.text-vtb-fund-20 {
	background: #CFE1EE;
}

.text-vtb-fund-20 p {
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* КЕЙС «ВТБ ПЕНСИОННЫЙ ФОНД» И MARKWAY КОНЕЦ */
    /* КАК ПОЛУЧИТЬ 370 ЗАЯВОК НА КУХНИ В СОЦСЕТЯХ НАЧАЛО */
#post-1327 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1327 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.kitchens_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.kitchens_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
}

.kitchens_01 li {
	color: #000 !important;
}
    /* 1 блок */
    /* 2 блок */
.text_kitchens_01 p {
	margin: 20px 10px 20px 10px !important;
}
    /* 3 блок */
.text_kitchens_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_kitchens_02:before {
	content: '';
	width: 530px;
	height: 14px;
	background: #F1D11C;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_kitchens_02 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px !important;
}
    /* 4 блок */
.kitchens_02 {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.kitchens_02 p {
	margin-top: -15px !important;
}

.text_kitchens_03 {
	max-width: 220px;
}
    /* 5 блок */
.text_kitchens_04 {
	margin-top: 10px;
	background: #FAF4BA;
}

.text_kitchens_04 p {
	padding: 10px 10px 10px 10px !important;
	margin-bottom: 0 !important;
}
    /* 6 блок */
.text_kitchens_05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_kitchens_05 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_kitchens_05 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	background: #F2D423 !important;
	border-radius: 0 !important;
	left: 0;
	top: 7px !important;
}

.text_kitchens_05 li {
	padding: 0px 0px 0px 20px !important;
}

.text_kitchens_05 p {
	margin-left: 10px;
	margin-bottom: 0 !important;
}

.text_kitchens_05 {
	background: #F3F3F3;
	padding-top: 15px;
}

.text_kitchens_05 ul {
	margin-right: 250px;
}
    /* 7 блок */
.text_kitchens_06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text_kitchens_06:before {
	content: '';
	width: 160px;
	height: 14px;
	background: #F1D11C;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_kitchens_06 p {
	margin-left: 10px;
}
    /* 8 блок */
    /* 9 блок */
.text_kitchens_07 {
	padding: 0;
	margin: 20px 10px 20px 20px;
}

.text_kitchens_07 ol {
	padding: 0;
}

.text_kitchens_07 li::marker {
	font-weight: bold;
}
    /* 10 блок */
    /* 11 блок */
.text_kitchens_08 {
	padding: 0;
	margin: 20px 10px 20px 20px;
}

.text_kitchens_08 ol {
	padding: 0;
}

.text_kitchens_08 li::marker {
	font-weight: bold;
}
    /* 12 блок */
    /* 13 блок */
    /* 14 блок */
.text_kitchens_09 {
	padding: 0;
	margin: 20px 10px 20px 20px;
}

.text_kitchens_09 ol {
	padding: 0;
}

.text_kitchens_09 li::marker {
	font-weight: bold;
}
    /* 15 блок */
    /* 16 блок */
.text_kitchens_10 {
	padding: 0;
	margin: 30px 10px 20px 20px;
}
    /* 17 блок */
.text_kitchens_11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 0 !important;
}

.text_kitchens_11 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_kitchens_11 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	background: #F2D423 !important;
	border-radius: 0 !important;
	left: 0;
	top: 7px !important;
}

.text_kitchens_11 li {
	padding: 0px 0px 0px 20px !important;
}

.text_kitchens_11 p {
	margin-left: 10px;
}

.text_kitchens_11 {
	background: rgba(250, 244, 186, 0.5);
	padding-top: 2px;
	padding-bottom: 2px;
}
    /* 18 блок */
.text_kitchens_12 {
	padding: 0;
	margin: 20px 10px 20px 20px !important;
}

.text_kitchens_12 ol {
	padding: 0;
	margin-bottom: 0 !important;
}

.text_kitchens_12 li::marker {
	font-weight: bold;
}
    /* 19 блок */
.text_kitchens_13 {
	margin: 20px 10px 20px 10px;
}
    /* 20 блок */
.kitchens_03 {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.kitchens_03 p {
	margin-top: -15px !important;
}

.text_kitchens_14 {
	max-width: 220px;
}
    /* 21 блок */
    /* 22 блок */
.text_kitchens_15 p {
	margin: 0px 0px 0px 0px !important;
}

.text_kitchens_1501 {
	margin-top: 10px;
}
    /* 23 блок */
    /* 24 блок */
.text_kitchens_17 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text_kitchens_17:before {
	content: '';
	width: 115px;
	height: 14px;
	background: #F1D11C;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_kitchens_17 p {
	margin-left: 10px;
}
    /* 24 блок 00 */
.text_kitchens_1707 {
	position: relative;
	margin-top: 20px;
	margin-bottom: -15px;
}

.text_kitchens_1707:before {
	content: '';
	width: 485px;
	height: 14px;
	background: #F1D11C;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_kitchens_1707 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px !important;
}
    /* 25 блок */
.kitchens_04 {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.kitchens_04 p {
	margin-top: -15px !important;
}

.text_kitchens_18 {
	max-width: 220px;
}

@media (max-width: 575px) {
	.text_kitchens_05 ul {
		margin-right: 10px !important;
	}
}

@media (max-width: 575px) {
	.kitchens_04,
        .kitchens_03,
        .kitchens_02 {
		flex-direction: column;
		align-items: center !important;
	}
}
    /* 26 блок */
    /* КАК ПОЛУЧИТЬ 370 ЗАЯВОК НА КУХНИ В СОЦСЕТЯХ КОНЕЦ */
    /*КАК ОБЩАТЬСЯ С КЛИЕНТОМ. TONE OF VOICE ЗА 10 МИНУТ НАЧАЛО*/
    /* стили страницыч */
#post-1536 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1536 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.of_voice_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.of_voice_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	margin-bottom: 15px !important;
}

.of_voice_01 li {
	color: #000 !important;
}
    /* 1 блок */
    /* 2 блок */
.text_of_voice_01 {
	margin: 10px 10px 10px 10px;
}
    /* 3 блок */
.text_of_voice_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_02:before {
	content: '';
	width: 370px;
	height: 12px;
	background: rgba(228, 142, 71, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_02 p {
	margin-left: 10px;
}
    /* 4 блок */
.of_voice_02 {
	display: flex;
}

.text_of_voice_03 p {
	margin-left: 10px;
}

.text_of_voice_04 p {
	margin-left: 13px;
}
    /* 5 блок */
.text_of_voice_05 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 6 блок */
.text_of_voice_06 {
	background: rgba(255, 175, 0, 0.5);
}

.text_of_voice_06 p {
	padding: 10px 10px 10px 10px;
}
    /* 7 блок */
.text_of_voice_07 p {
	margin: 10px 10px 10px 10px;
}
    /* 8 блок */
.text_of_voice_08 {
	background: rgba(255, 175, 0, 0.5);
}

.text_of_voice_08 p {
	text-align: center !important;
	padding: 10px 10px 10px 10px;
}
    /* 9 блок */
.text_of_voice_09 p {
	margin: 10px 10px 10px 10px;
}
    /* 10 блок */
.of_voice_03 {
	display: flex;
	flex-wrap: wrap;
}

.text_of_voice_10,
    .text_of_voice_11,
    .text_of_voice_12 {
	max-width: 222px;
	margin-left: 10px;
}
    /* 11 блок */
    /* 12 блок */
.text_of_voice_13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_13:before {
	content: '';
	width: 295px;
	height: 12px;
	background: rgba(228, 142, 71, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_13 p {
	margin-left: 10px;
}
    /* 13 блок */
.text_of_voice_14 {
	margin-left: 10px;
	margin-top: 10px;
}
    /* 14 блок */
.text_of_voice_15 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_of_voice_15 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_of_voice_15 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: #ECB07E !important;
	left: 0;
	top: 7px !important;
}

.text_of_voice_15 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 15 блок */
    /* 16 блок */
.text_of_voice_16 {
	background: #F3F3F3;
}

.text_of_voice_16 p {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 460px;
}

.text_of_voice_16 p:nth-child(1) {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.text_of_voice_16 p:nth-child(2) {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
    /* 17 блок */
.text_of_voice_17 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_17:before {
	content: '';
	width: 500px;
	height: 12px;
	background: rgba(228, 142, 71, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_17 p {
	margin-left: 10px;
}
    /* 18 блок */
.text_of_voice_18 p {
	margin: 10px 10px 10px 10px;
}
    /* 19 блок */
.text_of_voice_19 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_of_voice_19 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_of_voice_19 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: #ECB07E !important;
	left: 0;
	top: 7px !important;
}

.text_of_voice_19 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 20 блок */
.text_of_voice_20 p {
	margin: 10px 10px 10px 10px;
}
    /* 21 блок */
    /* 22 блок */
.text_of_voice_21 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_21:before {
	content: '';
	width: 460px;
	height: 12px;
	background: rgba(228, 142, 71, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_21 p {
	margin-left: 10px;
}
    /* 23 блок */
.text_of_voice_22 p {
	margin: 10px 10px 10px 10px;
}
    /* 24 блок */
    /* 25 блок */
.text_of_voice_23 p {
	margin: 10px 10px 10px 10px;
}
    /* 26 блок */
    /* 27 блок */
.text_of_voice_24 p {
	margin: 10px 10px 10px 10px;
}
    /* 28 блок */
    /* 29 блок */
.text_of_voice_25 p {
	margin: 10px 10px 10px 10px;
}
    /* 30 блок */
.text_of_voice_26 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_of_voice_26 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_of_voice_26 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: #ECB07E !important;
	left: 0;
	top: 7px !important;
}

.text_of_voice_26 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 31 блок */
.text_of_voice_27 p {
	margin: 10px 10px 10px 10px;
}
    /* 32 блок */
    /* 33 блок */
.text_of_voice_28 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_28:before {
	content: '';
	width: 300px;
	height: 12px;
	background: rgba(228, 142, 71, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_28 p {
	margin-left: 10px;
}
    /* 34 блок */
.text_of_voice_29 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_29:before {
	content: '';
	width: 170px;
	height: 12px;
	background: rgba(255, 175, 0, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_29 p {
	margin-left: 10px;
}
    /* 35 блок */
.text_of_voice_30 p {
	margin-left: 10px;
}
    /* 36 блок */
    /* 37 блок */
.text_of_voice_31 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_31:before {
	content: '';
	width: 170px;
	height: 12px;
	background: rgba(255, 175, 0, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_31 p {
	margin-left: 10px;
}
    /* 38 блок */
.text_of_voice_32 p {
	margin-left: 10px;
}
    /* 39 блок */
    /* 40 блок */
    /* 41 блок */
    /* 42 блок */
    /* 43 блок */
    /* 44 блок */
    /* 45 блок */
    /* 46 блок */
.text_of_voice_37 p {
	margin: 10px 10px 10px 10px;
}
    /* 47 блок */
    /* 48 блок */
.text_of_voice_38 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_of_voice_38:before {
	content: '';
	width: 170px;
	height: 12px;
	background: rgba(228, 142, 71, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_of_voice_38 p {
	margin-left: 10px;
}
    /* 49 блок */
    /*КАК ОБЩАТЬСЯ С КЛИЕНТОМ. TONE OF VOICE ЗА 10 МИНУТ КОНЕЦ*/
    /*СТИЛИ ПРЕССЛУЖБЫ*/
.page-id-934 .services-page-main .six-screen .container .products-list .product-item {
	height: 480px;
}

.page-id-934 .services-page-main .six-screen .container .products-list .product-item .center {
	height: 220px;
}
    /*МОНИТОРИНГ ОТЗЫВОВ КАК НАЙТИ УПОМИНАНИЯ О КОМПАНИИ В ИНТЕРНЕТЕ НАЧАЛО*/
    /* стили страницыч */
#post-928 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-928 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.monitoring_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.monitoring_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	margin-bottom: 15px !important;
}

.monitoring_01 h3 {
	font-size: 16px;
	margin-left: 10px;
}
    /* 1 блок */
    /* 2 блок */
.text_monitoring_01 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
    /* стиль для H2 */
.text_monitoring_h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.text_monitoring_h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_monitoring_h2:before {
	content: '';
	width: 543px;
	height: 14px;
	background: rgba(196, 196, 196, 0.46);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: -1;
}

.text_monitoring_h2 h2 {
	margin-left: 10px;
}
    /* 3 блок */
.text_monitoring_02 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 4 блок */
.monitoring_02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 720px;
}

.text_monitoring_02 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_monitoring_02 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_monitoring_02 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_monitoring_02 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 5 блок */
    /* 6 блок */
.text_monitoring_03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_monitoring_03:before {
	content: '';
	width: 360px;
	height: 14px;
	background: rgba(196, 196, 196, 0.46);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_monitoring_03 h3 {
	margin-left: 10px;
}
    /* 7 блок */
.text_monitoring_04 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 8 блок */
.text_monitoring_05 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 9 блок */
.text_monitoring_06 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 10 блок */
.text_monitoring_07 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_monitoring_07 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_monitoring_07 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_monitoring_07 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 11 блок */
.text_monitoring_08 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 12 блок */
    /* 13 блок */
    /* 14 блок */
.text_monitoring_09 {
	background: rgba(196, 196, 196, 0.43);
}

.text_monitoring_09 p {
	padding: 10px 10px 10px 10px;
}
    /* 15 блок */
    /* 16 блок */
    /* 17 блок */
    /* 18 блок */
.text_monitoring_10 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_monitoring_10:before {
	content: '';
	width: 320px;
	height: 14px;
	background: rgba(196, 196, 196, 0.46);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_monitoring_10 p {
	margin-left: 10px;
}
    /* 19 блок */
    /* 20 блок */
.text_monitoring_11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	max-width: 445px;
}

.text_monitoring_11 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_monitoring_11 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_monitoring_11 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 21 блок */
.text_monitoring_12 {
	background: rgba(196, 196, 196, 0.43);
}

.text_monitoring_12 p {
	padding: 10px 10px 10px 10px;
	padding-bottom: 0;
}

.text_monitoring_12 p:nth-of-type(2) {
	margin-top: -10px !important;
	padding-bottom: 10px;
}
    /* 22 блок */
.text_monitoring_13 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_monitoring_13:before {
	content: '';
	width: 530px;
	height: 14px;
	background: rgba(196, 196, 196, 0.46);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_monitoring_13 p {
	margin-left: 10px;
}
    /* 23 блок */
.text_monitoring_14 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 24 блок */
.text_monitoring_15 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_monitoring_15 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_monitoring_15 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_monitoring_15 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* стиль для H2 */
.text_monitoring_h2_2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.text_monitoring_h2_2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_monitoring_h2_2:before {
	content: '';
	width: 390px;
	height: 14px;
	background: rgba(196, 196, 196, 0.46);
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	z-index: -1;
}

.text_monitoring_h2_2 h2 {
	margin-left: 10px;
}
    /* 25 блок */
.text_monitoring_14 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
    /*МОНИТОРИНГ ОТЗЫВОВ КАК НАЙТИ УПОМИНАНИЯ О КОМПАНИИ В ИНТЕРНЕТЕ КОНЕЦ*/
    /* ЧТО ТАКОЕ ORM НАЧАЛО*/
    /* стили страницыч */
#post-2288 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-2288 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.what_orm_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.what_orm_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
.text_what_orm_01 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 3 блок */
.text_what_orm_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_02:before {
	content: '';
	width: 315px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_02 p {
	margin-left: 10px;
}
    /* 4 блок */
.text_what_orm_03 {
	margin-right: 10px;
	margin-left: 10px;
}
    /* 5 блок */
.text_what_orm_04 {
	background: rgba(141, 144, 237, 0.4);
}

.text_what_orm_04 p {
	padding: 10px 10px 10px 10px;
}

.text_what_orm_04 p:nth-of-type(2) {
	margin-top: -15px !important;
}
    /* 6 блок */
    /* 7 блок */
.text_what_orm_05 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_what_orm_05 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_what_orm_05 li:before {
	content: '';
	position: absolute;
	width: 12px !important;
	height: 12px !important;
	border-radius: 0% !important;
	background: #FBBF01 !important;
	left: 0;
	top: 7px !important;
}

.text_what_orm_05 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}

.text_what_orm_05 p {
	margin-left: 10px;
}
    /* 8 блок */
.text_what_orm_06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_06:before {
	content: '';
	width: 360px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_06 p {
	margin-left: 10px;
}
    /* 9 блок */
.text_what_orm_07 {
	margin-right: 10px;
	margin-left: 10px;
}
    /* 10 блок */
.text_what_orm_08 {
	background: rgba(141, 144, 237, 0.2);
}

.text_what_orm_08 p {
	text-align: center !important;
	padding: 10px 10px 10px 10px;
}
    /* 11 блок */
.text_what_orm_09 {
	margin-right: 10px;
	margin-left: 10px;
}
    /* 12 блок */
    /* 13 блок */
.text_what_orm_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
    /* 14 блок */
.text_what_orm_11 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_11:before {
	content: '';
	width: 430px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_11 p {
	margin-left: 10px;
}
    /* 15 блок */
.text_what_orm_12 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
    /* 16 блок */
.text_what_orm_13 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_what_orm_13 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_what_orm_13 li:before {
	content: '';
	position: absolute;
	width: 12px !important;
	height: 12px !important;
	border-radius: 0% !important;
	background: #FBBF01 !important;
	left: 0;
	top: 7px !important;
}

.text_what_orm_13 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 17 блок */
.text_what_orm_14 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_14:before {
	content: '';
	width: 420px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_14 p {
	margin-left: 10px;
}
    /* 18 блок */
.text_what_orm_15 {
	margin-right: 10px;
	margin-left: 10px;
}
    /* 19 блок */
.text_what_orm_16 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_16:before {
	content: '';
	width: 460px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_16 p {
	margin-left: 10px;
}
    /* 20 блок */
.text_what_orm_17 {
	margin-right: 10px;
	margin-left: 10px;
}
    /* 21 блок */
.text_what_orm_18 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_18:before {
	content: '';
	width: 420px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_18 p {
	margin-left: 10px;
}
    /* 22 блок */
.text_what_orm_19 {
	margin-right: 10px;
	margin-left: 10px;
}
    /* 23 блок */
.text_what_orm_20 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_what_orm_20:before {
	content: '';
	width: 440px;
	height: 12px;
	background: rgba(141, 144, 237, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_what_orm_20 p {
	margin-left: 10px;
}
    /* 24 блок */
.text_what_orm_21 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
    /* ЧТО ТАКОЕ ORM КОНЕЦ */
    /* КАК УПРАВЛЯТЬ ПОЛИТИЧЕСКОЙ РЕПУТАЦИЕЙ БЕЗ РИСКОВ НАЧАЛО */
    /* стили страницыч */
#post-2267 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-2267 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.without_risk_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.without_risk_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
	margin-bottom: 15px !important;
}
    /* 1 блок */
    /* 2 блок */
.text_without_risk_01 p {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}
    /* 3 блок */
.text_without_risk_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text_without_risk_02:before {
	content: '';
	width: 395px !important;
	height: 12px !important;
	background: linear-gradient(90.11deg, rgba(26, 169, 215, 0.5) 6.03%, rgba(26, 169, 215, 0.5) 78.55%);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px !important;
	z-index: -1;
}

.text_without_risk_02 p {
	margin-left: 10px;
}
    /* 4 блок */
.text_without_risk_03 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 5 блок */
    /* 6 блок */
.text_without_risk_04 {
	margin-top: 15px;
}

.text_without_risk_04 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 7 блок */
.text_without_risk_05 p {
	margin-left: 10px;
}
    /* 8 блок */
.text_without_risk_06 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_06 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_06 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_06 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 9 блок */
    /* 10 блок */
.text_without_risk_02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_without_risk_02:before {
	content: '';
	width: 400px;
	height: 14px;
	background: linear-gradient(90.11deg, rgba(26, 169, 215, 0.5) 6.03%, rgba(26, 169, 215, 0.5) 78.55%);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_without_risk_02 p {
	margin-left: 10px;
}
    /* 11 блок */
.text_without_risk_07 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 12 блок */
.text_without_risk_08 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_08 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_08 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_08 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 13 блок */
.text_without_risk_09 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_without_risk_09:before {
	content: '';
	width: 490px;
	height: 14px;
	background: linear-gradient(90.11deg, rgba(26, 169, 215, 0.5) 6.03%, rgba(26, 169, 215, 0.5) 78.55%);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_without_risk_09 p {
	margin-left: 10px;
}
    /* 14 блок */
.text_without_risk_10 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 15 блок */
.text_without_risk_11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_11 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_11 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_11 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 16 блок */
    /* 17 блок */
.text_without_risk_12 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_12 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_12 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_12 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 18 блок */
    /* 19 блок */
.text_without_risk_13 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_13 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_13 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_13 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 20 блок */
    /* 21 блок */
.text_without_risk_14 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_14 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_14 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_14 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 22 блок */
.text_without_risk_15 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_without_risk_15:before {
	content: '';
	width: 350px;
	height: 14px;
	background: linear-gradient(90.11deg, rgba(26, 169, 215, 0.5) 6.03%, rgba(26, 169, 215, 0.5) 78.55%);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_without_risk_15 p {
	margin-left: 10px;
}
    /* 23 блок */
.text_without_risk_16 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 24 блок */
.text_without_risk_17 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_17 li {
	position: relative;
	padding-right: 50px;
}

.text_without_risk_17 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_17 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 25 блок */
    /* 26 блок */
.text_without_risk_18 {
	position: relative;
	margin-top: 20px;
}

.text_without_risk_18:before {
	content: '';
	width: 450px;
	height: 14px;
	background: linear-gradient(90.11deg, rgba(26, 169, 215, 0.5) 6.03%, rgba(26, 169, 215, 0.5) 78.55%);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_without_risk_18 p {
	margin-left: 10px;
}
    /* 27 блок */
.text_without_risk_19 p {
	margin-left: 10px;
	margin-right: 10px;
}
    /* 28 блок */
.text_without_risk_20 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_20 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_20 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_20 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 29 блок */
    /* 30 блок */
.text_without_risk_21 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_without_risk_21 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_without_risk_21 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: #C4C4C4 !important;
	left: 0;
	top: 7px !important;
}

.text_without_risk_21 li {
	color: #000 !important;
	padding: 0px 0px 0px 20px !important;
}
    /* 31 блок */
.text_without_risk_22 {
	margin-bottom: 20px;
	background: linear-gradient(268.92deg, rgba(0, 139, 189, 0.2) 49.08%, rgba(196, 196, 196, 0.25) 82.98%);
}

.text_without_risk_22 p {
	padding: 10px 50px 10px 50px;
	text-align: center !important;
}
    /* КАК УПРАВЛЯТЬ ПОЛИТИЧЕСКОЙ РЕПУТАЦИЕЙ БЕЗ РИСКОВ КОНЕЦ */
    /* УБРАЛ БЛОК С ПРЕСС СЛУЖБЫ БАЗОВЫЙ НАЧАЛО*/
.page-id-934 #six-screen > div > div > div:nth-child(1) {
	display: none;
}

.page-id-934 #six-screen > div > div {
	justify-content: center;
}
    /* УБРАЛ БЛОК С ПРЕСС СЛУЖБЫ БАЗОВЫЙ НАЧАЛО*/
    /* КАК ПРОДВИГАТЬСЯ НА МАРКЕТПЛЕЙСАХ НЕ ПОТРАТИВ НА РЕКЛАМУ НИ РУБЛЯ НАЧАЛО */
#post-265 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-265 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
    /* стили страницыч */
.m_marketplaces_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.m_marketplaces_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0;
	padding: 0;
}
    /* 1 блок */
    /* 2 блок */
.text_m_marketplaces_01 p {
	max-width: 470px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px !important;
}
    /* 3 блок */
.text_m_marketplaces_02 p {
	margin: 10px 10px 10px 10px !important;
}
    /* 4 блок */
    /* 5 блок */
.text_m_marketplaces_03 {
	margin: 15px 10px 15px 10px;
}
    /* 6 блок */
.text_m_marketplaces_04 {
	background: rgba(232, 232, 232, 0.5);
}

.text_m_marketplaces_04 p {
	text-align: center !important;
	padding: 10px;
}
    /* 7 блок */
.text_m_marketplaces_05 {
	margin: 15px 10px 15px 10px;
}
    /* h2 блок */
.text_m_marketplaces_06h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_m_marketplaces_06h2:before {
	content: '';
	width: 500px;
	height: 14px;
	background: #FFB538;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_m_marketplaces_06h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* 8 блок */
.text_m_marketplaces_06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_m_marketplaces_06:before {
	content: '';
	width: 430px;
	height: 14px;
	background: #FFB538;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_m_marketplaces_06 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
    /* 9 блок */
.text_m_marketplaces_07 {
	margin: 15px 10px 15px 10px;
}
    /* 10 блок */
.text_m_marketplaces_08 {
	background: rgba(232, 232, 232, 0.5);
}

.text_m_marketplaces_08 p {
	text-align: center !important;
	padding: 10px 0 10px 0 !important;
}
    /* 11 блок */
.text_m_marketplaces_09 p {
	margin-left: 10px;
}

.text_m_marketplaces_09 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_m_marketplaces_09 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_m_marketplaces_09 li:before {
	content: '';
	position: absolute;
	width: 21px !important;
	height: 6px !important;
	background: #FFB538 !important;
	border-radius: 0 !important;
	left: 0;
	top: 10px !important;
}

.text_m_marketplaces_09 li {
	padding: 0px 0px 0px 30px !important;
	color: #000 !important;
}
    /* 12 блок */
    /* 13 блок */
.text_m_marketplaces_10 {
	margin-top: 10px;
}

.text_m_marketplaces_10 p {
	margin: 15px 10px 15px 10px;
	margin-bottom: 10px !important;
}
    /* 14 блок */
.text_m_marketplaces_11 p {
	margin-left: 10px;
	margin-bottom: 10px !important;
}

.text_m_marketplaces_11 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_m_marketplaces_11 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_m_marketplaces_11 li:before {
	content: '';
	position: absolute;
	width: 21px !important;
	height: 6px !important;
	background: #005EFB !important;
	border-radius: 0 !important;
	left: 0;
	top: 10px !important;
}

.text_m_marketplaces_11 li {
	padding: 0px 0px 0px 30px !important;
	color: #000 !important;
}
    /* 15 блок */
.text_m_marketplaces_12 p {
	background: rgba(232, 232, 232, 0.5);
	margin-bottom: 5px !important;
}

.text_m_marketplaces_12 p {
	text-align: center !important;
	padding: 10px 10px 10px 10px !important;
}
    /* 16 блок */
.text_m_marketplaces_13 p {
	margin: 15px 10px 15px 10px;
}
    /* 17 блок */
.text_m_marketplaces_14 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_m_marketplaces_14:before {
	content: '';
	width: 520px;
	height: 14px;
	background: #FFB538;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_m_marketplaces_14 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
    /* 18 блок */
.text_m_marketplaces_15 {
	max-width: 460px;
	margin-top: 15px;
	margin-left: 10px;
}
    /* 19 блок */
.text_m_marketplaces_16 p {
	margin: 15px 10px 15px 10px;
	margin-bottom: 10px !important;
}
    /* 20 блок */
    /* 21 блок */
.text_m_marketplaces_17 {
	margin-top: 10px;
}

.text_m_marketplaces_17 p {
	margin: 15px 10px 15px 10px;
}

.text_m_marketplaces_17 p {
	margin-bottom: 10px !important;
}
    /* 22 блок */
    /* 23 блок */
.text_m_marketplaces_18 p {
	margin-top: 10px !important;
	margin: 15px 10px 15px 10px;
}

.text_m_marketplaces_18 p {
	margin-bottom: 10px !important;
}
    /* 24 блок */
    /* 25 блок */
.text_m_marketplaces_19 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_m_marketplaces_19:before {
	content: '';
	width: 300px;
	height: 14px;
	background: #FFB538;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_m_marketplaces_19 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
    /* 26 блок */
.text_m_marketplaces_20 p {
	margin: 15px 10px 15px 10px;
}
    /* 27 блок */
.text_m_marketplaces_21 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_m_marketplaces_21 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_m_marketplaces_21 li:before {
	content: '';
	position: absolute;
	width: 21px !important;
	height: 6px !important;
	background: #F93A5B !important;
	border-radius: 0 !important;
	left: 0;
	top: 10px !important;
}

.text_m_marketplaces_21 li {
	padding: 0px 0px 0px 30px !important;
	color: #000 !important;
}
    /* 28 блок */
.text_m_marketplaces_22 p {
	margin: 15px 10px 15px 10px;
}
    /* h2 блок */
.text_m_marketplaces_19h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_m_marketplaces_19h2:before {
	content: '';
	width: 380px;
	height: 14px;
	background: #FFB538;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}

.text_m_marketplaces_19h2 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* КАК ПРОДВИГАТЬСЯ НА МАРКЕТПЛЕЙСАХ НЕ ПОТРАТИВ НА РЕКЛАМУ НИ РУБЛЯ КОНЕЦ */
    /* UGC:5 СПОСОБОВ ПРЕВРАТИТЬ КЛИЕНТА В АВТОРА НАЧАЛО */
#post-192 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-192 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.five_ways_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.five_ways_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.five_ways_01 li {
	color: #000 !important;
}

.five_ways_01 h3 {
	font-size: 16px !important;
}
    /* 1 блок с текстом и фоном */
.text_five_ways_01 {
	background: rgba(255, 55, 131, 0.12);
}

.text_five_ways_01 p {
	padding: 10px 10px 10px 10px !important;
}
    /* h3 блок с текстом */
.five_ways_01 h3 {
	margin-left: 10px;
}
    /* h2 блок с текстом */
.text_five_ways_03h2 h2 {
	font-size: 16px !important;
	text-align: left;
	margin-left: 10px;
	font-weight: bold !important;
}

.text_five_ways_08h2 h2 {
	font-size: 16px !important;
	text-align: left;
	margin-left: 10px;
	font-weight: bold !important;
}
    /*3 блок с текстом */
    /* 4 блок список */
.text_five_ways_04 ul {
	list-style: none !important;
	line-height: 20px !important;
	padding: 0 !important;
	margin-left: 10px !important;
}

.text_five_ways_04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_five_ways_04 li:before {
	content: url("/wp-content/uploads/2021/11/img_five_ways_02.png") !important;
	position: absolute;
	left: 0 !important;
	top: 3px !important;
	background: none !important;
}

.text_five_ways_04 li {
	padding: 0px 0px 0px 30px !important;
}
    /* 5 блок с фото */
    /* 6 блок с текстом */
.text_five_ways_05 p {
	margin-left: 10px;
	margin-bottom: 5px !important;
}
    /* 7 блок с текстом */
.text_five_ways_06 p {
	margin: 0px 10px 10px 10px;
}
    /* 8 блок с фото */
    /* 9 блок с текстом */
.text_five_ways_06 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px !important;
}
    /* 10 блок с текстом */
.text_five_ways_10 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_five_ways_10 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_five_ways_10 li:before {
	content: url("/wp-content/uploads/2021/11/img_five_ways_11.png") !important;
	position: absolute;
	width: 13px;
	left: 0;
	top: 2px !important;
	background: none !important;
}

.text_five_ways_10 li {
	padding: 0px 0px 0px 30px !important;
}
    /* 11 блок с фото */
    /* 12 блок с текстом */
.text_five_ways_08 p {
	margin-top: 10px;
	margin-bottom: 5px !important;
}
    /* 23 блок текстом с фото */
.five_ways_02 {
	display: flex;
	align-items: center;
}

.five_ways_02 p {
	max-width: 460px;
}

.text_five_ways_07 {
	margin-top: 10px;
}
    /* UGC:5 СПОСОБОВ ПРЕВРАТИТЬ КЛИЕНТА В АВТОРА КОНЕЦ */
    /*КАК НАУЧИТЬ РИТУАЛЬНОЕ АГЕНТСТВО ОБЩАТЬСЯ С КЛИЕНТАМИ НАЧАЛО */
    /* стили страницыч */
#post-1393 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1393 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.ritual_agency_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.ritual_agency_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
	margin: 0 !important;
	padding: 0;
}
    /* 1 блок с текстом и фоном */
.text_ritual_agency_01 {
	padding: 10px 10px 10px 10px;
}
    /* 2 блок с текстом и фоном */
.text_ritual_agency_02 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
    /* 3 блок загаловок с полоской */
.text_ritual_agency_03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text_ritual_agency_03:before {
	content: '';
	width: 315px;
	height: 14px;
	background: rgba(220, 130, 64, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_ritual_agency_03 p {
	margin-left: 10px !important;
}
    /* 4 блок */
    /* 5 блок с текстом */
.text_ritual_agency_04 {
	background: #F3F3F3;
	margin-top: -5px;
}

.text_ritual_agency_04 p {
	padding: 10px 10px 10px 10px;
}
    /* 6 блок с текстом */
.text_ritual_agency_05 p {
	margin: 10px 10px 10px 10px !important;
}
    /* 7 блок */
    /* 8 блок список */
.ritual_agency_02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F3F3F3;
	max-width: 720px;
}

.text_ritual_agency_06 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_ritual_agency_06 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_ritual_agency_06 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: linear-gradient(180deg, #1D627C 33.33%, #F78030 100%) !important;
	left: 0;
	top: 6px !important;
}

.text_ritual_agency_06 li {
	padding: 0px 0px 0px 20px !important;
	color: #000 !important;
}

.text_ritual_agency_06 p {
	margin-left: 10px !important;
}
    /* 9 блок текст и фон*/
.text_ritual_agency_07 {
	background: rgba(246, 176, 131, 0.5);
}

.text_ritual_agency_07 p {
	padding: 10px 20px 10px 20px;
}
    /* 10 блок загаловок с полоской */
.text_ritual_agency_08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_ritual_agency_08:before {
	content: '';
	width: 255px;
	height: 14px;
	background: rgba(220, 130, 64, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_ritual_agency_08 p {
	margin-left: 10px !important;
}
    /* 11 блок с текстом */
.text_ritual_agency_09 {
	margin: 20px 10px 20px 10px;
}
    /* 12 блок с текстом */
.text_ritual_agency_10 {
	margin: 20px 10px 20px 10px;
}
    /* 13 блок */
    /* 14 блок текст*/
.text_ritual_agency_11 {
	margin: 20px 10px 20px 10px;
}
    /* 15 блок текст*/
.text_ritual_agency_12 {
	margin: 20px 10px 20px 10px;
}
    /*16 блок список */
.text_ritual_agency_12 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
}

.text_ritual_agency_12 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_ritual_agency_12 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: linear-gradient(180deg, #1D627C 33.33%, #F78030 100%) !important;
	left: 0;
	top: 6px !important;
}

.text_ritual_agency_12 li {
	padding: 0px 0px 0px 20px;
	color: #000 !important;
}
    /* 17 блок */
.img_ritual_agency_06 {
	max-width: 720px;
}
    /* 18 блок с текстом и фоном */
.text_ritual_agency_13 p {
	padding: 10px 10px 10px 10px;
}
    /* 19 блок*/
    /* 20 блок загаловок с полоской */
.text_ritual_agency_14 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_ritual_agency_14:before {
	content: '';
	width: 240px;
	height: 14px;
	background: rgba(220, 130, 64, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_ritual_agency_14 p {
	margin-left: 10px;
}
    /*21 блок с текстом */
.text_ritual_agency_15 {
	margin: 20px 10px 0px 10px;
}
    /*22 блок ссписок фото*/
.text_ritual_agency_16 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.text_ritual_agency_16 ol {
	padding-left: 20px !important;
	margin-right: 30px;
	max-width: 460px;
}

.text_ritual_agency_16 li {
	color: #000 !important;
}
    /*23 блок */
    /* 24 блок с полоской */
.text_ritual_agency_17 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_ritual_agency_17:before {
	content: '';
	width: 260px;
	height: 14px;
	background: rgba(220, 130, 64, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_ritual_agency_17 p {
	margin-left: 10px;
}
    /* 25 блок с текстом */
.text_ritual_agency_18 p {
	margin: 20px 10px 20px 10px;
}
    /* 26 блок с фоном */
.text_ritual_agency_19 {
	margin-top: 15px;
	background: rgba(246, 176, 131, 0.5);
}

.text_ritual_agency_19 p {
	padding: 10px 10px 10px 10px;
}
    /* 27 блок с фото и текстом */
.ritual_agency_03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.text_ritual_agency_20 p {
	margin-left: 10px !important;
	max-width: 460px;
}
    /*28 */
    /*29 блок список */
.text_ritual_agency_21 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_ritual_agency_21 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.text_ritual_agency_21 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: linear-gradient(180deg, #1D627C 33.33%, #F78030 100%) !important;
	left: 0;
	top: 6px !important;
}

.text_ritual_agency_21 li {
	padding: 0px 0px 0px 20px;
	color: #000 !important;
}
    /* 30 блок */
.text_ritual_agency_22 {
	background: #F3F3F3;
}

.text_ritual_agency_22 p {
	padding: 10px 10px 10px 10px;
}
    /* 31 блок */
.text_ritual_agency_23 p {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}
    /* 32 блок */
.img_ritual_agency_12 img {
	margin: -5px;
}
    /* 33 блок */
.text_ritual_agency_24 p {
	margin: 20px 10px 20px 10px;
}
    /*34 блок*/
    /*35 блок*/
.ritual_agency_04 {
	background: #F3F3F3;
	margin-top: 10px;
	margin-bottom: 25px;
}

.text_ritual_agency_25 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 10px;
}

.text_ritual_agency_26 p {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.text_ritual_agency_25 p {
	margin-bottom: 0 !important;
}

.img_ritual_agency_12 {
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.img_ritual_agency_04,
        .img_ritual_agency_08,
        .img_ritual_agency_10 {
		display: none;
	}
}

@media (max-width: 575px) {
	.text_ritual_agency_16 ol {
		margin-left: 10px !important;
	}
}
    /*КАК НАУЧИТЬ РИТУАЛЬНОЕ АГЕНТСТВО ОБЩАТЬСЯ С КЛИЕНТАМИ НАЧАЛО */
    /*КАК УДАЛИТЬ 161 ОТЗЫВ ЗА ПОЛГОДА НАЧАЛО */
    /* стили страницыч */
#post-2165 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-2165 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.how_to_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.how_to_01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: #000 !important;
}
    /* 1 блок */
    /* 2 блок */
.how_to_02 {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.text_how_to_01 p {
	max-width: 460px;
	margin-left: 10px;
}
    /* 3 блок */
.text_how_to_02 p {
	margin: 20px 10px 20px 10px;
}
    /* 4 блок */
.text_how_to_03 {
	background: linear-gradient(93.75deg, #98F17A 15.97%, #D8D4F3 81.39%);
}

.text_how_to_03 p {
	padding: 20px 10px 20px 10px;
}
    /* 5 блок */
.how_to_03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 720px;
	margin-top: 10px;
}

.text_how_to_04 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_how_to_04 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	color: #000 !important;
}

.text_how_to_04 li:before {
	content: '' !important;
	position: absolute !important;
	width: 17px !important;
	height: 11px !important;
	border-radius: 50% !important;
	background: #A4F1AA !important;
	border: 1px solid #7735DA !important;
	box-sizing: border-box !important;
	left: 0 !important;
	top: 7px !important;
}

.text_how_to_04 li {
	padding: 0px 0px 0px 20px !important;
}

.text_how_to_04 p {
	margin-left: 10px !important;
}
    /* 6 блок */
.text_how_to_05 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_how_to_05:before {
	content: '';
	width: 470px;
	height: 14px;
	background: rgba(196, 196, 196, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_how_to_05 p {
	margin-left: 10px;
}
    /* 7 блок */
.text_how_to_06 p {
	margin: 20px 10px 20px 10px;
}
    /* 8 блок */
.text_how_to_07 {
	background: linear-gradient(180deg, rgba(166, 177, 210, 0.4) 0%, rgba(229, 229, 229, 0.4) 129.49%);
}

.text_how_to_07 p {
	padding: 20px 10px 20px 10px;
}

.text_how_to_07 p {
	margin-bottom: 0 !important;
}

.text_how_to_0707 {
	display: block;
	padding-top: 10px;
}
    /* 9 блок */
    /* 10 блок */
.text_how_to_08 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_how_to_08:before {
	content: '';
	width: 360px;
	height: 14px;
	background: rgba(196, 196, 196, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_how_to_08 p {
	margin-left: 10px;
}
    /* 12 блок */
.text_how_to_09 p {
	margin: 20px 10px 20px 10px;
}
    /* 13 блок */
.text_how_to_10 {
	background: #8BFACE;
}

.text_how_to_10 p {
	text-align: center !important;
	padding-top: 15px;
	padding-bottom: 15px;
}
    /* 14 блок */
.text_how_to_11 p {
	margin: 20px 10px 20px 10px;
}
    /* 15 блок */
.text_how_to_12 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_how_to_12 li {
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

.text_how_to_12 li:before {
	content: '';
	position: absolute;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50%;
	background: #A4F1AA !important;
	border: 1px solid #7735DA !important;
	box-sizing: border-box !important;
	left: 0;
	top: 6px !important;
}

.text_how_to_12 li {
	padding: 0px 0px 0px 20px;
	color: #000 !important;
}
    /* 16 блок */
    /* 17 блок */
.text_how_to_13 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_how_to_13 li {
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

.text_how_to_13 li:before {
	content: '';
	position: absolute;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50%;
	background: #A4F1AA !important;
	border: 1px solid #7735DA !important;
	box-sizing: border-box;
	left: 0;
	top: 6px !important;
}

.text_how_to_13 li {
	padding: 0px 0px 0px 20px;
	color: #000 !important;
}
    /* 18 блок */
    /* 19 блок */
.text_how_to_14 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_how_to_14:before {
	content: '';
	width: 470px;
	height: 14px;
	background: rgba(196, 196, 196, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_how_to_14 p {
	margin-left: 10px;
}
    /* 20 блок */
.text_how_to_15 p {
	margin: 20px 10px 20px 10px;
}
    /* 21 блок */
.text_how_to_16 {
	background: #8BFACE;
}

.text_how_to_16 p {
	text-align: center !important;
	padding-top: 15px;
	padding-bottom: 15px;
}
    /* 22 блок */
.text_how_to_17 p {
	margin: 20px 10px 20px 10px;
}
    /* 23 блок */
    /* 24 блок */
.text_how_to_18 p {
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
}
    /* 25 блок */
    /* 26 блок */
.text_how_to_19 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_how_to_19:before {
	content: '';
	width: 340px;
	height: 14px;
	background: rgba(196, 196, 196, 0.5);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_how_to_19 p {
	margin-left: 10px;
}
    /* 27 блок */
.text_how_to_20 p {
	margin: 10px 10px 10px 10px;
	margin-bottom: 10px !important;
}
    /* 28 блок */
.how_to_04 {
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
}

.how_to_04 li {
	color: #000 !important;
}
    /* 29 блок */
    /* 30 блок */
.text_how_to_21 p {
	margin: 20px 10px 20px 10px !important;
}

.img_how_to_11 {
	margin-bottom: 25px;
}

@media (max-width: 575px) {
	.img_how_to_02,
        .img_how_to_03,
        .img_how_to_09 {
		display: none;
	}
}
    /*КАК УДАЛИТЬ 161 ОТЗЫВ ЗА ПОЛГОДА НАЧАЛО КОНЕЦ */
/* КАК РАБОТАЕТ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ НАЧАЛО */
/*#post-798 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-798 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.online_reputation_01 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left !important;
}

.online_reputation_01 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.online_reputation_01 {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.online_reputation_01 {
	max-width: 720px;
	margin: 0 auto;
}

.online_reputation_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
}

.online_reputation_01 li {
	color: #000 !important;
}

.text_online_reputation_01 p {
	margin-left: 10px;
	margin-right: 10px;
}
   
.text_online_reputation_h2 {
	position: relative;
}

.text_online_reputation_h2:before {
	content: '';
	width: 360px;
	height: 18px;
	background: linear-gradient(89.78deg, #45B497 -10.3%, #D3F45B 56.38%, #E56075 125.9%), #D3F45B;
	display: block;
	position: absolute;
	left: 0px;
	top: 4px !important;
	z-index: -1;
}

.text_online_reputation_h2 h2 {
	margin-top: 20px;
	margin-left: 10px;
}
    
.text_online_reputation_07 p {
	margin-left: 10px;
	margin-right: 10px;
}
    
.text_online_reputation_02 p {
	margin-left: 10px;
	margin-right: 10px;
}
   
.online_reputation_02 {
	height: 70px;
	background: rgba(195, 235, 97, 0.4);
}

.online_reputation_03 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.text_online_reputation_03 p {
	margin-right: 30px;
}
    
.text_online_reputation_04 p {
	margin-left: 10px;
	margin-right: 10px;
}
  
.online_reputation_04 {
	height: 70px;
	background: rgba(195, 235, 97, 0.4);
}

.online_reputation_05 {
	display: flex;
	align-items: center;
	padding-top: 9px;
}

.text_online_reputation_05 p {
	margin: 0;
	margin-left: 10px;
	padding-right: 15px;
}
    
.text_online_reputation_06 {
	position: relative;
}

.text_online_reputation_06:before {
	content: '';
	width: 295px;
	height: 18px;
	background: linear-gradient(89.78deg, #45B497 -10.3%, #D3F45B 56.38%, #E56075 125.9%), #D3F45B;
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: -1;
}

.text_online_reputation_06 p {
	margin-top: 20px;
	margin-left: 10px;
}
    
.text_online_reputation_07 p {
	margin-left: 10px;
	margin-right: 10px;
}
   
.text_online_reputation_08 li:before {
	content: '';
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: linear-gradient(180deg, #BFE963 33.33%, #F25A71 100%) !important;
	display: inline-block !important;
	margin: 0px 10px 0px 0px !important;
	top: 6px !important;
}

.text_online_reputation_08 ul {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
}
    
.text_online_reputation_09 {
	position: relative;
}

.text_online_reputation_09:before {
	content: '';
	width: 242px;
	height: 18px;
	background: linear-gradient(89.78deg, #D3F45B -9.59%, #45B497 56.38%, #E56075 125.9%), #D3F45B;
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: -1;
}

.text_online_reputation_09 p {
	margin-top: 20px;
	margin-left: 10px;
}
   
.text_online_reputation_10 li:before {
	content: '';
	width: 11px !important;
	height: 11px !important;
	border-radius: 50%;
	background: linear-gradient(180deg, #50AF95 4.17%, #BFE963 98.96%) !important;
	display: inline-block !important;
	margin: 0px 10px 0px 0px !important;
	top: 6px !important;
}

.text_online_reputation_10 ul {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
}

.online_reputation_06 {
	display: flex;
	justify-content: space-evenly;
	align-items: center !important;
	background: rgba(195, 235, 97, 0.4);
}

.text_online_reputation_12 {
	max-width: 350px;
	margin-top: 20px;
}

.text_online_reputation_11 p {
	margin-top: 25px !important;
	font-size: 30px !important;
	font-weight: bold !important;
}

.text_online_reputation_13 p {
	margin-top: 20px !important;
}

.text_online_reputation_14 {
	position: relative;
}

.text_online_reputation_14:before {
	content: '';
	width: 473px;
	height: 18px;
	background: linear-gradient(268.72deg, #D3F45B -11.79%, #45B497 23.32%, #E56075 80.79%), #D3F45B;
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: -1;
}

.text_online_reputation_14 p {
	margin-top: 20px;
	margin-left: 10px;
}
   
.text_online_reputation_15 p {
	margin-left: 10px;
	margin-right: 10px;
}

.online_reputation_07 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(195, 235, 97, 0.4);
	margin-bottom: 20px;
}

.text_online_reputation_16 {
	max-width: 460px;
	margin-left: 20px;
	padding-top: 10px;
}

.img_online_reputation_04 {
	margin-left: 10px;
	padding-top: 20px;
}

.text_online_reputation_h22 {
	position: relative;
}

.text_online_reputation_h22:before {
	content: '';
	width: 475px;
	height: 18px;
	background: linear-gradient(89.78deg, #45B497 -10.3%, #D3F45B 56.38%, #E56075 125.9%), #D3F45B;
	display: block;
	position: absolute;
	left: 0px;
	top: 4px !important;
	z-index: -1;
}

.text_online_reputation_h22 h2 {
	margin-top: 20px;
	margin-left: 10px;
}
*/
    /* КАК РАБОТАЕТ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ КОНЕЦ */
    /* КАК СОЗДАТЬ РЕПУТАЦИЮ, КОГДА ЕЕ НЕТ НАЧАЛО */
#post-1059 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1059 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.reputation_when_01 {
	display: block;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
}

.reputation_when_01 {
	max-width: 720px !important;
	margin: 0 auto !important;
}

.reputation_when_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
}

.reputation_when_01 strong {
	color: #000 !important;
}

.reputation_when_01 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}

.reputation_when_01 h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /*1 блок с текстом и фото*/
.reputation_when_02 {
	display: flex;
	margin-top: 20px;
}

.text_reputation_when_01 p {
	font-size: 16px;
	max-width: 460px;
	line-height: 20px;
	margin-left: 10px;
}
    /*2 блок с текстом и фоном */
.text_reputation_when_02 {
	background: rgba(255, 245, 225, 0.5);
	margin-top: 20px;
}

.text_reputation_when_02 p {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
    /* стили h2 */
.text_reputation_when_02h2 {
	position: relative;
	margin-top: 20px;
}

.text_reputation_when_02h2:before {
	content: '';
	width: 450px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 3 блок с текстом */
.text_reputation_when_03 p {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	color: #28053F !important;
}
    /* 4 блок с фото */
    /* 5 блок с списком */
.text_reputation_when_03 {
	margin-top: 10px;
	margin-left: 10px;
}

.text_reputation_when_03 li {
	color: #000 !important;
}

.text_reputation_when_03 li::marker {
	font-weight: bold !important;
}
    /* 6 блок с фото */
    /* 7 блок загалово с линией */
.text_reputation_when_04 {
	position: relative;
	margin-top: 20px;
}

.text_reputation_when_04:before {
	content: '';
	width: 366px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 8 блок с текстом */
.text_reputation_when_05 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
    /* 9 блок с текстом и фото */
.reputation_when_03 {
	display: flex;
	margin-top: 15px;
}

.text_reputation_when_06 {
	max-width: 470px;
	background: rgba(255, 245, 225, 0.5);
}

.text_reputation_when_06 p {
	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 10 блок с текстом */
.text_reputation_when_07 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
    /* 11 блок с списком */
.text_reputation_when_08 {
	display: block;
	margin-top: 15px;
}

.text_reputation_when_08 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
	padding-top: 15px;
}

.text_reputation_when_08 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.text_reputation_when_08 li {
	position: relative;
	margin-bottom: 10px;
	color: #000 !important;
}

.text_reputation_when_08 li:before {
	content: '';
	position: absolute !important;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: #5B92CA !important;
	left: 0 !important;
	top: 6px !important;
}

.text_reputation_when_08 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 12 блок загалово с линией */
.text_reputation_when_09 {
	position: relative;
	margin-top: 5px;
}

.text_reputation_when_09:before {
	content: '';
	width: 230px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_reputation_when_09 p {
	margin-left: 10px;
	font-weight: bold !important;
}
    /* 13 блок с текстом */
.text_reputation_when_10 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
    /* 14 блок с текстом */
.text_reputation_when_11 p {
	margin-left: 25px;
}
    /* 15 блок с текстом и фоном */
.text_reputation_when_12 {
	background: rgba(149, 189, 217, 0.29);
}

.text_reputation_when_12 p {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.text_reputation_when_12 div {
	margin-left: 10px;
	margin-top: -20px;
	padding-bottom: 10px !important;
}
    /* 16 блок с фото */
    /* 17 блок с текстом */
.text_reputation_when_13 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
    /* 18 блок текст фото */
.reputation_when_04 {
	display: flex;
}

.text_reputation_when_14 {
	display: block;
}

.text_reputation_when_14 p {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 10px;
}

.text_reputation_when_14 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	padding-bottom: 10px;
}

.text_reputation_when_14 li {
	position: relative;
	margin-bottom: 10px;
	color: #000 !important;
}

.text_reputation_when_14 li:before {
	content: '';
	position: absolute;
	width: 13px !important;
	height: 13px !important;
	border-radius: 50%;
	background: #5B92CA !important;
	left: 0 !important;
	top: 6px !important;
}

.text_reputation_when_14 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 19 блок загалово с линией */
.text_reputation_when_15 {
	position: relative;
	margin-top: 5px;
}

.text_reputation_when_15:before {
	content: '';
	width: 250px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_reputation_when_15 p {
	margin-left: 10px;
	font-weight: bold !important;
	color: #000 !important;
}
    /* 20 блок с текстом */
.text_reputation_when_16 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
    /* 21 блок с текстом и фоном */
.reputation_when_05 {
	display: flex;
	justify-content: space-evenly;
}

.text_reputation_when_17 {
	width: 223px;
	height: 76px;
	background: rgba(246, 224, 175, 0.49);
}

.text_reputation_when_17 p {
	text-align: center !important;
	padding-top: 25px;
}

.text_reputation_when_18 {
	width: 223px;
	height: 76px;
	background: rgba(246, 224, 175, 0.49);
}

.text_reputation_when_18 p {
	text-align: center !important;
	padding-top: 25px;
}

.text_reputation_when_19 {
	width: 223px;
	height: 76px;
	background: rgba(246, 224, 175, 0.49);
}

.text_reputation_when_19 p {
	text-align: center !important;
	padding-top: 25px;
}
    /* 22 блок с фото */
.img_reputation_when_08 {
	margin-top: 20px;
}
    /* стили h2 */
.text_reputation_when_2h2 {
	position: relative;
	margin-top: 20px;
}

.text_reputation_when_2h2:before {
	content: '';
	width: 450px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 23 блок с текстом */
.text_reputation_when_20 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
}
    /* КАК СОЗДАТЬ РЕПУТАЦИЮ, КОГДА ЕЕ НЕТ КОНЕЦ */
    /* КАК СОЗДАТЬ РЕПУТАЦИЮ НОВОГО ПРОДУКТА В СЕТИ НАЧАЛО */
#post-2068 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-2068 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.new_product_01 {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.new_product_01 {
	max-width: 720px;
	margin: 0 auto;
}

.new_product_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
}

.new_product_01 li {
	color: #000 !important;
}
    /*1 блок*/
    /*2 блок с текстом и фоном */
.text_new_product_01 {
	background: rgba(251, 184, 1, 0.2);
}

.text_new_product_01 p {
	padding: 10px 10px 10px 10px;
}
    /*3 блок с текстом */
.text_new_product_02 p {
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px !important;
}
    /*4 блок с фото */
    /*5 блок с текстом */
.text_new_product_03 {
	position: relative;
}

.text_new_product_03:before {
	content: '';
	width: 500px;
	height: 20px;
	background: rgba(146, 221, 216, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_new_product_03 p {
	margin-left: 10px;
}
    /*6 блок с текстом */
.text_new_product_04 p {
	padding: 10px 10px 0px 10px;
	margin-bottom: 0px !important;
}
    /* 7 блок список и фото */
.new_product_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new_product_02 ol {
	padding: 0;
	margin-left: 20px;
}
    /* 8 блок с текстом и фоном */
.new_product_03 {
	background: rgba(251, 184, 1, 0.2);
}

.text_new_product_05 p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.text_new_product_06 p {
	padding-left: 10px;
	padding-bottom: 10px;
}
    /* 9 блок с текстом */
.text_new_product_07 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 10 блок с текстом */
    /* 11 блок с текстом и фото */
.new_product_04 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.text_new_product_09 {
	width: 470px;
}

.text_new_product_09_1 {
	background: rgba(196, 196, 196, 0.25);
}

.text_new_product_09_1 p {
	max-width: 325px;
	padding-top: 10px;
	margin-left: 25px;
	padding-bottom: 15px;
}

.text_new_product_09_2 {
	background: rgba(196, 196, 196, 0.25);
}

.text_new_product_09_2 p {
	max-width: 325px;
	padding-top: 10px;
	margin-left: 25px;
	padding-bottom: 15px;
}

.text_new_product_09_3 {
	background: rgba(196, 196, 196, 0.25);
}

.text_new_product_09_3 p {
	max-width: 325px;
	padding-top: 10px;
	margin-left: 25px;
	padding-bottom: 15px;
}

.text_new_product_09_4 {
	background: rgba(196, 196, 196, 0.25);
}

.text_new_product_09_4 p {
	max-width: 325px;
	padding-top: 10px;
	margin-left: 25px;
	padding-bottom: 15px;
}
    /* 12 блок загаловок с фоном*/
.text_new_product_10 {
	position: relative;
}

.text_new_product_10:before {
	content: '';
	width: 560px;
	height: 20px;
	background: rgba(146, 221, 216, 0.7);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_new_product_10 p {
	margin-left: 10px;
}
    /* 13 блок с текстом */
.text_new_product_11 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 14 блок с текстом и фоно */
.new_product_05 {
	display: flex;
	align-items: center;
	background-image: url("/wp-content/uploads/2021/11/img_new_product_05.png");
}

.text_new_product_12 {
	margin-left: 20px;
}

.text_new_product_13 {
	padding-left: 100px;
}
    /* 15 блок с текстом */
.text_new_product_14 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 16 блок */
    /* 17 блок с текстом */
.text_new_product_15 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 18 блок */
    /* 19 блок с текстом */
.text_new_product_16 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 20 блок */
    /*21 блок с текстом */
.text_new_product_17 {
	position: relative;
}

.text_new_product_17:before {
	content: '';
	width: 330px;
	height: 20px;
	background: rgba(233, 177, 71, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_new_product_17 p {
	margin-left: 10px;
}
    /*22 блок с текстом */
.text_new_product_18 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 23 блок */
    /*24 блок с текстом */
.text_new_product_19 {
	position: relative;
}

.text_new_product_19:before {
	content: '';
	width: 360px;
	height: 20px;
	background: rgba(233, 177, 71, 0.4);
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_new_product_19 p {
	margin-left: 10px;
}
    /*25 блок с текстом */
.text_new_product_20 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*26 блок с 3 фото */
.img_new_product_00_1 {
	margin: 0;
	padding: 0;
}

.img_new_product_00_1 img {
	margin-top: -12px;
}
    /*27 блок с текстом */
.text_new_product_21 p {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* КАК СОЗДАТЬ РЕПУТАЦИЮ НОВОГО ПРОДУКТА В СЕТИ КОНЕЦ */
    /* КАК ВЫРАСТИТЬ ЭКСПЕРТА И ПРОДВИГАТЬ БИЗНЕС ЧЕРЕЗ СТАТЬИ НАЧАЛО */
#post-1473 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1473 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.raise_an_expert_01 {
	display: block;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
}

.raise_an_expert_01 {
	max-width: 720px !important;
	margin: 0 auto !important;
}

.raise_an_expert_01 p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000 !important;
}

.raise_an_expert_01 li {
	color: #000 !important;
}
    /* 1 блок */
    /* 2 блок с текстом */
.text_raise_an_expert_01 p {
	font-weight: bold !important;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 3 блок загаловок и линия */
.text_raise_an_expert_02 {
	position: relative;
}

.text_raise_an_expert_02:before {
	content: '';
	width: 366px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_raise_an_expert_02 p {
	margin-left: 10px;
	font-weight: bold !important;
}
    /*4 блок с текстом*/
.text_raise_an_expert_03 p {
	margin: 10px 10px 10px 10px;
}
    /* 5 блок с текстом блок с текстом и списком*/
.raise_an_expert_02 {
	display: flex;
	align-items: flex-end;
	margin-top: -40px;
}

.text_raise_an_expert_04 p {
	margin-left: 10px !important;
}

.text_raise_an_expert_05 {
	max-width: 300px;
	margin-left: 10px;
}

.text_raise_an_expert_05 ul {
	list-style: none !important;
}

.text_raise_an_expert_05 li:before {
	content: '';
	width: 15px !important;
	height: 15px !important;
	border-radius: 0% !important;
	background: #DFC895 !important;
	display: inline-block !important;
	margin: 0px 0px 0px 0px !important;
	top: 6px !important;
}

.text_raise_an_expert_05 li {
	padding-left: 25px !important;
}
    /* 6 блок с текстом с фоном */
.text_raise_an_expert_06 {
	background: rgba(24, 176, 167, 0.15);
}

.text_raise_an_expert_06 p {
	padding: 10px 10px 10px 10px;
}
    /* 7 блок со списком */
.text_raise_an_expert_07 {
	margin-left: 10px;
}

.text_raise_an_expert_07 ol {
	color: #000 !important;
}
    /* 8 блок с фото */
.img_raise_an_expert_03 {
	height: 150px;
}
    /* 9 блок с фото */
.text_raise_an_expert_08 {
	background: rgba(24, 176, 167, 0.15);
}

.text_raise_an_expert_08 p {
	padding: 10px 10px 10px 10px;
}

.text_raise_an_expert_08_1 {
	margin-bottom: 0px !important;
}
    /* 10 блок загаловок и линия */
.text_raise_an_expert_09 {
	position: relative;
}

.text_raise_an_expert_09:before {
	content: '';
	width: 440px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_raise_an_expert_09 p {
	margin-left: 10px;
	font-weight: bold !important;
}
    /* 11 блок текстом */
.text_raise_an_expert_10 p {
	margin: 10px 10px 10px 10px;
}
    /* 12 блок текстом */
.text_raise_an_expert_11 p {
	margin: 10px 10px 10px 10px;
}
    /* 13 блок текстом */
.text_raise_an_expert_12 {
	background: rgba(24, 176, 167, 0.15);
}

.text_raise_an_expert_12 p {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
    /* 14 блок текстом */
.text_raise_an_expert_13 p {
	margin: 10px 10px 10px 10px;
}
    /* 15 блок загаловок и линия */
.text_raise_an_expert_14 {
	position: relative;
}

.text_raise_an_expert_14:before {
	content: '';
	width: 430px;
	height: 14px;
	background: #F6E0AF;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.text_raise_an_expert_14 p {
	margin-left: 10px;
	font-weight: bold !important;
}
    /* 16 блок текстом */
.text_raise_an_expert_15 p {
	margin: 10px 10px 10px 10px;
}
    /* 17 блок фото */
    /* 18 блок фото */
.text_raise_an_expert_16 p {
	margin: 10px 10px 10px 10px;
}
    /* 19 блок с текстом и фоном */
.text_raise_an_expert_17 {
	background: rgba(24, 176, 167, 0.15);
}

.text_raise_an_expert_17 p {
	padding: 10px 10px 10px 10px;
	margin-bottom: 0px !important;
}
    /* 20 блок с текстом */
.text_raise_an_expert_18 p {
	margin-left: 10px;
}
    /* 21 блок c 2 фоно в ряд */
.raise_an_expert_03 {
	display: flex;
}
    /* 22 блок с текстом */
.text_raise_an_expert_19 p {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
}
    /* 23 блок с текстом */
.text_raise_an_expert_20 {
	background: rgba(24, 176, 167, 0.15);
}

.text_raise_an_expert_20 p {
	padding: 10px 10px 10px 10px;
}
    /* 24 блок с списком */
.text_raise_an_expert_21 p {
	margin-left: 10px;
	font-weight: bold !important;
}

.text_raise_an_expert_21 ul {
	list-style: none;
	padding: 0;
	margin-left: 10px;
}

.text_raise_an_expert_21 li:before {
	content: '';
	width: 15px !important;
	height: 15px !important;
	border-radius: 0% !important;
	background: #DFC895 !important;
	display: inline-block !important;
	margin: 0px 10px 0px 0px !important;
	top: 6px !important;
}

.text_raise_an_expert_21 li {
	padding-left: 25px !important;
}
    /* 25 блок с текстом */
    /* 22 блок с текстом */
.text_raise_an_expert_22 p {
	margin: 10px 10px 10px 10px;
}
    /* КАК ВЫРАСТИТЬ ЭКСПЕРТА И ПРОДВИГАТЬ БИЗНЕС ЧЕРЕЗ СТАТЬИ КОНЕЦ */
    /*7 СПОСОБОВ ПРОКАЧАТЬ ЛИЧНЫЙ БРЕНД В СОЦСЕТЯХ НАЧАЛО*/
#post-148 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-148 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.social_media_01 {
	margin: 0;
	padding: 0;
}

.social_media_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.social_media_01 p {
	color: #000 !important;
	font-weight: normal !important;
}

.social_media_01 h3 {
	margin-left: 10px;
	font-size: 16px !important;
}
    /* 2 блок с с текстом */
.text_social_media_01 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* h2 блок с текстом и линией */
.text_social_media_02h2 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_02h2:before {
	content: '';
	width: 312px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_02h2 h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-left: 10px;
}
    /* 3 блок с текстом и линией */
.text_social_media_02 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_02:before {
	content: '';
	width: 233px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_02 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 4 блок с текстом */
.text_social_media_03 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*5 блок*/
    /*6 блок*/
    /* 7 блок с текстом и линией */
.text_social_media_04 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_04:before {
	content: '';
	width: 412px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_04 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 8 блок с текстом */
.text_social_media_05 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 9 блок со списком*/
.text_social_media_06 {
	max-width: 467px;
	margin-top: 20px;
	margin-left: 10px;
}

.text_social_media_06 ol li {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
}
    /* 10 блок */
    /* 11 блок с текстом и линией*/
.text_social_media_07 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_07:before {
	content: '';
	width: 452px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_07 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 12 блок с текстом */
.text_social_media_08 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 13 блок с текстом и линией*/
.text_social_media_09 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_09:before {
	content: '';
	width: 267px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_09 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 14 блок с текстом */
.text_social_media_10 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 15 блок с списком */
.text_social_media_11 ul li {
	font-style: normal;
	font-weight: normal;
	color: #000 !important;
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px;
	margin-right: 20px;
}

.text_social_media_11 li:before {
	background: #C4C4C4 !important;
	border-radius: 0% !important;
	height: 6px !important;
	width: 6px !important;
}
    /* 16 блок с текстом */
.text_social_media_12 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 17 блок с списком */
.text_social_media_13 {
	margin-top: 30px;
	margin-left: 10px;
}

.text_social_media_13 ul li {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
}

.text_social_media_13 li:before {
	background: #C4C4C4 !important;
	border-radius: 0% !important;
	height: 6px !important;
	width: 6px !important;
}
    /* 18 блок с ссылкой */
.text_social_media_14 p {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000;
}
    /* 19 блок с текстом и линией*/
.text_social_media_15 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_15:before {
	content: '';
	width: 335px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_15 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 20 блок с текстом */
.text_social_media_16 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 21 блок с текстом и линией*/
.text_social_media_17 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_17:before {
	content: '';
	width: 130px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_17 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 22 блок с текстом */
.text_social_media_18 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 23 блок с ссылкой */
.text_social_media_19 p {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000;
}
    /* 24 блок с текстом и фоном */
.text_social_media_20 {
	width: 720px;
	height: 300px;
	background: rgba(196, 196, 196, 0.15);
}

.text_social_media_20 p {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 16px;
}

.text_social_media_2020 p {
	margin-top: -40px !important;
}
    /* 25 блок с текстом и линией*/
.text_social_media_21 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_21:before {
	content: '';
	width: 355px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_21 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 26 блок с текстом */
.text_social_media_22 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 27 блок * / 
	/* 28 блок с текстом и линией*/
.text_social_media_23 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_23:before {
	content: '';
	width: 432px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_23 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 29 блок с текстом */
.text_social_media_24 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 30 блок с списком */
.text_social_media_25 {
	margin-top: 30px;
	margin-left: 10px;
}

.text_social_media_25 ul li {
	font-style: normal;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 20px;
	color: #000 !important;
}

.text_social_media_25 li:before {
	background: #C4C4C4 !important;
	border-radius: 0% !important;
	height: 6px !important;
	width: 6px !important;
}
    /* h2 блок с текстом и линией */
.text_social_media_022h2 {
	position: relative;
	margin-top: 30px;
}

.text_social_media_022h2:before {
	content: '';
	width: 312px;
	height: 12px;
	background: rgba(0, 7, 255, 0.2);
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_social_media_022h2 h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-left: 10px;
}
    /* 32 блок с ссылкой */
.text_social_media_26 p {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000;
}
    /* 33 блок с текстом */
.text_social_media_27 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*7 СПОСОБОВ ПРОКАЧАТЬ ЛИЧНЫЙ БРЕНД В СОЦСЕТЯХ КОНЕЦ*/
    /* ЧТО ТАКОЕ SERM НАЧАЛО */
#post-1191 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1191 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.what_is_SERM_01 {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.what_is_SERM_01 {
	max-width: 720px;
	margin: 0 auto;
}

.what_is_SERM_01 p {
	font-size: 16px;
	font-weight: normal !important;
	color: black !important;
	margin-bottom: 15px !important;
}

.what_is_SERM_01 li {
	font-size: 16px;
	font-weight: normal !important;
	color: black !important;
}

.what_is_SERM_01 h3 {
	margin-left: 10px;
	font-size: 16px !important;
	font-weight: bold !important;
}
    /* 2 блок с жирным текстом */
.text_what_is_SERM_001 {
	font-size: 16px;
	line-height: 1.6 !important;
	color: #000;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* h2 блок загаловок линия */
.text_what_is_SERM_002h2 {
	position: relative;
	margin-top: 30px;
}

.text_what_is_SERM_002h2:before {
	content: '';
	width: 419px;
	height: 12px;
	background: #8BC9C9;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_what_is_SERM_002h2 h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-left: 10px;
}
    /*4 блок с текстом*/
.text_what_is_SERM_003 p {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*4 блок с списком */
.text_what_is_SERM_004 {
	display: block;
	margin-top: 15px;
}

.text_what_is_SERM_004 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
	padding-top: 15px;
}

.text_what_is_SERM_004 ul {
	list-style: none !important;
	line-height: 20px !important;
	padding: 0 !important;
	margin-left: 10px !important;
	padding-bottom: 30px !important;
}

.text_what_is_SERM_004 li {
	position: relative !important;
}

.text_what_is_SERM_004 li:before {
	content: '' !important;
	position: absolute !important;
	width: 13px !important;
	height: 13px !important;
	background: #3D8080 !important;
	left: 0 !important;
	top: 6px !important;
	border-radius: 0 !important;
}

.text_what_is_SERM_004 li {
	padding: 0px 0px 0px 20px !important;
}
    /* 5 текст с фоном */
.text_what_is_SERM_005 {
	background: #8BC9C9;
}

.text_what_is_SERM_005 p {
	line-height: 22px;
	text-align: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
    /* 6 блок текст */
.text_what_is_SERM_006 p {
	display: block;
	font-style: normal;
	line-height: 20px;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 7 блок загаловок линия */
.text_what_is_SERM_007 {
	position: relative;
	margin-top: 30px;
}

.text_what_is_SERM_007:before {
	content: '';
	width: 449px;
	height: 12px;
	background: #8BC9C9;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_what_is_SERM_007 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 6 блок текст */
.text_what_is_SERM_008 p {
	display: block;
	font-style: normal;
	line-height: 20px;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 9 с текстом и фото */
.what_is_SERM_02 {
	display: flex;
	background: #F0F0F0;
	align-items: center !important;
}

.text_what_is_SERM_009 p {
	margin-top: 20px;
	margin-left: 10px;
	max-width: 470px;
	padding-top: 20px;
}

.text_what_is_SERM_00909 {
	margin-top: -30px !important;
}
    /* линия */
.what_is_SERM_0301 {
	width: 720px;
	height: 13px;
	background: rgba(61, 128, 128, 0.5);
}

.text_what_is_SERM_010 p {
	margin-left: 15px;
	margin-top: 20px !important;
}
    /* 11 блок с текстом */
.text_what_is_SERM_011 {
	margin-top: 20px;
}

.text_what_is_SERM_011 p {
	display: block;
	font-style: normal;
	line-height: 20px;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.what_is_SERM_04 {
	display: flex;
}

.text_what_is_SERM_012 {
	background: #8BC9C9;
	height: 83px;
	width: 610px;
}

.text_what_is_SERM_012 p {
	text-align: center !important;
	padding-top: 13px;
}
    /* 13 блок загаловок линия */
.text_what_is_SERM_013 {
	position: relative;
	margin-top: 30px;
}

.text_what_is_SERM_013:before {
	content: '';
	width: 440px;
	height: 12px;
	background: #8BC9C9;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_what_is_SERM_013 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000 !important;
	margin-left: 10px;
}
    /* 12 блок с текстом и фоном */
.text_what_is_SERM_016 {
	background: #F0F0F0;
}

.text_what_is_SERM_016 p {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
    /* 17 блок с списком */
.text_what_is_SERM_017 {
	display: block;
	margin-top: 15px;
}

.text_what_is_SERM_017 p {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
	padding-top: 15px;
}

.text_what_is_SERM_017 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	padding-bottom: 0px;
}

.text_what_is_SERM_017 li {
	position: relative;
}

.text_what_is_SERM_017 li:before {
	content: '' !important;
	position: absolute !important;
	width: 13px !important;
	height: 13px !important;
	background: #3D8080 !important;
	left: 0 !important;
	top: 6px !important;
	border-radius: 0 !important;
}

.text_what_is_SERM_017 li {
	padding: 0px 0px 0px 20px !important;
	color: #000 !important;
}

.what_is_SERM_0404 {
	display: flex;
}

.text_what_is_SERM_018 {
	background: #F0F0F0;
	max-width: 609px;
	height: 118px;
}

.text_what_is_SERM_018 p {
	margin: 0 !important;
	padding: 0 !important;
	margin-left: 10px !important;
	margin-top: 7px !important;
	font-weight: bold !important;
}

.what_is_SERM_05 {
	background: #F0F0F0;
}

.text_what_is_SERM_019 p {
	margin: 0 !important;
	margin-top: 10px !important;
}

.text_what_is_SERM_019 {
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 1px;
}

.text_what_is_SERM_020 p {
	text-align: center !important;
	margin-left: 15px;
	margin-right: 15px;
}
    /* список */
.text_what_is_SERM_021 {
	display: block;
	margin-top: 15px;
	background: #F0F0F0 !important;
}

.text_what_is_SERM_021 p {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
	padding-top: 15px;
}

.text_what_is_SERM_021 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
	padding-bottom: 5px;
}

.text_what_is_SERM_021 li {
	position: relative !important;
	color: #000 !important;
}

.text_what_is_SERM_021 li:before {
	content: '' !important;
	position: absolute !important;
	width: 13px !important;
	height: 13px !important;
	background: #3D8080 !important;
	left: 0 !important;
	top: 6px !important;
	border-radius: 0 !important;
}

.text_what_is_SERM_021 li {
	padding: 0px 0px 0px 20px !important;
}
    /* h2 блок загаловок линия */
.text_what_is_SERM_013 {
	position: relative;
	margin-top: 30px;
}

.text_what_is_SERM_013:before {
	content: '';
	width: 519px;
	height: 12px;
	background: #8BC9C9;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_what_is_SERM_013 h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-left: 10px;
}

@media (max-width: 575px) {
	.img_what_is_SERM_003,
        .img_what_is_SERM_004,
        .img_what_is_SERM_006 {
		display: none;
	}
}

@media (max-width: 575px) {
	.text_what_is_SERM_012 {
		height: 100px;
	}
}

@media (max-width: 575px) {
	.text_what_is_SERM_018 {
		height: 180px;
	}
}
    /* ЧТО ТАКОЕ SERM КОНЕЦ */
    /*ВАКАНСИИ, УДАЛЕНИЕ БЛОКА СТАТЕЙ С ПОДВАЛА, НАЧАЛО*/
    .page-id-23 .blog-screen,
    .page-id-18 .blog-screen,
    .page-id-26 .blog-screen,
    .page-id-29 .blog-screen,
    .page-id-52 .blog-screen,
    .page-id-42 .blog-screen,
    .page-id-934 .blog-screen {
	display: none !important;
}
    /*ВАКАНСИИ, УДАЛЕНИЕ БЛОКА СТАТЕЙ С ПОДВАЛА, КОНЕЦ*/
    /* Страница ПОЧЕМУ ТАРГЕТИРОВАННАЯ РЕКЛАМА НЕ РАБОТАЕТ */
#post-1235 .content > .title-c {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#post-1235 .content > .date {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.custom-article-1 h2 {
	position: relative;
}

.custom-article-1 h2:before {
	content: "";
	position: absolute;
	bottom: -3px;
	height: 12px;
	left: -10px;
	width: calc(100% + 20px);
	background-color: rgba(188, 69, 255, 0.6);
}

.custom-article-1 h2 strong {
	position: relative;
	font-weight: inherit;
}

.custom-article-1 .bg-1 {
	background-color: rgba(188, 69, 255, 0.1);
}

.custom-article-1 ul li {
	padding-left: 22px !important;
}

.custom-article-1 ul li::before {
	width: 10px !important;
	height: 10px !important;
	border-radius: 0 !important;
	background-color: #BC45FF !important;
	top: 0.3em !important;
}

.custom-article-1 .rectangle {
	height: 19px;
	border: 1px solid #000;
	margin-top: -10px;
}

.custom-article-1 .bg-star {
	position: relative;
	padding: 36px 0;
}

.custom-article-1 .bg-star p {
	position: relative;
}

.custom-article-1 .bg-star::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 150px;
	left: 50px;
	background: url(/wp-content/uploads/2021/08/case-3-bg1.png) no-repeat center/contain;
}

.custom-article-1 .bg-star strong {
	font-weight: 900;
}

.custom-article-1 .bg-2 {
	background-color: rgba(39, 39, 39, 0.15);
}

.custom-article-1 .photo {
	display: inline-block;
	position: relative;
	padding-bottom: 40px;
}

.custom-article-1 .photo img {
	position: relative;
}

.custom-article-1 .photo::before {
	content: "";
	position: absolute;
	height: 147px;
	width: 147px;
	bottom: 0;
	right: -44px;
	background: url(/wp-content/uploads/2021/08/case-3-bg2.png) no-repeat center/contain;
}

.custom-article-1 .photo-row {
	background-color: rgba(196, 196, 196, 0.15);
	padding-top: 30px;
	padding-bottom: 12px;
}

.custom-article-1 .photo-row .rectangle {
	top: 0;
	margin-top: 13px;
}

.custom-article-1 .block-1 {
	background-color: rgba(196, 196, 196, 0.15);
	padding: 20px 5px;
	padding-right: 140px;
	position: relative;
}

.custom-article-1 .block-1::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: 100%;
	background: url(/wp-content/uploads/2021/08/case-3-bg4.png) no-repeat center/auto 100% !important;
}

.custom-article-1 .block-1 .title {
	color: #FFAF00;
	text-transform: uppercase;
	position: relative;
}

.custom-article-1 .block-1 ul {
	position: relative;
}

.custom-article-1 .block-1 li {
	margin-bottom: 20px !important;
	padding-left: 40px !important;
}

.custom-article-1 .block-1 li::before {
	width: 26px !important;
	height: 26px !important;
	border-radius: 0 !important;
	background: transparent url(/wp-content/uploads/2021/08/case-3-bg3.png) no-repeat center/contain !important;
	top: 0 !important;
}

.custom-article-1 .block-1 li:last-child {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.custom-article-1 .bg-star {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.custom-article-1 .bg-star::before,
        .custom-article-1 .photo::before,
        .custom-article-1 .block-1::before {
		display: none;
	}

	.custom-article-1 .photo {
		padding: 0;
	}

	.custom-article-1 .photo-row {
		text-align: center;
	}

	.custom-article-1 .block-1 {
		padding-right: 2px;
	}
}
    /* Страница ПОЧЕМУ ТАРГЕТИРОВАННАЯ РЕКЛАМА НЕ РАБОТАЕТ КОНЕЦ*/
    /* страница кейсы убрал верх */
.first-screen .container .post {
	display: none !important;
}
    /* стили обратного звонка в подвале */
footer .container .top .column:last-child .call-btn::before {
	background-image: url(/wp-content/themes/markway/assets/img/call.svg);
	content: "";
	background-size: 20px auto;
	background-position: center;
	background-repeat: no-repeat;
}

.footer {
	content-visibility: auto;
}
    /* стили страница блока заежание картинки на картинку */
.blog-site-main .first-screen .blog-first-h1 {
	position: relative;
}
    /* правки всплывающих окон обратной связи "начало" */
.modal {
	overflow: visible !important;
	width: 335px !important;
	max-width: calc(100% - 5px);
}

.modal .wpcf7-form-control-wrap,
    .modal .wpcf7-form-control-wrap input,
    .modal .wpcf7-form-control-wrap textarea,
    .modal .wpcf7-form-control-wrap p {
	width: 100% !important;
}

strong {
	font-weight: bold;
}
    /* правки всплывающих окон обратной связи "конец" */
    /* КАК УДАЛИТЬ НЕГАТИВНЫЙ ОТЗЫВ. ПОШАГОВАЯ ИНСТРУКЦИЯ НАЧАЛО*/
#post-116 .title-c {
	margin: 0 auto !important;
	max-width: 720px !important;
}

#post-116 .date {
	margin: 0 auto !important;
	max-width: 720px !important;
}

.negative_review_01 {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#post-116 .container {
	font-weight: normal !important;
}

.negative_review_01 {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.negative_review_01 p {
	font-size: 16px;
	color: #000 !important;
	margin-bottom: 15px !important;
}

.negative_review_01 ul {
	color: #000 !important;
}

.negative_review_01 ol {
	color: #000 !important;
}

.negative_review_01 h3 {
	margin-left: 10px;
}
    /* 2 блок с текстом */
.text_negative_review_01 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 30px !important;
	margin-left: 10px;
	margin-right: 20px;
}
    /* 3 блок с текстом */
.text_negative_review_02 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 20px;
}
    /* h2 загаловком с линией */
.text_negative_review_03h2 {
	position: relative;
	margin-top: 30px;
}

.text_negative_review_03h2:before {
	content: '';
	width: 450px;
	height: 9px;
	background: #FFAC5B;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_negative_review_03h2 h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-left: 10px;
}
    /* 4 с загаловком с линией */
.text_negative_review_03 h3 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
	margin-top: 0 !important;
}
    /* 5 текст и фон */
.text_negative_review_04 p {
	display: inline-block;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-left: 10px;
}
    /* 6 блок с фото */
    /* 7 текст и фон */
.text_negative_review_05 {
	display: block;
	margin-top: 10px;
	background: #EF9A99;
	width: 720px;
	height: 90px;
}

.text_negative_review_05 p {
	display: inline-block;
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 7px !important;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 8 блок текст */
.text_negative_review_06 {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}

.text_negative_review_06 p {
	font-weight: normal !important;
}
    /* 9 с загаловком */
.text_negative_review_07 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 10 блок с текстом и серым фоном */
.text_negative_review_08 {
	display: block;
	margin-top: 10px;
	background: rgba(229, 229, 229, 0.4);
	width: 720px;
	height: 137px;
}

.text_negative_review_08 p {
	display: inline-block;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 11 блок текст */
.text_negative_review_09 {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}

.text_negative_review_09 p {
	font-weight: normal !important;
}
    /* 12 блок список */
.text_negative_review_10 {
	margin-top: 22px;
}

.text_negative_review_10 li {
	list-style-type: none !important;
	position: relative !important;
	padding-left: 40px !important;
	margin-top: 5px !important;
}

.text_negative_review_10 li::before {
	content: "" !important;
	position: absolute !important;
	display: block !important;
	width: 10px !important;
	height: 10px !important;
	background: #EF9A99 !important;
	transform: rotate(-45deg) !important;
	left: 0 !important;
	border-radius: 0px !important;
	top: 3px !important;
}

.text_negative_review_10:before {
	margin-top: 5px !important;
	margin-left: 20px !important;
}

.text_negative_review_10 ul li {
	color: #000 !important;
	font-weight: normal !important;
}
    /* 13 блок с текстом и розвым фоном */
.text_negative_review_11 {
	display: block;
	margin-top: 10px;
	background: #EF9A99;
	width: 720px;
	height: 90px;
}

.text_negative_review_11 p {
	display: inline-block;
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 7px !important;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 14 блок с фото */
    /* 15 блок с текстом */
.text_negative_review_12 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}
    /* 16 с загаловком */
.text_negative_review_13 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 17 блок с текстом */
.text_negative_review_14 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}
    /* 18 блок с текстом и списком */
.text_negative_review_15 {
	margin-top: 22px;
}

.text_negative_review_15 li {
	list-style-type: none;
	position: relative !important;
	padding-left: 40px !important;
	margin-top: 5px !important;
}

.text_negative_review_15 li::before {
	content: "" !important;
	position: absolute !important;
	display: block !important;
	width: 10px !important;
	height: 10px !important;
	background: #EF9A99 !important;
	transform: rotate(-45deg) !important;
	left: 0;
	border-radius: 0px !important;
	top: 3px !important;
}

.text_negative_review_15:before {
	margin-top: 5px !important;
	margin-left: 20px !important;
}

.text_negative_review_15 ul li {
	color: #000 !important;
}
    /* 19 блок с фото */
    /* 20 блок с текстом */
.text_negative_review_16 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}
    /* 21 блок с текстом и розвым фоном */
.text_negative_review_17 {
	display: block;
	margin-top: 10px;
	background: #EF9A99;
	width: 720px;
	height: 90px;
}

.text_negative_review_17 p {
	display: inline-block;
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 7px !important;
	margin-left: 21px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 22 блок с текстом */
.text_negative_review_18 p {
	font-style: normal;
	font-weight: normal !important;
	margin-top: 20px !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}
    /* 23 блок с текстом и списком */
.text_negative_review_19 {
	margin-top: 25px;
	margin-left: 46px;
	margin-right: 10px;
}

.text_negative_review_19 ol li {
	color: #000 !important;
}
    /* 24 блок с текстом и серым фоном */
.text_negative_review_20 {
	display: block;
	margin-top: 10px;
	background: rgba(229, 229, 229, 0.4);
	width: 720px;
	height: 93px;
}

.text_negative_review_20 p {
	display: inline-block;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 25 блок с текстом */
.text_negative_review_21 p {
	margin-top: 20px !important;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}
    /* 26 с загаловком с линией */
.text_negative_review_22 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 27 блок с текстом и серым фоном */
.text_negative_review_23 {
	display: block;
	margin-top: 10px;
	background: rgba(229, 229, 229, 0.4);
	width: 720px;
	height: 117px;
}

.text_negative_review_23 p {
	display: inline-block;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 28 блок с текстом */
.text_negative_review_24 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 0px 10px;
	margin-top: 20px !important;
}
    /* 29 блок с текстом и розвым фоном */
.text_negative_review_25 {
	display: block;
	margin-top: 10px;
	background: #EF9A99;
	width: 720px;
	height: 104px;
}

.text_negative_review_25 p {
	display: inline-block;
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px !important;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* 30 с загаловком с линией */
.text_negative_review_26 p {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-left: 10px;
}
    /* 31 блок с текстом и серым фоном */
.text_negative_review_27 {
	display: block;
	margin-top: 20px;
	background: rgba(229, 229, 229, 0.4);
	width: 720px;
	height: 117px;
}

.text_negative_review_27 p {
	display: inline-block;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* h2 загаловком с линией */
.text_negative_review_26h2 {
	position: relative;
	margin-top: 30px;
}

.text_negative_review_26h2:before {
	content: '';
	width: 700px;
	height: 9px;
	background: #FFAC5B;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_negative_review_26h2 h2 {
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	margin-left: 10px;
}
    /* 32 блок с текстом */
.text_negative_review_28 p {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 20px 10px 10px 10px;
}
    /* 33 блок с текстом и списком */
.text_negative_review_29 {
	margin-top: 22px;
}

.text_negative_review_29 li {
	list-style-type: none;
	position: relative;
	padding-left: 40px !important;
	margin-top: 5px !important;
}

.text_negative_review_29 li::before {
	content: "";
	position: absolute;
	display: block;
	width: 10px !important;
	height: 10px !important;
	background: #EF9A99 !important;
	transform: rotate(-45deg);
	left: 0;
	border-radius: 0px !important;
	top: 3px !important;
}

.text_negative_review_29:before {
	margin-top: 5px !important;
	margin-left: 20px !important;
}

.text_negative_review_29 ul li {
	color: #000 !important;
}
    /* 34 блок с текстом и розвым фоном */
.text_negative_review_30 {
	display: block;
	margin-top: 10px;
	background: #EF9A99;
	width: 720px;
	height: 135px;
	margin-bottom: 20px;
}

.text_negative_review_30 p {
	display: inline-block;
	text-align: center;
	font-style: normal;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
    /* КАК УДАЛИТЬ НЕГАТИВНЫЙ ОТЗЫВ. ПОШАГОВАЯ ИНСТРУКЦИЯ КОНЕЦ*/
    /*КАК РАБОТАЕТ ПРОДВИЖЕНИЕ ЧЕРЕЗ LSI-КОПИРАЙТИНГ*/
#post-1927 .title-c {
	margin: 0 auto !important;
	max-width: 720px !important;
}

#post-1927 .date {
	margin: 0 auto !important;
	max-width: 720px !important;
}

lsi_copywriting_01 {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
    /* блок секций */
.lsi_copywriting_01 {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}

.lsi_copywriting_01 p {
	font-weight: normal !important;
	color: #000 !important;
}
    /* размеры шрифта */
.lsi_copywriting_01 p {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.lsi_copywriting_01 ol {
	color: #000 !important;
}

.lsi_copywriting_01 strong {
	color: #000 !important;
}
    /* 2 блок с текстом */
.text_lsi_copywriting_001 p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 3 блок с линией и текстом */
.text_lsi_copywriting_002 {
	margin-left: 10px;
	margin-right: 38px;
	margin-top: 30px;
	background: #CAFFE9;
}

.text_lsi_copywriting_002 p {
	padding-bottom: 5px;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
    /* 4 блок с текстом */
.text_lsi_copywriting_003 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 5 блок с текстом */
.text_lsi_copywriting_004 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 6 блок список с фото*/
.lsi_copywriting_02 {
	display: flex;
}

.text_lsi_copywriting_005 p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.045em;
	color: #000 !important;
}

.text_lsi_copywriting_005 ol li {
	max-width: 448px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-right: 30px;
}

.img_lsi_copywriting_04 {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 40px;
}
    /* 7 блок с фото */
.img_lsi_copywriting_05 {
	margin-top: 15px;
	margin-bottom: 10px;
}
    /* 8 блок с текстом */
.text_lsi_copywriting_006 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-left: 10px;
	margin-right: 10px;
}
    /* начало стилей 9 блока */
    /* стили фона */
.lsi_copywriting_06 {
	background-image: url(/wp-content/uploads/2021/10/img_lsi_copywriting_06.png);
	width: 720px;
	height: 410px;
	display: flex !important;
	position: relative !important;
}
    /* стили первого блока */
.lsi_copywriting_blok_01 {
	display: block !important;
	margin-top: 125px !important;
	margin-left: 34px !important;
}

.text_lsi_blok_001 p {
	position: absolute !important;
	display: block !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #fff !important;
	margin: 0px !important;
	padding: 0px !important;
}

.text_lsi_blok_002 p {
	position: absolute !important;
	display: block !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #fff !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 63px !important;
}

.text_lsi_blok_003 p {
	position: absolute !important;
	display: block !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #fff !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 128px !important;
}

.text_lsi_blok_004 p {
	position: absolute !important;
	display: block !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #fff !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 195px !important;
}
    /* стили второга блока */
.lsi_copywriting_blok_02 {
	display: block !important;
	margin-top: 125px !important;
	margin-left: 270px !important;
}

.lsi_copywriting_blok_03 {
	display: block !important;
	margin-top: 125px !important;
	margin-left: 91px !important;
}

.text_lsi_blok_005 p {
	position: absolute !important;
	width: 52px !important;
	height: 29px !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 40px !important;
	margin-left: 35px !important;
}

.text_lsi_blok_006 p {
	position: absolute !important;
	width: 180px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin-left: -35px;
}

.text_lsi_blok_007 p {
	position: absolute !important;
	width: 180px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 55px !important;
	margin-left: -35px !important;
}

.text_lsi_blok_008 p {
	position: absolute !important;
	width: 142px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 137px !important;
	margin-left: -35px !important;
}

.text_lsi_blok_009 ul {
	position: absolute !important;
	width: 180px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 200px !important;
	margin-left: -30px !important;
}
    /* третий блок */
.lsi_copywriting_blok_03 {
	display: block !important;
	margin-top: 125px !important;
	margin-left: 200px !important;
	margin-right: 215px;
}

.text_lsi_blok_010 p {
	position: absolute !important;
	width: 52px !important;
	height: 29px !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px !important;
	line-height: 29px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	top: 40px !important;
	margin-left: 70px !important;
}

.text_lsi_blok_011 p {
	position: absolute !important;
	width: 180px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
}

.text_lsi_blok_012 p {
	position: absolute !important;
	width: 180px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 55px !important;
}

.text_lsi_blok_013 p {
	position: absolute !important;
	width: 142px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 137px !important;
}

.text_lsi_blok_014 ul {
	position: absolute !important;
	width: 180px !important;
	height: 46px !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #00819D !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-top: 200px !important;
	margin-left: 3px !important;
}

#post-1927 .content ul {
	list-style: inherit;
}

#post-1927 .content ul li {
	padding-left: inherit;
}

#post-1927 .content li:before {
	content: none;
}

#post-1927 ul li {
	margin: 0;
	padding: 0;
}
    /* 9 блок список с фото*/
.lsi_copywriting_03 {
	display: flex;
	margin-top: 30px;
}

.text_lsi_copywriting_007 p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.045em;
	color: #000 !important;
	margin-left: 20px;
}

.text_lsi_copywriting_007 ol {
	max-width: 448px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-right: 30px;
	margin-left: 10px;
}

.text_lsi_copywriting_007 ol li {
	color: #000 !important;
}

.img_lsi_copywriting_08 {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 40px;
}
    /* 10 блок с линией и текстом */
.text_lsi_copywriting_008 {
	margin-left: 10px;
	width: 392px;
	margin-top: 30px;
	background: #CAFFE9;
}

.text_lsi_copywriting_008 p {
	padding-bottom: 5px;
	font-weight: bold !important;
	color: #000 !important;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
    /* 11 блок с текстом */
.text_lsi_copywriting_009 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*12 блок с текстом*/
.text_lsi_copywriting_010 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*14 блок с текстом*/
.text_lsi_copywriting_011 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*15 блок с текстом*/
.text_lsi_copywriting_012 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*16 блок с текстом*/
.text_lsi_copywriting_013 p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /*16 блок с текстом*/
.text_lsi_copywriting_014 p {
	margin-left: 10px;
	margin-bottom: 0px !important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
}

.text_lsi_copywriting_015 ol {
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px !important;
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
}

.text_lsi_copywriting_015 ol li {
	color: #000 !important;
}
    /* 17 блок с текстом */
.text_lsi_copywriting_016 p {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 575px) {
	.lsi_copywriting_02 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_lsi_copywriting_04 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.lsi_copywriting_03 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_lsi_copywriting_08 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.text_lsi_copywriting_005 ol {
		margin-left: 10px;
	}
}

@media (max-width: 575px) {
	.lsi_copywriting_06 {
		display: none !important;
	}
}
    /*КАК РАБОТАЕТ ПРОДВИЖЕНИЕ ЧЕРЕЗ LSI-КОПИРАЙТИНГ КОНЕЦ */
    /* ТРУДНОСТИ ПЕРЕВОДА. КАК БИЗНЕСУ И SMM ПОНЯТЬ ДРУГ ДРУГА */
#post-145 .title-c {
	margin: 0 auto !important;
	max-width: 720px !important;
}

#post-145 .date {
	margin: 0 auto !important;
	max-width: 720px !important;
}
    /* блок секций */
.translation_diff_01 {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}

.translation_diff_01 p {
	font-size: 16px !important;
	color: #000 !important;
}

.translation_diff_01 ol li {
	font-size: 16px !important;
	color: #000 !important;
}

.translation_diff_01 h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.translation_diff_01 h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
}
    /* размер жирности букв */
.translation_diff_01 p {
	font-weight: normal !important;
}

.text_translation_diff_002 p {
	font-weight: bold !important;
}

.text_translation_diff_005 p {
	font-weight: bold !important;
}

.text_translation_diff_008 p {
	font-weight: bold !important;
}

.text_translation_diff_0011 p {
	font-weight: bold !important;
}

.text_translation_diff_0014 p {
	font-weight: bold !important;
}

.text_translation_diff_0017 p {
	font-weight: bold !important;
}

.text_translation_diff_0020 p {
	font-weight: bold !important;
}
    /* размер жирности букв КАНЕЦ */
    /* блок с текстом */
.text_translation_diff_001 {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 15px;
	margin-left: 10px;
}

.text_translation_diff_001 p {
	margin-bottom: 5px !important;
}
    /* блок с загаловком h2 */
.text_translation_diff_002h2 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_002h2 h2 {
	margin-left: 10px !important;
}

.text_translation_diff_002h2:before {
	content: '';
	width: 560px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: -1;
}
    /* 2 блок с фото линия и текст заголовок */
.text_translation_diff_002 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_002 p {
	margin-left: 10px;
}

.text_translation_diff_002:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 4 с текстом */
.text_translation_diff_003 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_003 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 5 с текстом и линией */
.text_translation_diff_004 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_004 p {
	margin-left: 10px;
}
    /* 6 блок с фото линия и текст заголовок */
.text_translation_diff_005 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_005 p {
	margin-left: 10px;
}

.text_translation_diff_005:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 7 с текстом */
.text_translation_diff_006 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_006 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 8 с текстом и линией */
.text_translation_diff_007 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_007 p {
	margin-left: 10px;
}
    /* 9 блок с фото линия и текст заголовок */
.text_translation_diff_008 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_008 p {
	margin-left: 10px;
}

.text_translation_diff_008:before {
	content: '';
	width: 380px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 10 с текстом */
.text_translation_diff_009 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_009 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 11 с текстом и линией */
.text_translation_diff_0010 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_0010 p {
	margin-left: 10px;
}
    /* 12 блок с фото линия и текст заголовок */
.text_translation_diff_0011 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_0011 p {
	margin-left: 10px;
}

.text_translation_diff_0011:before {
	content: '';
	width: 300px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}
    /* 13 с текстом */
.text_translation_diff_0012 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_0012 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 14 с текстом и линией */
.text_translation_diff_0013 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_0013 p {
	margin-left: 10px;
}
    /* 15 блок с фото линия и текст заголовок */
.text_translation_diff_0014 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_0014 p {
	margin-left: 10px;
}

.text_translation_diff_0014:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 16 с текстом */
.text_translation_diff_0015 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_0015 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 17 с текстом и линией */
.text_translation_diff_0016 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_0016 p {
	margin-left: 10px;
}
    /* 18 блок с фото линия и текст заголовок */
.text_translation_diff_0017 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_0017 p {
	margin-left: 10px;
}

.text_translation_diff_0017:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	z-index: -1;
}
    /* 19 с текстом */
.text_translation_diff_0018 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_0018 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 20 с текстом и линией */
.text_translation_diff_0019 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_0019 p {
	margin-left: 10px;
}
    /* 21 блок с фото линия и текст заголовок */
.text_translation_diff_0020 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_0020 p {
	margin-left: 10px;
}

.text_translation_diff_0020:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}
    /* 22 с текстом */
.text_translation_diff_0021 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_0021 p {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 23 с текстом и линией */
.text_translation_diff_0022 {
	margin-top: 20px;
	border-left: solid 1px #787878;
	margin-left: 10px;
}

.text_translation_diff_0022 p {
	margin-left: 10px;
}
    /* блок с загаловком h2 */
.text_translation_diff_0017h3 {
	position: relative;
	font-weight: bold;
	margin-top: 20px;
}

.text_translation_diff_0017h3 h2 {
	margin-left: 10px !important;
}

.text_translation_diff_0017h3:before {
	content: '';
	width: 400px;
	height: 16px;
	background: #E3EB64;
	display: block;
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: -1;
}
    /* 24 с текстом */
.text_translation_diff_0023 {
	margin-top: 15px;
	background: rgba(229, 229, 229, 0.4);
}

.text_translation_diff_0023 p {
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
}
    /* 25 с текстом и списком */
.text_translation_diff_0024 {
	max-width: 720px;
}

.text_translation_diff_0024 ol {
	margin-left: 15px;
	margin-top: 20px;
	max-width: 450px;
}
    /* 26 с текстом */
.text_translation_diff_0025 {
	margin-top: 20px;
	margin-left: 10px;
}

@media (max-width: 575px) {
	.text_translation_diff_0024 ol {
		margin-left: 20px;
	}
}
    /* ТРУДНОСТИ ПЕРЕВОДА. КАК БИЗНЕСУ И SMM ПОНЯТЬ ДРУГ ДРУГА КОНЕЦ */
    /* КАК РАЗВИТЬ БЛОГ НА «ЯНДЕКС.ДЗЕНЕ» БЕЗ РЕКЛАМНОГО БЮДЖЕТА */
#post-1780 .title-c {
	margin: 0 auto !important;
	max-width: 720px !important;
}

#post-1780 .date {
	margin: 0 auto !important;
	max-width: 720px !important;
}

.develop_blog_01 p {
	color: black !important;
}
    /* блок секций */
.develop_blog_01 {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}
    /* 2 блок с текстом */
.text_develop_blog_001 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #000;
}
    /* 3 блок с текстом и фото и фоном */
.develop_blog_02 {
	display: flex;
	margin-top: 20px;
}

.text_develop_blog_002 {
	max-width: 470px;
	background-image: url("//markway.ru/wp-content/uploads/2021/10/img_develop_blog_003.png");
}

.text_develop_blog_002 p {
	margin-top: 20px !important;
	margin-right: 25px;
	margin-left: 25px;
}
    /* 4 блок загаловок с фонос */
.text_develop_blog_003 {
	margin-top: 30px;
	background: rgba(131, 111, 255, 0.26);
}

.text_develop_blog_003 p {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.text_develop_blog_003 p {
	margin-bottom: 0px !important;
}
    /* 5 блок с текстом */
.text_develop_blog_004 {
	margin-top: 10px;
	margin-left: 10px;
}
    /* 6 блок с фото */
.img_develop_blog_004 {
	margin-top: 10px;
}
    /* блок с фото */
.img_develop_blog_004 {
	height: 331px;
}
    /* 7 с текстом и фоном */
.develop_blog_03 {
	background: rgba(133, 133, 133, 0.2);
}

.text_develop_blog_006 {
	margin-left: 15px;
}

.text_develop_blog_005 {
	margin-left: 10px;
}

.text_develop_blog_005 p {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.develop_blog_03 .text_develop_blog_006 li::before {
	background: #000 !important;
	height: 2px !important;
	width: 2px !important;
}

.text_develop_blog_006 li {
	padding-left: 10px !important;
}

.develop_blog_03 p {
	margin-bottom: 0px !important;
}

.text_develop_blog_006 {
	margin-top: 5px;
}
    /* 8 блок загаловок с фонос */
.text_develop_blog_007 {
	margin-top: 30px;
	background: rgba(153, 255, 255, 0.36);
}

.text_develop_blog_007 p {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
    /* 9 блок с текстом и фото */
.develop_blog_04 {
	display: flex;
	margin-top: 20px;
}

.text_develop_blog_008 {
	max-width: 470px;
	margin-left: 10px;
}

.text_develop_blog_008 p {
	margin-bottom: 0px !important;
}
    /* 10 блок с текстом и фото */
.develop_blog_05 {
	display: flex;
}

.img_develop_blog_006 {
	margin-top: 25px;
	margin-left: 5px;
}

.text_develop_blog_009 li {
	max-width: 500px;
	margin-left: 10px;
	color: #000 !important;
}
    /* 11 блок с текстом и фоном */
.develop_blog_06 {
	background-image: url("//markway.ru/wp-content/uploads/2021/10/img_develop_blog_007.png");
}

.text_develop_blog_0010 p {
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 19px;
	padding-right: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: rgba(0, 0, 0, 0.7);
}
    /* 12 с текстом и фото*/
.develop_blog_07 {
	display: flex;
	margin-top: 20px;
}

.text_develop_blog_0012 li {
	margin-left: 20px;
}

.text_develop_blog_0011 {
	margin-left: 20px;
}

.develop_blog_07 ol {
	max-width: 460px;
}

.img_develop_blog_008 {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.develop_blog_07 li {
	margin-left: 5px;
	color: #000 !important;
}
    /* блок с фото */
.img_develop_blog_0010 {
	height: 137px;
}
    /* 14 блок загаловок с фонос */
.text_develop_blog_0012 {
	margin-top: 30px;
	background: rgba(180, 201, 255, 0.5);
}

.text_develop_blog_0012 p {
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
    /* 15 блок с текстом */
.text_develop_blog_0013 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #000;
}
    /* 16 блок с текстом и фоном */
.text_develop_blog_0014 {
	margin-top: 10px !important;
	background: rgba(180, 201, 255, 0.5);
}

.text_develop_blog_0014 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 1px;
}

.text_develop_blog_0014 span {
	background-color: rgba(0, 0, 0, 0.0) !important;
}
    /* 17 блок с текстом и фоном */
.text_develop_blog_0015 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(180, 201, 255, 0.5);
}

.text_develop_blog_0015 ul {
	margin: 0px !important;
}

.text_develop_blog_0015 li::before {
	background: #000 !important;
	height: 2px !important;
	width: 2px !important;
}

.text_develop_blog_0015 li {
	color: #000 !important;
}
    /* 18 блок с текстом и фото */
.develop_blog_08 {
	display: flex;
	margin-top: 20px;
}

.text_develop_blog_0016 {
	margin-left: 10px;
}

.text_develop_blog_0016 {
	max-width: 490px;
}
    /* 19 блок с фото */
.text_develop_blog_0017 {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
    /* 20 блок с фото и списком */
.develop_blog_09 {
	display: flex;
	margin-top: 20px;
}

.text_develop_blog_0018 {
	margin-top: 0px;
	margin-left: 0px;
}

.img_develop_blog_0014 {
	width: 300px;
}

.develop_blog_09 li {
	color: #000;
	line-height: 22PX !important;
}

.text_develop_blog_0018018 p {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.develop_blog_09 li::before {
	background: #000 !important;
	height: 2px !important;
	width: 2px !important;
}

.text_develop_blog_0018018 p {
	margin-bottom: 5px !important;
}

.text_develop_blog_0018 li {
	color: #000 !important;
}
    /* 21 текст с фоном */
.text_develop_blog_0020 {
	background: rgba(180, 201, 255, 0.5);
}

.text_develop_blog_0020 p {
	font-size: 16px;
	text-align: left !important;
	padding-left: 5px;
	padding-right: 1px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.develop_blog_01 p {
	font-size: 16px !important;
}

@media (max-width: 575px) {
	.develop_blog_05 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_develop_blog_006 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_develop_blog_008,
        .img_develop_blog_0011,
        .img_develop_blog_0014 {
		display: none;
	}
}

@media (max-width: 575px) {
	.text_develop_blog_0020 {
		background: rgba(180, 201, 255, 0.5);
	}
}

@media (max-width: 575px) {
	.img_develop_blog_004 {
		height: 177px;
	}
}

@media (max-width: 575px) {
	.img_develop_blog_0010 {
		height: 73px;
	}
}
    /* ЦИФРОВАЯ РЕПУТАЦИЯ В МЕДИЦИНЕ. ИССЛЕДОВАНИЕ MARKWAY */
#post-1710 .title-c {
	margin: 0 auto !important;
	max-width: 720px !important;
}

#post-1710 .date {
	margin: 0 auto !important;
	max-width: 720px !important;
}

.digital_reputation_01 p {
	color: black !important;
}
    /* блок секций */
.digital_reputation_01 {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}
    /* 2 с текстом */
.text_digital_reputation_001 {
	font-weight: 300;
	font-size: 16px;
	margin-top: 24px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #000;
}
    /* 3 с текстом и фоном */
.digital_reputation_02 {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	color: #000 !important;
	max-width: 100%;
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_digital_reputation_002.png);
}

.text_digital_reputation_002 {
	max-width: 350px;
	margin-left: 30px;
}

.digital_reputation_02 li {
	color: #000 !important;
}

.digital_reputation_02 li {
	list-style-image: url(//markway.ru/wp-content/uploads/2021/10/img_digital_reputation_005.png);
	padding-left: 5px !important;
}

.digital_reputation_02 ul li:before {
	display: none;
}
    /* 4 с текстом загаловок */
.text_digital_reputation_003 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-top: 34px;
	margin-left: 10px;
}

.text_digital_reputation_003 img {
	margin-left: 10px;
}
    /* 5 с текстом */
.text_digital_reputation_004 {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #000;
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 6 с текстом загаловок */
.text_digital_reputation_005 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 10px;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
	margin-left: 10px;
}

.text_digital_reputation_005 img {
	margin-left: 10px;
}
    /* 7 с текстом */
.text_digital_reputation_006 {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 8 блок с фото */
.img_digital_reputation_003 {
	margin-top: 20px;
}
    /* 9 с текстом */
.text_digital_reputation_007 {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	color: #000;
	margin-top: 19px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 10 блок с фото */
.img_digital_reputation_004 {
	margin-top: 20px;
}
    /* 11 с текстом загаловок */
.text_digital_reputation_008 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	margin-top: 34px;
	margin-left: 10px;
}

.text_digital_reputation_008 img {
	margin-left: 10px;
}
    /* 12 с текстом загаловок */
.text_digital_reputation_009 {
	font-style: normal;
	max-width: 400px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
}
    /* 13 с текстом */
.digital_reputation_03 {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 10px;
	letter-spacing: -0.005em;
	color: #000;
	line-height: 2;
	margin-top: 20px;
	margin-left: 30px;
}

.digital_reputation_03 li {
	color: #000 !important;
}

.digital_reputation_03 li {
	list-style-image: url(//markway.ru/wp-content/uploads/2021/10/img_digital_reputation_005.png);
	padding-left: 5px !important;
}

.digital_reputation_03 ul li:before {
	display: none;
}
    /* 14 с текстом загаловок */
.text_digital_reputation_0011 {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 34px;
	margin-left: 0px;
	background-color: rgba(196, 196, 196, 0.3);
}

.text_digital_reputation_0011 p {
	margin-left: 10px;
}

.digital_reputation_01 .btn {
	width: 200px !important;
}
    /* КАК РАЗВИТЬ БЛОГ НА «ЯНДЕКС.ДЗЕНЕ» БЕЗ РЕКЛАМНОГО БЮДЖЕТА КОНЕЦ */
    /* ПЕРЕДАЙ ДРУГОМУ. КАК РАБОТАЕТ КРАУД-МАРКЕТИНГ? */
#post-1665 .title-c {
	margin: 0 auto;
	max-width: 720px;
}

#post-1665 .date {
	margin: 0 auto;
	max-width: 720px;
}

.crowd_page_01 p {
	color: #000 !important;
}
    /* назночение размеров фото */
.img_crowd_page_009 img,
    .img_crowd_page_011 img,
    .img_crowd_page_013 img,
    .img_crowd_page_015 img,
    .img_crowd_page_017 img,
    .img_crowd_page_019 img,
    .img_crowd_page_021 img,
    .img_crowd_page_024 img,
    .img_crowd_page_006 img {
	display: block;
	max-width: none !important;
}
    /* блок секций */
.crowd_page_01 {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}
    /* 2 блок с текстом */
.text_crowd_page_001 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px !important;
	line-height: 20px;
	margin-top: 26px;
	margin-left: 9px;
}
    /* 5 блок с текстом */
.text_crowd_page_002 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 20px;
        /* identical to box height */
	text-transform: uppercase;
	margin-top: 22px;
	margin-left: 9px;
}
    /* 6 блок с текстом */
.text_crowd_page_003 {
	font-style: normal;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 20px;
	margin-top: 18px;
	margin-left: 5px;
}
    /* 7 блок с фото */
.img_crowd_page_004 {
	margin-top: 22px;
}
    /* 8 блок с фото и текстом */
.text_crowd_page_004 {
	font-style: normal;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 20px;
	margin-top: 22px;
	padding: 20px 0px 20px 0px;
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_crowd_page_005.png);
}

.text_crowd_page_004 p {
	margin-left: 9px;
}
    /* 9 блок с фото и текстом */
.crowd_page_02 {
	display: flex;
}

.text_crowd_page_005 {
	margin-top: 29px;
	font-weight: 300;
	font-size: 16px !important;
	line-height: 20px;
	margin-left: 16px;
}
    /* 10 блок с фото */
.img_crowd_page_007 {
	margin-top: 29px;
}

.img_crowd_page_006 {
	max-width: 200px;
	margin-top: auto;
	margin-bottom: auto;
}
    /* 11 блок с фото линия и текст заголовок */
.text_crowd_page_006 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px !important;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 29px;
	color: #000;
	background-image: url("//markway.ru/wp-content/uploads/2021/10/img_crowd_page_008.png");
}

.text_crowd_page_00601 {
	margin-left: 9px;
}
    /* 12 блок текст */
.text_crowd_page_007 {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-top: 18px;
	margin-left: 7px;
	margin-right: 8px;
}
    /* 13 блок текст */
.crowd_page_04 {
	display: flex;
}

.text_crowd_page_008 {
	margin-top: 23px;
	margin-left: 10px;
}
    /* 15 блок текст с фото */
.crowd_page_05 {
	display: flex;
}

.text_crowd_page_009 {
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 50px;
}
    /* 17 блок текст с фото */
.crowd_page_06 {
	display: flex;
}

.text_crowd_page_010 {
	margin-top: 50px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.img_crowd_page_012 {
	margin-top: 47px;
}

.img_crowd_page_013 {
	margin-top: 50px;
	margin-right: 20px;
}
    /* 19 блок текст с фото */
.crowd_page_07 {
	display: flex;
}

.text_crowd_page_011 {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.img_crowd_page_015 {
	margin-top: 20px;
	margin-right: 20px;
}
    /* 21 блок текст с фото */
.crowd_page_08 {
	display: flex;
}

.text_crowd_page_012 {
	margin-top: 50px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.img_crowd_page_017 {
	margin-top: 20px;
	margin-right: 20px;
}
    /* 22 с фото */
.img_crowd_page_018 {
	margin-top: 22px;
}
    /* 23 блок текст с фото */
.crowd_page_09 {
	display: flex;
}

.text_crowd_page_013 {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.img_crowd_page_019 {
	margin-top: 20px;
	margin-right: 10px;
}
    /* 25 блок текст с фото */
.crowd_page_00010 {
	display: flex;
}

.text_crowd_page_014 {
	margin-top: 50px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.img_crowd_page_021 {
	margin-top: 20px;
	margin-right: 10px;
}
    /* 26 блок с фото линия и текст заголовок */
.text_crowd_page_015 {
	background: rgba(212, 254, 119, 0.4);
	padding: 40px 0px 0px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text_crowd_page_001501 {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	margin-left: 10px;
}
    /* 28 блок текст с фото */
.crowd_page_00011 {
	display: flex;
	align-items: center;
}

.text_crowd_page_016 {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}

.img_crowd_page_024 {
	max-width: 270px !important;
	margin-top: 100px;
}
    /* 30 блок текст с фото */
.text_crowd_page_017 {
	max-width: 600px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 20px;
}
    /* 31 с фото */
.img_crowd_page_026 {
	margin-top: 20px;
}
    /* 32 блок с фото линия и текст заголовок */
.text_crowd_page_018 {
	background: rgba(212, 254, 119, 0.4);
	padding: 10px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_crowd_page_001801 {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 10px;
}
    /* 32 блок с фото линия и текст заголовок */
.text_crowd_page_019 {
	padding-left: 10px;
	padding-top: 20px;
	background-image: url("//markway.ru/wp-content/uploads/2021/10/img_crowd_page_028.png");
}

.text_crowd_page_001901 p {
	display: block;
	margin-top: 14px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.045em;
}
    /* настройки жирности шрифта */
.text_crowd_page_008 p {
	font-weight: 300;
}

.crowd_page_05,
    .text_crowd_page_009 p {
	font-weight: 300 !important;
}

.crowd_page_06,
    p {
	font-weight: 300 !important;
}

.crowd_page_05,
    .text_crowd_page_009 {
	line-height: 1.6em !important;
}

.crowd_page_06,
    .text_crowd_page_010 {
	line-height: 1.6em !important;
}

@media (max-width: 575px) {
	.crowd_page_02 {
		display: block;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_crowd_page_006 {
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.crowd_page_04 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_crowd_page_009 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.crowd_page_05 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_crowd_page_011 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.crowd_page_06 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_crowd_page_013 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.crowd_page_07 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_crowd_page_015 {
		order: -1;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.crowd_page_08,
        .crowd_page_09,
        .crowd_page_00010,
        .crowd_page_00011 {
		flex-direction: column;
		margin: 0 auto !important;
	}
}

@media (max-width: 575px) {
	.img_crowd_page_017,
        .img_crowd_page_019,
        .img_crowd_page_021,
        .img_crowd_page_024 {
		order: -1;
		margin: 0 auto !important;
	}
}
    /* ПЕРЕДАЙ ДРУГОМУ. КАК РАБОТАЕТ КРАУД-МАРКЕТИНГ? КОНЕЦ*/
    /* БЕСПЛАТНЫЙ ВЕБИНАР ПО SMM ДЛЯ КРУПНОГО БИЗНЕСА */
#post-1599 .title-c {
	margin: 0 auto !important;
	max-width: 720px !important;
}

#post-1599 .date {
	margin: 0 auto !important;
	max-width: 720px !important;
}
    /* блок секций */
.smm_webinar_01 {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}

.smm_webinar_01 p {
	color: black !important;
}
    /* 2 блок с фото линия и текст заголовок */
.text_smm_webinar_001 {
	position: relative;
}

.text_smm_webinar_001:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #FBB801;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_smm_webinar_00101 {
	display: block;
	margin-top: 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-left: 30px;
	text-transform: uppercase;
	color: #000 !important;
}
    /* 3 блок с фото линия и текст заголовок */
.text_smm_webinar_002 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 25px;
	color: #000 !important;
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_smm_webinar_003.png);
}

.text_smm_webinar_00201 {
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
    /* 4 с текстом */
.text_smm_webinar_003 {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
    /* 5 с текстом и фоном */
.text_smm_webinar_004 {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	color: #000 !important;
	max-width: 100%;
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_smm_webinar_004.png);
}

.text_smm_webinar_004 {
	padding-top: 30px;
	padding-bottom: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.015em;
}

.text_smm_webinar_004 li {
	color: #000 !important;
	max-width: 350px;
	margin-left: 20px;
}
    /* 6 блок с фото линия и текст заголовок */
.text_smm_webinar_005 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000 !important;
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_smm_webinar_005.png);
}

.text_smm_webinar_00501 {
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 7px;
}
    /* 7 с текстом и фоном */
.text_smm_webinar_006 {
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000 !important;
	max-width: 100%;
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_smm_webinar_006.png);
}

.text_smm_webinar_006 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.015em;
}

.text_smm_webinar_006 li {
	color: #000 !important;
	max-width: 400px;
	margin-left: 20px;
}
    /* 8 блок с фото линия и текст заголовок */
.text_smm_webinar_007 {
	position: relative;
}

.text_smm_webinar_007:before {
	content: '';
	width: 237px;
	height: 16px;
	background: #FBB801;
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: -1;
}

.text_smm_webinar_00701 {
	display: block;
	margin-top: 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-left: 30px;
	text-transform: uppercase;
	color: #000;
}
    /* 9 с людми фото и имена */
.smm_webinar_04 {
	background-image: url(//markway.ru/wp-content/uploads/2021/10/img_smm_webinar_007.png);
}

.smm_webinar_05 {
	display: flex;
	flex-grow: 0;
}
    /* стили красной луны */
.img_smm_webinar_0010 img {
	margin-top: 205px;
}

.img_smm_webinar_008 img {
	margin-top: 20px;
}
    /* стили Екатерина Смирнова */
.smm_webinar_05_left {
	flex-grow: 0;
	width: 300px;
}

.img_smm_webinar_008 img {
	margin-top: 20px;
}

.text_smm_webinar_009 p {
	font-size: 12px;
	max-width: 180px;
	margin-left: 30px;
}
    /* стили Сергей Зайцев */
.text_smm_webinar_0010 p {
	margin-left: 10px;
	margin-top: 10px !important;
}

.img_smm_webinar_009 img {
	margin-top: 20px;
}

.smm_webinar_05_right {
	flex-grow: 0;
	width: 200px;
}
    /* 9 текст заголовок */
.text_smm_webinar_0011 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.005em;
	margin-left: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	color: black !important;
}

@media (max-width: 575px) {
	.img_smm_webinar_0010 {
		display: none !important;
	}
}
    /* БЕСПЛАТНЫЙ ВЕБИНАР ПО SMM ДЛЯ КРУПНОГО БИЗНЕСА КОНЕЦ*/
    /* КАК ОБЩАТЬСЯ С КЛИЕНТОМ. TONE OF VOICE ЗА 10 МИНУТ */
.text_tone_1401 {
	display: initial;
	text-align: center;
	margin-bottom: 1px;
}

.text_tone_9 {
	margin-top: 10px;
	line-height: 20px !important;
}

.tone__brown-list li {
	line-height: 1 !important;
	margin-top: 30px !important;
	padding-left: 22px !important;
	color: #000 !important;
}

.tax-cases_categories .blog-site-main .first-screen .post {
	display: none;
}

.text_tone_1501,
    .text_tone_1601,
    .text_tone_1701 {
	margin-bottom: 0px !important;
	margin-top: 30px !important;
	text-align: center;
}

.text_tone_15 P {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	text-align: center !important;
}

.text_tone_16 P {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	text-align: center !important;
}

.text_tone_17 p {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	text-align: center !important;
}

.text_tone_13 {
	text-align: center;
}

.text_tone_14 P {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

.text_tone_14 p {
	text-align: center !important;
}

.text_tone_14 {
	margin-top: 30px;
}

.text_tone_9 {
	font-weight: normal !important;
}

.text_tone_901,
    .text_tone_902 {
	font-weight: 500;
}

.text_tone_20 {
	line-height: 22px !important;
}

.text_tone_4,
    .text_tone_18,
    .text_tone_19,
    .tone__brown-list,
    .text_tone_11 {
	font-weight: 300;
}
    /* 5 блок с текстом 2 текста друг рядом с другом */
.parent_tone_text {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.parent_tone_text_left {
	max-width: 300px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000;
}

.parent_tone_text_riht {
	max-width: 300px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000;
}
    /* 6 блок с текстом */
.text_tone_3 {
	margin-top: 30px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000;
}
    /* 11 с 3 текстами в одну линию */
.parent_tone_text_2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.parent_tone_text_left_2 {
	max-width: 300px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000;
}

.parent_tone_text_center_2 {
	max-width: 300px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #000;
}

.parent_tone_text_riht_2 {
	max-width: 300px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000;
}
    /* 19 блок с текстом*/
.text_tone_9 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 3px;
	text-align: center;
	color: #000;
}
    /* 23 список с текстом и круглешками синего цвета */
.parent_tone_list_1 {
	max-width: 500px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	margin: 0 auto;
}

.tone__brown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tone__brown-list li {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	position: relative;
}

.tone__brown-list li::before {
	content: "" !important;
	position: absolute !important;
	left: 2px !important;
	top: 2px !important;
	width: 13px !important;
	height: 13px !important;
	border-radius: 5px !important;
	background-color: #C5DBD9 !important;
}
    /* 24 блок с текстом */
.text_tone_12,
    .text_tone_20,
    .text_tone_22 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #000;
}
    /* 21 блок с фото жолтая линия */
.img_tone_003,
    .img_tone_0090,
    .img_tone_0091,
    .img_tone_0092,
    .img_tone_0093,
    .img_tone_004 {
	margin-top: 30px;
	display: block;
	margin: 0 auto;
}
    /* 29 блок с текстом (ЗАГАЛОВОК)*/
.text_tone_14 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 10px;
	text-align: center;
	color: #000;
}
    /* 41 список с текстом и круглешками синего цвета-*/
.parent_tone_list_2 {
	max-width: 500px;
	margin: 0 auto;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
    /* КАК ОБЩАТЬСЯ С КЛИЕНТОМ. TONE OF VOICE ЗА 10 МИНУТ КОНЕЦ*/
    /* КАК НАУЧИТЬ РИТУАЛЬНОЕ АГЕНТСТВО ОБЩАТЬСЯ С КЛИЕНТАМИ */
.outer-01 {
	text-align: center !important;
}

.img-0020,
    .img-0030,
    .img-0050,
    .img-0060,
    .img-0070,
    .img-00100,
    .img-00110,
    .img-00150,
    .img-00160,
    .img-00170,
    .img-00190,
    .img-0200,
    .img-0210,
    .img-0230,
    .img-0240,
    .img-0250,
    .img-0260,
    .img-0270,
    .img-002002 {
	display: block;
	margin: 0 auto;
}

.outer-02,
    .outer-10,
    .outer-12,
    .outer-13,
    .outer-18,
    .outer-20,
    .outer-22,
    .outer-16,
    .outer-25,
    .outer-27 {
	text-align: center;
}

.outer-03,
    .outer-07,
    .outer-09,
    .outer-11,
    .outer-15,
    .outer-17,
    .outer-21,
    .outer-23 {
	text-align: center;
	font-size: 36px;
	line-height: 59px;
	font-weight: bold;
	color: #000;
}

.outer-24 {
	text-align: center;
	font-size: 36px;
	color: #800080;
}

.outer-26 {
	text-align: center;
	font-size: 288px;
}

.outer-04,
    .outer-05,
    .outer-14 {
	max-width: 500px;
	margin-left: auto;
}

.outer-06,
    .outer-19 {
	margin-top: 30px;
	max-width: 400px;
}

.outer-27 {
	margin-bottom: 30px;
}

.case-1__brown-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.case-1__brown-list div {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	position: relative;
}

.case-1__brown-list div::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 13px;
	height: 13px;
	background-color: #AE794C;
}

.hit-2 {
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
}

.hit-1 {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
    /* Case 1:Уроки пандемии. Что делает SMM в кризис? */
.ah-case-1 {
	line-height: 1.4;
	font-weight: 300;
}

.ah-case-1 .text-center {
	text-align: center;
}

.ah-case-1 .bg-1 {
	background: url(/wp-content/uploads/2021/10/case-1-bg-1.jpg) no-repeat center/cover;
	height: 55px;
	max-width: 555px;
	margin: 0 auto;
}

.ah-case-1 .text-2 {
	line-height: 1.6;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.ah-case-1 .simple-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ah-case-1 .simple-list div {
	margin: 0 0 2px;
	padding: 0 0 0 25px;
	position: relative;
}

.ah-case-1 .simple-list div::before {
	content: "•";
	position: absolute;
	left: 0.5em;
}

.ah-case-1 .bg-2 {
	padding: 80px;
	font-weight: 500;
	background: url(/wp-content/uploads/2021/10/case-1-bg-2.jpg) no-repeat center/cover;
	max-width: 730px;
	font-style: italic;
	position: relative;
}

.ah-case-1 .bg-2::before {
	content: "";
	position: absolute;
	width: 249px;
	height: 127px;
	background: url(/wp-content/uploads/2021/10/case-1-bg-3.png) no-repeat center/contain;
	top: -65px;
	left: 0;
}

.ah-case-1 .bg-2::after {
	content: "";
	position: absolute;
	width: 249px;
	height: 127px;
	background: url(/wp-content/uploads/2021/10/case-1-bg-3.png) no-repeat center/contain;
	transform: scale(-1);
	bottom: -65px;
	right: -20px;
}

.ah-case-1 .group-1::before {
	content: "";
	position: absolute;
	left: 88%;
	width: 482px;
	height: 1081px;
	background: url(/wp-content/uploads/2021/10/case-1-bg-symbols-1.png) no-repeat center/contain;
	margin-top: 550px;
}

.ah-case-1 .group-1__inner {
	position: relative;
	z-index: 1;
}

.ah-case-1 .group-1__row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.ah-case-1 .group-1__col {
	padding: 0 15px;
	width: 50%;
	flex: 1 0 500px;
}

.ah-case-1 .group-1__title {
	color: #DAC091;
	font-size: 60px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 20px;
	font-weight: 700;
}

.ah-case-1 .group-1__images:after {
	content: "";
	display: table;
	clear: both;
}

.ah-case-1 .group-1__img-1 {
	float: left;
	max-width: calc(33% - 21px);
}

.ah-case-1 .group-1__img-2 {
	float: right;
	max-width: 68%;
}

.ah-case-1 .group-2__images:after {
	content: "";
	display: table;
	clear: both;
}

.ah-case-1 .group-2__img-1 {
	float: left;
	margin-bottom: 30px;
	max-width: 66%;
}

.ah-case-1 .group-2__img-2 {
	float: right;
	max-width: calc(31% - 15px);
}

.ah-case-1 .group-4-row {
	display: flex;
}

.ah-case-1 .group-4__img {
	width: 215px;
	flex: 0 0 auto;
	text-align: right;
	margin-right: 15px;
}

.ah-case-1 .group-4__content {
	min-width: 0;
	flex: 1 1 auto;
}

.ah-case-1 .group-4__content .simple-list {
	font-size: 1.25em;
	font-weight: 700;
	color: #DAC091;
}

.ah-case-1 .group-4__content .simple-list div {
	margin-bottom: 12px;
	padding-left: 30px;
}

.ah-case-1 .group-4__content .simple-list div:last-child {
	margin-bottom: 0;
}

.ah-case-1 .group-result {
	position: relative;
	padding: 30px 0 0;
}

.ah-case-1 .group-result:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FBF0DD;
}

.ah-case-1 .group-result__inner {
	position: relative;
	z-index: 1;
}

.ah-case-1 .group-result__inner img {
	width: 100%;
}

.ah-case-1 .group-3 {
	padding: 90px 0;
	position: relative;
	font-weight: 500;
	font-size: 1.2em;
}

.ah-case-1 .group-3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FBF0DD;
}

.ah-case-1 .group-3__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.ah-case-1 .group-3__left {
	width: 300px;
	flex: 0 0 auto;
	margin-right: 36px;
}

.ah-case-1 .group-3__left img {
	height: auto;
	border-radius: 50%;
}

.ah-case-1 .group-3__right {
	min-width: 0;
	flex: 1 1 auto;
	max-width: 600px;
}

.ah-case-1 .group-3__person {
	max-width: 260px;
	margin: 0 auto;
}

.ah-case-1 .group-rating {
	position: relative;
	padding: 70px 0 170px;
	overflow: hidden;
}

.ah-case-1 .group-rating::before {
	content: "";
	position: absolute;
	width: 972px;
	height: 471px;
	top: 33%;
	margin-top: -220px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	background: url(/wp-content/uploads/2021/10/case-1-bg-symbols-2.png) no-repeat center/contain;
}

.ah-case-1 .group-rating::after {
	content: "";
	position: absolute;
	width: 972px;
	height: 471px;
	background: url(/wp-content/uploads/2021/10/case-1-bg-symbols-2.png) no-repeat center/contain;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	bottom: 180px;
}

.ah-case-1 .group-rating__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FBF0DD;
}

.ah-case-1 .group-rating__inner {
	position: relative;
	z-index: 2;
}

.ah-case-1 .group-rating__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

.ah-case-1 .group-rating__title::before {
	content: "";
	display: block;
	margin: 0 0 20px;
	width: 351px;
	height: 128px;
	background: url(/wp-content/uploads/2021/10/case-1-bg-5.png) no-repeat center/contain;
}

.ah-case-1 .group-5 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.ah-case-1 .group-5::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/wp-content/uploads/2021/10/case-1-bg-3a.jpg) no-repeat center/cover;
}

.ah-case-1 .group-5__text {
	width: 419px;
	padding: 30px 30px 30px 20px;
	flex: 0 1 auto;
	min-width: 0;
	position: relative;
	font-weight: 500;
}

.ah-case-1 .group-5__img {
	width: 341px;
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
}

.ah-case-1 .group-5__img img {
	display: inline-block;
	vertical-align: top;
}

.ah-case-1 .group-7__title {
	padding: 60px 55px;
	max-width: 660px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	background: url(/wp-content/uploads/2021/10/case-1-bg-4.jpg) no-repeat center/cover;
}

.ah-case-1 .group-7__title::before {
	content: "";
	position: absolute;
	width: 249px;
	height: 127px;
	background: url(/wp-content/uploads/2021/10/case-1-bg-3.png) no-repeat center/contain;
	transform: scale(-1);
	top: -65px;
	right: -40px;
}

.ah-case-1 .group-7__indent {
	text-indent: 55px;
}

.ah-case-1 .mb-140 {
	margin-bottom: 140px;
}

.ah-case-1 .mb-120 {
	margin-bottom: 120px;
}

.ah-case-1 .mb-100 {
	margin-bottom: 100px;
}

.ah-case-1 .mb-90 {
	margin-bottom: 90px;
}

.ah-case-1 .mb-80 {
	margin-bottom: 80px;
}

.ah-case-1 .mb-50 {
	margin-bottom: 50px;
}

.ah-case-1 .mb-30 {
	margin-bottom: 30px;
}

.ah-case-1 .mb-20 {
	margin-bottom: 25px;
}

.ah-case-1 .mb-10 {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.ah-case-1 .mb-140,
        .ah-case-1 .mb-120 {
		margin-bottom: 100px;
	}

	.ah-case-1 .mb-100 {
		margin-bottom: 80px;
	}

	.ah-case-1 .mb-90 {
		margin-bottom: 60px;
	}

	.ah-case-1 .mb-80 {
		margin-bottom: 50px;
	}

	.ah-case-1 .mb-50 {
		margin-bottom: 30px;
	}

	.ah-case-1 .mb-30 {
		margin-bottom: 20px;
	}

	.ah-case-1 .mb-20 {
		margin-bottom: 15px;
	}

	.ah-case-1 .mb-10 {
		margin-bottom: 8px;
	}

	.ah-case-1 .group-1__title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.ah-case-1 .group-1__col {
		max-width: 100%;
	}

	.ah-case-1 .bg-2 {
		margin-top: 80px;
	}

	.ah-case-1 .group-1::before {
		display: none;
	}

	.ah-case-1 .group-3 {
		font-size: 1em;
	}

	.ah-case-1 .group-3__left {
		width: 180px;
	}

	.ah-case-1 .group-rating {
		padding: 50px 0;
	}

	.ah-case-1 .group-rating__title {
		font-size: 24px;
	}

	.ah-case-1 .group-rating__title::before {
		margin: 0 0 10px;
		width: 225px;
		height: 85px;
	}

	.ah-case-1 .group-5 {
		display: block;
	}

	.ah-case-1 .group-5__text {
		padding: 30px 20px 40px;
		width: 100%;
	}

	.ah-case-1 .group-5__text::before {
		height: 100%;
	}

	.ah-case-1 .group-5__img {
		max-width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 479px) {
	.ah-case-1 .bg-2 {
		padding: 50px 25px;
		margin-bottom: 60px;
	}

	.ah-case-1 .bg-2::before,
        .ah-case-1 .bg-2::after {
		width: 150px;
	}

	.ah-case-1 .group-1__img-1 {
		float: none;
		width: 100%;
		max-width: none;
		text-align: center;
		margin-bottom: 0;
	}

	.ah-case-1 .group-1__img-1 img {
		width: 100% !important;
	}

	.ah-case-1 .group-1__img-2 {
		text-align: center;
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 0;
	}

	.ah-case-1 .group-1__img-2 img {
		width: 100% !important;
	}

	.ah-case-1 .group-1__img-3 {
		text-align: center;
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 0;
	}

	.ah-case-1 .group-1__img-3 img {
		width: 100% !important;
	}

	.ah-case-1 .group-1__row .mb-80 {
		margin-bottom: 30px;
	}

	.ah-case-1 .group-2__img-1 {
		float: none;
		width: 100%;
		max-width: none;
		text-align: center;
		margin-bottom: 0;
	}

	.ah-case-1 .group-2__img-1 img {
		width: 100% !important;
	}

	.ah-case-1 .group-2__img-2 {
		text-align: center;
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 0;
	}

	.ah-case-1 .group-2__img-2 img {
		width: 100% !important;
	}

	.ah-case-1 .group-2.mb-120 {
		margin-bottom: 50px;
	}

	.ah-case-1 .group-3 {
		padding: 50px 0;
	}

	.ah-case-1 .group-3__inner {
		display: block;
	}

	.ah-case-1 .group-3__left {
		width: 250px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.ah-case-1 .group-3__left img {
		width: 150px !important;
	}

	.ah-case-1 .group-4__img {
		width: 100px;
	}

	.ah-case-1 .group-4__content .simple-list {
		font-size: 1em;
	}

	.ah-case-1 .group-4__content .simple-list div {
		margin-bottom: 5px;
	}

	.ah-case-1 .group-rating__title {
		font-size: 18px;
	}

	.ah-case-1 .group-7__title {
		padding: 50px 25px;
	}

	.ah-case-1 .group-7__title::before {
		width: 150px;
		right: 0;
		height: 100px;
		top: -50px;
	}

	.ah-case-1 .group-7__indent {
		text-indent: 25px;
	}

	.ah-case-1 .group-result img {
		height: 200px !important;
		-o-object-position: right;
		object-position: right;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
    /* КАК НАУЧИТЬ РИТУАЛЬНОЕ АГЕНТСТВО ОБЩАТЬСЯ С КЛИЕНТАМИ КОНЕЦ*/
    /* Case 2:КАК ПОЛУЧИТЬ 370 ЗАЯВОК НА КУХНИ В СОЦСЕТЯХ */
.ah-case-2 {
	line-height: 1.4;
}

.ah-case-2 strong {
	font-weight: 600;
}

.ah-case-2 .text-right {
	text-align: right;
}

.ah-case-2 .text-1 {
	max-width: 930px;
}

.ah-case-2 .case-group {
	margin: 0 0 90px;
}

.ah-case-2 .case-group__header {
	margin: 0 0 65px;
}

.ah-case-2 .case-group__title {
	font-size: 41px;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}

.ah-case-2 .case-group__title::before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: -5px;
	height: 35px;
	width: 99%;
	background-color: #F7DE46;
}

.ah-case-2 .case-group__title div {
	display: inline;
	position: relative;
	z-index: 1;
}

.ah-case-2 .case-group__title_2 {
	width: 630px;
	max-width: 100%;
}

.ah-case-2 .cols-1 {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	justify-content: space-between;
}

.ah-case-2 .cols-1__col {
	flex: 0 1 auto;
	width: 276px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.ah-case-2 .cols-1__col:before {
	content: "";
	display: block;
	height: 10px;
	border-radius: 6px;
	border: 1px solid #000;
	margin: 0 0 25px;
}

.ah-case-2 .cols-1 .number {
	font-size: 60px;
	font-weight: 500;
	margin: -29px 0 10px;
}

.ah-case-2 .cols-1 .number div {
	display: inline;
}

.ah-case-2 .cols-1 .number .small {
	display: inline;
	font-size: 0.5em;
}

.ah-case-2 .bg-table-1 {
	min-height: 340px;
	display: flex;
	align-items: center;
	background: url(/wp-content/uploads/2021/09/case-2-img3.png) no-repeat left/auto 336px;
	padding-left: 103px;
	max-width: 725px;
	font-weight: 500;
	margin-bottom: 90px;
}

.ah-case-2 .tasks-title {
	font-size: 30px;
	margin: 0 0 40px;
	font-weight: 500;
	line-height: 1.2;
}

.ah-case-2 .yellow-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ah-case-2 .yellow-list div {
	margin: 0 0 20px;
	padding: 0 0 0 60px;
	position: relative;
}

.ah-case-2 .yellow-list div::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 16px;
	height: 16px;
	background-color: #F7DE46;
}

.ah-case-2 .yellow-list-1 {
	margin-left: auto;
	max-width: 748px;
}

.ah-case-2 .step-1 .step-img {
	margin-bottom: 20px;
}

.ah-case-2 .step-flex {
	display: flex;
	align-items: center;
}

.ah-case-2 .step-flex .step-img {
	flex: 0 0 auto;
	width: 314px;
	align-self: flex-start;
	text-align: center;
}

.ah-case-2 .step-flex .step-content strong {
	font-weight: 500;
}

.ah-case-2 .step-limit-1 {
	max-width: 515px;
}

.ah-case-2 .step-limit-2 {
	max-width: 400px;
}

.ah-case-2 .step-limit-3 {
	max-width: 645px;
}

.ah-case-2 .step-yellow-list {
	margin-left: -60px;
}

.ah-case-2 .instpost {
	display: flex;
	align-items: center;
}

.ah-case-2 .instpost-left {
	width: 316px;
	flex: 0 0 auto;
	margin-right: 50px;
	padding-right: 5px;
}

.ah-case-2 .instpost-right {
	flex: 1 1 auto;
	min-width: 0;
}

.ah-case-2 .instpost-row {
	margin: 0 0 30px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.ah-case-2 .instpost-row:last-child {
	margin-bottom: 0;
}

.ah-case-2 .instpost-row::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 10px;
	border-radius: 6px;
	max-width: 100%;
	width: 296px;
	border: 1px solid #000;
}

.ah-case-2 .instpost-label {
	width: 40%;
	flex: 0 0 auto;
}

.ah-case-2 .instpost-number {
	width: 60%;
	flex: 0 0 auto;
	font-size: 60px;
	font-weight: 500;
	line-height: 0.9;
	white-space: nowrap;
}

.ah-case-2 .instpost-number div {
	display: inline;
}

.ah-case-2 .instpost-number .small {
	font-size: 0.5em;
	display: inline;
}

.ah-case-2 .result {
	min-height: 340px;
	background: url(/wp-content/uploads/2021/09/case-2-img3.png) no-repeat left top/auto 336px;
	padding-left: 138px;
	padding-top: 140px;
}

.ah-case-2 .result-text-1 {
	max-width: 600px;
}

.ah-case-2 .result-text-2 {
	max-width: 425px;
	margin-right: auto;
	margin-left: auto;
}

.ah-case-2 .result-text-3 {
	max-width: 370px;
	margin-left: auto;
}

.ah-case-2 .result-text-final {
	max-width: 370px;
	margin-left: auto;
	font-size: 60px;
	font-weight: 500;
	line-height: 0.9;
	white-space: nowrap;
}

.ah-case-2 .result-text-final div {
	display: inline;
}

.ah-case-2 .result-text-final .small {
	font-size: 0.5em;
	display: inline;
}

.ah-case-2 .mb-120 {
	margin-bottom: 120px;
}

.ah-case-2 .mb-100 {
	margin-bottom: 100px;
}

.ah-case-2 .mb-90 {
	margin-bottom: 90px;
}

.ah-case-2 .mb-80 {
	margin-bottom: 80px;
}

.ah-case-2 .mb-50 {
	margin-bottom: 50px;
}

.ah-case-2 .mb-30 {
	margin-bottom: 30px;
}

.ah-case-2 .mb-20 {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	.ah-case-2 .cols-1 {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.ah-case-2 .cols-1__col {
		margin-bottom: 35px;
		text-align: left;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		max-width: 400px;
		padding-left: 40px;
		position: relative;
	}

	.ah-case-2 .cols-1__col:last-child {
		margin-bottom: 0;
	}

	.ah-case-2 .cols-1__col::before {
		max-width: 200px;
		width: 10px;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.ah-case-2 .cols-1 .number {
		margin-top: 0;
	}

	.ah-case-2 .case-group__title {
		font-size: 30px;
	}

	.ah-case-2 .yellow-list div {
		padding-left: 36px;
	}

	.ah-case-2 .tasks-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.ah-case-2 .mb-120 {
		margin-bottom: 100px;
	}

	.ah-case-2 .mb-100 {
		margin-bottom: 80px;
	}

	.ah-case-2 .mb-90 {
		margin-bottom: 60px;
	}

	.ah-case-2 .mb-80 {
		margin-bottom: 50px;
	}

	.ah-case-2 .mb-50 {
		margin-bottom: 30px;
	}

	.ah-case-2 .mb-30 {
		margin-bottom: 20px;
	}

	.ah-case-2 .mb-20 {
		margin-bottom: 15px;
	}

	.ah-case-2 .step-img {
		width: 120px;
		text-align: left;
		margin-bottom: 15px;
	}

	.ah-case-2 .step-flex {
		display: block;
	}

	.ah-case-2 .step-flex .step-img {
		width: 120px;
		text-align: left;
		margin-bottom: 15px;
	}

	.ah-case-2 .step-content {
		max-width: none;
	}

	.ah-case-2 .step-yellow-list {
		margin: 0;
	}

	.ah-case-2 .bg-table-1 {
		background-size: 70px auto;
		background-position: left center;
		min-height: 125px;
		padding-left: 90px;
		margin-bottom: 60px;
	}

	.ah-case-2 .result {
		background-size: 70px auto;
		background-position: left top;
		min-height: 270px;
		padding-left: 90px;
		padding-top: 0;
	}

	.ah-case-2 .instpost {
		display: block;
		width: 300px;
		margin: 0 auto;
		max-width: 100%;
	}

	.ah-case-2 .instpost-left {
		margin: 0 auto 15px;
		padding-right: 0;
		width: 100%;
		max-width: none;
	}

	.ah-case-2 .instpost-left img {
		width: 100%;
	}

	.ah-case-2 .instpost-row {
		justify-content: space-between;
	}

	.ah-case-2 .instpost-number {
		width: auto;
		font-size: 40px;
	}

	.ah-case-2 .instpost-label {
		width: auto;
	}

	.ah-case-2 .case-group {
		margin-bottom: 60px;
	}
}

@media (max-width: 479px) {
	.ah-case-2 .result-text-2 {
		width: calc(100% + 90px);
		margin-left: -90px;
	}

	.ah-case-2 .result-text-3 {
		width: calc(100% + 90px);
		margin-left: -90px;
	}

	.ah-case-2 .result-text-final {
		width: calc(100% + 90px);
		margin-left: -90px;
	}
}
    /* Case 2:КАК ПОЛУЧИТЬ 370 ЗАЯВОК НА КУХНИ В СОЦСЕТЯХ КОНЕЦ*/

/* СТИЛИ СТРАНИЦЫ КНИГА «УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ» НАЧАЛО */
.case-inter-rep {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-inter-rep p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-inter-rep ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-inter-rep li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-inter-rep li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C2D9F3 !important;
    left: 0;
    top: 6px !important;
}

.case-inter-rep img {
    max-width: 720px;
    margin-bottom: 15px;
}

.btn-inter-rep-01 {
    display: flex;
}

.btn-inter-rep-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 165px;
	margin: 0;
}

.btn-inter-rep-02 div:nth-child(1){
    width: 60%;
    margin: 0 100px 0;
}

.btn-inter-rep-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-inter-rep-02 p {
    margin: 0;
}

.btn-internet-reputation {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
	.btn-inter-rep-02 {
		padding: 23px 0 14px 6px;
	    margin: 0;
	}
}
/* СТИЛИ СТРАНИЦЫ КНИГА «УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ» КОНЕЦ */


    /* Модификация Выпадающее меню услуги, меню в футере*/
header .container .content .left .desk-menu .menu-main-container ul li.menu-item-has-children .sub-menu {
	padding-left: 30px;
	padding-right: 10px;
	text-align: left;
}

header .container .content .left .desk-menu .menu-main-container ul li.menu-item-has-children .sub-menu li {
	margin-bottom: 13px;
	width: calc(33.333333% - 15px);
	margin-right: 20px;
}

header .container .content .left .desk-menu .menu-main-container ul li.menu-item-has-children .sub-menu li:nth-child(3n + 3) {
	margin-right: 0;
}

header .container .content .left .desk-menu .menu-main-container ul li.menu-item-has-children .sub-menu a {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}

footer .container .top .column ul li a {
	display: inline-block;
	max-width: 250px;
}

header .container .content .left .burger-menu_nav {
	max-width: 100%;
	width: 350px;
}
    /* КОНЕЦ Модификация Выпадающее меню услуги, меню в футере */
    /* Cтили страницы КЕЙС: КАК ПРОДВИГАТЬ ЛОГИСТИКУ В СОЦСЕТЯХ НАЧАЛО */
#post-4456 .content > .title-c,
    #post-4456 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-log-net {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-log-net p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 15px !important;
	margin-left: 10px;
}

.case-log-net ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-log-net li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px !important;
	color: #000000 !important;
}

.case-log-net li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #A4A5E7 !important;
	left: 0;
	top: 8px !important;
}

.case-log-net li {
	padding: 0px 0px 0px 20px;
}

.case-log-net p {
	margin-left: 10px;
}

.text-log-net-01 {
	padding-top: 15px !important;
}

.text-log-net-01 center {
	font-weight: 600;
	padding-bottom: 10px !important;
}

.list-log-net ul {
	padding: 0 !important;
	margin: 0 !important;
}

.list-log-net-01 p {
	padding: 0 !important;
	margin: 0 !important;
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}
    /* Cтили страницы КЕЙС КАК ПРОДВИГАТЬ ЛОГИСТИКУ В СОЦСЕТЯХ КОНЕЦ */
    /* СТИЛИ СТРАНИЦЫ ОХОТА НА НЕГАТИВ: КЕЙС ПО МОНИТОРИНГУ В КРИЗИС НАЧАЛО */
#post-4531 .content > .title-c,
    #post-4531 .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.case-neg-mon {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-neg-mon p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.text-neg-mon-01 p {
	padding-top: 15px !important;
}
    /* 2 блок ЗАЧЕМ НУЖЕН МОНИТОРИНГ СОЦСЕТЕЙ И СМИ? */
.strip-neg-mon-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-neg-mon-01:before {
	content: '';
	width: 456px !important;
	height: 9px !important;
	background: #FFA795;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-neg-mon-01 p {
	margin-left: 10px;
}

.list-neg-mon-01 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-neg-mon-01 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px !important;
	color: #000000 !important;
}

.list-neg-mon-01 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #FFA795 !important;
	left: 0;
	top: 6px !important;
}

.list-neg-mon-01 li {
	padding: 0px 0px 0px 20px !important;
}

.list-neg-mon-01 p {
	margin-left: 10px;
}
    /* 3 блок МОНИТОРИНГ РЕПУТАЦИОННОГО КРИЗИСА */
.strip-neg-mon-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-neg-mon-02:before {
	content: '';
	width: 419px !important;
	height: 9px;
	background: #FFA795;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-neg-mon-02 p {
	margin-left: 10px;
}
    /* 4 блок */
.text-neg-mon-07 {
	background: rgba(196, 196, 196, 0.3);
	padding: 10px 10px 4px 10px !important;
	margin-bottom: 15px !important;
}

.img-neg-mon-05 {
	padding-bottom: 15px !important;
}
    /* 5 блок МОНИТОРИНГ ПОСЛЕ РАБОТЫ С РЕПУТАЦИЕЙ */
.strip-neg-mon-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-neg-mon-03:before {
	content: '';
	width: 436px !important;
	height: 9px;
	background: #FFA795;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-neg-mon-03 p {
	margin-left: 10px;
}

.img-neg-mon-08 {
	padding-bottom: 15px !important;
}

@media (max-width: 414px) {
	.strip-neg-mon-01::before {
		display: none;
	}

	.strip-neg-mon-02::before {
		display: none;
	}

	.strip-neg-mon-03::before {
		display: none;
	}
}
    /* СТИЛИ СТРАНИЦЫ ОХОТА НА НЕГАТИВ КЕЙС ПО МОНИТОРИНГУ В КРИЗИС КОНЕЦ */
    /* СТИЛИ СТРАНИЦЫ 12 СПОСОБОВ, КАК ПОЛУЧИТЬ ОТЗЫВ ОТ КЛИЕНТОВ НАЧАЛО */
.case-cus-feed {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-cus-feed p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-cus-feed img {
	margin-bottom: 15px !important;
}
    /* 2 блок ЗАЧЕМ НУЖНО РЕГУЛЯРНО ПРОСИТЬ ОТЗЫВЫ */
.strip-cus-feed-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-cus-feed-01:before {
	content: '';
	width: 445px !important;
	height: 9px !important;
	background: #80D7D5 !important;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-cus-feed-01 p {
	margin-left: 10px;
}

.list-cus-feed-01 ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-cus-feed-01 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	color: #000000 !important;
}

.list-cus-feed-01 li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #AFFF4B !important;
	left: 0;
	top: 6px !important;
}

.list-cus-feed-01 li {
	padding: 0px 0px 0px 20px !important;
}

.list-cus-feed-01 p {
	margin-left: 10px;
}
    /* 3 блок КАК МОНТИРОВАТЬ НА ОТЗЫВ */
.strip-cus-feed-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-cus-feed-02:before {
	content: '';
	width: 316px !important;
	height: 9px !important;
	background: #80D7D5;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-cus-feed-02 p {
	margin-left: 10px;
}

.strip-cus-feed-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-cus-feed-03:before {
	content: '';
	width: 230px !important;
	height: 9px !important;
	background: #80D7D5;
	display: block;
	position: absolute;
	left: 0px;
	top: 14px !important;
	z-index: -1;
}

.strip-cus-feed-03 p {
	margin-left: 10px;
}

.list-cus-feed-02 ul {
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.list-cus-feed-02 li:after {
	content: url(https://yahoomw.ru/wp-content/uploads/2022/06/img-cus-feed-11.png) !important;
	position: absolute !important;
	left: 0;
	top: 7px;
}

.list-cus-feed-02 li:before {
	display: none;
}

.list-cus-feed-02 li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	list-style: none !important;
	color: #000000 !important;
}

.list-cus-feed-02 li {
	padding: 0px 0px 0px 30px !important;
}

.list-cus-feed-02 p {
	margin-left: 10px;
}

@media (max-width: 414px) {
	.strip-cus-feed-01::before {
		display: none;
	}
}
    /* СТИЛИ СТРАНИЦЫ 12 СПОСОБОВ, КАК ПОЛУЧИТЬ ОТЗЫВ ОТ КЛИЕНТОВ КОНЕЦ */
    /* РЕПУТАЦИЯ НА ЯНДЕКС КАРТАХ, GOOGLE.MAPS И 2ГИС. КОМУ НУЖНЫ ГЕОСЕРВИСЫ НАЧАЛО */
.type-post .content > .title-c,
    .type-post .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.single-cases .content > .title-c,
    .single-cases .content > .date {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.mr-b-15 {
	margin-bottom: 15px;
}

.case-rep-map {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-rep-map p {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #000000 !important;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 15px !important;
}

.case-rep-map ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-rep-map li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 20px !important;
	color: #000000 !important;
}

.case-rep-map ol {
	margin-left: 10px !important;
}

.case-rep-map li:before {
	content: '';
	position: absolute;
	width: 11px !important;
	height: 11px !important;
	border-radius: 0% !important;
	background: #F6CDB9 !important;
	left: 0;
	top: 5px !important;
}

.case-rep-map-01 li {
	padding: 0px 0px 0px 20px !important;
}

.case-rep-map-01 p {
	margin-left: 10px;
}
    /* СПИСОК №1 */
.list-rep-map-01 {
	display: flex;
}
    /* 2 блок ЯНДЕКС.КАРТЫ: ОБЗОР ФУНКЦИОНАЛА */
.strip-rep-map-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-rep-map-01:before {
	content: '';
	width: 387px;
	height: 9px;
	background: #F6CDB9;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: -1;
}

.strip-rep-map-01 p {
	margin-left: 10px;
}
    /* 3 блок СПИСОК №2 */
.list-rep-map-02 {
	display: flex;
}

.list-rep-map-02 div {
	flex-basis: 50%;
}
    /* 4 блок GOOGLE.MAPS */
.strip-rep-map-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-rep-map-02:before {
	content: '';
	width: 147px;
	height: 9px;
	background: #F6CDB9;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: -1;
}

.strip-rep-map-02 p {
	margin-left: 10px;
}
    /* 5 блок 2ГИС */
.strip-rep-map-03 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-rep-map-03:before {
	content: '';
	width: 70px;
	height: 9px;
	background: #F6CDB9;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: -1;
}

.strip-rep-map-03 p {
	margin-left: 10px;
}
    /* 6 блок КАК СОЗДАТЬ ИДЕАЛЬНУЮ КАРТОЧКУ? */
.strip-rep-map-04 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-rep-map-04:before {
	content: '';
	width: 380px;
	height: 9px;
	background: #F6CDB9;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: -1;
}

.strip-rep-map-04 p {
	margin-left: 10px;
}

.list-rep-map-03 li:before {
	display: none;
}

.list-rep-map-03 li {
	padding-left: 10px !important;
}

.list-rep-map-03 li {
	padding-left: 2px;
}

.list-rep-map-04 li:before {
	display: none;
}

.list-rep-map-04 li {
	padding-left: 2px;
}
    /* 7 блок РЕЙТИНГ НА ГЕОСЕРВИСАХ: ОТЗЫВЫ, УДАЛЕНИЕ, ОТВЕТЫ */
.strip-rep-map-05 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-rep-map-05:before {
	content: '';
	width: 535px;
	height: 9px;
	background: #F6CDB9;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 4px;
	z-index: -1;
}

.strip-rep-map-05 p {
	margin-left: 10px;
}
    /* 8 блок */
.list-rep-map-06 li:before {
	display: none;
}

.list-rep-map-06 li {
	padding-left: 2px;
}

.text-rep-map-14 p {
	text-align: center !important;
}

.text-rep-map-15 {
	background: rgba(196, 196, 196, 0.3);
}

.text-rep-map-15 p:nth-child(1) {
	padding-top: 10px;
}

.text-rep-map-15 p:nth-child(2) {
	padding-bottom: 10px;
}
    /* 9 блок БОНУС: ВЛИЯНИЕ ГЕОСЕРВИСОВ НА ПОИСКОВУЮ ВЫДАЧУ */
.strip-rep-map-06 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-rep-map-06:before {
	content: '';
	width: 547px;
	height: 9px;
	background: #F6CDB9;
	display: block;
	position: absolute;
	left: 0px;
        /* top: 10px;
		 */
	bottom: 4px;
	z-index: -1;
}

.strip-rep-map-06 p {
	margin-left: 10px;
}

.list-rep-map-07 li:before {
	display: none;
}

.list-rep-map-07 li {
	padding-left: 10px !important;
}
    /* РЕПУТАЦИЯ НА ЯНДЕКС КАРТАХ, GOOGLE.MAPS И 2ГИС. КОМУ НУЖНЫ ГЕОСЕРВИСЫ КОНЕЦ */
    /* НАЧАЛО Бесплатное продвижение в СМИ. Инструкция по применению */
    /* Стили страницы */
.case-free-med {
	display: block;
	max-width: 720px;
	margin: 0 auto;
}

.case-free-med p {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.case-free-med li {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.case-free-med ul {
	list-style: none;
	line-height: 20px;
	padding: 0;
	margin-left: 10px;
}

.case-free-med li {
	position: relative;
	margin-bottom: 10px;
	padding-right: 50px;
}

.case-free-med li:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 0;
	background: #6B8AF2;
	left: 0;
	top: 6px;
}

.case-free-med li {
	padding: 0px 0px 0px 20px;
}
    /* 2 блок ЧТО ТАКОЕ ПРОДВИЖЕНИЕ В СМИ */
.strip-free-med-01 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-free-med-01:before {
	content: '';
	width: 321px;
	height: 9px;
	background: #6B8AF2;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.strip-free-med-01 p {
	margin-left: 10px;
}

.list-free-med-01 p {
	padding-top: 10px;
}
    /* 5 блок С ЧЕГО НАЧАТЬ ПРОДВИЖЕНИЕ В СМИ*/
.strip-free-med-02 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}

.strip-free-med-02:before {
	content: '';
	width: 357px;
	height: 9px;
	background: #6B8AF2;
	;
        display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: -1;
}

.strip-free-med-02:before p {
	margin-left: 10px;
}
    /* КОНЕЦ Бесплатное продвижение в СМИ. Инструкция по применению */

/* СТИЛИ СТРАНИЦЫ КАК НАСТРОИТЬ РЕКЛАМУ В ЯНДЕКС ДЗЕНЕ - 2022 НАЧАЛО */
.case-yan-zen {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-yan-zen p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-yan-zen ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-yan-zen li{
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	  color: #000000 !important;
}

.case-yan-zen li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D5A8CB !important;
    left: 0;
    top: 6px !important;
}

.img-yan-zen-01 img {
	  padding-bottom: 15px !important;
}

.strip-yan-zen-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-01:before {
    content: '';
    width: 631px;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-01 p {
    margin-left: 10px;
}

/* 2 блок НЮАНС № 2. В «ДЗЕНЕ» МОЖНО РЕКЛАМИРОВАТЬ НЕ ТОЛЬКО ПЫЛЕСОСЫ */
.strip-yan-zen-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-02:before {
    content: '';
    width: 683px;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-02 p {
    margin-left: 10px;
}

.img-yan-zen-03 img {
	  padding-bottom: 15px !important;
}

/* 3 блок НЮАНС № 3. РЕКЛАМА В «ЯНДЕКС.ДЗЕНЕ» - СМЕСЬ КОНТЕКСТА И ТАРГЕТА */
.strip-yan-zen-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-03:before {
    content: '';
    width: 697px;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-03 p {
    margin-left: 10px;
}

.img-yan-zen-04 img {
	  padding-bottom: 15px !important;
}

/* 4 блок НЮАНС № 4. ПРОДВИГАТЬ МОЖНО НЕ ТОЛЬКО СТАТЬИ. */
.strip-yan-zen-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-04:before {
    content: '';
    width: 517px;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-04 p {
    margin-left: 10px;
}

.img-yan-zen-05 img {
	  padding-bottom: 15px !important;
}

.img-yan-zen-06 img {
	  padding-bottom: 15px !important;
}

/* 5 блок НЮАНС № 5. ЛЮДИ ЛЮБЯТ ЧУЖОЙ ОПЫТ И ДРАМУ. */
.strip-yan-zen-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-05:before {
    content: '';
    width: 487px;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-05 p {
    margin-left: 10px;
}

.vert-yan-zen-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-yan-zen-01 li {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-yan-zen-01 li:before {
    content: '';
    position: absolute;
    width: 79px !important;
    height: 6px !important;
    border-radius: 0%;
    background: #D5A8CB;
    left: -36px !important;
    top: 35px !important;
    transform: rotate(90deg) !important;
}

.vert-yan-zen-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-yan-zen-02 li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 30px !important;
}

.vert-yan-zen-02 li:before {
    content: '';
    position: absolute;
    width: 70px !important;
    height: 6px !important;
    border-radius: 0%;
    background: #D5A8CB;
    left: -28px !important;
    top: 10px !important;
    transform: rotate(90deg);
}

.list-yan-zen-04 {
    padding-top: 1px;
}

.text-yan-zen-12 center {
	  font-weight: 600 !important;
	  padding-bottom: 15px !important;
	
}

/* 6 блок НЮАНС № 6. ВАШИ ЗНАНИЯ УСТАРЕЛИ. ЧТО НОВОГО В “ДЗЕНЕ”? */
.strip-yan-zen-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-06:before {
    content: '';
    width: 614px;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-06 p {
    margin-left: 10px;
}

.hor-yan-zen-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.hor-yan-zen-01 li{
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px;
}

.hor-yan-zen-01 li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 3px !important;
    border-radius: 0%;
    background: #D5A8CB;
    left: 0;
    top: 9px !important;
}

/* 7 блок НЮАНС № 7. БЕЗ ОШИБОК  НЕ ОБОЙДЕТСЯ. НУЖНО ТЕСТИРОВАТЬ */
.strip-yan-zen-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-yan-zen-07:before {
    content: '';
    width: 614px !important;
    height: 9px;
    background: #D5A8CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-yan-zen-07 p {
    margin-left: 10px;
}

.list-yan-zen-07 li:before {
    display: none;
}

@media (max-width: 414px) {
	.strip-yan-zen-01:before {
        display: none;            
	}
	.strip-yan-zen-02:before {
        display: none;            
	}
	.strip-yan-zen-03:before {
        display: none;            
	}
	.strip-yan-zen-04:before {
        display: none;            
	}
	.strip-yan-zen-05:before {
        display: none;            
	}
	.strip-yan-zen-06:before {
        display: none;            
	}
	.strip-yan-zen-07:before {
        display: none;            
	}
	.vert-yan-zen-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-yan-zen-01 li {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 34px !important;
}

  .vert-yan-zen-01 li:before {
    content: '';
    position: absolute;
    width: 132px !important;
    height: 6px !important;
    border-radius: 0%;
    background: #D5A8CB;
    left: -55px !important;
    top: 63px !important;
    transform: rotate(90deg) !important;
}
	.vert-yan-zen-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-yan-zen-02 li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 36px !important;
}

  .vert-yan-zen-02 li:before {
    content: '';
    position: absolute;
    width: 90px !important;
    height: 6px !important;
    border-radius: 0%;
    background: #D5A8CB;
    left: -31px !important;
    top: 22px !important;
    transform: rotate(90deg);
}
	
}
/* СТИЛИ СТРАНИЦЫ КАК НАСТРОИТЬ РЕКЛАМУ В ЯНДЕКС ДЗЕНЕ - 2022 КОНЕЦ */




/* СТИЛИ СТРАНИЦЫ ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ НАЧАЛО */
.case-priv-pol {
    display: block !important;
    max-width: 720px;
    margin: 0 auto;
}

.case-priv-pol p {
    font-size: 16px;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px;
}

.case-priv-pol ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-priv-pol li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px;
}

.case-priv-pol li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 0%;
    background: #DCDCDC;
    left: 0;
    top: 6px;
}

.case-priv-pol h1 {
    font-size: 36px;
    color: black;
    text-align: left;
    margin-top: 30px;
	margin-left: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}
/* СТИЛИ СТРАНИЦЫ ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ С КАВКАЗСКИМ ХАРАКТЕРОМ. КЕЙС ПО РЕПУТАЦИИ ГРУЗИНСКОГО РЕСТОРАНА НАЧАЛО */
.case-rep-rest {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-rest p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rep-rest ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rep-rest li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	  color: #000000 !important;
}

.case-rep-rest li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF3255 !important;
    left: 0;
    top: 6px !important;
}

.img-rep-rest-01 {
	  padding-bottom: 15px !important;
}

.img-rep-rest-02 {
	  padding-bottom: 15px !important;
}

.text-rep-rest-03 {
    background: rgba(196, 196, 196, 0.3);
	  padding: 10px 5px 1px 10px !important;
}

/* 2 блок КЕЙС ПО РЕПУТАЦИИ: СОЗДАНИЕ КАРТОЧЕК И ОПТИМИЗАЦИЯ */
.strip-rep-rest-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rest-01:before {
    content: '';
    width: 580px;
    height: 9px;
    background: #F4E5CF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rest-01 p {
    margin-left: 10px;
}

.img-rep-rest-03 {
	  padding-bottom: 15px !important;
}

.img-rep-rest-04 {
	  padding-bottom: 15px !important;
}

/* 3 блок КЕЙС ПО РЕПУТАЦИИ: SERM */
.strip-rep-rest-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rest-02:before {
    content: '';
    width: 275px;
    height: 9px;
    background: #F4E5CF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rest-02 p {
    margin-left: 10px;
}

.img-rep-rest-07 {
	  padding-bottom: 15px !important;
}

@media (max-width: 414px) {
	.strip-rep-rest-01:before {
    display: none;            
	}
	
	.strip-rep-rest-02:before {
    display: none;            
	}
}
/* СТИЛИ СТРАНИЦЫ С КАВКАЗСКИМ ХАРАКТЕРОМ. КЕЙС ПО РЕПУТАЦИИ ГРУЗИНСКОГО РЕСТОРАНА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 13 ПСИХОЛОГИЧЕСКИХ ЭФФЕКТОВ МАРКЕТИНГА. КАК НАС ОБМАНЫВАЕТ МОЗГ НАЧАЛО */
.case-psy-eff  {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-psy-eff p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.img-psy-eff-01 {
    margin-bottom: 15px;
}

/* 2 блок 2 И 3 ПУНКТЫ, ЦИТАТА */
.text-psy-eff-05 {
    background: rgba(196, 196, 196, 0.3) ;
	  padding: 10px 10px 1px 4px !important;
}
/* СТИЛИ СТРАНИЦЫ 13 ПСИХОЛОГИЧЕСКИХ ЭФФЕКТОВ МАРКЕТИНГА. КАК НАС ОБМАНЫВАЕТ МОЗГ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “ГАЗПРОМ БЫТОВЫЕ СИСТЕМЫ» И MARKWAY: РЕПУТАЦИЯ НА МАРКЕТПЛЕЙСАХ НАЧАЛО */
.case-gaz-rep {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-gaz-rep p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-gaz-rep ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-gaz-rep li{
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	  color: #000000 !important;
}

.case-gaz-rep li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #007AC6 !important;
    left: 0;
    top: 6px !important;
}

.img-gaz-rep-01 {
    padding-bottom: 15px;
}

.img-gaz-rep-02 {
    padding-bottom: 15px;
}

.text-gaz-rep-02 {
    background: rgba(196, 196, 196, 0.3);
	  padding: 10px 7px 1px 9px !important;
	  margin-bottom: 15px !important;
}

/* 2 блок ДОВЕРЯЙ: РЕЙТИНГИ НА МАРКЕТПЛЕЙСАХ */
.strip-gaz-rep-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-gaz-rep-01:before {
    content: '';
    width: 395px;
    height: 9px;
    background: #007AC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-gaz-rep-01  p{
    margin-left: 10px;
}

.vert-gaz-rep-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-gaz-rep-01 li {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-gaz-rep-01 li:before {
    content: '';
    position: absolute;
    width: 52px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #007AC6 !important;
    left: -24px !important;
    top: 17px !important;
    transform: rotate(90deg) !important;
}

.img-gaz-rep-03 img {
    padding-bottom: 15px;
}


/* 3 блок ОТВЕЧАЙ: РЕАКЦИЯ НА ОТЗЫВЫ */
.strip-gaz-rep-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-gaz-rep-02:before {
    content: '';
    width: 318px;
    height: 9px;
    background: #007AC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-gaz-rep-02 p { 
    margin-left: 10px;
}

.vert-gaz-rep-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-gaz-rep-02 li {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-gaz-rep-02 li:before {
    content: '';
    position: absolute;
    width: 52px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #007AC6 !important;
    left: -24px !important;
    top: 17px !important;
    transform: rotate(90deg) !important;
}
/* 4 блок ОБЩАЙСЯ: ИНСТРУМЕНТЫ КРАУД-МАРКЕТИНГА */
.strip-gaz-rep-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-gaz-rep-03:before {
    content: '';
    width: 450px;
    height: 9px;
    background: #007AC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-gaz-rep-03 p { 
    margin-left: 10px;
}

.img-gaz-rep-08 img {
    padding-bottom: 15px;
}

.img-gaz-rep-09 img {
    padding-bottom: 15px;
}

@media (max-width: 414px) {
	.strip-gaz-rep-01:before {
    display: none;            
	}
	
	.strip-gaz-rep-02:before {
    display: none;            
	}
	.strip-gaz-rep-03:before {
    display: none;            
	}
	
	.vert-gaz-rep-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-gaz-rep-01 li {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 25px !important;
}

  .vert-gaz-rep-01 li:before {
    content: '';
    position: absolute;
    width: 90px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #007AC6 !important;
    left: -40px !important;
    top: 34px !important;
    transform: rotate(90deg) !important;
}
	.vert-gaz-rep-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-gaz-rep-02 li {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 25px !important;
}

  .vert-gaz-rep-02 li:before {
    content: '';
    position: absolute;
    width: 90px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #007AC6 !important;
    left: -43px !important;
    top: 32px !important;
    transform: rotate(90deg) !important;
}
	
}
/* СТИЛИ СТРАНИЦЫ “ГАЗПРОМ БЫТОВЫЕ СИСТЕМЫ» И MARKWAY: РЕПУТАЦИЯ НА МАРКЕТПЛЕЙСАХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ РЕПУТАЦИОННЫЙ АУДИТ КОМПАНИИ НАЧАЛО */
.case-rep-comp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-comp  p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rep-comp  ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rep-comp  li{
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	  color: #000000 !important;
}

.case-rep-comp li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background:  #E4E0F3 !important;
    left: 0;
    top: 6px !important;
}

.img-rep-comp-01 img {
    margin-bottom: 15px;
}

.vert-rep-comp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-rep-comp-01  li {
    position: relative;
    margin-bottom: 32px !important;
    margin-top: 24px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 25px !important;
	  color: #000000 !important;
}

.vert-rep-comp-01 li:before {
    content: '';
    position: absolute;
    width: 141px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -65px !important;
    top: 66px !important;
    transform: rotate(90deg) !important;
}

/* 2 блок ИЗ ЧЕГО СОСТОИТ ORM АУДИТ? */
.strip-rep-comp-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-01:before {
    content: '';
    width: 306px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-01 p {
    margin-left: 10px;
}

.list-rep-comp-02 li:before {
    display: none !important;
}

.vert-rep-comp-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-rep-comp-02  li {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 28px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 30px !important;
}

.vert-rep-comp-02 li:before {
    content: '';
    position: absolute;
    width: 153px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -71px !important;
    top: 63px !important;
    transform: rotate(90deg) !important;
}

/* 3 блок 1.  МОНИТОРИНГ УПОМИНАНИЙ */
.strip-rep-comp-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-02:before {
    content: '';
    width: 306px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-02 p {
    margin-left: 10px;
}

.vert-rep-comp-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-comp-03 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 30px !important;
}

.vert-rep-comp-03 li:before {
    content: '';
    position: absolute;
    width: 147px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -68px !important;
    top: 64px !important;
    transform: rotate(90deg) !important;
}

/* 4 блок 2.  АНАЛИЗ УПОМИНАНИЙ */
.strip-rep-comp-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-03:before {
    content: '';
    width: 263px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-03 p {
    margin-left: 10px;
}

.vert-rep-comp-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-comp-04 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px ;
    padding-left: 30px !important;
}

.vert-rep-comp-04 li:before {
    content: '';
    position: absolute;
    width: 149px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -70px !important;
    top: 63px !important;
    transform: rotate(90deg) !important;
}
/* 5 блок 3.  АНАЛИЗ КАРТЫ ТОНАЛЬНОСТИ */
.strip-rep-comp-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-04:before {
    content: '';
    width: 332px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-04 p {
    margin-left: 10px;
}

.img-rep-comp-05 img {
    margin-bottom: 15px;
}

/* 6 блок 4.  АНАЛИЗ ИСТОЧНИКОВ */
.strip-rep-comp-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-05:before {
    content: '';
    width: 255px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-05 p {
    margin-left: 10px;
}
/* 7 блок 5.  АНАЛИЗ ОБРАТНОЙ СВЯЗИ */
.strip-rep-comp-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-06:before {
    content: '';
    width: 288px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-06 p {
    margin-left: 10px;
}

.vert-rep-comp-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-comp-05 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 30px !important;
}

.vert-rep-comp-05 li:before {
    content: '';
    position: absolute;
    width: 101px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3;
    left: -46px !important;
    top: 37px !important;
    transform: rotate(90deg) !important;
}
/* 8 блок 6.  АНАЛИЗ КОНКУРЕНТОВ */
.strip-rep-comp-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-07:before {
    content: '';
    width: 264px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-07 p {
    margin-left: 10px;
}
/* 9 блок 7.  КОМПЛЕКС РЕКОМЕНДАЦИЙ */
.strip-rep-comp-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-comp-08:before {
    content: '';
    width: 264px;
    height: 9px;
    background: #E4E0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-comp-08 p {
    margin-left: 10px;
}

.list-rep-comp-04 li:before {
    display: none;
}

.text-rep-comp-05, .text-rep-comp-07, .text-rep-comp-10,  .text-rep-comp-10-a,  .text-rep-comp-11,  .text-rep-comp-12, .text-rep-comp-13, .text-rep-comp-14, .text-rep-comp-16 p {
    font-style: italic;
    font-weight: 400 !important;
    letter-spacing: -0.005em;
    font-size: 16px !important;
}

@media (max-width: 414px) {
	.strip-rep-comp-01:before {
		display: none;
	}
	.strip-rep-comp-02:before {
		display: none;
	}
	.strip-rep-comp-03:before {
		display: none;
	}
	.strip-rep-comp-04:before {
		display: none;
	}
	.strip-rep-comp-05:before {
		display: none;
	}
	.strip-rep-comp-06:before {
		display: none;
	}
	.strip-rep-comp-07:before {
		display: none;
	}
	.strip-rep-comp-08:before {
		display: none;
	}
	.vert-rep-comp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}
  .vert-rep-comp-01  li {
    position: relative;
    margin-bottom: 32px !important;
    margin-top: 24px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 33px !important;
	  color: #000000 !important;
}
  .vert-rep-comp-01 li:before {
    content: '';
    position: absolute;
    width: 275px !important;
    height: 7px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -135px !important;
    top: 117px !important;
    transform: rotate(90deg) !important;
}
	.vert-rep-comp-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}
  .vert-rep-comp-02  li {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 28px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 32px !important;
}
	.vert-rep-comp-02 li:before {
    content: '';
    position: absolute;
    width: 242px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -118px !important;
    top: 106px !important;
    transform: rotate(90deg) !important;
}
	.vert-rep-comp-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-rep-comp-03 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 30px !important;
}

  .vert-rep-comp-03 li:before {
    content: '';
    position: absolute;
    width: 147px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -68px !important;
    top: 64px !important;
    transform: rotate(90deg) !important;
}
	.vert-rep-comp-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}
  .vert-rep-comp-03 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 33px !important;
}
  .vert-rep-comp-03 li:before {
    content: '';
    position: absolute;
    width: 225px !important;
    height: 7px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -108px !important;
    top: 109px !important;
    transform: rotate(90deg) !important;
}
	.vert-rep-comp-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-rep-comp-04 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px ;
    padding-left: 33px !important;
}
	.vert-rep-comp-04 li:before {
    content: '';
    position: absolute;
    width: 227px !important;
    height: 7px !important;
    border-radius: 0% !important;
    background: #E4E0F3 !important;
    left: -108px !important;
    top: 108px !important;
    transform: rotate(90deg) !important;
}
	.vert-rep-comp-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

  .vert-rep-comp-05 li {
    position: relative;
    margin-top: 18px !important;
    margin-bottom: 27px !important;
    padding-top: 12px;
    padding-right: 50px;
    padding-left: 33px !important;
}
	.vert-rep-comp-05 li:before {
    content: '';
    position: absolute;
    width: 178px !important;
    height: 7px !important;
    border-radius: 0% !important;
    background: #E4E0F3;
    left: -84px !important;
    top: 79px !important;
    transform: rotate(90deg) !important;
}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ РЕПУТАЦИОННЫЙ АУДИТ КОМПАНИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ С НУЛЯ: КЕЙС ПО ПРОДВИЖЕНИЮ КРИПТОБИРЖИ НАЧАЛО */
.case-prom-cryp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prom-cryp p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.img-prom-cryp-04 img{
    padding-bottom: 15px;
}

.text-prom-cryp-03 {
    background: rgba(196, 196, 196, 0.3);
	  padding: 10px 7px 5px 7px !important;
}
/* 2 блок ИНСТРУМЕНТЫ: ОТЗЫВЫ, КАРТОЧКИ И ОБРАТНАЯ СВЯЗЬ ОТ КЛИЕНТОВ */
.strip-prom-cryp-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-cryp-01:before {
    content: '';
    width: 659px;
    height: 11px;
    background: #E7A4F2;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-cryp-01 p {
    margin-left: 10px;
}

.text-prom-cryp-04 center {
	 font-weight: 700 !important;
	 padding-bottom: 10px !important;
}

.text-prom-cryp-07 center {
	 font-weight: 700 !important;
	 padding-bottom: 10px !important;
}

.text-prom-cryp-08-a p {
	margin-bottom: 0 !important;
}
/* Шаг 3. Контролируем поисковую выдачу */
.vert-prom-cryp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 16px !important;
	  
}

.vert-prom-cryp-01  li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-top: 4px !important;
	  padding-right: 4px ;
    padding-left: 23px !important;
	  color: #000000 !important;
}

.vert-prom-cryp-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 60px !important;
    border-radius: 3px !important;
    background: #E7A4F2 !important;
    left: 2px !important;
    top: -1px !important;
}
/* 6 блок кнопка */
.button-prom-cryp-01 {
    display: flex;
}

.order-prom-cryp {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-prom-cryp {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 15px 18px;
	margin: 0;
}

.btn-prom-cryp div:nth-child(1){
    width: 60%;
}

.btn-prom-cryp div:nth-child(2){
    padding-right: 20px;
}

.btn-prom-cryp p {
    margin: 0;
}

.btn-prom-cryp-a {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content:center;
    align-items:center;
	color: #000000 !important;
    font-weight: 700;
    font-size: 12px;
}

@media (max-width: 414px) {
	.strip-prom-cryp-01:before {
		display: none;
	}
	.vert-prom-cryp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 16px !important;
	  
}
  .vert-prom-cryp-01  li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-top: 4px !important;
	padding-right: 4px ;
    padding-left: 23px !important;
	color: #000000 !important;
}
  .vert-prom-cryp-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 121px !important;
    border-radius: 3px !important;
    background: #E7A4F2 !important;
    left: 2px !important;
    top: -7px !important;
}
	.btn-prom-cryp {
		flex-direction: column;
	}
	.btn-prom-cryp div:nth-child(1) {
    width: 100%;
}
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ С НУЛЯ: КЕЙС ПО ПРОДВИЖЕНИЮ КРИПТОБИРЖИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ РАБОТОДАТЕЛЯ. 9 ОШИБОК, КОТОРЫЕ ЛОМАЮТ HR-БРЕНД НАЧАЛО */
.case-emp-rep-mist {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-emp-rep-mist p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-emp-rep-mist ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-emp-rep-mist li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	color: #000000 !important;
}

.case-emp-rep-mist li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #00FB9E !important;
    left: 0;
    top: 6px !important;
}

.img-emp-rep-01 img {
    padding-bottom: 15px;
}

.vert-emp-rep-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-emp-rep-01  li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-top: 12px !important;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-emp-rep-01 li:before {
    content: '';
    position: absolute;
    width: 109px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #00FB9E !important;
    left: -49px !important;
    top: 51px !important;
    transform: rotate(90deg) !important;
}

/* 2 блок  ИЗ ЧЕГО СОСТОИТ HR РЕПУТАЦИЯ */
.strip-emp-rep-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emp-rep-01:before {
    content: '';
    width: 326px;
    height: 9px;
    background: #00FB9E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-emp-rep-01 p {
    margin-left: 10px;
}

.vert-emp-rep-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-emp-rep-02  li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-top: 5px !important;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-emp-rep-02 li:before {
    content: '';
    position: absolute;
    width: 78px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #00FB9E !important;
    left: -33px !important; 
    top: 28px !important;
    transform: rotate(90deg) !important;
}

/* 3 блок ДВЕ СТРАТЕГИИ HR-РЕПУТАЦИИ */
.strip-emp-rep-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emp-rep-02:before {
    content: '';
    width: 311px;
    height: 9px;
    background: #00FB9E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-emp-rep-02 p {
    margin-left: 10px;
}

/* 4 блок КАКИЕ ОШИБКИ ВРЕДЯТ HR-ИМИДЖУ */
.strip-emp-rep-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emp-rep-03:before {
    content: '';
    width: 361px;
    height: 9px;
    background: #00FB9E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-emp-rep-03 p {
    margin-left: 10px;
}

.text-emp-rep-07 center {
	  font-weight: 700 !important;
	  padding-bottom: 15px !important;
}

.text-emp-rep-08 center {
	  font-weight: 700 !important;
}

.list-emp-rep-03-a a {
	  color: #000000 !important;
	  text-decoration: underline;
}

/* 5 блок 5 И 6 ОШИБКИ */
.vert-emp-rep-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-emp-rep-03  li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-top: 4px !important;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-emp-rep-03 li:before {
    content: '';
    position: absolute;
    width: 78px !important;
    height: 6px !important;
    border-radius: 0% !important;
    background: #00FB9E !important;
    left: -33px !important;
    top: 29px !important;
    transform: rotate(90deg) !important;
}

/* 8 блок 7 ОШИБКА, СЛАЙДЕР И 8 ОШИБКА */
.slider-emp-rep-01 {
	  padding-bottom: 20px !important;
}
/* 9 блок 9 ОШИБКА И КНОПКА */
.order-emp-rep {
    display: flex;
}

.order-emp-rep {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-emp-rep {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0 8px 18px;
	margin: 0;
}

.btn-emp-rep div:nth-child(1){
    width: 60%;
}

.btn-emp-rep div:nth-child(2){
    padding-right: 20px;
}

.btn-emp-rep p{
    margin: 0;
}

.btn-emp-rep-a {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #000000 !important;
	font-weight: 700 !important;
	font-size: 12px !important;
}
 
@media (max-width: 414px) {
	.strip-emp-rep-01:before {
		display: none;
	}
	.strip-emp-rep-02:before {
		display: none;
	}
	.strip-emp-rep-03:before {
		display: none;
	}
	.vert-emp-rep-01 li:before {
       content: '';
       position: absolute;
       width: 235px !important;
       height: 6px !important;
       border-radius: 0% !important;
       background: #00FB9E !important;
       left: -111px !important;
       top: 106px !important;
       transform: rotate(90deg) !important;
   }
	.vert-emp-rep-02 li:before {
       content: '';
       position: absolute;
       width: 172px !important;
       height: 6px !important;
       border-radius: 0% !important;
       background: #00FB9E !important;
       left: -81px !important;
       top: 73px !important;
       transform: rotate(90deg) !important;
   }
	.vert-emp-rep-03 li:before {
       content: '';
       position: absolute;
       width: 142px !important;
       height: 6px !important;
       border-radius: 0% !important;
       background: #00FB9E !important;
       left: -65px !important;
       top: 60px !important;
       transform: rotate(90deg) !important;
   }
	.btn-emp-rep {
	   flex-direction: column;
	}
	.btn-emp-rep div:nth-child(1) {
       width: 100%;
  }
	.btn-emp-rep {
       padding: 23px 0 8px 10px;
  }
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ РАБОТОДАТЕЛЯ. 9 ОШИБОК, КОТОРЫЕ ЛОМАЮТ HR-БРЕНД КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: УДАЛЕНИЕ НЕГАТИВА ИЗ ТОПА “ЯНДЕКСА” НАЧАЛО */
.case-rem-neg {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rem-neg p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rem-neg ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rem-neg li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	  color: #000000 !important;
}

.case-rem-neg li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background:  #FFD83E !important;
    left: 0;
    top: 6px !important;
}

.img-rem-neg-01, .img-rem-neg-02 img {
    padding-bottom: 15px;
}

/* 2 блок СТРАТЕГИЯ: УДАЛИТЬ НЕЛЬЗЯ ВЫТЕСНИТЬ */
.strip-rem-neg-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-neg-01:before {
    content: '';
    width: 411px;
    height: 11px;
    background: #FFD83E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-neg-01 p {
    margin-left: 10px;
}

.vert-rem-neg-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rem-neg-01 li {
    position: relative;
    margin-bottom: 25px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-rem-neg-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 96px !important;
    border-radius: 0% !important;
    background: #FFD83E !important;
    left: 1px !important;
    top: -7px !important;
}
/* 3 блок ИНСТРУМЕНТЫ: КОММЕРЧЕСКИЕ СТАТЬИ */
.strip-rem-neg-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-neg-02:before {
    content: '';
    width: 386px;
    height: 11px;
    background: #FFD83E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-neg-02 p {
    margin-left: 10px;
}

.img-rem-neg-05 img {
    padding-bottom: 15px;
}

.vert-rem-neg-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rem-neg-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px !important ;
}

.vert-rem-neg-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 96px !important;
    border-radius: 0% !important;
    background: #FFD83E !important;
    left: 1px !important;
    top: -7px !important;
}

.text-rem-neg-06 center {
    font-weight: 700;
}

.text-rem-neg-08 {
    background: rgba(196, 196, 196, 0.3);
	padding: 16px 8px 3px 11px !important;
	margin-bottom: 15px !important;
}

.text-rem-neg-09, .text-rem-neg-10 center {
    font-weight: 700;
	padding-bottom: 15px !important;
}

.img-rem-neg-06 img {
	padding-bottom: 15px !important;
}

.slider-rem-neg-01 { 
    padding-bottom: 15px;
}
/* 4 блок ИНСТРУМЕНТЫ: БЕСПЛАТНЫЕ ЭКСПЕРТНЫЕ ПУБЛИКАЦИИ */
.strip-rem-neg-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-neg-03:before {
    content: '';
    width: 548px;
    height: 11px;
    background: #FFD83E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-neg-03 p {
    margin-left: 10px;
}

.text-rem-neg-12 a {
	text-decoration: underline !important; 
}

.text-rem-neg-13 {
    background: rgba(196, 196, 196, 0.3);
    padding: 16px 8px 3px 15px !important;
	margin-bottom: 15px !important;
}

.vert-rem-neg-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rem-neg-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-rem-neg-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 96px !important;
    border-radius: 0% !important;
    background: #FFD83E !important;
    left: 1px !important;
    top: -7px !important;
}
/* 5 блок РЕЗУЛЬТАТЫ: МИНУС НЕГАТИВ В ТОП-5 САЙТОВ */
.strip-rem-neg-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-neg-04:before {
    content: '';
    width: 455px;
    height: 11px;
    background: #FFD83E;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-neg-04 p {
    margin-left: 10px;
}
/* 6 блок 2 СПИСОК И КНОПКА */
.btn-rem-neg-01 {
    display: flex;
}

.btn-rem-neg-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-rem-neg-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 11px 30px;
	margin: 0;
}

.btn-rem-neg-02 div:nth-child(1) {
    width: 60%;
}

.btn-rem-neg-02 div:nth-child(2) {
    padding-right: 20px;
}

.btn-rem-neg-02 p {
    margin: 0;
}

.btn-removing-negative {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content:center;
    align-items:center;
	color: #000000 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
	.strip-rem-neg-01:before {
		display: none;
	}
	.strip-rem-neg-02:before {
		display: none;
	}
	.strip-rem-neg-03:before {
		display: none;
	}
	.strip-rem-neg-04:before {
		display: none;
	}
	.vert-rem-neg-01 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 221px !important;
        border-radius: 0% !important;
        background: #FFD83E !important;
        left: 1px !important;
        top: -7px !important;
   }
	.vert-rem-neg-02 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 218px !important;
        border-radius: 0% !important;
        background: #FFD83E !important;
        left: 1px !important;
        top: -7px !important;
   }
  .vert-rem-neg-03 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 225px !important;
        border-radius: 0% !important;
        background: #FFD83E !important;
        left: 1px !important;
        top: -7px !important;
   }
	.btn-rem-neg-02 {
		flex-direction: column;
	}
	.btn-rem-neg-02 div:nth-child(1) {
        width: 100%;
  }
	.btn-rem-neg-02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 0 11px 16px;
        margin: -1px;
  }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: УДАЛЕНИЕ НЕГАТИВА ИЗ ТОПА “ЯНДЕКСА” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОНЦЕПТ “ТРИ КОТА”: НОВЫЙ РУБРИКАТОР ДЛЯ МУЛЬТЯШНЫХ СОЦСЕТЕЙ НАЧАЛО */
.case-cats-mark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cats-mark p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cats-mark  ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-cats-mark li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cats-mark li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC45D !important;
    left: 0;
    top: 6px !important;
}

/* 1 блок */
.img-cats-mark-01, .img-cats-mark-06 img {
	padding-bottom: 15px;
}

.text-cats-mark-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px !important;
    margin-bottom: 15px;
}

.vert-cats-mark-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-cats-mark-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px;
}

.vert-cats-mark-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 129px !important;
    border-radius: 0% !important;
    background: #FFD83E !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 блок ЧТО МЫ СДЕЛАЛИ */
.strip-cats-mark-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cats-mark-01:before {
    content: '';
    width: 189px;
    height: 11px;
    background: #FFC45D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cats-mark-01 p {
    margin-left: 10px;
}

.vert-cats-mark-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-cats-mark-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px;
}

.vert-cats-mark-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 126px !important;
    border-radius: 0% !important;
    background: #FFD83E !important;
    left: 1px !important;
    top: -7px !important;
}

/* 3 блок НОВЫЙ РУБРИКАТОР */
.strip-cats-mark-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cats-mark-02:before {
    content: '';
    width: 204px;
    height: 11px;
    background: #FFC45D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cats-mark-02 p {
    margin-left: 10px;
}

/* 7 блок РЕЗЮМИРУЕМ */
.strip-cats-mark-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cats-mark-03:before {
    content: '';
    width: 160px;
    height: 11px;
    background: #FFC45D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cats-mark-03 p {
    margin-left: 10px;
}

.text-cats-mark-09 a {
    text-decoration: underline !important;
}

@media (max-width: 414px) {
	.strip-cats-mark-01:before {
		display: none;
	}
	.strip-cats-mark-02:before {
		display: none;
	}
	.strip-cats-mark-03:before {
		display: none;
	} 
    .vert-cats-mark-01 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 277px !important;
        border-radius: 0% !important;
        background: #FFD83E !important;
        left: 1px !important;
        top: -7px !important;
   }
	.vert-cats-mark-02 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 273px !important;
        border-radius: 0% !important;
        background: #FFD83E !important;
        left: 1px !important;
        top: -7px !important;
   }
}
/* СТИЛИ СТРАНИЦЫКОНЦЕПТ “ТРИ КОТА”: НОВЫЙ РУБРИКАТОР ДЛЯ МУЛЬТЯШНЫХ СОЦСЕТЕЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 7 СПОСОБОВ ПОВЫСИТЬ КРЕАТИВНОСТЬ КОМАНДЫ НАЧАЛО */
.case-ways-team {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-ways-team p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-ways-team ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-ways-team li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
	color: #000000 !important;
}

.case-ways-team li:before{
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D36AFA !important;
    left: 0;
    top: 6px !important;
}


/* 1 блок */
.img-ways-team-01 img {
    padding-bottom: 15px;
}

.vert-ways-team-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-ways-team-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px;
	color: #000000 !important;
}

.vert-ways-team-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 129px !important;
    border-radius: 0% !important;
    background: #D36AFA !important;
    left: 1px !important;
    top: -8px !important;
}

/* 2 блок КАК РУКОВОДИТЕЛЮ ОПРЕДЕЛИТЬ КРЕАТИВНОСТЬ КОМАНДЫ? */
.strip-ways-team-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ways-team-01:before {
    content: '';
    width: 583px;
    height: 11px;
    background: #D36AFA;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ways-team-01 p {
    margin-left: 10px;
}

/* 3 блок ЧТО СНИЖАЕТ УРОВЕНЬ КРЕАТИВНОСТИ? */
.strip-ways-team-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ways-team-02:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #D36AFA;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ways-team-02 p {
    margin-left: 10px;
}

.vert-ways-team-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-ways-team-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px;
	color: #000000 !important;
}

.vert-ways-team-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 103px !important;
    border-radius: 0% !important;
    background: #D36AFA !important;
    left: 1px !important;
    top: -9px !important;
}

/* 4 блок */
.vert-ways-team-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-ways-team-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px;
    color: #000000 !important;
}

.vert-ways-team-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 66px !important;
    border-radius: 0% !important;
    background: #D36AFA !important;
    left: 1px !important;
    top: -7px !important;
}

/* 5 блок */
.vert-ways-team-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-ways-team-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 24px;
    padding-right: 50px;
    padding-left: 25px;
}

.vert-ways-team-04 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 69px !important;
    border-radius: 0% !important;
    background: #D36AFA !important;
    left: 1px !important;
    top: -7px !important;
}
/* 7 блок БОНУС: УПРАЖНЕНИЯ НА КРЕАТИВНОСТЬ */
.strip-ways-team-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ways-team-03:before {
    content: '';
    width: 387px;
    height: 11px;
    background: #D36AFA;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ways-team-03 p {
    margin-left: 10px;
}

@media (max-width: 414px) {
	.strip-ways-team-01:before {
	  display: none;
	}
	.strip-ways-team-02:before {
		display: none;
	}
	.strip-ways-team-03:before {
		display: none;
	}
	.vert-ways-team-01 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 219px !important;
        border-radius: 0% !important;
        background: #D36AFA !important;
        left: 1px !important;
        top: -8px !important;
  }
	.vert-ways-team-02 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 220px !important;
        border-radius: 0% !important;
        background: #D36AFA !important;
        left: 1px !important;
        top: -9px !important;
  }
	.vert-ways-team-03 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 101px !important;
        border-radius: 0% !important;
        background: #D36AFA !important;
        left: 1px !important;
        top: -7px !important;
  }
	.vert-ways-team-04 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 127px !important;
        border-radius: 0% !important;
        background: #D36AFA !important;
        left: 1px !important;
        top: -7px !important;
  }
}
/* СТИЛИ СТРАНИЦЫ 7 СПОСОБОВ ПОВЫСИТЬ КРЕАТИВНОСТЬ КОМАНДЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МОДЕРАЦИЯ ОТЗЫВОВ: ЧТО СКРЫВАЮТ ПОПУЛЯРНЫЕ САЙТЫ НАЧАЛО */
.case-moder-hide {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-moder-hide p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-moder-hide ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-moder-hide li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-moder-hide li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF7197 !important;
    left: 0;
    top: 6px !important;
}

.img-moder-hide-01 img {
    padding-bottom: 15px;
}

/* 2 блок ЧТО ТАКОЕ МОДЕРАЦИЯ ОТЗЫВОВ */
.strip-moder-hide-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-moder-hide-01:before {
    content: '';
    width: 336px;
    height: 11px;
    background: #FF7197;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-moder-hide-01 p {
    margin-left: 10px;
}

.text-moder-hide-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.text-moder-hide-04 center {
    font-weight: 700;
}

/* 2 блок РОБОТЫ: ВОЙНА ПРОТИВ РЕКЛАМЫ */
.strip-moder-hide-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-moder-hide-02:before {
    content: '';
    width: 342px;
    height: 11px;
    background: #FF7197;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-moder-hide-02 p {
    margin-left: 10px;
}

.vert-moder-hide-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-moder-hide-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px;
    color: #000000 !important;
}

.vert-moder-hide-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 67px !important;
    border-radius: 0% !important;
    background: #FF7197 !important;
    left: 1px !important;
    top: -7px !important;
}

.vert-moder-hide-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-moder-hide-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px;
    color: #000000 !important;
}

.vert-moder-hide-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 67px !important;
    border-radius: 0% !important;
    background: #FF7197 !important;
    left: 1px !important;
    top: -7px !important;
}

.text-moder-hide-08 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 4 блок ЧТО ПОМОГАЕТ ПРОЙТИ МОДЕРАЦИЮ */
.strip-moder-hide-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-moder-hide-03:before {
    content: '';
    width: 364px;
    height: 11px;
    background: #FF7197;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-moder-hide-03 p {
    margin-left: 10px;
}

.vert-moder-hide-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-moder-hide-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px;
    color: #000000 !important;
}

.vert-moder-hide-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 67px !important;
    border-radius: 0% !important;
    background: #FF7197 !important;
    left: 1px !important;
    top: -7px !important;
}

.btn-moder-hide-01 {
    display: flex;
}

.btn-moder-hide-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-moder-hide-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 13px 18px;
	margin: 0;
}

.btn-moder-hide-02 div:nth-child(1){
    width: 60%;
}

.btn-moder-hide-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-moder-hide-02 p{
    margin: 0;
}

.btn-moderation-hide {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-moder-hide-01:before {
        display: none;
    }
    .strip-moder-hide-02:before {
        display: none;
    }
    .strip-moder-hide-03:before {
        display: none;
    }
    .vert-moder-hide-01 li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 156px !important;
        border-radius: 0%;
        background: #FF7197;
        left: 1px;
        top: -7px;
    }
    .vert-moder-hide-02 li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 153px !important;
        border-radius: 0%;
        background: #FF7197;
        left: 1px;
        top: -7px;
    }
    .vert-moder-hide-03 li:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 156px !important;
        border-radius: 0%;
        background: #FF7197;
        left: 1px;
        top: -7px;
    }
	.btn-moder-hide-02 {
		flex-direction: column;
	}
	.btn-moder-hide-02 div:nth-child(1) {
        width: 100%;
    }
	.btn-moder-hide-02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 0 11px 16px;
        margin: -1px;
    }
}
/* СТИЛИ СТРАНИЦЫ МОДЕРАЦИЯ ОТЗЫВОВ: ЧТО СКРЫВАЮТ ПОПУЛЯРНЫЕ САЙТЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: 100 000 ОХВАТА ДЛЯ ПРОДВИЖЕНИЯ БАДОВ В СОЦСЕТЯХ НАЧАЛО */
.case-reach-net {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-reach-net p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-reach-net ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-reach-net li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-reach-net li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9DD31D !important;
    left: 0;
    top: 6px !important;
}

.case-reach-net center {
    font-weight: 700 !important;
}

.img-reach-net-01 img {
    padding-bottom: 15px;
}

.text-reach-net-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px !important;
    margin-bottom: 15px !important;
}

/* 2 блок ЦЕЛЕВАЯ АУДИТОРИЯ БАДОВ */
.strip-reach-net-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-reach-net-01:before {
    content: '';
    width: 288px;
    height: 11px;
    background: #9DD31D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-reach-net-01 p {
    margin-left: 10px;
}

/* 3 блок ЗОНА БЕЗОПАСНОСТИ: НОВАЯ КОНТЕНТ-СТРАТЕГИЯ */
.strip-reach-net-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-reach-net-02:before {
    content: '';
    width: 492px;
    height: 11px;
    background: #9DD31D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-reach-net-02 p {
    margin-left: 10px;
}

.slide-reach-net-01 {
	  padding-bottom: 15px !important;
}

.vert-reach-net-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-reach-net-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-reach-net-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 121px !important;
    border-radius: 0% !important;
    background: #9DD31D !important;
    left: 1px !important;
    top: -7px !important;
}

/* 4 блок ПОДБОР ИНФЛЮЕНСЕРОВ */
.strip-reach-net-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-reach-net-03:before {
    content: '';
    width: 260px;
    height: 11px;
    background: #9DD31D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-reach-net-03 p {
    margin-left: 10px;
}

.list-reach-net-03 li:before {
    display: none;
}

.list-reach-net-03 li {
    padding-left: 0;
}

.text-reach-net-08 p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
    font-size: 16px
}

/* 5 блок РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ БАДОВ В СОЦСЕТЯХ */
.strip-reach-net-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-reach-net-04:before {
    content: '';
    width: 468px;
    height: 11px;
    background: #9DD31D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-moder-hide-04 p {
    margin-left: 10px;
}

.vert-reach-net-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-reach-net-02 li {
    position: relative;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-reach-net-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 62px !important;
    border-radius: 0% !important; 
    background: #9DD31D !important;
    left: 1px !important;
    top: -7px !important;
}

.vert-reach-net-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px !important;
}

.vert-reach-net-03 li {
    position: relative;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-reach-net-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 62px !important;
    border-radius: 0% !important;
    background: #9DD31D !important;
    left: 1px !important;
    top: -7px !important;
}

.btn-reach-net-01 {
    display: flex;
}

.btn-reach-net-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-reach-net-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 30px 18px;
	margin: 0;
}

.btn-reach-net-02 div:nth-child(1){
    width: 60%;
}

.btn-reach-net-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-reach-net-02 p{
    margin: 0;
}

.btn-reach-networks {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	  color: #1A2129 !important;
	  font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-reach-net-01:before {
        display: none;
    }
    .strip-reach-net-02:before {
        display: none;
    }
    .strip-reach-net-03:before {
        display: none;
    }
	.strip-reach-net-04:before {
        display: none;
    }
	.vert-reach-net-01 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 330px !important;
        border-radius: 0% !important;
        background: #9DD31D !important;
        left: 1px !important;
        top: -7px !important;
    }
	 .vert-reach-net-02 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 100px !important;
        border-radius: 0% !important;
        background: #9DD31D !important;
        left: 1px !important;
        top: -7px !important;
    }
	  .vert-reach-net-03 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 124px !important;
        border-radius: 0% !important;
        background: #9DD31D !important;
        left: 1px !important;
        top: -7px !important;
    }
	 .btn-reach-net-02 {
		flex-direction: column;
	  }
	.btn-reach-net-02 div:nth-child(1) {
        width: 100%;
    }
	.btn-reach-net-02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 0 11px 16px;
        margin: -1px;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: 100 000 ОХВАТА ДЛЯ ПРОДВИЖЕНИЯ БАДОВ В СОЦСЕТЯХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВЕРЕВКИ ВИТЬ: СОЗДАЕМ УБЕДИТЕЛЬНЫЙ ТЕКСТ ДЛЯ САЙТА НАЧАЛО */
.case-ropes-vit {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-ropes-vit p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-ropes-vit ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-ropes-vit li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-ropes-vit li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #7AC8DD !important;
    left: 0;
    top: 6px !important;
}

.img-ropes-vit-01 img {
	  margin-bottom: 15px;
}

/* 1 блок */
.vert-ropes-vit-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	font-size: 18px !important;
}

.vert-ropes-vit-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-ropes-vit-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 134px !important;
    border-radius: 0% !important;
    background: #0094BE !important;
    left: 1px !important;
    top: -7px !important;
}

.img-ropes-vit-02-a img {
	  margin-bottom: 20px;
}

.text-ropes-vit-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 1px 5px;
    margin-bottom: 15px;
}

/* 2 блок ИСПОЛЬЗОВАНИЕ ГЛАГОЛОВ */
.strip-ropes-vit-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ropes-vit-01:before {
    content: '';
    width: 278px;
    height: 11px;
    background: #7AC8DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ropes-vit-01 p {
    margin-left: 10px;
}

/* 3 блок МЕТОД СОКРАТА XXI ВЕКА */
.strip-ropes-vit-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ropes-vit-02:before {
    content: '';
    width: 254px;
    height: 11px;
    background: #7AC8DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ropes-vit-02 p {
    margin-left: 10px;
}

/* 4 блок ДЕТАЛИЗАЦИЯ БУДУЩЕГО РЕЗУЛЬТАТА */
.strip-ropes-vit-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ropes-vit-03:before {
    content: '';
    width: 361px;
    height: 11px;
    background: #7AC8DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ropes-vit-03 p {
    margin-left: 10px;
}

.img-ropes-vit-05-a img {
	  margin-bottom: 15px;
}

/* 5 блок ПРАВИЛО ТРЕХ «Р» */
.strip-ropes-vit-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ropes-vit-04:before {
    content: '';
    width: 197px;
    height: 11px;
    background: #7AC8DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ropes-vit-04 p {
    margin-left: 10px;
}

/* 6 блок ОТРАБОТКА ВОЗРАЖЕНИЙ ДО ИХ ПОЯВЛЕНИЯ */
.strip-ropes-vit-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ropes-vit-05:before {
    content: '';
    width: 424px;
    height: 11px;
    background: #7AC8DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ropes-vit-05 p {
    margin-left: 10px;
}

/* 7 блок ДОВЕРИЕ ЧЕРЕЗ ОТЗЫВЫ */
.strip-ropes-vit-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-ropes-vit-06:before {
    content: '';
    width: 248px;
    height: 11px;
    background: #7AC8DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-ropes-vit-06 p {
    margin-left: 10px;
}

.vert-ropes-vit-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-ropes-vit-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-ropes-vit-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 102px !important;
    border-radius: 0% !important;
    background: #0094BE !important;
    left: 1px !important;
    top: -7px !important;
}

@media (max-width: 414px) {
    .strip-ropes-vit-01:before {
        display: none;
    }
    .strip-ropes-vit-02:before {
        display: none;
    }
    .strip-ropes-vit-03:before {
        display: none;
    }
    .strip-ropes-vit-04:before {
        display: none;
    }
    .strip-ropes-vit-05:before {
        display: none;
    }
    .strip-ropes-vit-06:before {
        display: none;
    }
	.vert-ropes-vit-01 li:before {
        content: '';
        position: absolute;
    	width: 6px !important;
    	height: 218px !important;
    	border-radius: 0% !important;
    	background: #0094BE !important;
    	left: 1px !important;
    	top: -7px !important;
	}
	.vert-ropes-vit-02 li:before {
    	content: '';
        position: absolute;
    	width: 6px !important;
   		height: 157px !important;
    	border-radius: 0% !important;
    	background: #0094BE !important;
    	left: 1px !important;
    	top: -7px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ВЕРЕВКИ ВИТЬ: СОЗДАЕМ УБЕДИТЕЛЬНЫЙ ТЕКСТ ДЛЯ САЙТА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “ПЯТЕРОЧКА” ПОД ДРУГИМ УГЛОМ: АЛЬТЕРНАТИВНЫЙ SMM КОНЦЕПТ НАЧАЛО */
.case-diff-alter {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-diff-alter p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-diff-alter ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-diff-alter li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-diff-alter li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #28BC60 !important;
    left: 0;
    top: 6px !important;
}

.case-diff-alter center {
    font-weight: 700 !important;
}

/* 1 блок */
.img-diff-alter-01, .img-diff-alter-02  img {
    padding-bottom: 15px;
}

.list-diff-alter-01 center {
	  padding-bottom: 15px;
}

.slide-diff-alter-01 {
    padding-bottom: 15px;
}

.vert-diff-alter-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-diff-alter-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-diff-alter-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 127px !important;
    border-radius: 0% !important;
    background: #28BC60 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 блок АЛЬТЕРНАТИВНАЯ КОНЦЕПЦИЯ */
.strip-diff-alter-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-diff-alter-01:before {
    content: '';
    width: 301px;
    height: 11px;
    background: #28BC60;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-diff-alter-01 p {
    margin-left: 10px;
}

.text-diff-alter-04 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px ;
    margin-bottom: 15px;
}

/* 3 блок КАРТИНКИ И НАДПИСИ */
.img-diff-alter-06, .img-diff-alter-08 img {
    padding-bottom: 15px;
}

.img-diff-alter-07 img {
    padding-bottom: 15px;
}

/* 4 БЛОК НОВАЯ КОНТЕНТ-СТРАТЕГИЯ */
.strip-diff-alter-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-diff-alter-02:before {
    content: '';
    width: 276px;
    height: 11px;
    background: #28BC60;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-diff-alter-02 p {
    margin-left: 10px;
}

.img-diff-alter-14-a img {
	margin-bottom: 15px;
}

.btn-diff-alter-01 {
    display: flex;
}

.btn-diff-alter-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 15px;
}

.btn-diff-alter-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 18px 18px;
	margin: 0;
}

.btn-diff-alter-02 div:nth-child(1){
    width: 60%;
}

.btn-diff-alter-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-diff-alter-02 p{
    margin: 0;
}

.btn-different-alternative {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	  color: #1A2129 !important;
	  font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-diff-alter-01:before {
        display: none;
    }
    .strip-diff-alter-02:before {
        display: none;
    }
	  .vert-diff-alter-01 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 271px !important;
        border-radius: 0% !important;
        background: #28BC60 !important;
        left: 1px !important;
        top: -7px !important;
     }
    .btn-diff-alter-02 {
		    flex-direction: column;
	  } 
	  .btn-diff-alter-02 div:nth-child(1) {
        width: 100%;
    }
	  .btn-diff-alter-02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 0 11px 16px;
        margin: -1px;
    }
}
/* СТИЛИ СТРАНИЦЫ “ПЯТЕРОЧКА” ПsОД ДРУГИМ УГЛОМ: АЛЬТЕРНАТИВНЫЙ SMM КОНЦЕПТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИГРА В ЛОГИКУ: КАК СОЗДАТЬ ИНФОГРАФИКУ, КОТОРУЮ ПОЙМУТ НАЧАЛО */
.case-logic-game {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-logic-game p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-logic-game ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-logic-game li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-logic-game li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD6B2 !important;
    left: 0;
    top: 6px !important;
}

.case-logic-game img {
    max-width: 720px !important;
}

/*  1 блок */
.img-logic-game-01-b img {
    margin-bottom: 15px;
}

.vert-logic-game-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-logic-game-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-logic-game-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 101px !important;
    border-radius: 0% !important;
    background: #FFD6B2 !important;
    left: 1px !important;
    top: -7px !important;
}

.text-logic-game-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.vert-logic-game-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-logic-game-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-logic-game-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFD6B2 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 блок КОМУ НУЖНА ИНФОГРАФИКА? */
.strip-logic-game-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-logic-game-01:before {
    content: '';
    width: 297px;
    height: 11px;
    background: #FFD6B2;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-logic-game-01 p {
    margin-left: 10px;
}

/* 3 блок ТИПЫ ИНФОГРАФИКИ */
.strip-logic-game-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-logic-game-02:before {
    content: '';
    width: 217px;
    height: 11px;
    background: #FFD6B2;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-logic-game-02 p {
    margin-left: 10px;
}

.list-logic-game-03 li:before {
    display: none;
}

.img-logic-game-09, .img-logic-game-10 img {
    margin-bottom: 15px;
}

/* 4 блок */
.img-logic-game-07 img {
    margin-bottom: 15px;
}

/* 6 блок КАК СОЗДАТЬ ИНФОГРАФИКУ ДЛЯ РАЗНЫХ АУДИТОРИЙ */
.strip-logic-game-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-logic-game-03:before {
    content: '';
    width: 525px;
    height: 11px;
    background: #FFD6B2;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-logic-game-03 p {
    margin-left: 10px;
}

.btn-logic-game-01 {
    display: flex;
}

.btn-logic-game-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-logic-game-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-logic-game-02 div:nth-child(1){
    width: 60%;
}

.btn-logic-game-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-logic-game-02 p {
    margin: 0;
}

.btn-create-infographics {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 480px) {
	.case-logic-game img {
		 max-width: 384px !important;
	 }
    .strip-logic-game-01:before {
        display: none;
    }
    .strip-logic-game-02:before {
        display: none;
    }
    .strip-logic-game-03:before {
        display: none;
    }
	  .vert-logic-game-01 li:before {
        display: none;
    }
	  .vert-logic-game-02 li:before {
         display: none;
    }
	  .btn-logic-game-02 {
		flex-direction: column;
	  } 
	  .btn-logic-game-02 div:nth-child(1) {
        width: 100%;
    }
	  .btn-logic-game-02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 0 11px 29px;
        margin: -1px;
    }
}
/* СТИЛИ СТРАНИЦЫ ИГРА В ЛОГИКУ: КАК СОЗДАТЬ ИНФОГРАФИКУ, КОТОРУЮ ПОЙМУТ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ СЛАДКАЯ ЖИЗНЬ: КАК ВЫВЕСТИ В ТОП WILDBERRIES 25 ФОРМ ДЛЯ ШОКОЛАДА НАЧАЛО */
.case-life-bring {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-life-bring p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-life-bring center {
    font-weight: 700 !important;
	  margin-bottom: 15px;
}

.case-life-bring img {
    max-width: 720px;
}

/* 1 блок  */
.img-life-bring-01 img {
	  padding-bottom: 15px;
}
.text-life-bring-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 2 блок КАК ОПТИМИЗИРОВАТЬ КАРТОЧКУ НА WILDBERRIES */
.strip-life-bring-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-life-bring-01:before {
    content: '';
    width: 489px;
    height: 11px;
    background: #F59858;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-life-bring-01 p {
    margin-left: 10px;
}

.vert-life-bring-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-life-bring-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-life-bring-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 78px !important;
    border-radius: 0% !important;
    background: #F59858 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 3 блок УПРАВЛЕНИЕ РЕПУТАЦИЕЙ НА МАРКЕТПЛЕЙСАХ */
.strip-life-bring-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-life-bring-02:before {
    content: '';
    width: 461px;
    height: 11px;
    background: #F59858;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-life-bring-02 p {
    margin-left: 10px;
}

.vert-life-bring-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-life-bring-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-life-bring-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 105px !important;
    border-radius: 0% !important;
    background: #F59858 !important;
    left: 1px !important;
    top: -7px !important;
}

.vert-life-bring-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-life-bring-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-life-bring-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 107px !important;
    border-radius: 0% !important;
    background: #F59858 !important;
    left: 1px !important;
    top: -7px !important;
}

.img-life-bring-08, img-life-bring-09 img {
	  padding-bottom: 15px;
}

/* 4 блок РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ */
.strip-life-bring-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-life-bring-03:before {
    content: '';
    width: 285px;
    height: 11px;
    background: #F59858;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-life-bring-03 p {
    margin-left: 10px;
}

.img-life-bring-12 img {
	  padding-bottom: 15px;
}

.btn-life-bring-01 {
    display: flex;
}

.btn-life-bring-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-life-bring-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-life-bring-02 div:nth-child(1) {
    width: 60%;
}

.btn-life-bring-02 div:nth-child(2) {
    padding-right: 20px;
}

.btn-life-bring-02 p {
    margin: 0;
}

.btn-bring-wildberries {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	  color: #1A2129 !important;
	  font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-life-bring-01:before {
        display: none;
    }
    .strip-life-bring-02:before {
        display: none;
    }
    .strip-life-bring-03:before {
        display: none;
    }
	  .vert-life-bring-01 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 129px !important;
        border-radius: 0% !important;
        background: #F59858 !important;
        left: 1px !important;
        top: -7px !important;
   }
	 .vert-life-bring-02 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 157px !important;
        border-radius: 0% !important;
        background: #F59858 !important;
        left: 1px !important;
        top: -7px !important;
   }
	 .vert-life-bring-03 li:before {
        content: '';
        position: absolute;
        width: 6px !important;
        height: 187px !important;
        border-radius: 0% !important;
        background: #F59858 !important;
        left: 1px !important;
        top: -7px !important;
   }
	.btn-life-bring-02 {
		    flex-direction: column;
	  } 
	 .btn-life-bring-02 div:nth-child(1) {
        width: 100%;
    }
	 .btn-life-bring-02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 23px 0 11px 29px;
        margin: -1px;
    }
}
/* СТИЛИ СТРАНИЦЫ СЛАДКАЯ ЖИЗНЬ: КАК ВЫВЕСТИ В ТОП WILDBERRIES 25 ФОРМ ДЛЯ ШОКОЛАДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ВЫБРАТЬ SERM АГЕНТСТВО НАЧАЛО */
.case-serm-agency {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-serm-agency p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-serm-agency ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-serm-agency li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-serm-agency li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #00E374 !important;
    left: 0;
    top: 6px !important;
}

.img-serm-agency-01 img {
    margin-bottom: 15px;
}

.text-serm-agency-02 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.vert-serm-agency-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-serm-agency-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-serm-agency-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 130px !important;
    border-radius: 0% !important;
    background: #00E374 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 блок КТО В РОССИИ ЗАНИМАЕТСЯ SERM? */
.strip-serm-agency-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-serm-agency-01:before {
    content: '';
    width: 347px;
    height: 11px;
    background: #00E374;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-serm-agency-01 p {
    margin-left: 10px;
}

.text-serm-agency-04 center {
    font-weight: 700;
		margin: 20px 0 20px 0;
}

/* 3 блок КАК ВЫБРАТЬ ПОДРЯДЧИКА ПО SERM? */
.strip-serm-agency-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-serm-agency-02:before {
    content: '';
    width: 370px;
    height: 11px;
    background: #00E374;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-serm-agency-02 p {
    margin-left: 10px;
}

.vert-serm-agency-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-serm-agency-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-serm-agency-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 127px !important;
    border-radius: 0% !important;
    background: #00E374 !important;
    left: 1px !important;
    top: -7px !important;
}

.text-serm-agency-07 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}


/* 4 блок ОСТОРОЖНО, РЕПУТАЦИЯ В ОПАСНОСТИ! */
.strip-serm-agency-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-serm-agency-03:before {
    content: '';
    width: 390px;
    height: 11px;
    background: #00E374;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-serm-agency-03 p {
    margin-left: 10px;
}

.btn-text-serm-agency {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 0 8px 18px;
    margin-bottom: 20px;
}

@media (max-width: 414px) {
    .strip-serm-agency-01:before {
        display: none;
    }
    .strip-serm-agency-02:before {
        display: none;
    }
    .strip-serm-agency-03:before {
        display: none;
    }
	  .vert-serm-agency-01 li:before {
    		content: '';
    		position: absolute;
    		width: 6px !important;
    		height: 247px !important;
    		border-radius: 0% !important;
    		background: #00E374 !important;
    		left: 1px !important;
   			top: -7px !important;
		}
	  .vert-serm-agency-02 li:before {
    		content: '';
    		position: absolute;
    		width: 6px !important;
    		height: 246px !important;
    		border-radius: 0% !important;
    		background: #00E374 !important;
    		left: 1px !important;
    		top: -7px !important;
		}
	.btn-text-serm-agency {
    		padding: 20px 0 8px 7px;
		}
}
/* СТИЛИ СТРАНИЦЫ КАК ВЫБРАТЬ SERM АГЕНТСТВО КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК УДАЛИТЬ 50 ОТЗЫВОВ ЗА ПОЛГОДА НАЧАЛО */
.case-rem-rev {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rem-rev p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rem-rev ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rem-rev li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rem-rev li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #60BEFF !important;
    left: 0;
    top: 6px !important;
}

.img-rem-rev-01 img {
    margin-bottom: 15px;
}

/* 2 блок В ЧЕМ ПРОБЛЕМА ЗАКАЗЧИКА */
.strip-rem-rev-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-rev-01:before {
    content: '';
    width: 294px;
    height: 11px;
    background: #60BEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-rev-01 p {
    margin-left: 10px;
}

.img-rem-rev-04 img {
	  margin-top: 15px !important;
	  margin-bottom: 15px !important;
}

.text-rem-rev-03 center {
    font-weight: 700;
}

.text-rem-rev-04 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 3 блок ЧТО ТАКОЕ OTZOVIK.COM? */
.strip-rem-rev-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-rev-02:before {
    content: '';
    width: 254px;
    height: 11px;
    background: #60BEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-rev-02 p {
    margin-left: 10px;
}

.vert-rem-rev-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rem-rev-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-rem-rev-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0% !important;
    background: #60BEFF !important;
    left: 1px !important;
    top: -7px !important;
}

/* 4 блок КАК УДАЛИТЬ ОТЗЫВ С OTZOVIK.COM */
.strip-rem-rev-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-rev-03:before {
    content: '';
    width: 351px;
    height: 11px;
    background: #60BEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-rev-03 p {
    margin-left: 10px;
}

/* 5 блок РЕЗУЛЬТАТ */
.strip-rem-rev-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rem-rev-04:before {
    content: '';
    width: 123px;
    height: 11px;
    background: #60BEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rem-rev-04 p {
    margin-left: 10px;
}

.vert-rem-rev-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rem-rev-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-rem-rev-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 55px !important;
    border-radius: 0% !important;
    background: #60BEFF !important;
    left: 1px !important;
    top: -7px !important;
}

.btn-rem-rev-01 {
    display: flex;
}

.btn-rem-rev-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-rem-rev-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	  margin: 0;
}

.btn-rem-rev-02 div:nth-child(1){
    width: 60%;
}

.btn-rem-rev-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-rem-rev-02 p {
    margin: 0;
}

.btn-delete-reviews {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
	.strip-rem-rev-01:before {
		display: none;
	}
	.strip-rem-rev-02:before {
		display: none;
	}
	.strip-rem-rev-03:before {
		display: none;
	}
	.strip-rem-rev-04:before {
		display: none;
	}
	.vert-rem-rev-01 li:before {
        content: '';
        position: absolute;
        width: 4px !important;
        height: 163px !important;
        border-radius: 0% !important;
        background: #60BEFF !important;
        left: 1px !important;
        top: -7px !important;
    }
	 .vert-rem-rev-02 li:before {
        content: '';
        position: absolute;
        width: 4px !important;
        height: 73px !important;
        border-radius: 0% !important;
        background: #60BEFF !important;
        left: 1px !important;
        top: -7px !important;
    }
	.btn-rem-rev-02 {
		flex-direction: column;
	}
	.btn-rem-rev-02 div:nth-child(1) {
        width: 100%;
    }
	.btn-rem-rev-02 {
        padding: 23px 0 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК УДАЛИТЬ 50 ОТЗЫВОВ ЗА ПОЛГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ MARTECH. ТРЕНДЫ ЦИФРОВОГО МАРКЕТИНГА НАЧАЛО */
.case-trend-mark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-trend-mark p {
    font-size: 16px !important;
    font-weight: normal;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-trend-mark ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-trend-mark li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
		font-weight: 300 !important;
}

.case-trend-mark li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background:  #F3AEC3 !important;
    left: 0;
    top: 6px !important;
}

.case-trend-mark img {
    max-width: 720px;
}

/*  1 блок */
.img-trend-mark-01 img {
    margin-bottom: 15px;
}

.vert-trend-mark-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-trend-mark-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-trend-mark-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0% !important;
    background:  #F3AEC3 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 блок ТРЕНДЫ ЦИФРОВОГО МАРКЕТИНГА */
.strip-trend-mark-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-mark-01:before {
    content: '';
    width: 344px;
    height: 11px;
    background: #F3AEC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-mark-01 p {
    margin-left: 10px;
}

.vert-trend-mark-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-trend-mark-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-trend-mark-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 130px !important;
    border-radius: 0% !important;
    background:  #F3AEC3 !important;
    left: 1px !important;
    top: -7px !important;
}

.line-text-mark-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-mark-01 :before,
.line-text-mark-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-mark-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-trend-mark {
    display: flex;
    flex-direction: column;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.netflix-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-trend-mark-01 img {
    max-width: 60px !important;
    margin-right: 38px !important;
}

.amazon-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 20px;
}

.icon-trend-mark-02 img {
    max-width: 60px !important;
    margin-right: 38px !important;
}

/* 3 блок 2.  Работа с большими данными */
.vert-trend-mark-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-trend-mark-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-trend-mark-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0% !important;
    background:  #F3AEC3 !important;
    left: 1px !important;
    top: -7px !important;
}

.vert-trend-mark-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-trend-mark-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-trend-mark-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important ;
    border-radius: 0% !important;
    background:  #F3AEC3 !important;
    left: 1px !important; 
    top: -7px !important;
}

/* 4 блок 3. Визуальный поиск */
.vert-trend-mark-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-trend-mark-05 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-trend-mark-05 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0% !important;
    background:  #F3AEC3;
    left: 1px !important;
    top: -7px !important;
}

.snap-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 39px !important;
    margin-bottom: 20px;
}

.icon-trend-mark-02-a img {
    max-width: 60px !important;
    margin-right: 38px !important;
    margin-bottom: 40px;
}

.gucci-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 20px;
}

.icon-trend-mark-03 img {
    max-width: 80px !important;
    margin-right: 38px;
    margin-bottom: 40px;
}

.smash-icon-05 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 20px;
}

.icon-trend-mark-04 img {
    max-width: 87px !important;
    margin-right: 31px;
    margin-bottom: 40px;
}

.btn-trend-mark-01 {
    display: flex;
}

.btn-trend-mark-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-trend-mark-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-trend-mark-02 div:nth-child(1){
    width: 60%;
}

.btn-trend-mark-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-trend-mark-02 p {
    margin: 0;
}

.btn-trends-marketing {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-trend-mark-01:before {
        display: none;
    }
	  .vert-trend-mark-01 li:before {
    		display: none;
		}
	  .vert-trend-mark-02 li:before {
    		display: none;
		}
	  .vert-trend-mark-03 li:before {
    		display: none;
	  }
	  .vert-trend-mark-04 li:before {
    		display: none;
		}
	  .vert-trend-mark-05 li:before {
    		display: none;
	  }
	  .btn-trend-mark-02 {
			flex-direction: column;
	 }
	  .btn-trend-mark-02 div:nth-child(1) {
    		width: 100%;
   }
	  .btn-trend-mark-02 {
    		padding: 23px 0 15px 19px;
   }
	 .netflix-icon-01 {
			flex-direction: column;
	 }
	  .netflix-icon-01 div:nth-child(1) {
    		width: 100%;
			margin-left: 228px;
   }
	  .netflix-text-mark {
    		padding: 23px 19px 0 0;
    		margin-left: -8px;
   }
	  .icon-trend-mark-01 img {
		    margin-bottom: 0px;
	 }
	  .amazon-icon-02 {
			flex-direction: column;
	 }
	  .amazon-icon-02 div:nth-child(1) {
    		width: 100%;
			margin-left: 228px;
   }
	  .amazon-text-mark {
    		padding: 23px 19px 0 0;
    		margin-left: -8px;
   }
	 .icon-trend-mark-02 img {
		    margin-bottom: 0px;
	 }
	 .snap-icon-03 {
			flex-direction: column;
	 }
	  .snap-icon-03 div:nth-child(1) {
    		width: 100%;
			margin-left: 228px;
     }
	  .snap-text-mark {
    		padding: 23px 19px 0 0;
    		margin-left: -8px;
			margin-bottom: 0px;
     }
	 .icon-trend-mark-02-a img {
		    margin-bottom: 0px;
	 }
	 .gucci-icon-04 {
			flex-direction: column;
	 }
	  .gucci-icon-04 div:nth-child(1) {
    		width: 100%;
			margin-left: 228px;
   }
	  .gucci-text-mark {
    		padding: 23px 19px 0 0;
    		margin-left: -8px;
			margin-bottom: 0px;
   }
	 .icon-trend-mark-03 img {
		    margin-bottom: 0px;
	}
	 .smash-icon-05 {
			flex-direction: column;
	 }
	  .smash-icon-05 div:nth-child(1) {
    		width: 100%;
			margin-left: 228px;
   }
	  .smash-text-mark {
    		padding: 23px 19px 0 0;
    		margin-left: -8px;
			margin-bottom: 0px;
   }
	.icon-trend-mark-04 img {
		    margin-bottom: 0px;
	}
	 
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ MARTECH. ТРЕНДЫ ЦИФРОВОГО МАРКЕТИНГА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЗАКАЗАТЬ ТАРГЕТИРОВАННУЮ РЕКЛАМУ. КАК ЭТО СДЕЛАТЬ В КРИЗИС НАЧАЛО */
.case-targ-adver {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-targ-adver p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-targ-adver ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-targ-adver li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-targ-adver li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #90AFFF !important;
    left: 0;
    top: 6px !important;
}

.case-targ-adver center {
    font-weight: 700;
}

/*  1 блок */
.img-targ-adver-01 img {
    margin-bottom: 15px;
}

/* 2 блок ЧЕМ ОТЛИЧАЕТСЯ НАСТРОЙКА ТАРГЕТИРОВАННОЙ РЕКЛАМЫ ВК? */
.strip-targ-adver-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-01:before {
    content: '';
    width: 607px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-01 p {
    margin-left: 10px;
}

.text-targ-adver-03, .text-targ-adver-08, .text-targ-adver-12 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.text-targ-adver-03 p:nth-child(1) {
	  padding-bottom: 10px;
	  margin-bottom: 0 !important;
}

/* 3 блок КАК ИЗМЕНИЛСЯ ТАРГЕТ «ВКОНТАКТЕ» С НАЧАЛА КРИЗИСА? */
.strip-targ-adver-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-02:before {
    content: '';
    width: 547px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-02 p {
    margin-left: 10px;
}

.vert-targ-adver-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-targ-adver-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-targ-adver-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 108px !important;
    border-radius: 0% !important;
    background: #90AFFF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 блок КАКОЙ СТАЛА АУДИТОРИЯ “ВКОНТАКТЕ”? */
.strip-targ-adver-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-03:before {
    content: '';
    width: 394px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-03 p {
    margin-left: 10px;
}

.text-targ-adver-06 center {
	  padding-bottom: 15px;
}

.vert-targ-adver-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-targ-adver-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-targ-adver-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 160px !important;
    border-radius: 0% !important;
    background: #90AFFF;
    left: 1px !important;
    top: -7px !important;
}

/* 5 блок КАК ПОНЯТЬ, ЧТО ТАРГЕТ ДЕЙСТВИТЕЛЬНО РАБОТАЕТ? */
.strip-targ-adver-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-04:before {
    content: '';
    width: 502px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-04 p {
    margin-left: 10px;
}

.vert-targ-adver-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-targ-adver-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-targ-adver-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 106px !important;
    border-radius: 0% !important;
    background: #90AFFF;
    left: 1px !important;
    top: -7px !important;
}

/* 6 блок КАКИЕ ФОРМАТЫ РАБОТАЮТ ЛУЧШЕ ВСЕГО? */
.strip-targ-adver-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-05:before {
    content: '';
    width: 413px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-05 p {
    margin-left: 10px;
}

/* 7 блок КАК УЖЕСТОЧИЛИ МОДЕРАЦИЮ РЕКЛАМЫ */
.strip-targ-adver-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-06:before {
    content: '';
    width: 406px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-06 p {
    margin-left: 10px;
}

/* 8 блок А ЧТО С РЕТАРГЕТИНГОМ? */
.strip-targ-adver-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-07:before {
    content: '';
    width: 252px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-07 p {
    margin-left: 10px;
}

/* 9 блок КАК ВЫБРАТЬ ТАРГЕТОЛОГА В 2022 ГОДУ */
.strip-targ-adver-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-targ-adver-08:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #90AFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-targ-adver-08 p {
    margin-left: 10px;
}

.btn-targ-adver-01 {
    display: flex;
}

.btn-targ-adver-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-targ-adver-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 17px 18px;
	margin: 0;
}

.btn-targ-adver-02 div:nth-child(1){
    width: 60%;
}

.btn-targ-adver-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-targ-adver-02 p {
    margin: 0;
}

.btn-targeted-advertising {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	  color: #1A2129 !important;
	  font-weight: 700 !important;
}

@media (max-width: 414px) {
	.strip-targ-adver-01:before {
        display: none;
    }
	.strip-targ-adver-02:before {
        display: none;
    }
	.strip-targ-adver-03:before {
        display: none;
    }
	.strip-targ-adver-04:before {
        display: none;
    }
	.strip-targ-adver-05:before {
        display: none;
    }
	.strip-targ-adver-06:before {
        display: none;
    }
	.strip-targ-adver-07:before {
        display: none;
    }
    .strip-targ-adver-08:before {
        display: none;
    }
	.vert-targ-adver-01 li:before {
    		display: none;
	}
	.vert-targ-adver-02 li:before {
    		display: none;
	}
	.vert-targ-adver-03 li:before {
    		display: none;
	}
	.btn-targ-adver-02 {
			flex-direction: column;
	}
	 .btn-targ-adver-02 div:nth-child(1) {
    		width: 100%;
    }
	  .btn-targ-adver-02 {
    		padding: 23px 9px 17px 10px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ЗАКАЗАТЬ ТАРГЕТИРОВАННУЮ РЕКЛАМУ. КАК ЭТО СДЕЛАТЬ В КРИЗИС КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 10 ГРЕХОВ ОБРАТНОЙ СВЯЗИ: КАК ОТВЕТИТЬ НА ОТЗЫВ КЛИЕНТА НАЧАЛО */
.case-sins-resp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-sins-resp p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-sins-resp img {
    max-width: 720px;
}

.case-sins-resp ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.case-sins-resp li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.case-sins-resp li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 79px !important;
    border-radius: 0% !important;
    background:  #97C6FF !important;
    left: 1px !important;
    top: -7px !important;
}

.img-sins-resp-01 img {
	  padding-bottom: 15px;
}

.text-sins-resp-02 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.text-sins-resp-12 li:before {
    display: none !important;
}

.vert-sins-resp-03 li:before {
	  height: 53px !important;
}

.vert-sins-resp-05 li:before {
	  height: 53px !important;
}

.vert-sins-resp-09 li:before {
	  height: 111px !important;
}

.text-sins-resp-12 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

.slide-sins-resp-01 {
	  padding-bottom: 15px;
}

.btn-sins-resp-01 {
    display: flex;
}

.btn-sins-resp-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-sins-resp-02 {
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-sins-resp-02 div:nth-child(1){
    width: 60%;
}

.btn-sins-resp-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-sins-resp-02 p {
    margin: 0;
}

.btn-sins-respond {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    font-size: 12px !important;
	  color: #1A2129 !important;
	  font-weight: 700 !important; 
		text-align: center;
}

@media (max-width: 414px) {
    .case-sins-resp li:before {
        display: none !important;
    }
    .btn-sins-resp-02 {
        flex-direction: column !important;
    }
    .btn-sins-resp-02 div:nth-child(1) {
        width: 100% !important;
    }
    .btn-sins-resp-02 {
        padding: 23px 9px 17px 10px !important;
    }
}

/* СТИЛИ СТРАНИЦЫ 10 ГРЕХОВ ОБРАТНОЙ СВЯЗИ: КАК ОТВЕТИТЬ НА ОТЗЫВ КЛИЕНТА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КУПИТЬ ОТЗЫВЫ ИЛИ НЕТ. ПОЧЕМУ МНЕНИЯ — ДРАЙВЕР ПРОДАЖ НАЧАЛО */
.case-sale-driv {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-sale-driv p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-sale-driv ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-sale-driv li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-sale-driv li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BBA9FF !important;
    left: 0 !important;
    top: 6px !important;
}

.case-sale-driv img {
    max-width: 720px !important;
}

/* 2 блок КАКОМУ БИЗНЕСУ НЕ СПРАВИТЬСЯ БЕЗ ОТЗЫВОВ */
.strip-sale-driv-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-sale-driv-01:before {
    content: '';
    width: 467px;
    height: 11px;
    background: #BBA9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-sale-driv-01 p {
    margin-left: 10px;
}

.vert-sale-driv-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-sale-driv-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-sale-driv-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 135px !important;
    border-radius: 0% !important;
    background: #BBA9FF !important;
    left: 1px !important;
    top: -7px !important;
}

/* 3 блок ОТЗЫВЫ АТАКУЮТ! КАК НИЗКИЕ ОЦЕНКИ УБИВАЮТ ИМИДЖ */
.strip-sale-driv-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-sale-driv-02:before {
    content: '';
    width: 562px;
    height: 11px;
    background: #BBA9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-sale-driv-02 p {
    margin-left: 10px;
}

.line-sale-driv-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-sale-driv-01 :before,
.line-sale-driv-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-sale-driv-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-sale-driv {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.apple-icon-01 {
    display: flex;
    align-items: center;
}

.icon-sale-driv-01 img {
    max-width: 70px !important;
    margin-right: 38px;
}

.game-icon-02 {
    display: flex;
    align-items: center;
}

.icon-sale-driv-02 img {
    max-width: 70px !important;
    margin-right: 38px;
}

.ding-icon-03 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.icon-sale-driv-03 img {
    max-width: 70px !important;
    margin-right: 38px;
}

/* 4 блок КАК НЕЛЬЗЯ ПОЛУЧАТЬ ОТЗЫВЫ */
.strip-sale-driv-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-sale-driv-03:before {
    content: '';
    width: 316px;
    height: 11px;
    background: #BBA9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-sale-driv-03 p {
    margin-left: 10px;
}

.vert-sale-driv-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-sale-driv-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.vert-sale-driv-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 78px !important;
    border-radius: 0% !important;
    background: #BBA9FF !important;
    left: 1px !important;
    top: -7px !important;
}

/* 5 блок ГДЕ КЛЮЧ К «ПРАВИЛЬНЫМ» ОТЗЫВАМ */
.strip-sale-driv-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-sale-driv-04:before {
    content: '';
    width: 383px;
    height: 11px;
    background: #BBA9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-sale-driv-04 p {
    margin-left: 10px;
}

.list-sale-driv-03 li:before {
    display: none;
}

.list-sale-driv-03 li {
    padding-left: 0 !important;
	margin-left: 25px;
}

.btn-sale-driv-01 {
    display: flex;
}

.btn-sale-driv-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-sale-driv-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-sale-driv-02 div:nth-child(1){
    width: 60%;
}

.btn-sale-driv-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-sale-driv-02 p {
    margin: 0;
}

.btn-sales-driver {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-sale-driv-01:before {
        display: none;
    }
    .strip-sale-driv-02:before {
        display: none;
    }
    .strip-sale-driv-03:before {
        display: none;
    }
	.strip-sale-driv-04:before {
		display: none;
	}
	.vert-sale-driv-01 li:before {
    	display: none;
	}
	.vert-sale-driv-02 li:before {
    	display: none;
	}
	.btn-sale-driv-02 {
		flex-direction: column;
	}
	.btn-sale-driv-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-sale-driv-02 {
    	padding: 23px 0 15px 19px;
    }
	.apple-icon-01 {
		flex-direction: column;
	}
	.apple-icon-01 div:nth-child(1) {
        width: 100%;
		margin-left: 228px;
    }
	.apple-text-driv {
    	padding: 23px 19px 0 0;
    	margin-left: -8px;
    }
	.game-icon-02 {
		flex-direction: column;
	 }
	.game-icon-02 div:nth-child(1) {
    	width: 100%;
		margin-left: 208px;
    }
	.game-text-driv {
    	padding: 23px 19px 0 0;
    	margin-left: -8px;
    }
	.icon-sale-driv-02 img {
		margin-bottom: 24px;
	}
	.ding-icon-03 {
		flex-direction: column;
	}
	.ding-icon-03 div:nth-child(1) {
    	width: 100%;
		margin-left: 194px;
    }
	.ding-text-driv {
    	padding: 23px 19px 0 0;
    	margin-left: -8px;
		margin-bottom: 24px;
    }
	.icon-sale-driv-03 img {
		margin-bottom: 24px;
	}
	.case-sale-driv img {
		max-width: 384px !important;
	}
	 
}
/* СТИЛИ СТРАНИЦЫ КУПИТЬ ОТЗЫВЫ ИЛИ НЕТ. ПОЧЕМУ МНЕНИЯ — ДРАЙВЕР ПРОДАЖ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КЕЙС: В ТОП WILDBERRIES ЗА ОДИН МЕСЯЦ НАЧАЛО */
.case-wild-month {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-wild-month p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-wild-month ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-wild-month li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-wild-month li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important; 
    background: #FF51ED !important;
    left: 0;
    top: 6px !important;
}

.case-wild-month img {
    max-width: 720px;
}

.case-wild-month center {
    font-weight: 700;
	  padding-bottom: 15px !important;
}


/* 1 БЛОК  */
.img-wild-month-01 img {
    padding-bottom: 15px;
}

.vert-wild-month-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-wild-month-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-wild-month-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 72px !important;
    border-radius: 0% !important;
    background: #FF51ED !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК SEO ОПТИМИЗАЦИЯ: КЛЮЧЕВЫЕ СЛОВА И КАТЕГОРИИ */
.strip-wild-month-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-wild-month-01:before {
    content: '';
    width: 502px;
    height: 11px;
    background: #FF51ED;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-wild-month-01 p {
    margin-left: 10px;
}

.text-wild-month-04 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px ;
    margin-bottom: 15px;
}

.vert-wild-month-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-wild-month-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-wild-month-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 110px !important;
    border-radius: 0% !important;
    background: #FF51ED !important;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ВЫХОД В ТОП: ОТЗЫВЫ И ВЫКУПЫ */
.strip-wild-month-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-wild-month-02:before {
    content: '';
    width: 341px;
    height: 11px;
    background: #FF51ED;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-wild-month-02 p {
    margin-left: 10px;
}

.vert-wild-month-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-wild-month-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-wild-month-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 110px !important;
    border-radius: 0% !important;
    background: #FF51ED !important;
    left: 1px !important;
    top: -7px !important;
}

.img-wild-month-06 img {
	  padding-bottom: 15px;
}

.btn-wild-month-01 {
    display: flex;
}

.btn-wild-month-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-wild-month-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-wild-month-02 div:nth-child(1){
    width: 60%;
}

.btn-wild-month-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-wild-month-02 p {
    margin: 0;
}

.btn-wildberries-month {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .case-wild-month img {
        max-width: 348px;
    }
    .strip-wild-month-01:before {
        display: none;
    }
    .strip-wild-month-02:before {
        display: none;
    }
	.vert-wild-month-01 li:before {
    	display: none;
	}
	.vert-wild-month-02 li:before {
    	display: none;
	}
	.vert-wild-month-03 li:before {
    	display: none;
	}
	.btn-wild-month-02 {
		flex-direction: column;
	}
	.btn-wild-month-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-wild-month-02 {
    	padding: 23px 0 15px 19px;
    }
	 
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: В ТОП WILDBERRIES ЗА ОДИН МЕСЯЦ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЯНДЕКС ПРОМОСТРАНИЦЫ. НАСТРАИВАЕМ РЕКЛАМУ ОТ А ДО Я НАЧАЛО */
.case-promo-set {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-promo-set p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-promo-set ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-promo-set li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-promo-set li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF7E55 !important;
    left: 0;
    top: 6px !important;
}

.case-promo-set img {
    max-width: 720px;
}

/* 1 БЛОК */
.img-promo-set-01 img {
    padding-bottom: 15px;
}

.text-promo-set-02 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.vert-promo-set-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-promo-set-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-promo-set-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 136px !important;
    border-radius: 0% !important;
    background: #FF7E55 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ИНСТРУКЦИЯ: КАК СОЗДАТЬ РЕКЛАМНЫЙ КАБИНЕТ */
.strip-promo-set-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-promo-set-01:before {
    content: '';
    width: 483px;
    height: 11px;
    background: #FF7E55;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-promo-set-01 p {
    margin-left: 10px;
}

.img-promo-set-03 img {
    padding-bottom: 15px;
}

/* 3 БЛОК КАК НАСТРОИТЬ РЕКЛАМУ В “ПРОМОСТРАНИЦАХ” */
.strip-promo-set-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-promo-set-02:before {
    content: '';
    width: 466px;
    height: 11px;
    background: #FF7E55;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-promo-set-02 p {
    margin-left: 10px;
}

.vert-promo-set-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-promo-set-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-promo-set-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 136px !important;
    border-radius: 0% !important;
    background: #FF7E55 !important;
    left: 1px !important;
    top: -7px !important;
}

.list-promo-set-02 li:before {
    display: none;
}

.list-promo-set-02 li {
    padding-left: 0px !important;
	  margin-left: 20px !important;
}

.vert-promo-set-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-promo-set-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-promo-set-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 71px !important;
    border-radius: 0% !important;
    background: #FF7E55 !important;
    left: 1px !important;
    top: -7px !important;
}

.vert-promo-set-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-promo-set-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000;
}

.vert-promo-set-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 110px !important;
    border-radius: 0% !important;
    background: #FF7E55 !important;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК КАКИЕ KPI ОТСЛЕЖИВАТЬ */
.strip-promo-set-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-promo-set-03:before {
    content: '';
    width: 254px;
    height: 11px;
    background: #FF7E55;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-promo-set-03 p {
    margin-left: 10px;
}

.btn-promo-set-01 {
    display: flex;
}

.btn-promo-set-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-promo-set-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-promo-set-02 div:nth-child(1){
    width: 60%;
}

.btn-promo-set-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-promo-set-02 p {
    margin: 0;
}

.btn-promo-settings {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .case-promo-set img {
        max-width: 348px;
    }
    .strip-promo-set-01:before {
        display: none;
    }
    .strip-promo-set-02:before {
        display: none;
    }
    .strip-promo-set-03:before {
        display: none;
    }
	.vert-promo-set-01 li:before {
    	display: none;
	}
	.vert-promo-set-02 li:before {
    	display: none;
	}
   .vert-promo-set-03 li:before {
    	display: none;
	}
	.vert-promo-set-04 li:before {
    	display: none;
	}
	.btn-promo-set-02 {
		flex-direction: column;
	}
	.btn-promo-set-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-promo-set-02 {
    	padding: 23px 0 15px 19px;
    }
}
/* СТИЛИ СТРАНИЦЫ ЯНДЕКС ПРОМОСТРАНИЦЫ. НАСТРАИВАЕМ РЕКЛАМУ ОТ А ДО Я КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ЗАКАЗАТЬ SMM И НЕ СЛИТЬ БЮДЖЕТ НАЧАЛО */
.case-waste-budget {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-waste-budget p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-waste-budget ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-waste-budget li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-waste-budget li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBAEC !important;
    left: 0;
    top: 6px !important;
}

.case-waste-budget img {
    max-width: 720px;
}

/*  1 блок */
.img-waste-budget-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК */
.strip-waste-budget-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-waste-budget-01:before {
    content: '';
    width: 374px;
    height: 11px;
    background: #FFBAEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-waste-budget-01 p {
    margin-left: 10px;
}

.vert-waste-budget-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-waste-budget-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-waste-budget-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 110px !important;
    border-radius: 0% !important;
    background: #FFBAEC !important;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК YOUTUBE И TELEGRAM */
.text-waste-budget-04 p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
    font-size: 16px;
}

.vert-waste-budget-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-waste-budget-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-waste-budget-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 80px !important;
    border-radius: 0% !important;
    background: #FFBAEC !important;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ОДНОКЛАССНИК И ВКОНТАКТЕ */
.text-waste-budget-08 p:nth-child(1) {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
    font-size: 16px;
}

.img-waste-budget-04 p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
    font-size: 16px;
}

.img-waste-budget-04 img {
    padding-bottom: 15px;
}

/* 5 БЛОК ПРАВИЛО ВТОРОЕ: ВЫБИРАТЬ SMM ПОДРЯДЧИКА С КЕЙСАМИ */
.strip-waste-budget-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-waste-budget-02:before {
    content: '';
    width: 584px;
    height: 11px;
    background: #FFBAEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-waste-budget-02 p {
    margin-left: 10px;
}

.img-waste-budget-05 img {
    padding-bottom: 15px;
}

.img-waste-budget-06 p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
    font-size: 16px;
}

.vert-waste-budget-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-waste-budget-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-waste-budget-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 132px !important;
    border-radius: 0% !important;
    background: #FFBAEC !important;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ПРАВИЛО ТРЕТЬЕ: АККУРАТНО СЛЕДОВАТЬ ТРЕНДАМ */
.strip-waste-budget-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-waste-budget-03:before {
    content: '';
    width: 509px;
    height: 11px;
    background: #FFBAEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-waste-budget-03 p {
    margin-left: 10px;
}

.vert-waste-budget-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-waste-budget-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-waste-budget-04 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 100px !important;
    border-radius: 0% !important;
    background: #FFBAEC;
    left: 1px !important;
    top: -7px !important;
}

/* 6 БЛОК КЕЙСЫ В СТУДИЮ… */
.strip-waste-budget-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-waste-budget-04:before {
    content: '';
    width: 223px;
    height: 11px;
    background: #FFBAEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-waste-budget-04 p {
    margin-left: 10px;
}

.line-waste-budget p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-waste-budget :before,
.line-waste-budget :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-waste-budget :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-waste-budget {
    display: flex !important;
    flex-direction: column !important;
    margin-top: 27px !important;
    margin-bottom: 40px !important;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

/* storeez */
.storeez-text-budget {
    display: flex;
    align-items: center;
    margin-left: 31px;
}

.storeez-icon-budget img {
    max-width: 74px !important;
    margin-right: 31px !important;
	margin-bottom: 139px;
}

.storeez-img-budget {
    display: flex;
}

.img-waste-budget-09 img {
    max-width: 338px !important;
	  margin: 0 10px 50px 148px !important;
}

.img-waste-budget-10 img {
    max-width: 211px !important;
}

/* samocat */
.samocat-text-budget{
    display: flex;
    align-items: center;
    margin-left: 31px;
}

.samocat-icon-budget img {
    max-width: 59px !important;
    margin-right: 50px !important;
	 margin-bottom: 109px;
}

.samocat-img-budget {
    display: flex;
}

.img-waste-budget-11 img {
    width: 237px !important;
    margin: 0 10px 50px 148px !important;
}

.img-waste-budget-12 img {
    width: 239px !important;
    margin-top: -9px;
}

/* tnt */
.tnt-text-budget{
    display: flex;
    align-items: center;
    margin-left: 31px;
}

.tnt-icon-budget img{
    max-width: 91px !important;
    margin-right: 17px !important;
    margin-bottom: 99px;
}

.tnt-img-budget {
    display: flex;
}

.img-waste-budget-13 img {
    width: 275px !important;
    margin: 0 10px 50px 148px !important;
}

.img-waste-budget-14 img {
    max-width: 260px !important;
    margin-bottom: 36px;
}

/* 7 БЛОК ПРАВИЛО ЧЕТВЕРТОЕ: НЕ СЛЕДОВАТЬ ПРАВИЛАМ */
.strip-waste-budget-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-waste-budget-05:before {
    content: '';
    width: 474px;
    height: 11px;
    background: #FFBAEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-waste-budget-05 p {
    margin-left: 10px;
}

.vert-waste-budget-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-waste-budget-05 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-waste-budget-05 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 73px !important;
    border-radius: 0% !important;
    background: #FFBAEC;
    left: 1px !important;
    top: -7px !important;
}

.btn-waste-budget-01 {
    display: flex;
}

.btn-waste-budget-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-waste-budget-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-waste-budget-02 div:nth-child(1){
    width: 60%;
}

.btn-waste-budget-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-waste-budget-02 p {
    margin: 0;
}

.btn-order-smm {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important; 
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-waste-budget-01:before {
        display: none;
    }
    .strip-waste-budget-02:before {
        display: none;
    }
    .strip-waste-budget-03:before {
        display: none;
    }
    .strip-waste-budget-04:before {
        display: none;
    }
    .strip-waste-budget-05:before {
        display: none;
    }
    .vert-waste-budget-01 li:before {
        display: none;
    }
    .vert-waste-budget-02 li:before {
        display: none;
    }
    .vert-waste-budget-03 li:before {
        display: none;
    }
    .vert-waste-budget-04 li:before {
        display: none;
    }
    .vert-waste-budget-05 li:before {
        display: none;
    }
    .btn-waste-budget-02 {
		flex-direction: column;
	}
	.btn-waste-budget-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-waste-budget-02 {
    	padding: 23px 0 15px 19px;
    }
	.storeez-text-budget {
		  flex-direction: column;
	}
	.storeez-text-budget div:nth-child(1) {
        width: 100%;
    }
    .storeez-text-budget p {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .storeez-icon-budget img {
		margin-left: 125px;
        margin-bottom: 0px;
    }
	.img-waste-budget-09 img {
    	max-width: 165px !important;
    	margin: 0 10px 50px 24px !important;
		}
    .img-waste-budget-10 img {
    		max-width: 107px !important;
		}
	.samocat-text-budget {
		  flex-direction: column;
	}
	.samocat-text-budget div:nth-child(1) {
        width: 100%;
    }
    .samocat-text-budget p {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .samocat-icon-budget img {
				margin-left: 125px;
        margin-bottom: 0px;
    }
	.img-waste-budget-11 img {
    		max-width: 140px !important;
    		margin: 0 10px 50px 24px !important;
	}
    .img-waste-budget-12 img {
    		max-width: 157px !important;
	}
	.tnt-text-budget {
		  flex-direction: column;
	}
	.tnt-text-budget div:nth-child(1) {
        width: 100%;
    }
    .tnt-text-budget p {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .tnt-icon-budget img {
		margin-left: 125px;
        margin-bottom: 0px;
    }
	.img-waste-budget-13 img {
    	max-width: 140px !important;
    	margin: 0 10px 50px 23px !important;
	}
   .img-waste-budget-14 img {
    	max-width: 163px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ЗАКАЗАТЬ SMM И НЕ СЛИТЬ БЮДЖЕТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: РЕПУТАЦИЯ КЛИНИКИ ЗА 90 ДНЕЙ НАЧАЛО */
.case-clinic-day {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-clinic-day p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-clinic-day ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-clinic-day li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-clinic-day li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #60B0FF !important;
    left: 0;
    top: 6px !important;
}

.case-clinic-day img {
    max-width: 720px;
}

.case-clinic-day center {
    font-weight: 700;
}

/*  1 блок */
.img-clinic-day-01 img {
    margin-bottom: 15px;
}

.vert-clinic-day-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-clinic-day-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-clinic-day-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #60B0FF;
    left: 1px !important; 
    top: -7px !important;
}

.text-clinic-day-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 2 БЛОК SERM: СОЗДАНИЕ КАРТОЧЕК */
.strip-clinic-day-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-clinic-day-01:before {
    content: '';
    width: 277px;
    height: 11px;
    background: #60B0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-clinic-day-01 p {
    margin-left: 10px;
}

.vert-clinic-day-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-clinic-day-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-clinic-day-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 72px !important;
    border-radius: 0% !important;
    background: #60B0FF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ORM: СБОР ОТЗЫВОВ */
.strip-clinic-day-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-clinic-day-02:before {
    content: '';
    width: 219px;
    height: 11px;
    background: #60B0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-clinic-day-02 p {
    margin-left: 10px;
}

.vert-clinic-day-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-clinic-day-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-clinic-day-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 78px !important;
    border-radius: 0% !important;
    background: #60B0FF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК SERM: РАБОТА С ПОИСКОВОЙ ВЫДАЧЕЙ */
.strip-clinic-day-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-clinic-day-03:before {
    content: '';
    width: 379px;
    height: 11px;
    background: #60B0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-clinic-day-03 p {
    margin-left: 10px;
}

.btn-clinic-day-01 {
    display: flex;
}

.btn-clinic-day-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-clinic-day-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-clinic-day-02 div:nth-child(1){
    width: 60%;
}

.btn-clinic-day-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-clinic-day-02 p {
    margin: 0;
}

.btn-clinic-ninety {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-clinic-day-01:before {
        display: none;
    }
    .strip-clinic-day-02:before {
        display: none;
    }
    .strip-clinic-day-03:before {
        display: none;
    }
    .vert-clinic-day-01 li:before {
        display: none;
    }
    .vert-clinic-day-02 li:before {
        display: none;
    }
    .vert-clinic-day-03 li:before {
        display: none;
    }
    .btn-clinic-day-02 {
		flex-direction: column;
	}
	.btn-clinic-day-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-clinic-day-02 {
    	padding: 23px 0 15px 19px;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: РЕПУТАЦИЯ КЛИНИКИ ЗА 90 ДНЕЙ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ НЕ ЛЕЙ ВОДУ: КЕЙС ПО РЕКЛАМЕ В “ПРОМОСТРАНИЦАХ” НАЧАЛО */
.case-adver-prom {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-adver-prom p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-adver-prom ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-adver-prom li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-adver-prom li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFAB95 !important;
    left: 0;
    top: 6px !important;
}

.case-adver-prom img {
    max-width: 720px;
}

.case-adver-prom center {
    font-weight: 700;
}

/*  1 блок */
.img-adver-prom-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК С ЧЕГО НАЧАТЬ ПРОДВИЖЕНИЕ ВОДЫ? */
.strip-adver-prom-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-prom-01:before {
    content: '';
    width: 366px;
    height: 11px;
    background: #FFAB95;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-prom-01 p {
    margin-left: 10px;
}

.vert-adver-prom-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-adver-prom-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-adver-prom-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 104px !important;
    border-radius: 0% !important;
    background: #FFAB95;
    left: 1px !important;
    top: -7px !important;
}

.text-adver-prom-04 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px !important;
    margin-bottom: 15px;
}

/* 3 БЛОК ВОДА ВСЕМ ВОЗРАСТАМ ПОКОРНА: АУДИТОРИЯ И ТЕСТОВАЯ РК */
.strip-adver-prom-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-prom-02:before {
    content: '';
    width: 591px;
    height: 11px;
    background: #FFAB95;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-prom-02 p {
    margin-left: 10px;
}

.vert-adver-prom-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-adver-prom-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-adver-prom-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 104px !important;
    border-radius: 0% !important;
    background: #FFAB95;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК СЕКРЕТЫ ТАРГЕТИНГА: ОТ ИНТЕРЕСА К ПОКУПКЕ */
.strip-adver-prom-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-prom-03:before {
    content: '';
    width: 459px;
    height: 11px;
    background: #FFAB95;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-prom-03 p {
    margin-left: 10px;
}

/* 5 БЛОК РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ В “ПРОМОСТРАНИЦАХ” */
.strip-adver-prom-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-prom-04:before {
    content: '';
    width: 494px;
    height: 11px;
    background: #FFAB95;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-prom-04 p {
    margin-left: 10px;
}

.list-adver-prom-04 li:before {
    display: none;
}

.list-adver-prom-04 li {
    padding-left: 0 !important;
}

.list-adver-prom-04 ol {
	  padding-left: 46px !important;
}

.btn-adver-prom-01 {
    display: flex;
}

.btn-adver-prom-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-adver-prom-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-adver-prom-02 div:nth-child(1){
    width: 60%;
}

.btn-adver-prom-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-adver-prom-02 p {
    margin: 0;
}

.btn-advertising-promoting {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	  color: #1A2129 !important;
	  font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-adver-prom-01:before {
        display: none;
    }
    .strip-adver-prom-02:before {
        display: none;
    }
    .strip-adver-prom-03:before {
        display: none;
    }
    .strip-adver-prom-04:before {
        display: none;
    }
    .vert-adver-prom-01 li:before {
        display: none;
    }
    .vert-adver-prom-02 li:before {
        display: none;
    }
    .btn-adver-prom-02 {
		flex-direction: column;
	}
	.btn-adver-prom-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-adver-prom-02 {
    	padding: 23px 0 15px 19px;
    }
}
/* СТИЛИ СТРАНИЦЫ НЕ ЛЕЙ ВОДУ: КЕЙС ПО РЕКЛАМЕ В “ПРОМОСТРАНИЦАХ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПОПАСТЬ В ПОИСКОВЫЕ ПОДСКАЗКИ “ЯНДЕКСА” НАЧАЛО */
.case-search-sug {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-search-sug p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-search-sug ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-search-sug li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-search-sug li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFE04D !important;
    left: 0;
    top: 6px !important;
}

.case-search-sug img {
    max-width: 720px;
}

/*  1 блок */
.img-search-sug-01 img {
    margin-bottom: 15px;
}

.vert-search-sug-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-search-sug-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-search-sug-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 81px !important;
    border-radius: 0%;
    background: #FFE04D;
    left: 1px !important;
    top: -7px !important;
}

.img-search-sug-02 img {
    padding-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ ПОИСКОВЫЕ ПОДСКАЗКИ? */
.strip-search-sug-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-search-sug-01:before {
    content: '';
    width: 360px;
    height: 11px;
    background: #FFE04D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-search-sug-01 p {
    margin-left: 10px;
}

.text-search-sug-04 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 3 БЛОК КАК СОРТИРУЮТСЯ ПОИСКОВЫЕ ПОДСКАЗКИ? */
.strip-search-sug-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-search-sug-02:before {
    content: '';
    width: 435px;
    height: 11px;
    background: #FFE04D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-search-sug-02 p {
    margin-left: 10px;
}

.vert-search-sug-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-search-sug-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-search-sug-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 54px !important;
    border-radius: 0%;
    background: #FFE04D;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ПОЧЕМУ ПОДСКАЗКИ УДОБНЫ ПОЛЬЗОВАТЕЛЮ? */
.strip-search-sug-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-search-sug-03:before {
    content: '';
    width: 456px;
    height: 11px;
    background: #FFE04D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-search-sug-03 p {
    margin-left: 10px;
}

.vert-search-sug-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-search-sug-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-search-sug-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 76px !important;
    border-radius: 0%;
    background: #FFE04D;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ПОЧЕМУ ПОДСКАЗКИ ВЛИЯЮТ НА БИЗНЕС? */
.strip-search-sug-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-search-sug-04:before {
    content: '';
    width: 409px;
    height: 11px;
    background: #FFE04D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-search-sug-04 p {
    margin-left: 10px;
}

/* 6 БЛОК МОЖНО ЛИ ПОВЛИЯТЬ НА ПОИСКОВЫЕ ПОДСКАЗКИ? */
.strip-search-sug-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-search-sug-05:before {
    content: '';
    width: 500px;
    height: 11px;
    background: #FFE04D;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-search-sug-05 p {
    margin-left: 10px;
}

.vert-search-sug-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-search-sug-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-search-sug-04 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 109px !important;
    border-radius: 0%;
    background: #FFE04D;
    left: 1px !important;
    top: -7px !important;
}

.vert-search-sug-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-search-sug-05 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-search-sug-05 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 110px !important;
    border-radius: 0%;
    background: #FFE04D;
    left: 1px !important;
    top: -7px !important;
}

@media (max-width: 414px) {
	.strip-search-sug-01:before {
		display: none;
	}
	.strip-search-sug-02:before {
		display: none;
	}
	.strip-search-sug-03:before {
		display: none;
	}
	.strip-search-sug-04:before {
		display: none;
	}
	.strip-search-sug-05:before {
		display: none;
	}
	.vert-search-sug-01 li:before {
		display: none;
	}
	.vert-search-sug-02 li:before {
		display: none;
	}
	.vert-search-sug-03 li:before {
		display: none;
	}
	.vert-search-sug-04 li:before {
		display: none;
	}
	.vert-search-sug-05 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОПАСТЬ В ПОИСКОВЫЕ ПОДСКАЗКИ “ЯНДЕКСА” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЗАКАЗАТЬ ПРОДВИЖЕНИЕ НА МАРКЕТПЛЕЙСАХ: КАКУЮ РЕКЛАМУ ВЫБРАТЬ НАЧАЛО */
.case-prom-market {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prom-market p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-prom-market ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-prom-market li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-prom-market li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #939BE9 !important;
    left: 0 !important;
    top: 6px !important;
}

.case-prom-market img {
    max-width: 720px;
}

/*  1 блок */
.img-prom-market-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК ПУТЬ КЛИЕНТА НА МАРКЕТПЛЕЙСАХ */
.strip-prom-market-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-market-01:before {
    content: '';
    width: 346px;
    height: 11px;
    background: #939BE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-market-01 p {
    margin-left: 10px;
}

.vert-prom-market-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-prom-market-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-prom-market-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #939BE9;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК БЕСПЛАТНЫЕ МЕТОДЫ ПРОДВИЖЕНИЯ */
.strip-prom-market-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-market-02:before {
    content: '';
    width: 373px;
    height: 11px;
    background: #939BE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-market-02 p {
    margin-left: 10px;
}

.vert-prom-market-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-prom-market-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-prom-market-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #939BE9;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ВНУТРЕННЯЯ РЕКЛАМА НА МАРКЕТПЛЕЙСАХ */
.strip-prom-market-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-market-03:before {
    content: '';
    width: 425px;
    height: 11px;
    background: #939BE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-market-03 p {
    margin-left: 10px;
}

.vert-prom-market-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-prom-market-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-prom-market-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #939BE9;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ВНЕШНЯЯ РЕКЛАМА */
.strip-prom-market-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-market-04:before {
    content: '';
    width: 213px;
    height: 11px;
    background: #939BE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-market-04 p {
    margin-left: 10px;
}

.vert-prom-market-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-prom-market-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-prom-market-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #939BE9;
    left: 1px !important;
    top: -7px !important;
}


.list-prom-market-13 li:nth-child(2)::before {
    display: none;
}

.btn-prom-market-01 {
    display: flex;
}

.btn-prom-market-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-prom-market-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-prom-market-02 div:nth-child(1){
    width: 60%;
}

.btn-prom-market-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-prom-market-02 p {
    margin: 0;
}

.btn-promotion-marketplace {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
    .strip-prom-market-01:before {
        display: none;
    }
    .strip-prom-market-02:before {
        display: none;
    }
    .strip-prom-market-03:before {
        display: none;
    }
    .strip-prom-market-04:before {
        display: none;
    }
    .vert-prom-market-01 li:before {
        display: none;
    }
    .vert-prom-market-02 li:before {
        display: none;
    }
    .vert-prom-market-03 li:before {
        display: none;
    }
	.vert-prom-market-04 li:before {
        display: none;
    }
	.btn-prom-market-02 {
		flex-direction: column;
	}
	.btn-prom-market-02 div:nth-child(1) {
    	width: 100%;
  	}
	.btn-prom-market-02 {
    	padding: 23px 0 15px 23px;
  	}
}
/* СТИЛИ СТРАНИЦЫ ЗАКАЗАТЬ ПРОДВИЖЕНИЕ НА МАРКЕТПЛЕЙСАХ: КАКУЮ РЕКЛАМУ ВЫБРАТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СПЕЦИАЛИСТ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ: СУПЕРМЕН, ШПИОН, САПЕР НАЧАЛО */
.case-spy-man {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-spy-man p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-spy-man ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-spy-man li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-spy-man li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB181 !important;
    left: 0 !important;
    top: 6px !important;
}

.case-spy-man img {
    max-width: 720px;
}

/*  1 блок */
.img-spy-man-01 img {
    margin-bottom: 15px;
}

.vert-spy-man-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-spy-man-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-spy-man-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 136px !important;
    border-radius: 0%;
    background: #FFB181;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ЧЕМ ЗАНИМАЕТСЯ СПЕЦИАЛИСТ ПО РЕПУТАЦИИ */
.strip-spy-man-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-spy-man-01:before {
    content: '';
    width: 457px;
    height: 11px;
    background: #FFB181;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-spy-man-01 p {
    margin-left: 10px;
}

/* 3 БЛОК СКОЛЬКО ЗАРАБАТЫВАЕТ ORM СПЕЦИАЛИСТ */
.strip-spy-man-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-spy-man-02:before {
    content: '';
    width: 418px;
    height: 11px;
    background: #FFB181;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-spy-man-02 p {
    margin-left: 10px;
}

.vert-spy-man-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-spy-man-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-spy-man-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 96px !important;
    border-radius: 0%;
    background: #FFB181;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ГДЕ УЧИТЬСЯ НА ORM СПЕЦИАЛИСТА */
.strip-spy-man-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-spy-man-03:before {
    content: '';
    width: 360px;
    height: 11px;
    background: #FFB181;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-spy-man-03 p {
    margin-left: 10px;
}

.text-spy-man-08, .text-spy-man-09 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;  
}

@media(max-width: 414px) {
	.strip-spy-man-01:before {
		display: none;
	}
	.strip-spy-man-02:before {
		display: none;
	}
	.strip-spy-man-03:before {
		display: none;
	}
	.vert-spy-man-01 li:before {
		display: none;
	}
	.vert-spy-man-02 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ СПЕЦИАЛИСТ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ: СУПЕРМЕН, ШПИОН, САПЕР КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ 10 КНИГ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ БРЕНДА НАЧАЛО */
.case-manag-book {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-manag-book p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-manag-book img {
    max-width: 720px;
}

.sub-manag-book p {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*  1 блок */
.img-manag-book-01 img {
    margin-bottom: 15px;
}

.vert-manag-book-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-manag-book-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  color: #000000 !important;
}

.vert-manag-book-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 79px !important;
    border-radius: 0% !important;
    background: #F2DE7F !important;
    left: 1px !important;
    top: -7px !important;
}

@media (max-width: 414px) {
	.vert-manag-book-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ 10 КНИГ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ БРЕНДА КОНЕЦ */

/* Купить рекламу Вконтакте: 5 популярных способов НАЧАЛО */
.popular-networks-mw {
    display: block !important;
    max-width: 720px;
    margin: 0 auto;
}

.popular-networks-mw p {
    font-size: 16px;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 10px !important;
    margin-bottom: 15px !important;
}

.popular-networks-mw ul {
    list-style: none !important;
    line-height: 20px !important;
    padding: 0 !important;
    margin-left: 10px !important;
}

.popular-networks-mw li {
    position: relative !important;
    margin-bottom: 10px !important;
    padding-right: 50px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.popular-networks-mw li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #306CB4 !important;
    left: 0 !important;
    top: 6px !important;
}
/* блок с полоской */
.popular-networks-mw img {
    max-width: 720px;
}

.popular-networks-list-1 ul {
	  list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.popular-networks-list-1 li{
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    color: #000000 !important;
}

.popular-networks-list-1 li:before{
    content: '';
    position: absolute;
    width: 6px!important;
    height: 76px!important;
    border-radius: 0% !important;
    left: 1px !important;
    top: -7px !important;
}

.popular-networks-list-2{
    position: relative!important;
    margin-top: 20px!important;
    margin-bottom: 10px!important;
}

.popular-networks-list-2:before {
    content: '';
    width: 229px;
    height: 11px !important;
    background: rgba(48, 108, 180, 0.6) !important;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px !important;
    z-index: -1 !important;
}

.popular-networks-list-2 p {
    margin-left: 10px;
}

.popular-networks-text-2 p{
    text-align: center !important;
}

.popular-networks-list-249:before{
    width: 249px;
}
.popular-networks-list-290:before{
    width: 290px;
}
.popular-networks-list-269:before{
    width: 269px;
}
.popular-networks-list-480:before{
    width: 480px;
}

.popular-networks-btn {
    display: flex;
}

.popular-networks-btn {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.popular-networks-btn-flex {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.popular-networks-btn-flex div:nth-child(1){
    width: 60%;
}

.popular-networks-btn-flex div:nth-child(2){
    padding-right: 20px;
}

.popular-networks-btn-flex p {
    margin: 0;
}

.btn-net-flex {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
	.popular-networks-list-2:before   {
		display: none;
	}
	.popular-networks-list-1 li:before {
		display: none;
	}
	.popular-networks-btn-flex {
    flex-direction: column;
  }
  .popular-networks-btn-flex div:nth-child(1) {
      width: 100%;
    }
  .popular-networks-btn-flex {
      padding: 23px 0 15px 19px;
    }
}
/* Купить рекламу Вконтакте: 5 популярных способов КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МОНИТОРИНГ СОЦИАЛЬНЫХ СЕТЕЙ ДЛЯ ТЕХ, КТО НЕ ЛЮБИТ АНАЛИТИКУ НАЧАЛО */
.case-social-media {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-social-media p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-social-media ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-social-media li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-social-media li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9EC3EC !important;
    left: 0;
    top: 6px !important;
}

.case-social-media img {
    max-width: 720px !important;
}

.case-social-media center {
    font-weight: 700;
}


/*  1 блок */
.img-social-media-01 img {
    margin-bottom: 15px;
}

.vert-social-media-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-social-media-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-social-media-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 106px !important;
    border-radius: 0%;
    background: #9EC3EC;
    left: 1px !important;
    top: -7px !important;
}

/* 2 блок ЗАЧЕМ НУЖЕН МОНИТОРИНГ СОЦИАЛЬНЫХ СЕТЕЙ */
.strip-social-media-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-media-01:before {
    content: '';
    width: 480px;
    height: 11px;
    background: #9EC3EC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-social-media-01 p {
    margin-left: 10px;
}

.text-social-media-02, .text-social-media-12 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px !important;
    margin-bottom: 15px !important;
}

/* 3 БЛОК ЧТО ТАКОЕ SOCIAL LISTENING? */
.strip-social-media-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-media-02:before {
    content: '';
    width: 286px;
    height: 11px;
    background: #9EC3EC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-social-media-02 p {
    margin-left: 10px;
}

.vert-social-media-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-social-media-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important; 
}

.vert-social-media-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 106px !important;
    border-radius: 0%;
    background: #9EC3EC;
    left: 1px !important;
    top: -7px !important;
}

.line-text-media-01 p {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.line-text-media-01 :before,
.line-text-media-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-media-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-social-media {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.spotify-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-social-media-01 img {
    max-width: 104px !important;
    margin-right: 18px;
}

.burger-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-social-media-02 img {
    max-width: 69px !important;
    margin-right: 52px;
}

/* 4 БЛОК ЧЕМ ОТЛИЧАЕТСЯ МОНИТОРИНГ В СОЦСЕТЯХ И МЕССЕНДЖЕРАХ? */
.strip-social-media-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-media-03:before {
    content: '';
    width: 600px;
    height: 11px;
    background: #9EC3EC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-social-media-03 p {
    margin-left: 10px;
}

/* 5 БЛОК КАК НАСТРОИТЬ АВТОМАТИЗИРОВАННЫЙ МОНИТОРИНГ ЗА 3 ШАГА */
.strip-social-media-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-media-04:before {
    content: '';
    width: 641px;
    height: 11px;
    background: #9EC3EC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-social-media-04 p {
    margin-left: 10px;
}

.vert-social-media-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-social-media-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-social-media-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 106px !important;
    border-radius: 0%;
    background: #9EC3EC;
    left: 1px !important;
    top: -7px !important;
}

.vert-social-media-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-social-media-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-social-media-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 106px !important;
    border-radius: 0%;
    background: #9EC3EC;
    left: 1px !important;
    top: -7px !important;
}

/* 6 БЛОК ЛАЙФХАК: КАК МОНИТОРИНГ ВЫЯВЛЯЕТ КРИЗИС */
.strip-social-media-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-media-05:before {
    content: '';
    width: 468px;
    height: 11px;
    background: #9EC3EC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-social-media-05 p {
    margin-left: 10px;
}

.btn-social-media-01 {
    display: flex;
}

.btn-social-media-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-social-media-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-social-media-02 div:nth-child(1){
    width: 60%;
}

.btn-social-media-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-social-media-02 p {
    margin: 0;
}

.btn-social-analytics {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
	.strip-social-media-01:before {
		display: none;
	}
	.strip-social-media-02:before {
		display: none;
	}
	.strip-social-media-03:before {
		display: none;
	}
	.strip-social-media-04:before {
		display: none;
	}
	.strip-social-media-05:before {
		display: none;
	}
	.vert-social-media-01 li:before{
		display: none;
	}
	.vert-social-media-02 li:before{
		display: none;
	}
	.vert-social-media-03 li:before{
		display: none;
	}
	.vert-social-media-04 li:before{
		display: none;
	}
	.case-social-media img {
		max-width: 384px !important;
	}
	.spotify-icon-01 {
     	flex-direction: column;
    }
    .spotify-icon-01 div:nth-child(1)   {
      	width: 100%;
      	margin-left: 228px;
    }
    .spotify-text-mark {
      	padding: 23px 19px 0 0;
      	margin-left: -8px;
    }
    .icon-social-media-01 img {
      	margin-bottom: 10px;
	  	max-width: 104px !important;
    }
	.burger-icon-02 {
     	flex-direction: column;
    }
    .burger-icon-02 div:nth-child(1)   {
      	width: 100%;
      	margin-left: 228px;
    }
    .spotify-social-media {
      	padding: 23px 19px 0 0;
      	margin-left: -8px;
    }
    .icon-social-media-02 img {
      	margin-bottom: 10px;
	  	max-width: 69px !important;
    }
	.btn-social-media-02 {
	  	flex-direction: column;
	}
	.btn-social-media-02 div:nth-child(1) {
      	width: 100%;
    }
	.btn-social-media-02 {
      	padding: 23px 0 15px 23px !important;
  }
}
/* СТИЛИ СТРАНИЦЫ МОНИТОРИНГ СОЦИАЛЬНЫХ СЕТЕЙ ДЛЯ ТЕХ, КТО НЕ ЛЮБИТ АНАЛИТИКУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: С НУЛЯ  ДО ПЕРВЫХ ПРОДАЖ ВКОНТАКТЕ ЗА 30 ДНЕЙ НАЧАЛО */
.case-first-sales {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-first-sales p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-first-sales ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-first-sales li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-first-sales li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF885C !important;
    left: 0 !important;
    top: 6px !important;
}

.case-first-sales img {
    max-width: 720px;
	margin-bottom: 15px;
}

.case-first-sales center {
    font-weight: 700;
	  padding-bottom: 15px;
}

/*  1 блок */
.text-first-sales-03 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.line-first-sales-01 p {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.line-first-sales-01 :before,
.line-first-sales-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-first-sales-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-first-sales {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

/* 2 БЛОК ОФОРМЛЕНИЕ СООБЩЕСТВА */
.strip-first-sales-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-first-sales-01:before {
    content: '';
    width: 278px;
    height: 11px;
    background: #FF885C;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-first-sales-01 p {
    margin-left: 10px;
}

/* 3 БЛОК КОНТЕНТ-ПЛАН */
.strip-first-sales-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-first-sales-02:before {
    content: '';
    width: 162px;
    height: 11px;
    background: #FF885C;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-first-sales-02 p {
    margin-left: 10px;
}

/* 4 БЛОК МАГАЗИН ВКОНТАКТЕ */
.strip-first-sales-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-first-sales-03:before {
    content: '';
    width: 217px;
    height: 11px;
    background: #FF885C;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-first-sales-03 p {
    margin-left: 10px;
}

/* 5 БЛОК КОММУНИКАЦИЯ */
.strip-first-sales-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-first-sales-04:before {
    content: '';
    width: 176px;
    height: 11px;
    background: #FF885C;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-first-sales-04 p {
    margin-left: 10px;
}

/* 6 БЛОК ТАРГЕТИРОВАННАЯ РЕКЛАМА */
.strip-first-sales-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-first-sales-05:before {
    content: '';
    width: 286px;
    height: 11px;
    background: #FF885C;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-first-sales-05 p {
    margin-left: 10px;
}

/* 7 БЛОК РЕЗУЛЬТАТЫ */
.strip-first-sales-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-first-sales-06:before {
    content: '';
    width: 133px;
    height: 11px;
    background: #FF885C;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-first-sales-06 p {
    margin-left: 10px;
}

.vert-first-sales-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-first-sales-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-first-sales-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 78px !important;
    border-radius: 0%; 
    background: #FF885C;
    left: 1px !important;
    top: -7px !important;
}

.btn-first-sales-01 {
    display: flex;
}

.btn-first-sales-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-first-sales-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-first-sales-02 div:nth-child(1){
    width: 60%;
}

.btn-first-sales-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-first-sales-02 p {
    margin: 0;
}

.btn-sales-days {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important; 
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
	.strip-first-sales-01:before {
		display: none;
	}
	.strip-first-sales-02:before {
		display: none;
	}
	.strip-first-sales-03:before {
		display: none;
	}
	.strip-first-sales-04:before {
		display: none;
	}
	.strip-first-sales-05:before {
		display: none;
	}
	.strip-first-sales-06:before {
		display: none;
	}
	.vert-first-sales-01 li:before {
		display: none;
	}
	.btn-first-sales-02 {
		flex-direction: column;
	}
	.btn-first-sales-02 div:nth-child(1) {
    	width: 100%;
  }
	.btn-first-sales-02 {
    	padding: 23px 0 15px 23px !important;
  }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: С НУЛЯ  ДО ПЕРВЫХ ПРОДАЖ ВКОНТАКТЕ ЗА 30 ДНЕЙ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ: ПОВЫСИТЬ ЛОЯЛЬНОСТЬ НА 173% НАЧАЛО */
.case-increase-loyalty {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-increase-loyalty p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-increase-loyalty ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-increase-loyalty li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-increase-loyalty li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BABEFF !important;
    left: 0 !important; 
    top: 6px !important;
}

.case-increase-loyalty img {
    max-width: 720px;
}

.case-increase-loyalty center {
    font-weight: 700;
}

/*  1 блок */
.img-increase-loyalty-01 img {
    margin-bottom: 15px;
}

.line-increase-loyalty-01 p {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.line-increase-loyalty-01 :before,
.line-increase-loyalty-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-increase-loyalty-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-increase-loyalty {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.text-increase-loyalty-04 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 2 БЛОК РАБОТА НА УЗНАВАЕМОСТЬ И ДОВЕРИЕ */
.strip-increase-loyalty-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-increase-loyalty-01:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #BABEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-increase-loyalty-01 p {
    margin-left: 10px;
}

/* 3 БЛОК НОВЫЙ ФОКУС НА КАЧЕСТВЕ */
.strip-increase-loyalty-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-increase-loyalty-02:before {
    content: '';
    width: 285px;
    height: 11px;
    background: #BABEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-increase-loyalty-02 p {
    margin-left: 10px;
}

.btn-increase-loyalty-01 {
    display: flex;
}

.btn-increase-loyalty-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-increase-loyalty-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-increase-loyalty-02 div:nth-child(1){
    width: 60%;
}

.btn-increase-loyalty-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-increase-loyalty-02 p {
    margin: 0;
}

.btn-reputation-loyalty {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
	.strip-increase-loyalty-01:before {
		display: none;
	}
	.strip-increase-loyalty-02:before {
		display: none;
	}
	.btn-increase-loyalty-02 {
		flex-direction: column;
	}
	.btn-increase-loyalty-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-increase-loyalty-02 {
    	padding: 23px 0 15px 23px !important;
    } 
}
/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ: ПОВЫСИТЬ ЛОЯЛЬНОСТЬ НА 173% КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИМИДЖ НА КРЮЧКЕ: ПРОДВИЖЕНИЕ СТАТЬЯМИ В СМИ НАЧАЛО */
.case-prom-articles {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prom-articles p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-prom-articles ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-prom-articles li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-prom-articles li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BE67FF !important;
    left: 0 !important;
    top: 6px !important;
}

.case-prom-articles img {
    max-width: 720px;
}

/*  1 блок */
.img-prom-articles-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК ЗАЧЕМ ПРОДВИГАТЬСЯ С ПОМОЩЬЮ СТАТЕЙ */
.strip-prom-articles-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-articles-01:before {
    content: '';
    width: 428px;
    height: 11px;
    background: #BE67FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-articles-01 p {
    margin-left: 10px;
}

.text-prom-articles-02 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 3 БЛОК КАКОЙ ДОЛЖНА БЫТЬ СТАТЬЯ ОТ ЭКСПЕРТА */
.strip-prom-articles-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-articles-02:before {
    content: '';
    width: 428px;
    height: 11px;
    background: #BE67FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-articles-02 p {
    margin-left: 10px;
}

/* 4 БЛОК 9 СПОСОБОВ БЕСПЛАТНО ПОПАСТЬ В СМИ */
.strip-prom-articles-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prom-articles-03:before {
    content: '';
    width: 400px;
    height: 11px;
    background: #BE67FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prom-articles-03 p {
    margin-left: 10px;
}

.btn-prom-articles-01 {
    display: flex;
}

.btn-prom-articles-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-prom-articles-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-prom-articles-02 div:nth-child(1){
    width: 60%;
}

.btn-prom-articles-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-prom-articles-02 p {
    margin: 0;
}

.btn-promotion-articles {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
	.strip-prom-articles-01:before{
		display: none;
	}
	.strip-prom-articles-02:before{
		display: none;
	}
	.strip-prom-articles-03:before{
		display: none;
	}
	.btn-prom-articles-02 {
		flex-direction: column;
	}
	.btn-prom-articles-02 div:nth-child(1) {
    	width: 100%;
  }
	.btn-prom-articles-02 {
    	padding: 23px 0 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ ИМИДЖ НА КРЮЧКЕ: ПРОДВИЖЕНИЕ СТАТЬЯМИ В СМИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ — 2023 НАЧАЛО */
.case-manage-trends {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-manage-trends p {
    font-size: 16px !important;
    font-weight: normal!important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-manage-trends img {
    max-width: 720px;
}

.case-manage-trends li {
	 color: #000000 !important;
}

.case-manage-trends li:before {
	 background: linear-gradient(50deg, #BABEFF 0%, #C8FFFF 102.95%) !important;
	 border-radius: 0% !important;
}

/*  1 блок */
.img-manage-trends-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК ОТЗЫВЫ В “ОДНОЙ КОРЗИНЕ” */
.strip-manage-trends-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-trends-01:before {
    content: '';
    width: 288px;
    height: 11px;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-manage-trends-01 p {
    margin-left: 10px;
}

.vert-manage-trends-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-manage-trends-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-manage-trends-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ТОТАЛЬНЫЙ ФАКТЧЕКИНГ */
.strip-manage-trends-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-trends-02:before {
    content: '';
    width: 252px;
    height: 11px;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-manage-trends-02 p {
    margin-left: 10px;
}

.vert-manage-trends-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-manage-trends-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-manage-trends-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 106px !important;
    border-radius: 0%;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%) ;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК SOCIAL LISTENING  */
.strip-manage-trends-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-trends-03:before {
    content: '';
    width: 173px;
    height: 11px;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-manage-trends-03 p {
    margin-left: 10px;
}

.vert-manage-trends-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-manage-trends-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-manage-trends-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ИГРЫ НА ДРУЖЕСКИХ РЕКОМЕНДАЦИЯХ */
.strip-manage-trends-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-trends-04:before {
    content: '';
    width: 383px;
    height: 11px;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-manage-trends-04 p {
    margin-left: 10px;
}

.vert-manage-trends-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-manage-trends-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-manage-trends-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    left: 1px !important;
    top: -7px !important;
}

/* 6 БЛОК РЕПУТАЦИОННЫЙ КОБРЕНДИНГ */
.strip-manage-trends-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-trends-05:before {
    content: '';
    width: 311px;
    height: 11px;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-manage-trends-05 p {
    margin-left: 10px;
}

.line-manage-trends-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-manage-trends-01 :before,
.line-manage-trends-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-manage-trends-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-manage-trends {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.mvideo-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-manage-trends-01-02 img {
    display: flex;
    max-width: 96px !important;
    margin-right: 33px;
    padding-bottom: 10px;
}

.yota-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.icon-manage-trends-03-04 img {
    display: flex;
    max-width: 91px !important;
    margin-right: 38px;
    padding-bottom: 15px;
}

/* 7 БЛОК ПОЛНАЯ ОМНИКАНАЛЬНОСТЬ */
.strip-manage-trends-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-trends-06:before {
    content: '';
    width: 288px;
    height: 11px;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-manage-trends-06 p {
    margin-left: 10px;
}

.vert-manage-trends-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-manage-trends-05 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-manage-trends-05 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: linear-gradient(270deg, #BABEFF 0%, #C8FFFF 102.95%);
    left: 1px !important;
    top: -7px !important;
}

@media(max-width: 414px) {
	.strip-manage-trends-01:before {
		display: none;
	}
	 .strip-manage-trends-02:before {
		display: none;
	}
	 .strip-manage-trends-03:before {
		display: none;
	}
	 .strip-manage-trends-04:before {
		display: none;
	}
	 .strip-manage-trends-05:before {
		display: none;
	}
	 .strip-manage-trends-06:before {
		display: none;
	}
	.vert-manage-trends-01 li:before {
		display: none;
	}
	 .vert-manage-trends-02 li:before {
		display: none;
	}
	 .vert-manage-trends-03 li:before {
		display: none;
	}
	.vert-manage-trends-04 li:before {
		display: none;
	}
	.vert-manage-trends-05 li:before {
		display: none;
	}
	.mvideo-icon-01 {
        flex-direction: column;
		    padding-bottom: 30px;
    }
    
   .mvideo-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
   .mvideo-text-manage {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
   .icon-manage-trends-01-02 img {
        margin-bottom: 0px;
    }
	 .yota-icon-02 {
        flex-direction: column;
    }
    
   .yota-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
   .yota-text-manage {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
   .icon-manage-trends-03-04 img {
        margin-bottom: 0px;
    }
}

 
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ — 2023 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РАСКРУТКА ВКОНТАКТЕ: 10 САМЫХ КРЕАТИВНЫХ КЕЙСОВ ГОДА НАЧАЛО */
.case-most-creative {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-most-creative p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-most-creative img {
    max-width: 720px;
}

.case-most-creative center {
    font-weight: 700;
}

/*  1 блок */
.img-most-creative-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК 1. МАРАФОН ПОЛЕЗНЫХ ПРИВЫЧЕК ОТ “МАГНИТА” */
.strip-most-creative-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-01:before {
    content: '';
    width: 475px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-01 p {
    margin-left: 10px;
}

/* 3 БЛОК 2. ШОУ С УЧАСТИЕМ ВРАЧЕЙ ОТ “ЕАПТЕКИ” */
.strip-most-creative-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-02:before {
    content: '';
    width: 401px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-02 p {
    margin-left: 10px;
}

/* 4 БЛОК 3. СИТКОМ-СООБЩЕСТВО ОТ TORNADO  */
.strip-most-creative-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-03:before {
    content: '';
    width: 363px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-03 p {
    margin-left: 10px;
}

/* 5 БЛОК 4. ВДОХНОВЛЯЮЩИЕ ИСТОРИИ ВЕЛИКИХ ЖЕНЩИН ОТ СБЕРА */
.strip-most-creative-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-04:before {
    content: '';
    width: 571px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-04 p {
    margin-left: 10px;
}

/* 6 БЛОК 5. АВТОРЫ-НЕЙРОСЕТИ ОТ EPICA */
.strip-most-creative-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-05:before {
    content: '';
    width: 311px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-05 p {
    margin-left: 10px;
}

/* 7 БЛОК 6. МИНИ-ПРИЛОЖЕНИЕ ОТ “ПОЧТА БАНКА” */
.strip-most-creative-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-06:before {
    content: '';
    width: 402px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-06 p {
    margin-left: 10px;
}

/* 8 БЛОК 7. ИГРА СО СБЕРКОТОМ */
.strip-most-creative-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-07:before {
    content: '';
    width: 223px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-07 p {
    margin-left: 10px;
}

/* 9 БЛОК 8. ИНТЕРАКТИВНАЯ ИГРА ОТ ТЕЛЕКАНАЛА “DОМАШНИЙ” */
.strip-most-creative-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-08:before {
    content: '';
    width: 521px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-08 p {
    margin-left: 10px;
}

/* 10 БЛОК 9. МЕМЫ ОТ “РОЛЛТОН” */
.strip-most-creative-09 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-09:before {
    content: '';
    width: 231px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-09 p {
    margin-left: 10px;
}

/* 11 БЛОК 10. ВЫПУСКНОЙ ОТ VK */
.strip-most-creative-10 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-10:before {
    content: '';
    width: 213px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-10 p {
    margin-left: 10px;
}

/* 12 БЛОК БОНУС: ВИРУСНЫЙ ПОСТ “ЯНДЕКС.ЛАПКИ” */
.strip-most-creative-11 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-creative-11:before {
    content: '';
    width: 407px;
    height: 11px;
    background: #97CFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-most-creative-11 p {
    margin-left: 10px;
}

.btn-most-creative-01 {
    display: flex;
}

.btn-most-creative-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-most-creative-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-most-creative-02 div:nth-child(1){
    width: 60%;
}

.btn-most-creative-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-most-creative-02 p {
    margin: 0;
}

.btn-vk-creative {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
	.strip-most-creative-01:before {
		display: none;
	}
	.strip-most-creative-02:before {
		display: none;
	}
	.strip-most-creative-03:before {
		display: none;
	}
	.strip-most-creative-04:before {
		display: none;
	}
	.strip-most-creative-05:before {
		display: none;
	}
	.strip-most-creative-06:before {
		display: none;
	}
	.strip-most-creative-07:before {
		display: none;
	}
	.strip-most-creative-08:before {
		display: none;
	}
	.strip-most-creative-09:before {
		display: none;
	}
	.strip-most-creative-10:before {
		display: none;
	}
	.strip-most-creative-11:before {
		display: none;
	}
	.btn-most-creative-02 {
		flex-direction: column;
	}
	.btn-most-creative-02 div:nth-child(1) {
    	width: 100%;
  }
	.btn-most-creative-02 {
    	padding: 23px 0 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ РАСКРУТКА ВКОНТАКТЕ: 10 САМЫХ КРЕАТИВНЫХ КЕЙСОВ ГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ HR-СКАНДАЛЫ 2022 ГОДА НАЧАЛО */
.case-hr-scand {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-hr-scand p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-hr-scand ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-hr-scand li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-hr-scand li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D9D9D9 !important;
    left: 0;
    top: 6px !important;
}

.case-hr-scand img {
    max-width: 720px;
}

.case-hr-scand center {
    font-weight: 700;
}

/*  1 блок */
.img-hr-scand-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК DELIVERY CLUB И УЩЕМЛЕННЫЕ КУРЬЕРЫ */
.strip-hr-scand-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-01:before {
    content: '';
    width: 397px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-01 p {
    margin-left: 10px;
}

/* 3 БЛОК TWITTER И ГОЛОДНЫЕ ИГРЫ МАСКА */
.strip-hr-scand-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-02:before {
    content: '';
    width: 351px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-02 p {
    margin-left: 10px;
}

/* 4 БЛОК WILDBERRIES И БУТЫЛКИ */
.strip-hr-scand-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-03:before {
    content: '';
    width: 246px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-03 p {
    margin-left: 10px;
}

/* 5 БЛОК IBM И ДИНОЗАВРЫ */
.strip-hr-scand-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-04:before {
    content: '';
    width: 192px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-04 p {
    margin-left: 10px;
}

/* 6 БЛОК AMAZON И БЕСПЛАТНЫЕ ОТЗЫВЫ */
.strip-hr-scand-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-05:before {
    content: '';
    width: 325px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-05 p {
    margin-left: 10px;
}

/* 7 БЛОК TESLA И СЕГРЕГАЦИЯ */
.strip-hr-scand-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-06:before {
    content: '';
    width: 209px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-06 p {
    margin-left: 10px;
}

/* 8 БЛОК APPLE И “САМ СЕБЕ НАЧАЛЬНИК” */
.strip-hr-scand-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-07:before {
    content: '';
    width: 316px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-07 p {
    margin-left: 10px;
}

.video-hr-scand {
    padding-left: 17px;
    padding-bottom: 15px;
}

/* 9 БЛОК ACTIVISION BLIZZARD И МУЖСКОЕ БРАТСТВО */
.strip-hr-scand-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hr-scand-08:before {
    content: '';
    width: 414px;
    height: 11px;
    background: #D9D9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-hr-scand-08 p {
    margin-left: 10px;
}

@media(max-width: 414px) {
	.strip-hr-scand-01:before {
		display: none;
	}
	.strip-hr-scand-02:before {
		display: none;
	}
	.strip-hr-scand-03:before {
		display: none;
	}
	.strip-hr-scand-04:before {
		display: none;
	}
	.strip-hr-scand-05:before {
		display: none;
	}
	.strip-hr-scand-06:before {
		display: none;
	}
	.strip-hr-scand-07:before {
		display: none;
	}
	.strip-hr-scand-08:before {
		display: none;
	}
	.video-hr-scand {
    	padding-left: 0px;
	}
}
/* СТИЛИ СТРАНИЦЫ HR-СКАНДАЛЫ 2022 ГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК РАБОТАЕТ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ НАЧАЛО */
.case-rep-work {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-work p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rep-work ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rep-work li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rep-work li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #0000FF !important;
    left: 0;
    top: 6px !important;
}

.case-rep-work center {
    font-weight: 700;
}

.case-rep-work img {
    max-width: 720px;
	  margin-bottom: 25px;
}

/*  1 блок */
.img-rep-work-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ? */
.strip-rep-work-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-01:before {
    content: '';
    width: 378px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-01 p {
    margin-left: 10px;
}

.vert-rep-work-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-work-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-rep-work-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 80px !important;
    border-radius: 0%;
    background: #0000FF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ЗАЧЕМ РАБОТАТЬ С РЕПУТАЦИЕЙ БРЕНДА? */
.strip-rep-work-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-02:before {
    content: '';
    width: 403px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-02 p {
    margin-left: 10px;
}

.line-text-work p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-work :before,
.line-text-work :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-work :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-rep-work {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.vinci-rep-work {
    display: flex;
    align-items: center;
    margin-left: 39px;
		padding-bottom: 30px;
}

.vinci-icon-work-01 img {
    max-width: 108px !important;
    margin-right: 38px;
		margin-bottom: 15px !important;
}

.ftx-rep-work {
    display: flex;
    align-items: center;
    margin-left: 39px;
		padding-bottom: 30px;
}

.ftx-icon-work-01 img {
    max-width: 93px !important;
    margin-right: 38px;
}

.vert-rep-work-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-work-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-rep-work-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 80px !important;
    border-radius: 0%;
    background: #0000FF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК КОМУ ВАЖНО РАБОТАТЬ С РЕПУТАЦИЕЙ? А КОМУ — НЕТ? */
.strip-rep-work-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-03:before {
    content: '';
    width: 529px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ЭТАПЫ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ */
.strip-rep-work-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-04:before {
    content: '';
    width: 458px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-04 p {
    margin-left: 10px;
}

/* 6 БЛОК КАК ИЗМЕРИТЬ РЕПУТАЦИЮ БРЕНДА В СЕТИ */
.strip-rep-work-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-05:before {
    content: '';
    width: 421px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-05 p {
    margin-left: 10px;
}

/* 7 БЛОК ИНСТРУМЕНТЫ ORM */
.strip-rep-work-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-06:before {
    content: '';
    width: 214px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-06 p {
    margin-left: 10px;
}

.vert-rep-work-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-work-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-rep-work-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 80px !important;
    border-radius: 0%;
    background: #0000FF;
    left: 1px !important;
    top: -7px !important;
}

/* 8 БЛОК КАК ВЫБРАТЬ ORM СТРАТЕГИЮ */
.strip-rep-work-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-07:before {
    content: '';
    width: 299px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-07 p {
    margin-left: 10px;
}

.vert-rep-work-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-rep-work-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-rep-work-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 106px !important;
    border-radius: 0%;
    background: #0000FF;
    left: 1px !important;
    top: -7px !important;
}

/* 9 БЛОК «ФИШКИ» РЕПУТАЦИИ В ПОМОЩЬ БИЗНЕСУ */
.strip-rep-work-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-work-08:before {
    content: '';
    width: 414px;
    height: 11px;
    background: #FFA0AD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-work-08 p {
    margin-left: 10px;
}

@media(max-width: 414px) {
    .strip-rep-work-01:before {
        display: none;
    }
    .strip-rep-work-02:before {
        display: none;
    }
    .strip-rep-work-03:before {
        display: none;
    }
    .strip-rep-work-04:before {
        display: none;
    }
    .strip-rep-work-05:before {
        display: none;
    }
    .strip-rep-work-06:before {
        display: none;
    }
    .strip-rep-work-07:before {
        display: none;
    }
    .strip-rep-work-08:before {
        display: none;
    }
    .vert-rep-work-01 li:before {
        display: none;
    }
    .vert-rep-work-02 li:before {
        display: none;
    }
    .vert-rep-work-03 li:before {
        display: none;
    }
    .vert-rep-work-04 li:before {
        display: none;
    }
	.container-rep-work {
		    margin-top: 0px;
	}
    .vinci-rep-work {
        flex-direction: column;
			  margin-left: 0px;
    }
    .vinci-rep-work div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .vinci-icon-work-01 {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .vinci-icon-work-01 img {
        margin-bottom: 27px;
    }
    .ftx-rep-work {
        flex-direction: column;
				margin-left: 0px;
    }
    .ftx-rep-work div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .ftx-icon-work-01 {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .ftx-icon-work-01 img {
        margin-bottom: 27px;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК РАБОТАЕТ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК УСИЛИТЬ ПОЗИЦИИ НА МАРКЕТПЛЕЙСАХ В 2023 ГОДУ НАЧАЛО */
.case-pos-market {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-pos-market p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-pos-market ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-pos-market li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-pos-market li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CC9CFF !important;
    left: 0;
    top: 6px !important;
}

.case-pos-market img {
	  max-width: 720px;
	  margin-bottom: 15px;
}

.case-pos-market center {
    font-weight: 700;
	  margin-bottom: 15px;
}

/* 2 БЛОК 1. ПЕРЕСОБИРАТЬ SEO ОПТИМИЗАЦИЮ */
.strip-pos-market-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pos-market-01:before {
    content: '';
    width: 361px;
    height: 11px;
    background: #CC9CFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pos-market-01 p {
    margin-left: 10px;
}

.vert-pos-market-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-pos-market-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-pos-market-01 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 75px !important;
    border-radius: 0%;
    background:  #CC9CFF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК 2. НЕ ПРЕВРАЩАТЬ КАРТОЧКИ В БАННЕРЫ */
.strip-pos-market-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pos-market-02:before {
    content: '';
    width: 399px;
    height: 11px;
    background: #CC9CFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pos-market-02 p {
    margin-left: 10px;
}

/* 4 БЛОК 3. ПРОДВИГАТЬСЯ ЧЕРЕЗ ЮЗКЕЙСЫ */
.strip-pos-market-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pos-market-03:before {
    content: '';
    width: 335px;
    height: 11px;
    background: #CC9CFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pos-market-03 p {
    margin-left: 10px;
}

.vert-pos-market-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-pos-market-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-pos-market-02 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 80px !important;
    border-radius: 0%;
    background:  #CC9CFF;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК 4. ИСПОЛЬЗОВАТЬ RICH-КОНТЕНТ */
.strip-pos-market-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pos-market-03:before {
    content: '';
    width: 324px;
    height: 11px;
    background: #CC9CFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pos-market-03 p {
    margin-left: 10px;
}

.vert-pos-market-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-pos-market-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-pos-market-03 li:before {
    content: '';
    position: absolute;
    width: 6px !important;
    height: 77px !important;
    border-radius: 0%;
    background:  #CC9CFF;
    left: 1px !important;
    top: -7px !important;
}

/* 6 БЛОК 5. ГЛУБОКО АНАЛИЗИРОВАТЬ ПРОДАЖИ */
.strip-pos-market-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pos-market-04:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #CC9CFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pos-market-04 p {
    margin-left: 10px;
}

.btn-pos-market-01 {
    display: flex;
}

.btn-pos-market-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-pos-market-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-pos-market-02 div:nth-child(1){
    width: 60%;
}

.btn-pos-market-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-pos-market-02 p {
    margin: 0;
}

.btn-positions-market {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width:414px) {
    .strip-pos-market-01:before {
        display: none;
    }
    .strip-pos-market-02:before {
        display: none;
    }
    .strip-pos-market-03:before {
        display: none;
    }
    .strip-pos-market-04:before {
        display: none;
    }
    .vert-pos-market-01 li:before {
        display: none;
    }
    .vert-pos-market-02 li:before {
        display: none;
    }
    .vert-pos-market-03 li:before {
        display: none;
    }
	  .btn-pos-market-02 {
		flex-direction: column;
	}
	.btn-pos-market-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-pos-market-02 {
    	padding: 23px 0 15px 19px;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК УСИЛИТЬ ПОЗИЦИИ НА МАРКЕТПЛЕЙСАХ В 2023 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ТРЕНДВОТЧИНГ? НАЧАЛО */
.case-trend-watch {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-trend-watch p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-trend-watch ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-trend-watch li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-trend-watch li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DEF241 !important;
    left: 0;
    top: 6px !important;
}

.case-trend-watch img {
    max-width: 720px;
}

/*  1 блок */
.img-trend-watch-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ ТРЕНДВОТЧИНГ? */
.strip-trend-watch-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-01:before {
    content: '';
    width: 266px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-01 p {
    margin-left: 10px;
}

.vert-trend-watch-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-trend-watch-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 10px;
    padding-left: 25px !important;
}

.vert-trend-watch-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0%;
    background:  #DEF241;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ТРЕНДВОТЧИНГ, ФОРСАЙТ, FUTURE STUDIES — НА ОДНО ЛИЦО? */
.strip-trend-watch-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-02:before {
    content: '';
    width: 577px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-02 p {
    margin-left: 10px;
}

/* 4 БЛОК ПОЧЕМУ КАЖДЫЙ МАРКЕТОЛОГ — В ДУШЕ ТРЕНДВОТЧЕР? */
.strip-trend-watch-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-03:before {
    content: '';
    width: 544px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-03 p {
    margin-left: 10px;
}

.spec-trend-watch {
    display: flex;
	align-items:center;
    margin-bottom: 15px;
}

.icon-trend-watch img {
    max-width: 100px !important;
    margin-left: 57px !important;
}

.spec-title-watch {
    padding-left: 20px;
}

.spec-title-watch p:nth-child(1) {
    margin-bottom: 3px !important;
    padding-top: 10px !important;
}

.spec-title-watch p:nth-child(2) {
    font-size: 12px !important;
}

/* 5 БЛОК КАК НЕ ПРОПУСТИТЬ ВСПЫШКУ? */
.strip-trend-watch-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-04:before {
    content: '';
    width: 312px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-04 p {
    margin-left: 10px;
}

/* 6 БЛОК ЧЕМ ТРЕНД ОТЛИЧАЕТСЯ ОТ ХАЙПА? */
.strip-trend-watch-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-05:before {
    content: '';
    width: 339px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-05 p {
    margin-left: 10px;
}

/* 7 БЛОК ГДЕ ИСКАТЬ ТРЕНДЫ? О МЕТОДАХ ПОИСКА */
.strip-trend-watch-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-06:before {
    content: '';
    width: 397px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-06 p {
    margin-left: 10px;
}

/* 8 БЛОК НЕМНОГО БОНУСОВ: ПОТРЕБИТЕЛЬСКИЕ ТРЕНДЫ НА 2023 */
.strip-trend-watch-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-trend-watch-07:before {
    content: '';
    width: 541px;
    height: 11px;
    background: #E6A2D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-trend-watch-07 p {
    margin-left: 10px;
}

@media (max-width: 414px) {
	.strip-trend-watch-01:before {
			display: none;
	}
	.strip-trend-watch-02:before {
			display: none;
	}
	.strip-trend-watch-03:before {
			display: none;
	}
	.strip-trend-watch-04:before {
			display: none;
	}
	.strip-trend-watch-05:before {
			display: none;
	}
	.strip-trend-watch-06:before {
			display: none;
	}
	.strip-trend-watch-07:before {
			display: none;
	}
	.vert-trend-watch-01 li:before {
			display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ТРЕНДВОТЧИНГ? КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ПОДНЯТЬ ПРОДАЖИ НА WILDBERRIES НА 400% НАЧАЛО */
.case-raise-sales {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-raise-sales p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-raise-sales ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-raise-sales li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-raise-sales li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #00E2EE !important;
    left: 0; 
    top: 6px !important;
}

.case-raise-sales img {
    max-width: 720px;
}

.case-raise-sales center {
    font-weight: 700;
    padding-bottom: 15px;
}

/*  1 блок */
.img-raise-sales-01 img {
    margin-bottom: 15px;
}

.vert-raise-sales-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-raise-sales-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-raise-sales-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100px !important;
    border-radius: 0%;
    background: #00E2EE;
    left: 1px !important;
    top: -7px !important;
}

.text-raise-sales-02, .text-raise-sales-08 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 2 БЛОК ОПТИМИЗАЦИЯ КАРТОЧЕК */
.strip-raise-sales-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-raise-sales-01:before {
    content: '';
    width: 254px;
    height: 11px;
    background: #00E2EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-raise-sales-01 p {
    margin-left: 10px;
}

/* 3 БЛОК ПРОДАЮЩИЙ КОНТЕНТ */
.strip-raise-sales-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-raise-sales-02:before {
    content: '';
    width: 231px;
    height: 11px;
    background: #00E2EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-raise-sales-02 p {
    margin-left: 10px;
}

/* 4 БЛОК ПОЛОЖИТЕЛЬНЫЕ ОТЗЫВЫ */
.strip-raise-sales-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-raise-sales-03:before {
    content: '';
    width: 268px;
    height: 11px;
    background: #00E2EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-raise-sales-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ПЛАТНЫЙ ТРАФИК */
.strip-raise-sales-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-raise-sales-04:before {
    content: '';
    width: 184px;
    height: 11px;
    background: #00E2EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-raise-sales-04 p {
    margin-left: 10px;
}

/* 6 БЛОК НАРАЩИВАНИЕ ОБОРОТОВ И ВЫХОД В ТОП */
.strip-raise-sales-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-raise-sales-05:before {
    content: '';
    width: 408px;
    height: 11px;
    background: #00E2EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-raise-sales-05 p {
    margin-left: 10px;
}

.btn-raise-sales-01 {
    display: flex;
}

.btn-raise-sales-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-raise-sales-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-raise-sales-02 div:nth-child(1){
    width: 60%;
}

.btn-raise-sales-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-raise-sales-02 p {
    margin: 0;
}

.btn-raise-wildberries {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
	.strip-raise-sales-01:before {
		display: none;
	}
	.strip-raise-sales-02:before {
		display: none;
	}
	.strip-raise-sales-03:before {
		display: none;
	}
	.strip-raise-sales-04:before {
		display: none;
	}
	.strip-raise-sales-05:before {
		display: none;
	}
	.vert-raise-sales-01 li:before {
		display: none;
	}
	.btn-raise-sales-02 {
		flex-direction: column;
	}
	.btn-raise-sales-02 div:nth-child(1) {
    	width: 100%;
   }
	.btn-raise-sales-02 {
    	padding: 23px 0 15px 19px;
   }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПОДНЯТЬ ПРОДАЖИ НА WILDBERRIES НА 400% КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ВЫДЕЛИТЬСЯ В СОЦИАЛЬНЫХ СЕТЯХ, ЕСЛИ ВЫ УЖЕ ВСЕ ПРОБОВАЛИ НАЧАЛО */
.case-stand-media {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-stand-media p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-stand-media ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-stand-media li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-stand-media li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB698 !important;
    left: 0;
    top: 6px !important;
}

.case-stand-media img {
    max-width: 720px;
}

/*  1 блок */
.img-stand-media-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК 1. ПЕРЕСОБИРАТЬ SEO ОПТИМИЗАЦИЮ */
.strip-stand-media-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-stand-media-01:before {
    content: '';
    width: 475px;
    height: 11px;
    background: #FFB698;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-stand-media-01 p {
    margin-left: 10px;
}

.vert-stand-media-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-stand-media-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	font-size: 18px !important;
}

.vert-stand-media-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 96px !important;
    border-radius: 0%;
    background: #FFB698;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК 2. НЕЙРОСЕТИ: ПОКА КОНКУРЕНТЫ НЕ УСПЕЛИ */
.strip-stand-media-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-stand-media-02:before {
    content: '';
    width: 438px;
    height: 11px;
    background: #FFB698;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-stand-media-02 p {
    margin-left: 10px;
}

/* 4 БЛОК 3. NFT-АВАТАР: НЕПОНЯТНО, НО ОЧЕНЬ ИНТЕРЕСНО */
.strip-stand-media-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-stand-media-03:before {
    content: '';
    width: 480px;
    height: 11px;
    background: #FFB698;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-stand-media-03 p {
    margin-left: 10px;
}

.video-stand-media-02 {
	padding-bottom: 15px;
}

/* 5 БЛОК 4. ВИРУСНЫЕ РОЛИКИ: РЕКЛАМА “НА КОЛЕНКЕ” */
.strip-stand-media-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-stand-media-04:before {
    content: '';
    width: 450px;
    height: 11px;
    background: #FFB698;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-stand-media-04 p {
    margin-left: 10px;
}

/* 6 БЛОК 5. И КРИП, И КРИНЖ: КОРПОРАТИВНЫЕ СТИКЕРПАКИ */
.strip-stand-media-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-stand-media-05:before {
    content: '';
    width: 491px;
    height: 11px;
    background: #FFB698;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-stand-media-05 p {
    margin-left: 10px;
}

/* 7 БЛОК 6. КОЛЛЕКТИВНЫЙ РАЗУМ: НЕПРОФЕССИОНАЛЬНЫЕ АВТОРЫ */
.strip-stand-media-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-stand-media-06:before {
    content: '';
    width: 575px;
    height: 11px;
    background: #FFB698;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-stand-media-06 p {
    margin-left: 10px;
}

@media (max-width: 414px) {
	.strip-stand-media-01:before {
		display: none;
	}
	.strip-stand-media-02:before {
		display: none;
	}
	.strip-stand-media-03:before {
		display: none;
	}
	.strip-stand-media-04:before {
		display: none;
	}
	.strip-stand-media-05:before {
		display: none;
	}
	.strip-stand-media-06:before {
		display: none;
	}
	.vert-stand-media-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ВЫДЕЛИТЬСЯ В СОЦИАЛЬНЫХ СЕТЯХ, ЕСЛИ ВЫ УЖЕ ВСЕ ПРОБОВАЛИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЯПОНСКИЙ ВАЙБ: КЕЙС ПО УПАКОВКЕ ГРУППЫ ВКОНТАКТЕ НАЧАЛО */
.case-japan-vibe {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-japan-vibe p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-japan-vibe ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-japan-vibe li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-japan-vibe li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF5B53 !important;
    left: 0;
    top: 6px !important;
}

.case-japan-vibe img {
    max-width: 720px;
    margin-bottom: 10px;
}

/*  1 блок */
.img-japan-vibe-01 img {
    margin-bottom: 15px;
}

.text-japan-vibe-02 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

/* 2 БЛОК ВОВЛЕКАЮЩИЙ КОНТЕНТ “ВКОНТАКТЕ” */
.strip-japan-vibe-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-japan-vibe-01:before {
    content: '';
    width: 376px;
    height: 11px;
    background: #FF5B53;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-japan-vibe-01 p {
    margin-left: 10px;
}

.slider-japan-vibe-01 {
	margin-bottom: 15px;
}

/* 3 БЛОК ПОСЕВ НАТИВНЫХ УПОМИНАНИЙ */
.strip-japan-vibe-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-japan-vibe-02:before {
    content: '';
    width: 378px;
    height: 11px;
    background: #FF5B53;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-japan-vibe-02 p {
    margin-left: 10px;
}

@media(max-width: 414px) {
	.strip-japan-vibe-01:before {
		display: none;
	}
	.strip-japan-vibe-02:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЯПОНСКИЙ ВАЙБ: КЕЙС ПО УПАКОВКЕ ГРУППЫ ВКОНТАКТЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЗАЧЕМ БИЗНЕСУ ФИРМЕННЫЙ ПЕРСОНАЖ БРЕНДА? НАЧАЛО */
.case-corp-char {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-corp-char p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-corp-char ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-corp-char li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-corp-char li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BCFF79 !important;
    left: 0;
    top: 6px !important;
}

.case-corp-char img {
    max-width: 720px;
}

/*  1 блок */
.img-corp-char-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК БОЛЬШЕ НИКАКИХ “ГОВОРЯЩИХ ДРАЖЕ”! */
.strip-corp-char-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-corp-char-01:before {
    content: '';
    width: 394px;
    height: 11px;
    background: #BCFF79;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-corp-char-01 p {
    margin-left: 10px;
}

/* 3 БЛОК КТО ТАКОЙ МАСКОТ? */
.strip-corp-char-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-corp-char-02:before {
    content: '';
    width: 206px;
    height: 11px;
    background: #BCFF79;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-corp-char-02 p {
    margin-left: 10px;
}

.text-corp-char-04 {
    background: rgba(196,196,196,.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.vert-corp-char-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-corp-char-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-corp-char-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #BCFF79;
    left: 1px !important;
    top: -7px !important;
}

/* 3.1 БЛОК КЕЙС 1 */
.line-text-char-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-char-01 :before,
.line-text-char-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-char-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-corp-char {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.mickey-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-corp-char-01 img {
    margin-right: 16px;
    margin-bottom: 15px;
	  max-width: 69px !important;
}

.bear-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 9px;
}

.icon-corp-char-02 img {
    margin-bottom: 15px;
	  max-width: 108px !important;
}

.mms-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.icon-corp-char-03 img {
    margin-right: 14px;
	  max-width: 89px !important;
}

/* 4 БЛОК САМЫЕ-САМЫЕ */
.strip-corp-char-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-corp-char-03:before {
    content: '';
    width: 155px;
    height: 11px;
    background: #BCFF79;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-corp-char-03 p {
    margin-left: 10px;
}

.quaker-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 15px;
}

.icon-corp-char-04 img {
    margin-right: 16px;
	  max-width: 80px !important;
}

.mac-icon-05 {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 15px;
}

.icon-corp-char-05 img {
    margin-right: 31px;
	  max-width: 67px !important;
}

.kfc-icon-06 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.icon-corp-char-06 img {
    margin-right: 14px;
	  max-width: 88px !important;
}

.bibendum-icon-07 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.icon-corp-char-07 img {
    margin-right: 23px;
    margin-bottom: 15px;
	  max-width: 79px !important;
}

.cat-icon-08 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.icon-corp-char-08 img {
    margin-right: 19px;
    margin-bottom: 15px;
  	max-width: 85px !important;
}

.ging-icon-09 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.icon-corp-char-09 img {
    margin-right: 18px;
    margin-left: 10px;
	  max-width: 76px !important;
}

/* 5 БЛОК КАК СОЗДАТЬ СВОЕГО МАКСОТА? */
.strip-corp-char-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-corp-char-04:before {
    content: '';
    width: 317px;
    height: 11px;
    background: #BCFF79;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-corp-char-04 p {
    margin-left: 10px;
}

.list-corp-char-03 li {
    padding-left: 0 !important;
	  margin-left: 18px;
}

.list-corp-char-03 li:before {
    display: none;
}

.mark-icon-10 {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.icon-corp-char-10 img {
    margin-right: 18px;
    margin-left: 10px;
	  max-width: 67px !important;
}

@media(max-width: 414px) {
    .strip-corp-char-01:before {
        display: none;
    }
    .strip-corp-char-02:before {
        display: none;
    }
    .strip-corp-char-03:before {
        display: none;
    }
    .strip-corp-char-04:before {
        display: none;
    }
    .vert-corp-char-01 li:before {
        display: none;
    }
    .mickey-icon-01 {
        flex-direction: column;
			  margin-left: 9px;
    }
    .mickey-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 303px;
    }
    .mickey-text-char {
        padding: 23px 6px 0 0 !important;
        margin-left: -8px;
    }
    .icon-corp-char-01 img {
        margin-bottom: 0px;
    }
    .bear-icon-02 {
        flex-direction: column;
    }
    .bear-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .bear-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-02 img {
        margin-bottom: 0px;
    }
    .mms-icon-03 {
        flex-direction: column;
    }
    .mms-icon-03 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .mms-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-03 img {
        margin-bottom: 0px;
    }
    .quaker-icon-04 {
        flex-direction: column;
    }
    .quaker-icon-04 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .quaker-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-04 img {
        margin-bottom: 0px;
    }
    .mac-icon-05 {
        flex-direction: column;
    }
    .mac-icon-05 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .mac-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-05 img {
        margin-bottom: 0px;
    }
    .kfc-icon-06 {
        flex-direction: column;
    }
    .kfc-icon-06 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .kfc-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-06 img {
        margin-bottom: 0px;
    }
    .bibendum-icon-07 {
        flex-direction: column;
    }
    .bibendum-icon-07 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .bibendum-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-07 img {
        margin-bottom: 0px;
    }
    .cat-icon-08 {
        flex-direction: column;
    }
    .cat-icon-08 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .cat-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-08 img {
        margin-bottom: 0px;
    }
    .ging-icon-09 {
        flex-direction: column;
    }
    .ging-icon-09 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .ging-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-09 img {
        margin-bottom: 0px;
    }
	.mark-icon-10 {
        flex-direction: column;
    }
    .mark-icon-10 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .mark-text-char {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-corp-char-10 img {
        margin-bottom: 0px;
    }
}
/* СТИЛИ СТРАНИЦЫ ЗАЧЕМ БИЗНЕСУ ФИРМЕННЫЙ ПЕРСОНАЖ БРЕНДА? КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 6 ПРИНЦИПОВ УБЕЖДЕНИЯ. КАК ПОНРАВИТЬСЯ КОМУ УГОДНО НАЧАЛО */
.case-princip-pers {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-princip-pers p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-princip-pers ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-princip-pers li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 11px !important;
    color: #000000 !important;
}

.case-princip-pers li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B5DFC6 !important;
    left: 0;
    top: 6px !important;
}

.case-princip-pers img {
    max-width: 720px;
}

/*  1 блок */
.img-princip-pers-01 img {
    margin-bottom: 15px;
}

.strip-princip-pers-01-a {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-01-a:before {
    content: '';
    width: 254px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-01-a p {
    margin-left: 10px;
}

/* 2 БЛОКПЕРВЫЙ ПРИНЦИП: ВЗАИМНОСТЬ */
.strip-princip-pers-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-01:before {
    content: '';
    width: 320px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-01 p {
    margin-left: 10px;
}

.vert-princip-pers-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-princip-pers-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-princip-pers-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #B5DFC6;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ВТОРОЙ ПРИНЦИП: ВЕРНОСТЬ СЛОВУ */
.strip-princip-pers-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-02:before {
    content: '';
    width: 363px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-02 p {
    margin-left: 10px;
}

.vert-princip-pers-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-princip-pers-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-princip-pers-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px!important;
    border-radius: 0%;
    background: #B5DFC6;
    left: 1px !important;
    top: -7px !important;
}

.line-text-pers-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-pers-01 :before,
.line-text-pers-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-pers-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-princip-pers {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.tesla-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-princip-pers-01 img {
    margin-right: 16px;
    margin-bottom: 15px;
    max-width: 90px !important;
}

/* 4 БЛОК ТРЕТИЙ ПРИНЦИП: СОЦИАЛЬНОЕ ДОКАЗАТЕЛЬСТВО */
.strip-princip-pers-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-03:before {
    content: '';
    width: 483px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-03 p {
    margin-left: 10px;
}

.vert-princip-pers-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-princip-pers-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-princip-pers-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #B5DFC6;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ЧЕТВЕРТЫЙ ПРИНЦИП: ЭКСПЕРТНОСТЬ */
.strip-princip-pers-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-04:before {
    content: '';
    width: 364px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-04 p {
    margin-left: 10px;
}

.vert-princip-pers-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-princip-pers-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-princip-pers-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 98px !important;
    border-radius: 0%;
    background: #B5DFC6;
    left: 1px !important;
    top: -7px !important;
}

/* 6 БЛОК ПЯТЫЙ ПРИНЦИП: СИМПАТИЯ */
.strip-princip-pers-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-05:before {
    content: '';
    width: 284px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-05 p {
    margin-left: 10px;
}

.vert-princip-pers-05 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-princip-pers-05 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-princip-pers-05 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #B5DFC6;
    left: 1px !important;
    top: -7px !important;
}

.lush-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-princip-pers-02 img {
    margin-right: 16px;
    margin-bottom: 15px;
    max-width: 90px !important;
}

/* 7 БЛОК ШЕСТОЙ ПРИНЦИП: ДЕФИЦИТ */
.strip-princip-pers-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-princip-pers-06:before {
    content: '';
    width: 284px;
    height: 11px;
    background: #B5DFC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-princip-pers-06 p {
    margin-left: 10px;
}

.vert-princip-pers-06 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-princip-pers-06 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-princip-pers-06 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #B5DFC6;
    left: 1px !important;
    top: -7px !important;
}

.brick-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-princip-pers-03 img {
    margin-right: 16px;
    margin-bottom: 15px;
    max-width: 90px !important;
}

@media (max-width: 414px) {
	.strip-princip-pers-01-a:before {
		display: none;
	}
	.strip-princip-pers-01:before {
		display: none;
	}
	.strip-princip-pers-02:before {
		display: none;
	}
	.strip-princip-pers-03:before {
		display: none;
	}
	.strip-princip-pers-04:before {
		display: none;
	}
	.strip-princip-pers-05:before {
		display: none;
	}
	.strip-princip-pers-06:before {
		display: none;
	}
	.vert-princip-pers-01 li:before {
		display: none;
	}
	.vert-princip-pers-02 li:before {
		display: none;
	}
	.vert-princip-pers-03 li:before {
		display: none;
	}
	.vert-princip-pers-04 li:before {
		display: none;
	}
	.vert-princip-pers-05 li:before {
		display: none;
	}
	.vert-princip-pers-06 li:before {
		display: none;
	}
	.tesla-icon-01 {
    flex-direction: column;
   }
  .tesla-icon-01 div:nth-child(1) {
     width: 100%;
     margin-left: 228px;
   }
  .tesla-text-pers {
     padding: 23px 19px 0 0;
     margin-left: -8px;
  }
	.lush-icon-02 {
    flex-direction: column;
  }
  .lush-icon-02 div:nth-child(1) {
     width: 100%;
     margin-left: 228px;
  }
  .lush-text-pers {
     padding: 23px 19px 0 0;
     margin-left: -8px;
  }
  .brick-icon-03 {
    flex-direction: column;
   }
  .brick-icon-03 div:nth-child(1) {
     width: 100%;
     margin-left: 228px;
   }
  .brick-text-pers {
     padding: 23px 19px 0 0;
     margin-left: -8px;
   }
}
/* СТИЛИ СТРАНИЦЫ 6 ПРИНЦИПОВ УБЕЖДЕНИЯ. КАК ПОНРАВИТЬСЯ КОМУ УГОДНО КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЛИКБЕЙТНЫЕ ЗАГОЛОВКИ: КАК ИХ ПРАВИЛЬНО ПРИМЕНИТЬ НАЧАЛО */
.case-click-head {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-click-head p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-click-head ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-click-head li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-click-head li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC899 !important;
    left: 0;
    top: 6px !important;
}

.case-click-head img {
    max-width: 720px;
	margin-bottom: 15px;
}

.img-click-head-01 img {
    margin-bottom: 15px;
}

/*  2 БЛОК КЛИКБЕЙТ ПРОСТЫМИ СЛОВАМИ */
.strip-click-head-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-click-head-01 :before {
    content: '';
    width: 317px;
    height: 11px;
    background: #FFC899;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-click-head-01 p {
    margin-left: 10px;
}

.vert-click-head-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-click-head-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-click-head-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #FFC899;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК КЛИКБЕЙТ: ЗАГОЛОВКИ ПЛОХИЕ И ХОРОШИЕ */
.strip-click-head-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-click-head-02 :before {
    content: '';
    width: 422px;
    height: 11px;
    background: #FFC899;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-click-head-02 p {
    margin-left: 10px;
}

/* 4 БЛОК КЛИКБЕЙТ: ПРИМЕРЫ, КАК НЕ НУЖНО ДЕЛАТЬ */
.strip-click-head-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-click-head-03 :before {
    content: '';
    width: 434px;
    height: 11px;
    background: #FFC899;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-click-head-03 p {
    margin-left: 10px;
}

/* 5 БЛОК КАК СОСТАВИТЬ КЛИКАБЕЛЬНЫЙ ЗАГОЛОВОК? */
.strip-click-head-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-click-head-04 :before {
    content: '';
    width: 442px;
    height: 11px;
    background: #FFC899;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-click-head-04 p {
    margin-left: 10px;
}

.btn-click-head-01 {
    display: flex;
}

.btn-click-head-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-click-head-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-click-head-02 div:nth-child(1){
    width: 60%;
}

.btn-click-head-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-click-head-02 p {
    margin: 0;
}

.btn-clickbait-headlines {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
  .strip-click-head-01 :before {
        display: none;
    }
  .strip-click-head-02 :before {
        display: none;
    }
  .strip-click-head-03 :before {
        display: none;
    }
  .strip-click-head-04 :before {
        display: none;
    }
	.vert-click-head-01 li:before {
		display: none;
	}
	.btn-click-head-02 {
		flex-direction: column;
	}
	.btn-click-head-02 div:nth-child(1) {
    	width: 100%;
    }
	.btn-click-head-02 {
    	padding: 23px 0 15px 23px;
    }
}
/* СТИЛИ СТРАНИЦЫ КЛИКБЕЙТНЫЕ ЗАГОЛОВКИ: КАК ИХ ПРАВИЛЬНО ПРИМЕНИТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВОРОНКА ПРОДАЖ: ГДЕ ТЕРЯЮТСЯ КЛИЕНТЫ НАЧАЛО */
.case-funnel-cust {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-funnel-cust p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-funnel-cust ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
	  margin-left: 10px;
	  margin-bottom: 0 !important;
}

.case-funnel-cust li {
    position: relative;
    padding-right: 50px;
    padding-left: 10px !important;
    color: #000000 !important;
}

.case-funnel-cust li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #88BFFF !important;
    left: 0;
    top: 6px !important;
}

.case-funnel-cust img {
    max-width: 720px;
	  margin-bottom: 15px;
}

.case-funnel-cust center {
    font-weight: 700;
    padding-bottom: 15px;
}

/*  1 блок */
.img-funnel-cust-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК СХЕМА ВОРОНКИ ПРОДАЖ */
.strip-funnel-cust-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-funnel-cust-01:before {
    content: '';
    width: 256px;
    height: 11px;
    background: #88BFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-01 p {
    margin-left: 10px;
}

/* 3 БЛОК КАК ВЫСТРОИТЬ ВОРОНКУ ПРОДАЖ */
.strip-funnel-cust-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-funnel-cust-02:before {
    content: '';
    width: 345px;
    height: 11px;
    background: #88BFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-02 p {
    margin-left: 10px;
}

.spec-funnel-cust {
    display: flex;
    margin-bottom: 15px;
}

.icon-funnel-cust img {
    max-width: 100px !important;
    margin-left: 57px;
    margin-top: 15px;
}

.spec-title-cust {
    padding-left: 20px;
}

.spec-title-cust p:nth-child(1) {
    margin-bottom: 3px !important;
    padding-top: 30px;
}

.spec-title-cust p:nth-child(2) {
    font-size: 12px !important;
}

.text-funnel-cust-06 p {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.005em;
}

.vert-funnel-cust-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-funnel-cust-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-funnel-cust-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0%;
    background: #88BFFF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК АНАЛИЗ ВОРОНКИ ПРОДАЖ */
.strip-funnel-cust-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-funnel-cust-03:before {
    content: '';
    width: 272px;
    height: 11px;
    background: #88BFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ОШИБКИ ВОРОНКИ ПРОДАЖ */
.strip-funnel-cust-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-funnel-cust-04:before {
    content: '';
    width: 272px;
    height: 11px;
    background: #88BFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-04 p {
    margin-left: 10px;
}

/* 6 БЛОК ЗАПЛАТКА: КАК ЗАКРЫВАТЬ БРЕШИ В НЕПРАВИЛЬНОЙ ВОРОНКЕ ПРОДАЖ */
.strip-funnel-cust-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-funnel-cust-05:before {
    content: '';
    width: 687px;
    height: 11px;
    background: #88BFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-05 p {
    margin-left: 10px;
}

/* 7 БЛОК ЧТО ПОЧИТАТЬ, ЧТОБЫ СТАТЬ ПРОФИ В ВОРОНКЕ ПРОДАЖ */
.strip-funnel-cust-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-funnel-cust-06:before {
    content: '';
    width: 565px;
    height: 11px;
    background: #88BFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-06 p {
    margin-left: 10px;
}

.slider-funnel-cust {
	  margin-bottom: 20px;
}

@media(max-width: 414px) {
    .strip-funnel-cust-01:before {
        display: none;
    }
    .strip-funnel-cust-02:before {
        display: none;
    }
    .strip-funnel-cust-03:before {
        display: none;
    }
    .strip-funnel-cust-04:before {
        display: none;
    }
    .strip-funnel-cust-05:before {
        display: none;
    }
    .strip-funnel-cust-06:before {
        display: none;
    }
    .vert-funnel-cust-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ВОРОНКА ПРОДАЖ: ГДЕ ТЕРЯЮТСЯ КЛИЕНТЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: СНИЗИТЬ НЕГАТИВ В ПОИСКЕ В 2 РАЗА НАЧАЛО */
.case-neg-search {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-neg-search p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-neg-search ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-neg-search li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-neg-search li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF7F00 !important;
    left: 0;
    top: 6px !important;
}

.case-neg-search img {
    max-width: 720px;
	  margin-bottom: 15px;
}

.case-neg-search center {
    font-weight: 700;
    padding-bottom: 15px;
}

/*  1 блок */
.img-neg-search-01 img {
    margin-bottom: 15px;
}

.vert-neg-search-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

.vert-neg-search-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-neg-search-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 110px !important;
    border-radius: 0%;
    background: #FF7F00;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК АНАЛИЗ НЕГАТИВА */
.strip-neg-search-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neg-search-01:before {
    content: '';
    width: 192px;
    height: 11px;
    background: #FFD7B1;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neg-search-01 p {
    margin-left: 10px;
}

/* 3 БЛОК РАБОТА С ОТЗОВИКАМИ И ГЕОСЕРВИСАМИ */
.strip-neg-search-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neg-search-02:before {
    content: '';
    width: 406px;
    height: 11px;
    background: #FFD7B1;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neg-search-02 p {
    margin-left: 10px;
}

/* 4 БЛОК ПОЗИТИВ В ПОИСКОВОЙ ВЫДАЧЕ */
.strip-neg-search-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neg-search-03:before {
    content: '';
    width: 325px;
    height: 11px;
    background: #FFD7B1;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neg-search-03 p {
    margin-left: 10px;
}

.text-neg-search-08 {
    background: rgba(196, 196, 196, 0.3);
    padding: 11px 5px 5px 5px;
    margin-bottom: 15px;
}

.btn-neg-search-01 {
    display: flex;
}

.btn-neg-search-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-neg-search-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-neg-search-02 div:nth-child(1){
    width: 60%;
}

.btn-neg-search-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-neg-search-02 p {
    margin: 0;
}

.btn-negative-search {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 414px) {
	.strip-neg-search-01:before {
		 display: none;
	}
	.strip-neg-search-02:before {
		 display: none;
	}
	.strip-neg-search-03:before {
		 display: none;
	}
	.vert-neg-search-01 li:before {
		 display: none;
	}
	.btn-neg-search-02 {
		flex-direction: column;
	}
	.btn-neg-search-02 div:nth-child(1) {
    width: 100%;
  }
	.btn-neg-search-02 {
    padding: 23px 4px 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: СНИЗИТЬ НЕГАТИВ В ПОИСКЕ В 2 РАЗА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КУЛЬТУРА ОТМЕНЫ: КОГО КЭНСЕЛИЛИ В 2022 ГОДУ НАЧАЛО */
.case-cancel-cult {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cancel-cult p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cancel-cult img {
    max-width: 720px;
	margin-bottom: 15px;
}

/*  1 блок */
.img-cancel-cult-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК КУЛЬТУРА ОТМЕНЫ В РОССИИ */
.strip-cancel-cult-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cancel-cult-01:before {
    content: '';
    width: 287px;
    height: 11px;
    background: #BEE800;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cancel-cult-01 p {
    margin-left: 10px;
}

/* 3 БЛОК КУЛЬТУРА ОТМЕНЫ — 2022 */
.strip-cancel-cult-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cancel-cult-02:before {
    content: '';
    width: 271px;
    height: 11px;
    background: #BEE800;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cancel-cult-02 p {
    margin-left: 10px;
}

.btn-cancel-cult-01 {
    display: flex;
}

.btn-cancel-cult-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-cancel-cult-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-cancel-cult-02 div:nth-child(1){
    width: 60%;
}

.btn-cancel-cult-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-cancel-cult-02 p {
    margin: 0;
}

.btn-cancel-culture {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 414px) {
	.strip-cancel-cult-01:before {
		display: none;
	}
	.strip-cancel-cult-02:before {
		display: none;
	}
	.btn-cancel-cult-02 {
		flex-direction: column;
	}
	.btn-cancel-cult-02 div:nth-child(1) {
    width: 100%;
  }
	.btn-cancel-cult-02 {
    padding: 23px 4px 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ КУЛЬТУРА ОТМЕНЫ: КОГО КЭНСЕЛИЛИ В 2022 ГОДУ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КАК КОНТЕНТ-МАРКЕТИНГ ПОМОГАЕТ ЭКОНОМИТЬ РЕКЛАМНЫЙ БЮДЖЕТ НАЧАЛО */
.case-adver-budget {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-adver-budget p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-adver-budget ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-adver-budget li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 10px !important;
    color: #000000 !important;
}

.case-adver-budget li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD2A7 !important;
    left: 0;
    top: 6px !important;
}

.case-adver-budget img {
    max-width: 720px;
	margin-bottom: 15px;
}

/*  1 блок */
.img-adver-budget-01 img {
    margin-bottom: 15px;
}

.spec-adver-budget {
    display: flex;
    margin-bottom: 15px;
}

.icon-adver-budget-01 img {
    max-width: 151px !important;
}

.spec-title-budget {
    padding-left: 20px;
}

/* 2 БЛОК КАКИМ КОМПАНИЯМ НУЖЕН КОНТЕНТ-МАРКЕТИНГ */
.strip-adver-budget-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-budget-01:before {
    content: '';
    width: 467px;
    height: 11px;
    background: #FFD2A7;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-budget-01 p {
    margin-left: 10px;
}

/* 3 БЛОК О ЧЁМ СТОИТ ПОМНИТЬ ПРИ ПОДГОТОВКЕ КОНТЕНТА */
.strip-adver-budget-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-budget-02:before {
    content: '';
    width: 496px;
    height: 11px;
    background: #FFD2A7;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-budget-02 p {
    margin-left: 10px;
}

/* 4 БЛОК КАК ДЕЛАТЬ КРУТОЙ КОНТЕНТ НЕДОРОГО? */
.strip-adver-budget-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-budget-03:before {
    content: '';
    width: 406px;
    height: 11px;
    background: #FFD2A7;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-budget-03 p {
    margin-left: 10px;
}

@media(max-width: 428px) {
    .strip-adver-budget-01:before {
        display: none;
    }
    .strip-adver-budget-02:before {
        display: none;
    }
    .strip-adver-budget-03:before {
        display: none;
    }
	.spec-adver-budget {
		flex-direction: column;
	}
	.spec-adver-budget img {
		margin-left: 101px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК КОНТЕНТ-МАРКЕТИНГ ПОМОГАЕТ ЭКОНОМИТЬ РЕКЛАМНЫЙ БЮДЖЕТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТЬ: ПОЧЕМУ ОТЗЫВЫ ОТ ИИ ПРОИГРЫВАЮТ ЛЮДЯМ НАЧАЛО  */
.case-neural-net {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-neural-net p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-neural-net ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-neural-net li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 10px !important;
    color: #000000 !important;
}

.case-neural-net li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A2CEEC !important;
    left: 0;
    top: 6px !important;
}

.case-neural-net img {
    max-width: 720px;
    margin-bottom: 15px;
}

/*  1 блок */
.img-neural-net-01 img {
    margin-bottom: 15px;
}

.vert-neural-net-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-neural-net-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-neural-net-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #A2CEEC;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ПОВОРОТ НА 180: ИСТОРИЯ ТЕКСТОВОГО ИИ */
.strip-neural-net-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neural-net-01:before {
    content: '';
    width: 411px;
    height: 11px;
    background: #A2CEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neural-net-01 p {
    margin-left: 10px;
}

/* 3 БЛОК КАКИЕ ТЕКСТОВЫЕ НЕЙРОСЕТИ ЕСТЬ СЕЙЧАС */
.strip-neural-net-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neural-net-02:before {
    content: '';
    width: 428px;
    height: 11px;
    background: #A2CEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neural-net-02 p {
    margin-left: 10px;
}

.line-text-net-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-net-01 :before,
.line-text-net-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-net-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-neural-net {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.chat-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-neural-net-01 img {
    margin-right: 32px;
    margin-bottom: 15px;
    max-width: 56px !important;
    margin-left: 8px;
}

.sonic-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-neural-net-02 img {
    margin-right: 30px;
    margin-bottom: 15px;
    max-width: 67px !important;
}

.youch-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-neural-net-03 img {
    margin-bottom: 15px;
    max-width: 100px !important;
}

.moon-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-neural-net-04 img {
    margin-bottom: 15px;
    max-width: 100px !important;
}

.turbo-icon-05 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-neural-net-05 img {
    margin-bottom: 15px;
    max-width: 100px !important;
}

.bala-icon-06 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-neural-net-06 img {
    margin-bottom: 15px;
    max-width: 100px !important;
}

/* 4 БЛОК НЕЙРОСЕТЬ — КОПИРАЙТЕР, ПИСАТЕЛЬ ИЛИ БИЗНЕСМЕН-ТРОЕЧНИК? */
.strip-neural-net-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neural-net-03:before {
    content: '';
    width: 633px;
    height: 11px;
    background: #A2CEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neural-net-03 p {
    margin-left: 10px;
}

/* 5 БЛОК НЕЙРОСЕТЬ: ТЕСТОВЫЙ ОТЗЫВ О МЕДЕ  */
.strip-neural-net-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neural-net-04:before {
    content: '';
    width: 375px;
    height: 11px;
    background: #A2CEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neural-net-04 p {
    margin-left: 10px;
}

/* 6 БЛОК АВТОР ОТЗЫВОВ VS НЕЙРОСЕТЬ  */
.strip-neural-net-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neural-net-05:before {
    content: '';
    width: 313px;
    height: 11px;
    background: #A2CEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neural-net-05 p {
    margin-left: 10px;
}

/* 7 БЛОК НЕЙРООТЗЫВЫ ДЛЯ БИЗНЕСА: РИСК ИЛИ ВОЗМОЖНОСТЬ */
.strip-neural-net-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-neural-net-06:before {
    content: '';
    width: 536px;
    height: 11px;
    background: #A2CEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-neural-net-06 p {
    margin-left: 10px;
}

.btn-neural-net-01 {
    display: flex;
}

.btn-neural-net-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-neural-net-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-neural-net-02 div:nth-child(1){
    width: 60%;
}

.btn-neural-net-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-neural-net-02 p {
    margin: 0;
}

.btn-neural-network {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
    .strip-neural-net-01:before {
        display: none;
    }
    .strip-neural-net-02:before {
        display: none;
    }
    .strip-neural-net-03:before {
        display: none;
    }
    .strip-neural-net-04:before {
        display: none;
    }
    .strip-neural-net-05:before {
        display: none;
    }
    .strip-neural-net-06:before {
        display: none;
    }
    .vert-neural-net-01 li:before {
        display: none;
    }
    .chat-icon-01 {
        flex-direction: column;
    }
    .chat-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .chat-text-net {
        padding: 23px 19px 15px 0;
        margin-left: -8px;
    }
    .icon-neural-net-01 img {
        margin-bottom: 0px;
    }
    .sonic-icon-02 {
        flex-direction: column;
    }
    .sonic-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .sonic-text-net {
        padding: 23px 19px 15px 0;
        margin-left: -8px;
    }
    .icon-neural-net-02 img {
        margin-bottom: 0px;
    }
    .youch-icon-03 {
        flex-direction: column;
    }
    .youch-icon-03 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .youch-text-net {
        padding: 23px 19px 15px 0;
        margin-left: -8px;
    }
    .icon-neural-net-03 img {
        margin-bottom: 0px;
    }
    .moon-icon-04 {
        flex-direction: column;
    }
    .moon-icon-04 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .moon-text-net {
        padding: 23px 19px 15px 0;
        margin-left: -8px;
    }
    .icon-neural-net-04 img {
        margin-bottom: 0px;
    }
    .turbo-icon-05 {
        flex-direction: column;
    }
    .turbo-icon-05 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .turbo-text-net {
        padding: 23px 19px 15px 0;
        margin-left: -8px;
    }
    .icon-neural-net-05 img {
        margin-bottom: 0px;
    }
    .bala-icon-06 {
        flex-direction: column;
    }
    .bala-icon-06 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .bala-text-net {
        padding: 23px 19px 15px 0;
        margin-left: -8px;
    }
    .icon-neural-net-06 img {
        margin-bottom: 0px;
    }
	.btn-neural-net-02 {
		flex-direction: column;
	}
	.btn-neural-net-02 div:nth-child(1) {
    	width: 100%;
  }
	.btn-neural-net-02 {
    	padding: 23px 4px 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТЬ: ПОЧЕМУ ОТЗЫВЫ ОТ ИИ ПРОИГРЫВАЮТ ЛЮДЯМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ДИЗАЙН КАРТОЧКИ ТОВАРОВ В 2023 ГОДУ НАЧАЛО */
.case-prod-card {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prod-card p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-prod-card ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-prod-card li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-prod-card li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #8859FF !important;
    left: 0;
    top: 6px !important;
}

.case-prod-card img {
    max-width: 720px;
	margin-bottom: 15px !important;
}

.case-prod-card center {
	font-style: italic;
    letter-spacing: -0.005em !important;
	margin-bottom: 15px;
}

/*  1 блок */
.img-prod-card-01 img {
    margin-bottom: 15px;
}

.vert-prod-card-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-prod-card-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px;
}

.vert-prod-card-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #8859FF;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК НА ЧТО ВЛИЯЕТ КАРТОЧКА ТОВАРА */
.strip-prod-card-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prod-card-01:before {
    content: '';
    width: 337px;
    height: 11px;
    background: #FEC5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prod-card-01 p {
    margin-left: 10px;
}

/* 3 БЛОК ЧТО ПРЕДСТАВЛЯЕТ СОБОЙ КАРТОЧКА ТОВАРА */
.strip-prod-card-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prod-card-02:before {
    content: '';
    width: 447px;
    height: 11px;
    background: #FEC5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prod-card-02 p {
    margin-left: 10px;
}

.spec-prod-card {
    display: flex;
}

.icon-prod-card img {
    max-width: 100px !important;
    margin-left: 57px;
}

.spec-title-card {
    padding-left: 20px;
}

.spec-title-card p:nth-child(1) {
    margin-bottom: 3px !important;
    padding-top: 20px;
}

.spec-title-card p:nth-child(2) {
    font-size: 12px !important;
}

.vert-prod-card-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-prod-card-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-prod-card-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #8859FF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ВИЗУАЛ КАК БАЗОВЫЙ ЭЛЕМЕНТ В КАРТОЧКЕ ТОВАРА */
.strip-prod-card-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prod-card-03:before {
    content: '';
    width: 505px;
    height: 11px;
    background: #FEC5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prod-card-03 p {
    margin-left: 10px;
}

.vert-prod-card-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-prod-card-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-prod-card-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 51px !important;
    border-radius: 0%;
    background: #8859FF;
    left: 1px !important;
    top: -7px !important;
}

.two-img-card {
    max-width: 720px;
    display: block;
}

.container-img-card {
	display: flex;
	justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
}
.container-img-card img{
    width: 47%; 
    height: auto;
}

.list-prod-card-04 li:before {
    display: none;
}

.list-prod-card-04 li {
    padding-left: 5px !important;
	  margin-left: 20px !important;
}

.vert-prod-card-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-prod-card-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px;
}

.vert-prod-card-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 107px !important;
    border-radius: 0%;
    background: #8859FF;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ПРОДАЮЩАЯ КАРТОЧКА ТОВАРА: ОСНОВНЫЕ ЛАЙФХАКИ */
.strip-prod-card-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prod-card-04:before {
    content: '';
    width: 543px;
    height: 11px;
    background: #FEC5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prod-card-04 p {
    margin-left: 10px;
}

.container-img-card-02 {
    display: flex;
    justify-content: space-evenly;
}

.container-img-card-02 img {
    max-width: 230px !important;
}

/* 6 БЛОК ДИЗАЙН КАРТОЧКИ ТОВАРОВ: ЧТО АКТУАЛЬНО В 2023 ГОДУ */
.strip-prod-card-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-prod-card-05:before {
    content: '';
    width: 551px;
    height: 11px;
    background: #FEC5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-prod-card-05 p {
    margin-left: 10px;
}

.btn-prod-card-01 {
    display: flex;
}

.btn-prod-card-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 10px;
}

.btn-prod-card-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-prod-card-02 div:nth-child(1){
    width: 60%;
}

.btn-prod-card-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-prod-card-02 p {
    margin: 0;
}

.btn-product-card {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
    .strip-prod-card-01:before {
        display: none;
    }
    .strip-prod-card-02:before {
        display: none;
    }
    .strip-prod-card-03:before {
        display: none;
    }
    .strip-prod-card-04:before {
        display: none;
    }
    .strip-prod-card-05:before {
        display: none;
    }
    .vert-prod-card-01 li:before {
        display: none;
    }
    .vert-prod-card-02 li:before {
        display: none;
    }
    .vert-prod-card-03 li:before {
        display: none;
    }
    .vert-prod-card-04 li:before {
        display: none;
    }
    .btn-prod-card-02 {
		flex-direction: column;
	}
	.btn-prod-card-02 div:nth-child(1) {
        width: 100%;
    }
	.btn-prod-card-02 {
        padding: 23px 4px 15px 23px;
    }
	.icon-prod-card img {
    	max-width: 100px !important;
    	margin-left: 22px;
	}
	.container-img-card {
		max-width: 200px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ДИЗАЙН КАРТОЧКИ ТОВАРОВ В 2023 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВИДЫ БЕСПЛАТНОЙ РЕКЛАМЫ В ИНТЕРНЕТЕ НАЧАЛО */
.case-adver-plat {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-adver-plat p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important; 
}

.case-adver-plat ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-adver-plat li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-adver-plat li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CDE5C8 !important;
    left: 0 !important;
    top: 6px !important;
}

.case-adver-plat img {
    max-width: 720px;
	margin-bottom: 15px;
}

.case-adver-plat center {
    letter-spacing: -0.005em !important;
    margin-bottom: 15px;
}

/*  1 блок */
.img-adver-plat-01 img {
    margin-bottom: 15px;
}

/* 2 БЛОК ВИДЫ БЕСПЛАТНОЙ РЕКЛАМЫ В ИНТЕРНЕТЕ */
.strip-adver-plat-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-plat-01:before {
    content: '';
    width: 423px;
    height: 11px;
    background: #CDE5C8;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-plat-01 p {
    margin-left: 10px;
}

.two-img-plat {
    max-width: 720px;
    display: block;
}

.container-img-plat {
    display: flex;
    justify-content: center;
}

.container-img-plat img{
    width: 350px;
}

.container-img-plat center {
	font-style: italic !important;
    letter-spacing: -0.005em !important;
    margin-bottom: 15px;
}

.vert-adver-plat-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-adver-plat-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-adver-plat-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: #CDE5C8;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК 10 ЛУЧШИХ ПЛОЩАДОК ДЛЯ БЕСПЛАТНОЙ РЕКЛАМЫ */
.strip-adver-plat-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-plat-02:before {
    content: '';
    width: 504px;
    height: 11px;
    background: #CDE5C8;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-plat-02 p {
    margin-left: 10px;
}

.vert-adver-plat-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-adver-plat-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-adver-plat-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 73px !important;
    border-radius: 0%;
    background: #CDE5C8;
    left: 1px !important;
    top: -7px !important;
}

.vert-adver-plat-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-adver-plat-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-adver-plat-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #CDE5C8;
    left: 1px !important;
    top: -7px !important;
}

.vert-adver-plat-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-adver-plat-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-adver-plat-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: #CDE5C8;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК КАК ПОВЫСИТЬ ЭФФЕКТИВНОСТЬ БЕСПЛАТНОЙ РЕКЛАМЫ */
.strip-adver-plat-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-plat-03:before {
    content: '';
    width: 551px;
    height: 11px;
    background: #CDE5C8;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-plat-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ДЕЙСТВИЯ, КОТОРЫЕ СНИЖАЮТ КОНВЕРСИЮ */
.strip-adver-plat-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-adver-plat-04:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #CDE5C8;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-adver-plat-04 p {
    margin-left: 10px;
}

@media(max-width: 428px) {
    .strip-adver-plat-01:before {
        display: none;
    }
    .strip-adver-plat-02:before {
        display: none;
    }
    .strip-adver-plat-03:before {
        display: none;
    }
    .strip-adver-plat-04:before {
        display: none;
    }
    .vert-adver-plat-01 li:before {
        display: none;
    }
    .vert-adver-plat-02 li:before {
        display: none;
    }
    .vert-adver-plat-03 li:before {
        display: none;
    }
    .vert-adver-plat-04 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ВИДЫ БЕСПЛАТНОЙ РЕКЛАМЫ В ИНТЕРНЕТЕ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КОНКУРЕНТНЫЕ ПРЕИМУЩЕСТВА: 20 ГОТОВЫХ ПРИМЕРОВ ДЛЯ БИЗНЕСА НАЧАЛО */
.case-comp-exam {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-comp-exam p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-comp-exam ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-comp-exam li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-comp-exam li:before {
    content: '';
    position: absolute;
    width: 11px!important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C2D9F3 !important;
    left: 0;
    top: 6px !important;
}

.case-comp-exam img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-comp-exam center {
    margin-bottom: 15px;
}

/*  1 блок */
.vert-comp-exam-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-comp-exam-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
	font-size: 18px !important;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-comp-exam-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #C2D9F3;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОНКУРЕНТНЫЕ ПРЕИМУЩЕСТВА */
.strip-comp-exam-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-comp-exam-01:before {
    content: '';
    width: 426px;
    height: 11px;
    background: #C2D9F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-comp-exam-01 p {
    margin-left: 10px;
}

.line-text-exam-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-exam-01 :before,
.line-text-exam-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-exam-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-comp-exam {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.auto-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-01 img {
    margin-right: 14px;
    margin-bottom: 15px;
    max-width: 99px !important;
}

.vert-comp-exam-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-comp-exam-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
	  font-size: 18px !important;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-comp-exam-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #C2D9F3;
    left: 1px !important;
    top: -7px !important;
}

.unil-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-02 img {
    margin-right: 29px;
    margin-bottom: 15px;
    max-width: 70px !important;
}

/* 3 БЛОК ВИДЫ КОНКУРЕНТНЫХ ПРЕИМУЩЕСТВ */
.strip-comp-exam-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-comp-exam-02:before {
    content: '';
    width: 369px;
    height: 11px;
    background: #C2D9F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-comp-exam-02 p {
    margin-left: 10px;
}

.pfiz-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-03 img {
    margin-right: 29px;
    margin-bottom: 15px;
    max-width: 92px !important;
}

/* 4 БЛОК КАК ВЫДЕЛЯЮТ СЕБЯ БРЕНДЫ */
.strip-comp-exam-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-comp-exam-03:before {
    content: '';
    width: 303px;
    height: 11px;
    background: #C2D9F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-comp-exam-03 p {
    margin-left: 10px;
}

.app-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-04 img {
    margin-right: 43px;
    margin-bottom: 15px;
    margin-left: 28px;
    max-width: 42px !important;
}

.walm-icon-05 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-05 img {
    margin-right: 17px;
    margin-bottom: 15px;
    max-width: 96px !important;
}

.kent-icon-06 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-06 img {
    margin-right: 14px;
    margin-bottom: 15px;
    max-width: 100px !important;
}

.liquid-icon-07 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-comp-exam-07 img {
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 100px !important;
}

/* 5 БЛОК КОНКУРЕНТНЫЕ ПРЕИМУЩЕСТВА И РЕПУТАЦИЯ */
.strip-comp-exam-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-comp-exam-04:before {
    content: '';
    width: 450px;
    height: 11px;
    background: #C2D9F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-comp-exam-04 p {
    margin-left: 10px;
}

.vert-comp-exam-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-comp-exam-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	  font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-comp-exam-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #C2D9F3;
    left: 1px !important;
    top: -7px !important;
}

.list-comp-exam-06 center {
    font-weight: 700;
}

.text-comp-exam-09 center {
    font-weight: 700;
}

/* 6 БЛОК 20 ГОТОВЫХ ПРИМЕРОВ ПРЕИМУЩЕСТВ */
.strip-comp-exam-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-comp-exam-05:before {
    content: '';
    width: 384px;
    height: 11px;
    background: #C2D9F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-comp-exam-05 p {
    margin-left: 10px;
}

.list-advan-flaws {
    display: block;
}

.container-advan-flaws {
    display: flex;
    justify-content: space-between;
}

.img-comp-exam-10 {
    display: flex;
    width: 50%;
	  align-items: center;
}

.img-comp-exam-10 img {
    max-width: 78px !important;
}

.img-comp-exam-11 {
    display: flex;
    width: 50%;
	align-items: center;
}

.img-comp-exam-11 img {
    max-width: 78px !important;
}

/* 7 БЛОК ПОДЫТОЖИМ */
.strip-comp-exam-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-comp-exam-06:before {
    content: '';
    width: 149px;
    height: 11px;
    background: #C2D9F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-comp-exam-06 p {
    margin-left: 10px;
}

.case-author-name {
    display: flex;
	align-items: center;
}

.img-author-name img {
    max-width: 100px !important;
	height: 100px !important;
	border-radius: 100%;
	margin-left: 57px !important;
	margin-bottom: 15px;
}

.text-author-name {
	padding-left: 16px;
}

.text-author-name p:nth-child(1) {
    margin-bottom: 3px !important;
}

.text-author-name p:nth-child(2) {
    font-size: 12px !important;
}

.btn-comp-exam-01 {
    display: flex;
}

.btn-comp-exam-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-comp-exam-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-comp-exam-02 div:nth-child(1){
    width: 60%;
    margin: 0 100px 0;
}

.btn-comp-exam-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-comp-exam-02 p {
    margin: 0;
}

.btn-competitive-exam {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
    .strip-comp-exam-01:before {
        display: none;
    }
    .strip-comp-exam-02:before {
        display: none;
    }
    .strip-comp-exam-03:before {
        display: none;
    }
    .strip-comp-exam-04:before {
        display: none;
    }
    .strip-comp-exam-05:before {
        display: none;
    }
    .strip-comp-exam-06:before {
        display: none;
    }
    .vert-comp-exam-01 li:before {
        display: none;
    }
    .vert-comp-exam-02 li:before {
        display: none;
    }
    .vert-comp-exam-03 li:before {
        display: none;
    }
    .auto-icon-01 {
        flex-direction: column;
    }
    .auto-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .auto-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-01 img {
        margin-bottom: 0px;
    }
    .unil-icon-02 {
        flex-direction: column;
    }
    .unil-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .unil-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-02 img {
        margin-bottom: 0px;
    }
    .pfiz-icon-03 {
        flex-direction: column;
    }
    .pfiz-icon-03 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .pfiz-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-03 img {
        margin-bottom: 0px;
    }
    .app-icon-04 {
        flex-direction: column;
    }
    .app-icon-04 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .app-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-04 img {
        margin-bottom: 0px;
    }
    .walm-icon-05 {
        flex-direction: column;
    }
    .walm-icon-05 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .walm-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-05 img {
        margin-bottom: 0px;
    }
    .kent-icon-06 {
        flex-direction: column;
    }
    .kent-icon-06 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .kent-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-06 img {
        margin-bottom: 0px;
    }
    .liquid-icon-07 {
        flex-direction: column;
    }
    .liquid-icon-07 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .liquid-text-exam {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .icon-comp-exam-07 img {
        margin-bottom: 0px;
    }
    .btn-comp-exam-02 {
        flex-direction: column;
    }
    .btn-comp-exam-02 div:nth-child(1) {
        width: 100%;
    }
    .btn-comp-exam-02 {
        padding: 23px 4px 15px 23px;
    }
    .container-advan-flaws {
        flex-direction: column;
    }
	.img-comp-exam-10 {
		width: 100% !important;
	}
	.img-comp-exam-11 {
		width: 100% !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КОНКУРЕНТНЫЕ ПРЕИМУЩЕСТВА: 20 ГОТОВЫХ ПРИМЕРОВ ДЛЯ БИЗНЕСА КОНЕЦ */ 

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИОННЫЕ РЕЙТИНГИ: ЧТО ЭТО И ПОЧЕМУ НУЖНЫ БИЗНЕСУ НАЧАЛО  */
.case-rep-rating {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-rating p {
    font-size: 16px !important;
    font-weight: normal !important; 
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rep-rating ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rep-rating li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rep-rating li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BCC1F9 !important;
    left: 0;
    top: 6px !important;
}

.case-rep-rating img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-rep-rating center {
	  font-weight: 700;
	  margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ РЕПУТАЦИОННЫЙ РЕЙТИНГ И КОМУ ОН НУЖЕН */
.strip-rep-rating-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rating-01:before {
    content: '';
    width: 546px;
    height: 11px;
    background: #BCC1F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rating-01 p {
    margin-left: 10px;
}

.vert-rep-rating-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-rep-rating-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-rep-rating-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100px !important;
    border-radius: 0%;
    background: #BCC1F9;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ЧЕМ ОТЛИЧАЕТСЯ РЕЙТИНГ ОТ РЭНКИНГА */
.strip-rep-rating-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rating-02:before {
    content: '';
    width: 392px;
    height: 11px;
    background: #BCC1F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rating-02 p {
    margin-left: 10px;
}

.vert-rep-rating-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-rep-rating-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-rep-rating-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 74px !important;
    border-radius: 0%;
    background: #BCC1F9;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ЧТО ТАКОЕ РЕПУТАЦИОННЫЙ СКОРИНГ */
.strip-rep-rating-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rating-03:before {
    content: '';
    width: 382px;
    height: 11px;
    background: #BCC1F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rating-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ПРИМЕРЫ РЕПУТАЦИОННЫХ РЕЙТИНГОВ */
.strip-rep-rating-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rating-04:before {
    content: '';
    width: 392px;
    height: 11px;
    background: #BCC1F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rating-04 p {
    margin-left: 10px;
}

.line-text-rating-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-rating-01 :before,
.line-text-rating-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-rating-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-rep-rating {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.institute-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 30px;
}

.icon-rep-rating-01 img {
    margin-right: 25px;
    max-width: 80px !important;
}

.forbes-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 30px;
}

.icon-rep-rating-02 img {
    margin-right: 14px;
    max-width: 90px !important;
}

.fortune-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 30px;
}

.icon-rep-rating-03 img {
    margin-right: 28px;
    max-width: 75px !important;
}

.djsi-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-rep-rating-04 img {
    margin-right: 28px;
    max-width: 77px !important;
}

.inmed-icon-05 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-rep-rating-05 img {
    margin-right: 27px;
    max-width: 80px !important;
}

.repin-icon-06 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-rep-rating-06 img {
    margin-right: 20px;
    max-width: 88px !important;
}

.gallup-icon-07 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-rep-rating-07 img {
    margin-right: 20px;
    max-width: 88px !important;
}

.romir-icon-08 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-rep-rating-08 img {
    margin-right: 13px;
    max-width: 95px !important;
}

.ros-icon-09 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 40px;
}

.icon-rep-rating-09 img {
    margin-right: 13px;
    max-width: 95px !important;
}

.markway-icon-11 {
    display: flex;
    align-items: center;
    margin-left: 39px;
}

.icon-rep-rating-11 img {
    margin-right: 17px;
    max-width: 93px !important;
}

/* 6 БЛОК ПОДЫТОЖИМ */
.strip-rep-rating-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-rating-05:before {
    content: '';
    width: 145px;
    height: 11px;
    background: #BCC1F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rep-rating-05 p {
    margin-left: 10px;
}

@media (max-width: 428px) {
    .strip-rep-rating-01:before {
        display: none;
    }
    .strip-rep-rating-02:before {
        display: none;
    }
    .strip-rep-rating-03:before {
        display: none;
    }
    .strip-rep-rating-04:before {
        display: none;
    }
    .strip-rep-rating-05:before {
        display: none;
    }
    .vert-rep-rating-01 li:before {
        display: none;
    }
    .vert-rep-rating-02 li:before {
        display: none;
    }
    .institute-icon-01 {
        flex-direction: column;
    }
    .institute-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .forbes-icon-02 {
        flex-direction: column;
    }
    .forbes-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .fortune-icon-03 {
        flex-direction: column;
    }
    .fortune-icon-03 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .djsi-icon-04 {
        flex-direction: column;
    }
    .djsi-icon-04 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .inmed-icon-05 {
        flex-direction: column;
    }
    .inmed-icon-05 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .repin-icon-06 {
        flex-direction: column;
    }
    .repin-icon-06 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .gallup-icon-07 {
        flex-direction: column;
    }
    .gallup-icon-07 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .romir-icon-08 {
        flex-direction: column;
    }
    .romir-icon-08 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .ros-icon-09 {
        flex-direction: column;
    }
    .ros-icon-09 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
	  .markway-icon-11 {
        flex-direction: column;
    }
    .markway-icon-11 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИОННЫЕ РЕЙТИНГИ: ЧТО ЭТО И ПОЧЕМУ НУЖНЫ БИЗНЕСУ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ РЕПУТАЦИОННЫЕ ИЗДЕРЖКИ И КАК СВЕСТИ ИХ К МИНИМУМУ НАЧАЛО  */
.case-cost-mini {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cost-mini p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cost-mini ol {
    line-height: 20px;
    padding: 0;
    margin-left: 20px;
}

.case-cost-mini li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 5px !important;
    color: #000000 !important;
}

.case-cost-mini img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-cost-mini center {
    font-weight: 700;
}

/* 2 БЛОК РЕПУТАЦИОННЫЕ ИЗДЕРЖКИ: ЧТО ЭТО */
.strip-cost-mini-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cost-mini-01:before {
    content: '';
    width: 370px;
    height: 11px;
    background: #99C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cost-mini-01 p {
    margin-left: 10px;
}

.vert-cost-mini-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-cost-mini-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px;
}

.vert-cost-mini-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100px !important;
    border-radius: 0% !important;
    background: #99C8FF !important;
    left: 1px !important;
    top: -7px !important;
}

.vert-cost-mini-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-cost-mini-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-cost-mini-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 84px !important;
    border-radius: 0% !important;
    background: #99C8FF !important;
    left: 1px !important;
    top: -7px !important;
}

.line-text-mini-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-mini-01 :before,
.line-text-mini-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-mini-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-cost-mini {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.volk-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 47px;
    margin-bottom: 30px;
}

.icon-cost-mini-01 img {
    margin-right: 25px;
    max-width: 80px !important;
}

.fbook-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 49px;
    margin-bottom: 30px;
}

.icon-cost-mini-02 img {
    margin-right: 25px;
    max-width: 80px !important;
}

.boeing-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 49px;
    margin-bottom: 30px;
}

.icon-cost-mini-03 img {
    margin-right: 12px;
    max-width: 96px !important;
}

.wells-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 60px;
    margin-bottom: 30px;
}

.icon-cost-mini-04 img {
    margin-right: 25px;
    max-width: 74px !important;
}

.jhonson-icon-05 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 30px;
}

.icon-cost-mini-05 img {
    margin-right: 17px;
    max-width: 105px !important;
}

/* 3 БЛОК ПРИЧИНЫ И ВИДЫ РЕПУТАЦИОННЫХ ИЗДЕРЖЕК */
.strip-cost-mini-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cost-mini-02:before {
    content: '';
    width: 457px;
    height: 11px;
    background: #99C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cost-mini-02 p {
    margin-left: 10px;
}

.vert-cost-mini-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-cost-mini-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-cost-mini-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0% !important;
    background: #99C8FF !important;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК КАК БИЗНЕСУ УПРАВЛЯТЬ РЕПУТАЦИОННЫМИ ИЗДЕРЖКАМИ? */
.strip-cost-mini-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cost-mini-03:before {
    content: '';
    width: 580px;
    height: 11px;
    background: #99C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cost-mini-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ИТОГ */
.strip-cost-mini-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cost-mini-04:before {
    content: '';
    width: 69px;
    height: 11px;
    background: #99C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-cost-mini-04 p {
    margin-left: 10px;
}

@media(max-width: 428px) {
	.strip-cost-mini-01:before {
		display: none;
	}
	.strip-cost-mini-02:before {
		display: none;
	}
	.strip-cost-mini-03:before {
		display: none;
	}
	.strip-cost-mini-04:before {
		display: none;
	}
	.vert-cost-mini-01 li:before {
		display: none;
	}
	.vert-cost-mini-02 li:before {
		display: none;
	}
	.vert-cost-mini-03 li:before {
		display: none;
	}
	.volk-icon-01 {
        flex-direction: column;
    }
    .volk-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .fbook-icon-02 {
        flex-direction: column;
    }
    .fbook-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .boeing-icon-03 {
        flex-direction: column;
    }
    .boeing-icon-03 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .wells-icon-04 {
        flex-direction: column;
    }
    .wells-icon-04 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .jhonson-icon-05 {
        flex-direction: column;
    }
    .jhonson-icon-05 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ РЕПУТАЦИОННЫЕ ИЗДЕРЖКИ И КАК СВЕСТИ ИХ К МИНИМУМУ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ КАК ВОССТАНОВИТЬ РЕПУТАЦИЮ: 7 ШАГОВ НАЧАЛО */
.case-rest-steps {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rest-steps p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rest-steps ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rest-steps li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rest-steps li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #00DCCF !important;
    left: 0;
    top: 6px !important;
}

.case-rest-steps img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК СХЕМА ВОРОНКИ ПРОДАЖ */
.strip-rest-steps-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rest-steps-01:before {
    content: '';
    width: 307px;
    height: 11px;
    background: #00DCCF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rest-steps-01 p {
    margin-left: 10px;
}

/* 3 БЛОК ПОЧЕМУ ПОЯВЛЯЮТСЯ ПРОБЛЕМЫ С РЕПУТАЦИЕЙ? */
.strip-rest-steps-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rest-steps-02:before {
    content: '';
    width: 487px;
    height: 11px;
    background: #00DCCF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rest-steps-02 p {
    margin-left: 10px;
}

.list-rest-steps-04 p {
    margin-left: 30px;
}

.spec-rest-steps {
    display: flex;
    align-items: center;
}

.icon-rest-steps img {
    max-width: 100px !important;
    margin-left: 57px;
}

.spec-title-steps {
    padding-left: 25px !important;
}

.spec-title-steps p:nth-child(1) {
    margin-bottom: 3px !important;
}

/* 4 БЛОК ЧЕМ ОПАСНА РАЗРУШЕННАЯ РЕПУТАЦИЯ */
.strip-rest-steps-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rest-steps-03:before {
    content: '';
    width: 386px;
    height: 11px;
    background: #00DCCF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rest-steps-03 p {
    margin-left: 10px;
}

.list-rest-steps-07 ol {
	  margin-left: 22px !important;
}

.list-rest-steps-07 li:before {
    display: none;
}

.list-rest-steps-07 li {
    padding-left: 5px !important;
}

/* 5 БЛОК КАК ВОССТАНАВЛИВАТЬ РЕПУТАЦИЮ КОМПАНИИ: 7 ШАГОВ */
.strip-rest-steps-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rest-steps-04:before {
    content: '';
    width: 555px;
    height: 11px;
    background: #00DCCF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rest-steps-04 p {
    margin-left: 10px;
}

/* 6 БЛОК ИТОГ */
.strip-rest-steps-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rest-steps-05:before {
    content: '';
    width: 69px;
    height: 11px;
    background: #00DCCF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-rest-steps-05 p {
    margin-left: 10px;
}

@media(max-width: 428px) {
	.strip-rest-steps-01:before {
		display: none;
	}
	.strip-rest-steps-02:before {
		display: none;
	}
	.strip-rest-steps-03:before {
		display: none;
	}
	.strip-rest-steps-04:before {
		display: none;
	}
	.strip-rest-steps-05:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ВОССТАНОВИТЬ РЕПУТАЦИЮ: 7 ШАГОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ БРЕНДА И ИМИДЖ 10 ОТЛИЧИЙ НАЧАЛО  */
.case-brand-image {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-image p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-brand-image ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-brand-image li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-image li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D2C5F5 !important;
    left: 0;
    top: 6px !important;
}

.case-brand-image img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-brand-image center {
	  font-weight: 700;
}

/* 2 БЛОК ЧТО ТАКОЕ РЕПУТАЦИОННЫЙ РЕЙТИНГ И КОМУ ОН НУЖЕН */
.strip-brand-image-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-image-01:before {
    content: '';
    width: 617px;
    height: 11px;
    background: #D2C5F5;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-brand-image-01 p {
    margin-left: 10px;
}

/* 3 БЛОК ЧТО ТАКОЕ ИМИДЖ */
.strip-brand-image-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-image-02:before {
    content: '';
    width: 200px;
    height: 11px;
    background: #D2C5F5;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-brand-image-02 p {
    margin-left: 10px;
}

.vert-brand-image-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-image-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-brand-image-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 115px !important;
    border-radius: 0%;
    background: #D2C5F5;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ПОНЯТИЕ РЕПУТАЦИИ */
.strip-brand-image-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-image-03:before {
    content: '';
    width: 222px;
    height: 11px;
    background: #D2C5F5;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-brand-image-03 p {
    margin-left: 10px;
}

.vert-brand-image-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-image-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-brand-image-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 115px !important;
    border-radius: 0%;
    background: #D2C5F5;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК РАЗЛИЧИЯ ИМИДЖА И РЕПУТАЦИИ */
.strip-brand-image-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-image-04:before {
    content: '';
    width: 342px;
    height: 11px;
    background: #D2C5F5;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-brand-image-04 p {
    margin-left: 10px;
}

/* 6 БЛОК ЗАЧЕМ БИЗНЕСУ ВЫСТРАИВАТЬ ИМИДЖ И РЕПУТАЦИЮ? */
.strip-brand-image-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-image-05:before {
    content: '';
    width: 516px;
    height: 11px;
    background: #D2C5F5;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-brand-image-05 p {
    margin-left: 10px;
}

.line-text-image-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-image-01 :before,
.line-text-image-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-image-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-brand-image {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
	  border-bottom: 2px solid rgba(200, 200, 200, 0.6);
	  margin-bottom: 15px;
}

.jaw-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 30px;
}

.icon-brand-image-01 img {
    margin-right: 19px;
    max-width: 96px !important;
}

.fitbit-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 39px;
    margin-bottom: 30px;
}

.icon-brand-image-02 img {
    margin-right: 19px;
    max-width: 97px !important;
}

/* 7 БЛОК ИНСТРУМЕНТЫ ПО СОЗДАНИЮ ИМИДЖА И РЕПУТАЦИИ */
.strip-brand-image-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-image-06:before {
    content: '';
    width: 516px;
    height: 11px;
    background: #D2C5F5;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-brand-image-06 p {
    margin-left: 10px;
}

.btn-brand-image-01 {
    display: flex;
}

.btn-brand-image-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-brand-image-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-brand-image-02 div:nth-child(1){
    width: 60%;
}

.btn-brand-image-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-brand-image-02 p {
    margin: 0;
}

.btn-brand-image {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
	.strip-brand-image-01:before {
		display: none;
	}
	.strip-brand-image-02:before {
		display: none;
	}
	.strip-brand-image-03:before {
		display: none;
	}
	.strip-brand-image-04:before {
		display: none;
	}
	.strip-brand-image-05:before {
		display: none;
	}
	.strip-brand-image-06:before {
		display: none;
	}
	.vert-brand-image-01 li:before {
		display: none;
	}
	.vert-brand-image-02 li:before {
		display: none;
	}
	.btn-brand-image-02 {
		flex-direction: column;
	}
	.btn-brand-image-02 div:nth-child(1) {
    	width: 100%;
  }
	.btn-brand-image-02 {
    	padding: 23px 4px 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ БРЕНДА И ИМИДЖ 10 ОТЛИЧИЙ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ УЗНАВАЕМОСТЬ БРЕНДА БЕЗ БЮДЖЕТА НАЧАЛО */
.case-incr-awar {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-incr-awar p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-incr-awar ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-incr-awar li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-incr-awar li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFABB1 !important;
    left: 0;
    top: 6px !important;
}

.case-incr-awar h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-incr-awar h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.case-incr-awar img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК КАК ОПРЕДЕЛИТЬ УРОВЕНЬ УЗНАВАЕМОСТИ БРЕНДА */
.strip-incr-awar-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-incr-awar-01:before {
    content: '';
    width: 495px;
    height: 11px;
    background: #FFABB1;
    display: block;
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: -1;
}

.strip-incr-awar-01 h2 {
    margin-left: 10px;
}

.vert-incr-awar-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-incr-awar-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-incr-awar-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 47px !important;
    border-radius: 0%;
    background: #FFABB1;
    left: 1px !important;
    top: 6px !important;
}

.adap-vert-awar-02 li:before {
    height: 76px !important;
}

/* 3 БЛОК КАК ПОВЫСИТЬ УЗНАВАЕМОСТЬ БРЕНДА */
#adap-strip-awar-02:before {
    width: 381px !important;
}

.list-incr-awar-04 ul {
	margin-bottom: 16px !important
}

.awar-bef-none li:before {
    display: none;
}

.awar-bef-none ol {
	margin-left: 10px;
}

.awar-bef-none li {
    padding-left: 0 !important;
    margin-left: 10px;
}

/* 4 БЛОК ЗАЧЕМ РАССЧИТЫВАТЬ УЗНАВАЕМОСТЬ БРЕНДА */
#adap-strip-awar-03:before {
    width: 522px !important;
}

/* 5 БЛОК КАКИЕ ФАКТОРЫ ВЛИЯЮТ НА УЗНАВАЕМОСТЬ БРЕНДА */
#adap-strip-awar-04:before {
    width: 510px !important;
}

@media (max-width: 428px) {
	.strip-incr-awar-01:before {
		display: none;
	}
	.vert-incr-awar-01 li:before {
		display: none;
	}
    .case-incr-awar h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-incr-awar h3 {
        margin: 24px 0 24px 10px;
    }
    .case-incr-awar img {
		margin: 24px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ УЗНАВАЕМОСТЬ БРЕНДА БЕЗ БЮДЖЕТА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ В ЦВЕТАХ РАДУГИ: ВИДЫ PR В РОССИИ НАЧАЛО  */
.case-types-pr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-types-pr p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-types-pr ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-types-pr li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-types-pr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FDC9CD !important;
    left: 0;
    top: 6px !important;
}

.case-types-pr img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-types-pr center {
    font-weight: 700;
}

/* 2 БЛОК О ПИАРЕ ПРОСТЫМИ СЛОВАМИ */
.strip-types-pr-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-types-pr-01:before {
    content: '';
    width: 303px;
    height: 11px;
    background: #FDC9CD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-types-pr-01 p {
    margin-left: 10px;
}

/* 3 БЛОК ЧЕМ ОТЛИЧАЕТСЯ ПИАР В РОССИИ */
.strip-types-pr-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-types-pr-02:before {
    content: '';
    width: 332px;
    height: 11px;
    background: #FDC9CD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-types-pr-02 p {
    margin-left: 10px;
}

.list-types-pr-02 li:before {
    display: none;
}

.list-types-pr-02 li {
	 padding-left: 5px !important;
	 margin-left: 10px !important;
}

/* 4 БЛОК УСПЕШНЫЕ РОССИЙСКИЕ КЕЙСЫ */
.strip-types-pr-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-types-pr-03:before {
    content: '';
    width: 329px;
    height: 11px;
    background: #FDC9CD;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-types-pr-03 p {
    margin-left: 10px;
}

.line-text-types-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-types-01 :before,
.line-text-types-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-types-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-types-pr {
    display: flex;
    flex-direction: column;
    margin: 40px 0 30px 0;
    border-bottom: 1px solid rgba(200,200,200,.6);
}

.made-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 23px;
    margin-bottom: 30px;
}

.icon-types-pr-01 img {
    margin-right: 32px;
    max-width: 74px !important;
}

.grat-icon-02 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-types-pr-02 img {
    margin-right: 14px;
    max-width: 115px !important;
}

.lower-icon-03 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-types-pr-03 img {
    margin-right: 17px;
    max-width: 105px !important;
    margin-left: 8px;
}

@media (max-width: 428px) {
	.strip-types-pr-01:before {
		display: none;
	}
	.strip-types-pr-02:before {
		display: none;
	}
	.strip-types-pr-03:before {
		display: none;
	}
	.made-icon-01 {
    	flex-direction: column;
  }
  .made-icon-01 div:nth-child(1) {
    	width: 100%;
    	margin-left: 228px;
  }
	.grat-icon-02 {
    	flex-direction: column;
  }
  .grat-icon-02 div:nth-child(1) {
    	width: 100%;
    	margin-left: 228px;
  }
	.lower-icon-03 {
    	flex-direction: column;
  }
  .lower-icon-03 div:nth-child(1) {
    	width: 100%;
    	margin-left: 228px;
  }
}
/* СТИЛИ СТРАНИЦЫ В ЦВЕТАХ РАДУГИ: ВИДЫ PR В РОССИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ФУТБОЛ В “ПРОМОСТРАНИЦАХ”: СНИЗИЛИ ЦЕНУ ЗА КЛИК В 2,5 РАЗА НАЧАЛО  */
.case-promo-click {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-promo-click p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-promo-click ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-promo-click li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-promo-click li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #8AF7AF !important;
    left: 0;
    top: 6px !important;
}

.case-promo-click img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-promo-click center {
	  font-weight: 700;
}

/* 2 БЛОК ГОЛ В ВОРОТА: ОБРАЗОВАТЕЛЬНАЯ ФРАНШИЗА */
.strip-promo-click-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-promo-click-01:before {
    content: '';
    width: 458px;
    height: 11px;
    background: #8AF7AF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-promo-click-01 p {
    margin-left: 10px;
}

/* 3 БЛОК ПРОДВИЖЕНИЕ В ПРОМОСТРАНИЦАХ: ОПТИМИЗИРУЕМ РК “В ПОЛЕТЕ” */
.strip-promo-click-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-promo-click-02:before {
    content: '';
    width: 645px !important;
    height: 11px !important;
    background: #8AF7AF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-promo-click-02 p {
    margin-left: 10px;
}

.slider-promo-click {
    margin-bottom: 15px;
}

.vert-promo-click-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-promo-click-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-promo-click-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 133px !important;
    border-radius: 0%;
    background: #8AF7AF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК РЕКОМЕНДАЦИИ ПО ПРОДВИЖЕНИЮ НА “ПРОМОСТРАНИЦАХ” */
.strip-promo-click-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-promo-click-03:before {
    content: '';
    width: 602px;
    height: 11px;
    background: #8AF7AF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-promo-click-03 p {
    margin-left: 10px;
}

.btn-promo-click-01 {
    display: flex;
}

.btn-promo-click-01 {
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-promo-click-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 18px;
	margin: 0;
}

.btn-promo-click-02 div:nth-child(1){
    width: 60%;
}

.btn-promo-click-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-promo-click-02 p {
    margin: 0;
}

.btn-reduced-cost {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
	.strip-promo-click-01:before {
		display: none;
	}
	.strip-promo-click-02:before {
		display: none;
	}
	.strip-promo-click-03:before {
		display: none;
	}
	.vert-promo-click-01 li:before {
		display: none;
	}
	.btn-promo-click-02 {
		flex-direction: column;
	}
	.btn-promo-click-02 div:nth-child(1) {
    	width: 100%;
  }
	.btn-promo-click-02 {
    	padding: 23px 4px 15px 23px;
  }
}
/* СТИЛИ СТРАНИЦЫ ФУТБОЛ В “ПРОМОСТРАНИЦАХ”: СНИЗИЛИ ЦЕНУ ЗА КЛИК В 2,5 РАЗА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РАЗРАБОТКА HR БРЕНДА: ПОШАГОВАЯ ИНСТРУКЦИЯ НАЧАЛО */
.case-brand-dev {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-dev p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-brand-dev ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-brand-dev li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-dev li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB879 !important;
    left: 0;
    top: 6px !important;
}

.case-brand-dev img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ЗАЧЕМ КОМПАНИИ HR БРЕНД */
.strip-brand-dev-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-dev-01:before {
    content: '';
    width: 284px;
    height: 11px;
    background: #FFB879;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-01 p {
    margin-left: 10px;
}

.case-spec-name {
    display: flex;
    margin-bottom: 15px;
    align-items: center !important;
}

.icon-spec-name img {
    max-width: 100px !important;
    margin-left: 57px;
    margin-bottom: 0;
}

.case-text-spec{
    padding-left: 20px;
}

.case-text-spec p:nth-child(1) {
    margin-bottom: 3px !important;
}

.case-text-spec p:nth-child(2) {
    margin-bottom: 0 !important;
}

.vert-brand-dev-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-dev-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
	  font-size: 18px !important;
    padding-left: 25px !important;
}

.vert-brand-dev-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 139px !important;
    border-radius: 0%;
    background: #FFB879;
    left: 1p !importantx;
    top: -7px !important;
}

/* 3 БЛОК КАК ОЦЕНИТЬ HR БРЕНД */
.strip-brand-dev-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-dev-02:before {
    content: '';
    width: 237px;
    height: 11px;
    background: #FFB879;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-02 p {
    margin-left: 10px;
}

.list-brand-dev-02 li:before {
    display: none;
}

.list-brand-dev-02 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

.list-brand-dev-04 li:before {
    display: none;
}

.list-brand-dev-04 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

.list-brand-dev-05 li:before {
    display: none;
}

.list-brand-dev-05 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

/* 4 БЛОК СОЗДАНИЕ HR БРЕНДА: КАК ВЫСТРОИТЬ ИДЕАЛЬНЫЙ ОБРАЗ */
.strip-brand-dev-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-dev-03:before {
    content: '';
    width: 576px;
    height: 11px;
    background: #FFB879;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-03 p {
    margin-left: 10px;
}

.list-brand-dev-06 li:before {
    display: none;
}

.list-brand-dev-06 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

/* 5 БЛОК ЧЕК-ЛИСТ: ЕСТЬ, НАД ЧЕМ ЗАДУМАТЬСЯ */
.strip-brand-dev-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-dev-04:before {
    content: '';
    width: 367px;
    height: 11px;
    background: #FFB879;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-funnel-cust-04 p {
    margin-left: 10px;
}

@media(max-width: 428px) {
	.strip-brand-dev-01:before {
		display: none;
	}
	.strip-brand-dev-02:before {
		display: none;
	}
	.strip-brand-dev-03:before {
		display: none;
	}
	.strip-brand-dev-04:before {
		display: none;
	}
	.vert-brand-dev-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ РАЗРАБОТКА HR БРЕНДА: ПОШАГОВАЯ ИНСТРУКЦИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК УДАЛИТЬ ОТЗЫВ НА “ЯНДЕКСЕ”? НАЧАЛО */
.case-delete-rev {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-delete-rev p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-delete-rev ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-delete-rev li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-delete-rev li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFE959 !important;
    left: 0;
    top: 6px !important;
}

.case-delete-rev img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-delete-rev center {
	  padding-bottom: 15px;
	  font-weight: 700;
}

/* 2 БЛОК СХЕМА ВОРОНКИ ПРОДАЖ */
.strip-delete-rev-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-delete-rev-01:before {
    content: '';
    width: 292px;
    height: 11px;
    background: #FFE959;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-delete-rev-01 p {
    margin-left: 10px;
}

/* 3 БЛОК НА ЧТО ВЛИЯЮТ ОТЗЫВЫ НА “ЯНДЕКСЕ” */
.strip-delete-rev-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-delete-rev-02:before {
    content: '';
    width: 382px;
    height: 11px;
    background: #FFE959;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-delete-rev-02 p {
    margin-left: 10px;
}

.vert-delete-rev-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-delete-rev-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-delete-rev-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 74px !important;
    border-radius: 0%;
    background: #FFE959;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК 7 ФАКТОВ ОБ ОТЗЫВАХ НА “ЯНДЕКС.КАРТАХ” */
.strip-delete-rev-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-delete-rev-03:before {
    content: '';
    width: 415px;
    height: 11px;
    background: #FFE959;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-delete-rev-03 p {
    margin-left: 10px;
}

.list-delete-rev-03 li:before {
    display: none;
}

.list-delete-rev-03 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

.vert-delete-rev-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-delete-rev-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-delete-rev-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #FFE959;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК КАК РЕАГИРОВАТЬ НА НЕГАТИВ НА “ЯНДЕКС.КАРТАХ” */
.strip-delete-rev-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-delete-rev-04:before {
    content: '';
    width: 483px;
    height: 11px;
    background: #FFE959;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-delete-rev-04 p {
    margin-left: 10px;
}

.list-delete-rev-04 li:before {
    display: none;
}

.list-delete-rev-04 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

.vert-delete-rev-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-delete-rev-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-delete-rev-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 132px !important;
    border-radius: 0%;
    background: #FFE959;
    left: 1px !important;
    top: -7px !important;
}

/* 6 БЛОК КАК УДАЛИТЬ ОТЗЫВ С “ЯНДЕКС.КАРТ”: ИНСТРУКЦИЯ  */
.strip-delete-rev-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-delete-rev-05:before {
    content: '';
    width: 495px;
    height: 11px;
    background: #FFE959;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-delete-rev-05 p {
    margin-left: 10px;
}

.vert-delete-rev-04 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-delete-rev-04 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-delete-rev-04 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 107px !important;
    border-radius: 0%;
    background: #FFE959;
    left: 1px !important;
    top: -7px !important;
}

/* 7 БЛОК РЕКОМЕНДАЦИИ БИЗНЕСУ, КАК РАБОТАТЬ С НЕГАТИВОМ */
.strip-delete-rev-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-delete-rev-06:before {
    content: '';
    width: 530px;
    height: 11px;
    background: #FFE959;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-delete-rev-06 p {
    margin-left: 10px;
}

@media(max-width: 428px) {
    .strip-delete-rev-01:before {
        display: none;
    }
    .strip-delete-rev-02:before {
        display: none;
    }
    .strip-delete-rev-03:before {
        display: none;
    }
    .strip-delete-rev-04:before {
        display: none;
    }
    .strip-delete-rev-05:before {
        display: none;
    }
    .strip-delete-rev-06:before {
        display: none;
    }
    .vert-delete-rev-01 li:before {
        display: none;
    }
    .vert-delete-rev-02 li:before {
        display: none;
    }
    .vert-delete-rev-03 li:before {
        display: none;
    }
    .vert-delete-rev-04 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК УДАЛИТЬ ОТЗЫВ НА “ЯНДЕКСЕ”? КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПРОДВИЖЕНИЕ В ТЕЛЕГРАМ: ЧТО АКТУАЛЬНО В 2023 ГОДУ НАЧАЛО  */
.case-teleg-top {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-teleg-top p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-teleg-top ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-teleg-top li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-teleg-top li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9BC7FF !important;
    left: 0;
    top: 6px !important;
}

.case-teleg-top img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-teleg-top center {
	  font-weight: 700;
	  padding-bottom: 15px;
}

.vert-teleg-top-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-teleg-top-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-teleg-top-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 107px !important;
    border-radius: 0%;
    background: #9BC7FF;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК МИНУСЫ И ПЛЮСЫ ТЕЛЕГРАМ */
.strip-teleg-top-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-teleg-top-01:before {
    content: '';
    width: 290px;
    height: 11px;
    background: #9BC7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-teleg-top-01 p {
    margin-left: 10px;
}

.list-teleg-top-01 li:before {
    display: none;
}

.list-teleg-top-01 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

.vert-teleg-top-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-teleg-top-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-teleg-top-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 111px !important;
    border-radius: 0%;
    background: #9BC7FF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ВНЕШНИЕ СПОСОБЫ ПРОДВИЖЕНИЯ КАНАЛА  */
.strip-teleg-top-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-teleg-top-02:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #9BC7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-teleg-top-02 p {
    margin-left: 10px;
}

.vert-teleg-top-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-teleg-top-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
	  font-size: 18px !important;
}

.vert-teleg-top-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 138px !important;
    border-radius: 0%;
    background: #9BC7FF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ВНУТРЕННИЕ СПОСОБЫ ПРОДВИЖЕНИЯ КАНАЛА */
.strip-teleg-top-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-teleg-top-03:before {
    content: '';
    width: 460px;
    height: 11px;
    background: #9BC7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-teleg-top-03 p {
    margin-left: 10px;
}

.line-text-top-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-top-01 :before,
.line-text-top-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #9BC7FF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-top-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-teleg-top {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9BC7FF;
}

.uebar-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-teleg-top-02 img {
    margin-right: 28px;
    max-width: 90px !important;
}

.list-teleg-top-05 li:before {
    display: none;
}

.list-teleg-top-05 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

/* 5 БЛОК ПРИМЕРЫ УСПЕШНЫХ КАНАЛОВ В ТЕЛЕГРАМ */
.strip-teleg-top-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-teleg-top-04:before {
    content: '';
    width: 425px;
    height: 11px;
    background: #9BC7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-teleg-top-04 p {
    margin-left: 10px;
}

.tinkoff-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-teleg-top-03 img {
    margin-right: 28px;
    max-width: 90px !important;
}

.mood-icon-03 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-teleg-top-04 img {
    margin-right: 28px;
    max-width: 90px !important;
}

.shop-icon-04 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-teleg-top-05 img {
    margin-right: 28px;
    max-width: 90px !important;
}

.list-teleg-top-07 li:before {
    display: none;
}

.list-teleg-top-07 li {
    padding-left: 0 !important;
	  margin-left: 20px !important;
}

@media(max-width: 428px) {
    .strip-teleg-top-01:before {
        display: none;
    }
    .strip-teleg-top-02:before {
        display: none;
    }
    .strip-teleg-top-03:before {
        display: none;
    }
    .strip-teleg-top-04:before {
        display: none;
    }
    .vert-teleg-top-01 li:before {
        display: none;
    }
    .vert-teleg-top-02 li:before {
        display: none;
    }
    .vert-teleg-top-03 li:before {
        display: none;
    }
    .uebar-icon-01 {
        flex-direction: column;
    }
    .uebar-icon-01 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .uebar-text-top {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .tinkoff-icon-02 {
        flex-direction: column;
    }
    .tinkoff-icon-02 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .tinkoff-text-top {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .mood-icon-03 {
        flex-direction: column;
    }
    .mood-icon-03 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .mood-text-top {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
    .shop-icon-04 {
        flex-direction: column;
    }
    .shop-icon-04 div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .shop-text-top {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
}
/* СТИЛИ СТРАНИЦЫ ПРОДВИЖЕНИЕ В ТЕЛЕГРАМ: ЧТО АКТУАЛЬНО В 2023 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ PR МЕНЕДЖЕР: КТО ЭТО И ЧЕМ ЗАНИМАЕТСЯ НАЧАЛО  */
.case-pr-manage {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-pr-manage p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-pr-manage ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-pr-manage li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-pr-manage li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FEE4CB !important;
    left: 0;
    top: 6px !important;
}

.case-pr-manage img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК PR-МЕНЕДЖЕР: ЧТО ДЕЛАЕТ И ГДЕ РАБОТАЕТ */
.strip-pr-manage-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pr-manage-01:before {
    content: '';
    width: 417px;
    height: 11px;
    background: #FEE4CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pr-manage-01 p {
    margin-left: 10px;
}

.vert-pr-manage-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-pr-manage-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-pr-manage-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #FEE4CB;
    left: 1px !important;
    top: -7px !important;
}

.vert-pr-manage-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-pr-manage-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-pr-manage-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 78px !important;
    border-radius: 0%;
    background: #FEE4CB;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК КАКИЕ ЗАДАЧИ СТАВЯТ НА PR-МЕНЕДЖЕРА */
.strip-pr-manage-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pr-manage-02:before {
    content: '';
    width: 406px;
    height: 11px;
    background: #FEE4CB;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-pr-manage-02 p {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.strip-pr-manage-01:before {
		display: none;
	}
	.strip-pr-manage-02:before {
		display: none;
	}
	.vert-pr-manage-01 li:before {
		display: none;
	}
	.vert-pr-manage-02 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ PR МЕНЕДЖЕР: КТО ЭТО И ЧЕМ ЗАНИМАЕТСЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ ИМИДЖ ДЛЯ КОМПАНИИ: УСПЕШНЫЕ СТРАТЕГИИ НАЧАЛО  */
.case-create-strateg {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-create-strateg p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-create-strateg ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-create-strateg li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-create-strateg li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DECDE4 !important;
    left: 0;
    top: 6px !important;
}

.case-create-strateg img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ ИМИДЖ-СТРАТЕГИЯ? */
.strip-create-strateg-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-create-strateg-01:before {
    content: '';
    width: 307px;
    height: 11px;
    background: #DECDE4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-create-strateg-01 p {
    margin-left: 10px;
}

.vert-create-strateg-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-create-strateg-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-create-strateg-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #DECDE4;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ПОЧЕМУ ВАЖНО ПОМНИТЬ ПРО СЕГМЕНТИРОВАННОСТЬ АУДИТОРИИ? */
.strip-create-strateg-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-create-strateg-02:before {
    content: '';
    width: 645px;
    height: 11px;
    background: #DECDE4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-create-strateg-02 p {
    margin-left: 10px;
}

.vert-create-strateg-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-create-strateg-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-create-strateg-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 83px !important;
    border-radius: 0%;
    background: #DECDE4;
    left: 1px !important;
    top: -7px !important;
}

.line-text-strateg-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.line-text-strateg-01 :before,
.line-text-strateg-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-strateg-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-create-strateg {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.tes-icon-01 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-create-strateg-01 img {
    margin-right: 28px;
    margin-left: 30px;
    max-width: 67px !important;
}

.bull-icon-02 {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-create-strateg-02 img {
    margin: 0 20px;
    max-width: 85px !important;
}

/* 4 БЛОК ГДЕ И КАК ПРОДВИГАТЬСЯ? ПРО ПЛОЩАДКИ И КОНТЕНТ */
.strip-create-strateg-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-create-strateg-03:before {
    content: '';
    width: 523px;
    height: 11px;
    background: #DECDE4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-create-strateg-03 p {
    margin-left: 10px;
}

/* 5 БЛОК ИМИДЖ-СТРАТЕГИЯ И ЛИЦО БРЕНДА */
.strip-create-strateg-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-create-strateg-04:before {
    content: '';
    width: 352px;
    height: 11px;
    background: #DECDE4;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-create-strateg-04 p {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.adaptive-vert li:before {
		display: none;
	}
	.tes-icon-01 {
    flex-direction: column;
  }
  .tes-icon-01 div:nth-child(1) {
    width: 100%;
    margin-left: 228px;
  }
  .tes-text-strateg {
    padding: 23px 19px 0 0;
    margin-left: -8px;
  }
	.bull-icon-02 {
    flex-direction: column;
  }
  .bull-icon-02 div:nth-child(1) {
    width: 100%;
    margin-left: 228px;
  }
  .bull-text-strateg {
    padding: 23px 19px 0 0;
    margin-left: -8px;
  }
}
/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ ИМИДЖ ДЛЯ КОМПАНИИ: УСПЕШНЫЕ СТРАТЕГИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОЦЕНКА ЭФФЕКТИВНОСТИ PR: 13 МЕТРИК НАЧАЛО */
.case-effect-metrics {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-effect-metrics p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-effect-metrics ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-effect-metrics li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-effect-metrics li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FDC8C2 !important;
    left: 0;
    top: 6px !important;
}

.case-effect-metrics img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-effect-metrics h4 {
	font-weight: 600 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ИМИДЖ-СТРАТЕГИЯ? */
.strip-effect-metrics-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-effect-metrics-01:before {
    content: '';
    width: 353px;
    height: 11px;
    background: #FDC8C2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-effect-metrics-01 h4 {
    margin-left: 10px;
}

/* 3 БЛОК МЕТРИКИ ЭФФЕКТИВНОСТИ PR */
.strip-effect-metrics-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-effect-metrics-02:before {
    content: '';
    width: 295px;
    height: 11px;
    background: #FDC8C2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-effect-metrics-02 h4 {
    margin-left: 10px;
}

.vert-effect-metrics-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-effect-metrics-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-effect-metrics-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 98px !important;
    border-radius: 0%;
    background: #FDC8C2;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК КАК АВТОМАТИЗИРОВАТЬ РАБОТУ С МЕТРИКАМИ */
.strip-effect-metrics-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-effect-metrics-03:before {
    content: '';
    width: 458px;
    height: 11px;
    background: #FDC8C2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-effect-metrics-03 h4 {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.adaptive-strip h4 {
		font-size: 16px !important;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ОЦЕНКА ЭФФЕКТИВНОСТИ PR: 13 МЕТРИК КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ SMM: КАК ИИ МЕНЯЕТ РАБОТУ В СОЦИАЛЬНЫХ СЕТЯХ НАЧАЛО  */
.case-smm-trends {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-smm-trends p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-smm-trends ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-smm-trends li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-smm-trends li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCBC9 !important;
    left: 0;
    top: 6px !important;
}

.case-smm-trends img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-smm-trends h4 {
	font-weight: 600 !important;
}

/* 2 БЛОК ТРЕНД 1: ИИ-ТАБЛЕТКА ПРОТИВ КРИЗИСА ИДЕЙ */
.strip-smm-trends-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-01:before {
    content: '';
    width: 440px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-01 h4 {
    margin-left: 10px;
}

.vert-smm-trends-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-smm-trends-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-smm-trends-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 103px !important;
    border-radius: 0%;
    background: #FFCBC9;
    left: 1px !important;
    top: -7px !important;
}

.line-text-trends-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-trends-01 :before,
.line-text-trends-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-trends-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-smm-trends {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-smm-trends-01 img {
    margin: 0 15px 15px 15px;
    max-width: 79px !important;
}

.case-spec-name {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.icon-spec-name img {
    max-width: 100px !important;
    margin-left: 57px !important;
    margin-bottom: 0;
}

/* 3 БЛОК ТРЕНД 2: ИИ-СЦЕНАРИИ для SHORT ВИДЕО */
.strip-smm-trends-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-02:before {
    content: '';
    width: 402px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-02 h4 {
    margin-left: 10px;
}

.case-text-spec {
    padding-left: 20px;
}

.case-text-spec p:nth-child(1) {
    margin-bottom: 3px;
}

.case-text-spec p:nth-child(2) {
    margin-bottom: 0;
}

.video-smm-trends-01 {
    margin-left: 100px;
    margin-bottom: 15px;
}

.icon-smm-trends-02 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.icon-smm-trends-03 img {
    margin: 0 15px 15px 15px;
    max-width: 104px !important;
}

.icon-smm-trends-04 img {
    margin: 0 15px 15px 15px;
    max-width: 104px !important;
}

.icon-smm-trends-05 img {
    margin: 0 15px 15px 15px;
    max-width: 104px !important;
}

.video-smm-trends-02 {
    margin-bottom: 15px;
}

/* 4 БЛОК ТРЕНД 3: ВИРТУАЛЬНЫЕ БЛОГЕРЫ НА ЗАМЕНУ НАСТОЯЩИМ */
.strip-smm-trends-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-03:before {
    content: '';
    width: 559px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-03 h4 {
    margin-left: 10px;
}

.vert-smm-trends-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-smm-trends-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-smm-trends-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #FFCBC9;
    left: 1px !important;
    top: -7px !important;
}

.icon-smm-trends-06 img {
    margin: 0 36px 15px 34px;
    max-width: 58px !important;
}

.icon-smm-trends-07 img {
    margin: 0 36px 15px 34px;
    max-width: 58px !important;
}

.icon-smm-trends-08 img {
    margin: 0 21px 15px 15px;
    max-width: 92px !important;
}

.icon-smm-trends-09 img {
    margin: 0 36px 15px 34px;
    max-width: 58px !important;
}

.icon-smm-trends-10 img {
    margin: 0 21px 15px 9px;
    max-width: 98px !important;
}

/* 5 БЛОК ТРЕНД 4: ПЕРСОНАЛИЗАЦИЯ ИЗОБРАЖЕНИЙ */
.strip-smm-trends-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-04:before {
    content: '';
    width: 424px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-04 h4 {
    margin-left: 10px;
}

.icon-smm-trends-11 img {
    margin: 0 34px 15px 30px;
    max-width: 65px !important;
}

.icon-smm-trends-12 img {
    margin: 0 34px 15px 30px;
    max-width: 65px !important;
}

.icon-smm-trends-13 img {
    margin: 0 30px 15px 30px;
    max-width: 68px !important;
}

.icon-smm-trends-14 img {
    margin: 0 28px 15px 25px;
    max-width: 75px !important;
}

.icon-smm-trends-15 img {
    margin: 0 20px 15px 20px;
    max-width: 89px !important;
}

.icon-smm-trends-16 img {
    margin: 0 20px 15px 10px;
    max-width: 99px !important;
}

/* 6 БЛОК ТРЕНД 5: ГЕЙМИФИКАЦИЯ ВОРОНКИ ПРОДАЖ */
.strip-smm-trends-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-05:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-05 h4 {
    margin-left: 10px;
}

.icon-smm-trends-17 img {
    margin: 0 16px 15px 16px;
    max-width: 96px !important;
}

.icon-smm-trends-18 img {
    margin: 0 11px 15px 13px;
    max-width: 104px !important;
}

.icon-smm-trends-19 img {
    margin: 0 19px 15px 15px;
    max-width: 94px !important;
}

.icon-smm-trends-20 img {
    margin: 0 23px 15px 10px;
    max-width: 94px !important;
}

.list-smm-trends-05 li:before {
    display: none;
}

.list-smm-trends-05 li {
    padding-left: 0 !important;
	  margin-left: 20px;
}

/* 7 БЛОК ТРЕНД 6: ЭКСПЕРТИЗА И ВИЗУАЛИЗАЦИЯ ДАННЫХ */
.strip-smm-trends-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-06:before {
    content: '';
    width: 470px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-06 h4 {
    margin-left: 10px;
}

/* 8 БЛОК ТРЕНД 7: АВТОМАТИЗАЦИЯ ОБРАТНОЙ СВЯЗИ */
.strip-smm-trends-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-smm-trends-07:before {
    content: '';
    width: 424px;
    height: 11px;
    background: #FFCBC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-smm-trends-07 h4 {
    margin-left: 10px;
}

.icon-smm-trends-21 img {
    margin: 0 36px 15px 34px;
    max-width: 58px !important;
}

@media(max-width: 428px) {
	  .brands-icon-text {
        flex-direction: column;
    }
    .brands-icon-text div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
    .brands-text-trends {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
	.video-smm-trends-01 {
    	margin-left: 0;
    }
	.adaptive-strip:before {
		display: none;
	}
}
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ SMM: КАК ИИ МЕНЯЕТ РАБОТУ В СОЦИАЛЬНЫХ СЕТЯХ КОНЕЦ  */


/* СТИЛИ СТРАНИЦЫ ЗАЧЕМ БИЗНЕСУ НУЖЕН МОНИТОРИНГ СМИ НАЧАЛО  */
.case-business-need {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-business-need p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important; 
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-business-need ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 15px !important;
}

.case-business-need li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-business-need li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A0E5FF !important;
    left: 0;
    top: 6px !important;
}

.case-business-need img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-business-need h4 {
	font-weight: 600 !important;
}

.vert-business-need-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-business-need-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px;
    font-size: 18px;
}

.vert-business-need-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 90px !important;
    border-radius: 0%;
    background: #A0E5FF;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ТРЕНД 1: ИИ-ТАБЛЕТКА ПРОТИВ КРИЗИСА ИДЕЙ */
.strip-business-need-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-01:before {
    content: '';
    width: 267px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-01 h4 {
    margin-left: 10px;
}

.list-business-need-02 li:before {
    display: none;
}

.list-business-need-02 li {
    padding-left: 0 !important;
	  margin-left: 20px;
}

/* 3 БЛОК МОНИТОРИНГ СМИ: ЧТО ЭТО */
.strip-business-need-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-02:before {
    content: '';
    width: 416px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-02 h4 {
    margin-left: 10px;
}

/* 4 БЛОК КТО ПОЛЬЗУЕТСЯ МОНИТОРИНГОМ В РАБОТЕ */
.strip-business-need-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-03:before {
    content: '';
    width: 422px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-03 h4 {
    margin-left: 10px;
}

/* 5 БЛОК КАК РАБОТАЕТ МОНИТОРИНГ СМИ */
.strip-business-need-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-04:before {
    content: '';
    width: 322px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-04 h4 {
    margin-left: 10px;
}

/* 6 БЛОК ИНСТРУМЕНТЫ ДЛЯ МОНИТОРИНГА СМИ */
.strip-business-need-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-05:before {
    content: '';
    width: 381px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-05 h4 {
    margin-left: 10px;
}

/* 7 БЛОК КАКИЕ ИСТОЧНИКИ ОХВАТЫВАЕТ МОНИТОРИНГ СМИ */
.strip-business-need-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-06:before {
    content: '';
    width: 492px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-06 h4 {
    margin-left: 10px;
}

/* 8 БЛОК КАК ИСПОЛЬЗОВАТЬ РЕЗУЛЬТАТЫ МОНИТОРИНГА */
.strip-business-need-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-07:before {
    content: '';
    width: 465px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-07 h4 {
    margin-left: 10px;
}

/* 9 БЛОК СТОИМОСТЬ МОНИТОРИНГА СМИ */
.strip-business-need-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-business-need-08:before {
    content: '';
    width: 320px;
    height: 11px;
    background: #A0E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-business-need-08 h4 {
    margin-left: 10px;
}

.btn-business-need-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-business-need-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 29px;
	margin: 0;
}

.btn-business-need-02 div:nth-child(1){
    width: 70%;
}

.btn-business-need-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-business-need-02 p {
    margin: 0;
}

.btn-text-business-need p {
    padding-right: 25px;
}

.btn-business-need {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-business-need-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-business-need-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-business-need-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ ЗАЧЕМ БИЗНЕСУ НУЖЕН МОНИТОРИНГ СМИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ ЛИЧНЫЙ БРЕНД В ИНТЕРНЕТЕ 9 СОВЕТОВ НАЧАЛО  */
.case-brand-tips {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-tips p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-brand-tips ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-brand-tips li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-tips li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F7BCBF !important;
    left: 0;
    top: 6px !important;
}

.case-brand-tips img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-brand-tips h4 {
	font-weight: 600 !important;
}

.vert-brand-tips-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-tips-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-brand-tips-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #F7BCBF;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ЗАЧЕМ НУЖЕН ЛИЧНЫЙ БРЕНД В ИНТЕРНЕТЕ */
.strip-brand-tips-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-tips-01:before {
    content: '';
    width: 418px;
    height: 11px;
    background: #F7BCBF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-brand-tips-01 h4 {
    margin-left: 10px;
}

.vert-brand-tips-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-tips-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-brand-tips-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 107px !important;
    border-radius: 0%;
    background: #F7BCBF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ЧТО ФОРМИРУЕТ ЛИЧНЫЙ БРЕНД В СЕТИ */
.strip-brand-tips-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-tips-02:before {
    content: '';
    width: 383px;
    height: 11px;
    background: #F7BCBF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-brand-tips-02 h4 {
    margin-left: 10px;
}

.vert-brand-tips-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-tips-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-brand-tips-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #F7BCBF;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК 9 РЕКОМЕНДАЦИЙ ПО СОЗДАНИЮ ЛИЧНОГО БРЕНДА В СЕТИ */
.strip-brand-tips-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-tips-03:before {
    content: '';
    width: 552px;
    height: 11px;
    background: #F7BCBF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-brand-tips-03 h4 {
    margin-left: 10px;
}

.case-rep-calc {
    display: flex;
    align-items: center;
}

.case-rep-calc img {
    max-width: 25px !important;
    margin-left: 10px;
}

.slider-brand-tips {
	  margin-bottom: 15px;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ ЛИЧНЫЙ БРЕНД В ИНТЕРНЕТЕ 9 СОВЕТОВ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ПОДНЯЛИ РЕЙТИНГ КОМПАНИИ ДО 4,8 БАЛЛОВ НАЧАЛО  */
.case-rating-company {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rating-company p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rating-company ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rating-company li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rating-company li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #76D8F6 !important;
    left: 0;
    top: 6px !important;
}

.case-rating-company h4 {
	font-weight: 600 !important;
}

.case-rating-company img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-rating-company center {
    font-weight: 600;
	font-size: 16px !important;
}

/* 2 БЛОК МОНИТОРИНГ УПОМИНАНИЙ */
.strip-rating-company-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rating-company-01:before {
    content: '';
    width: 278px;
    height: 11px;
    background: #76D8F6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-rating-company-01 h4 {
    margin-left: 10px;
}

.vert-rating-company-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-rating-company-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-rating-company-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #76D8F6;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ВОССТАНОВЛЕНИЕ РЕПУТАЦИИ В 3 ШАГА */
.strip-rating-company-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rating-company-02:before {
    content: '';
    width: 388px;
    height: 11px;
    background: #76D8F6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-rating-company-02 h4 {
    margin-left: 10px;
}

/* 4 БЛОК РЕЗУЛЬТАТЫ РАБОТЫ */
.strip-rating-company-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rating-company-03:before {
    content: '';
    width: 218px;
    height: 11px;
    background: #76D8F6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-rating-company-03 h4 {
    margin-left: 10px;
}

.btn-rating-company-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-rating-company-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-rating-company-02 div:nth-child(1){
    width: 70%;
}

.btn-rating-company-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-rating-company-02 p {
    margin: 0;
}

.btn-rating-company {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-rating-company-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-rating-company-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-rating-company-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПОДНЯЛИ РЕЙТИНГ КОМПАНИИ ДО 4,8 БАЛЛОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ БЛОГ ДЛЯ БИЗНЕСА: С ЧЕГО НАЧАТЬ НАЧАЛО  */
.case-blog-business {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-blog-business p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-blog-business ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 15px !important;
}

.case-blog-business li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-blog-business li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E6B58D !important;
    left: 0;
    top: 6px !important;
}

.case-blog-business img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-blog-business h2 {
		font-size: 16px !important;
	  text-align: start !important;
	  font-weight: 600 !important;
}

.vert-blog-business-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-blog-business-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-blog-business-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 74px !important;
    border-radius: 0%;
    background: #E6B58D;
    left: 1px !important;
    top: -7px !important;
}

.list-num-business li:before {
    display: none;
}

.list-num-business li {
    padding-left: 0 !important;
	  margin-left: 20px;
}

/* 2 БЛОК КАКОМУ БИЗНЕСУ НУЖЕН БЛОГ */
.strip-blog-business-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-blog-business-01:before {
    content: '';
    width: 298px;
    height: 11px;
    background: #E6B58D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-blog-business-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАКИЕ ЗАДАЧИ РЕШАЕТ БЛОГ КОМПАНИИ */
.strip-blog-business-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-blog-business-02:before {
    content: '';
    width: 394px;
    height: 11px;
    background: #E6B58D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-blog-business-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК 8 ПРОСТЫХ ВОПРОСОВ О БЛОГЕ ДЛЯ БИЗНЕСА */
.strip-blog-business-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-blog-business-03:before {
    content: '';
    width: 437px;
    height: 11px;
    background: #E6B58D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-blog-business-03 h2 {
    margin-left: 10px;
}

.line-text-business-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-business-01 :before,
.line-text-business-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #E6B58D;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-business-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-blog-business {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-blog-business-01 img {
    margin: 0 15px 15px 15px;
    max-width: 95px !important;
}

/* 5 БЛОК МЕДАЛЬ В СТУДИЮ: ПРИМЕРЫ БЛОГОВ КОМПАНИЙ */
.strip-blog-business-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-blog-business-04:before {
    content: '';
    width: 477px;
    height: 11px;
    background: #E6B58D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-blog-business-04 h2 {
    margin-left: 10px;
}

/* 6 БЛОК КАК СОЗДАТЬ БЛОГ? ПОШАГОВАЯ ИНСТРУКЦИЯ */
.strip-blog-business-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-blog-business-05:before {
    content: '';
    width: 443px;
    height: 11px;
    background: #E6B58D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-blog-business-05 h2 {
    margin-left: 10px;
}

/* 7 БЛОК КАКИЕ ОСНОВНЫЕ ОШИБКИ ПРИ СОЗДАНИИ БЛОГОВ? */
.strip-blog-business-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-blog-business-06:before {
    content: '';
    width: 502px;
    height: 11px;
    background: #E6B58D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-blog-business-06 h2 {
    margin-left: 10px;
}

.btn-blog-business-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-blog-business-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 30px 0 14px 22px;
	margin: 0;
}

.btn-blog-business-02 div:nth-child(1){
    width: 70%;
}

.btn-blog-business-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-blog-business-02 p {
    margin: 0;
}

.btn-blog-business {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-blog-business-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-blog-business-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-blog-business-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ БЛОГ ДЛЯ БИЗНЕСА: С ЧЕГО НАЧАТЬ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ НАТЯНУТЫЕ ОТНОШЕНИЯ: КАК ПОВЫСИТЬ ПРОДАЖИ ПРЕЗЕРВАТИВОВ НА WB НА 83% НАЧАЛО  */
.case-strain-ships {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-strain-ships p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-strain-ships ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-strain-ships li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-strain-ships li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CADF08 !important;
    left: 0;
    top: 6px !important;
}

.case-strain-ships img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-strain-ships h2 {
	text-align: start !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.case-strain-ships center {
	font-weight: 600;
	font-size: 16px !important;
}

/* 2 БЛОК ОПТИМИЗАЦИЯ КАРТОЧЕК НА WILDBERRIES */
.strip-strain-ships-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-strain-ships-01:before {
    content: '';
    width: 410px;
    height: 11px;
    background: #CADF08;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-strain-ships-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РЕКЛАМНАЯ КАМПАНИЯ НА WILDBERRIES */
.strip-strain-ships-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-strain-ships-02:before {
    content: '';
    width: 388px;
    height: 11px;
    background: #CADF08;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-strain-ships-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК КОММЕРЧЕСКИЕ РЕЗУЛЬТАТЫ */
.strip-strain-ships-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-strain-ships-03:before {
    content: '';
    width: 281px;
    height: 11px;
    background: #CADF08;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-strain-ships-03 h2 {
    margin-left: 10px;
}

.vert-strain-ships-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-strain-ships-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-strain-ships-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #CADF08;
    left: 1px !important;
    top: -7px !important;
}

.btn-strain-ships-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-strain-ships-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 26px;
	margin: 0;
}

.btn-strain-ships-02 div:nth-child(1){
    width: 70%;
}

.btn-strain-ships-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-strain-ships-02 p {
    margin: 0;
}

.btn-strained-relationships {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-strain-ships-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-strain-ships-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-strain-ships-02 {
    	flex-direction: column;
	}
	.vert-strain-ships-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ НАТЯНУТЫЕ ОТНОШЕНИЯ: КАК ПОВЫСИТЬ ПРОДАЖИ ПРЕЗЕРВАТИВОВ НА WB НА 83% КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ А СЛОНА И НЕ УВИДЕЛ: 10 ОШИБОК КОНТЕКСТНОЙ РЕКЛАМЫ НАЧАЛО  */
.case-context-mistakes {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-context-mistakes p {
    font-size: 16px !important;
    font-weight: normal !important; 
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-context-mistakes ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-context-mistakes li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-context-mistakes li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9B9BFF !important;
    left: 0;
    top: 6px !important;
}

.case-context-mistakes img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-context-mistakes h2 {
		font-size: 16px !important;
	  text-align: start !important;
	  font-weight: 600 !important;
}

/* 2 БЛОК ОШИБКА #1. ЗАПУСК ОДНОЙ КАМПАНИИ НА ВСЕ ПЛОЩАДКИ */
.strip-context-mistakes-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-01:before {
    content: '';
    width: 560px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ОШИБКА #2. НЕРЕЛЕВАНТНАЯ ПОСАДОЧНАЯ СТРАНИЦА */
.strip-context-mistakes-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-02:before {
    content: '';
    width: 518px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК ОШИБКА #3. НЕПОНИМАНИЕ СВОЕГО КЛИЕНТА */
.strip-context-mistakes-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-03:before {
    content: '';
    width: 437px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-03 h2 {
    margin-left: 10px;
}

.vert-context-mistakes-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-context-mistakes-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-context-mistakes-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 191px !important;
    border-radius: 0%;
    background: #9B9BFF;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК ОШИБКА #4. НЕКАЧЕСТВЕННАЯ РАБОТА С СЕМАНТИЧЕСКИМ ЯДРОМ */
.strip-context-mistakes-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-04:before {
    content: '';
    width: 629px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-04 h2 {
    margin-left: 10px;
}

/* 6 БЛОК ОШИБКА #5. ОТСУТСТВИЕ РЕМАРКЕТИНГА */
.strip-context-mistakes-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-05:before {
    content: '';
    width: 388px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-05 h2 {
    margin-left: 10px;
}

/* 7 БЛОК ОШИБКА #6. НЕ ПОДКЛЮЧЕНА СИСТЕМА АНАЛИТИКИ */
.strip-context-mistakes-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-06:before {
    content: '';
    width: 496px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-06 h2 {
    margin-left: 10px;
}

.vert-context-mistakes-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-context-mistakes-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-context-mistakes-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 108px !important;
    border-radius: 0%;
    background: #9B9BFF;
    left: 1px !important;
    top: -7px !important;
}

/* 8 БЛОК ОШИБКА #7. В ССЫЛКАХ НЕТ UTM-МЕТОК */
.strip-context-mistakes-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-07:before {
    content: '';
    width: 381px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-07 h2 {
    margin-left: 10px;
}

/* 9 БЛОК ОШИБКА #8. НЕДОСТАТОЧНОЕ КОЛИЧЕСТВО МИНУС-СЛОВ */
.strip-context-mistakes-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-08:before {
    content: '';
    width: 538px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-08 h2 {
    margin-left: 10px;
}

/* 10 БЛОК ОШИБКА #9. ЗАПУСК БЕЗ АНАЛИЗА КОНКУРЕНТОВ И ТЕСТИРОВАНИЯ */
.strip-context-mistakes-09 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-09:before {
    content: '';
    width: 634px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-09 h2 {
    margin-left: 10px;
}

/* 11 БЛОК ОШИБКА #10. КОНКУРЕНЦИЯ РК  ИЗ-ЗА ДУБЛИКАТОВ В ЗАГОЛОВКАХ */
.strip-context-mistakes-10 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-context-mistakes-10:before {
    content: '';
    width: 626px;
    height: 11px;
    background: #9B9BFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-context-mistakes-10 h2 {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ А СЛОНА И НЕ УВИДЕЛ: 10 ОШИБОК КОНТЕКСТНОЙ РЕКЛАМЫ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ EMOJI-МАРКЕТИНГ НАЧАЛО  */
.case-emoji-mark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-emoji-mark p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-emoji-mark ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 10px !important;
}

.case-emoji-mark li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-emoji-mark li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B993FE !important;
    left: 0;
    top: 6px !important;
}

.case-emoji-mark img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-emoji-mark h2 {
		font-size: 16px !important;
	  text-align: start !important;
	  font-weight: 600 !important;
}

.case-emoji-mark h3 {
		font-size: 16px !important;
	  font-weight: 600 !important;
	  margin-left: 10px;
	  margin-bottom: 15px;
}

.case-emoji-mark center {
	  font-weight: 600 !important;
}

.vert-emoji-mark-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-emoji-mark-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-emoji-mark-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #B993FE;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК АНАТОМИЯ ЭМОДЗИ */
.strip-emoji-mark-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emoji-mark-01:before {
    content: '';
    width: 201px;
    height: 11px;
    background: #B993FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-emoji-mark-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ГДЕ ПРИМЕНЯЮТ ЭМОДЗИ */
.strip-emoji-mark-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emoji-mark-02:before {
    content: '';
    width: 251px;
    height: 11px;
    background: #B993FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-emoji-mark-02 h2 {
    margin-left: 10px;
}

.vert-emoji-mark-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-emoji-mark-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-emoji-mark-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #B993FE;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ЭМОДЗИ ВОКРУГ НАС: МУЛЬТИКУЛЬТУРНЫЙ ФЕНОМЕН */
.strip-emoji-mark-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emoji-mark-03:before {
    content: '';
    width: 509px;
    height: 11px;
    background: #B993FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-emoji-mark-03 h2 {
    margin-left: 10px;
}

.line-text-mark-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-mark-01 :before,
.line-text-mark-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #B993FE;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-mark-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-emoji-mark {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-emoji-mark-01 img {
    margin: 0 15px 15px 15px !important;
    max-width: 74px !important;
}

.icon-emoji-mark-02 img {
    margin: 0 15px 15px 15px !important;
    max-width: 74px !important;
}

.icon-emoji-mark-03 img {
    margin: 0 27px 15px 23px !important;
    max-width: 55px !important;
}

.icon-emoji-mark-04 img {
    margin: 0 15px 15px 5px !important;
    max-width: 88px !important;
}

.icon-emoji-mark-05 img {
    margin: 0 15px 15px 5px !important;
    max-width: 89px !important;
}

.icon-emoji-mark-06 img {
    margin: 0 27px 15px 23px !important;
    max-width: 59px !important;
}

/* 5 БЛОК А СМЫСЛ ГДЕ? ЧТО НА САМОМ ДЕЛЕ ОЗНАЧАЮТ ЭМОДЗИ */
.strip-emoji-mark-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emoji-mark-04:before {
    content: '';
    width: 534px;
    height: 11px;
    background: #B993FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-emoji-mark-04 h2 {
    margin-left: 10px;
}

.img-emoji-mark-10 img {
    max-width: 388px !important;
}

.img-emoji-mark-11 img {
    max-width: 226px !important;
}

.img-emoji-mark-12 img {
    max-width: 443px !important;
}

.img-emoji-mark-13 img {
    max-width: 355px !important;
}

.img-emoji-mark-14 img {
    max-width: 484px !important;
}

.img-emoji-mark-15 img {
    max-width: 431px !important;
}

.img-emoji-mark-16 img {
    max-width: 247px !important;
}

.img-emoji-mark-17 img {
    max-width: 366px !important;
}

.img-emoji-mark-18 img {
    max-width: 484px !important;
}

.img-emoji-mark-19 img {
    max-width: 372px !important;
}

/* 6 БЛОК РЕКОМЕНДАЦИЯ ПО ПРИМЕНЕНИЮ: ИСПОЛЬЗУЕМ ЭМОДЗИ В РАБОТЕ */
.strip-emoji-mark-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-emoji-mark-05:before {
    content: '';
    width: 640px;
    height: 11px;
    background: #B993FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-emoji-mark-05 h2 {
    margin-left: 10px;
}

@media(max-width: 428px) {
	 .brands-icon-text {
        flex-direction: column;
    }
   .brands-icon-text div:nth-child(1) {
        width: 100%;
        margin-left: 228px;
    }
   .brands-text-trends {
        padding: 23px 19px 0 0;
        margin-left: -8px;
    }
	.adaptive-strip:before {
		display: none;
	}
}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ EMOJI-МАРКЕТИНГ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КАК ПРАВИЛЬНО ОРГАНИЗОВАТЬ ДИДЖИТАЛ-ТЕНДЕР НА УСЛУГУ НАЧАЛО  */
.case-digital-tender {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-digital-tender p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-digital-tender ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-digital-tender li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-digital-tender li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B5D0FF !important;
    left: 0;
    top: 6px !important;
}

.case-digital-tender img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-digital-tender h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-digital-tender h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

/* 2 БЛОК АНАТОМИЯ ЭМОДЗИ */
.strip-digital-tender-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-digital-tender-01:before {
    content: '';
    width: 376px;
    height: 11px;
    background: #B5D0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-digital-tender-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК РАЗМЕСТИТЬ ТЕНДЕР И ВЫБРАТЬ ИСПОЛНИТЕЛЯ */
.strip-digital-tender-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-digital-tender-02:before {
    content: '';
    width: 497px;
    height: 11px;
    background: #B5D0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-digital-tender-02 h2 {
    margin-left: 10px;
}
/* СТИЛИ СТРАНИЦЫ КАК ПРАВИЛЬНО ОРГАНИЗОВАТЬ ДИДЖИТАЛ-ТЕНДЕР НА УСЛУГУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПО ЛЮБВИ: КАК СДЕЛАТЬ LOVEMARK ИЗ ЛЮБОГО БРЕНДА НАЧАЛО  */
.case-make-lovemark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-make-lovemark p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-make-lovemark ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-make-lovemark li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-make-lovemark li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFAEC0 !important;
    left: 0;
    top: 6px !important;
}

.case-make-lovemark img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-make-lovemark h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-make-lovemark h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.case-make-lovemark center {
	  font-weight: 600;
}

/* 2 БЛОК ЧТО ТАКОЕ LOVEMARK */
.strip-make-lovemark-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.strip-make-lovemark-01:before {
    content: '';
    width: 220px;
    height: 11px;
    background: #FFAEC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-make-lovemark-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЗАЧЕМ БРЕНДАМ НУЖЕН LOVEMARK */
.strip-make-lovemark-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-make-lovemark-02:before {
    content: '';
    width: 342px;
    height: 11px;
    background: #FFAEC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-make-lovemark-02 h2 {
    margin-left: 10px;
}

.vert-make-lovemark-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-make-lovemark-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-make-lovemark-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #FFAEC0;
    left: 1px !important;
    top: -7px !important;
}

.vert-make-lovemark-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-make-lovemark-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-make-lovemark-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 128px !important;
    border-radius: 0%;
    background: #FFAEC0;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ЧЕМ LOVEMARK ОТЛИЧАЕТСЯ ОТ БРЕНДА */
.strip-make-lovemark-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.strip-make-lovemark-03:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #FFAEC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-make-lovemark-03 h2 {
    margin-left: 10px;
}

/* 5 БЛОК ПРИМЕРЫ БРЕНДОВ, КОТОРЫЕ СТАЛИ LOVEMARK */
.strip-make-lovemark-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-make-lovemark-04:before {
    content: '';
    width: 460px;
    height: 11px;
    background: #FFAEC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-make-lovemark-04 h2 {
    margin-left: 10px;
}

.line-text-lovemark-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-lovemark-01 :before,
.line-text-lovemark-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-lovemark-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-make-lovemark {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-make-lovemark-01 img {
    margin: 0 15px 15px 15px;
    max-width: 54px !important;
}

.icon-make-lovemark-02 img {
    margin: 0 12px 15px 9px;
    max-width: 65px !important;
}

.icon-make-lovemark-03 img {
    margin: 0 9px 15px 9px;
    max-width: 69px !important;
}

.icon-make-lovemark-04 img {
    margin: 0 15px 15px 15px;
    max-width: 56px !important;
}

.icon-make-lovemark-05 img {
    margin: 0 15px 15px 15px;
    max-width: 84px !important;
}

.icon-make-lovemark-06 img {
    margin: 0 28px 15px 28px;
    max-width: 58px !important;
}

.icon-make-lovemark-07 img {
    margin: 0 13px 15px 17px;
    max-width: 85px !important;
}

.icon-make-lovemark-08 img {
    margin: 0 13px 15px 17px;
    max-width: 85px !important;
}

/* 6 БЛОК РЕКОМЕНДАЦИИ: КАК ПОСТРОИТЬ БРЕНД «ПО ЛЮБВИ»  */
.strip-make-lovemark-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.strip-make-lovemark-05:before {
    content: '';
    width: 510px;
    height: 11px;
    background: #FFAEC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-make-lovemark-05 h2 {
    margin-left: 10px;
}

@media(max-width: 480px) {
	.adaptive-strip:before {
		display: none;
	}
}

/* СТИЛИ СТРАНИЦЫ ПО ЛЮБВИ: КАК СДЕЛАТЬ LOVEMARK ИЗ ЛЮБОГО БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ СТАТЬЮ О КОМПАНИИ В ВИКИПЕДИИ НАЧАЛО  */
.case-article-wiki {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-article-wiki p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-article-wiki ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 15px !important;
}

.case-article-wiki li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-article-wiki li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D3EDFF !important;
    left: 0;
    top: 6px !important;
}

.case-article-wiki img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-article-wiki h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  margin-bottom: 15px;
}

.case-article-wiki h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

/* 2 БЛОК АНАТОМИЯ ЭМОДЗИ */
.strip-article-wiki-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-article-wiki-01:before {
    content: '';
    width: 222px;
    height: 11px;
    background: #D3EDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-article-wiki-01 h2 {
    margin-left: 10px;
}

.vert-article-wiki-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-article-wiki-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-article-wiki-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #D3EDFF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК “ВИКИПЕДИЯ” ДЛЯ БИЗНЕСА: TO BE OR NOT TO BE */
.strip-article-wiki-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-article-wiki-02:before {
    content: '';
    width: 461px;
    height: 11px;
    background: #D3EDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-article-wiki-02 h2 {
    margin-left: 10px;
}

.line-text-wiki-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-wiki-01 :before,
.line-text-wiki-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #D3EDFF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-wiki-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-article-wiki {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D3EDFF;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-article-wiki-01 img {
    margin: 0 15px 15px 15px;
    max-width: 74px !important;
}

.icon-article-wiki-02 img {
    margin: 0 15px 15px 10px;
    max-width: 81px !important;
}

.icon-article-wiki-03 img {
    margin: 0 24px 15px 20px;
    max-width: 62px !important;
}

.icon-article-wiki-04 img {
    margin: 0 21px 15px 20px;
    max-width: 66px !important;
}

/* 4 БЛОК КАК ПОПАСТЬ В “ВИКИПЕДИЮ” */
.strip-article-wiki-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-article-wiki-03:before {
    content: '';
    width: 290px;
    height: 11px;
    background: #D3EDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-article-wiki-03 h2 {
    margin-left: 10px;
}

.vert-article-wiki-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-article-wiki-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-article-wiki-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 104px !important;
    border-radius: 0%;
    background: #D3EDFF;
    left: 1px !important;
    top: -7px !important;
}

.list-article-wiki-06 li:before {
    display: none;
}

.list-article-wiki-06 li {
    padding-left: 0 !important;
    margin-left: 10px !important;
}

.vert-article-wiki-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-article-wiki-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-article-wiki-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100px !important;
    border-radius: 0%;
    background: #D3EDFF;
    left: 1px !important;
    top: -7px !important;
}

/* 5 БЛОК СОЗДАТЬ СТАТЬЮ В “ВИКИПЕДИИ”: ПОШАГОВАЯ ИНСТРУКЦИЯ */
.strip-article-wiki-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-article-wiki-04:before {
    content: '';
    width: 576px;
    height: 11px;
    background: #D3EDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-article-wiki-04 h2 {
    margin-left: 10px;
}

.btn-article-wiki-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-article-wiki-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-article-wiki-02 div:nth-child(1){
    width: 70%;
}

.btn-article-wiki-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-article-wiki-02 p {
    margin: 0;
}

.btn-article-wikipedia {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.btn-article-wiki-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-article-wiki-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-article-wiki-02 {
    	flex-direction: column;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ СТАТЬЮ О КОМПАНИИ В ВИКИПЕДИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ НЕДВИЖИМОСТИ: СНИЗИЛИ НЕГАТИВ В 3 РАЗА НАЧАЛО  */
.case-estate-rep {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-estate-rep p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-estate-rep img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-estate-rep h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  margin-bottom: 15px;
}

.case-estate-rep h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.case-estate-rep center {
	  font-weight: 600 !important;
    font-size: 16px !important;
	  margin-bottom: 15px;
}

/* 2 БЛОК АНАТОМИЯ ЭМОДЗИ */
.strip-estate-rep-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-estate-rep-01:before {
    content: '';
    width: 354px;
    height: 11px;
    background: #879DFC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-estate-rep-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РОСТ АКТИВНОСТИ И ЛОЯЛЬНОСТИ */
.strip-estate-rep-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-estate-rep-02:before {
    content: '';
    width: 332px;
    height: 11px;
    background: #879DFC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-estate-rep-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК РЕПУТАЦИОННЫЕ РЕЗУЛЬТАТЫ */
.strip-estate-rep-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-estate-rep-03:before {
    content: '';
    width: 296px;
    height: 11px;
    background: #879DFC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-estate-rep-03 h2 {
    margin-left: 10px;
}

.btn-estate-rep-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-estate-rep-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 38px;
	margin: 0;
}

.btn-estate-rep-02 div:nth-child(1){
    width: 70%;
}

.btn-estate-rep-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-estate-rep-02 p {
    margin: 0;
}

.btn-estate-reputation {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.btn-estate-rep-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-estate-rep-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-estate-rep-02 {
    	flex-direction: column;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ НЕДВИЖИМОСТИ: СНИЗИЛИ НЕГАТИВ В 3 РАЗА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 10 ПРАВИЛ ХОРОШЕГО БИЗНЕС-КЕЙСА НАЧАЛО  */
.case-good-business {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-good-business p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-good-business ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-good-business li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-good-business li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B5C8FF !important;
    left: 0;
    top: 6px !important;
}

.case-good-business img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-good-business h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  margin-bottom: 15px;
}

.case-good-business h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.case-good-business center {
	  font-weight: 600;
}

/* 2 БЛОК CASE STUDY: ЗАЧЕМ БИЗНЕСУ КЕЙС-МЕТОД */
.strip-good-business-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-good-business-01:before {
    content: '';
    width: 400px;
    height: 11px;
    background: #B5C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-good-business-01 h2 {
    margin-left: 10px;
}

.vert-good-business-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-good-business-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-good-business-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 82px !important;
    border-radius: 0%;
    background: #B5C8FF;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК КАКИМ ДОЛЖЕН БЫТЬ БИЗНЕС-КЕЙС КОМПАНИИ */
.strip-good-business-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-good-business-02:before {
    content: '';
    width: 457px;
    height: 11px;
    background: #B5C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-good-business-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК КАК НАПИСАТЬ КЕЙС ДЛЯ БИЗНЕСА: 10 ПРАВИЛ */
.strip-good-business-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-good-business-03:before {
    content: '';
    width: 444px;
    height: 11px;
    background: #B5C8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-good-business-03 h2 {
    margin-left: 10px;
}

.vert-good-business-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-good-business-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-good-business-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 52px !important;
    border-radius: 0%;
    background: #B5C8FF;
    left: 1px !important;
    top: -7px !important;
}

.btn-good-business-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-good-business-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-good-business-02 div:nth-child(1){
    width: 70%;
}

.btn-good-business-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-good-business-02 p {
    margin: 0;
}

.btn-rules-business {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.btn-good-business-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-good-business-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-good-business-02 {
    	flex-direction: column;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/*  СТИЛИ СТРАНИЦЫ 10 ПРАВИЛ ХОРОШЕГО БИЗНЕС-КЕЙСА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЮМОР БЕЗ ПРАВИЛ: КАК ИЗ ОТЗЫВА СДЕЛАТЬ МЕМ НАЧАЛО  */
.case-without-rules {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-without-rules p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-without-rules ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-without-rules li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-without-rules li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF9447 !important;
    left: 0;
    top: 6px !important;
}

.case-without-rules img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-without-rules h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 15px;
}

.case-without-rules h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.vert-without-rules-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-without-rules-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-without-rules-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 74px !important;
    border-radius: 0%;
    background: #FF9447;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ТИПЫ НЕКОНСТРУКТИВНЫХ ОТЗЫВОВ */
.strip-without-rules-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-without-rules-01:before {
    content: '';
    width: 362px;
    height: 11px;
    background: #FF9447;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-without-rules-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РЕКЛАМА ИЗ ОТЗЫВА: ДЕШЕВО И СЕРДИТО */
.strip-without-rules-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-without-rules-02:before {
    content: '';
    width: 405px;
    height: 11px;
    background: #FF9447;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-without-rules-02 h2 {
    margin-left: 10px;
}

.vert-without-rules-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-without-rules-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important; 
}

.vert-without-rules-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 103px !important;
    border-radius: 0%;
    background: #FF9447;
    left: 1px !important;
    top: -7px !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЮМОР БЕЗ ПРАВИЛ: КАК ИЗ ОТЗЫВА СДЕЛАТЬ МЕМ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ ЛЕСТНИЦА ХАНТА: ЧТО ЭТО И КАК В НЕЙ ПРИМЕНИТЬ РЕПУТАЦИЮ НАЧАЛО  */
.case-hunt-ladder {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-hunt-ladder p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-hunt-ladder ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-hunt-ladder li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-hunt-ladder li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #8FEDCE !important;
    left: 0;
    top: 6px !important;
}

.case-hunt-ladder h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 15px;
}

.case-hunt-ladder h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.case-hunt-ladder img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-hunt-ladder center {
	  font-weight: 600;
	  margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ ЛЕСТНИЦА ХАНТА */
.strip-hunt-ladder-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hunt-ladder-01:before {
    content: '';
    width: 288px;
    height: 11px;
    background: #8FEDCE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-hunt-ladder-01 h2 {
    margin-left: 10px;
}

.vert-hunt-ladder-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 15px !important;
}

.vert-hunt-ladder-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-hunt-ladder-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 60px !important;
    border-radius: 0%;
    background: #8FEDCE;
    left: 1px !important;
    top: 0 !important;
}

/* 3 БЛОК КАК МАРКЕТОЛОГИ ИСПОЛЬЗУЮТ ЛЕСТНИЦУ ХАНТА */
.strip-hunt-ladder-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hunt-ladder-02:before {
    content: '';
    width: 488px;
    height: 11px;
    background: #8FEDCE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-hunt-ladder-02 h2 {
    margin-left: 10px;
}

.vert-hunt-ladder-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-hunt-ladder-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-hunt-ladder-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 110px !important;
    border-radius: 0%;
    background: #8FEDCE;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК КАК ИСПОЛЬЗОВАТЬ РЕПУТАЦИЮ В ЛЕСТНИЦЕ ХАНТА */
.strip-hunt-ladder-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-hunt-ladder-03:before {
    content: '';
    width: 504px;
    height: 11px;
    background: #8FEDCE;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-hunt-ladder-03 h2 {
    margin-left: 10px;
}

.vert-hunt-ladder-03 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-hunt-ladder-03 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-hunt-ladder-03 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 110px !important;
    border-radius: 0%;
    background: #8FEDCE;
    left: 1px !important;
    top: -7px !important;
}

.btn-hunt-ladder-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-hunt-ladder-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-hunt-ladder-02 div:nth-child(1){
    width: 70%;
}

.btn-hunt-ladder-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-hunt-ladder-02 p {
    margin: 0;
}

.btn-hunt-reputation {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.btn-hunt-ladder-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-hunt-ladder-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-hunt-ladder-02 {
    	flex-direction: column;
	}
	.adaptive-strip:before {
		  display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЛЕСТНИЦА ХАНТА: ЧТО ЭТО И КАК В НЕЙ ПРИМЕНИТЬ РЕПУТАЦИЮ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ 10 КОГНИТИВНЫХ ИСКАЖЕНИЙ, КОТОРЫЕ ВЛИЯЮТ НА ПОКУПАТЕЛЯ НАЧАЛО  */
.case-cog-biases {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cog-biases p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cog-biases ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-cog-biases li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cog-biases li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC2C2 !important;
    left: 0;
    top: 6px !important;
}

.case-cog-biases img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-cog-biases h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 15px;
}

.case-cog-biases h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
	margin-left: 10px;
	margin-bottom: 15px
}

/* 2 БЛОК ЧТО ТАКОЕ КОГНИТИВНЫЕ ИСКАЖЕНИЯ */
.strip-cog-biases-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cog-biases-01:before {
    content: '';
    width: 371px;
    height: 11px;
    background: #FFC2C2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cog-biases-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК 10 КОГНИТИВНЫХ ИСКАЖЕНИЙ В МАРКЕТИНГЕ */
.strip-cog-biases-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cog-biases-02:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #FFC2C2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cog-biases-02 h2 {
    margin-left: 10px;
}

.video-cog-biases-01 {
	  margin-bottom: 15px;
}

.vert-cog-biases-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-cog-biases-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-cog-biases-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 80px !important;
    border-radius: 0% !important;
    background: #FFC2C2;
    left: 1px !important;
    top: -7px !important;
}

.vert-cog-biases-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-cog-biases-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-cog-biases-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 50px !important;
    border-radius: 0% !important;
    background: #FFC2C2;
    left: 1px !important;
    top: -7px !important;
}

.adaptive-vert-03 li:before {
    height: 80px !important;
}

.adaptive-vert-04 li:before {
    height: 80px !important;
}

.adaptive-vert-05 li:before {
    height: 82px !important;
}

.adaptive-vert-06 li:before {
    height: 45px !important;
}

.adaptive-vert-07 li:before {
    height: 141px !important;
}

.adaptive-vert-08 li:before {
    height: 79px !important;
}

.adaptive-vert-09 li:before {
    height: 50px !important;
}

.adaptive-vert-10 li:before {
    height: 50px !important;
}

/* 4 БЛОК КАК БОРОТЬСЯ С ИСКАЖЕНИЯМИ, ЕСЛИ ВЫ ПОКУПАТЕЛЬ */
.strip-cog-biases-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cog-biases-03:before {
    content: '';
    width: 531px;
    height: 11px;
    background: #FFC2C2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cog-biases-03 h2 {
    margin-left: 10px;
}

.slide-cog-biases {
	  margin-bottom: 15px;
}

@media (max-width: 428px) {
	.vert-cog-biases-01 li:before {
		display: none;
	}
	.vert-cog-biases-02 li:before {
		display: none;
	}
	.adaptive-strip:before {
		  display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ 10 КОГНИТИВНЫХ ИСКАЖЕНИЙ, КОТОРЫЕ ВЛИЯЮТ НА ПОКУПАТЕЛЯ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК СОЗДАТЬ РЕПУТАЦИЮ СТАРТАПА С НУЛЯ НАЧАЛО  */
.case-startup-rep {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-startup-rep p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-startup-rep img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-startup-rep h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 15px;
}

/* 2 БЛОК 2 БЛОК СОЗДАЕМ КАРТОЧКИ НА ОТЗОВИКАХ */
.strip-startup-rep-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-startup-rep-01:before {
    content: '';
    width: 348px;
    height: 11px;
    background: #ADE8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: -1;
}

.strip-startup-rep-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК СОЗДАЕМ ПОЛОЖИТЕЛЬНЫЙ ТОП ВЫДАЧИ */
.strip-startup-rep-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-startup-rep-02:before {
    content: '';
    width: 406px;
    height: 11px;
    background: #ADE8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: -1;
}

.strip-startup-rep-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК УВЕЛИЧИВАЕМ ЧИСЛО УПОМИНАНИЙ */
.strip-startup-rep-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-startup-rep-03:before {
    content: '';
    width: 355px;
    height: 11px;
    background: #ADE8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    z-index: -1;
}

.strip-startup-rep-03 h2 {
    margin-left: 10px;
}

.btn-startup-rep-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-startup-rep-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-startup-rep-02 div:nth-child(1){
    width: 60%;
}

.btn-startup-rep-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-startup-rep-02 p {
    margin: 0;
}

.btn-startup-reputation {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.btn-startup-rep-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-startup-rep-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-startup-rep-02 {
    	flex-direction: column;
	}
	.adaptive-strip:before {
		  display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК СОЗДАТЬ РЕПУТАЦИЮ СТАРТАПА С НУЛЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОНКУРЕНТНАЯ РАЗВЕДКА: ЧТО УЗНАТЬ ИЗ ОТКРЫТЫХ ИСТОЧНИКОВ НАЧАЛО  */
.case-compet-intel {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-compet-intel p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-compet-intel ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-compet-intel li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-compet-intel li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9CC1DC !important;
    left: 0;
    top: 6px !important;
}

.case-compet-intel img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-compet-intel h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-compet-intel h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

/* 2 БЛОК ЧТО ТАКОЕ КОНКУРЕНТНАЯ РАЗВЕДКА */
.strip-compet-intel-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-compet-intel-01:before {
    content: '';
    width: 363px !important;
    height: 11px;
    background: #9CC1DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-compet-intel-01 h2 {
    margin-left: 10px;
}

.vert-compet-intel-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-compet-intel-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-compet-intel-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 80px !important;
    border-radius: 0%;
    background: #9CC1DC;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК МЕТОДЫ КОНКУРЕНТНОЙ РАЗВЕДКИ */
.strip-compet-intel-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-compet-intel-02:before {
    content: '';
    width: 345px;
    height: 11px;
    background: #9CC1DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-compet-intel-02 h2 {
    margin-left: 10px;
}

.vert-compet-intel-02 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-compet-intel-02 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-compet-intel-02 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0%;
    background: #9CC1DC;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК С ЧЕГО НАЧАТЬ КОНКУРЕНТНУЮ РАЗВЕДКУ */
.strip-compet-intel-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-compet-intel-03:before {
    content: '';
    width: 403px;
    height: 11px;
    background: #9CC1DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-compet-intel-03 h2 {
    margin-left: 10px;
}

.btn-compet-intel-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-compet-intel-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-compet-intel-02 div:nth-child(1){
    width: 70%;
}

.btn-compet-intel-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-compet-intel-02 p {
    margin: 0;
}

.btn-compet-intelligence {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
    .btn-startup-rep-02 div:nth-child(1) {
        width: 100%;
    }
    .btn-compet-intel-02 {
        flex-direction: column;
    }
    .adaptive-strip:before {
        display: none;
    }
    .vert-compet-intel-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КОНКУРЕНТНАЯ РАЗВЕДКА: ЧТО УЗНАТЬ ИЗ ОТКРЫТЫХ ИСТОЧНИКОВ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КОНКУРЕНТНАЯ РАЗВЕДКА: ЧТО УЗНАТЬ ИЗ ОТКРЫТЫХ ИСТОЧНИКОВ НАЧАЛО  */
.case-compet-intel {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-compet-intel p {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px;
}

.case-compet-intel ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-compet-intel li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px;
    color: #000000;
}

.case-compet-intel li:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 0%;
    background: #9CC1DC;
    left: 0;
    top: 6px;
}

.case-compet-intel img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-compet-intel h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 15px;
}

.case-compet-intel h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОНКУРЕНТНАЯ РАЗВЕДКА */
.strip-compet-intel-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-compet-intel-01:before {
    content: '';
    width: 360px;
    height: 11px;
    background: #9CC1DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-compet-intel-01 h2 {
    margin-left: 10px;
}

.vert-compet-intel-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-compet-intel-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px;
    font-size: 18px;
}

.vert-compet-intel-01 li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 108px;
    border-radius: 0%;
    background: #9CC1DC;
    left: 1px;
    top: -7px;
}

/* 3 БЛОК МЕТОДЫ КОНКУРЕНТНОЙ РАЗВЕДКИ */
.strip-compet-intel-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-compet-intel-01:before {
    content: '';
    width: 345px;
    height: 11px;
    background: #9CC1DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-compet-intel-01 h2 {
    margin-left: 10px;
}

.adaptive-vert-02 {
    width: 4px;
    height: 108px;
}

.btn-compet-intel-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-compet-intel-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-compet-intel-02 div:nth-child(1){
    width: 70%;
}

.btn-compet-intel-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-compet-intel-02 p {
    margin: 0;
}

.btn-compet-intelligence {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
	color: #1A2129;
	font-weight: 700;
}


@media (max-width: 428px) {
    .btn-startup-rep-02 div:nth-child(1) {
        width: 100%;
    }
    .btn-compet-intel-02 {
        padding: 23px 4px 15px 23px;
    }
    .btn-compet-intel-02 {
        flex-direction: column;
    }
    .adaptive-strip:before {
        display: none;
    }
    .vert-compet-intel-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КОНКУРЕНТНАЯ РАЗВЕДКА: ЧТО УЗНАТЬ ИЗ ОТКРЫТЫХ ИСТОЧНИКОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ШУТИ И БЕГИ: КАК ИСПОЛЬЗОВАТЬ МЕМЫ В МАРКЕТИНГЕ НАЧАЛО */
.case-joke-run {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-joke-run p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-joke-run ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-joke-run li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-joke-run li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #79E58F !important;
    left: 0;
    top: 6px !important;
}

.case-joke-run img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-joke-run center {
	  font-weight: 600;
	  margin-bottom: 15px;
}

.case-joke-run h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-joke-run h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.video-joke-run {
	  margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ МЕМ */
.strip-joke-run-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-joke-run-01:before {
    content: '';
    width: 158px;
    height: 11px;
    background: #79E58F;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-joke-run-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МЕМ КАК ИНСТРУМЕНТ В СОЦИАЛЬНЫХ СЕТЯХ */
.strip-joke-run-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-joke-run-02:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #79E58F;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-joke-run-02 h2 {
    margin-left: 10px;
}

.vert-joke-run-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-joke-run-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-joke-run-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0%;
    background: #79E58F;
    left: 1px !important;
    top: -7px !important;
}

.list-joke-run-02 li:before {
    display: none;
}

.list-joke-run-02 li {
    margin-left: 15px !important;
    padding-left: 0 !important;
}

/* 4 БЛОК КАК РОЖДАЕТСЯ МЕМ  */
.strip-joke-run-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-joke-run-03:before {
    content: '';
    width: 226px;
    height: 11px;
    background: #79E58F;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-joke-run-03 h2 {
    margin-left: 10px;
}

.line-text-run-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-run-01 :before,
.line-text-run-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-run-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-joke-run {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-joke-run-01 img {
    margin: 0 15px 15px 15px;
    max-width: 99px !important;
}

.icon-joke-run-02 img {
    margin: 0 15px 15px 15px;
    max-width: 99px !important;
}

.icon-joke-run-03 img {
    margin: 0 15px 15px 15px;
    max-width: 99px !important;
}

.icon-joke-run-04 img {
    margin: 0 15px 15px 15px;
    max-width: 99px !important;
}

/* 5 БЛОК ОПЫТ БРЕНДОВ В МЕМ-МАРКЕТИНГЕ */
.strip-joke-run-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-joke-run-04:before {
    content: '';
    width: 346px;
    height: 11px;
    background: #79E58F;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-joke-run-04 h2 {
    margin-left: 10px;
}

/* 6 БЛОК КАК СОЗДАТЬ МЕМ. ПРОСТАЯ ИНСТРУКЦИЯ */
.strip-joke-run-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-joke-run-05:before {
    content: '';
    width: 402px;
    height: 11px;
    background: #79E58F;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-joke-run-05 h2 {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.adaptive-vert li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ШУТИ И БЕГИ: КАК ИСПОЛЬЗОВАТЬ МЕМЫ В МАРКЕТИНГЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕБРЕНДИНГ КОМПАНИЙ: 11 КЕЙСОВ 2023 ГОДА НАЧАЛО */
.case-reb-comp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-reb-comp p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-reb-comp h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-reb-comp h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.case-reb-comp center {
	  font-weight: 600;
	  margin-bottom: 15px;
	  font-size: 16px !important;
}

.case-reb-comp ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-reb-comp li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-reb-comp li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F395A4 !important;
    left: 0;
    top: 6px !important;
}

.case-reb-comp img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ТРЕНДЫ БРЕНДИНГА В 2023 ГОДУ */
.strip-reb-comp-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-reb-comp-01:before {
    content: '';
    width: 313px;
    height: 11px;
    background: #F395A4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-reb-comp-01 h2 {
    margin-left: 10px;
}

.vert-reb-comp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-reb-comp-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-reb-comp-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #F395A4;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ЛУЧШИЙ И ХУДШИЙ РЕБРЕНДИНГ 2023 ГОДА */
.strip-reb-comp-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-reb-comp-02:before {
    content: '';
    width: 418px;
    height: 11px;
    background: #F395A4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-reb-comp-02 h2 {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ РЕБРЕНДИНГ КОМПАНИЙ: 11 КЕЙСОВ 2023 ГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В НЕДВИЖИМОСТИ НАЧАЛО  */
.case-manage-estate {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-manage-estate p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-manage-estate ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-manage-estate li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-manage-estate h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-manage-estate h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-manage-estate li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #8CBDFD !important;
    left: 0;
    top: 6px !important;
}

.case-manage-estate center {
	  font-weight: 600;
	  font-size: 16px !important;
	  margin-bottom: 15px;
}

.case-manage-estate img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ТРЕНД 1: ИИ-ТАБЛЕТКА ПРОТИВ КРИЗИСА ИДЕЙ */
.strip-manage-estate-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-estate-01:before {
    content: '';
    width: 509px;
    height: 11px;
    background: #8CBDFD;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-manage-estate-01 h2 {
    margin-left: 10px;
}

.line-text-estate-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-estate-01 :before,
.line-text-estate-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-estate-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-manage-estate {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-manage-estate-01 img {
    margin: 0 15px 15px 15px;
    max-width: 97px !important;
}

/* 3 БЛОК 7 ФАКТОВ О РЕПУТАЦИИ В НЕДВИЖИМОСТИ */
.strip-manage-estate-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-estate-02:before {
    content: '';
    width: 418px;
    height: 11px;
    background: #8CBDFD;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-manage-estate-02 h2 {
    margin-left: 10px;
}

.vert-manage-estate-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-manage-estate-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-manage-estate-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 80px !important;
    border-radius: 0%;
    background: #8CBDFD;
    left: 1px !important;
    top: -7px !important;
}

/* 4 БЛОК ОСНОВНЫЕ ПЛОЩАДКИ ДЛЯ РАБОТЫ С РЕПУТАЦИЕЙ */
.strip-manage-estate-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-manage-estate-03:before {
    content: '';
    width: 494px;
    height: 11px;
    background: #8CBDFD;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-manage-estate-03 h2 {
    margin-left: 10px;
}

.estate-adaptive-vert-02 li:before {
    height: 108px !important;
}

.estate-adaptive-vert-03 li:before {
    height: 130px !important;
}

.btn-manage-estate-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-manage-estate-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 38px;
	margin: 0;
}

.btn-manage-estate-02 div:nth-child(1){
    width: 70%;
}

.btn-manage-estate-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-manage-estate-02 p {
    margin: 0;
}

.btn-management-estate {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
    .btn-manage-estate-02 div:nth-child(1) {
        width: 100%;
    }
    .btn-manage-estate-02 {
        flex-direction: column;
    }
    .adaptive-strip:before {
        display: none;
    }
    .vert-manage-estate-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В НЕДВИЖИМОСТИ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ ОПРОС КЛИЕНТОВ: ЗАЧЕМ ОН БИЗНЕСУ НАЧАЛО  */
.case-customer-survey {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-customer-survey p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-customer-survey h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  margin-bottom: 20px !important;
}

.case-customer-survey ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-customer-survey li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-customer-survey li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FCE8B6 !important;
    left: 0;
    top: 6px !important;
}

.case-customer-survey img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ ОПРОС КЛИЕНТОВ */
.strip-customer-survey-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-01:before {
    content: '';
    width: 283px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЗАЧЕМ КОМПАНИИ ПРОВОДИТЬ ОПРОСЫ */
.strip-customer-survey-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-02:before {
    content: '';
    width: 388px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-02 h2 {
    margin-left: 10px;
}

.line-text-survey-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-survey-01 :before,
.line-text-survey-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FCE8B6;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-survey-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-customer-survey {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-customer-survey-01 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.icon-customer-survey-02 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.icon-customer-survey-03 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

/* 4 БЛОК ВИДЫ ОПРОСОВ КЛИЕНТОВ */
.strip-customer-survey-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-03:before {
    content: '';
    width: 265px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-03 h2 {
    margin-left: 10px;
}

.list-customer-survey-01 {
    list-style: none;
}

.list-customer-survey-01-a li {
    list-style-type: disc;
    padding-left: 0 !important;
    margin-left: 30px !important;
}

.list-customer-survey-01-a li::before{
    display: none;
}

/* 5 БЛОК КАК ИСПОЛЬЗОВАТЬ РЕЗУЛЬТАТЫ ОПРОСОВ */
.strip-customer-survey-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-04:before {
    content: '';
    width: 414px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-04 h2 {
    margin-left: 10px;
}

/* 6 БЛОК ПОДВОДНЫЕ КАМНИ ОПРОСОВ */
.strip-customer-survey-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-05:before {
    content: '';
    width: 299px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-05 h2 {
    margin-left: 10px;
}

/* 7 БЛОК КАК СПРАВИТЬСЯ С ПОДВОДНЫМИ КАМНЯМИ */
.strip-customer-survey-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-06:before {
    content: '';
    width: 431px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-06 h2 {
    margin-left: 10px;
}

/* 8 БЛОК КАК МОТИВИРОВАТЬ КЛИЕНТОВ ПРОХОДИТЬ ОПРОСЫ */
.strip-customer-survey-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-customer-survey-07:before {
    content: '';
    width: 506px;
    height: 11px;
    background: #FCE8B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-customer-survey-07 h2 {
    margin-left: 10px;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ОПРОС КЛИЕНТОВ: ЗАЧЕМ ОН БИЗНЕСУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ СОЦИАЛЬНЫЙ КАПИТАЛ И КАК ЕГО ПОЛУЧИТ НАЧАЛО  */
.case-social-capital {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-social-capital p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-social-capital h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-social-capital h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-social-capital ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-social-capital li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-social-capital li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1DBE7 !important;
    left: 0;
    top: 6px !important;
}

.case-social-capital img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК СОЦИАЛЬНЫЙ КАПИТАЛ — ОТ ДРУЖБЫ К ПОЛЬЗЕ */
.strip-social-capital-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-capital-01:before {
    content: '';
    width: 469px;
    height: 11px;
    background: #C1DBE7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-social-capital-01 h2 {
    margin-left: 10px;
}

.vert-social-capital-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-social-capital-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-social-capital-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 78px !important;
    border-radius: 0%;
    background: #C1DBE7;
    left: 1px !important;
    top: -7px !important;
}

.adaptive-capital-vert-02 li:before {
    height: 78px !important;
}

.line-text-capital-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-capital-01 :before,
.line-text-capital-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-capital-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-social-capital {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-social-capital-01 img {
    margin: 0 15px 15px 15px;
    max-width: 97px !important;
}

/* 3 БЛОК СОЦИАЛЬНЫЙ КАПИТАЛ В БИЗНЕСЕ */
.strip-social-capital-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-capital-02:before {
    content: '';
    width: 346px;
    height: 11px;
    background: #C1DBE7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-social-capital-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК НАСКОЛЬКО ВЫ СОЦИАЛЬНО БОГАТЫ? */
.strip-social-capital-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-capital-03:before {
    content: '';
    width: 356px;
    height: 11px;
    background: #C1DBE7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-social-capital-03 h2 {
    margin-left: 10px;
}

.adaptive-capital-vert-03 li::before {
    height: 108px !important;
}

/* 5 БЛОК КАК ПРИУМНОЖИТЬ СОЦИАЛЬНОЕ БОГАТСТВО  */
.strip-social-capital-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-social-capital-04:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #C1DBE7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-social-capital-04 h2 {
    margin-left: 10px;
}

.list-social-capital-04 ul {
	  margin-bottom: 0 !important;
}

@media (max-width: 428px) {
	.vert-social-capital-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ СОЦИАЛЬНЫЙ КАПИТАЛ И КАК ЕГО ПОЛУЧИТ КОНЕЦ  */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ВОССТАНАВЛИВАЕМ РЕПУТАЦИЮ РАБОТОДАТЕЛЯ НАЧАЛО  */
.case-restore-rep {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-restore-rep p {
    font-size: 16px !important;
    font-weight: normal !important; 
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-restore-rep h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-restore-rep h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-restore-rep img {
    max-width: 720px;
    margin-bottom: 15px;
}

.text-restore-rep-01 p:nth-child(6) {
    text-align: center !important;
}

.text-restore-rep-04 p:nth-child(2) {
    text-align: center !important;
}

/* 2 БЛОК СОЦИАЛЬНЫЙ КАПИТАЛ — ОТ ДРУЖБЫ К ПОЛЬЗЕ */
.strip-restore-rep-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-restore-rep-01:before {
    content: '';
    width: 412px;
    height: 11px;
    background: #FFD697;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-restore-rep-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАЗМЕЩАЕМ ПОЗИТИВНЫЙ КОНТЕНТ */
.strip-restore-rep-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-restore-rep-02:before {
    content: '';
    width: 344px;
    height: 11px;
    background: #FFD697;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-restore-rep-02 h2 {
    margin-left: 10px;
}

.text-restore-rep-07 p:nth-child(3) {
    text-align: center !important;
}

.img-restore-rep-08 p {
    text-align: center !important;
}

.btn-restore-rep-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-restore-rep-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 38px;
	margin: 0;
}

.btn-restore-rep-02 div:nth-child(1){
    width: 70%;
}

.btn-restore-rep-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-restore-rep-02 p {
    margin: 0;
}

.btn-restore-reputation {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
    .btn-restore-rep-02 div:nth-child(1) {
        width: 100%;
    }
    .btn-restore-rep-02 {
        flex-direction: column;
    }
    .adaptive-strip:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ВОССТАНАВЛИВАЕМ РЕПУТАЦИЮ РАБОТОДАТЕЛЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ШТРАФЫ НА WILDBERRIES: ЧЕГО БОЯТЬСЯ СЕЛЛЕРАМ НАЧАЛО  */
.case-wild-fines {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-wild-fines p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important; 
}

.case-wild-fines h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-wild-fines h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-wild-fines ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-wild-fines li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-wild-fines li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E893C4 !important;
    left: 0;
    top: 6px !important;
}

.case-wild-fines img {
    max-width: 720px;
    margin-bottom: 15px;
}

.vert-wild-fines-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-wild-fines-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-wild-fines-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 77px !important;
    border-radius: 0%;
    background: #E893C4;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК КАК НАКАЗЫВАЮТ ПРОДАВЦОВ НА ДРУГИХ МАРКЕТПЛЕЙСАХ  */
.strip-wild-fines-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-wild-fines-01:before {
    content: '';
    width: 577px;
    height: 11px;
    background: #E893C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-wild-fines-01 h2 {
    margin-left: 10px;
}

.fines__vert-02 li::before {
    height: 108px !important;
}

/* 3 БЛОК ШТРАФЫ WILDBERRIES ДЛЯ ПРОДАВЦОВ: НА ЧТО ОБРАТИТЬ ВНИМАНИЕ */
.strip-wild-fines-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-wild-fines-02:before {
    content: '';
    width: 667px;
    height: 11px;
    background: #E893C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-wild-fines-02 h2 {
    margin-left: 10px;
}

.line-text-fines-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-fines-01 :before,
.line-text-fines-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(200, 200, 200, 0.6);;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-fines-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-wild-fines {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-wild-fines-01 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

/* 4 БЛОК КАК ОТСЛЕЖИВАТЬ НОВОСТИ О ШТРАФАХ НА WILDBERRIES */
.strip-wild-fines-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-wild-fines-03:before {
    content: '';
    width: 547px;
    height: 11px;
    background: #E893C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-wild-fines-03 h2 {
    margin-left: 10px;
}

.btn-wild-fines-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-wild-fines-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-wild-fines-02 div:nth-child(1){
    width: 60%;
}

.btn-wild-fines-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-wild-fines-02 p {
    margin: 0;
}

.btn-wildberries-fines {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
    .btn-wild-fines-02 div:nth-child(1) {
        width: 100%;
    }
    .btn-wild-fines-02 {
        flex-direction: column;
    }
    .adaptive-strip:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ШТРАФЫ НА WILDBERRIES: ЧЕГО БОЯТЬСЯ СЕЛЛЕРАМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС РЕПУТАЦИЯ ДЛЯ КЛИНИКИ КИТАЙСКОЙ МЕДИЦИНЫ НАЧАЛО */
.case-chinese-med {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-chinese-med p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-chinese-med h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-chinese-med img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ ОПРОС КЛИЕНТОВ */
.strip-chinese-med-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-chinese-med-01:before {
    content: '';
    width: 304px;
    height: 11px;
    background: #FFD7C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-chinese-med-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК СБОР ОТЗЫВОВ О КЛИНИКЕ */
.strip-chinese-med-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-chinese-med-02:before {
    content: '';
    width: 266px;
    height: 11px;
    background: #FFD7C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-chinese-med-02 h2 {
    margin-left: 10px;
}

.btn-chinese-med-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-chinese-med-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-chinese-med-02 div:nth-child(1){
    width: 70%;
}

.btn-chinese-med-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-chinese-med-02 p {
    margin: 0;
}

.btn-chinese-medicine {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-chinese-med-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-chinese-med-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-chinese-med-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС РЕПУТАЦИЯ ДЛЯ КЛИНИКИ КИТАЙСКОЙ МЕДИЦИНЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ВЕСТИ СОЦИАЛЬНЫЕ СЕТИ ОРГАНОВ ВЛАСТИ НАЧАЛО  */
.case-gover-net {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-gover-net p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-gover-net h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-gover-net h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-gover-net ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-gover-net li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-gover-net li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E6C0F3 !important;
    left: 0;
    top: 6px !important;
}

.case-gover-net img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ОШИБКИ ОРГАНОВ ВЛАСТИ В СОЦИАЛЬНЫХ СЕТЯХ */
.strip-gover-net-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-gover-net-01:before {
    content: '';
    width: 472px !important;
    height: 11px;
    background: #E6C0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-gover-net-01 h2 {
    margin-left: 10px;
}

.text-gover-net-01 span {
    text-align: center;
    font-weight: 700;
}

.line-text-net-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-net-01 :before,
.line-text-net-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-net-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-gover-net {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-gover-net img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

/* 3 БЛОК ОТКРОЙТЕ ФОРТОЧКУ: КАК ВЕСТИ СЕБЯ В СОЦСЕТЯХ  */
.strip-gover-net-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-gover-net-01:before {
    content: '';
    width: 487px;
    height: 11px;
    background: #E6C0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-gover-net-01 h2 {
    margin-left: 10px;
}

.vert-gover-net-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-gover-net-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-gover-net-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #E6C0F3;
    left: 1px !important;
    top: -7px !important;
}

.adap-gover-vert-02 li:before {
    width: 4px;
    height: 108px !important;
}

.adap-gover-vert-03 li:before {
    width: 4px;
    height: 108px !important;
}

.btn-gover-net-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-gover-net-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-gover-net-02 div:nth-child(1){
    width: 70%;
}

.btn-gover-net-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-gover-net-02 p {
    margin: 0;
}

.btn-government-networks {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
	.vert-gover-net-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
	.btn-gover-net-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-gover-net-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-gover-net-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ВЕСТИ СОЦИАЛЬНЫЕ СЕТИ ОРГАНОВ ВЛАСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПОД НОГОТОЧКИ: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ДЛЯ САЛОНА КРАСОТЫ НАЧАЛО */
.case-under-nails {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-under-nails p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}


.case-under-nails h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-under-nails h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-under-nails ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
		margin-bottom: 15px !important;
}

.case-under-nails li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-under-nails li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E6C0F3 !important;
    left: 0;
    top: 6px !important;
}

.case-under-nails img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ПОЧЕМУ РЕПУТАЦИЯ В СФЕРЕ КРАСОТЫ — САМАЯ ГИБКАЯ? */
.strip-under-nails-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-under-nails-01:before {
    content: '';
    width: 554px;
    height: 11px;
    background: #E6C0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-under-nails-01 h2 {
    margin-left: 10px;
}

.line-text-nails-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-nails-01 :before,
.line-text-nails-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #C8C8C8;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-nails-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-under-nails {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-under-nails-01 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

/* 3 БЛОК 7 ФАКТОВ О РЕПУТАЦИИ В СФЕРЕ КРАСОТЫ */
.strip-under-nails-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-under-nails-02:before {
    content: '';
    width: 417px;
    height: 11px;
    background: #E6C0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-under-nails-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК САЙТЫ ДЛЯ РАБОТЫ С РЕПУТАЦИЕЙ САЛОНОВ */
.strip-under-nails-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-under-nails-03:before {
    content: '';
    width: 445px;
    height: 11px;
    background: #E6C0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-under-nails-03 h2 {
    margin-left: 10px;
}

.vert-under-nails-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-under-nails-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
    font-size: 18px !important;
}

.vert-under-nails-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 102px !important;
    border-radius: 0%;
    background: #E6C0F3;
    left: 1px !important;
    top: -7px !important;
}

.text-under-nails-07 p:nth-child(3) {
    font-weight: 600 !important;
    text-align: center !important;
}

/* 5 БЛОК ПОИСКОВАЯ ВЫДАЧА — MUST DO В БЬЮТИ */
.strip-under-nails-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-under-nails-04:before {
    content: '';
    width: 400px;
    height: 11px;
    background: #E6C0F3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-under-nails-04 h2 {
    margin-left: 10px;
}

.btn-under-nails-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-under-nails-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 26px;
	margin: 0;
}

.btn-under-nails-02 div:nth-child(1){
    width: 70%;
}

.btn-under-nails-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-under-nails-02 p {
    margin: 0;
}

.btn-under-nails {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media(max-width: 428px) {
	.vert-under-nails-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
	.btn-under-nails-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-under-nails-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-under-nails-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ ПОД НОГОТОЧКИ: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ДЛЯ САЛОНА КРАСОТЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЦВЕТ БРЕНДА: КАК ВЫБРАТЬ И НА ЧТО ВЛИЯЕТ НАЧАЛО */
.case-brand-color {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-color p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-brand-color h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-brand-color h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px;
}

.case-brand-color ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-brand-color li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 14px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-color li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFDC88 !important;
    left: 0;
    top: 6px !important;
}

.case-brand-color img {
    max-width: 720px;
    margin-bottom: 15px;
}

.vert-brand-color-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-brand-color-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-brand-color-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 94px !important;
    border-radius: 0%;
    background: #FFDC88;
    left: 1px !important;
    top: -7px !important;
}

/* 2 БЛОК ЦВЕТОВАЯ ПАЛИТРА БРЕНДА */
.strip-brand-color-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-color-01:before {
    content: '';
    width: 280px;
    height: 11px;
    background: #FFDC88;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-brand-color-01 h2 {
    margin-left: 10px;
}

.text-brand-color-02 p::nth-child(2) {
	  display: block;
	  text-align: center !important;
}
.case-brand-color, .text-brand-color-02 P::nth-child(2){
	  display: block;
	  text-align: center !important;
}


/* 3 БЛОК РОЛЬ ЦВЕТА В БРЕНДИНГЕ */
.strip-brand-color-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-color-02:before {
    content: '';
    width: 260px;
    height: 11px;
    background: #FFDC88;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-brand-color-02 h2 {
    margin-left: 10px;
}

.adap-color-vert-02 li::before {
    height: 153px !important;
}

/* 4 БЛОК ПРИБАВЬТЕ СИНЕГО: ПОПУЛЯРНЫЕ ЦВЕТА БРЕНДОВ */
.strip-brand-color-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-brand-color-03:before {
    content: '';
    width: 490px;
    height: 11px;
    background: #FFDC88;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-brand-color-03 h2 {
    margin-left: 10px;
}

.btn-brand-color-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-brand-color-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-brand-color-02 div:nth-child(1){
    width: 70%;
}

.btn-brand-color-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-brand-color-02 p {
    margin: 0;
}

.btn-brand-colors {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.vert-brand-color-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
	.btn-brand-color-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-brand-color-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-brand-color-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ ЦВЕТ БРЕНДА: КАК ВЫБРАТЬ И НА ЧТО ВЛИЯЕТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПОДОБРАТЬ ГРАМОТНОГО ИНТЕРНЕТ-МАРКЕТОЛОГА НАЧАЛО */
.case-choose-mark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-choose-mark p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-choose-mark h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-choose-mark ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-choose-mark li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-choose-mark li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E5A792 !important;
    left: 0;
    top: 6px !important;
}

.case-choose-mark img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ЦЕЛИ */
.strip-choose-mark-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-01:before {
    content: '';
    width: 66px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-01 h2 {
    margin-left: 10px;
}

.vert-choose-mark-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-choose-mark-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 20px;
    padding-left: 25px !important;
}

.vert-choose-mark-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0%;
    background: #E5A792;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК ПРОФЕССИОНАЛЬНЫЕ НАВЫКИ */
.strip-choose-mark-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-02:before {
    content: '';
    width: 304px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-02 h2 {
    margin-left: 10px;
}

.adap-choose-vert-02 li:before {
    height: 69px !important;
}

/* 4 БЛОК БАЗОВЫЕ ЗНАНИЯ */
.strip-choose-mark-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-03:before {
    content: '';
    width: 183px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-03 h2 {
    margin-left: 10px;
}

/* 5 БЛОК КЕЙСЫ И ПОРТФОЛИО */
.strip-choose-mark-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-04:before {
    content: '';
    width: 214px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-04 h2 {
    margin-left: 10px;
}

/* 6 БЛОК СТРАТЕГИЧЕСКОЕ ПЛАНИРОВАНИЕ */
.strip-choose-mark-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-05:before {
    content: '';
    width: 331px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-05 h2 {
    margin-left: 10px;
}

/* 7 БЛОК УПРАВЛЕНЧЕСКИЕ НАВЫКИ */
.strip-choose-mark-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-06:before {
    content: '';
    width: 263px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-06 h2 {
    margin-left: 10px;
}

/* 8 БЛОК ЗАРАБОТНАЯ ПЛАТА */
.strip-choose-mark-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-choose-mark-07:before {
    content: '';
    width: 200px;
    height: 11px;
    background: #E5A792;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-choose-mark-07 h2 {
    margin-left: 10px;
}

.adap-choose-vert-03 li:before {
    height: 74px !important;
}

@media(max-width: 480px) {
	.vert-choose-mark-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОДОБРАТЬ ГРАМОТНОГО ИНТЕРНЕТ-МАРКЕТОЛОГА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРУДНОСТИ ПЕРЕВОДА: ЧЕМ ОТЛИЧАЕТСЯ РЕКЛАМА В ДРУГИХ СТРАНАХ НАЧАЛО */
.case-lost-transl {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-lost-transl p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-lost-transl h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-lost-transl h3 {
    position: relative;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding-left: 20px !important;
   	margin-bottom: 10px;
	  margin-left: 10px;
}

.case-lost-transl h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCFAB !important;
    left: 0;
    top: 3px !important;
}

.case-lost-transl ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-lost-transl li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-lost-transl li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCFAB !important;
    left: 0;
    top: 6px !important;
}

.case-lost-transl img {
    max-width: 720px;
    margin-bottom: 15px;
}

.video-lost-transl {
	  margin-bottom: 15px !important;
}

/* 2 БЛОК ИНДЕКС БУРГЕРА: РЕКЛАМА BURGER KING В РАЗНЫХ СТРАНАХ */
.strip-lost-transl-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-lost-transl-01:before {
    content: '';
    width: 578px;
    height: 11px;
    background: #FFCFAB;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-lost-transl-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК АДАПТИРУЮТ РЕКЛАМУ В РАЗНЫХ СТРАНАХ */
.strip-lost-transl-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-lost-transl-02:before {
    content: '';
    width: 463px;
    height: 11px;
    background: #FFCFAB;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-lost-transl-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК РЕКЛАМА В АЗИИ – НЕ ТО, ЧЕМ КАЖЕТСЯ */
.strip-lost-transl-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-lost-transl-03:before {
    content: '';
    width: 385px;
    height: 11px;
    background: #FFCFAB;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-lost-transl-03 h2 {
    margin-left: 10px;
}

.btn-lost-transl-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-lost-transl-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-lost-transl-02 div:nth-child(1){
    width: 70%;
}

.btn-lost-transl-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-lost-transl-02 p {
    margin: 0;
}

.btn-lost-translation {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}


@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-lost-transl-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-lost-transl-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-lost-transl-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ ТРУДНОСТИ ПЕРЕВОДА: ЧЕМ ОТЛИЧАЕТСЯ РЕКЛАМА В ДРУГИХ СТРАНАХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: SERM ДЛЯ ПРОИЗВОДИТЕЛЯ КОШАЧЬЕГО КОРМА НАЧАЛО */
.case-cat-food {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cat-food p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cat-food h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-cat-food img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ЦВЕТОВАЯ ПАЛИТРА БРЕНДА */
.strip-cat-food-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cat-food-01:before {
    content: '';
    width: 325px;
    height: 11px;
    background: #FFE0C7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cat-food-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК СОЗДАНИЕ КАРТОЧЕК НА ОТЗОВИКАХ */
.strip-cat-food-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cat-food-02:before {
    content: '';
    width: 355px;
    height: 11px;
    background: #FFE0C7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cat-food-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК SERM — РАБОТА С ПОИСКОВОЙ ВЫДАЧЕЙ */
.strip-cat-food-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cat-food-03:before {
    content: '';
    width: 390px;
    height: 11px;
    background: #FFE0C7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cat-food-03 h2 {
    margin-left: 10px;
}

/* 5 БЛОК ЛАЙФХАК: УСИЛИВАЕМ ВЫДАЧУ ЭКСПЕРТНЫМИ СТАТЬЯМИ */
.strip-cat-food-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cat-food-04:before {
    content: '';
    width: 550px;
    height: 11px;
    background: #FFE0C7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cat-food-04 h2 {
    margin-left: 10px;
}

/* 6 БЛОК РОСТ ЛОЯЛЬНОСТИ И УПОМИНАЕМОСТИ */
.strip-cat-food-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-cat-food-05:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #FFE0C7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cat-food-05 h2 {
    margin-left: 10px;
}

.btn-cat-food-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.28);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-cat-food-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 23px 0 14px 55px;
	margin: 0;
}

.btn-cat-food-02 div:nth-child(1){
    width: 70%;
}

.btn-cat-food-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-cat-food-02 p {
    margin: 0;
}

.btn-cat-food {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 700 !important;
}

@media (max-width: 428px) {
	.adaptive-strip:before {
		display: none;
	}
	.btn-cat-food-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-cat-food-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-cat-food-02 {
    	flex-direction: column;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: SERM ДЛЯ ПРОИЗВОДИТЕЛЯ КОШАЧЬЕГО КОРМА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ГАЙД ПО ОПТИМИЗАЦИИ РАСХОДОВ НА МАРКЕТИНГ НАЧАЛО  */
.case-guide-optim {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-guide-optim p {
    font-size: 16px !important;
    font-weight: normal !important; 
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-guide-optim h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-guide-optim ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-guide-optim li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-guide-optim li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FEBDC3 !important;
    left: 0;
    top: 6px !important;
}

.case-guide-optim img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ОШИБКИ ОРГАНОВ ВЛАСТИ В СОЦИАЛЬНЫХ СЕТЯХ */
.strip-guide-optim-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-01:before {
    content: '';
    width: 640px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-01 h2 {
    margin-left: 10px;
}

.vert-guide-optim-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-guide-optim-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 25px;
    padding-left: 25px !important;
}

.vert-guide-optim-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0%;
    background: #FEBDC3;
    left: 1px;
    top: -7px !important;
}

/* 3 БЛОК ШАГ 1. СОБЕРИТЕ ИНФОРМАЦИЮ */
.strip-guide-optim-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-02:before {
    content: '';
    width: 315px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК ШАГ 2. ОПРЕДЕЛИТЕ ЭФФЕКТИВНЫЕ КАНАЛЫ */
.strip-guide-optim-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-03:before {
    content: '';
    width: 425px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-03 h2 {
    margin-left: 10px;
}

/* 5 БЛОК ШАГ 3. СФОРМУЛИРУЙТЕ ЦЕЛИ */
.strip-guide-optim-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-04:before {
    content: '';
    width: 291px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-04 h2 {
    margin-left: 10px;
}

.adaptive-guide-vert-02 li:before {
    height: 70px !important;
}

/* 6 БЛОК ШАГ 4. ВНЕДРИТЕ ПРИЕМЫ ЭКОНОМИИ НА РАЗНЫХ ПЛОЩАДКАХ */
.strip-guide-optim-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-05:before {
    content: '';
    width: 600px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-05 h2 {
    margin-left: 10px;
}

/* 7 БЛОК ШАГ 5. СОСТАВЬТЕ БЮДЖЕТ НА МАРКЕТИНГ */
.strip-guide-optim-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-06:before {
    content: '';
    width: 407px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-06 h2 {
    margin-left: 10px;
}

/* 8 БЛОК ШАГ 6. ГОТОВЬТЕСЬ АНАЛИЗИРОВАТЬ. МНОГО!  */
.strip-guide-optim-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-07:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-07 h2 {
    margin-left: 10px;
}

.hor-guide-optim-01 {
    position: relative;
    margin: 37px 20px;
}

.hor-guide-optim-01 p:before {
    content: '';
    width: 62px !important;
    height: 25px !important;
    background: linear-gradient(#FFA8B3, #FDDBD9) !important;
    display: block;
    position: absolute;
    border-radius: 11px !important;
    left: 0px;
    top: -1px !important;
    z-index: -1;
}

.hor-guide-optim-01 p {
    margin-right: 10px !important;
}

/* 9 БЛОК ЕСЛИ НЕ ПОМОГЛО — 6 СОВЕТОВ ПО ЭКОНОМИИ */
.strip-guide-optim-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-guide-optim-08:before {
    content: '';
    width: 452px;
    height: 11px;
    background: #FEBDC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-guide-optim-08 h2 {
    margin-left: 10px;
}

.list-guide-optim-05 li {
    padding-left: 0 !important;
    margin-left: 10px !important;
}

.list-guide-optim-05 li:before {
    display: none;
}

@media(max-width: 428px) {
    .adaptive-strip:before {
        display: none;
    }
    .vert-guide-optim-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ГАЙД ПО ОПТИМИЗАЦИИ РАСХОДОВ НА МАРКЕТИНГ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ ПОВТОРНЫЕ ПРОДАЖИ: 10+ СПОСОБОВ НАЧАЛО  */
.case-repeat-sales {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-repeat-sales p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-repeat-sales h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-repeat-sales ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-repeat-sales li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-repeat-sales li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D8F5D9 !important;
    left: 0;
    top: 6px !important;
}

.case-repeat-sales img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК 2 БЛОК ПОЧЕМУ ПРОДАВАТЬ СТАРЫМ КЛИЕНТАМ ЛУЧШЕ, ЧЕМ НОВЫМ */
.strip-repeat-sales-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-repeat-sales-01:before {
    content: '';
    width: 576px;
    height: 11px;
    background: #D8F5D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-repeat-sales-01 h2 {
    margin-left: 10px;
}

.long-repeat-sales-01 {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 40px;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-repeat-sales-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 413px !important;
    border-radius: 0%;
    background: #D8F5D9;
    left: 1px;
    top: 7px !important;
}

.long-repeat-sales-01 li:before {
    display: none;
}

.long-repeat-sales-01 li {
    padding-left: 0 !important;
}

.adap-long-rep-02 ul:before {
    height: 171px !important;
}

/* 3 БЛОК 10+ СПОСОБОВ ПОВЫСИТЬ ПОВТОРНЫЕ ПРОДАЖИ */
.strip-repeat-sales-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-repeat-sales-02:before {
    content: '';
    width: 467px;
    height: 11px;
    background: #D8F5D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-repeat-sales-02 h2 {
    margin-left: 10px;
}

.adap-long-rep-03 ul:before {
    height: 422px !important;
}

.adap-long-rep-04 ul:before {
    height: 525px !important;
}

.adap-long-rep-05 ul:before {
    height: 777px !important;
}

.adap-long-rep-06 ul:before {
    height: 697px !important;
}

.adap-long-rep-07 ul:before {
    height: 143px !important;
}

.adap-long-rep-08 ul:before {
    height: 207px !important;
}

.adap-long-rep-09 ul:before {
    height: 363px !important;
}

.adap-long-rep-10 ul:before {
    height: 329px !important;
}

@media(max-width: 480px) {
	.adaptive-strip:before {
		display: none;
	}
	.long-repeat-sales-01 ul:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ ПОВТОРНЫЕ ПРОДАЖИ: 10+ СПОСОБОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЭФФЕКТ БАРБИ: КАК КУКЛА ВЫЗВАЛА МАРКЕТИНГОВУЮ РЕВОЛЮЦИЮ НАЧАЛО */
.case-barbie-effect {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-barbie-effect p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-barbie-effect h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-barbie-effect ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-barbie-effect li {
    position: relative;
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-barbie-effect li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F9B8D5 !important;
    left: 0;
    top: 6px !important;
}

.case-barbie-effect img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ПОЧЕМУ РЕПУТАЦИЯ В СФЕРЕ КРАСОТЫ — САМАЯ ГИБКАЯ? */
.strip-barbie-effect-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-barbie-effect-01:before {
    content: '';
    width: 530px;
    height: 11px;
    background: #F9B8D5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-barbie-effect-01 h2 {
    margin-left: 10px;
}

.vert-barbie-effect-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.vert-barbie-effect-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-right: 50px;
    padding-left: 25px !important;
}

.vert-barbie-effect-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #F9B8D5;
    left: 1px !important;
    top: -7px !important;
}

/* 3 БЛОК А ЧТО ПО ВОЗВРАТНОСТИ ИНВЕСТИЦИЙ? */
.strip-barbie-effect-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-barbie-effect-02:before {
    content: '';
    width: 383px;
    height: 11px;
    background: #F9B8D5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-barbie-effect-02 h2 {
    margin-left: 10px;
}

.adap-vert-eff-02 li:before {
    height: 100px !important;
}

.video-barbie-effect {
	  margin-bottom: 15px;
}

@media(max-width: 480px) {
	.adaptive-strip:before {
		display: none;
	}
	.vert-barbie-effect-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЭФФЕКТ БАРБИ: КАК КУКЛА ВЫЗВАЛА МАРКЕТИНГОВУЮ РЕВОЛЮЦИЮ КОНЕЦ */

/* КРИЗИС ДОВЕРИЯ: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В СФЕРЕ ФИНАНСОВ НАЧАЛО */
.case-crisis-conf {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-crisis-conf p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.center {
	  text-align: center !important;
}

.case-crisis-conf li:before {
	  display: none !important;
}

.case-crisis-conf img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-crisis-conf h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-crisis-conf h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ БАНКАМ И СТРАХОВЫМ КОМПАНИЯМ */
.strip-crisis-conf-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-crisis-conf-01:before {
    content: '';
    width: 528px;
    height: 11px;
    background: #B8C7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px !important;
    z-index: -1;
}

.strip-crisis-conf-01 h2 {
    margin-left: 10px;
}

.container-crisis-conf {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-crisis-conf-01 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.icon-crisis-conf-02 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

/* БЛОК 3 7 ФАКТОВ О РЕПУТАЦИИ В СФЕРЕ ФИНАНСОВ */
.strip-crisis-conf-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-crisis-conf-02:before {
    content: '';
    width: 420px;
    height: 11px;
    background: #B8C7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px !important; 
    z-index: -1;
}

.strip-crisis-conf-02 h2 {
    margin-left: 10px;
}

/* БЛОК 4 ЧТО ФОРМИРУЕТ РЕПУТАЦИЮ ФИНАНСОВЫХ КОМПАНИЙ В СЕТИ */
.strip-crisis-conf-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-crisis-conf-03:before {
    content: '';
    width: 591px;
    height: 11px;
    background: #B8C7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px !important;
    z-index: -1;
}

.strip-crisis-conf-03 h2 {
    margin-left: 10px;
}

.long-crisis-conf-01 ul {
    list-style: none !important;
    line-height: 20px;
    padding: 0;
    margin-left: 40px;
    position: relative;
    margin-top: 18px;
    padding-left: 17px;
}

.long-crisis-conf-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 206px !important;
    border-radius: 0%;
    background: #B8C7FF;
    left: 1px;
    top: 7px !important;
}

.adap-long-conf-02 ul:before {
    height: 257px !important;
}

.long-crisis-conf-01 li {
	color: #000000 !important;
}

.slider-crisis-conf {
    margin-bottom: 15px;
}

.btn-crisis-conf-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-crisis-conf-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 14px 0 4px 14px;
	margin: 0;
}

.btn-crisis-conf-02 div:nth-child(1){
    width: 70%;
}

.btn-crisis-conf-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-crisis-conf-02 p {
    margin: 0;
}

.btn-crisis-conf {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.long-crisis-conf-01 ul:before {
		display: none;
	}
	.long-crisis-conf-01 ul {
		margin-left: 0;
		padding-left: 0;
	}
	.adaptive-strip:before {
		display: none;
	}
	.btn-crisis-conf-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-crisis-conf-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-crisis-conf-02 {
    	flex-direction: column;
	}
}
/* КРИЗИС ДОВЕРИЯ: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В СФЕРЕ ФИНАНСОВ КОНЕЦ */

/* РЕПУТАЦИОННЫЕ ЛОВУШКИ: 10 ОПАСНЫХ ТЕМ ДЛЯ МАРКЕТОЛОГА НАЧАЛО */
.case-dang-topics {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-dang-topics p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.video-dang-topics {
	  margin-bottom: 15px !important;
}

.case-dang-topics h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-dang-topics h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.case-dang-topics ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-dang-topics li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-dang-topics li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #87DACA !important;
    left: 0;
    top: 6px !important;
}

.case-dang-topics img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ПОЧЕМУ РЕПУТАЦИЯ В СФЕРЕ КРАСОТЫ — САМАЯ ГИБКАЯ? */
.strip-dang-topics-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-dang-topics-01:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #87DACA;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-dang-topics-01 h2 {
    margin-left: 10px;
}

.vert-dang-topics-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 15px !important
}

.vert-dang-topics-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
}

.vert-dang-topics-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 76px !important;
    border-radius: 0%;
    background: #87DACA;
    left: 1px !important;
    top: 0 !important;
}

/* 3 БЛОК АЛАРМ! 10 ТЕМ, НАД КОТОРЫМИ ДОРОГО ШУТИТЬ */
.strip-dang-topics-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-dang-topics-02:before {
    content: '';
    width: 463px;
    height: 11px;
    background: #87DACA;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-dang-topics-02 h2 {
    margin-left: 10px;
}

.adap-vert-dang-02 li:before {
    height: 76px !important;
}

.adap-vert-dang-03 li:before {
    height: 76px !important;
}

@media (max-width: 480px) {
	.vert-dang-topics-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* РЕПУТАЦИОННЫЕ ЛОВУШКИ: 10 ОПАСНЫХ ТЕМ ДЛЯ МАРКЕТОЛОГА КОНЕЦ */

/* КАК РАБОТАТЬ С B2B КЛИЕНТАМИ КОНЕЦ НАЧАЛО */
.case-b2b-clients {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-b2b-clients p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-b2b-clients h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-b2b-clients h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.case-b2b-clients ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-b2b-clients li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-b2b-clients li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FCB5B5 !important;
    left: 0;
    top: 6px !important;
}

.case-b2b-clients img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК 1. В ЧЕМ ГЛАВНОЕ ОТЛИЧИЕ КЛИЕНТА В B2B ОТ B2C? */
.strip-b2b-clients-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-01:before {
    content: '';
    width: 487px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК 2. С КЕМ ПРИХОДИТСЯ ОБЩАТЬСЯ В B2B? */
.strip-b2b-clients-02 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-02:before {
    content: '';
    width: 390px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-02 h2 {
    margin-left: 10px;
}

/* 4 БЛОК 3. КАКИЕ КАНАЛЫ КОММУНИКАЦИИ ВЫБРАТЬ? */
.strip-b2b-clients-03 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-03:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-03 h2 {
    margin-left: 10px;
}

/* 5 БЛОК 4. ЧТО ВАЖНО ДЛЯ B2B КЛИЕНТА? */
.strip-b2b-clients-04 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-04:before {
    content: '';
    width: 340px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-04 h2 {
    margin-left: 10px;
}

.vert-b2b-clients-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 15px !important
}

.vert-b2b-clients-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
}

.vert-b2b-clients-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 51px !important;
    border-radius: 0%;
    background: #FCB5B5;
    left: 1px !important;
    top: 0 !important;
}

/* 6 БЛОК 5. ЧТО САМОЕ СЛОЖНОЕ В B2B КОММУНИКАЦИИ? */
.strip-b2b-clients-05 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-05:before {
    content: '';
    width: 465px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-05 h2 {
    margin-left: 10px;
}

/* 7 БЛОК 6. КАК ЧАСТО НУЖНО ОБЩАТЬСЯ С B2B КЛИЕНТОМ? */
.strip-b2b-clients-06 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-06:before {
    content: '';
    width: 482px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-06 h2 {
    margin-left: 10px;
}

.adap-vert-b2b-02 li:before {
    height: 50px !important;
}

/* 8 БЛОК 7. КАК РАБОТАТЬ С ВОЗРАЖЕНИЯМИ? */
.strip-b2b-clients-07 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-07:before {
    content: '';
    width: 361px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-07 h2 {
    margin-left: 10px;
}

/* 9 БЛОК 8. КАК ДЕЙСТВОВАТЬ, ЕСЛИ КЛИЕНТ ПЕРЕХОДИТ РАМКИ? */
.strip-b2b-clients-08 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-08:before {
    content: '';
    width: 524px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-08 h2 {
    margin-left: 10px;
}

/* 10 БЛОК 9. КАК РАБОТАТЬ С ВОСПРИЯТИЕМ ВЫСОКОЙ ЦЕНЫ? */
.strip-b2b-clients-09 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-09:before {
    content: '';
    width: 492px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-09 h2 {
    margin-left: 10px;
}

/* 11 БЛОК 10. КАК ВЕРНУТЬ УШЕДШЕГО КЛИЕНТА В B2B? */
.strip-b2b-clients-10 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-b2b-clients-10:before {
    content: '';
    width: 417px;
    height: 11px;
    background: #FCB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-b2b-clients-10 h2 {
    margin-left: 10px;
}

.adap-vert-b2b-03 li:before {
    height: 27px !important;
}

@media (max-width: 480px) {
	.vert-b2b-clients-01 li:before {
		display: none;
	}
	.adaptive-strip:before {
		display: none;
	}
}
/* КАК РАБОТАТЬ С B2B КЛИЕНТАМИ КОНЕЦ */

/* САЙТЫ ОТЗЫВОВ О ВРАЧАХ: КАК РАБОТАТЬ С ПЛОЩАДКАМИ НАЧАЛО */
.case-review-sites {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-review-sites p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-review-sites img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-review-sites ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-review-sites li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-review-sites li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD1EB !important;
    left: 0;
    top: 6px !important;
}

.case-review-sites h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-review-sites h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

/* 2 БЛОК КАК САЙТЫ С ОТЗЫВАМИ ВЛИЯЮТ НА РЕПУТАЦИЮ ВРАЧЕЙ */
.strip-review-sites-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-review-sites-01:before {
    content: '';
    width: 544px;
    height: 11px;
    background: #FFD1EB;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-review-sites-01 h2 {
    margin-left: 10px;
}

.long-review-sites-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 40px;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-review-sites-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 379px !important;
    border-radius: 0%;
    background: #FFD1EB;
    left: 1px;
    top: 7px !important;
}

.long-review-sites-01 li:before {
    display: none;
    padding-left: 0;
    margin-left: 0;
}

.adap-long-sites-02 ul:before {
    height: 260px !important;
}

.adap-long-sites-02-a ul:before {
    height: 200px !important;
}

/* 3 БЛОК ЮРИДИЧЕСКАЯ СТОРОНА МЕДИЦИНСКИХ ОТЗОВИКОВ */
.adaptive-sites-strip-02:before {
    width: 502px !important;
}

.line-text-sites-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-sites-01 :before,
.line-text-sites-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FFD1EB;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-sites-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-review-sites {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-review-sites-01 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.brands-icon-doc p {
	margin-left: 0 !important
}

.brands-icon-doc {
    padding-left: 119px !important;
}

.adap-long-sites-03 ul:before {
    height: 457px !important;
}

/* 4 БЛОК КАК УСТРОЕНА МОДЕРАЦИЯ НА МЕДИЦИНСКИХ ОТЗОВИКАХ */
.adaptive-sites-strip-03:before {
    width: 552px !important;
}

.adap-long-sites-04 ul:before {
    height: 345px !important;
}

.adap-long-sites-05 ul:before {
    height: 17px !important;
}

.adap-long-sites-06 ul:before {
    height: 480px !important;
}

/* 5 БЛОК КАК РАБОТАТЬ С ОТЗЫВАМИ */
.adaptive-sites-strip-04:before {
    width: 273px !important;
}

.btn-review-sites-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-review-sites-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 14px 0 4px 14px;
	margin: 0;
}

.btn-review-sites-02 div:nth-child(1){
    width: 70%;
}

.btn-review-sites-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-review-sites-02 p {
    margin: 0;
}

.btn-review-sites {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.long-review-sites-01 ul:before {
		display: none;
	}
	.long-review-sites-01 ul {
		margin-left: 0;
		padding-left: 0;
	}
	.strip-review-sites-01:before {
		display: none;
	}
	.brands-icon-doc {
		padding-left: 0 !important;
	}
	.brands-text-trends {
		margin-left: 0 !important;
	}
	.icon-review-sites-01 img {
		display: none;
	}
	.container-review-sites {
		margin-top: 0;
	}
	.btn-review-sites-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-review-sites-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-review-sites-02 {
    	flex-direction: column;
	}
}
/* САЙТЫ ОТЗЫВОВ О ВРАЧАХ: КАК РАБОТАТЬ С ПЛОЩАДКАМИ КОНЕЦ */

/* КЕЙС: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ОНЛАЙН-ШКОЛЫ НАЧАЛО */
.case-school-man {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}
.case-school-man p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-school-man h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-school-man img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ПОЧЕМУ РЕПУТАЦИЯ В СФЕРЕ КРАСОТЫ — САМАЯ ГИБКАЯ? */
.strip-school-man-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-school-man-01:before {
    content: '';
    width: 210px;
    height: 11px;
    background: #FDA8C1;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-school-man-01 h2 {
    margin-left: 10px;
}

.vert-school-man-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 0 !important;
}

.vert-school-man-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-school-man-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FDA8C1 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК РАБОТА С ОТЗЫВАМИ И РЕЙТИНГОМ */
.adaptive-man-strip-02:before {
    width: 340px !important;
}

.slide-school-man {
    margin-bottom: 15px;
}

/* 4 БЛОК РАБОТА С ОТЗЫВАМИ И РЕЙТИНГОМ */
.adaptive-man-strip-03:before {
    width: 321px !important;
}

.btn-school-man-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-school-man-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 14px 0 4px 14px;
	margin: 0;
}

.btn-school-man-02 div:nth-child(1){
    width: 70%;
}

.btn-school-man-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-school-man-02 p {
    margin: 0;
}

.btn-school-manage {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .strip-school-man-01:before {
        display: none;
    }
	.btn-school-man-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-school-man-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-school-man-02 {
    	flex-direction: column;
	}
    .vert-school-man-01 li:before {
        display: none;
    }
}
/* КЕЙС: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ОНЛАЙН-ШКОЛЫ КОНЕЦ */ 

/* ЯЩИК ПАНДОРЫ: КАК АНАЛИЗИРОВАТЬ ОТЗЫВЫ НАЧАЛО */
.case-pand-box {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-pand-box p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-pand-box span {
	font-weight: 600 !important;
}

.case-pand-box ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-pand-box li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-pand-box li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD6AC !important;
    left: 0;
    top: 6px !important;
}

.case-pand-box img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-pand-box h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
	margin-bottom: 20px !important;
}

.case-pand-box h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

/* 2 БЛОК ЗАЧЕМ АНАЛИЗИРОВАТЬ ОТЗЫВЫ */
.strip-pand-box-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-pand-box-01:before {
    content: '';
    width: 331px;
    height: 11px;
    background: #FFD6AC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-pand-box-01 h2 {
    margin-left: 10px;
}

.vert-pand-box-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-pand-box-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-pand-box-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 43px !important;
    border-radius: 0%;
    background: #FFD6AC;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ТИПЫ ОТЗЫВОВ */
.adap-strip-box-02:before {
    width: 162px !important;
}

/* 4 блок Источники для сбора отзывов */
.adap-strip-box-03:before {
    width: 326px !important;
}

/* 5 блок Как анализировать отзывы  */
.adap-strip-box-04:before {
    width: 300px !important;
}

/* 6 блок Как бизнес анализирует отзывы: опыт брендов */
.adap-strip-box-05:before {
    width: 495px !important;
}

/* 7 блок РЕКОМЕНДАЦИИ ПО АНАЛИЗУ ОТЗЫВОВ */
.adap-strip-box-06:before {
    width: 390px !important;
}

.center {
    text-align: center;
}

.container-pand-box {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-pand-box-01 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.icon-pand-box-02 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.icon-pand-box-03 img {
    margin: 0 15px 15px 15px;
    max-width: 90px !important;
}

.btn-pand-box-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-text-pand-box {
	  padding-left: 5px !important;
}

.btn-pand-box-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 14px 0 4px 14px;
	margin: 0;
}

.btn-pand-box-02 div:nth-child(1){
    width: 70%;
}

.btn-pand-box-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-pand-box-02 p {
    margin: 0;
}

.btn-pand-box {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .strip-pand-box-01:before {
        display: none;
    }
    .vert-pand-box-01 li:before {
        display: none;
    }
	.btn-pand-box-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-pand-box-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-pand-box-02 {
    	flex-direction: column;
	}
}
/* ЯЩИК ПАНДОРЫ: КАК АНАЛИЗИРОВАТЬ ОТЗЫВЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: SERM ДЛЯ РЕГИОНАЛЬНОЙ СЕТИ АЗС НАЧАЛО */
.case-serm-reg {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-serm-reg p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-serm-reg strong {
	font-weight: 600 !important;
}

.case-serm-reg img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-serm-reg ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-serm-reg li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-serm-reg li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD3CA !important;
    left: 0;
    top: 6px !important;
}

.case-serm-reg h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
	margin-bottom: 20px !important;
}

/* 2 БЛОК ОПТИМИЗАЦИЯ КАРТОЧЕК */
.strip-serm-reg-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-serm-reg-01:before {
    content: '';
    width: 255px;
    height: 11px;
    background: #FFD3CA;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-serm-reg-01 h2 {
    margin-left: 10px;
}

.vert-serm-reg-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-serm-reg-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-serm-reg-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #FFD3CA;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК УДАЛЕНИЕ НЕГАТИВА */
.adap-reg-strip-02:before {
    width: 206px;
}

.long-serm-reg-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    position: relative;
    margin-top: 18px;
}

.long-serm-reg-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 196px !important;
    border-radius: 0%;
    background: #FFD3CA;
    left: 1px;
    top: 7px !important;
}

.long-serm-reg-01 li:before {
    display: none;
    padding-left: 0;
    margin-left: 0;
}

/* 4 БЛОК ВОССТАНОВЛЕНИЕ РЕПУТАЦИИ В ПОИСКЕ “ЯНДЕКСА” */
.adap-reg-strip-03:before {
    width: 487px;
}

.btn-serm-reg-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-serm-reg-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-serm-reg-02 div:nth-child(1){
    width: 70%;
}

.btn-serm-reg-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-serm-reg p {
    margin-bottom: 0 !important;
}

.btn-serm-regions {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.long-serm-reg-01 ul:before {
		display: none;
	}
	.long-serm-reg-01 ul {
		margin-left: 0;
		padding-left: 0;
	}
	.strip-serm-reg-01:before {
		display: none;
	}
	.btn-serm-reg-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-serm-reg-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-serm-reg-02 {
    	flex-direction: column;
	}
    .vert-serm-reg-01 li:before {
        display: none;
    }
    .strip-serm-reg-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: SERM ДЛЯ РЕГИОНАЛЬНОЙ СЕТИ АЗС КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРАВИЛЬНО НАПИСАТЬ ОТЗЫВ НАЧАЛО */
.case-write-correct {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-write-correct p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-write-correct h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
   	margin-bottom: 15px;
	margin-left: 15px;
}

.case-write-correct img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-write-correct h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
	margin-bottom: 20px !important;
}

/* 2 БЛОК ОПТИМИЗАЦИЯ КАРТОЧЕК */
.strip-write-correct-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-write-correct-01:before {
    content: '';
    width: 446px;
    height: 11px;
    background: #C2D4FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-write-correct-01 h2 {
    margin-left: 10px;
}

.vert-write-correct-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-write-correct-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-write-correct-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important; 
    background: #C2D4FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК ОТЛИЧИТЬ ФЕЙКОВЫЙ ОТЗЫВ ОТ НАСТОЯЩЕГО */
.adap-write-strip-02:before{
    width: 481px;
}

.text-write-fake-01 h3 {
    position: relative;
    margin-left: 33px;
}

.text-write-fake-01 h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C2D4FF !important;
    left: -19px;
    top: 3px !important;
}

/* 4 БЛОК 7 ПРАВИЛ ХОРОШЕГО ОТЗЫВА */
.adap-write-strip-03:before{
    width: 288px;
}

@media(max-width: 480px) {
	.vert-write-correct-01 li:before {
		display: none;
	}
	.strip-write-correct-01:before  {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПРАВИЛЬНО НАПИСАТЬ ОТЗЫВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 10 ПРИМЕРОВ ГЕЙМИФИКАЦИИ В МАРКЕТИНГЕ: КЕЙСЫ 2023 ГОДА НАЧАЛО*/
.case-exam-gami {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-exam-gami p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-exam-gami h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
   	margin-bottom: 15px;
	margin-left: 15px;
}

.case-exam-gami h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
	margin-bottom: 20px !important;
}

.case-exam-gami img {
    max-width: 720px;
    margin-bottom: 15px;
}

/* 2 БЛОК ПОЧЕМУ РЕПУТАЦИЯ В СФЕРЕ КРАСОТЫ — САМАЯ ГИБКАЯ? */
.strip-exam-gami-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-exam-gami-01:before {
    content: '';
    width: 276px;
    height: 11px;
    background: #FFC6DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-exam-gami-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ГЕЙМИФИКАЦИЯ ПРИМЕНЯЕТСЯ В МАРКЕТИНГЕ */
.adap-gami-strip-02:before {
    width: 483px;
}

/* 4 БЛОК КЕЙСЫ ГЕЙМИФИКАЦИИ 2023 */
.adap-gami-strip-03:before {
    width: 283px;
}

.slider-exam-gami-01 {
    margin-bottom: 15px !important;
}

.video-exam-gami-01 {
    margin-bottom: 15px !important;
}

@media(max-width: 480px) {
	.strip-exam-gami-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ 10 ПРИМЕРОВ ГЕЙМИФИКАЦИИ В МАРКЕТИНГЕ: КЕЙСЫ 2023 ГОДА КОНЕЦ*/

/* СТИЛИ СТРАНИЦЫ ЭФФЕКТ ЧЕРНОЙ ПЯТНИЦЫ: МАРКЕТИНГ НА РАСПРОДАЖАХ НАЧАЛО */
.case-black-friday {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-black-friday p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-black-friday ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-black-friday li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-black-friday li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FED61F !important;
    left: 0;
    top: 6px !important;
}

.case-black-friday h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
   	margin-bottom: 15px;
	margin-left: 15px;
}

.case-black-friday img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-black-friday h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
	margin-bottom: 20px !important;
}

/* 2 БЛОК ЧТО ОЗНАЧАЕТ “ЧЕРНАЯ ПЯТНИЦА”? */
.strip-black-friday-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-black-friday-01:before {
    content: '';
    width: 327px;
    height: 11px;
    background: #FED61F;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-black-friday-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПРОДАЖИ В ЧЕРНУЮ ПЯТНИЦУ */
.adap-friday-strip-02:before {
    width: 296px;
}

.vert-black-friday-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-black-friday-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-black-friday-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #FED61F;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ЭФФЕКТ ЧЕРНОЙ ПЯТНИЦЫ: ЧТО ЗАСТАВЛЯЕТ НАС ПОКУПАТЬ */
.adap-friday-strip-03:before {
    width: 564px;
}

/* 5 БЛОК ДОВЕРИЕ К ЧЕРНОЙ ПЯТНИЦЕ */
.adap-friday-strip-04:before {
    width: 287px;
}

/* 6 БЛОК CОВЕТЫ МАРКЕТОЛОГАМ ДЛЯ ЧЕРНОЙ ПЯТНИЦЫ */
.adap-friday-strip-05:before {
    width: 465px;
}

.text-black-friday-10 p {
    margin-left: 30px;
}

.text-black-friday-10 h3 {
    position: relative;
    margin-left: 33px;
}

.text-black-friday-10 h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FED61F !important;
    left: -19px;
    top: 3px !important;
}

.btn-black-friday-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-black-friday-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-black-friday-02 div:nth-child(1){
    width: 70%;
}

.btn-black-friday-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-black-friday p {
    margin-bottom: 0 !important;
	  font-weight: 600 !important;
}

.btn-black-friday {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.btn-black-friday-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-black-friday-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-black-friday-02 {
    	flex-direction: column;
	}
    .vert-black-friday-01 li:before {
        display: none;
    }
    .strip-black-friday-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ЭФФЕКТ ЧЕРНОЙ ПЯТНИЦЫ: МАРКЕТИНГ НА РАСПРОДАЖАХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ PUSH-КА В КАРМАНЕ: КАК РАБОТАЕТ МАРКЕТИНГ УВЕДОМЛЕНИЙ НАЧАЛО */
.case-push-pocket {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-push-pocket p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	  margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-push-pocket ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
	  margin-bottom: 0 !important;
}

.case-push-pocket li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-push-pocket li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DBBAFF !important;
    left: 0;
    top: 7px !important;
}

.case-push-pocket h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
}

.case-push-pocket h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
   	margin-bottom: 15px;
	  margin-left: 10px !important;
}

.case-push-pocket h5 {
	  margin: 0 0 15px 10px;
    font-size: 16px !important;
	  font-weight: 600 !important;
	  line-height: 1.6 !important;
}

.container img {
    max-width: 720px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
}
.container .socials img{
	margin-bottom: 0;
}
/* 2 БЛОК ПОЧЕМУ PUSH-УВЕДОМЛЕНИЯ ЭФФЕКТИВНЫ */
.strip-push-pocket-01 {
    position: relative;
		margin-top: 20px;
	  margin-bottom: 15px;
}

.strip-push-pocket-01:before {
    content: '';
    width: 419px;
    height: 11px;
    background: #DBBAFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-push-pocket-01 h2 {
    margin-left: 10px;
} 

.case-table-contents {
	  display: none;
    width: 100%;
    padding: 16px 8px;
	  margin-top: 48px;
	margin-bottom: 48px;
    background-color: #DBBAFF;
    border-radius: 8px;
}

.case-table-contents p {
    margin-left: 0;
	  font-weight: 600 !important;
}

.case-table-contents a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 400 !important;
}

.list-table-contents ol {
    padding-left: 16px;
}

.list-table-contents li {
    padding-left: 0 !important;
    margin-left: 3px;
}

.list-table-contents li:before {
    display: none;
}

.adap-author-name {
    display: none;
}

.vert-push-pocket-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 0;
	margin-bottom: 0 !important;
}

.vert-push-pocket-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px;
    font-weight: 600 !important;
	color: #000000 !important;
}

.vert-push-pocket-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #DBBAFF;
    left: 1px !important;
    top: 4px !important;
}

.adap-img-pocket {
    display: none;
}

.line-text-pocket-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-pocket-01 :before,
.line-text-pocket-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #DBBAFF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-pocket-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-push-pocket-01 {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 15px;
}

.brand-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-push-pocket img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.text-push-pocket-04 ol {
	  margin-left: 20px;
	  line-height: 1.6;
}

/* 3 БЛОК ИЗ ЧЕГО СОСТОЯТ МОБИЛЬНЫЕ PUSH-УВЕДОМЛЕНИЯ */
#adap-strip-push-02:before {
    width: 491px;
}

.text-push-pocket-04 ol {
	  padding-left: 10px !important;
}

.text-push-pocket-04 li {
    padding-left: 0 !important;
    margin-left: 9px;
}

.text-push-pocket-04 li:before {
    display: none;
}

/* 4 БЛОК КАКИЕ ТРИГГЕРЫ ИСПОЛЬЗУЮТ PUSH-УВЕДОМЛЕНИЯ  */
#adap-strip-push-03:before {
    width: 491px;
}

.adap-vert-pocket-02 li:before {
    height: 20px !important;
}

/* 5 БЛОК ЧТО НУЖНО ЗНАТЬ ПРО РАССЫЛКУ PUSH-УВЕДОМЛЕНИЙ */
#adap-strip-push-04:before {
    width: 537px;
}

.adap-vert-pocket-03 li:before {
    height: 95px !important;
}

.adap-vert-pocket-04 li:before {
    height: 45px !important;
}

/* БЛОК С АВТОРОМ */
.adap-author-name {
	display: none !important;
}

.case-author-name-01 {
	    display: flex;
	align-items: center;
}

.img-author-name-01 img {
    max-width: 100px !important;
	height: 100px !important;
	border-radius: 100%;
	margin-bottom: 15px;
}

.text-author-name-01 {
	padding-left: 20px;
}

.text-author-name-01 p:nth-child(1) {
    margin-bottom: 3px !important;
}

.text-author-name-01 p:nth-child(2) {
    font-size: 12px !important;
}

@media(max-width: 480px) {
	.case-push-pocket ul {
		margin-bottom: 34px !important;
	}
    .case-push-pocket img {
        width: 100%;
    }
    .case-push-pocket h2 {
        font-size: 18px !important;
        margin-left: 10px;
		margin-top: 48px
    }
	.case-push-pocket h3 {
		margin-left: 10px;
	}
	.list-table-contents ol {
		margin: 0 !important;
	}
    .case-table-contents {
        display: block;
    }
    .strip-push-pocket-01:before {
        display: none;
    }
    .case-author-name {
        display: flex;
    }
    /* Вертикальные полоски */
    .vert-push-pocket-01 {
		margin: 48px 0;
    }
    .vert-push-pocket-01 ul {
        margin-top: 0;
		margin-bottom: 0 !important;
    }
    .vert-push-pocket-01 {
        border: 1px solid #DBBAFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-push-pocket-01 li {
        font-style: italic;
        margin: 0 !important;
        padding-left: 0 !important;
    }
    .vert-push-pocket-01 li:before {
        display: none;
    }
    .desk-img-pocket {
        display: none;
    }
    .adap-img-pocket {
        display: block;
    }
    .brand-icon-text {
        flex-direction: column;
        align-items: baseline !important;
    }
    .desk-authour-name {
        display: none !important;
    }
    .adap-author-name {
        display: flex !important;
		margin: 24px 20px 0 20px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ PUSH-КА В КАРМАНЕ: КАК РАБОТАЕТ МАРКЕТИНГ УВЕДОМЛЕНИЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ УЗНАВАЕМОСТЬ НОВОЙ КОМПАНИИ НАЧАЛО */
.case-increase-awar {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-increase-awar p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.adap-author-name {
    display: none;
}

.adap-blog-img {
    display: none !important;
}

.case-increase-awar h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 700 !important;
}

.container img {
    max-width: 720px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
}

.table-awar {
    background-color: #FFEBDF !important;
}

.center {
  	display: block !important;
	  font-weight: 600 !important;
	  margin-bottom: 16px !important;
		font-size: 16px !important;

}

.semibold {
	  font-weight: 600 !important;
 		font-size: 16px !important;
	  line-height: normal !important;
}

/* 2 БЛОК СОЗДАЕМ КАРТОЧКИ */
.strip-increase-awar-01 {
    position: relative;
	  margin-top: 20px;
	  margin-bottom: 15px;
}

.strip-increase-awar-01:before {
    content: '';
    width: 201px;
    height: 11px;
    background: #FFEBDF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-increase-awar-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК РАБОТАЕМ С ОТЗЫВАМИ */
#adap-strip-awar-02:before {
    width: 236px;
}

/* 4 БЛОК ФОРМИРУЕМ ПОИСКОВУЮ ВЫДАЧУ */
#adap-strip-awar-03:before {
    width: 328px;
}

.btn-increase-awar-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-increase-awar-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-increase-awar-02 div:nth-child(1){
    width: 70%;
}

.btn-increase-awar-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-increase-awar h5 {
    margin-bottom: 0 !important;
	  font-weight: 600 !important;
}

.btn-increase-awar {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .container-increase-awar img {
        margin-bottom: 24px !important;
			  margin-top: 24px;
    }
	.img-author-name img {
		margin-bottom: 0 !important;
	}
	.case-increase-awar h2 {
        font-size: 18px !important;
        margin-left: 10px;
			  margin-top: 48px
    }
    .adap-author-name {
        display: flex;
    }
    .case-author-name {
        display: none !important;
    }
    .desk-blog-img {
        display: none;
    }
    .adap-blog-img {
        display: block !important;
    }
	.strip-increase-awar-01:before {
		display: none;
	}
	.btn-increase-awar-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-increase-awar-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-increase-awar-02 {
    	flex-direction: column;
	}
	.btn-text-increase-awar h5 {
		font-style: italic;
	}
	.adap-author-name:nth-child(2n) {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ УЗНАВАЕМОСТЬ НОВОЙ КОМПАНИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАКАЯ РЕПУТАЦИЯ У РОССИЙСКИХ МАРКЕТПЛЕЙСОВ НАЧАЛО */
.case-reput-mark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-reput-mark p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-reput-mark ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-reput-mark li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-reput-mark li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B7DBEF !important;
    left: 0;
    top: 6px !important;
}

.adap-author-name {
    display: none;
}

.adap-blog-img {
    display: none;
}

.case-reput-mark h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-reput-mark h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	  margin-left: 10px !important;
}

.container img {
    max-width: 720px;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 0;
}

.table-mark {
    background-color: #FFEBDF !important;
}

.table-mark li {
    padding-left: 0 !important;
}

/* 2 БЛОК МАРКЕТПЛЕЙСЫ — ДРАЙВЕР ПРОДАЖ */
.strip-reput-mark-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.strip-reput-mark-01:before {
    content: '';
    width: 355px;
    height: 11px;
    background: #B7DBEF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-reput-mark-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК ИЗ ЧЕГО СКЛАДЫВАЕТСЯ РЕПУТАЦИЯ МАРКЕТПЛЕЙСОВ */
#adap-strip-mark-02::before {
    width: 507px;
}

/* 4 БЛОК РЕПУТАЦИЯ WILDBERRIES  */
#adap-strip-mark-03::before {
    width: 243px;
}

.vert-reput-mark-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px !important;
	  margin-bottom: 0 !important;
}

.vert-reput-mark-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
    font-weight: 600 !important;
	color: #000000 !important;
}

.vert-reput-mark-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0%;
    background: #B7DBEF;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК РЕПУТАЦИЯ “ЯНДЕКС МАРКЕТА” */
#adap-strip-mark-04::before {
    width: 295px;
}

/* 6 БЛОК РЕПУТАЦИЯ OZON */
#adap-strip-mark-05::before {
    width: 182px;
}

/* 7 БЛОК ИНСТРУКЦИЯ: КАК БОРОТЬСЯ СО НЕГАТИВОМ НА МАРКЕТПЛЕЙСАХ */
#adap-strip-mark-06::before {
    width: 590px;
}

.text-reput-mark-13 h3 {
    position: relative;
	  margin-left: 30px !important;
}

.text-reput-mark-13 h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B7DBEF !important;
    left: -21px;
    top: 3px !important;
}

.list-reput-mark-07 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-reput-mark-07 li::before {
    display: none;
}

.btn-reput-mark-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-reput-mark-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-reput-mark-02 div:nth-child(1){
    width: 70%;
}

.btn-reput-mark-02 div:nth-child(2){
    padding-right: 20px;
}
.btn-reput-mark {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.case-reput-mark li:before {
    width: 8px !important;
    height: 8px !important;
		top: 10px !important;
	}
	.text-reput-mark-02 {
		margin-top: 48px
	}
	.center {
		margin-top: 24px !important;
	}
	.case-list-indent p {
		margin-bottom: 24px !important;
	}
	.text-reput-mark-13 h3:before {
    width: 8px !important;
    height: 8px !important;
		left: -13px !important;
		top: 6px !important;
	}
	.case-reput-mark h3 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.text-reput-mark-13 h3 {
		margin-left: 20px !important;
	}
	.case-reput-mark h2 {
        font-size: 18px !important;
        margin-left: 10px;
			  margin-top: 48px;
    }
		.container-reput-mark img {
        margin-bottom: 24px !important;
			  margin-top: 24px;
    }
	.strip-reput-mark-01:before {
		display: none;
	}
	.case-increase-awar h2 {
        font-size: 18px !important;
        margin-left: 10px;
			  margin-top: 48px
    }
    .vert-reput-mark-01 ul {
        margin-top: 0;
    }
    .vert-reput-mark-01 {
        border: 1px solid #B7DBEF;
        border-radius: 8px;
        padding: 8px !important;
			  margin: 48px 0 !important;
			  
    }
    .vert-reput-mark-01 li {
        font-style: italic;
        margin: 0;
        padding: 0 !important;
    }
    .vert-reput-mark-01 li:before {
        display: none;
    }
    .btn-reput-mark-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-reput-mark-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-reput-mark-02 {
    	flex-direction: column;
	}
	.btn-text-reput-mark span {
		font-style: italic;
	}
}
/* СТИЛИ СТРАНИЦЫ КАКАЯ РЕПУТАЦИЯ У РОССИЙСКИХ МАРКЕТПЛЕЙСОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРИВЛЕКАТЬ ПОЛЬЗОВАТЕЛЕЙ НА САЙТ С ПОМОЩЬЮ ЗАГОЛОВКОВ НАЧАЛО */
.case-attract-users {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-attract-users p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-attract-users ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-attract-users li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-attract-users li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FEC1C6 !important;
    left: 0;
    top: 6px !important;
}

.case-attract-users h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-attract-users h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px !important;
}

.container-attract-users img {
    max-width: 720px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
}

.table-users {
    background-color: #FEC1C6 !important;
}

.table-users li {
    padding-left: 0 !important;
}

/* 2 БЛОК ПОЧЕМУ PUSH-УВЕДОМЛЕНИЯ ЭФФЕКТИВНЫ */
.strip-attract-users-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.strip-attract-users-01:before {
    content: '';
    width: 448px;
    height: 11px;
    background: #FEC1C6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-attract-users-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК ИЗ ЧЕГО СОСТОИТ ОПТИМИЗАЦИЯ ЗАГОЛОВКОВ */
#adap-strip-users-02:before {
    width: 440px;
}

/* 4 БЛОК ПРИМЕРЫ ХОРОШО ОПТИМИЗИРОВАННЫХ ЗАГОЛОВКОВ */
#adap-strip-users-03:before {
    width: 528px;
}

.list-attract-users-03 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-attract-users-03 li:before {
    display: none;
}

/* 5 БЛОК ИНСТРУМЕНТЫ ДЛЯ ОПТИМИЗАЦИИ ЗАГОЛОВКОВ */
#adap-strip-users-04:before {
    width: 463px;
}

.line-text-users-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-users-01 :before,
.line-text-users-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #FEC1C6;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-users-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-attract-users-01 {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brand-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-attract-users img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

/* 6 БЛОК ПОДГОТОВКА ПРОМТА ДЛЯ ОПТИМИЗИРОВАННОГО ЗАГОЛОВКА */
#adap-strip-users-05:before {
    width: 582px;
}

/* 7 БЛОК ОЦЕНКА РЕЗУЛЬТАТОВ ОПТИМИЗАЦИИ ЗАГОЛОВКОВ */
#adap-strip-users-06:before {
    width: 484px;
}

/* 8 БЛОК A/B-ТЕСТИРОВАНИЕ ДЛЯ ОЦЕНКИ ЭФФЕКТИВНОСТИ */
#adap-strip-users-07:before {
    width: 480px;
}

/* 9 БЛОК ПОДЫТОЖИМ */
#adap-strip-users-08:before {
    width: 142px;
}

@media(max-width: 480px) {
    .case-attract-users li:before {
        width: 8px !important;
        height: 8px !important;
        top: 10px !important;
    }
    .case-list-indent p {
        margin-bottom: 24px !important;
    }
    .case-attract-users h2 {
        font-size: 18px !important;
        margin-left: 10px;
        margin-top: 48px;
    }
	.line-text-users-01 {
		margin-top: 24px;
	}
	.case-author-name-01 img {
		margin: 0 !important;
	}
    .container-attract-users img {
        margin-bottom: 24px !important;
        margin-top: 24px;
    }
    .strip-attract-users-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК ПРИВЛЕКАТЬ ПОЛЬЗОВАТЕЛЕЙ НА САЙТ С ПОМОЩЬЮ ЗАГОЛОВКОВ КОНЕЦ */

/* САЙТЫ ОТЗЫВОВ НА ВЫХОД: КАК УДАЛИТЬ ИНФОРМАЦИЮ О СЕБЕ В ИНТЕРНЕТЕ НАЧАЛО */
.case-delete-inform {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-delete-inform p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-delete-inform img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-delete-inform ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-delete-inform li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-delete-inform li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B7DBEF !important;
    left: 0;
    top: 6px !important;
}

.table-inform {
	 background-color: #B7DBEF! important;
}

.table-inform li {
    padding-left: 0 !important;
}

.case-delete-inform h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-delete-inform h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

/* СПЕЦИАЛИСТЫ НАЧАЛО */
.case-spec-name-01 {
    display: flex;
    margin-bottom: 15px;
    align-items: center !important;
}

.icon-spec-name-01 img {
    max-width: 100px !important;
    margin-left: 57px !important;
    margin-bottom: 0;
}

.case-text-spec-01 {
    padding-left: 20px;
}

.case-text-spec-01 p:nth-child(1) {
    margin-bottom: 3px !important;
}

.case-text-spec-01 p:nth-child(2) {
    margin-bottom: 0 !important;
}
/* СПЕЦИАЛИСТЫ КОНЕЦ */

.list-delete-inform-01 ul {
	margin-bottom: 15px !important;
}

/* 2 БЛОК ЗАЧЕМ УДАЛЯТЬ ИНФОРМАЦИЮ В ИНТЕРНЕТЕ */
.strip-delete-inform-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-delete-inform-01:before {
    content: '';
    width: 432px;
    height: 11px;
    background: #B7DBEF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-delete-inform-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ИСПОЛЬЗОВАТЬ ЗАКОН О ЗАБВЕНИИ */
#adap-strip-delete-02:before {
    width: 388px !important;
}

.vert-delete-inform-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-delete-inform-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
    font-weight: 600;
	color: #000000 !important;
}

.vert-delete-inform-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 96px !important;
    border-radius: 0%;
    background: #B7DBEF;
    left: 1px !important;
    top: 7px !important;
}

.long-delete-inform-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 40px;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-delete-inform-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 512px !important;
    border-radius: 0%;
    background: #B7DBEF;
    left: 1px;
    top: 7px !important;
}
.long-delete-inform-01 li {
	  color: #000000 !important;
}

.long-delete-inform-01 li:before {
    display: none;
    padding-left: 0;
    margin-left: 0;
}

.adap-long-inform-02 ul:before {
    height: 637px !important;
}

/* 4 БЛОК КАК ИСПОЛЬЗОВАТЬ ЗАКОН О ПЕРСОНАЛЬНЫХ ДАННЫХ */
#adap-strip-delete-03:before {
    width: 522px !important;
}

/* 5 БЛОК КАК УДАЛИТЬ ПУБЛИКАЦИИ О БИЗНЕСЕ */
#adap-strip-delete-04:before {
    width: 373px !important;
}

.adap-long-inform-03 ul:before {
    height: 660px !important;
}

/* 6 БЛОК ЭФФЕКТ БАРБРЫ СТРЕЙЗАНД: ВСЕГДА ЛИ УДАЛЯТЬ ИНФОРМАЦИЮ */
#adap-strip-delete-05:before {
    width: 621px !important;
}

.btn-delete-inform-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-text-delete-inform p {
	 margin-bottom: 0 !important;
}

.btn-delete-inform-02 {
    display: flex;
    padding: 14px 0 14px 14px;
	margin: 0;
}

.btn-delete-inform-02 div:nth-child(1){
    width: 70%;
}

.btn-delete-inform-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-delete-inform-02 p {
    margin: 0;
}

.btn-delete-information {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.case-spec-name-01 {
		margin-top: 48px;
	}
	.long-delete-inform-01 {
		margin-bottom: 48px
	}
    .case-delete-inform img {
        width: 100%;
    }
    .case-delete-inform h2 {
        font-size: 18px !important;
        margin-left: 10px;
        margin-top: 48px !important;
    }
    .case-delete-inform h3 {
			 margin: 24px 0 24px 10px;
    }
    .case-table-contents {
        display: block;
    }
    .strip-delete-inform-01:before {
        display: none;
    }
	.long-delete-inform-01 ul:before {
		display: none;
	}
	.long-delete-inform-01 ul {
		 width: 100% !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
    /* Вертикальные полоски */
    .vert-delete-inform-01 {
        margin: 48px 0;
    }
    .vert-delete-inform-01 ul {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
    .vert-delete-inform-01 {
        border: 1px solid #B7DBEF;;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-delete-inform-01 li {
        font-style: italic;
        margin: 0 !important;
        padding-left: 0 !important;
    }
    .vert-delete-inform-01 li:before {
        display: none;
    }
/* CПЕЦИАЛИСТЫ */
	.case-spec-name-01 {
		flex-direction: column !important;
		align-items: start !important;
	}
	.case-text-spec-01 {
		padding-left: 8px !important;
	}
	.icon-adap-name-01 img {
		width: 50px !important;
		padding-left: 18px !important;
	}
	.case-text-spec-01 p:nth-child(2) {
		color: #7D7D7D !important;
		font-size: 14px !important;
		font-style: italic !important;
	}
	/* 	CПЕЦИАЛИСТЫ */
    .btn-delete-inform-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-delete-inform-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-text-delete-inform p {
		 margin-bottom: 15px !important;
	}
	.btn-delete-inform-02 {
    	flex-direction: column;
	}
	.btn-text-delete-inform p {
		font-style: italic;
	}
}
/* САЙТЫ ОТЗЫВОВ НА ВЫХОД: КАК УДАЛИТЬ ИНФОРМАЦИЮ О СЕБЕ В ИНТЕРНЕТЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ ПРОДАЖИ НЕПОПУЛЯРНОГО ТОВАРА НА WB НАЧАЛО */
.case-unpop-prod {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-unpop-prod p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-unpop-prod h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 15px !important;
}

.table-prod {
	background-color: #F5DDEE !important;
}

/* 2 БЛОК ЗАЧЕМ УДАЛЯТЬ ИНФОРМАЦИЮ В ИНТЕРНЕТЕ */
.strip-unpop-prod-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-unpop-prod-01:before {
    content: '';
    width: 205px;
    height: 11px;
    background: #F5DDEE; 
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-unpop-prod-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ОПТИМИЗАЦИЯ КАРТОЧЕК */
#adap-strip-prod-02:before {
    width: 255px;
}

/* 4 БЛОК РАБОТА С ОТЗЫВАМИ */
#adap-strip-prod-03:before {
    width: 210px;
}

/* 5 БЛОК РЕКЛАМНАЯ КАМПАНИЯ */
#adap-strip-prod-04:before {
    width: 234px;
}

.btn-unpop-prod-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-unpop-prod-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-unpop-prod-02 div:nth-child(1){
    width: 70%;
}

.btn-unpop-prod-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-unpop-prod p {
    margin-bottom: 0 !important;
}

.btn-unpop-product {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.case-unpop-prod img {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.img-adap-prod-01 img {
		margin-top: 48px !important;
	}
	.case-unpop-prod h2 {
		margin-top: 48px;
	}
    .strip-unpop-prod-01:before {
        display: none;
    }
    .btn-unpop-prod-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-unpop-prod-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-unpop-prod-02 {
    	flex-direction: column;
		align-items: baseline !important;
	}
	.btn-text-unpop-prod p {
		font-style: italic;
		margin-bottom: 15px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОВЫСИТЬ ПРОДАЖИ НЕПОПУЛЯРНОГО ТОВАРА НА WB КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВИДЫ СТРАТЕГИЙ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ НАЧАЛО */
.case-types-strat {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-types-strat p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-types-strat ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-types-strat li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-types-strat li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCB9B !important;
    left: 0;
    top: 6px !important;
}

.case-types-strat h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-types-strat h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-strat {
    background-color: #FFEBDF !important;
}

.table-strat li {
    padding-left: 0 !important;
}

/* 2 БЛОК ЗАЧЕМ БИЗНЕСУ СТРАТЕГИЯ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ */
.strip-types-strat-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-types-strat-01:before {
    content: '';
    width: 552px;
    height: 11px;
    background: #FFCB9B;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-types-strat-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК СТРАТЕГИЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ: ЧТО ЭТО И ЧТО ВКЛЮЧАЕТ */
#adap-strip-strat-02::before {
    width: 607px !important;
}

.text-types-strat-07 h3 {
    position: relative;
    padding-left: 20px;
}

.text-types-strat-07 h3::before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCB9B !important;
    left: 0;
    top: 3px !important;
}

/* 4 БЛОК ВИДЫ СТРАТЕГИЙ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ */
#adap-strip-strat-03::before {
    width: 460px !important;
}

/* 5 БЛОК ЧЕК-ЛИСТ: КАК СОЗДАТЬ СТРАТЕГИЮ ПО УПРАВЛЕНИЮ РЕПУТАЦИЕЙ
 */
#adap-strip-strat-04::before {
    width: 630px !important;
}

.btn-types-strat-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-types-strat-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-types-strat-02 div:nth-child(1){
    width: 70%;
}

.btn-types-strat-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-types-strat p {
    margin-bottom: 0 !important;
}

.btn-types-strat {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.case-types-strat h2 {
			 margin-top: 48px;
  }
	.case-types-strat h3 {
			 margin: 24px 0 24px 10px;
  }
	.case-types-strat img {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.case-types-strat li:before {
		width: 8px !important;
		height: 8px !important;
	}
	.text-types-strat-02 {
		margin-top: 48px;
	}
    .strip-types-strat-01:before {
        display: none;
    }
    .btn-types-strat-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-types-strat-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-types-strat-02 {
    	flex-direction: column;
		  align-items: baseline !important;
	}
	.btn-text-types-strat p {
		font-style: italic;
		margin-bottom: 16px !important;
	}
	
}
/* СТИЛИ СТРАНИЦЫ ВИДЫ СТРАТЕГИЙ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КАК ВЫЙТИ НА WILDBERRIES В КОНКУРЕНТНУЮ НИШУ НАЧАЛО */
.case-reach-wild {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-reach-wild p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-reach-wild h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.table-wild {
    background-color: #EEBBCB !important;
}

/* 2 БЛОК ОПИСАНИЕ КЛИЕНТА */
.strip-reach-wild-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-reach-wild-01:before {
    content: '';
    width: 206px;
    height: 11px;
    background: #B7DBEF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-reach-wild-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК СОЗДАНИЕ И ОПТИМИЗАЦИЯ КАРТОЧЕК */
#adap-strip-wild-02::before {
    width: 374px;
}

/* 4 БЛОК ПОДГОТОВКА ВИЗУАЛА */
#adap-strip-wild-03::before {
    width: 227px;
}

/* 5 БЛОК ПЕРВЫЕ ПРОДАЖИ И РАБОТА С ОТЗЫВАМИ */
#adap-strip-wild-04::before {
    width: 405px;
}

.btn-reach-wild-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-reach-wild-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-reach-wild-02 div:nth-child(1){
    width: 70%;
}

.btn-reach-wild-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-reach-wild p {
    margin-bottom: 0 !important;
}

.btn-reach-wild {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	  text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.case-reach-wild h2 {
		margin-top: 48px;
	}
	.case-reach-wild img {
		margin: 24px 0;
	}
	.img-reach-wild-01 img {
		margin-top: 48px;
	}
    .strip-reach-wild-01:before {
        display: none;
    }
    .btn-reach-wild-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-reach-wild-01 {
		margin-top: 48px;
	}
	.btn-reach-wild-02 {
    	padding: 23px 4px 15px 23px;
    }
	.btn-reach-wild-02 {
    	flex-direction: column;
		align-items: baseline;
	}
	.btn-text-reach-wild p {
		font-style: italic;
		margin-bottom: 15px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ВЫЙТИ НА WILDBERRIES В КОНКУРЕНТНУЮ НИШУ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ МАГАЗИНА МЕБЕЛИ ЧЕРЕЗ РЕПУТАЦИЮ НАЧАЛО */
.case-furn-store {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-furn-store p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-furn-store h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.table-store {
    background-color: #AAD6F1 !important;
}

/* 2 БЛОК ВЫТЕСНЯЕМ НЕГАТИВ ИЗ ПОИСКА */
.strip-furn-store-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-furn-store-01:before {
    content: '';
    width: 315px;
    height: 11px;
    background: #AAD6F1;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-furn-store-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК ПОЛУЧАЕМ ОТЗЫВЫ И ПОВЫШАЕМ РЕЙТИНГИ */
#adap-strip-store-02:before {
    width: 430px;
}

/* 4 БЛОК ВОССТАНАВЛИВАЕМ ИНФОРМАЦИОННОЕ ПОЛЕ */
#adap-strip-store-03:before {
    width: 446px;
}

/* 5 БЛОК ПОДВЕДЕМ ИТОГИ */
#adap-strip-store-04:before {
    width: 183px;
}

.btn-furn-store-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-furn-store-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-furn-store-02 div:nth-child(1){
    width: 70%;
}

.btn-furn-store-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-furn-store p {
    margin-bottom: 0 !important;
}

.btn-furn-store {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.case-furn-store h2 {
		margin-top: 48px;
	}
	.case-furn-store img {
		margin: 24px 0;
	}
	.img-furn-store-01 img {
		margin-top: 48px;
	}
    .strip-furn-store-01:before {
        display: none;
    }
    .btn-furn-store-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-furn-store-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-furn-store-02 {
    	flex-direction: column;
	}
	.btn-text-furn-store p {
		font-style: italic;
		margin-bottom: 15px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ МАГАЗИНА МЕБЕЛИ ЧЕРЕЗ РЕПУТАЦИЮ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИНДЕКС РЕПУТАЦИИ: ЧТО ЭТО И КАК СЧИТАТЬ? НАЧАЛО */
.case-rep-index {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-index p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rep-index ol {
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rep-index li {
    margin-bottom: 10px;
    padding-left: 0;
    color: #000000 !important;
}

.case-rep-index h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-rep-index h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px !important;
	margin-left: 10px !important;
}

.table-index {
    background-color: #D0BAFF !important;
}

.case-rep-index img {
    max-width: 720px;
}

.text-line-header {
	margin-bottom: 15px !important;
	margin-left: 10px !important
}

.text-line-header h3 {
    display: inline !important;
    margin: 0 !important;
}

.text-line-header p {
    display: inline !important;
    margin: 0 !important; 
}

/* 2 БЛОК ЧТО ТАКОЕ ИНДЕКС ОНЛАЙН-РЕПУТАЦИИ */
.strip-rep-index-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-rep-index-01:before {
    content: '';
    width: 385px;
    height: 11px;
    background: #D0BAFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-rep-index-01 h2 {
    margin-left: 10px;
} 

.text-rep-index-05 h2 {
	text-transform: none !important;
	margin-left: 10px;
	margin-bottom: 15px;
}

/* 3 БЛОК ЧТО ПОКАЗЫВАЕТ ИНДЕКС РЕПУТАЦИИ */
#adap-strip-index-02:before {
    width: 365px;
}

/* 4 БЛОК ЗАЧЕМ БИЗНЕСУ СЧИТАТЬ ИНДЕКС */
#adap-strip-index-03:before {
    width: 325px;
}

/* 5 БЛОК КАК ИНТЕРПРЕТИРОВАТЬ ИНДЕКС РЕПУТАЦИИ */
#adap-strip-index-04:before {
    width: 429px;
}

/* 6 БЛОК КАК ПОВЫСИТЬ ИНДЕКС РЕПУТАЦИИ */
#adap-strip-index-05:before {
    width: 343px;
}

.vert-rep-index-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-rep-index-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-rep-index-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #DBBAFF !important;
    left: 1px !important;
    top: 4px !important;
}

@media(max-width: 480px) {
    .strip-rep-index-01:before {
        display: none;
    }
    .vert-rep-index-01 {
        margin-bottom: 15px;
    }
    .vert-rep-index-01 ul {
        margin-top: 0;
    }
    .vert-rep-index-01 {
        border: 1px solid #DBBAFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rep-index-01 li {
        font-style: italic;
        margin: 0;
        padding: 0;
    }
    .vert-rep-index-01 li:before {
        display: none;
    }
  .case-rep-index h2 {
		margin-top: 48px;
	}
	.case-rep-index h3 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.case-rep-index img {
		margin: 24px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ ИНДЕКС РЕПУТАЦИИ: ЧТО ЭТО И КАК СЧИТАТЬ? КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК ПОКУПАТЕЛИ ОТНОСЯТСЯ К ОТЗЫВАМ В 2023 ГОДУ НАЧАЛО */
.case-consum-feel {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-consum-feel p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 15px !important;
}

.case-consum-feel ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
}

.case-consum-feel li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-consum-feel li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FEC1C6 !important;
    left: 0;
    top: 6px !important;
}

.btn-consum-feel-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.btn-consum-feel-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 140px;
	margin: 0;
	gap: 40px;
}

.btn-consum-feel-02 div:nth-child(1){
    width: 70%;
}

.btn-consum-feel-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-consum-feel p {
    margin-bottom: 0 !important;
}

.btn-consum-feel {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .btn-consum-feel-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-consum-feel-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-consum-feel-02 {
    	flex-direction: column;
		gap: 15px !important;
	}
	.btn-text-consum-feel p {
		font-style: italic;
	}
}
/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК ПОКУПАТЕЛИ ОТНОСЯТСЯ К ОТЗЫВАМ В 2023 ГОДУ КОНЕЦ */

/* отступ на странице РЕЙТИНГ РЕПУТАЦИИ КОМПАНИИ EDTECH — 2023 НАЧАЛО */
.btn-agen-surv-0101{
	display: block;
	margin-top: 20px !important;
}
/* отступ на странице РЕЙТИНГ РЕПУТАЦИИ КОМПАНИИ EDTECH — 2023 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 15 ТРЕНДОВ ГРАФИЧЕСКОГО ДИЗАЙНА В 2024 ГОДУ НАЧАЛО */
.case-des-trend {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-des-trend p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-des-trend ul {
    list-style: none;
    line-height: 20px;
	  margin-left: 10px;
    padding: 0;
}

.case-des-trend li {
    position: relative;
    margin-bottom: 10px;
	  font-size: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-des-trend li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FAD7BD !important;
    left: 0;
    top: 6px !important;
}

.case-des-trend h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-des-trend h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-trend {
    background-color: #FAD7BD !important;
}

.table-trend li {
	padding-left: 0 !important;
}

.case-des-trend img {
    max-width: 720px;
}

/* 2 БЛОК ЧТО ТАКОЕ ИНДЕКС ОНЛАЙН-РЕПУТАЦИИ */
.strip-des-trend-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-des-trend-01:before {
    content: '';
    width: 316px;
    height: 11px;
    background: #FAD7BD;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-des-trend-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК ТРЕНДЫ ДИЗАЙНА В 2024 ГОДУ */
#adap-strip-trend-02:before {
    width: 287px;
}

.vert-des-trend-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px !important;
	margin-bottom: 0 !important;
}

.vert-des-trend-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-des-trend-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 43px !important;
    border-radius: 0%;
    background: #FAD7BD;
    left: 1px !important;
    top: 4px !important;
}

@media(max-width: 480px) {
    .case-des-trend h2 {
		margin-top: 48px;
			font-size: 18px !important;
	}
	.case-des-trend h3 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.case-des-trend img {
		margin: 24px 0;
	}
    .strip-des-trend-01:before {
        display: none;
    }
    .vert-des-trend-01 {
        margin-bottom: 15px;
    }
    .vert-des-trend-01 ul {
        margin-top: 0;
    }
    .vert-des-trend-01 {
        border: 1px solid #FAD7BD;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-des-trend-01 li {
        font-style: italic;
        margin: 0;
        padding: 0 !important;
    }
    .vert-des-trend-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ 15 ТРЕНДОВ ГРАФИЧЕСКОГО ДИЗАЙНА В 2024 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ SMM: ЧТО ВЫСТРЕЛИТ В 2024 ГОДУ НАЧАЛО */
.case-will-shoot {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-will-shoot p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-will-shoot ul {
    list-style: none;
    line-height: 20px;
    margin-left: 10px;
    padding: 0;
}

.case-will-shoot li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #000000 !important;
}

.case-will-shoot li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FECB9D !important;
    left: 0;
    top: 6px !important;
}

.case-will-shoot h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-will-shoot h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-shoot {
    background-color: #FECB9D !important;
}

.table-shoot li {
    padding-left: 0 !important;
}

.case-will-shoot img {
    max-width: 720px;
}

/* 2 БЛОК КАКИМ БЫЛ 2023 ГОД В SMM */
.strip-will-shoot-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-will-shoot-01:before {
    content: '';
    width: 265px;
    height: 11px;
    background: #FECB9D;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-will-shoot-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК ТРЕНДЫ SMM — 2024 */
#adap-strip-shoot-02:before {
    width: 198px;
}

.vert-will-shoot-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-will-shoot-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-will-shoot-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 42px !important;
    border-radius: 0%;
    background: #FECB9D;
    left: 1px !important;
    top: 4px !important;
}

.video-will-shoot {
	margin-bottom: 15px !important;
}

.btn-will-shoot-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-will-shoot-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-will-shoot-02 div:nth-child(1){
    width: 70%;
}

.btn-will-shoot-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-will-shoot p {
    margin-bottom: 0 !important;
}

.btn-will-shoot {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-will-shoot h2 {
		margin-top: 48px;
	}
	.case-will-shoot h3 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.case-will-shoot img {
		margin: 24px 0;
	}
    .strip-will-shoot-01:before {
        display: none;
    }
    .vert-will-shoot-01 {
        margin-bottom: 48px;
			margin-top: 48px;
    }
    .vert-will-shoot-01 ul {
        margin-top: 0;
    }
    .vert-will-shoot-01 {
        border: 1px solid #FECB9D;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-will-shoot-01 li {
        font-style: italic;
        margin: 0;
			  margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-will-shoot-01 li:before {
        display: none;
    }
	.btn-will-shoot-01 {
		margin-top: 48px;
		margin-bottom: 48px;
	}
    .btn-will-shoot-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-will-shoot-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-will-shoot-02 { 
    	flex-direction: column;
	}
	.btn-text-will-shoot p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ SMM: ЧТО ВЫСТРЕЛИТ В 2024 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПОЧЕМУ ВЫБИРАЮТ “ЯНДЕКС КАРТЫ” НАЧАЛО */
.case-prom-map {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prom-map p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-prom-map ul {
    list-style: none;
    line-height: 20px;
    margin-left: 10px;
    padding: 0;
}

.case-prom-map li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-prom-map li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFA8A8 !important;
    left: 0;
    top: 6px !important;
}

.case-prom-map h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-prom-map h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-map {
    background-color: #FECB9D !important;
}

.table-map li {
	padding-left: 0 !important;
}

.case-prom-map img {
    max-width: 720px;
}

/* 2 БЛОК КАКИМ БЫЛ 2023 ГОД В SMM */
.strip-prom-map-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-prom-map-01:before {
    content: '';
    width: 358px;
    height: 11px;
    background: #FFA8A8;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-prom-map-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК КАКАЯ ИНФОРМАЦИЯ ДОЛЖНА БЫТЬ В “ЯНДЕКС КАРТАХ” */
#adap-strip-map-02:before {
    width: 527px;
}

/* 4 БЛОК 9 СОВЕТОВ ПО ПРОДВИЖЕНИЮ НА “ЯНДЕКС КАРТАХ” */
#adap-strip-map-03:before {
    width: 483px;
}

.btn-prom-map-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-prom-map-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-prom-map-02 div:nth-child(1){
    width: 70%;
}

.btn-prom-map-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-prom-map p {
    margin-bottom: 0 !important;
}

.btn-prom-map {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-prom-map h2 {
		margin-top: 48px;
	}
	.case-prom-map h3 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.case-prom-map img {
		margin: 24px 0;
	}
    .strip-prom-map-01:before {
        display: none;
    }
    .vert-prom-map-01 {
        margin-bottom: 48px;
		margin-top: 48px;
    }
    .vert-prom-map-01 ul {
        margin-top: 0;
    }
    .vert-prom-map-01 {
        border: 1px solid #FECB9D;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-prom-map-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-prom-map-01 li:before {
        display: none;
    }
	.btn-prom-map-01 {
		margin-top: 48px;
		margin-bottom: 48px;
	}
    .btn-prom-map-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-prom-map-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-prom-map-02 { 
    	flex-direction: column;
	}
	.btn-text-prom-map p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ПОЧЕМУ ВЫБИРАЮТ “ЯНДЕКС КАРТЫ” конец */

/* СТИЛИ СТРАНИЦЫ УРОКИ РЕПУТАЦИИ: СЕКРЕТЫ ВЗЛЕТА И ПРОВАЛА VICTORIA'S SECRET НАЧАЛО */
.case-vic-sec {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-vic-sec p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-vic-sec ul {
    list-style: none;
    line-height: 20px;
    margin-left: 10px;
    padding: 0;
}

.case-vic-sec li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-vic-sec li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD6DF !important;
    left: 0;
    top: 6px !important;
}

.case-vic-sec h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-vic-sec h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
	margin-left: 10px;
}

.case-vic-sec h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD6DF !important;
    left: 0;
    top: 3px !important;
}

.table-sec {
    background-color: #EEBBCB !important;
}

.table-sec li {
    padding-left: 0 !important;
}

.case-vic-sec img {
    max-width: 720px;
}

/* 2 БЛОК КАКИМ БЫЛ 2023 ГОД В SMM */
.strip-vic-sec-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-vic-sec-01:before {
    content: '';
    width: 345px;
    height: 11px;
    background: #FFD6DF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-vic-sec-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК СТАВКА НА СОБЛАЗНЕНИЕ: МАРКЕТИНГ VICTORIA'S SECRET */
#adap-strip-sec-02:before {
    width: 538px;
}

/* 4 БЛОК ПРОБЛЕМЫ С РЕПУТАЦИЕЙ VICTORIA’S SECRET */
#adap-strip-sec-03:before {
    width: 428px;
}

/* 5 БЛОК ОТ СЕКСУАЛЬНОСТИ К ИНКЛЮЗИВНОСТИ */
#adap-strip-sec-04:before {
    width: 389px;
}

/* 6 БЛОК ВОЗВРАЩЕНИЕ К ИСТОКАМ И ВОЗРОЖДЕНИЕ ШОУ */
#adap-strip-sec-05:before {
    width: 471px;
}

/* 7 БЛОК УРОКИ РЕПУТАЦИИ: СОВЕТЫ БРЕНДАМ  */
#adap-strip-sec-06:before {
    width: 368px;
}

.btn-vic-sec-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-vic-sec-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-vic-sec-02 div:nth-child(1){
    width: 70%;
}

.btn-vic-sec-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-vic-sec p {
    margin-bottom: 0 !important;
}

.btn-victoria-secret {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-vic-sec h2 {
		margin-top: 48px;
	}
	.case-vic-sec h3 {
		margin: 24px 0 24px 10px !important;
	}
	.case-vic-sec img {
		margin: 24px 0;
	}
    .strip-vic-sec-01:before {
        display: none;
    }
	.btn-vic-sec-01 {
		margin: 48px 0 48px;
	}
    .btn-vic-sec-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-vic-sec-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-vic-sec-02 { 
    	flex-direction: column;
	}
	.btn-text-vic-sec p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ УРОКИ РЕПУТАЦИИ: СЕКРЕТЫ ВЗЛЕТА И ПРОВАЛА VICTORIA'S SECRET КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ В УПРАВЛЕНИИ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ — 2024 НАЧАЛО */
.case-trend-man {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-trend-man p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-trend-man ul {
    list-style: none;
    line-height: 20px;
    margin-left: 10px;
    padding: 0;
}

.case-trend-man li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-trend-man li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #ACE4FF !important;
    left: 0;
    top: 6px !important;
}

.case-trend-man h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-trend-man h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-man {
    background-color: #ACE4FF !important;
}

.table-man li {
    padding-left: 0 !important;
}

.case-trend-man img {
    max-width: 720px;
}

/* 2 БЛОК КАКИМ БЫЛ 2023 ГОД В SMM */
.strip-trend-man-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-trend-man-01:before {
    content: '';
    width: 245px;
    height: 11px;
    background: #ACE4FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-trend-man-01 h2 {
    margin-left: 10px;
} 

@media(max-width: 480px) {
    .case-trend-man h2 {
		margin-top: 48px;
	}
	.case-trend-man h3 {
		margin: 24px 0 24px 10px;
	}
	.case-trend-man img {
		margin: 24px 0;
	}
	.text-trend-man-02 {
	 margin-top: 48px;
}
    .strip-trend-man-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ В УПРАВЛЕНИИ РЕПУТАЦИЕЙ В ИНТЕРНЕТЕ — 2024 КОНЕЦ */

/* САЙТЫ ОТЗЫВОВ ИНОСТРАННЫЕ СЛОВА В РЕКЛАМЕ: ЧТО ДЕЛАТЬ БИЗНЕСУ НАЧАЛО */
.case-foreign-word {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-foreign-word p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.table-word {
    background-color: #D9AAFF !important;
}    

.case-foreign-word img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-foreign-word ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-foreign-word li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.table-word li {
    padding-left: 0 !important;
}

.case-foreign-word li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D9AAFF !important;
    left: 0;
    top: 6px !important;
}

.case-foreign-word h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.case-foreign-word h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

/* 2 БЛОК ЧТО ИЗМЕНИТ ЗАКОН О ЗАПРЕТЕ ИНОСТРАННЫХ СЛОВ */
.strip-foreign-word-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-foreign-word-01:before {
    content: '';
    width: 507px;
    height: 11px;
    background: #D9AAFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-foreign-word-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК БИЗНЕС ИСПОЛЬЗУЕТ ИНОСТРАННЫЕ СЛОВА В РЕКЛАМЕ */
#adap-strip-word-02:before {
    width: 564px;
}

/* 4 БЛОК КАК БИЗНЕСУ ПОДГОТОВИТСЯ К ПОПРАВКАМ ОБ ИНОСТРАННЫХ СЛОВАХ  */
#adap-strip-word-03:before {
    width: 671px;
}

.icon-spec-word-01 img {
	 max-width: 100px !important;
	 margin-bottom: 0 !important;
	 margin-left: 26px !important;
}

.long-foreign-word-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-foreign-word-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 253px !important;
    border-radius: 0%;
    background: #D9AAFF;
    left: 1px;
    top: 7px !important;
}

.long-foreign-word-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-foreign-word-01 li:before {
    display: none;
}

@media(max-width: 480px) {
    .case-foreign-word h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.case-spec-name-01 {
		margin-top: 0;
	}
	.icon-adap-word-01 img {
		margin: 0 0 8px 22px !important;
	}
    .case-foreign-word h3 {
        margin: 24px 0 24px 10px;
    }
    .case-foreign-word img {
		margin: 24px 0;
	}
    .strip-foreign-word-01:before {
        display: none;
    }
    .long-foreign-word-01 ul:before {
        display: none;
    }
	.long-foreign-word-01 ul {
		padding-left: 0 !important;
	}
}
/* САЙТЫ ОТЗЫВОВ ИНОСТРАННЫЕ СЛОВА В РЕКЛАМЕ: ЧТО ДЕЛАТЬ БИЗНЕСУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ SERM: НАИБОЛЕЕ ЭФФЕКТИВНЫЕ ИНСТРУМЕНТЫ SERM ДЛЯ БРЕНДА НАЧАЛО */
.case-most-effect {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-most-effect p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.table-effect {
    background-color: #C1EBFF !important;
}       

.case-most-effect img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-most-effect ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-most-effect li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-most-effect li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1EBFF !important;
    left: 0;
    top: 6px !important;
}

.table-effect li {
    padding-left: 0 !important;
} 

.case-most-effect h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-most-effect h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
	  line-height: normal !important;
}

/* 2 БЛОК ЭФФЕКТИВНЫЕ ИНСТРУМЕНТЫ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
.strip-most-effect-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-most-effect-01:before {
    content: '';
    width: 584px;
    height: 11px;
    background: #C1EBFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-most-effect-01 h2 {
    margin-left: 10px;
}

.line-text-effect-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-effect-01 :before,
.line-text-effect-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #C1EBFF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-effect-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-most-effect {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-most-effect img {
    margin: 0 28px 15px 15px !important;
    max-width: 90px !important;
}

.video-most-effect {
	margin-bottom: 15px !important;
}

.vert-most-effect-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-most-effect-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-most-effect-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 122px !important;
    border-radius: 0%;
    background: #C1EBFF;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАКИЕ ИНСТРУМЕНТЫ SERM ПРИВЛЕКУТ ЦЕЛЕВУЮ АУДИТОРИЮ? */
#adap-strip-effect-02:before {
    width: 592px;
}

.icon-spec-effect-01 img {
	 max-width: 100px !important;
	 margin-bottom: 0 !important;
	 margin-left: 26px !important;
}

.long-most-effect-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-most-effect-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 222px !important;
    border-radius: 0%;
    background: #C1EBFF;
    left: 1px;
    top: 7px !important;
}

.long-most-effect-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-most-effect-01 li:before {
    display: none;
}

.list-most-effect-03 li {
	margin-left: 15px !important;
	padding-left: 0 !important;
}

.list-most-effect-03 li:before {
	display: none;
}

@media(max-width: 480px) {
    .case-most-effect h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.effect-mar p:nth-child(1) {
		 margin: 24px 0 24px 10px !important;
	}
	.icon-adap-effect-01 img {
		margin: 0 0 8px 22px !important;
	}
	.container-most-effect {
		margin-top: 24px !important;
	}
    .case-most-effect h3 {
        margin: 24px 0 24px 10px;
    }
	.case-most-effect ul {
		margin: 24px 0 24px 10px;
	}
    .case-most-effect img {
		margin: 24px 0;
	}
	.line-text-effect-01 :before, .line-text-effect-01 :after {
    width: 98%;
    height: 2px;
	}
	.brands-text-effect p {
		margin-left: 0 !important;
	}
    .strip-most-effect-01:before {
        display: none;
    }
    .long-most-effect-01 ul:before {
        display: none;
    }
	.long-most-effect-01 ul {
		padding-left: 0 !important;
	}
    .vert-most-effect-01 {
        margin-bottom: 48px;
		margin-top: 48px;
    }
    .vert-most-effect-01 ul {
        margin-top: 0;
    }
    .vert-most-effect-01 {
        border: 1px solid #C1EBFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-most-effect-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-most-effect-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ SERM: НАИБОЛЕЕ ЭФФЕКТИВНЫЕ ИНСТРУМЕНТЫ SERM ДЛЯ БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ РУКОВОДИТЕЛЯ: С ЧЕГО НАЧАТЬ НАЧАЛО */
.case-rep-begin {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-begin p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.table-begin {
    background-color: #E9AEFF !important;
}    

.case-rep-begin img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-rep-begin ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-rep-begin li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rep-begin li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E9AEFF !important;
    left: 0;
    top: 6px !important;
}

.table-begin {
    background-color: #E9AEFF !important;
}    

.table-begin li {
    padding-left: 0!important;
}

.case-rep-begin h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-rep-begin h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.video-rep-begin {
	margin-bottom: 16px;
}

/* 2 БЛОК ЭФФЕКТИВНЫЕ ИНСТРУМЕНТЫ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
.strip-rep-begin-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-rep-begin-01:before {
    content: '';
    width: 370px;
    height: 11px;
    background: #E9AEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-rep-begin-01 h2 {
    margin-left: 10px;
}

.line-text-begin-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-begin-01 :before,
.line-text-begin-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #E9AEFF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-begin-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-rep-begin {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.brands-icon-text {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-rep-begin img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

/* 3 БЛОК КАК РЕПУТАЦИЯ РУКОВОДИТЕЛЯ ВЛИЯЕТ НА БИЗНЕС */
#adap-strip-begin-02:before {
    width: 494px;
}

/* 4 БЛОК КАК СОЗДАТЬ НАЧАТЬ РУКОВОДИТЕЛЮ В СЕТИ */
#adap-strip-begin-03:before {
    width: 434px;
}

/* 5 БЛОК КАК РУКОВОДИТЕЛЮ ПРОДВИГАТЬСЯ В ИНТЕРНЕТЕ */
#adap-strip-begin-04:before {
    width: 474px;
}

.part-rep-begin h3 {
	position: relative;
	padding-left: 20px !important;
}

.part-rep-begin h3:before {
	content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E9AEFF !important;
    left: 0;
    top: 4px !important;
}

.text-rep-begin-05 li {
	padding-left: 0 !important;
	margin-left: 15px !important;
}

.text-rep-begin-05 li:before {
	display: none;
}

.btn-rep-begin-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-rep-begin-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 10px 20px 14px;
	margin: 0;
}

.btn-rep-begin-02 div:nth-child(1){
    width: 70%;
}

.btn-rep-begin-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-rep-begin p {
    margin-bottom: 0 !important;
}

.btn-reputation-begin {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-rep-begin h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.case-rep-begin ul {
		margin-top: 24px !important;
	}
	.icon-adap-begin-01 img {
		margin: 0 0 8px 22px !important;
	}
    .case-rep-begin h3 {
        margin: 24px 0 24px 10px;
    }
	.container-rep-begin {
    margin-top: 0 !important;
}
	.icon-rep-begin img {
		margin-top: 0 !important;
	}
	.brands-text-begin p {
		margin-left: 0;
	}
	.video-rep-begin {
	   margin: 24px 0;
}
    .case-rep-begin img {
		margin: 24px 0;
	}
    .strip-rep-begin-01:before {
        display: none;
    }
   .btn-rep-begin-01 {
		margin: 48px 0 48px;
	}
    .btn-rep-begin-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-rep-begin-02 {
		flex-direction: column;
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-text-rep-begin p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ РУКОВОДИТЕЛЯ: С ЧЕГО НАЧАТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕЙТИНГ РЕПУТАЦИИ МОБИЛЬНЫХ ОПЕРАТОРОВ — 2024 НАЧАЛО */
.case-mob-oper {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mob-oper p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-mob-oper img {
    max-width: 720px;
}

.btn-mob-oper-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.btn-mob-oper-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5px 20px 140px;
    margin: 0;
    gap: 40px;
}

.btn-mob-oper-02 div:nth-child(1){
    width: 70%;
}

.btn-mob-oper-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-mob-oper p {
    margin-bottom: 0 !important;
}

.btn-mobile-operators {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    color: #1A2129 !important;
    font-weight: 600 !important;
}

@media(max-width: 480px) {
	.btn-mob-oper-01 {
		margin: 48px 0 48px;
	}
    .btn-mob-oper-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-mob-oper-02 {
		flex-direction: column;
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
		gap: 0;
    }
	.btn-text-mob-oper p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ РЕЙТИНГ РЕПУТАЦИИ МОБИЛЬНЫХ ОПЕРАТОРОВ — 2024 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ АГЕНТСТВА НЕДВИЖИМОСТИ НАЧАЛО */
.case-prom-real {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prom-real p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-prom-real h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.table-real {
    background-color: #74FF94 !important;
}

.case-prom-real img {
    max-width: 720px;
	  margin-bottom: 16px;
}

/* 2 БЛОК ОТЗОВИКИ ДЛЯ ПРОДВИЖЕНИЯ АГЕНТСТВА НЕДВИЖИМОСТИ */
.strip-prom-real-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-prom-real-01:before {
    content: '';
    width: 568px;
    height: 11px;
    background: #74FF94;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-prom-real-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК РЕЙТИНГИ ДЛЯ ПРОДВИЖЕНИЯ АГЕНТСТВА НЕДВИЖИМОСТИ */
#adap-strip-real-02:before {
    width: 561px;
}

/* 4 БЛОК SERM: ПРОДВИЖЕНИЕ АГЕНТСТВА НЕДВИЖИМОСТИ В ПОИСКЕ */
#adap-strip-real-03:before {
    width: 571px;
}

.vert-prom-real-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-prom-real-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-prom-real-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 25px !important;
    border-radius: 0% !important;
    background: #74FF94 !important;
    left: 1px !important;
    top: 1px !important;
}

/* 5 БЛОК ПОДВЕДЕМ ИТОГИ */
#adap-strip-real-04:before {
    width: 183px;
}

.btn-prom-real-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-prom-real-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-prom-real-02 div:nth-child(1){
    width: 70%;
}

.btn-prom-real-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-prom-real p {
    margin-bottom: 0 !important;
}

.btn-promotion-real {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
	.center {
		margin-top: 24px !important;
	}
    .case-prom-real h2 {
		margin-top: 48px;
	}
	.case-prom-real h3 {
		margin: 24px 0 24px 10px;
	}
	.case-prom-real img {
		margin: 24px 0;
	}
    .strip-prom-real-01:before {
        display: none;
    }
    .vert-prom-real-01 {
			  margin-top: 48px;
        margin-bottom: 48px;
    }
    .vert-prom-real-01 ul {
        margin-top: 0;
    }
    .vert-prom-real-01 {
        border: 1px solid #74FF94;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-prom-real-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-prom-real-01 li:before {
        display: none;
    }
    .btn-prom-real-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-prom-real-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-prom-real-02 {
    	flex-direction: column;
	}
	.btn-text-prom-real p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ АГЕНТСТВА НЕДВИЖИМОСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК РАСКРУТИТЬ ТЕЛЕГРАМ-КАНАЛ: ЛУЧШИЕ СПОСОБЫ ПРОДВИЖЕНИЯ 2024 НАЧАЛО */
.case-tel-chan {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-tel-chan p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-tel-chan img {
    max-width: 720px;
    margin-bottom: 15px;
}

.video-tel-chan {
	margin-bottom: 16px;
}

.case-tel-chan ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-tel-chan li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-tel-chan li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1EBFF !important;
    left: 0;
    top: 6px !important;
}

.table-chan {
    background-color: #C1EBFF !important;
}    

.table-chan li {
    padding-left: 0 !important;
}

.case-tel-chan h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-tel-chan h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.tel-bef-none li {
	padding-left: 0 !important;
	margin-left: 15px !important;
}

.tel-bef-none li:before {
	display: none;
}

/* 2 БЛОК ЭФФЕКТИВНЫЕ ИНСТРУМЕНТЫ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
.strip-tel-chan-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-tel-chan-01:before {
    content: '';
    width: 361px;
    height: 11px;
    background: #C1EBFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-tel-chan-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ПРИВЛЕЧЬ ПОДПИСЧИКОВ В TELEGRAM-КАНАЛ? */
#adap-strip-chan-02:before {
    width: 483px;
}

.line-text-chan-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-chan-01 :before,
.line-text-chan-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #C1EBFF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-chan-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-tel-chan {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 15px;
}

.icon-tel-chan img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.btn-tel-chan-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-tel-chan-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-tel-chan-02 div:nth-child(1){
    width: 70%;
}

.btn-tel-chan-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-tel-chan p {
    margin-bottom: 0 !important;
}

.btn-telegram-channel {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-tel-chan h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.video-tel-chan {
		margin: 24px 0;
	}
	.icon-adap-chan-01 img {
		margin: 0 0 8px 22px !important;
	}
	.case-tel-chan ul {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
	.case-tel-chan ol {
				margin-top: 24px !important;
		margin-bottom: 24px !important;
	}
    .case-tel-chan h3 {
        margin: 24px 0 24px 10px;
    }
    .case-tel-chan img {
		margin: 24px 0;
	}
	.container-tel-chan {
		margin-top: 0 !important
	}
	.brands-text-chan p {
		margin-left: 0 !important;
	}
    .strip-tel-chan-01:before {
        display: none;
    }
    .btn-tel-chan-01 {
		margin: 48px 0 48px;
	}
    .btn-tel-chan-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-tel-chan-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-tel-chan-02 { 
    	flex-direction: column;
	}
	.btn-text-tel-chan p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК РАСКРУТИТЬ ТЕЛЕГРАМ-КАНАЛ: ЛУЧШИЕ СПОСОБЫ ПРОДВИЖЕНИЯ 2024 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РАЗВИТИЕ HR-БРЕНДА КОМПАНИИ: КАК ПРАВИЛЬНО ПРОДВИГАТЬ HR БРЕНД НАЧАЛО */
.case-dev-comp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-dev-comp p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-dev-comp ul {
    list-style: none;
    line-height: 20px;
    margin-left: 10px;
    padding: 0;
}

.case-dev-comp li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-dev-comp li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C2FF85 !important;
    left: 0;
    top: 8px !important;
}

.case-dev-comp h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-dev-comp h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-comp {
    background-color: #C2FF85 !important;
}

.table-comp li {
    padding-left: 0!important;
}

.case-dev-comp img {
    max-width: 720px;
	  margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ HR-БРЕНД И ПОЧЕМУ ОН ВАЖЕН ДЛЯ КОМПАНИИ */
.strip-dev-comp-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-dev-comp-01:before {
    content: '';
    width: 560px;
    height: 11px;
    background: #C2FF85;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-dev-comp-01 h2 {
    margin-left: 10px;
} 

.vert-dev-comp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-dev-comp-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-dev-comp-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0%;
    background: #C2FF85;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК НАЧАТЬ РАЗВИТИЕ HR-БРЕНДА КОМПАНИИ? */
#adap-strip-comp-02:before {
    width: 449px;
}

.adap-vert-comp-02 li:before {
    height: 70px !important;
}

/* 4 БЛОК КАК ПРОДВИГАТЬ HR-БРЕНД КОМПАНИИ? */
#adap-strip-comp-03:before {
    width: 385px;
}

.list-dev-comp-07 {
    display: flex;
    justify-content: space-between;
}

.list-dev-sub {
	width: 50%;
}

/* 5 БЛОК КАК УДЕРЖАТЬ И УЛУЧШИТЬ ИМИДЖ УСПЕШНОГО HR-БРЕНДА КОМПАНИИ */
#adap-strip-comp-04:before {
    width: 695px;
}

.long-dev-comp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-dev-comp-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 308px !important;
    border-radius: 0%;
    background: #C2FF85;
    left: 1px;
    top: 7px !important;
}

.long-dev-comp-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-dev-comp-01 li:before {
    display: none;
}

.comp-bef-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.comp-bef-none li:before {
    display: none;
}

.adap-long-comp-02 ul:before {
	    height: 204px !important;
}

#icon-spec-long img {
	max-width: 100px !important;
	margin-left: 30px;
}

@media(max-width: 480px) {
    .case-dev-comp h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.icon-adap-comp-01 img {
		margin: 0 0 8px 22px !important;
	}
    .case-dev-comp h3 {
        margin: 24px 0 24px 10px;
    }
    .case-dev-comp img {
		margin: 24px 0;
	}
    .strip-dev-comp-01:before {
        display: none;
    }
	.list-mar-comp p {
		margin-bottom: 24px !important;
	}
	.comp-bef-none p {
		margin-bottom: 24px !important;
	}
    .long-dev-comp-01 ul:before {
        display: none;
    }
	.long-dev-comp-01 ul {
		padding-left: 0 !important;
	}
    .vert-dev-comp-01 {
        margin-bottom: 48px;
		margin-top: 48px;
    }
    .vert-dev-comp-01 ul {
        margin-top: 0;
    }
    .vert-dev-comp-01 {
        border: 1px solid #C2FF85;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-dev-comp-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-dev-comp-01 li:before {
        display: none;
    }
	.list-dev-comp-07 {
		flex-direction: column !important;
	}
	.list-dev-sub {
		width: 100%;
	}
	.icon-adap-comp-01 img {
		width: 30px !important;
		height: 30px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ РАЗВИТИЕ HR-БРЕНДА КОМПАНИИ: КАК ПРАВИЛЬНО ПРОДВИГАТЬ HR БРЕНД КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ БЛОК НА НЕГАТИВ: ЧТО ЭТО И ПОЧЕМУ ВРЕДНО ДЛЯ РЕПУТАЦИИ НАЧАЛО */
.case-neg-block {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-neg-block p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-neg-block h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-neg-block h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-block {
    background-color: #FFCFE9 !important;
}

.table-block li {
    padding-left: 0!important;
}

.case-neg-block img {
    max-width: 720px;
	  margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ БЛОК НА НЕГАТИВ */
.strip-neg-block-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-neg-block-01:before {
    content: '';
    width: 281px;
    height: 11px;
    background: #FFCFE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-neg-block-01 h2 {
    margin-left: 10px;
} 

.vert-neg-block-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-neg-block-01 li {
    position: relative;
    margin-bottom: 32px;
    margin-top: 18px;
    padding-left: 25px !important;
	color: #000000 !important;
}

.vert-neg-block-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFCFE9 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ГДЕ МОГУТ ИСПОЛЬЗОВАТЬ БЛОК НА НЕГАТИВ */
#adap-strip-block-02:before {
    width: 429px;
}

.neg-sub-bef h3 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.neg-sub-bef h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCFE9 !important;
    left: 0;
    top: 4px !important;
}

.long-neg-block-01 {
	margin-left: 10px;
}

.long-neg-block-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    position: relative;
    margin-top: 18px;
    padding-left: 17px !important;
}

.long-neg-block-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 368px !important;
    border-radius: 0%;
    background: #FFCFE9;
    left: 1px;
    top: 7px !important;
}

.long-neg-block-01 li {
    padding-left: 0 !important;
    margin-left: 0;
	  color: #000000 !important;
}

.long-neg-block-01 li:before {
    display: none;
}

/* 4 БЛОК ЧТО О БЛОКЕ НА НЕГАТИВ ГОВОРИТ ЗАКОН */
#adap-strip-block-03:before {
    width: 395px;
}

.adap-long-block-02 ul:before {
    height: 284px !important;
}

/* 5 БЛОК ЧЕМ БЛОК НА НЕГАТИВ ВРЕДЕН ДЛЯ РЕПУТАЦИ */
#adap-strip-block-04:before {
    width: 447px;
}

/* 6 БЛОК КАК БОРОТЬСЯ С КОМПРОМАТОМ */
#adap-strip-block-05:before {
    width: 313px;
}

/* 7 БЛОК ПОДЫТОЖИМ */
#adap-strip-block-06:before {
    width: 144px;
}

@media(max-width: 480px) {
    .case-neg-block h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.icon-adap-comp-01 img {
		margin: 0 0 8px 22px !important;
	}
    .case-neg-block h3 {
        margin: 24px 0 24px 10px;
    }
    .case-neg-block img {
		margin: 24px 0;
	}
	.text-neg-block-02 {
		margin-top: 48px;
	}
    .strip-neg-block-01:before {
        display: none;
    }
    .long-neg-block-01 ul:before {
        display: none;
    }
	.long-neg-block-01 ul {
		padding-left: 0 !important;
	}
    .vert-neg-block-01 {
        margin-bottom: 48px;
		margin-top: 48px;
    }
    .vert-neg-block-01 ul {
        margin-top: 0;
    }
    .vert-neg-block-01 {
        border: 1px solid #FFCFE9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-neg-block-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-neg-block-01 li:before {
        display: none;
    }
	.icon-adap-block-01 img {
		width: 30px !important;
		height: 30px !important;
		margin: 24px 0 10px 12px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ БЛОК НА НЕГАТИВ: ЧТО ЭТО И ПОЧЕМУ ВРЕДНО ДЛЯ РЕПУТАЦИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК УБРАТЬ НЕГАТИВНЫЕ ОТЗЫВЫ ИЗ ПОИСКА НАЧАЛО */
.case-rem-search {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rem-search p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-rem-search h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-rem-search h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-search {
    background-color: #87FF87 !important;
}

.case-rem-search img {
    max-width: 720px;
	  margin-bottom: 15px;
}

/* 2 БЛОК НОВЫЕ КАРТОЧКИ НА ОТЗОВИКАХ */
.strip-rem-search-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-rem-search-01:before {
    content: '';
    width: 325px;
    height: 11px;
    background: #87FF87;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-rem-search-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК НОВЫЕ КАРТОЧКИ НА ОТЗОВИКАХ */
#adap-strip-search-02:before {
    width: 446px;
}

/* 4 БЛОК ВЫТЕСНЕНИЕ НЕГАТИВА ИЗ ПОИСКА “ЯНДЕКСА” */
#adap-strip-search-03:before {
    width: 435px;
}

/* 5 БЛОК РЕЗУЛЬТАТ РАБОТЫ */
#adap-strip-search-04:before {
    width: 197px;
}

.btn-rem-search-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-rem-search-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-rem-search-02 div:nth-child(1){
    width: 70%;
}

.btn-rem-search-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-rem-search p {
    margin-bottom: 0 !important;
}

.btn-remove-search {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-rem-search h2 {
		margin-top: 48px;
		font-size: 18px !important;
	}
	.case-rem-search h3 {
		margin: 24px 0 24px 10px;
	}
	.case-rem-search img {
		margin: 24px 0;
	}
	.img-adap-search-01 img {
		margin-top: 48px;
	}
    .strip-rem-search-01:before {
        display: none;
    }
    .btn-rem-search-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-rem-search-02 {
		align-items: baseline;
    	padding: 16px 8px;
    }
	.btn-rem-search-02 {
    	flex-direction: column;
	}
	.btn-text-rem-search p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК УБРАТЬ НЕГАТИВНЫЕ ОТЗЫВЫ ИЗ ПОИСКА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК УДАЛИТЬ РОЛИК С ЮТУБА НАЧАЛО */
.case-del-video {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-del-video p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-del-video img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-del-video ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-del-video li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-del-video li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F8C4C6 !important;
    left: 0;
    top: 6px !important;
}

.case-del-video h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-del-video h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-video {
    background-color: #F8C4C6 !important;
}    

.table-video li {
    padding-left: 0 !important;
}

/* 2 БЛОК ЭФФЕКТИВНЫЕ ИНСТРУМЕНТЫ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
.strip-del-video-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.strip-del-video-01:before {
    content: '';
    width: 380px;
    height: 11px;
    background: #F8C4C6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-del-video-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК МОЖНО УДАЛИТЬ РОЛИК С ЮТУБА */
#adap-strip-video-02:before {
    width: 366px;
}

.list-del-video-01 ol {
    margin-left: 10px;
}

.list-del-video-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.list-del-video-01 li:before {
    display: none;
}

/* 4 БЛОК КАКИЕ ЗАКОНЫ НУЖНЫ, ЧТОБЫ УДАЛИТЬ РОЛИК С ЮТУБА  */
#adap-strip-video-03:before {
    width: 531px;
}

/* 5 БЛОК РЕЗУЛЬТАТ УДАЛЕНИЯ РОЛИКА С ЮТУБА */
#adap-strip-video-04:before {
    width: 374px;
}

/* 6 БЛОК ЕСЛИ ЮТУБ ОТКАЗЫВАЕТСЯ УДАЛЯТЬ, НУЖНО ЛИ ИДТИ В СУД? */
#adap-strip-video-05:before {
    width: 573px;
}

.btn-del-video-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-del-video-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-del-video-02 div:nth-child(1){
    width: 70%;
}

.btn-del-video-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-del-video p {
    margin-bottom: 0 !important;
}

.btn-delete-video {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-del-video h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-del-video h3 {
        margin: 24px 0 24px 10px;
    }
    .case-del-video img {
		margin: 24px 0;
	}
    .strip-del-video-01:before {
        display: none;
    }
    .btn-del-video-01 {
		margin: 48px 0 48px;
	}
    .btn-del-video-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-del-video-02 {
		align-items: baseline;
        flex-direction: column;
    	padding: 16px 4px 16px 23px;
    }
	.btn-text-del-video p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
	.list-del-video-02 p {
		margin-bottom: 24px !important;
  }
}
/* СТИЛИ СТРАНИЦЫ КАК УДАЛИТЬ РОЛИК С ЮТУБА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ ИНТЕРНЕТ-МАРКЕТИНГА 2024 НАЧАЛО */
.case-mark-int {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-int p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-mark-int img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-mark-int ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-mark-int li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-int li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #3AB2E7 !important;
    left: 0;
    top: 6px !important;
}

.case-mark-int h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-int {
    background-color: #3AB2E7 !important;
}    

.table-int li {
    padding-left: 0!important;
}

@media(max-width: 480px) {
    .case-mark-int h3 {
        margin: 24px 0 24px 10px;
    }
    .case-mark-int img {
		margin: 24px 0;
	}
	.text-mark-int-02 {
	margin-top: 48px !important;
}
	.int-bef-none p {
		margin-bottom: 24px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ ИНТЕРНЕТ-МАРКЕТИНГА 2024 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОСТРОВА КОНТЕНТА: ЧТО ЭТО ТАКОЕ НАЧАЛО */
.case-cont-island {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cont-island p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
	margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cont-island h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-cont-island ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 16px !important;
}

.case-cont-island li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cont-island li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #46EEF5 !important;
    left: 0;
    top: 6px !important;
}

.case-cont-island h3 {
		position: relative;
    font-size: 16px !important;
    font-weight: 600 !important;
		margin: 0 0 15px 10px !important;
}

.list-cont-island-01 h3 {
	padding-left: 20px;
}

.list-cont-island-01 h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #46EEF5 !important;
    left: 0;
    top: 4px !important;
}

.list-cont-island-01 p {
	  margin-left: 30px !important;
}

.list-cont-weight h3 {
	 font-weight: 400 !important
}

.table-island {
    background-color: #46EEF5 !important;
}

.table-island li {
    padding-left: 0 !important;
}

.case-cont-island img {
    max-width: 720px;
	  margin-bottom: 15px;
}

/* 2 БЛОК ЧТО ТАКОЕ БЛОК НА НЕГАТИВ */
.strip-cont-island-01 {
    position: relative;
	margin-top: 20px;
	margin-bottom: 15px;
}

.strip-cont-island-01:before {
    content: '';
    width: 322px;
    height: 11px;
    background: #46EEF5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cont-island-01 h2 {
    margin-left: 10px;
} 

/* 3 БЛОК ВИДЫ ОСТРОВОВ КОНТЕНТА */
#adap-strip-island-02:before {
    width: 272px;
}

/* 4 БЛОК ВХОДЯЩИЙ МАРКЕТИНГ: КАКОЙ КОНТЕНТ НУЖЕН КЛИЕНТАМ */
#adap-strip-island-03:before {
    width: 560px;
}

.vert-cont-island-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-cont-island-01 li {
    position: relative;
    margin-bottom: 16px !important;
    margin-top: 18px;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-cont-island-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #46EEF5 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-island-02 li:before {
    height: 100px !important;
}

/* 5 БЛОК КАК РАБОТАТЬ С ОСТРОВАМИ КОНТЕНТА */
#adap-strip-island-04:before {
    width: 380px;
}

@media(max-width: 480px) {
    .case-cont-island h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-cont-island h3 {
        margin: 24px 0 24px 10px !important;
    }
	.text-cont-island-02 {
		margin-top: 48px;
	}
    .case-cont-island img {
		margin: 24px 0;
	}
    .strip-cont-island-01:before {
        display: none;
    }
    .vert-cont-island-01 {
        margin-bottom: 48px;
		margin-top: 48px;
    }
    .vert-cont-island-01 ul {
        margin-top: 0;
    }
    .vert-cont-island-01 {
        border: 1px solid #46EEF5;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-cont-island-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-cont-island-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ОСТРОВА КОНТЕНТА: ЧТО ЭТО ТАКОЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПРИЧИНЫ СНИЖЕНИЯ ТРАФИКА НА ВЕБ-САЙТЕ: 5 ОСНОВНЫХ ФАКТОРОВ НАЧАЛО */
.case-web-traf {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-web-traf p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-web-traf img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-web-traf ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-web-traf li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-web-traf li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F8C4C6 !important;
    left: 0;
    top: 6px !important;
}

.case-web-traf h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-web-traf h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
   	margin-bottom: 15px;
	margin-left: 10px;
}

.table-traf {
    background-color: #F8C4C6 !important;
}    

.table-traf li {
    padding-left: 0!important;
}

/* 2 БЛОК КАК УЗНАТЬ, ЧТО ТРАФИК СНИЗИЛСЯ? */
.strip-web-traf-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-web-traf-01:before {
    content: '';
    width: 354px;
    height: 11px;
    background: #F8C4C6;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-web-traf-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПРИЧИНЫ СНИЖЕНИЯ ТРАФИКА */
#adap-strip-traf-02:before {
    width: 303px;
}

@media(max-width: 480px) {
    .case-web-traf h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-web-traf h3 {
        margin: 24px 0 24px 10px;
    }
    .case-web-traf img {
		margin: 24px 0;
	}
	.strip-web-traf-01:before {
		display: none;
	}
	.text-web-traf-02 {
		margin-top: 48px !important;
	}
	.web-traf-mar p {
		margin-bottom: 24px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ПРИЧИНЫ СНИЖЕНИЯ ТРАФИКА НА ВЕБ-САЙТЕ: 5 ОСНОВНЫХ ФАКТОРОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИОННЫЕ ПОТЕРИ: СКОЛЬКО КЛИЕНТОВ ВЫ ТЕРЯЕТЕ ИЗ-ЗА НЕГАТИВА НАЧАЛО */
.case-custom-lose {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-custom-lose p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-custom-lose img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-custom-lose ol {
	margin-left: 10px;
}

.case-custom-lose li {
    position: relative;
    margin-bottom: 10px;
    color: #000000 !important;
}

.table-lose {
    background-color: #BAE8FF !important;
}    

.table-lose li {
    padding-left: 0 !important;
}

.case-custom-lose h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-custom-lose h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 10px !important;
    position: relative;
}

.text-custom-lose-09 h3 {
	padding-left: 20px !important;
}

.text-custom-lose-09 h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BAE8FF !important;
    left: 0;
    top: 4px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ РЕПУТАЦИОННЫЕ ПОТЕРИ */
.strip-custom-lose-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-custom-lose-01:before {
    content: '';
    width: 359px;
    height: 11px;
    background: #BAE8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-custom-lose-01 h2 {
    margin-left: 10px;
}

.vert-custom-lose-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-custom-lose-01 li {
    position: relative;
    margin-bottom: 16px !important;
    margin-top: 18px;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-custom-lose-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #BAE8FF !important;
    left: 1px !important;
    top: 4px !important;
}

.line-text-lose-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-lose-01 :before,
.line-text-lose-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #BAE8FF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-lose-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-custom-lose {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-custom-lose img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.adap-vert-lose-02 li:before {
    height: 70px !important;
}

/* 3 БЛОК КАЛЬКУЛЯТОР РЕПУТАЦИОННЫХ ПОТЕРЬ */
#adap-strip-lose-02:before {
    width: 391px;
}

/* 4 БЛОК ИНСТРУКЦИЯ: КАК СНИЗИТЬ РЕПУТАЦИОННЫЕ ПОТЕРИ В ПОИСКЕ */
#adap-strip-lose-03:before {
    width: 607px;
}

.btn-custom-lose-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-custom-lose-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-custom-lose-02 div:nth-child(1){
    width: 70%;
}

.btn-custom-lose-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-custom-lose p {
    margin-bottom: 0 !important;
}

.btn-custom-lose {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-custom-lose h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-custom-lose h3 {
        margin: 24px 0 24px 10px !important;
    }
    .case-custom-lose img {
		margin: 24px 0;
	}
    .strip-custom-lose-01:before {
        display: none;
    }
    .btn-custom-lose-01 {
		margin: 48px 0 48px;
	}
    .btn-custom-lose-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-custom-lose-02 {
		align-items: baseline;
    	padding: 16px 4px 16px 23px;
    }
	.btn-custom-lose-02 { 
    	flex-direction: column;
	}
	.btn-text-custom-lose p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
    .vert-custom-lose-01 {
        margin-bottom: 48px;
		margin-top: 48px;
        border: 1px solid #BAE8FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-custom-lose-01 ul {
        margin-top: 0;
    }
    .vert-custom-lose-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-custom-lose-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИОННЫЕ ПОТЕРИ: СКОЛЬКО КЛИЕНТОВ ВЫ ТЕРЯЕТЕ ИЗ-ЗА НЕГАТИВА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ИЗВИНЯТЬСЯ ПЕРЕД КЛИЕНТАМИ: 10 PR-ПРОВАЛОВ ГОДА НАЧАЛО */
.case-cli-apol {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cli-apol p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cli-apol ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	  margin-bottom: 16px !important;
}

.case-cli-apol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cli-apol li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB180 !important;
    left: 0;
    top: 8px !important;
}

.case-cli-apol img {
    max-width: 720px;
    margin-bottom: 15px;
}

.video-cli-apol {
	margin-bottom: 16px !important;
}

.table-apol {
    background-color: #FFB180 !important;
}    

.table-apol li {
    padding-left: 0!important;
}

.case-cli-apol h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-cli-apol h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ РЕПУТАЦИОННЫЕ ПОТЕРИ */
.strip-cli-apol-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-cli-apol-01:before {
    content: '';
    width: 320px;
    height: 11px;
    background: #FFB180;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cli-apol-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЗА ЧТО КОМПАНИИ ИЗВИНЯЮТСЯ */
#adap-strip-apol-02:before {
    width: 320px;
}

.vert-cli-apol-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-cli-apol-01 li {
    position: relative;
    margin-bottom: 16px !important;
    margin-top: 18px;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-cli-apol-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFB180 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ПОЧЕМУ ИЗВИНЕНИЯ МОГУТ НЕ СРАБОТАТЬ */
#adap-strip-apol-03:before {
    width: 406px;
}

.line-text-apol-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-apol-01 :before,
.line-text-apol-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #FFB180;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-apol-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-cli-apol {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-cli-apol img {
    margin: 0 28px 15px 15px !important;
    max-width: 90px !important;
}

/* 5 БЛОК ЧТО ТАКОЕ "ИЗВИНИТЕЛЬНЫЙ КОДЕКС" */
#adap-strip-apol-04:before {
    width: 368px;
}

/* 6 БЛОК КОМУ ПРИШЛОСЬ ИЗВИНЯТЬСЯ В 2023 ГОДУ */
#adap-strip-apol-05:before {
    width: 405px;
}

/* 7 БЛОК КАК КОМПАНИЯМ ИЗВИНЯТЬСЯ ПРАВИЛЬНО */
#adap-strip-apol-06:before {
    width: 411px;
}

.btn-cli-apol-01 {
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
	margin-bottom: 20px;
}

.btn-cli-apol-02 {
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px 5px 20px 14px;
	margin: 0;
}

.btn-cli-apol-02 div:nth-child(1){
    width: 70%;
}

.btn-cli-apol-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-cli-apol p {
    margin-bottom: 0 !important;
}

.btn-cli-apol {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-cli-apol h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-cli-apol h3 {
        margin: 24px 0 24px 10px !important;
    }
	.cli-apol-mar ul {
		margin: 24px 10px !important;
	}
    .case-cli-apol img {
		margin: 24px 0;
	}
	.video-cli-apol {
	margin: 24px 0 !important;
}
    .strip-cli-apol-01:before {
        display: none;
    }
    .btn-cli-apol-01 {
		margin: 48px 0 48px;
	}
    .btn-cli-apol-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-cli-apol-02 {
		align-items: baseline;
        flex-direction: column;
    	padding: 16px 4px 16px 23px;
    }
	.btn-text-cli-apol p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
    .vert-cli-apol-01 {
        margin: 48px 0;
        border: 1px solid #FFB180;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-cli-apol-01 ul {
        margin-top: 0;
    }
    .vert-cli-apol-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-cli-apol-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК ИЗВИНЯТЬСЯ ПЕРЕД КЛИЕНТАМИ: 10 PR-ПРОВАЛОВ ГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОПТИМИЗАЦИЯ КАРТОЧКИ НА WILDBERRIES: КОГДА МЕНЯТЬ ДИЗАЙН НАЧАЛО */
.case-card-optim {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-card-optim p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-card-optim ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-card-optim li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-card-optim li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CFADFF !important;
    left: 0;
    top: 6px !important;
}

.case-card-optim img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-optim {
    background-color: #CFADFF !important;
}    

.table-optim li {
    padding-left: 0 !important;
}

.case-card-optim h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-card-optim h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ РЕПУТАЦИОННЫЕ ПОТЕРИ */
.strip-card-optim-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-card-optim-01:before {
    content: '';
    width: 328px;
    height: 11px;
    background: #CFADFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-card-optim-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК 10 ПРИЧИН ДЛЯ ОПТИМИЗАЦИИ КАРТОЧКИ НА WILDBERRIES */
#adap-strip-optim-02:before {
    width: 550px;
}

/* 4 БЛОК ИТОГ */
#adap-strip-optim-03:before {
    width: 61px;
}


.blog-btn-01 {
	width: 690px;
    margin: 0 15px 20px 15px;
    height: 100px;
    display: flex;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}

.blog-btn-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 14px;
	margin: 0;
}

.blog-btn-02 div:nth-child(1){
    width: 70%;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.blog-button {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-card-optim h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-card-optim h3 {
        margin: 24px 0 24px 10px !important;
    }
    .case-card-optim img {
		margin: 24px 0;
	}
    .strip-card-optim-01:before {
        display: none;
    }
    .list-card-optim-01 ul {
        margin: 24px 0 24px 10px;
    }
    .blog-btn-01 {
		width: 100%;
		height: 100%;
		margin: 48px 0 48px;
	}
    .blog-btn-02 div:nth-child(1) {
    	width: 100%;
	}
	.blog-btn-02 {
		align-items: baseline;
        flex-direction: column;
    	padding: 16px 4px 16px 23px;
		gap: 16px;
    }
	.blog-btn-text p {
		font-style: italic;
		margin-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ОПТИМИЗАЦИЯ КАРТОЧКИ НА WILDBERRIES: КОГДА МЕНЯТЬ ДИЗАЙН КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОНТЕНТ-ПЛАН ДЛЯ СОЦИАЛЬНЫХ СЕТЕЙ: ЗАЧЕМ НУЖЕН И КАК СОСТАВИТЬ НАЧАЛО */
.case-cont-plan {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cont-plan p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-cont-plan ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
}

.case-cont-plan li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cont-plan li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #3CDA86 !important;
    left: 0;
    top: 6px !important;
}

.case-cont-plan img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-plan {
    background-color: #3CDA86 !important;
}    

.table-plan li {
    padding-left: 20px !important;
}    

.case-cont-plan h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-cont-plan h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОНТЕНТ-ПЛАН И ЗАЧЕМ ОН НУЖЕН */
.strip-cont-plan-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-cont-plan-01:before {
    content: '';
    width: 436px;
    height: 11px;
    background: #3CDA86;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cont-plan-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ЧАСТО НУЖНО ПУБЛИКОВАТЬ ПОСТЫ? */
#adap-strip-plan-02:before {
    width: 397px;
}

/* 4 БЛОК КАКИЕ ПОСТЫ ДОЛЖНЫ БЫТЬ В КОНТЕНТ-ПЛАНЕ? */
#adap-strip-plan-03:before {
    width: 463px;
}

/* 5 БЛОК ВИДЫ КОНТЕНТА В СОЦИАЛЬНЫХ СЕТЯХ */
#adap-strip-plan-04:before {
    width: 375px;
}

/* 6 БЛОК КАК ВЫГЛЯДИТ КОНТЕНТ-ПЛАН */
#adap-strip-plan-05:before {
    width: 297px;
}

/* 7 БЛОК КАК СОСТАВИТЬ КОНТЕНТ-ПЛАН: ИНСТРУКЦИЯ */
#adap-strip-plan-06:before {
    width: 431px;
}

/* 8 БЛОК РЕКОМЕНДАЦИИ ПО СОСТАВЛЕНИЮ КОНТЕНТ-ПЛАНА */
#adap-strip-plan-07:before {
    width: 494px;
}

.cont-bef-none li {
	padding-left: 0 !important;
    margin-left: 15px;
}

.cont-bef-none li:before {
	  display: none;
}

.text-cont-plan-06 {
	margin-bottom: 24px !important;
}

.case-slider-desc {
	margin-bottom: 16px !important;
}

.case-slider-adap {
	display: none;
}

@media(max-width: 480px) {
    .case-cont-plan h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-cont-plan h3 {
        margin: 24px 0 24px 10px !important;
    }
    .case-cont-plan img {
		margin: 24px 0;
	}
    .strip-cont-plan-01:before {
        display: none;
    }
    .case-cont-plan ul {
        margin: 24px 0 24px 10px;
    }
	.case-cont-plan ol {
        margin: 16px 0 !important;
    }
	.case-slider-desc {
		display: none !important;
	}
	.case-slider-adap {
		display: block;
		margin: 24px 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КОНТЕНТ-ПЛАН ДЛЯ СОЦИАЛЬНЫХ СЕТЕЙ: ЗАЧЕМ НУЖЕН И КАК СОСТАВИТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ ТОРГОВОГО ЦЕНТРА В “ЯНДЕКС КАРТАХ” НАЧАЛО */
.case-yan-shop {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-yan-shop p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px !important;
}

.case-yan-shop img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-yan {
    background-color: #FFB180 !important;
}    

.case-yan-shop h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОНТЕНТ-ПЛАН И ЗАЧЕМ ОН НУЖЕН */
.strip-yan-shop-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-yan-shop-01:before {
    content: '';
    width: 424px;
    height: 11px;
    background: #FFB180;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-yan-shop-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЗАПОЛНЕНИЕ ПОИСКОВОЙ ВЫДАЧИ В “ЯНДЕКСЕ” */
#adap-strip-shop-02:before {
    width: 456px;
}

/* 4 БЛОК РОСТ ПОСЕЩАЕМОСТИ НА “ЯНДЕКС КАРТАХ” */
#adap-strip-shop-03:before {
    width: 406px;
}

/* 5 БЛОК РЕЗУЛЬТАТ РАБОТЫ */
#adap-strip-shop-04:before {
    width: 191px;
}

@media(max-width: 480px) {
    .case-yan-shop h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-yan-shop img {
		margin: 24px 0;
	}
    .strip-yan-shop-01:before {
        display: none;
    }
	.img-adap-shop-01 {
		margin-top: 48px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ ТОРГОВОГО ЦЕНТРА В “ЯНДЕКС КАРТАХ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК РАБОТАТЬ С ВОЗРАЖЕНИЯМИ КЛИЕНТОВ НАЧАЛО */
.case-cust-object {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cust-object p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-cust-object ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-cust-object li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cust-object li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFA496 !important;
    left: 0;
    top: 6px !important;
}

.case-cust-object img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-object {
    background-color: #FFA496 !important;
}    

.table-object li {
    padding-left: 0 !important;
}

.case-cust-object h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-cust-object h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ВОЗРАЖЕНИЯ КЛИЕНТОВ? */
.strip-cust-object-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-cust-object-01:before {
    content: '';
    width: 352px;
    height: 11px;
    background: #FFA496;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cust-object-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПРИЧИНЫ ВОЗРАЖЕНИЯ КЛИЕНТОВ */
#adap-strip-object-02:before {
    width: 337px;
}

/* 4 БЛОК ВИДЫ ВОЗРАЖЕНИЙ КЛИЕНТОВ */
#adap-strip-object-03:before {
    width: 302px;
}

/* 5 БЛОК КАК РАБОТАТЬ С ВОЗРАЖЕНИЯМИ */
#adap-strip-object-04:before {
    width: 324px;
}

/* 6 БЛОК ПСИХОЛОГИЧЕСКИЕ ПРИЕМЫ ПРИ РАБОТЕ С ВОЗРАЖЕНИЯМИ  */
#adap-strip-object-05:before {
    width: 572px;
}

/* 7 БЛОК ОСНОВНЫЕ ОШИБКИ ПРИ РАБОТЕ С ВОЗРАЖЕНИЯМИ */
#adap-strip-object-06:before {
    width: 495px;
}

@media(max-width: 480px) {
    .case-cust-object h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.text-cust-object-02 {
		margin-top: 48px !important;
	}
    .case-cust-object h3 {
        margin: 16px 0 16px 10px !important;
    }
    .case-cust-object img {
		margin: 24px 0;
	}
    .strip-cust-object-01:before {
        display: none;
    }
    .case-cust-object ul {
        margin: 16px 0 24px 10px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК РАБОТАТЬ С ВОЗРАЖЕНИЯМИ КЛИЕНТОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ BALENCIAGA: КАК РАБОТАЕТ РЕПУТАЦИЯ КУЛЬТОВОГО БРЕНДА НАЧАЛО */
.case-scan-balen {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-balen p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-balen ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-balen li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-balen li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CFCFCF !important;
    left: 0;
    top: 6px !important;
}

.case-cust-object img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-balen {
    background-color: #CFCFCF !important;
	padding: 10px 8px !important;
}      

.table-balen li {
    padding-left: 0 !important;
}

.case-scan-balen img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-scan-balen h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-scan-balen h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА BALENCIAGA */
.strip-scan-balen-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-scan-balen-01:before {
    content: '';
    width: 291px;
    height: 11px;
    background: #CFCFCF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-scan-balen-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК В ЧЕМ КУЛЬТ БРЕНДА BALENCIAGA */
#adap-strip-balen-02:before {
    width: 321px;
}

/* 4 БЛОК САМЫЕ КРУПНЫЕ СКАНДАЛЫ С РЕПУТАЦИЕЙ BALENCIAGA */
#adap-strip-balen-03:before {
    width: 535px;
}

/* 5 БЛОК РЕКОМЕНДАЦИИ: ЧТО ДЕЛАТЬ В СЛУЧАЕ СКАНДАЛА */
#adap-strip-balen-04:before {
    width: 480px;
}

.video-scan-balen {
	margin-bottom: 16px !important;
}

.vert-scan-balen-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-scan-balen-01 li {
    position: relative;
    margin-bottom: 16px !important;
    margin-top: 18px;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-scan-balen-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #CFCFCF !important;
    left: 1px !important;
    top: 2px !important;
}

@media(max-width: 480px) {
    .case-scan-balen h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-balen h3 {
        margin: 16px 0 16px 10px !important;
    }
    .case-scan-balen img {
		margin: 24px 0;
	}
    .strip-scan-balen-01:before {
        display: none;
    }
    .case-scan-balen ul {
        margin: 16px 0 24px 10px !important;
    }
    .vert-scan-balen-01 {
        margin-bottom: 48px;
		margin-top: 48px;
        border: 1px solid #CFCFCF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-balen-01 ul {
        margin-top: 0;
    }
    .vert-scan-balen-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-scan-balen-01 li:before {
        display: none;
    }
	.video-scan-balen {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ BALENCIAGA: КАК РАБОТАЕТ РЕПУТАЦИЯ КУЛЬТОВОГО БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ КОММУНИКАЦИОННАЯ СТРАТЕГИЯ БРЕНДА НАЧАЛО */
.case-strat-commun {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-strat-commun p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-strat-commun ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-strat-commun li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-strat-commun li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFADB5 !important;
    left: 0;
    top: 6px !important;
}

.case-strat-commun img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-commun {
    background-color: #FFADB5 !important;
}      

.table-commun li {
    padding-left: 0 !important;
}

.case-strat-commun img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-strat-commun h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-strat-commun h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    position: relative;
}

.list-strat-commun-02 h3 {
	  padding-left: 20px;
}

.list-strat-commun-02 h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFADB5 !important;
    left: 0;
    top: 3px !important;
}

.list-strat-commun-02 p {
    margin-left: 30px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОММУНИКАЦИОННАЯ СТРАТЕГИЯ БРЕНДА */
.strip-strat-commun-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-strat-commun-01:before {
    content: '';
    width: 500px;
    height: 11px;
    background: #FFADB5;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-strat-commun-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КОГДА НУЖНА КОММУНИКАЦИОННАЯ СТРАТЕГИЯ */
#adap-strip-commun-02:before {
    width: 457px;
}

.vert-strat-commun-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-strat-commun-01 li {
    position: relative;
    margin-bottom: 16px !important;
    margin-top: 18px;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-strat-commun-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 40px !important;
    border-radius: 0% !important;
    background: #FFADB5 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ВИДЫ КОММУНИКАЦИОННЫХ СТРАТЕГИЙ */
#adap-strip-commun-03:before {
    width: 389px;
}

/* 5 БЛОК ЭЛЕМЕНТЫ КОММУНИКАЦИОННОЙ СТРАТЕГИИ */
#adap-strip-commun-04:before {
    width: 434px;
}

/* 6 БЛОК ПРИМЕРЫ КОММУНИКАЦИОННОЙ СТРАТЕГИИ */
#adap-strip-commun-05:before {
    width: 425px;
}

/* 7 БЛОК КОММУНИКАЦИОННАЯ СТРАТЕГИЯ — 2024
 */
#adap-strip-commun-06:before {
    width: 390px;
}

.line-text-commun-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-commun-01 :before,
.line-text-commun-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FFADB5;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-commun-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-strat-commun {
    display: flex;
    flex-direction: column;
}

.icon-strat-commun img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

@media(max-width: 480px) {
    .case-strat-commun h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-strat-commun h3 {
        margin: 16px 0 16px 10px !important;
    }
    .case-strat-commun img {
		margin: 24px 0;
	}
    .strip-strat-commun-01:before {
        display: none;
    }
    .case-strat-commun ul {
        margin: 16px 0 24px 10px !important;
    }
    .vert-strat-commun-01 {
        margin-bottom: 48px;
		margin-top: 48px;
        border: 1px solid #FFADB5;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-strat-commun-01 ul {
        margin-top: 0;
    }
    .vert-strat-commun-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-strat-commun-01 li:before {
        display: none;
    }
	.brands-text-commun p {
		margin-left: 0 !important;
	}
	.icon-strat-commun img {
    margin: 0 0 16px 0 !important;
}
	.line-text-commun-01 p {
		margin: 0 4px 24px 0 !important; 
	}
	.line-text-commun-01 :before {
			margin: 0 0 0 -99%;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ КОММУНИКАЦИОННАЯ СТРАТЕГИЯ БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ ПОСТАВЩИКА МЕТАЛЛА НАЧАЛО */
.case-metal-suppl {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-metal-suppl p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-metal-suppl ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-metal-suppl li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-metal-suppl li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B0C1D2 !important;
    left: 0;
    top: 6px !important;
}

.case-metal-suppl img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.table-suppl {
    background-color: #B0C1D2 !important;
}      

.table-suppl li {
    padding-left: 0 !important;
}

.case-metal-suppl img {
    max-width: 720px;
    margin-bottom: 15px;
}

.case-metal-suppl h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОММУНИКАЦИОННАЯ СТРАТЕГИЯ БРЕНДА */
.strip-metal-suppl-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-metal-suppl-01:before {
    content: '';
    width: 210px;
    height: 11px;
    background: #B0C1D2;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-metal-suppl-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАБОТА С ОТЗЫВАМИ */
#adap-strip-suppl-02:before {
    width: 210px;
}

.vert-metal-suppl-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-metal-suppl-01 li {
    position: relative;
    margin-bottom: 16px !important;
    margin-top: 18px;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-metal-suppl-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 40px !important;
    border-radius: 0% !important;
    background: #B0C1D2;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК РАБОТА С РЕПУТАЦИЕЙ В ПОИСКОВЫХ СИСТЕМАХ */
#adap-strip-suppl-03:before {
    width: 461px;
}

/* 5 БЛОК РОСТ ЧИСЛА УПОМИНАНИЙ */
#adap-strip-suppl-04:before {
    width: 264px;
}

/* 6 БЛОК ОБЩИЙ РЕЗУЛЬТАТ */
#adap-strip-suppl-05:before {
    width: 185px;
}

.blog-btn-text p {
		margin: 0 !important;
	}

@media(max-width: 480px) {
    .case-metal-suppl h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-metal-suppl img {
		margin: 24px 0 !important;
	}
	.img-adap-suppl-01 img {
		margin-top: 48px !important;
		margin-bottom: 48px !important;
	}
    .strip-metal-suppl-01:before {
        display: none;
    }
	.center {
		margin: 24px 0 16px 10px !important;
	}
    .case-metal-suppl ul {
        margin: 16px 0 24px 10px !important;
    }
    .vert-metal-suppl-01 {
        margin-bottom: 48px;
		margin-top: 48px;
        border: 1px solid #B0C1D2;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-metal-suppl-01 ul {
        margin: 0 !important;
    }
    .vert-metal-suppl-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-metal-suppl-01 li:before {
        display: none;
    }
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС ПО РЕПУТАЦИИ ПОСТАВЩИКА МЕТАЛЛА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОТЛИЧИЕ РЕКЛАМЫ ОТ PR: СХОДСТВА И РАЗЛИЧИЯ НАЧАЛО */
.case-advert-bet {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-advert-bet p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-advert-bet ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-advert-bet li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-advert-bet li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #94C9FF !important;
    left: 0;
    top: 6px !important;
}

.case-advert-bet img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-bet {
    background-color: #94C9FF !important;
}      

.table-bet li {
    padding-left: 0 !important;
}

.case-advert-bet img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-advert-bet h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-advert-bet h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ КОММУНИКАЦИОННАЯ СТРАТЕГИЯ БРЕНДА */
.strip-advert-bet-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-advert-bet-01:before {
    content: '';
    width: 257px;
    height: 11px;
    background: #94C9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-advert-bet-01 h2 {
    margin-left: 10px;
}

.video-advert-bet {
	margin-bottom: 16px !important;
}

/* 3 БЛОК В ЧЕМ ОТЛИЧИЕ PR ОТ РЕКЛАМЫ */
#adap-strip-bet-02:before {
    width: 316px;
}

/* 4 БЛОК ПРЕИМУЩЕСТВА PR ПЕРЕД РЕКЛАМОЙ */
#adap-strip-bet-03:before {
    width: 361px;
}

/* 5 БЛОК КАК PR И РЕКЛАМА ИСПОЛЬЗУЮТСЯ В МАРКЕТИНГЕ */
#adap-strip-bet-04:before {
    width: 486px;
}

/* 6 БЛОК КАК ВАЖНА РЕПУТАЦИЯ В КОНТЕКСТЕ PR И РЕКЛАМЫ */
#adap-strip-bet-05:before {
    width: 502px;
}

/* 7 БЛОК ПРИМЕРЫ РЕКЛАМНЫХ И PR-КАМПАНИЙ */
#adap-strip-bet-06:before {
    width: 383px;
}

@media(max-width: 480px) {
    .case-advert-bet h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-advert-bet img {
		margin: 24px 0 !important;
	}
    .strip-advert-bet-01:before {
        display: none;
    }
	.center {
		margin: 24px 0 16px 10px !important;
	}
    .case-advert-bet ul {
        margin: 16px 0 24px 10px !important;
    }
	.video-advert-bet {
		margin: 24px 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ОТЛИЧИЕ РЕКЛАМЫ ОТ PR: СХОДСТВА И РАЗЛИЧИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОНКУРСЫ В СОЦИАЛЬНЫХ СЕТЯХ: КАК УВЕЛИЧИТЬ АКТИВНОСТЬ АУДИТОРИИ  НАЧАЛО */
.case-media-compet {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-media-compet p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-media-compet ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-media-compet li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-media-compet li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BED0FF !important;
    left: 0;
    top: 6px !important;
}

.table-compet {
    background-color: #BED0FF !important;
}      

.table-compet li {
    padding-left: 0 !important;
}

.case-media-compet img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-media-compet h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-media-compet h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЗАЧЕМ ПРОВОДИТЬ КОНКУРСЫ В СОЦИАЛЬНЫХ СЕТЯХ */
.strip-media-compet-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-media-compet-01:before {
    content: '';
    width: 510px;
    height: 11px;
    background: #BED0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-media-compet-01 h2 {
    margin-left: 10px;
}

.vert-media-compet-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-media-compet-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-media-compet-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #BED0FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК МЕХАНИКА ПРОВЕДЕНИЯ КОНКУРСОВ В СОЦИАЛЬНЫХ СЕТЯХ */
#adap-strip-compet-02:before {
    width: 565px;
}

/* 4 БЛОК КАК ОРГАНИЗОВАТЬ КОНКУРС В СОЦИАЛЬНЫХ СЕТЯХ? */
#adap-strip-compet-03:before {
    width: 500px;
}

/* 5 БЛОК КАК ПРИВЛЕЧЬ БОЛЬШЕ УЧАСТНИКОВ К КОНКУРСУ? */
#adap-strip-compet-04:before {
    width: 480px;
}

@media(max-width: 480px) {
    .case-media-compet h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.text-media-compet-08 {
		margin-bottom: 24px !important;
	}
    .case-media-compet img {
		margin: 24px 0;
	}
	.case-media-compet h3 {
        margin: 24px 0 16px 10px !important;
    }
    .cover-indent-none img {
        margin-top: 0 !important;
    }
	.text-media-compet-02 {
		margin-top: 48px !important;
	}
    .case-media-compet ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-media-compet-01:before {
        display: none;
    }
    .vert-media-compet-01 {
        margin: 48px 0;
        border: 1px solid #BED0FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-media-compet-01 ul {
        margin: 0 !important;
    }
    .vert-media-compet-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-media-compet-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КОНКУРСЫ В СОЦИАЛЬНЫХ СЕТЯХ: КАК УВЕЛИЧИТЬ АКТИВНОСТЬ АУДИТОРИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТИ ДЛЯ МАРКЕТПЛЕЙСОВ: НОВЫЕ ВОЗМОЖНОСТИ НАЧАЛО */
.case-mark-neural {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-neural p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-neural ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-neural li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-neural li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1EAED !important;
    left: 0;
    top: 6px !important;
}

.case-mark-neural img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-neural {
    background-color: #C1EAED !important;
}      

.table-neural li {
    padding-left: 0 !important;
}

.table-balen li {
    padding-left: 0 !important;
}

.case-mark-neural img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-mark-neural h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-mark-neural h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК КАКИЕ ЗАДАЧИ ВЫПОЛНЯЮТ НЕЙРОСЕТИ ДЛЯ МАРКЕТПЛЕЙСОВ */
.strip-mark-neural-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-mark-neural-01:before {
    content: '';
    width: 592px;
    height: 11px;
    background: #C1EAED;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-mark-neural-01 h2 {
    margin-left: 10px;
}

.long-mark-neural-01 ul {
    position: relative;
    margin-top: 16px;
    padding-left: 16px !important;
}

.long-mark-neural-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 270px !important;
    border-radius: 0%;
    background: #C1EAED;
    left: 1px;
    top: 7px !important;
}

.long-mark-neural-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-mark-neural-01 li:before {
    display: none;
}

.adap-long-neural-02 ul:before {
    height: 304px !important;
}

/* 3 БЛОК ОБЗОР ТОП-5 ЛУЧШИХ НЕЙРОСЕТЕЙ ДЛЯ МАРКЕТПЛЕЙСОВ */
#adap-strip-neural-02:before {
    width: 543px;
}

.list-mark-neural-04 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-mark-neural-04 li:before {
    display: none;
}

.icon-spec-neural-01 img {
	margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-mark-neural h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.text-mark-neural-08 {
		margin-bottom: 24px !important;
	}
    .case-mark-neural img {
		margin: 24px 0;
	}
	.case-mark-neural h3 {
        margin: 24px 0 16px 10px !important;
    }
    .cover-indent-none img {
        margin-top: 0 !important;
    }
	.icon-adap-neural-01 img {
		margin: 0 0 8px 22px !important;
	}
	.icon-adap-neural img {
		    width: 30px !important;
    height: 30px !important;
		margin: 0 0 8px 22px !important;
	}
	.text-mark-neural-02 {
		margin-top: 48px !important;
	}
    .case-mark-neural ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-mark-neural-01:before {
        display: none;
    }
    .long-mark-neural-01 ul:before {
        display: none;
    }
	.long-mark-neural-01 ul {
		padding-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТИ ДЛЯ МАРКЕТПЛЕЙСОВ: НОВЫЕ ВОЗМОЖНОСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ОТЗЫВЫ ВЛИЯЮТ НА РЕПУТАЦИЮ РАБОТОДАТЕЛЯ: СТАТИСТИКА 2024 ГОДА НАЧАЛО */
.case-rev-affect {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rev-affect p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-rev-affect img {
    max-width: 720px;
    margin-bottom: 15px;
}

.btn-res-affect-01 {
    width: 100%;
    margin: 16px 0 20px 0;
    height: 100px;
    background: rgba(196, 196, 196, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}

.btn-res-affect-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 112px;
	margin: 0;
}

.btn-res-affect-02 div:nth-child(1){
    width: 70%;
}

.btn-res-affect-02 div:nth-child(2){
    padding-right: 20px;
}

.btn-text-res-affect p {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.btn-res-affect {
    width: 183px;
    height: 52px;
    background: linear-gradient(90.23deg, #FFC100 0.2%, #FFA500 99.54%);
    border-radius: 4px;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
	color: #1A2129 !important;
	font-weight: 600 !important;
}

@media(max-width: 480px) {
    .case-rev-affect {
        margin-top: 24px;
    }
    .case-rev-affect img {
		margin: 24px 0;
	}
	.case-rev-affect {
		margin-top: 24px;
}
    .btn-res-affect-01 {
		width: 100%;
		height: 121px;
		margin: 48px 0 48px;
	}
    .btn-res-affect-02 div:nth-child(1) {
    	width: 100%;
	}
	.btn-res-affect-02 {
		align-items: baseline;
        flex-direction: column;
    	padding: 16px 4px 16px 23px;
    }
	.btn-text-res-affect p {
		font-style: italic;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
	}
	
}
/* СТИЛИ СТРАНИЦЫ КАК ОТЗЫВЫ ВЛИЯЮТ НА РЕПУТАЦИЮ РАБОТОДАТЕЛЯ: СТАТИСТИКА 2024 ГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИМИДЖЕВАЯ РЕКЛАМА: ИНСТРУМЕНТЫ, СТРАТЕГИИ И ПРИМЕРЫ НАЧАЛО */
.case-advert-tools {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-advert-tools p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-advert-tools ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-advert-tools li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-advert-tools li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1EAED !important;
    left: 0;
    top: 6px !important;
}

.case-advert-tools img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-tools {
    background-color: #C1EAED !important;
}      

.table-tools li {
    padding-left: 0 !important;
}

.case-advert-tools img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-advert-tools h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-advert-tools h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЗАЧЕМ ПРОВОДИТЬ КОНКУРСЫ В СОЦИАЛЬНЫХ СЕТЯХ */
.strip-advert-tools-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-advert-tools-01:before {
    content: '';
    width: 336px;
    height: 11px;
    background: #C1EAED;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-advert-tools-01 h2 {
    margin-left: 10px;
}

.video-advert-tools {
	margin: 16px 0;
}

.vert-advert-tools-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-advert-tools-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-advert-tools-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 98px !important;
    border-radius: 0% !important;
    background: #C1EAED !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАКИЕ ИНСТРУМЕНТЫ ИСПОЛЬЗУЮТСЯ В ИМИДЖЕВОЙ РЕКЛАМЕ? */
#adap-strip-tools-02:before {
    width: 604px;
}

/* 4 БЛОК ПОЧЕМУ ВАЖНО ИСПОЛЬЗОВАТЬ ИМИДЖЕВУЮ РЕКЛАМУ ДЛЯ БРЕНДА? */
#adap-strip-tools-03:before {
    width: 658px;
}

@media(max-width: 480px) {
    .case-advert-tools h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-advert-tools img {
		margin: 24px 0;
	}
	.case-advert-tools h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-advert-tools ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-advert-tools-01:before {
        display: none;
    }
	.video-advert-tools {
	margin: 24px 0;
}
    .vert-advert-tools-01 {
        margin: 48px 0;
        border: 1px solid #BED0FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-advert-tools-01 ul {
        margin-top: 0;
    }
    .vert-advert-tools-01 li {
        font-style: italic;
        margin: 0;
		margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .vert-advert-tools-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ИМИДЖЕВАЯ РЕКЛАМА: ИНСТРУМЕНТЫ, СТРАТЕГИИ И ПРИМЕРЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ SMM ПРОЕКТ ДЛЯ СТРАХОВОГО ДОМА ВСК НАЧАЛО */
.case-proj-vsk {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-proj-vsk p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-proj-vsk ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-proj-vsk li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-proj-vsk li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BED0FF !important;
    left: 0;
    top: 8px !important;
}

.case-proj-vsk img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-vsk {
    background-color: #BED0FF !important;
}      

.table-vsk li {
    padding-left: 0 !important;
}

.case-proj-vsk img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-proj-vsk h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

/* 2 БЛОК НЕМНОГО О КЛИЕНТЕ */
.strip-proj-vsk-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-proj-vsk-01:before {
    content: '';
    width: 217px;
    height: 11px;
    background: #BED0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-proj-vsk-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК АНАЛИЗ СОЦСЕТЕЙ */
#adap-strip-vsk-02:before {
    width: 187px;
}

/* 4 БЛОК НАША СТРАТЕГИЯ */
#adap-strip-vsk-03:before {
    width: 181px;
}

/* 5 БЛОК ПОРТРЕТ ЦЕЛЕВОЙ АУДИТОРИИ */
#adap-strip-vsk-04:before {
    width: 305px;
}

/* 6 БЛОК ДИЗАЙН: НЕЙРОСЕТЕВАЯ 3D ГРАФИКА  */
#adap-strip-vsk-05:before {
    width: 357px;
}

/* 7 БЛОК СИТУАТИВНЫЙ КОНТЕНТ LIVE */
#adap-strip-vsk-06:before {
    width: 280px;
}

/* 8 БЛОК КОМЬЮНИТИ: ОТВЕЧАЕМ НА КАЖДЫЙ ВОПРОС */
#adap-strip-vsk-07:before {
    width: 437px;
}

/* 9 БЛОК НАСТРОЙКИ ТАРГЕТИРОВАННОЙ РЕКЛАМЫ */
#adap-strip-vsk-08:before {
    width: 405px;
}

/* 10 БЛОК ИНТЕГРАЦИЯ С ИНФЛЮЕНСЕРАМИ */
#adap-strip-vsk-09:before {
    width: 323px;
}

@media(max-width: 480px) {
    .case-proj-vsk h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-proj-vsk img {
		margin: 24px 0;
	}
    .case-proj-vsk ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-proj-vsk-01:before {
        display: none;
    }
	.center {
		margin-bottom: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ SMM ПРОЕКТ ДЛЯ СТРАХОВОГО ДОМА ВСК КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ BOEING: РЕПУТАЦИЯ БРЕНДА НАЧАЛО */
.case-scand-boeing {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scand-boeing p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scand-boeing ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scand-boeing li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scand-boeing li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BCCDD9 !important;
    left: 0;
    top: 6px !important;
}

.case-scand-boeing img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-boeing {
    background-color: #BCCDD9 !important;
	padding: 12px 8px !important;
}      

.table-boeing li {
    padding-left: 0 !important;
	  margin-bottom: 8px !important;
}

.case-scand-boeing img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-scand-boeing h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-scand-boeing h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА BOEING */
.strip-scand-boeing-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-scand-boeing-01:before {
    content: '';
    width: 249px;
    height: 11px;
    background: #BCCDD9;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-scand-boeing-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ВЗЛЕТЫ И ПАДЕНИЯ BOEING */
#adap-strip-boeing-02:before {
    width: 268px;
}

.vert-scand-boeing-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
	margin-bottom: 0 !important;
}

.vert-scand-boeing-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-scand-boeing-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 44px !important;
    border-radius: 0% !important;
    background: #BCCDD9 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-boeing-vert-02 li:before {
    height: 118px !important;
}

/* 4 БЛОК САМЫЕ КРУПНЫЕ СКАНДАЛЫ BOEING */
#adap-strip-boeing-03:before {
    width: 353px;
}

/* 5 БЛОК РЕКОМЕНДАЦИИ КРУПНЫМ БРЕНДАМ */
#adap-strip-boeing-04:before {
    width: 356px;
}

.video-scand-boeing-01 {
	margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-scand-boeing h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scand-boeing img {
		margin: 24px 0;
	}
	.case-scand-boeing h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-scand-boeing ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-scand-boeing-01:before {
        display: none;
    }
    .vert-scand-boeing-01 {
        margin: 48px 0;
        border: 1px solid #BCCDD9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scand-boeing-01 ul {
        margin: 0 !important;
    }
    .vert-scand-boeing-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-scand-boeing-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ BOEING: РЕПУТАЦИЯ БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ГОСТИНИЦЫ НАЧАЛО */
.case-manage-hotel {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-manage-hotel p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-manage-hotel li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-manage-hotel img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hotel {
    background-color: #BED0FF !important;
}      

.list-table-contents li:last-child {
	margin-bottom: 0 !important;
}

.table-hotel li {
    padding-left: 0 !important;
}

.case-manage-hotel ul {
	 margin: 16px 0 16px 10px !important;
}

.case-manage-hotel h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-manage-hotel h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-manage-hotel-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-manage-hotel-01:before {
    content: '';
    width: 318px;
    height: 11px;
    background: #BED0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-manage-hotel-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК 7 ФАКТОВ О РЕПУТАЦИИ ГОСТИНИЦ В ИНТЕРНЕТЕ */
#adap-strip-hotel-02:before {
    width: 457px;
}

/* 4 БЛОК САЙТЫ ДЛЯ РАБОТЫ С РЕПУТАЦИЕЙ ГОСТИНИЦ */
#adap-strip-hotel-03:before {
    width: 438px;
}

.long-manage-hotel-01 ul {
    position: relative;
    margin-top: 16px;
    padding-left: 16px !important;
}

.long-manage-hotel-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 246px !important;
    border-radius: 0%;
    background: #BED0FF;
    left: 1px;
    top: 7px !important;
}

.long-manage-hotel-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-manage-hotel-01 li:before {
    display: none;
}

/* 5 БЛОК КАК ПРАВИЛЬНО ОТВЕЧАТЬ НА ОТЗЫВЫ ПОСТОЯЛЬЦЕВ */
#adap-strip-hotel-04:before {
    width: 511px;
}

.line-text-hotel-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-hotel-01 :before,
.line-text-hotel-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #BED0FF;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-hotel-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-manage-hotel {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-manage-hotel img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.adap-long-hotel-02 ul:before {
    height: 143px !important;
}

@media(max-width: 480px) {
    .case-manage-hotel h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-manage-hotel img {
		margin: 24px 0;
	}
	.case-manage-hotel h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-manage-hotel ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-manage-hotel-01:before {
        display: none;
    }
	.icon-manage-hotel img {
		margin: 16px 0;
	}
    .icon-adap-hotel-hd img {
			width: 30 !important;
			height: 30px !important;
		margin: 0 0 8px 22px !important;
	}
	.line-text-hotel-01 :before, .line-text-hotel-01 :after {
		content: '';
		display: inline-block;
		width: 98%;
	}
    .long-manage-hotel-01 ul:before {
        display: none;
    }
	.long-manage-hotel-01 ul {
		padding-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ГОСТИНИЦЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СЕКРЕТЫ СОЗДАНИЯ УСПЕШНЫХ ИНФОПОВОДОВ НАЧАЛО */
.case-news-feeds {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-news-feeds p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-news-feeds ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-news-feeds li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-news-feeds li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #76E5B7 !important;
    left: 0;
    top: 6px !important;
}

.case-news-feeds img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-feeds {
    background-color: #76E5B7 !important;
}      

.table-feeds li {
    padding-left: 0 !important;
}

.case-news-feeds img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-news-feeds h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-news-feeds h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    position: relative;
}

.text-sub-feeds h3 {
	  padding-left: 20px;
}

.text-sub-feeds h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #76E5B7 !important;
    left: 0;
    top: 4px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ИНФОПОВОДЫ И КАК ИХ СОЗДАВАТЬ */
.strip-news-feeds-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-news-feeds-01:before {
    content: '';
    width: 449px;
    height: 11px;
    background: #76E5B7;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-news-feeds-01 h2 {
    margin-left: 10px;
}

.vert-news-feeds-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-news-feeds-01 li {
    position: relative;
    margin: 16px 0;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-news-feeds-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 94px !important;
    border-radius: 0% !important;
    background: #76E5B7 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПРИМЕРЫ И ТИПЫ ИНФОПОВОДОВ */
#adap-strip-feeds-02:before {
    width: 332px;
}

/* 4 БЛОК ДЛЯ ЧЕГО КОМПАНИИ ИСПОЛЬЗУЮТ ИНФОПОВОДЫ */
#adap-strip-feeds-03:before {
    width: 481px;
}

.list-news-feeds-10 li {
    margin-left: 15px;
    padding-left: 0 !important;
}

.list-news-feeds-10 li:before {
    display: none;
}

/* 5 БЛОК КАК НАЙТИ И СОЗДАТЬ ИНТЕРЕСНЫЙ ИНФОПОВОД */
#adap-strip-feeds-04:before {
    width: 471px;
}

/* 6 БЛОК КАКИЕ ТРЕНДЫ В ИСПОЛЬЗОВАНИИ ИНФОПОВОДОВ В 2024 ГОДУ */
#adap-strip-feeds-05:before {
    width: 599px;
}

.video-news-feeds {
	margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-news-feeds h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-news-feeds img {
		margin: 24px 0;
	}
	.case-news-feeds h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-news-feeds ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-news-feeds-01:before {
        display: none;
    }
	.text-news-feeds-02 {
		margin-top: 48px !important;
	}
    .vert-news-feeds-01 {
        margin: 48px 0;
        border: 1px solid #76E5B7;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-news-feeds-01 ul {
        margin: 0 !important;
    }
    .vert-news-feeds-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-news-feeds-01 li:before {
        display: none;
    }
	.video-news-feeds {
	margin: 24px 0;
}

}
/* СТИЛИ СТРАНИЦЫ СЕКРЕТЫ СОЗДАНИЯ УСПЕШНЫХ ИНФОПОВОДОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПРОДАЮЩИЙ КОНТЕНТ И ЕГО СОЗДАНИЕ НАЧАЛО */
.case-cont-selling {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cont-selling p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-cont-selling ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-cont-selling li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cont-selling li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #84CEF0 !important;
    left: 0;
    top: 6px !important;
}

.case-cont-selling img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-selling {
    background-color: #84CEF0 !important;
}      

.table-selling li {
    padding-left: 0 !important;
}

.case-cont-selling img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-cont-selling h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-cont-selling h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ИНФОПОВОДЫ И КАК ИХ СОЗДАВАТЬ */
.strip-cont-selling-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-cont-selling-01:before {
    content: '';
    width: 330px;
    height: 11px;
    background: #84CEF0;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-cont-selling-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК СОЗДАТЬ ПРОДАЮЩИЙ КОНТЕНТ */
#adap-strip-selling-02:before {
    width: 352px;
}

.list-num-cont li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-num-cont li::before {
    display: none;
}

/* 4 БЛОК ПРОДАЮЩИЙ КОНТЕНТ В СОЦИАЛЬНЫХ СЕТЯХ
 */
#adap-strip-selling-03:before {
    width: 435px;
}

/* 5 БЛОК ПРОДАЮЩИЙ КОНТЕНТ В СОЦИАЛЬНЫХ СЕТЯХ */
#adap-strip-selling-04:before {
    width: 356px;
}

@media(max-width: 480px) {
    .case-cont-selling h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-cont-selling img {
		margin: 24px 0;
	}
	.case-cont-selling h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-cont-selling ul {
        margin: 24px 0 24px 10px !important;
    }
	.text-cont-selling-02 {
		margin-top: 48px;
	}
    .list-num-cont ol {
        margin: 24px 0 24px 10px !important;
			  padding-left: 5px !important;
    }
    .strip-cont-selling-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ПРОДАЮЩИЙ КОНТЕНТ И ЕГО СОЗДАНИЕå КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТИ ДЛЯ SMM: НОВЫЕ ПОДХОДЫ И ВОЗМОЖНОСТИ НАЧАЛО */
.case-neu-opport {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-neu-opport p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-neu-opport ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-neu-opport li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-neu-opport li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBECA !important;
    left: 0;
    top: 6px !important;
}

.case-neu-opport img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-opport {
    background-color: #FFBECA !important;
}      

.table-opport li {
    padding-left: 0 !important;
}

.case-neu-opport h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  line-height: normal;
}

.case-neu-opport h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ИНФОПОВОДЫ И КАК ИХ СОЗДАВАТЬ */
.strip-neu-opport-01 {
    margin: 16px 0;
}

.strip-neu-opport-01 h2 {
    margin-left: 10px;
}

.vert-neu-opport-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-neu-opport-01 li {
    position: relative;
    margin: 16px 0;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-neu-opport-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #FFBECA !important;
    left: 1px !important;
    top: 4px !important;
}

.list-neu-opport li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-neu-opport li::before {
    display: none;
}

.adap-vert-opport-02 li:before {
    height: 44px !important;
}

.vieo-neu-opport {
    margin: 0 auto 16px auto;
}

@media(max-width: 480px) {
	.case-neu-opport li {
    margin-bottom: 8px;
	}
    .case-neu-opport h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-neu-opport img {
		margin: 24px 0;
	}
	.case-neu-opport h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-neu-opport ul {
        margin: 24px 0 24px 10px !important;
    }
	.text-neu-opport-02 {
		margin-top: 48px;
	}
    .strip-neu-opport-01:before {
        display: none;
    }
    .video-neu-opport {
        margin: 24px 0;
    }
    .vert-neu-opport-01 {
        margin: 48px 0;
        border: 1px solid #FFBECA;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-neu-opport-01 ul {
        margin: 0 !important;
    }
    .vert-neu-opport-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-neu-opport-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТИ ДЛЯ SMM: НОВЫЕ ПОДХОДЫ И ВОЗМОЖНОСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК УДЕРЖАТЬ КЛИЕНТА: СТРАТЕГИЯ И СПОСОБЫ НАЧАЛО */
.case-strat-methods {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-strat-methods p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-strat-methods ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-strat-methods li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-strat-methods li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D6F131 !important;
    left: 0;
    top: 6px !important;
}

.case-strat-methods img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-methods {
    background-color: #D6F131 !important;
}      

.table-methods li {
    padding-left: 0 !important;
}

.case-strat-methods h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  line-height: 1.6 !important;
}

.case-strat-methods h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
		  line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ИНФОПОВОДЫ И КАК ИХ СОЗДАВАТЬ */
.strip-strat-methods-01 {
    margin: 16px 0;
}

.strip-strat-methods-01 h2 {
    margin-left: 10px;
}

.vert-strat-methods-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-strat-methods-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-strat-methods-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 44px !important;
    border-radius: 0% !important;
    background: #D6F131 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-methods-02 li:before {
    height: 120px !important;
}

.adap-vert-methods-03 li:before {
    height: 44px !important;
}

.list-strat-methods-03 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-strat-methods-03 li:before {
    display: none;
}

@media(max-width: 480px) {
    .case-strat-methods h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-strat-methods img {
		margin: 24px 0;
	}
	.case-strat-methods h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-strat-methods ul {
        margin: 24px 0 24px 10px !important;
    }
    .vert-strat-methods-01 {
        margin: 48px 0;
        border: 1px solid #D6F131;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-strat-methods-01 ul {
        margin: 0 !important;
    }
    .vert-strat-methods-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-strat-methods-01 li:before {
        display: none;
    }
	.list-strat-methods-03 ol {
		   padding-left: 8px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК УДЕРЖАТЬ КЛИЕНТА: СТРАТЕГИЯ И СПОСОБЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МАСТЕРСТВО СТОРИТЕЛЛИНГА: КАКИЕ ТЕХНИКИ ИСПОЛЬЗОВАТЬ НАЧАЛО */
.case-master-story {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-master-story p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-master-story ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-master-story li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-master-story li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F2AEA8 !important;
    left: 0;
    top: 6px !important;
}

.case-master-story img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-story {
    background-color: #F2AEA8 !important;
}      

.table-story li {
    padding-left: 0 !important;
}

.case-master-story h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	line-height: 1.6 !important;
}

.case-master-story h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СТОРИТЕЛЛИНГ И ПОЧЕМУ ОН ВАЖЕН ДЛЯ ПРОДВИЖЕНИЯ БИЗНЕСА */
.strip-master-story-01 {
    margin: 20px 0 15px 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-master-story-01 h2 {
    margin-left: 10px;
}

.video-master-story {
    margin-bottom: 16px;
}

.vert-master-story-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-master-story-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-master-story-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 44px !important;
    border-radius: 0% !important;
    background: #F2AEA8 !important;
    left: 1px !important;
    top: 4px !important;
}

.list-master-story-01 li {
    padding-left: 0 !important;
    margin-left: 15px;
} 

.list-master-story-01 li::marker {
  font-weight: 600 !important;
}

.list-master-story-01 li:before {
    display: none;
}

.slider-master-story {
		margin: 16px 0;
	}
/* 
.slider-adap {
	display: none;
}
 */
@media(max-width: 480px) {
    .case-master-story h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-master-story img {
		margin: 24px 0;
	}
    .video-master-story {
        margin-bottom: 24px 0;
    }
	.case-master-story h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-master-story ul {
        margin: 24px 0 24px 10px !important;
    }
	.text-master-story-02 {
		margin-top: 48px;
	}
    .vert-master-story-01 {
        margin: 48px 0;
        border: 1px solid #F2AEA8;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-master-story-01 ul {
        margin: 0 !important;
    }
    .vert-master-story-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-master-story-01 li:before {
        display: none;
    }
	
.video-master-story {
    margin: 24px 0;
}
	.slider-master-story {
		margin: 24px 10px;
	}
	.slider-desk {
		display: none;
	}
	.slider-adap {
		display: block;
	}
}
/* СТИЛИ СТРАНИЦЫ МАСТЕРСТВО СТОРИТЕЛЛИНГА: КАКИЕ ТЕХНИКИ ИСПОЛЬЗОВАТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: 1,5 МЛН НА МАРКЕТПЛЕЙСАХ ЗА ТРИ МЕСЯЦА НАЧАЛО */
.case-million-half {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-million-half p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-million-half ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-million-half li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-million-half li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CEC0FF !important;
    left: 0;
    top: 6px !important;
}

.case-million-half img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-half {
    background-color: #CEC0FF !important;
}      

.table-half li {
    padding-left: 0 !important;
}

.case-million-half img {
    max-width: 720px;
    margin-bottom: 16px;
}

.case-million-half h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ИНФОПОВОДЫ И КАК ИХ СОЗДАВАТЬ */
.strip-million-half-01 {
    position: relative;
    margin: 16px 0;
}

.strip-million-half-01:before {
    content: '';
    width: 180px;
    height: 11px;
    background: #CEC0FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-million-half-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК АНАЛИЗ КОНКУРЕНТОВ */
#adap-strip-half-02:before {
    width: 223px;
}

/* 4 БЛОК СОЗДАНИЕ КАРТОЧЕК */
#adap-strip-half-03:before {
    width: 208px;
}

.vert-million-half-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-million-half-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-million-half-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #CEC0FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК ПОСТАВКИ */
#adap-strip-half-04:before {
    width: 109px;
}

/* 6 БЛОК НАСТРОЙКА РЕКЛАМЫ */
#adap-strip-half-05:before {
    width: 219px;
}

/* 7 БЛОК РАБОТА С РЕПУТАЦИЕЙ */
#adap-strip-half-06:before {
    width: 229px;
}

.adap-vert-half-02 li:before {
    height: 92px !important;
}

@media(max-width: 480px) {
    .case-million-half h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-million-half img {
		margin: 24px 0;
	}
    .case-million-half ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-million-half-01:before {
		display: none;
	}
	.text-million-half-02 {
		margin-top: 48px
	}
    .vert-million-half-01 {
        margin: 48px 0;
        border: 1px solid #CEC0FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-million-half-01 ul {
        margin: 0 !important;
    }
    .vert-million-half-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-million-half-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: 1,5 МЛН НА МАРКЕТПЛЕЙСАХ ЗА ТРИ МЕСЯЦА КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ПОРТРЕТ КЛИЕНТА: ЗАЧЕМ НУЖЕН И КАК ПРАВИЛЬНО СОСТАВИТЬ НАЧАЛО */
.case-cli-portrait {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cli-portrait p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-cli-portrait ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-cli-portrait ol {
	margin: 16px 0 !important;
}

.case-cli-portrait li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cli-portrait li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #177EB3 !important;
    left: 0;
    top: 6px !important;
}

.case-cli-portrait img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-portrait {
    background-color: #8DD2F5 !important;
}      

.table-portrait li {
    padding-left: 0 !important;
}

.case-cli-portrait h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-cli-portrait h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ПОЧЕМУ СОСТАВЛЕНИЕ ПОРТРЕТА КЛИЕНТА ВАЖНО ДЛЯ БИЗНЕСА */
.strip-cli-portrait-01 {
    margin: 20px 0 15px 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-cli-portrait-01 h2 {
    margin-left: 10px;
}

.list-bef-none li {
    margin-left: 15px;
    padding-left: 0 !important;
}

.list-bef-none li::before {
    display: none;
}

.list-bef-none li::marker {
    font-weight: 600;
}

@media(max-width: 480px) {
    .case-cli-portrait h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-cli-portrait img {
		margin: 24px 0;
	}
	.case-cli-portrait h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-cli-portrait ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-cli-portrait ol {
        margin: 24px 0 24px 10px;
    }
	.text-cli-portrait-02 {
		margin-top: 48px;
	}
	.list-cli-portrait-09 li {
		margin: 24px 0 24px 10px !important
	}
}
/* СТИЛИ СТРАНИЦЫ ПОРТРЕТ КЛИЕНТА: ЗАЧЕМ НУЖЕН И КАК ПРАВИЛЬНО СОСТАВИТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НЕГАТИВНЫЕ ПОДСКАЗКИ В ПОИСКЕ “ЯНДЕКСА” НАЧАЛО */
.case-neg-hints {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-neg-hints p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-neg-hints ol {
	margin: 16px 0 16px 10px !important;
}

.case-neg-hints ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-neg-hints li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-neg-hints li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFE588 !important;
    left: 0;
    top: 6px !important;
}

.case-neg-hints img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-hints {
    background-color: #FFE588 !important;
}      

.table-hints li {
    padding-left: 0 !important;
}

.case-neg-hints h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6;
}

/* 2 БЛОК КАК ФОРМИРУЮТСЯ ПОДСКАЗКИ В ПОИСКОВЫХ СИСТЕМАХ */
.strip-neg-hints-01 {
    margin: 20px 0 15px 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-neg-hints-01 h2 {
    margin-left: 10px;
}

.vert-neg-hints-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-neg-hints-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-neg-hints-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 20px !important;
    border-radius: 0% !important;
    background: #FFE588 !important;
    left: 1px !important;
    top: 4px !important;
}

.list-hints-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-hints-none li::marker {
    font-weight: 600;
}

.list-hints-none li:before {
    display: none;
}

.btn-hints {
	gap: 117px;
}

.btn-hints p {
		margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-neg-hints h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-neg-hints img {
		margin: 24px 0;
	}
    .case-neg-hints ul {
        margin: 24px 0 24px 10px !important;
    }
	.text-neg-hints-02 {
		margin-top: 48px;
	}
	.list-hints-none ol {
        margin: 24px 0 24px 10px !important;
    }
    .vert-neg-hints-01 {
        margin: 48px 0;
        border: 1px solid #FFE588;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-neg-hints-01 ul {
        margin: 0 !important;
    }
    .vert-neg-hints-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-neg-hints-01 li:before {
        display: none;
    }
	.btn-hints {
		gap: 16px;
	}
}
/* СТИЛИ СТРАНИЦЫ НЕГАТИВНЫЕ ПОДСКАЗКИ В ПОИСКЕ “ЯНДЕКСА” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СОБЫТИЙНЫЙ МАРКЕТИНГ: КАК УСИЛИТЬ БИЗНЕС НАЧАЛО */
.case-mark-streng {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-streng p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-streng ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-streng li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-streng li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1EAED !important;
    left: 0;
    top: 6px !important;
}

.case-mark-streng img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-streng {
    background-color: #C1EAED !important;
}      

.table-streng li {
    padding-left: 0 !important;
}

.case-mark-streng h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6;
}

.case-mark-streng h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК КАК ФОРМИРУЮТСЯ ПОДСКАЗКИ В ПОИСКОВЫХ СИСТЕМАХ */
.strip-mark-streng-01 {
    margin: 20px 0 15px 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.strip-mark-streng-01 h2 {
    margin-left: 10px;
}

.slider-mark-streng {
	margin-bottom: 16px;
}

.vert-mark-streng-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-mark-streng-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-mark-streng-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #C1EAED !important;
    left: 1px !important;
    top: 4px !important;
}

.list-mark-streng-04 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-mark-streng-04 li:before {
    display: none;
}

.line-text-streng-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-streng-01 :before,
.line-text-streng-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #C1EAED;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-streng-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-mark-streng {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-mark-streng img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.video-mark-streng {
    margin: 16px 0;
}

@media(max-width: 480px) {
    .case-mark-streng h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-streng img {
		margin: 24px 0;
	}
	.case-mark-streng h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-mark-streng ul {
        margin: 24px 0 24px 10px !important;
    }
    .video-mark-streng {
        margin: 24px 0;
    }
    .vert-mark-streng-01 {
        margin: 48px 0;
        border: 1px solid #C1EAED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-streng-01 ul {
        margin: 0 !important;
    }
    .vert-mark-streng-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-mark-streng-01 li:before {
        display: none;
    }
	.slider-mark-streng {
	margin: 24px 0;
}
}
/* СТИЛИ СТРАНИЦЫ СОБЫТИЙНЫЙ МАРКЕТИНГ: КАК УСИЛИТЬ БИЗНЕС КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ФАКТЧЕКИНГ КАК ВАЖНЫЙ ИНСТРУМЕНТ В СОЗДАНИИ ТЕКСТОВ НАЧАЛО */
.case-check-imp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-check-imp p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-check-imp ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-check-imp li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-check-imp li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F4DA96 !important;
    left: 0;
    top: 6px !important;
}

.case-check-imp img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-imp {
    background-color: #F4DA96 !important;
}      

.table-imp li {
    padding-left: 0 !important;
}

.case-check-imp h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  line-height: 1.6 !important;
}

.case-check-imp h3 {
    font-size: 16px !important;
    font-weight: 400 !important;
	  line-height: 1.6 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ФАКТЧЕКИНГ И ЗАЧЕМ ОН НУЖЕН? */
.strip-check-imp-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-check-imp-01:before {
    content: '';
    width: 424px;
    height: 11px;
    background: #F4DA96;
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    z-index: -1;
}

.strip-check-imp-01 h2 {
    margin-left: 10px;
}

.vert-check-imp-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-check-imp-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-check-imp-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFE588 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ЧЕК-ЛИСТ ДЛЯ ПРОВЕДЕНИЯ ФАКТЧЕКИНГА */
#adap-strip-imp-02:before {
    width: 405px;
}

.list-check-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-check-none li:before {
    display: none;
}

.adap-vert-imp-02 li:before {
    height: 95px !important;
}

.adap-vert-imp-03 li:before {
    height: 68px !important;
}

/* 4 БЛОК ПОЛЕЗНЫЕ САЙТЫ И СЕРВИСЫ ДЛЯ ФАКТЧЕКИНГА */
#adap-strip-imp-03:before {
    width: 465px;
}

/* 5 БЛОК ПРИЗНАКИ ФЕЙКОВОЙ ИНФОРМАЦИИ И КАК ОНА ВРЕДИТ БИЗНЕСУ */
#adap-strip-imp-04:before {
    width: 618px;
}

.line-text-imp-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-imp-01 :before,
.line-text-imp-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #F4DA96;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-imp-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-check-imp {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-check-imp img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.brands-text-commun p {
	margin-bottom: 0 !important;
}

.slider-check-imp {
	margin-bottom: 20px;
}

/* 6 БЛОК БОЛЬШЕ О ФАКТЧЕКИНГЕ И ЕГО БОРЬБЕ С ФЕЙКОВОЙ ИНФОРМАЦИЕЙ: */
#adap-strip-imp-05:before {
    width: 647px;
}

@media(max-width: 480px) {
    .case-check-imp h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-check-imp img {
		margin: 24px 0;
	}
	.case-check-imp h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-check-imp ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-check-imp-01:before {
        display: none;
    }
	.text-check-imp-02 {
		margin-top: 48px;
	}
	.line-text-imp-01 :before {
    right: 9px;
    margin: 0 0 0 -99%;
}
	.icon-check-imp img{
		margin-bottom: 16px;
		margin-top: 0;
	}
	.vert-check-imp-01 {
        margin: 48px 0;
        border: 1px solid #F4DA96;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-check-imp-01 ul {
        margin: 0 !important;
    }
    .vert-check-imp-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-check-imp-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ФАКТЧЕКИНГ КАК ВАЖНЫЙ ИНСТРУМЕНТ В СОЗДАНИИ ТЕКСТОВ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ ZARA: МОДНАЯ РЕПУТАЦИЯ НА ВЕШАЛКЕ НАЧАЛО */
.case-zara-hanger {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-zara-hanger p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}


.case-zara-hanger ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-zara-hanger li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-zara-hanger li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C8A6FF !important;
    left: 0;
    top: 6px !important;
}

.case-zara-hanger img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hanger {
    background-color: #C8A6FF !important;
}      

.table-hanger li {
    padding-left: 0 !important;
}

.case-zara-hanger h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА ZARA */
.strip-zara-hanger-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-zara-hanger-01:before {
    content: '';
    width: 231px;
    height: 11px;
    background: #C8A6FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-zara-hanger-01 h2 {
    margin-left: 10px;
}

.vert-zara-hanger-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-zara-hanger-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-zara-hanger-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #C8A6FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК СТАБИЛЬНЫЙ УСПЕХ БРЕНДА: РЕВОЛЮЦИЯ ИНДУСТРИИ */
#adap-strip-hanger-02:before {
    width: 516px;
}

.list-hanger-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-hanger-none li:before {
    display: none;
}

/* 4 БЛОК САМЫЕ КРУПНЫЕ СКАНДАЛЫ ZARA */
#adap-strip-hanger-03:before {
    width: 330px;
}

/* 5 БЛОК КАК ZARA РАБОТАЕТ НАД РЕПУТАЦИЕЙ */
#adap-strip-hanger-04:before {
    width: 361px;
}

/* 6 БЛОК РЕКОМЕНДАЦИИ МОДНЫМ БРЕНДАМ */
#adap-strip-hanger-05:before {
    width: 350px;
}

.list-zara-hanger-02 li::marker {
    font-weight: 600;
}

.video-zara-hanger {
	margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-zara-hanger h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-zara-hanger img {
		margin: 24px 0;
	}
	.text-zara-hanger-02 {
		margin-top: 48px;
	}
    .case-zara-hanger ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-zara-hanger-01:before {
        display: none;
    }
	.video-zara-hanger {
        margin: 24px 0;
    }
    .vert-zara-hanger-01 {
        margin: 48px 0;
        border: 1px solid #C8A6FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-zara-hanger-01 ul {
        margin: 0 !important;
    }
    .vert-zara-hanger-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-zara-hanger-01 li:before {
        display: none;
    }

}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ ZARA: МОДНАЯ РЕПУТАЦИЯ НА ВЕШАЛКЕ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КЕЙС: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В HORECA НАЧАЛО */
.case-man-horeca {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-man-horeca p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-man-horeca ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-man-horeca li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-man-horeca li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC1D5 !important;
    left: 0;
    top: 6px !important;
}

.case-man-horeca img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-horeca {
    background-color: #FFC1D5 !important;
}      

.table-horeca li {
    padding-left: 0 !important;
}

.case-man-horeca h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  line-height: 1.6 !important;
}

/* 2 БЛОК ВЫБОР ПЛОЩАДОК ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
.strip-man-horeca-01 {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.strip-man-horeca-01:before {
    content: '';
    width: 482px;
    height: 11px;
    background: #FFC1D5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-man-horeca-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАБОТА С ОТЗЫВАМИ И ВЫТЕСНЕНИЕ НЕГАТИВА */
#adap-strip-horeca-02:before {
    width: 448px;
}

/* 4 БЛОК РОСТ ТРАФИКА */
#adap-strip-horeca-03:before {
    width: 152px;
}

@media(max-width: 480px) {
    .case-man-horeca h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-man-horeca img {
		margin: 24px 0;
	}
    .case-man-horeca ul {
        margin: 24px 0 24px 10px !important;
    }
	.img-adap-horeca-01 {
		margin-top: 48px;
	}
	.strip-man-horeca-01:before {
		display: none;
	}
	.blog-btn-text p {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: УПРАВЛЕНИЕ РЕПУТАЦИЕЙ В HORECA КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОЛЛАБОРАЦИЯ БРЕНДОВ: КАК МОНЕТИЗИРОВАТЬ ДРУЖБУ НАЧАЛО */
.case-col-monet {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-col-monet p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-col-monet ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-col-monet li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-col-monet li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B3D0DE !important;
    left: 0;
    top: 6px !important;
}

.case-col-monet img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-monet {
    background-color: #B3D0DE !important;
}      

.table-monet li {
    padding-left: 0 !important;
}

.case-col-monet h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-col-monet h3 {
    font-size: 16px !important;
	  font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПРЕИМУЩЕСТВА КОЛЛАБОРАЦИЙ БРЕНДОВ */
.strip-col-monet-01 {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.strip-col-monet-01:before {
    content: '';
    width: 412px;
    height: 11px;
    background: #B3D0DE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-col-monet-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАКИЕ ЦЕЛИ ПРЕСЛЕДУЮТСЯ ПРИ ОРГАНИЗАЦИИ КОЛЛАБОРАЦИЙ */
#adap-strip-monet-02:before {
    width: 613px;
}

/* 4 БЛОК ВИДЫ КОЛЛАБОРАЦИЙ */
#adap-strip-monet-03:before {
    width: 225px;
}

.video-col-monet {
    margin-bottom: 16px;
}

.img-col-monet-02 img {
	margin-bottom: 24px;
}

.list-col-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-col-none li:before {
    display: none;
}

.list-col-none li::marker {
    font-weight: 600;
}

/* 5 БЛОК ПРИМЕРЫ УСПЕШНЫХ КОЛЛАБОРАЦИЙ БРЕНДОВ 2024 ГОДА */
#adap-strip-monet-04:before {
    width: 558px;
}

/* 6 БЛОК КАК ВЫБРАТЬ ПОДХОДЯЩЕГО ПАРТНЕРА ДЛЯ КОЛЛАБОРАЦИИ */
#adap-strip-monet-05:before {
    width: 576px;
}

/* 7 БЛОК СТРАТЕГИИ УСПЕШНОЙ КОЛЛАБОРАЦИИ */
#adap-strip-monet-06:before {
    width: 383px;
}

.list-col-monet-06 li::marker {
    font-weight: 300;
}

@media(max-width: 480px) {
    .case-col-monet h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-col-monet img {
		margin: 24px 0;
	}
	.case-col-monet h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-col-monet ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-col-monet-01:before {
        display: none;
    }
    .video-col-monet {
        margin: 24px 0;
    }
	.text-col-monet-02 {
		margin-top: 48px;
	}
	.img-adap-monet-01 img {
		margin-top: 16px;
	}
}
/* СТИЛИ СТРАНИЦЫ КОЛЛАБОРАЦИЯ БРЕНДОВ: КАК МОНЕТИЗИРОВАТЬ ДРУЖБУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АЙДЕНТИКА: ПОВЫШАЕМ УНИКАЛЬНОСТЬ БРЕНДА НАЧАЛО */
.case-uniq-ident {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-uniq-ident p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-uniq-ident ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-uniq-ident li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-uniq-ident li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A6CAF0 !important;
    left: 0;
    top: 6px !important;
}

.case-uniq-ident img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ident {
    background-color: #A6CAF0 !important;
}      

.table-ident li {
    padding-left: 0 !important;
}

.case-uniq-ident h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6;
}
/* 2 БЛОК ЗАЧЕМ БИЗНЕСУ НУЖНА АЙДЕНТИКА */
.strip-uniq-ident-01 {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.strip-uniq-ident-01:before {
    content: '';
    width: 347px;
    height: 11px;
    background: #A6CAF0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-uniq-ident-01 h2 {
    margin-left: 10px;
}

.img-uniq-ident-03 img {
	margin-bottom: 24px;
}

/* 3 БЛОК ЧЕМ АЙДЕНТИКА БРЕНДА ОТЛИЧАЕТСЯ ОТ ФИРМЕННОГО СТИЛЯ */
#adap-strip-ident-02:before {
    width: 589px;
}

/* 4 БЛОК КАКИЕ ЭЛЕМЕНТЫ ОТРАЖЕНЫ В АЙДЕНТИКЕ */
#adap-strip-ident-03:before {
    width: 412px;
}

/* 5 БЛОК КАК РАЗРАБОТАТЬ ЭФФЕКТИВНУЮ АЙДЕНТИКУ */
#adap-strip-ident-04:before {
    width: 439px;
}

.list-uniq-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-uniq-none li::before {
    display: none;
}

/* 6 БЛОК ЛУЧШИЕ ПРИМЕРЫ АЙДЕНТИКИ БРЕНДОВ */
#adap-strip-ident-05:before {
    width: 394px;
}

@media(max-width: 480px) {
    .case-uniq-ident h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-uniq-ident img {
		margin: 24px 0;
	}
    .case-uniq-ident ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-uniq-ident-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ АЙДЕНТИКА: ПОВЫШАЕМ УНИКАЛЬНОСТЬ БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ДЗЕН ДЛЯ ПЛАСТИЧЕСКИХ ХИРУРГОВ НАЧАЛО */
.case-zen-surg {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-zen-surg p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-zen-surg ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-zen-surg li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-zen-surg li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F8D6CD !important;
    left: 0;
    top: 6px !important;
}

.case-zen-surg img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-surg {
    background-color: #F8D6CD !important;
}      

.table-surg li {
    padding-left: 0 !important;
}

.case-zen-surg h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 25px !important;
}

/* 2 БЛОК 1. КАЖДОМУ ВРАЧУ-БЛОГЕРУ СОЗДАВАТЬ СВОЙ ХАРАКТЕР */
.strip-zen-surg-01 {
    margin: 16px 0 16px 0 !important;
}

.strip-zen-surg-01 h2 {
    margin-left: 10px;
}

@media(max-width: 480px) {
    .case-zen-surg h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-zen-surg img {
		margin: 24px 0;
	}
    .case-zen-surg ul {
        margin: 24px 0 24px 10px !important;
    }
	.btn-surg-text p {
		margin-bottom: 0 !important;
	}
	.img-adap-surg-01 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ДЗЕН ДЛЯ ПЛАСТИЧЕСКИХ ХИРУРГОВ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ К КОЛЛЕГАМ С ЛЮБОВЬЮ: ТРЕНДЫ HR-РЕПУТАЦИИ В 2024 ГОДУ НАЧАЛО */
.case-love-colleag {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-love-colleag p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-love-colleag ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-love-colleag li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-love-colleag li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1EAED !important;
    left: 0;
    top: 6px !important;
}

.case-love-colleag img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-colleag {
    background-color: #C1EAED !important;
}      

.table-colleag li {
    padding-left: 0 !important;
}

.case-love-colleag h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
}

.case-love-colleag h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-love-colleag-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-love-colleag-01:before {
    content: '';
    width: 393px;
    height: 11px;
    background: #C1EAED;
    display: block;
    position: absolute;
    left: 0px;
    top: 8px;
    z-index: -1;
}

.strip-love-colleag-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ТРЕНДЫ HR-РЕПУТАЦИИ В 2024 ГОДУ */
#adap-strip-colleag-02:before {
    width: 341px;
}

.long-love-colleag-01 ul {
    position: relative;
    margin-top: 16px;
    padding-left: 16px !important;
}

.long-love-colleag-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 355px !important;
    border-radius: 0%;
    background: #C1EAED;
    left: 1px;
    top: 7px !important;
}

.long-love-colleag-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-love-colleag-01 li:before {
    display: none;
}

.line-text-colleag-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-colleag-01 :before,
.line-text-colleag-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #C1EAED;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-colleag-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-love-colleag {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-love-colleag img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.video-love-colleag {
	margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-love-colleag h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-love-colleag img {
		margin: 24px 0;
	}
	.case-love-colleag h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-love-colleag ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-love-colleag-01:before {
        display: none;
    }
	.text-love-colleag-02 {
		margin-top: 48px;
	}
	.icon-love-colleag img {
		margin: 16px 0;
	}
    .icon-adap-colleag img {
		width: 30 !important;
		height: 30px !important;
		margin: 0 0 8px 8px !important;
	}
	.case-spec-name-01 {
		margin: 24px 0 8px 0;
	}
	.case-text-spec-01 {
		padding-left: 0 !important;
	}
	.line-text-colleag-01 {
		margin-top: 48px;
	}
	.line-text-colleag-01 :before, .line-text-colleag-01 :after {
		content: '';
		display: inline-block;
		width: 98%;
	}
    .long-love-colleag-01 ul:before {
        display: none;
    }
	.long-love-colleag-01 ul {
		padding-left: 0 !important;
		margin-top: 0 !important;
	}
	.video-love-colleag {
		margin-bottom: 24px;
	}
}
/* СТИЛИ СТРАНИЦЫ К КОЛЛЕГАМ С ЛЮБОВЬЮ: ТРЕНДЫ HR-РЕПУТАЦИИ В 2024 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ NESTLE: КАК ТАЕТ ШОКОЛАДНАЯ РЕПУТАЦИЯ БРЕНДОВ НАЧАЛО */
.case-scan-nestle {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-nestle p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-nestle ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-nestle li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-nestle li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EAB48E !important;
    left: 0;
    top: 6px !important;
}

.case-scan-nestle img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-nestle {
    background-color: #EAB48E !important;
}      

.table-nestle li {
    padding-left: 0 !important;
}

.case-scan-nestle h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
	  line-height: 1.6 !important;
}

.case-scan-nestle h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
	  line-height: 1.6 !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА NESTLE */
.strip-scan-nestle-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-scan-nestle-01:before {
    content: '';
    width: 246px;
    height: 11px;
    background: #EAB48E;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-nestle-01 h2 {
    margin-left: 10px;
}

.vert-scan-nestle-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-scan-nestle-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-scan-nestle-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 94px !important;
    border-radius: 0% !important;
    background: #EAB48E !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ДОЛГИЙ ВЗЛЕТ БРЕНДА */
#adap-strip-nestle-02:before {
    width: 228px;
}

.adap-vert-nestle-02 li::before {
    height: 45px !important;
}

.list-bef-nest li {
    margin-left: 15px;
    padding-left: 0 !important;
}

.list-bef-nest li::before {
    display: none;
}

/* 4 БЛОК САМЫЕ КРУПНЫЕ СКАНДАЛЫ NESTLE */
#adap-strip-nestle-03:before {
    width: 349px;
}

/* 5 БЛОК КАК NESTLE ОСТАЕТСЯ НА ПЛАВУ ПОСЛЕ ВСЕХ СКАНДАЛОВ */
#adap-strip-nestle-04:before {
    width: 541px;
}

/* 6 БЛОК РЕКОМЕНДАЦИИ ПРОИЗВОДИТЕЛЯМ ПРОДУКТОВ ПИТАНИЯ ПО РЕПУТАЦИИ */
#adap-strip-nestle-05:before {
    width: 690px;
}

.list-scan-nestle-07 li::marker {
    font-weight: 600;
}

@media(max-width: 480px) {
    .case-scan-nestle h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-nestle img {
		margin: 24px 0;
	}
	.case-scan-nestle h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-scan-nestle ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-scan-nestle-01:before {
        display: none;
    }
    .vert-scan-nestle-01 {
        margin: 48px 0;
        border: 1px solid #EAB48E;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-nestle-01 ul {
        margin: 0 !important;
    }
    .vert-scan-nestle-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-scan-nestle-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ NESTLE: КАК ТАЕТ ШОКОЛАДНАЯ РЕПУТАЦИЯ БРЕНДОВ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ВЗАИМНЫЙ ПИАР: КАК РАБОТАЕТ WIN-WIN ПРОДВИЖЕНИЕ НАЧАЛО */
.case-pr-mutual {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-pr-mutual p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-pr-mutual ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-pr-mutual li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-pr-mutual li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBB9D !important;
    left: 0;
    top: 6px !important;
}

.case-pr-mutual img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-mutual {
    background-color: #FFBB9D !important;
}      

.table-mutual li {
    padding-left: 0 !important;
}

.case-pr-mutual h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6;
}

.case-pr-mutual h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЧТО ТАКОЕ ВЗАИМНЫЙ ПИАР, И КАК ОН РАБОТАЕТ? */
.strip-pr-mutual-01 {
    margin: 16px 0;
}

.strip-pr-mutual-01 h2 {
    margin-left: 10px;
}

.video-pr-mutual {
    margin-bottom: 16px;
}

.list-mut-none li::marker {
    font-weight: 600;
}

.list-mut-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-mut-none li::before {
    display: none;
}

@media(max-width: 480px) {
    .case-pr-mutual h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-pr-mutual img {
		margin: 24px 0;
	}
	.case-pr-mutual h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-pr-mutual ul {
        margin: 24px 0 24px 10px !important;
    }
	.video-pr-mutual {
    margin: 24px 0;
}
}
/* СТИЛИ СТРАНИЦЫ ВЗАИМНЫЙ ПИАР: КАК РАБОТАЕТ WIN-WIN ПРОДВИЖЕНИЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАКАЯ РЕПУТАЦИЯ В ИНТЕРНЕТЕ У СТРАХОВЫХ КОМПАНИЙ НАЧАЛО */
.case-online-insur {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-online-insur p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-soc-proof img {
		margin: 24px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАКАЯ РЕПУТАЦИЯ В ИНТЕРНЕТЕ У СТРАХОВЫХ КОМПАНИЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ СОЦИАЛЬНОЕ ДОКАЗАТЕЛЬСТВО В МАРКЕТИНГЕ НАЧАЛО */
.case-soc-proof {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-soc-proof p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-soc-proof ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-soc-proof li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-soc-proof li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFDC99 !important;
    left: 0;
    top: 6px !important;
}

.case-soc-proof img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-proof {
    background-color: #FFDC99 !important;
}      

.table-proof li {
    padding-left: 0 !important;
}

.case-soc-proof h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6;
}

.case-soc-proof h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЧТО ТАКОЕ СОЦИАЛЬНОЕ ДОКАЗАТЕЛЬСТВО? */
.strip-soc-proof-01 {
    margin: 16px 0;
}

.strip-soc-proof-01 h2 {
    margin-left: 10px;
}

.vert-soc-proof-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-soc-proof-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-soc-proof-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFE588 !important;
    left: 1px !important;
    top: 4px !important;
}

.list-soc-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-soc-proof-09 li::marker {
    font-weight: 600;
}

.list-soc-none li:before {
    display: none;
}

.line-text-proof-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-proof-01 :before,
.line-text-proof-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FFDC99;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-proof-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-soc-proof {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-soc-proof img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-soc-proof h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-soc-proof img {
		margin: 24px 0;
	}
	.case-soc-proof h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-soc-proof ul {
        margin: 24px 0 24px 10px !important;
    }
	.center {
		margin: 24px 0 16px 0;
	}
    .vert-soc-proof-01 {
        margin: 48px 0;
        border: 1px solid #FFE588;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-soc-proof-01 ul {
        margin: 0 !important;
    }
    .vert-soc-proof-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-soc-proof-01 li:before {
        display: none;
    }
    .line-text-proof-01 :before, .line-text-proof-01 :after {
		content: '';
		display: inline-block;
		width: 98%;
	}
	.icon-soc-proof img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ СОЦИАЛЬНОЕ ДОКАЗАТЕЛЬСТВО В МАРКЕТИНГЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЛУЧШЕ ВИТРИНЫ: RICH-КОНТЕНТ НА OZON И WILDBERRIES НАЧАЛО */
.case-wild-rich {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-wild-rich p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-wild-rich ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-wild-rich li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-wild-rich li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EBB83C !important;
    left: 0;
    top: 6px !important;
}

.case-wild-rich img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rich {
    background-color: #EBB83C !important;
}      

.table-rich li {
    padding-left: 0 !important;
}

.case-wild-rich h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-wild-rich h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ RICH КОНТЕНТ И ЗАЧЕМ ОН НУЖЕН? */
.strip-wild-rich-01 {
    margin: 16px 0;
}

.strip-wild-rich-01 h2 {
    margin-left: 10px;
}

.vert-wild-rich-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-wild-rich-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-wild-rich-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 73px !important;
    border-radius: 0% !important;
    background: #EBB83C !important;
    left: 1px !important;
    top: 4px !important;
}

.list-rich-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-rich-none li::marker {
    font-weight: 600;
}

.list-rich-none li:before {
    display: none;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.slider-desk {
	margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-wild-rich h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-wild-rich img {
		margin: 24px 0;
	}
	.case-wild-rich h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-wild-rich ul {
        margin: 24px 0 24px 10px !important;
    }
    .vert-wild-rich-01 {
        margin: 48px 0;
        border: 1px solid #EBB83C;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-wild-rich-01 ul {
        margin: 0 !important;
    }
    .vert-wild-rich-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-wild-rich-01 li:before {
        display: none;
    }
	.slider-adap {
		margin: 24px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ ЛУЧШЕ ВИТРИНЫ: RICH-КОНТЕНТ НА OZON И WILDBERRIES КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ РАЗРАБОТКА ЭФФЕКТИВНОЙ SMM-СТРАТЕГИИ: ЭТАПЫ И МЕТОДЫ ПРОДВИЖЕНИЯ В СОЦСЕТЯХ НАЧАЛО */
.case-eff-meth {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-eff-meth p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-eff-meth ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-eff-meth ol {
	 margin: 16px 0 16px 10px;
}

.case-eff-meth li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-eff-meth li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F2C1D2 !important;
    left: 0;
    top: 6px !important;
}

.case-eff-meth img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-meth {
    background-color: #F2C1D2 !important;
}      

.table-meth li {
    padding-left: 0 !important;
}

.case-eff-meth h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-eff-meth h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК РАЗРАБОТАТЬ ЭФФЕКТИВНУЮ SMM-СТРАТЕГИЮ? */
.strip-eff-meth-01 {
    margin: 16px 0;
}

.strip-eff-meth-01 h2 {
    margin-left: 10px;
}

.list-eff-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-eff-none li::marker {
    font-weight: 600;
}

.list-eff-none li:before {
    display: none;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-eff-meth h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-eff-meth img {
		margin: 24px 0;
	}
	.case-eff-meth h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-eff-meth ul {
        margin: 24px 0 24px 10px !important;
    }
	.list-eff-none ol {
        margin: 24px 0 24px 10px !important;
    }
	.center {
	margin-bottom: 16px;
	}
}
/* СТИЛИ СТРАНИЦЫ РАЗРАБОТКА ЭФФЕКТИВНОЙ SMM-СТРАТЕГИИ: ЭТАПЫ И МЕТОДЫ ПРОДВИЖЕНИЯ В СОЦСЕТЯХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ВЫТЕСНЕНИЕ НЕГАТИВА С ПОМОЩЬЮ “ДЗЕНА” НАЧАЛО */
.case-zen-repress {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-zen-repress p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-zen-repress ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-zen-repress li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-zen-repress li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FED855 !important;
    left: 0;
    top: 6px !important;
}

.case-zen-repress img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-repress {
    background-color: #FED855 !important;
}      

.table-repress li {
    padding-left: 0 !important;
}

.case-zen-repress h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-zen-repress h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА NESTLE */
.strip-zen-repress-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-zen-repress-01:before {
    content: '';
    width: 309px;
    height: 11px;
    background: #FED855;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-zen-repress-01 h2 {
    margin-left: 10px;
}

.vert-zen-repress-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-zen-repress-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-zen-repress-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 72px !important;
    border-radius: 0% !important;
    background: #FED855 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК “ДЗЕН” КАК ИНСТРУМЕНТ ДЛЯ ВЫТЕСНЕНИЯ НЕГАТИВА */
#adap-strip-repress-02:before {
    width: 504px;
}

/* 4 БЛОК РЕЗУЛЬТАТ ЗА ТРИ МЕСЯЦА */
#adap-strip-repress-03:before {
    width: 266px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-zen-repress h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-zen-repress img {
		margin: 24px 0;
	}
	.case-zen-repress h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-zen-repress ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-zen-repress-01:before {
		display: none;
	}
	.img-adap-repress-01 {
		margin-top: 48px;
	}
    .vert-zen-repress-01 {
        margin: 48px 0;
        border: 1px solid #FED855;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-zen-repress-01 ul {
        margin: 0 !important;
    }
    .vert-zen-repress-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-zen-repress-01 li:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ВЫТЕСНЕНИЕ НЕГАТИВА С ПОМОЩЬЮ “ДЗЕНА” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ H&M: РЕПУТАЦИЯ НА ПОЛКЕ С ОДЕЖДОЙ НАЧАЛО */
.case-scan-hm {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-hm p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-hm ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-hm li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-hm li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FE8B8B !important;
    left: 0;
    top: 6px !important;
}

.case-scan-hm img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hm {
    background-color: #FE8B8B !important;
}      

.table-hm li {
    padding-left: 0 !important;
}

.case-scan-hm h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА NESTLE */
.strip-scan-hm-01 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 16px;
}

.strip-scan-hm-01:before {
    content: '';
    width: 222px;
    height: 11px;
    background: #FE8B8B;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-hm-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МАРКЕТИНГ БРЕНДА H&M */
#adap-strip-hm-02:before {
    width: 244px;
}

/* 4 БЛОК САМЫЕ КРУПНЫЕ СКАНДАЛЫ H&M */
#adap-strip-hm-03:before {
    width: 325px;
}

/* 5 БЛОК РЕКОМЕНДАЦИИ БРЕНДАМ */
#adap-strip-hm-04:before {
    width: 260px;
}

.list-scan-hm-02 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-scan-hm-02 li::marker {
    font-weight: 600;
}

.list-scan-hm-02 li:before {
    display: none;
}

.video-scan-hm {
    margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-scan-hm h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-hm img {
		margin: 24px 0;
	}
    .case-scan-hm ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-scan-hm-01:before {
		display: none;
	}
    .list-scan-hm-02 ol {
        margin: 24px 0 24px 10px !important;
    }
    .video-scan-hm {
        margin: 24px 0;
    }
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ H&M: РЕПУТАЦИЯ НА ПОЛКЕ С ОДЕЖДОЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПРИВЕДИ ДРУГА: КАК РАБОТАЮТ РЕФЕРАЛЬНЫЕ ПРОГРАММЫ НАЧАЛО */
.case-friend-refer {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-friend-refer p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-friend-refer ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-friend-refer li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-friend-refer li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBE83 !important;
    left: 0;
    top: 6px !important;
}

.case-friend-refer img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-refer {
    background-color: #FFBE83 !important;
}      

.table-refer li {
    padding-left: 0 !important;
}

.case-friend-refer h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-friend-refer h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СОЦИАЛЬНОЕ ДОКАЗАТЕЛЬСТВО? */
.strip-friend-refer-01 {
    margin: 16px 0;
}

.strip-friend-refer-01 h2 {
    margin-left: 10px;
}

.vert-friend-refer-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-friend-refer-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-friend-refer-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFBE83 !important;
    left: 1px !important;
    top: 4px !important;
}

.line-text-refer-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.line-text-refer-01 :before,
.line-text-refer-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #FFBE83;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-refer-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-friend-refer {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-friend-refer img {
    margin: 0 28px 15px 15px;
    max-width: 90px !important;
}

@media(max-width: 480px) {
    .case-friend-refer h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-friend-refer img {
		margin: 24px 0;
	}
	.case-friend-refer h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-friend-refer ul {
        margin: 24px 0 24px 10px !important;
    }
    .vert-friend-refer-01 {
        margin: 48px 0;
        border: 1px solid #FFBE83;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-friend-refer-01 ul {
        margin: 0 !important;
    }
    .vert-friend-refer-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-friend-refer-01 li:before {
        display: none;
    }
	.line-text-refer-01 {
		margin-top: 48px;
	}
    .line-text-refer-01 :before, .line-text-refer-01 :after {
		width: 98%;
	}
    .icon-friend-refer img {
        margin-top: 0;
    }
	.list-friend-refer-06 h3 {
		margin-top: 16px !important;
	}
	
	.text-friend-refer-07 h3 {
				margin-top: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ПРИВЕДИ ДРУГА: КАК РАБОТАЮТ РЕФЕРАЛЬНЫЕ ПРОГРАММЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЭФФЕКТИВНАЯ МАРКЕТИНГОВАЯ СТРАТЕГИЯ: ЭТАПЫ, ВИДЫ И ЦЕЛИ РАЗРАБОТКИ НАЧАЛО */
.case-strat-stages {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-strat-stages p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.list-stages-none ol {
	margin: 16px 0 16px 10px !important;
}

.case-strat-stages ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-strat-stages li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-strat-stages li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F7D2AE !important;
    left: 0;
    top: 6px !important;
}

.case-strat-stages img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-stages {
    background-color: #F7D2AE !important;
}      

.table-stages li {
    padding-left: 0 !important;
}

.case-strat-stages h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-strat-stages h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК РАБОТАЕТ МАРКЕТИНГОВАЯ СТРАТЕГИЯ? */
.strip-strat-stages-01 {
    margin: 16px 0;
}

.strip-strat-stages-01 h2 {
    margin-left: 10px;
}

.list-stages-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-stages-none li::marker {
    font-weight: 600;
}

.list-stages-none li:before {
    display: none;
}

.line-text-stages-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
	  margin-bottom: 30px !important;
}

.line-text-stages-01 :before,
.line-text-stages-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #F7D2AE;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-stages-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-strat-stages {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-strat-stages img {
    margin: 0 28px 16px 16px;
    max-width: 90px !important;
}

@media(max-width: 480px) {
    .case-strat-stages h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-strat-stages img {
		margin: 24px 0;
	}
	.case-strat-stages h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-strat-stages ul {
        margin: 24px 0 24px 10px !important;
    }
	.line-text-stages-01 p {
		margin-top: 48px;
		margin-bottom: 24px !important;
	}
    .line-text-stages-01 :before, .line-text-stages-01 :after {
		width: 98%;
	}
    .icon-strat-stages img {
        margin: 0 0 16px 0;
    }
}
/* СТИЛИ СТРАНИЦЫ ЭФФЕКТИВНАЯ МАРКЕТИНГОВАЯ СТРАТЕГИЯ: ЭТАПЫ, ВИДЫ И ЦЕЛИ РАЗРАБОТКИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ ОДЕЖДЫ ВО “ВКОНТАКТЕ” НАЧАЛО */
.case-vk-clothing {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-vk-clothing p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-vk-clothing ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-vk-clothing li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-vk-clothing li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D8DFC8 !important;
    left: 0;
    top: 6px !important;
}

.case-vk-clothing img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-clothing {
    background-color: #D8DFC8 !important;
}      

.table-clothing li {
    padding-left: 0 !important;
}

.case-vk-clothing h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-vk-clothing h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ИСТОРИЯ БРЕНДА NESTLE */
.strip-vk-clothing-01 {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.strip-vk-clothing-01:before {
    content: '';
    width: 287px;
    height: 11px;
    background: #D8DFC8;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-vk-clothing-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МЕХАНИКИ ПРОДВИЖЕНИЯ ОДЕЖДЫ В СОЦСЕТЯХ */
#adap-strip-clothing-02:before {
    width: 464px;
}

/* 4 БЛОК РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ */
#adap-strip-clothing-03:before {
    width: 278px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-vk-clothing h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-vk-clothing img {
		margin: 24px 0;
	}
	.case-vk-clothing h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-vk-clothing ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-vk-clothing-01:before {
		display: none;
	}
    .center {
        margin-bottom: 16px !important;
    }
	.img-adap-clothing-01 img {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ ОДЕЖДЫ ВО “ВКОНТАКТЕ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СОВЕРШЕННО СЕКРЕТНО: ВЛИЯНИЕ NDA НА РЕПУТАЦИЮ НАЧАЛО */
.case-sec-nda {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-sec-nda p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-sec-nda ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-sec-nda li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-sec-nda li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFA6A6 !important;
    left: 0;
    top: 6px !important;
}

.case-sec-nda img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-nda {
    background-color: #FFA6A6 !important;
}      

.table-nda li {
    padding-left: 0 !important;
}

.case-sec-nda h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-sec-nda h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-sec-nda-01 {
    position: relative;
    margin: 16px 0;
}

.strip-sec-nda-01:before {
    content: '';
    width: 210px;
    height: 11px;
    background: #FFA6A6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-sec-nda-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ГДЕ ЗАКРЕПЛЕНЫ ОСНОВЫ NDA В РОССИЙСКОМ ЗАКОНОДАТЕЛЬСТВЕ */
#adap-strip-nda-02:before {
    width: 637px;
}

.line-text-nda-01 p {
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
	  margin-bottom: 30px !important;
}

.line-text-nda-01 :before,
.line-text-nda-01 :after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #FFA6A6;
    z-index: -1;
    position: relative;
    vertical-align: middle;
    border-left: 9px solid #fff;
}

.line-text-nda-01 :before {
    right: 9px;
    margin: 0 0 0 -98%;
}

.container-sec-nda {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.icon-sec-nda img {
    margin-right: 28px;
    max-width: 90px !important;
}

.brands-text-nda p:first-child {
	margin-bottom: 0 !important;
}

#icon-nda-long {
    margin-left: 40px;
}

.long-sec-nda-01 ul {
    position: relative;
    margin-top: 16px;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-sec-nda-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 269px !important;
    border-radius: 0%;
    background: #FFA6A6;
    left: 1px;
    top: 7px !important;
}

.long-sec-nda-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-sec-nda-01 li:before {
    display: none;
}

.icon-spec-nda-01 img {
	width: 100px;
	margin-bottom: 0 !important;
}

/* 4 БЛОК С КЕМ ОБЫЧНО ЗАКЛЮЧАЮТ NDA И КАК ОНО МОЖЕТ УБЕРЕЧЬ РЕПУТАЦИЮ */
#adap-strip-nda-03:before {
    width: 687px;
}

.adap-long-nda-02 ul:before {
    height: 192px !important;
}

.video-sec-nda {
    margin-bottom: 16px;
}

.adap-long-nda-03 ul:before {
    height: 434px !important;
}

/* 5 БЛОК ЧТО МОЖНО И НЕЛЬЗЯ ПРОПИСАТЬ В NDA */
#adap-strip-nda-04:before {
    width: 393px;
}

.adap-long-nda-04 ul:before {
    height: 461px !important;
}

/* 6 БЛОК СКОЛЬКО ДЕЙСТВУЕТ NDA И ЧТО БЫВАЕТ ЗА ЕГО НАРУШЕНИЕ */
#adap-strip-nda-05:before {
    width: 565px;
}

.adap-long-nda-05 ul:before {
    height: 194px !important;
}

/* 7 БЛОК ПОЧЕМУ NDA СТАЛО ТАКИМ ПОПУЛЯРНЫМ */
#adap-strip-nda-06:before {
    width: 400px;
}

/* 8 БЛОК ОБОРОТНАЯ СТОРОНА NDA ДЛЯ РЕПУТАЦИИ */
#adap-strip-nda-07:before {
    width: 412px;
}

@media(max-width: 480px) {
    .case-sec-nda h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-sec-nda img {
		margin: 24px 0;
	}
	.case-sec-nda h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-sec-nda ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-sec-nda-01:before {
        display: none;
    }
	.icon-sec-nda img {
		margin: 0 0 16px 8px;
	}
	.column-sec-nda-01 {
		margin-bottom: 32px;
	}
    .icon-adap-nda-hd img {
		width: 30px !important;
		height: 30px !important;
		margin: 0 0 8px 12px !important;
	}
	.brands-text-nda p:first-child {
	margin-bottom: 16px !important;
}
	.line-text-nda-01 :before, .line-text-nda-01 :after {
		content: '';
		display: inline-block;
		width: 98%;
	}
    .long-sec-nda-01 ul:before {
        display: none;
    }
	.long-sec-nda-01 ul {
		padding-left: 0 !important;
	}
	#icon-nda-long {
		margin-left: 0;
	}
}
/* СТИЛИ СТРАНИЦЫ СОВЕРШЕННО СЕКРЕТНО: ВЛИЯНИЕ NDA НА РЕПУТАЦИЮ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ KPI В SMM: МЕТРИКИ ЭФФЕКТИВНОСТИ В СОЦСЕТЯХ НАЧАЛО */
.case-per-kpi {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-per-kpi p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-per-kpi ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-per-kpi ol {
    margin: 16px 0 !important;
}

.case-per-kpi li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-per-kpi li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EFE0C2 !important;
    left: 0;
    top: 6px !important;
}

.case-per-kpi img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-kpi {
    background-color: #EFE0C2 !important;
}      

.table-kpi li {
    padding-left: 0 !important;
}

.case-per-kpi h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-per-kpi h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК РАБОТАЕТ МАРКЕТИНГОВАЯ СТРАТЕГИЯ? */
.strip-per-kpi-01 {
    margin: 16px 0;
}

.strip-per-kpi-01 h2 {
    margin-left: 10px;
}

.list-kpi-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-kpi-none li::marker {
    font-weight: 600;
}

.list-kpi-none li:before {
    display: none;
}

.vert-per-kpi-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-per-kpi-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-per-kpi-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #EFE0C2 !important;
    left: 1px !important;
    top: 4px !important;
}

.list-per-kpi-16 li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-per-kpi-16 li:before {
    display: none;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-per-kpi h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-per-kpi img {
		margin: 24px 0;
	}
	.case-per-kpi h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-per-kpi ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-per-kpi ol {
        margin: 24px 0 24px 10px;
    }
	.table-kpi ol {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
    .vert-per-kpi-01 {
        margin: 48px 0;
        border: 1px solid #EFE0C2;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-per-kpi-01 ul {
        margin: 0 !important;
    }
    .vert-per-kpi-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-per-kpi-01 li:before {
		display: none;
	}
	.btn-kpi {
		padding: 16px 8px;
	}
}
/* СТИЛИ СТРАНИЦЫ KPI В SMM: МЕТРИКИ ЭФФЕКТИВНОСТИ В СОЦСЕТЯХ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КЕЙС: СОЗДАЕМ РЕПУТАЦИЮ ДЛЯ СЛУЖБЫ ДОСТАВКИ НАЧАЛО */
.case-rep-delivery {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-delivery p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-rep-delivery ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-rep-delivery img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-delivery {
    background-color: #FFD993 !important;
}      

.table-delivery li {
    padding-left: 0 !important;
}

.case-rep-delivery h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-rep-delivery-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-rep-delivery-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-rep-delivery-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFD993 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК РАБОТА С ОТЗОВИКАМИ */
.strip-rep-delivery-01 {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.strip-rep-delivery-01:before {
    content: '';
    width: 232px;
    height: 11px;
    background: #FFD993;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rep-delivery-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАБОТА С ПОИСКОВОЙ ВЫДАЧЕЙ */
#adap-strip-delivery-02:before {
    width: 317px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-rep-delivery h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-rep-delivery img {
		margin: 24px 0;
	}
    .center {
        margin-bottom: 16px !important;
    }
	.img-adap-delivery-01 img {
		margin-top: 48px;
	}
	.strip-rep-delivery-01:before {
		display: none;
	}
	.vert-rep-delivery-01 {
        margin: 48px 0;
        border: 1px solid #EFE0C2;
        border-radius: 8px;
        padding: 8px;
    }
	.vert-rep-delivery-01 ul {
        margin: 0 !important;
    }
    .vert-rep-delivery-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rep-delivery-01 li:before {
		display: none;
	}
	.btn-delivery {
		padding: 16px 8px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: СОЗДАЕМ РЕПУТАЦИЮ ДЛЯ СЛУЖБЫ ДОСТАВКИ КОНЕЦ */ 

/* СТИЛИ СТРАНИЦЫ КАК БОРОТЬСЯ С НЕГАТИВНЫМИ ОТЗЫВАМИ КОНКУРЕНТОВ НАЧАЛО */
.case-how-deal {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-how-deal p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-how-deal ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-how-deal li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-how-deal li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFA7AC !important;
    left: 0;
    top: 6px !important;
}

.case-how-deal img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-deal {
    background-color: #FFA7AC !important;
}      

.table-deal li {
    padding-left: 0 !important;
}

.case-how-deal h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-how-deal h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК ОПРЕДЕЛИТЬ НЕДОБРОСОВЕСТНЫЕ ОТЗЫВЫ */
.strip-how-deal-01 {
    position: relative;
    margin: 16px 0;
}

.strip-how-deal-01:before {
    content: '';
    width: 457px;
    height: 11px;
    background: #FFA7AC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-how-deal-01 h2 {
    margin-left: 10px;
}

.vert-how-deal-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-how-deal-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-how-deal-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFA7AC !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК РЕАГИРОВАТЬ НА НЕГАТИВНЫЕ КОММЕНТАРИИ? */
#adap-strip-deal-02:before {
    width: 485px;
}

.list-deal-none ol {
	margin: 16px 0 !important;
}

.list-deal-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-deal-none li:before {
    display: none;
}

.list-how-deal-02 p {
	margin-left: 30px !important;
}

/* 4 БЛОК КАК ПРЕДОТВРАТИТЬ ПОЯВЛЕНИЕ НЕГАТИВНЫХ ОТЗЫВОВ КОНКУРЕНТОВ */
#adap-strip-deal-03:before {
    width: 670px;
}

/* 5 БЛОК КАК ЗАЩИТИТЬ СВОЙ БРЕНД ОТ АТАК КОНКУРЕНТОВ? */
#adap-strip-deal-04:before {
    width: 491px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
	line-height: normal !important;
}

@media(max-width: 480px) {
    .case-how-deal h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-how-deal img {
		margin: 24px 0;
	}
	.case-how-deal h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-how-deal ul {
        margin: 24px 0 24px 10px !important;
    }
    .list-deal-none ol {
        margin: 24px 0 24px 0 !important;
    }
    .strip-how-deal-01:before {
        display: none;
    }
	.list-how-deal-02 p {
	margin-left: 30px !important;
}
	.list-how-deal-02 ul {
		  margin: 16px 0 16px 10px !important;
	}
    .vert-how-deal-01 {
        margin: 48px 0;
        border: 1px solid #FFA7AC;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-how-deal-01 ul {
        margin: 0 !important;
    }
    .vert-how-deal-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-how-deal-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК БОРОТЬСЯ С НЕГАТИВНЫМИ ОТЗЫВАМИ КОНКУРЕНТОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МАРКЕТИНГ ТЕЙЛОР СВИФТ: В ЧЕМ СЕКРЕТ КУЛЬТОВОЙ ЗВЕЗДЫ НАЧАЛО */
.case-secret-taylor {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-secret-taylor p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-secret-taylor ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-secret-taylor li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-secret-taylor li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D1CECE !important;
    left: 0;
    top: 6px !important;
}

.case-secret-taylor img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-taylor {
    background-color: #D1CECE !important;
}      

.table-taylor li {
    padding-left: 0 !important;
}

.case-secret-taylor h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-secret-taylor h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ТЕЙЛОР СВИФТ КАК ГЕНИЙ МАРКЕТИНГА */
.strip-secret-taylor-01 {
    position: relative;
    margin: 16px 0;
}

.strip-secret-taylor-01:before {
    content: '';
    width: 382px;
    height: 11px;
    background: #D1CECE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-secret-taylor-01 h2 {
    margin-left: 10px;
}

.vert-secret-taylor-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-secret-taylor-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-secret-taylor-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #D1CECE !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ТЕЙЛОР СВИФТ И РЕПУТАЦИОННЫЕ СКАНДАЛЫ */
#adap-strip-taylor-02:before {
    width: 443px;
}

.adap-vert-taylor-02 li:before {
    height: 45px !important;
}

.adap-vert-taylor-03 li:before {
    height: 45px !important;
}

.video-secret-taylor {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-secret-taylor h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-secret-taylor img {
		margin: 24px 0;
	}
	.case-secret-taylor h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-secret-taylor ul {
        margin: 24px 0 24px 10px !important;
    }
	.text-secret-taylor-02 {
		margin-top: 48px !important;
	}
    .strip-secret-taylor-01:before {
        display: none;
    }
    .vert-secret-taylor-01 {
        margin: 48px 0;
        border: 1px solid #D1CECE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-secret-taylor-01 ul {
        margin: 0 !important;
    }
    .vert-secret-taylor-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-secret-taylor-01 li:before {
		display: none;
	}
	.video-secret-taylor {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ МАРКЕТИНГ ТЕЙЛОР СВИФТ: В ЧЕМ СЕКРЕТ КУЛЬТОВОЙ ЗВЕЗДЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРОВЕРИТЬ НАКРУТКУ ПОДПИСЧИКОВ В TELEGRAM КАНАЛАХ И “ВКОНТАКТЕ” НАЧАЛО */
.case-check-subs {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-check-subs p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-check-subs ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-check-subs ol {
    margin: 16px 0 !important;
}

.case-check-subs li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-check-subs li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB5B5 !important;
    left: 0;
    top: 6px !important;
}

.case-check-subs img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-subs {
    background-color: #FFB5B5 !important;
}      

.table-subs li {
    padding-left: 0 !important;
}

.case-check-subs h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-check-subs h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-check-subs-01 {
    position: relative;
    margin: 16px 0;
}

.strip-check-subs-01:before {
    content: '';
    width: 283px;
    height: 11px;
    background: #FFB5B5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-check-subs-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ПРОВЕРИТЬ НАКРУТКУ ПОДПИСЧИКОВ В TELEGRAM */
#adap-strip-subs-02:before {
    width: 515px;
}

.list-subs-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-subs-none li:before {
    display: none;
}

.case-long-spec {
    display: flex;
    flex-direction: column;
}

.spec-subs-name p:nth-child(1) {
	text-transform: uppercase;
}

.long-check-subs-01 {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

#icon-subs-long {
    margin-left: 40px;
}

.icon-spec-subs-01 img {
    width: 100px !important;
	  margin-bottom: 0;
}

.long-check-subs-01 ol {
	padding-left: 30px !important;
}

.long-check-subs-01:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 400px !important;
    border-radius: 0%;
    background: #FFB5B5;
    left: 1px;
    top: 7px !important;
}

.long-check-subs-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

/* 4 БЛОК КАК ПРОВЕРИТЬ НАКРУТКУ В ГРУППАХ И СООБЩЕСТВАХ “ВКОНТАКТЕ” */
#adap-strip-subs-03:before {
    width: 637px;
}

.vert-check-subs-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-check-subs-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-check-subs-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFB5B5 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК КАК ИЗБЕЖАТЬ НАКРУТКИ В КАНАЛАХ И ГРУППАХ */
#adap-strip-subs-04:before {
    width: 454px;
}

.adap-long-subs-02:before {
    height: 160px !important;
}

.adap-long-subs-03:before {
    height: 450px !important;
}

@media(max-width: 480px) {
    .case-check-subs h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-check-subs img {
		margin: 24px 0;
	}
	.case-check-subs h3 {
        margin: 24px 0 16px 10px !important;
    }
	.table-subs ol {
		margin: 0 !important;
	}
    .case-check-subs ul {
        margin: 24px 0 24px 10px !important;
    }
    .list-check-subs-03,
	.list-check-subs-04 ol {
        margin: 24px 0 24px 0 !important;
    }
    .strip-check-subs-01:before {
        display: none;
    }
    .vert-check-subs-01 {
        margin: 48px 0;
        border: 1px solid #FFA7AC;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-check-subs-01 ul {
        margin: 0 !important;
    }
    .vert-check-subs-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.spec-subs-name p:nth-child(1) {
	text-transform: none;
}
	.spec-subs-name p:nth-child(2) {
		color: #1A2129 !important;
	font-style: normal !important;
}
	.vert-check-subs-01 li:before {
		display: none;
	}
	.icon-adap-subs-hd img {
		width: 30px !important;
		height: 30px !important;
		margin: 0 10px !important;
	}
	.long-check-subs-01 {
		margin-left: 0 !important;
	}
	.long-check-subs-01 p {
		margin-bottom: 0 !important;
	}
	.long-check-subs-01 ol {
    margin: 8px 0 24px 0 !important;
}
	.case-long-spec {
		margin-bottom: 24px !important;
	}
	.spec-subs-name::first-child {
	text-decoration: none;
}
	.spec-subs-name::last-child {
	font-style: none !important;
}
	.long-check-subs-01:before {
		display: none;
	}
    #icon-subs-long {
        margin-left: 17px !important;
    }
	.adap-long-subs-02 p:nth-child(1) {
		margin-bottom: 16px !important;
	}
	.adap-long-subs-03 ol {
		margin-bottom: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПРОВЕРИТЬ НАКРУТКУ ПОДПИСЧИКОВ В TELEGRAM КАНАЛАХ И “ВКОНТАКТЕ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ PIXAR: КАК ФОРМИРОВАЛАСЬ РЕПУТАЦИЯ СОЗДАТЕЛЕЙ "ГОЛОВОЛОМКИ" НАЧАЛО */
.case-scan-pixar {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-pixar p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-pixar ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-pixar li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-pixar li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #AADEE9 !important;
    left: 0;
    top: 6px !important;
}

.case-scan-pixar img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-pixar {
    background-color: #AADEE9 !important;
}      

.table-pixar li {
    padding-left: 0 !important;
}

.case-scan-pixar h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК РАБОТАЕТ МАРКЕТИНГОВАЯ СТРАТЕГИЯ? */
.strip-scan-pixar-01 {
    margin: 16px 0;
}

.strip-scan-pixar-01 h2 {
    margin-left: 10px;
}

.vert-scan-pixar-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-scan-pixar-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-scan-pixar-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #AADEE9 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-pixar-02 li::before {
    height: 45px !important;
}

.adap-vert-pixar-03 li::before {
    height: 70px !important;
}

.adap-vert-pixar-04 li::before {
    height: 70px !important;
}

.video-scan-pixar {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-scan-pixar h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-pixar img {
		margin: 24px 0;
	}
    .case-scan-pixar ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-scan-pixar-01:before {
        display: none;
    }
    .vert-scan-pixar-01 {
        margin: 48px 0;
        border: 1px solid #AADEE9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-pixar-01 ul {
        margin: 0 !important;
    }
    .vert-scan-pixar-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-pixar-01 li:before {
		display: none;
	}
	.video-scan-pixar {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ PIXAR: КАК ФОРМИРОВАЛАСЬ РЕПУТАЦИЯ СОЗДАТЕЛЕЙ "ГОЛОВОЛОМКИ" КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АРХЕТИПЫ БРЕНДА: СОЗДАНИЕ УНИКАЛЬНОЙ ИДЕНТИЧНОСТИ НАЧАЛО */
.case-brand-arch {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-arch p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-brand-arch ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-brand-arch li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-arch li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FEDBBA !important;
    left: 0;
    top: 6px !important;
}

.case-brand-arch img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-arch {
    background-color: #FEDBBA !important;
}      

.table-arch li {
    padding-left: 0 !important;
}

.case-brand-arch h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-brand-arch-01 {
    position: relative;
    margin: 16px 0;
}

.strip-brand-arch-01:before {
    content: '';
    width: 520px;
    height: 11px;
    background: #FEDBBA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-brand-arch-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЗНАЧЕНИЕ АРХЕТИПОВ В БРЕНДИНГЕ */
#adap-strip-arch-02:before {
    width: 350px;
}

/* 4 БЛОК КЛАССИФИКАЦИЯ АРХЕТИПОВ БРЕНДА */
#adap-strip-arch-03:before {
    width: 366px;
}

/* 5 БЛОК КАК ВЫБРАТЬ НУЖНЫЙ АРХЕТИП ДЛЯ ВАШЕГО БРЕНДА */
#adap-strip-arch-04:before {
    width: 511px;
}

.list-arch-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}

.list-arch-none li:before {
    display: none;
}

/* 6 БЛОК ВНЕДРЕНИЕ АРХЕТИПА В СТРАТЕГИЮ БРЕНДИНГА */
#adap-strip-arch-05:before {
    width: 455px;
}

@media(max-width: 480px) {
    .case-brand-arch h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-brand-arch img {
		margin: 24px 0;
	}
    .case-brand-arch ul {
        margin: 24px 0 24px 10px !important;
    }
	.text-brand-arch-02 {
		margin-top: 48px !important;
	}
	.list-arch-none ol {
        margin: 24px 0 24px 0 !important;
    }
    .strip-brand-arch-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ АРХЕТИПЫ БРЕНДА: СОЗДАНИЕ УНИКАЛЬНОЙ ИДЕНТИЧНОСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: СОЗДАЕМ РЕПУТАЦИЮ НОВОГО БАРА НАЧАЛО */
.case-bar-for {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-bar-for p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-bar-for ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-bar-for li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-bar-for li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF4241 !important;
    left: 0;
    top: 6px !important;
}

.case-bar-for img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-bar {
    background-color: #FF4241 !important;
}      

.table-bar li {
    padding-left: 0 !important;
}

.case-bar-for h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-bar-for-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-bar-for-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-bar-for-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FF4241 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК РАБОТА С КАРТОЧКАМИ */
.strip-bar-for-01 {
    position: relative;
    margin: 16px 0;
}

.strip-bar-for-01:before {
    content: '';
    width: 231px;
    height: 11px;
    background: #FF4241;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-bar-for-01 h2 {
    margin-left: 10px;
}

.adap-vert-bar-02 li::before {
    height: 95px !important;
}

/* 3 БЛОК РАБОТА С ОТЗЫВАМИ */
#adap-strip-bar-02::before {
    width: 211px;
}

.adap-vert-bar-03 li::before {
    height: 95px !important;
}

/* 4 БЛОК РАБОТА С ПОИСКОВОЙ ВЫДАЧЕЙ */
#adap-strip-bar-03::before {
    width: 314px;
}

@media(max-width: 480px) {
    .case-bar-for h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-bar-for img {
		margin: 24px 0;
	}
	.strip-bar-for-01:before {
		display: none;
	}
    .center {
        margin-bottom: 16px !important;
    }
	.img-adap-bar-01 img {
		margin-top: 48px !important;
	}
	.vert-bar-for-01 {
        margin: 48px 0;
        border: 1px solid #FF4241;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-bar-for-01 ul {
        margin: 0 !important;
    }
    .vert-bar-for-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-bar-for-01 li:before {
		display: none;
	}

}
/* СТИЛИ СТРАНИЦЫ КЕЙС: СОЗДАЕМ РЕПУТАЦИЮ НОВОГО БАРА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АГРЕССИВНЫЙ МАРКЕТИНГ: ПРИМЕРЫ И ЭФФЕКТИВНЫЕ СТРАТЕГИИ НАЧАЛО */
.case-mark-aggr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-aggr p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-aggr ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-aggr li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-aggr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD4D7 !important;
    left: 0;
    top: 6px !important;
}

.case-mark-aggr img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-aggr {
    background-color: #FFD4D7 !important;
}      

.table-aggr li {
    padding-left: 0 !important;
}

.case-mark-aggr h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-mark-aggr h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-mark-aggr-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-aggr-01:before {
    content: '';
    width: 376px;
    height: 11px;
    background: #FFD4D7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-aggr-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КЛЮЧЕВЫЕ ЭЛЕМЕНТЫ АГРЕССИВНОГО МАРКЕТИНГА */
#adap-strip-aggr-02:before {
    width: 490px;
}

.mark-sub-bef h3 {
    position: relative;
	  padding-left: 20px !important;
}

.mark-sub-bef h3::before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD4D7 !important;
    left: 1px;
    top: 7px !important;
}

/* 4 БЛОК ПРИМЕРЫ АГРЕССИВНОГО МАРКЕТИНГА */
#adap-strip-aggr-03:before {
    width: 374px;
}

.video-mark-aggr {
	margin-bottom: 16px !important;
}

/* 5 БЛОК СТРАТЕГИИ И МЕТОДЫ АГРЕССИВНОГО ПРОДВИЖЕНИЯ */
#adap-strip-aggr-04:before {
    width: 504px;
}

.list-aggr-none ol {
   margin: 16px 0 !important; 
}

.list-aggr-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

.list-aggr-none li:before {
    display: none;
}

.list-aggr-none li::marker {
    font-weight: 600;
}

/* 6 БЛОК ПРЕИМУЩЕСТВА И РИСКИ АГРЕССИВНОГО МАРКЕТИНГА */
#adap-strip-aggr-05:before {
    width: 512px;
}

/* 7 БЛОК КАК ОЦЕНИТЬ УСПЕХ АГРЕССИВНОГО МАРКЕТИНГА */
#adap-strip-aggr-06:before {
    width: 467px;
}

@media(max-width: 480px) {
    .case-mark-aggr h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-aggr img {
		margin: 24px 0;
	}
	.case-mark-aggr h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-mark-aggr ul {
        margin: 24px 0 24px 10px !important;
    }
    .list-aggr-none ol {
        margin: 24px 0 24px 10px !important;
    }
    .strip-mark-aggr-01:before {
        display: none;
    }
	.video-mark-aggr {
		margin: 24px 0 !important;
	}
	.text-mark-aggr-06 h3 {
		margin-top: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ АГРЕССИВНЫЙ МАРКЕТИНГ: ПРИМЕРЫ И ЭФФЕКТИВНЫЕ СТРАТЕГИИ НАЧАЛО */


/* СТИЛИ СТРАНИЦЫ КАК РАССЧИТЫВАТЬ СТОИМОСТЬ ЛИДА (CPL) НАЧАЛО */
.case-calc-cpl {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-calc-cpl p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-calc-cpl ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-calc-cpl li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-calc-cpl li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CAB0FB !important;
    left: 0;
    top: 6px !important;
}

.case-calc-cpl img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cpl {
    background-color: #CAB0FB !important;
}      

.table-cpl li {
    padding-left: 0 !important;
}

.case-calc-cpl h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СТОИМОСТЬ ЛИДА? */
.strip-calc-cpl-01 {
    position: relative;
    margin: 16px 0;
}

.strip-calc-cpl-01:before {
    content: '';
    width: 292px;
    height: 11px;
    background: #CAB0FB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-calc-cpl-01 h2 {
    margin-left: 10px;
}

.list-cpl-none ol {
    margin: 16px 0 !important; 
 }
 
.list-cpl-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}
 
.list-cpl-none li:before {
    display: none;
}
 
.list-cpl-none li::marker {
    font-weight: 600;
}

/* 3 БЛОК ФОРМУЛЫ ДЛЯ РАСЧЕТА СТОИМОСТИ ЛИДА */
#adap-strip-cpl-02:before {
    width: 415px;
}

/* 4 БЛОК КАК СОБРАТЬ ДАННЫЕ ДЛЯ РАСЧЕТА СТОИМОСТИ ЛИДА */
#adap-strip-cpl-03:before {
    width: 517px;
}

/* 5 БЛОК КАК ОПТИМИЗИРОВАТЬ СТОИМОСТЬ ЛИДА */
#adap-strip-cpl-04:before {
    width: 400px;
}

/* 6 БЛОК ПРИМЕРЫ CPL */
#adap-strip-cpl-05:before {
    width: 147px;
}

/* 7 БЛОК ОШИБКИ ПРИ РАСЧЕТЕ СТОИМОСТИ ЛИДА, И КАК ИХ ИЗБЕЖАТЬ */
#adap-strip-cpl-06:before {
    width: 578px;
}

/* 8 БЛОК КАК ИСПОЛЬЗОВАТЬ CPL ДЛЯ УЛУЧШЕНИЯ МАРКЕТИНГОВОЙ СТРАТЕГИИ */
#adap-strip-cpl-07:before {
    width: 664px;
}

@media(max-width: 480px) {
    .case-calc-cpl h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-calc-cpl img {
		margin: 24px 0;
	}
    .case-calc-cpl ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-calc-cpl li {
        margin-bottom: 8px !important;
    }
    .list-cpl-none ol {
        margin: 24px 0 24px 10px !important;
    }
	.text-calc-cpl-02 {
		margin-top: 48px !important;
	}
    .strip-calc-cpl-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК РАССЧИТЫВАТЬ СТОИМОСТЬ ЛИДА (CPL) НАЧАЛО */

/* СТИЛИ СТРАНИЦЫ ЦЕННОСТНОЕ ПРЕДЛОЖЕНИЕ: КАК СОЗДАТЬ VALUE PROPOSITION НАЧАЛО */
.case-prop-val {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prop-val p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-prop-val ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-prop-val li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-prop-val li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBEE1 !important;
    left: 0;
    top: 6px !important;
}

.case-prop-val img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-val {
    background-color: #FFBEE1 !important;
}      

.table-val li {
    padding-left: 0 !important;
}

.case-prop-val h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-prop-val-01 {
    position: relative;
    margin: 16px 0;
}

.strip-prop-val-01:before {
    content: '';
    width: 387px;
    height: 11px;
    background: #FFBEE1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-prop-val-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПРЕИМУЩЕСТВА СИЛЬНОГО ЦЕННОСТНОГО ПРЕДЛОЖЕНИЯ */
#adap-strip-val-02:before {
    width: 545px;
}

/* 4 БЛОК ШАБЛОНЫ И ИНСТРУМЕНТЫ ДЛЯ СОЗДАНИЯ ЦЕННОСТНОГО ПРЕДЛОЖЕНИЯ */
#adap-strip-val-03:before {
    width: 694px;
}

/* 5 БЛОК ПРИМЕРЫ УСПЕШНЫХ ЦЕННОСТНЫХ ПРЕДЛОЖЕНИЙ */
#adap-strip-val-04:before {
    width: 493px;
}

/* 6 БЛОК ОШИБКИ ПРИ СОЗДАНИИ ЦЕННОСТНОГО ПРЕДЛОЖЕНИЯ */
#adap-strip-val-05:before {
    width: 523px;
}

/* 7 БЛОК ОПТИМИЗАЦИЯ И ТЕСТИРОВАНИЕ ЦЕННОСТНОГО ПРЕДЛОЖЕНИЯ */
#adap-strip-val-06:before {
    width: 600px;
}

.list-val-none ol {
    margin: 16px 0 !important; 
}
 
.list-val-none li {
    padding-left: 0 !important;
    margin-left: 15px;
}
 
.list-val-none li:before {
    display: none;
}
 
.list-val-none li::marker {
    font-weight: 600;
}

@media(max-width: 480px) {
    .case-prop-val h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-prop-val img {
		margin: 24px 0;
	}
    .case-prop-val ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-prop-val-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ЦЕННОСТНОЕ ПРЕДЛОЖЕНИЕ: КАК СОЗДАТЬ VALUE PROPOSITION НАЧАЛО */

/* СТИЛИ СТРАНИЦЫ CUSTOMER JOURNEY MAP (CJM): КАК СОЗДАТЬ КАРТУ ПУТИ КЛИЕНТА НАЧАЛО */
.case-create-cjm {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-create-cjm p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-create-cjm ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-create-cjm li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-create-cjm li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9FFDEA !important;
    left: 0;
    top: 6px !important;
}

.case-create-cjm img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cjm {
    background-color: #9FFDEA !important;
}      

.table-cjm li {
    padding-left: 0 !important;
}

.case-create-cjm h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-create-cjm-01 {
    position: relative;
    margin: 16px 0;
}

.strip-create-cjm-01:before {
    content: '';
    width: 353px;
    height: 11px;
    background: #9FFDEA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-create-cjm-01 h2 {
    margin-left: 10px;
}

.list-mar-cjm p {
    margin-left: 30px;
}

.vert-create-cjm-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-create-cjm-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 28px !important;
	color: #000000 !important;
}

.vert-create-cjm-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 93px !important;
    border-radius: 0% !important;
    background: #9FFDEA !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ЭТАПЫ СОЗДАНИЯ КАРТЫ ПУТИ КЛИЕНТА */
#adap-strip-cjm-02::before {
    width: 385px;
}

.adap-vert-cjm-02 li::before {
    height: 45px !important;
}

/* 4 БЛОК ПРИМЕРЫ CUSTOMER JOURNEY MAP */
#adap-strip-cjm-03::before {
    width: 334px;
}

/* 5 БЛОК КАК ИСПОЛЬЗОВАТЬ КАРТУ ПУТИ КЛИЕНТА ДЛЯ УЛУЧШЕНИЯ ОПЫТА */
#adap-strip-cjm-04::before {
    width: 630px;
}

/* 6 БЛОК ИНСТРУМЕНТЫ ДЛЯ СОЗДАНИЯ CJM */
#adap-strip-cjm-05::before {
    width: 336px;
}

.container-create-cjm {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	  gap: 16px;
}

.icon-create-cjm img {
    max-width: 90px !important;
	  margin-bottom: 0;
}

.brands-text-cjm p {
	margin-left: 28px;
}

/* 7 БЛОК ПРЕИМУЩЕСТВА ИСПОЛЬЗОВАНИЯ CUSTOMER JOURNEY MAP */
#adap-strip-cjm-06::before {
    width: 558px;
}

/* 8 БЛОК РАСПРОСТРАНЕННЫЕ ОШИБКИ ПРИ СОЗДАНИИ CJM */
#adap-strip-cjm-06::before {
    width: 484px;
}

.list-cjm-none ol {
    margin: 16px 0;
}

.list-cjm-none li::before {
    display: none;
}

.list-cjm-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

.list-cjm-none li::marker {
    font-weight: 600;
}

@media(max-width: 480px) {
    .case-create-cjm h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-create-cjm img {
		margin: 24px 0;
	}
    .case-create-cjm ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-create-cjm li {
		margin-bottom: 8px !important;
	}
    .strip-create-cjm-01:before {
        display: none;
    }
	.center {
		margin-bottom: 16px !important;
	}
	.container-create-cjm {
		margin: 48px 0;
	}
	.brands-text-cjm p {
    margin-left: 6px;
}
	.icon-create-cjm img {
		margin: 16px 0;
	}
    .vert-create-cjm-01 {
        margin: 48px 0;
        border: 1px solid #AADEE9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-create-cjm-01 ul {
        margin: 0 !important;
    }
    .vert-create-cjm-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-create-cjm-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ CUSTOMER JOURNEY MAP (CJM): КАК СОЗДАТЬ КАРТУ ПУТИ КЛИЕНТА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СОЦИАЛЬНО-ЭТИЧНЫЙ МАРКЕТИНГ: МЕНЯЕМ РЫНОК И ПОТРЕБИТЕЛЯ НАЧАЛО */
.case-soc-ethical {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-soc-ethical p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-soc-ethical ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-soc-ethical li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-soc-ethical li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #ACCA60 !important;
    left: 0;
    top: 6px !important;
}

.case-soc-ethical img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ethical {
    background-color: #ACCA60 !important;
}      

.table-ethical li {
    padding-left: 0 !important;
}

.case-soc-ethical h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-soc-ethical h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-soc-ethical-01 {
    margin-bottom: 16px;
}

.strip-soc-ethical-01 h2 {
    margin-left: 10px;
}

.vert-soc-ethical-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-soc-ethical-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 28px !important;
	color: #000000 !important;
}

.vert-soc-ethical-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 40px !important;
    border-radius: 0% !important;
    background: #ACCA60 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-ethical-02 li::before {
    height: 45px !important;
}

.adap-vert-ethical-03 li::before {
    height: 75px !important;
}

.container-soc-ethical {
    display: flex;
    flex-direction: column;
}

.icon-soc-ethical img {
    max-width: 90px !important;
	  margin-right: 18px;
}

@media(max-width: 480px) {
    .case-soc-ethical h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-soc-ethical h3 {
        margin: 24px 0 24px 10px !important;
    }
    .case-soc-ethical img {
		margin: 24px 0;
	}
    .case-soc-ethical ul {
        margin: 24px 0 24px 10px !important;
    }
	.container-soc-ethical {
		margin: 48px 0;
	}
	.icon-soc-ethical img {
		margin: 16px 10px;
	}
    .center {
        margin-bottom: 16px !important;
    }
    .vert-soc-ethical-01 {
        margin: 48px 0;
        border: 1px solid #ACCA60;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-soc-ethical-01 ul {
        margin: 0 !important;
    }
    .vert-soc-ethical-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-soc-ethical-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ СОЦИАЛЬНО-ЭТИЧНЫЙ МАРКЕТИНГ: МЕНЯЕМ РЫНОК И ПОТРЕБИТЕЛЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕБРЕНДИНГ КОМПАНИЙ — 2024 НАЧАЛО */
.case-comp-rebr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-comp-rebr p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-comp-rebr ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-comp-rebr li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-comp-rebr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #94DBFF !important;
    left: 0;
    top: 6px !important;
}

.case-comp-rebr img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rebr {
    background-color: #94DBFF !important;
}      

.table-rebr li {
    padding-left: 0 !important;
}

.case-comp-rebr h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-comp-rebr-01 {
    position: relative;
    margin: 16px 0;
}

.strip-comp-rebr-01:before {
    content: '';
    width: 274px;
    height: 11px;
    background: #94DBFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-comp-rebr-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ТРЕНДЫ БРЕНДИНГА В 2024 ГОДУ */
#adap-strip-rebr-02::before {
    width: 311px;
}

/* 4 БЛОК ЛУЧШИЙ И ХУДШИЙ РЕБРЕНДИНГ 2024 ГОД */
#adap-strip-rebr-03::before {
    width: 413px;
}

.vert-comp-rebr-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-comp-rebr-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 28px !important;
	color: #000000 !important;
}

.vert-comp-rebr-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 20px !important;
    border-radius: 0% !important;
    background: #94DBFF !important;
    left: 1px !important;
    top: 4px !important;
}

@media(max-width: 480px) {
    .case-comp-rebr h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-comp-rebr img {
		margin: 24px 0;
	}
    .case-comp-rebr ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-comp-rebr-01:before {
        display: none;
    }
    .vert-comp-rebr-01 {
        margin: 48px 0;
        border: 1px solid #94DBFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-comp-rebr-01 ul {
        margin: 0 !important;
    }
    .vert-comp-rebr-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-comp-rebr-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ РЕБРЕНДИНГ КОМПАНИЙ — 2024 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ ТОВАРОВ ДЛЯ ЗДОРОВЬЯ В ”ДЗЕНЕ” НАЧАЛО */
.case-zen-health {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-zen-health p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-zen-health ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-zen-health li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-zen-health li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C6C592 !important;
    left: 0;
    top: 6px !important;
}

.case-zen-health img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-health {
    background-color: #C6C592 !important;
}      

.table-health li {
    padding-left: 0 !important;
}

.case-zen-health h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК РАБОТА С КАРТОЧКАМИ */
.strip-zen-health-01 {
    position: relative;
    margin: 16px 0;
}

.strip-zen-health-01:before {
    content: '';
    width: 289px;
    height: 11px;
    background: #C6C592;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-zen-health-01 h2 {
    margin-left: 10px;
}

.vert-zen-health-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-zen-health-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-zen-health-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #C6C592 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПРИМЕРЫ СТАТЕЙ О ЗДОРОВЬЕ ДЛЯ ДЗЕНА */
#adap-strip-health-02::before {
    width: 400px;
}

/* 4 БЛОК РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ В “ДЗЕНЕ” */
#adap-strip-health-03::before {
    width: 366px;
}

@media(max-width: 480px) {
    .case-zen-health h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-zen-health img {
		margin: 24px 0;
	}
    .center {
        margin-bottom: 16px !important;
    }
	.case-zen-health ul {
		margin: 24px 0 24px 10px !important;
	}
	.strip-zen-health-01:before {
        display: none;
    }
    .vert-zen-health-01 {
        margin: 48px 0;
        border: 1px solid #C6C592;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-zen-health-01 ul {
        margin: 0 !important;
    }
    .vert-zen-health-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-zen-health-01 li:before {
		display: none;
	}
	.img-adap-health-01 {
		margin-top: 48px;
	}
	.btn-health .semibold {
		line-height: 22px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ ТОВАРОВ ДЛЯ ЗДОРОВЬЯ В ”ДЗЕНЕ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ГРИНВОШИНГ: КАК ВЫЯВИТЬ ЛОЖНУЮ ЭКОЛОГИЧНОСТЬ В МАРКЕТИНГЕ БРЕНДОВ НАЧАЛО */
.case-green-wash {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-green-wash p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-green-wash ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-green-wash li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-green-wash li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #7CECA5 !important;
    left: 0;
    top: 6px !important;
}

.case-green-wash img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-wash {
    background-color: #7CECA5 !important;
}      

.table-wash li {
    padding-left: 0 !important;
}

.case-green-wash h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-green-wash h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-green-wash-01 {
    position: relative;
    margin: 16px 0;
}

.strip-green-wash-01:before {
    content: '';
    width: 244px;
    height: 11px;
    background: #7CECA5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-green-wash-01 h2 {
    margin-left: 10px;
}

.vert-green-wash-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-green-wash-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 28px !important;
	color: #000000 !important;
}

.vert-green-wash-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #7CECA5 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ОСНОВНЫЕ ВИДЫ ГРИНВОШИНГА */
#adap-strip-wash-02::before {
    width: 320px;
}

/* 4 БЛОК КАК ГРИНВОШИНГ ПРОЯВЛЯЕТСЯ В РОССИИ */
#adap-strip-wash-03::before {
    width: 414px;
}

/* 5 БЛОК ПОЧЕМУ БРЕНДЫ ПРИБЕГАЮТ К ГРИНВОШИНГУ */
#adap-strip-wash-04::before {
    width: 443px;
}

/* 6 БЛОК КАК РАСПОЗНАТЬ ГРИНВОШИНГ */ 
#adap-strip-wash-05::before {
    width: 306px;
}

/* 7 БЛОК ПРИМЕРЫ ИЗВЕСТНЫХ БРЕНДОВ, ПРИБЕГАЮЩИХ К ГРИНВОШИНГУ */
#adap-strip-wash-06::before {
    width: 617px;
}

/* 8 БЛОК ВЛИЯНИЕ ГРИНВОШИНГА НА ПОКУПАТЕЛЯ, РЫНОК И ЗАКОНОДАТЕЛЬСТВО  */
#adap-strip-wash-07::before {
    width: 684px;
}

/* 9 БЛОК КАК БРЕНДАМ ИЗБЕГАТЬ ГРИНВОШИНГА */
#adap-strip-wash-08::before {
    width: 376px;
}

.container-green-wash {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-green-wash img {
    max-width: 90px !important;
	  margin-right: 28px;
}

.list-wash-none ol {
    margin: 16px 0 !important;
}

.list-wash-none li::before {
    display: none;
}

.list-wash-none li {
    margin-left: 16px;
    padding-left: 0 !important;
}

@media(max-width: 480px) {
    .case-green-wash h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-green-wash h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-green-wash img {
		margin: 24px 0;
	}
    .case-green-wash ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-green-wash-01:before {
		display: none;
	}
	.icon-green-wash img {
		margin: 16px 0;
	}
    .list-wash-none ol {
        margin: 24px 0 !important;
    }
    .vert-green-wash-01 {
        margin: 48px 0;
        border: 1px solid #7CECA5;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-green-wash-01 ul {
        margin: 0 !important;
    }
    .vert-green-wash-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-green-wash-01 li:before {
		display: none;
	}
	.case-green-wash li {
		margin-bottom: 8px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ГРИНВОШИНГ: КАК ВЫЯВИТЬ ЛОЖНУЮ ЭКОЛОГИЧНОСТЬ В МАРКЕТИНГЕ БРЕНДОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “ОЗЕМПИК”: СКАНДАЛЫ И ПАНАЦЕЯ В ОДНОМ ФЛАКОНЕ НАЧАЛО */
.case-scan-ozem {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-ozem p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-ozem ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-ozem ol {
    margin: 16px 0 !important;
}

.case-scan-ozem li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-ozem li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D6D2FF  !important;
    left: 0;
    top: 6px !important;
}

.case-scan-ozem img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ozem {
    background-color: #D6D2FF !important;
}      

.table-ozem li {
    padding-left: 0 !important;
}

.case-scan-ozem h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-ozem h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК РАБОТАЕТ МАРКЕТИНГОВАЯ СТРАТЕГИЯ? */
.strip-scan-ozem-01 {
    margin: 16px 0;
}

.strip-scan-ozem-01 h2 {
    margin-left: 10px;
}

.vert-scan-ozem-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-scan-ozem-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-scan-ozem-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #D6D2FF !important;
    left: 1px !important;
    top: 4px !important;
}

.list-ozem-mar p {
	margin-left: 29px !important;
}

.video-scan-ozem {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-scan-ozem h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-ozem img {
		margin: 24px 0;
	}
    .case-scan-ozem ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-scan-ozem li {
		margin-bottom: 8px !important;
	}
    .strip-scan-ozem-01:before {
        display: none;
    }
    .vert-scan-ozem-01 {
        margin: 48px 0;
        border: 1px solid #D6D2FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-ozem-01 ul {
        margin: 0 !important;
    }
    .vert-scan-ozem-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-ozem-01 li:before {
		display: none;
	}
    .case-scan-ozem h3 {
        margin: 24px 0 16px 10px !important;
    }
	.video-scan-ozem {
		margin: 24px 0 !important;
	}
	.center {
		margin-bottom: 16px !important;
	}
	.text-scan-ozem-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ “ОЗЕМПИК”: СКАНДАЛЫ И ПАНАЦЕЯ В ОДНОМ ФЛАКОНЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК НЕЙРОМАРКЕТИНГ МЕНЯЕТ ПОВЕДЕНИЕ ПОТРЕБИТЕЛЕЙ НАЧАЛО */
.case-mark-neur {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-neur p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-neur ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-neur ol {
    margin: 16px 0 !important;
}

.case-mark-neur li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-neur li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F69061 !important;
    left: 0;
    top: 6px !important;
}

.case-mark-neur img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-neur {
    background-color: #F69061 !important;
}      

.table-neur li {
    padding-left: 0 !important;
}

.case-mark-neur h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-mark-neur h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ НЕЙРОМАРКЕТИНГ И КАК ОН РАБОТАЕТ */
.strip-mark-neur-01 {
    margin: 16px 0;
}

.strip-mark-neur-01 h2 {
    margin-left: 10px;
}

.container-mark-neur {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-mark-neur img {
    max-width: 90px !important;
	margin-right: 28px;
}

.list-neur-none ol {
    margin: 16px 0 !important;
}

.list-neur-none li::marker {
	font-weight: 600;
}

.list-neur-none li::before {
    display: none;
}

.list-neur-none li {
    margin-left: 16px;
    padding-left: 0 !important;
}

.video-mark-neur {
    margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-mark-neur h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-neur h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-mark-neur img {
		margin: 24px 0;
	}
    .case-mark-neur ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-mark-neur ol {
        margin: 24px 0 16px !important;
    }
	.container-mark-neur {
		margin-top: 48px;
	}
	.icon-mark-neur img {
		margin: 0 0 16px 0;
	}
	.case-mark-neur li {
		margin-bottom: 8px !important;
    }
    .video-mark-neur {
        margin: 24px 0 !important;
    }
	.text-mark-neur {
		margin-top: 48px;
	}
	.img-adap-neur-09 img {
		margin: 0;
	}
	.text-mark-neur-11 h3 {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК НЕЙРОМАРКЕТИНГ МЕНЯЕТ ПОВЕДЕНИЕ ПОТРЕБИТЕЛЕЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НА ЗАВОД: СТРОИМ РЕПУТАЦИЮ ПРОМЫШЛЕННЫХ ПРЕДПРИЯТИЙ НАЧАЛО */
.case-rep-factory {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-factory p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-rep-factory ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-rep-factory li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rep-factory li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD54D !important;
    left: 0;
    top: 6px !important;
}

.case-rep-factory img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-factory {
    background-color: #FFD54D !important;
}      

.table-factory li {
    padding-left: 0 !important;
}

.case-rep-factory h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК РЕГИСТРАЦИЯ НА ОТЗОВИКАХ */
.strip-rep-factory-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rep-factory-01:before {
    content: '';
    width: 285px;
    height: 11px;
    background: #FFD54D;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rep-factory-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАБОТА С ОТЗЫВАМИ */
#adap-strip-factory-02:before {
    width: 212px;
}

/* 4 БЛОК СТАТЕЙНОЕ ПРОДВИЖЕНИЕ */
#adap-strip-factory-03:before {
    width: 269px;
}

.icon-spec-factory img {
	width: 100px;
	margin-left: 50px;
	margin-bottom: 0;
}

.text-factory p:first-child {
	text-transform: uppercase; 
}

.long-rep-factory-01 ul {
    position: relative;
    margin-top: 16px;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-rep-factory-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 272px !important;
    border-radius: 0%;
    background: #FFD54D;
    left: 1px;
    top: 7px !important;
}

.long-rep-factory-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-rep-factory-01 li:before {
    display: none;
}

/* 5 БЛОК РАБОТА С УПОМИНАНИЯМИ */
#adap-strip-factory-04:before {
    width: 269px;
}

/* 6 БЛОК РАБОТА С ПОИСКОВОЙ ВЫДАЧЕЙ */
#adap-strip-factory-05:before {
    width: 320px;
}

@media(max-width: 480px) {
    .case-rep-factory h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-rep-factory img {
		margin: 24px 0;
	}
    .case-rep-factory ul {
        margin: 24px 0 24px 10px !important;
    }
.case-rep-factory li {
    margin-bottom: 8px !important;
	}
	.img-adap-factory-02 img {
		margin-top: 48px;
	}
    .strip-rep-factory-01:before {
        display: none;
    }
    .icon-adap-factory img {
			width: 30px !important;
			height: 30px !important;
			margin: 0 0 8px 9px !important;
	}
	.text-factory p:first-child,
	.text-factory p:last-child {
		text-transform: none;
		font-style: normal !important;
		color: #1A2129 !important;
		font-size: 16px !important;
	}
    .long-rep-factory-01 ul:before {
        display: none;
    }
	.long-rep-factory-01 ul {
		padding-left: 0 !important;
		margin: 0 8px !important;
	}
	.btn-factory .blog-btn-text p {
		font-style: normal;
	}
	.center {
		margin-bottom: 16px !important;
	}
	.img-adap-factory-13 img,
	.img-adap-factory-14 img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ НА ЗАВОД: СТРОИМ РЕПУТАЦИЮ ПРОМЫШЛЕННЫХ ПРЕДПРИЯТИЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК СЧИТАТЬ И ИСПОЛЬЗОВАТЬ LTV ДЛЯ БИЗНЕСА НАЧАЛО */
.case-calc-ltv {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-calc-ltv p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-calc-ltv ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-calc-ltv li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-calc-ltv li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCB8B !important;
    left: 0;
    top: 6px !important;
}

.case-calc-ltv img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ltv {
    background-color: #FFCB8B !important;
}      

.table-ltv li {
    padding-left: 0 !important;
}

.case-calc-ltv h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-calc-ltv h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-calc-ltv-01 {
    position: relative;
    margin: 16px 0;
}

.strip-calc-ltv-01:before {
    content: '';
    width: 492px;
    height: 11px;
    background: #FFCB8B;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-calc-ltv-01 h2 {
    margin-left: 10px;
}

.vert-calc-ltv-01 ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-calc-ltv-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 28px !important;
	color: #000000 !important;
}

.vert-calc-ltv-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFCB8B !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ОСНОВЫ РАСЧЕТА LTV: ФОРМУЛА И МЕТОДИКИ */
#adap-strip-ltv-02::before {
    width: 436px;
}

/* 4 БЛОК ПРИМЕРЫ РАСЧЕТА LTV ДЛЯ РАЗЛИЧНЫХ БИЗНЕС-МОДЕЛЕЙ */
#adap-strip-ltv-03::before {
    width: 552px;
}

/* 5 БЛОК КАК ИСПОЛЬЗОВАТЬ LTV ДЛЯ АНАЛИЗА РЕЗУЛЬТАТОВ МАРКЕТИНГА */
#adap-strip-ltv-04::before {
    width: 618px;
}

/* 6 БЛОК КАК УВЕЛИЧИТЬ LTV ЧЕРЕЗ УЛУЧШЕНИЕ КЛИЕНТСКОГО СЕРВИСА */
#adap-strip-ltv-05::before {
    width: 591px;
}

.list-ltv-none ol {
    margin: 16px 0 !important;
}

.list-calc-ltv-07 li::marker {
    font-weight: 600;
}

.list-ltv-none li::before {
    display: none;
}

.list-ltv-none li {
    margin-left: 16px;
    padding-left: 0 !important;
}

/* 7 БЛОК ЧАСТЫЕ ОШИБКИ ПРИ РАСЧЕТЕ И ИСПОЛЬЗОВАНИИ LTV */
#adap-strip-ltv-06::before {
    width: 517px;
}

@media(max-width: 480px) {
    .case-calc-ltv h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.case-calc-ltv li {
		margin-bottom: 8px !important;
	}
	.list-ltv-none li {
		margin-bottom: 16px !important;
	}
    .case-calc-ltv h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-calc-ltv img {
		margin: 24px 0;
	}
    .case-calc-ltv ul {
        margin: 24px 0 24px 10px !important;
    }
	.icon-calc-ltv img {
		margin: 16px 0;
	}
    .list-wash-none ol {
        margin: 24px 0 !important;
    }
    .strip-calc-ltv-01:before {
        display: none;
    }
    .vert-calc-ltv-01 {
        margin: 48px 0;
        border: 1px solid #FFCB8B;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-calc-ltv-01 ul {
        margin: 0 !important;
    }
    .vert-calc-ltv-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-calc-ltv-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК СЧИТАТЬ И ИСПОЛЬЗОВАТЬ LTV ДЛЯ БИЗНЕСА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ПОЛУЧИТЬ ОТЗЫВЫ О РАБОТОДАТЕЛЕ НАЧАЛО */
.case-empl-feed {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-empl-feed p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-empl-feed ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-empl-feed li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-empl-feed li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #AEBFFF !important;
    left: 0;
    top: 6px !important;
}

.case-empl-feed img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-feed {
    background-color: #AEBFFF !important;
}      

.table-feed li {
    padding-left: 0 !important;
}

.case-empl-feed h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК РЕГИСТРАЦИЯ НА НОВЫХ РЕСУРСАХ */
.strip-empl-feed-01 {
    position: relative;
    margin: 16px 0;
}

.strip-empl-feed-01:before {
    content: '';
    width: 341px;
    height: 11px;
    background: #AEBFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-empl-feed-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАБОТА С ОТЗЫВАМИ */
#adap-strip-feed-02:before {
    width: 212px;
}

/* 4 БЛОК РАБОТА С ПОИСКОВОЙ ВЫДАЧЕЙ */
#adap-strip-feed-03:before {
    width: 314px;
}

.btn-feed {
	gap: 0 51px;
}

@media(max-width: 480px) {
    .case-empl-feed h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-empl-feed img {
		margin: 24px 0;
	}
    .case-empl-feed ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-empl-feed li {
		margin-bottom: 8px !important;
	}
    .strip-empl-feed-01:before {
        display: none;
    }
	.img-adap-feed-02 {
		margin-top: 48px;
	}
    .center {
        margin-bottom: 16px !important;
    }
	.mar-feed-none img {
		margin-top: 0;
	}
	.btn-feed .blog-btn-text p {
		font-style: normal;
		margin-bottom: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ПОЛУЧИТЬ ОТЗЫВЫ О РАБОТОДАТЕЛЕ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ КЛИЕНТОВ — 2024: ВЛИЯНИЕ НЕЙРОСЕТЕЙ, СТАТИСТИКА ПО ФЕЙКАМ И АНОНИМНОСТЬ НАЧАЛО */
.res-react-buy {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.res-react-buy p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 16px !important;
}

.res-react-buy ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-react-buy li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.res-react-buy li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #82DCE9 !important;
    left: 0;
    top: 6px !important;
}

.res-react-buy img {
    max-width: 720px;
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .res-react-buy img {
        margin: 24px 0;
    }
    .res-react-buy ul {
        margin: 24px 0 !important;
    }
    .res-react-buy li {
        margin-bottom: 8px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ КЛИЕНТОВ — 2024: ВЛИЯНИЕ НЕЙРОСЕТЕЙ, СТАТИСТИКА ПО ФЕЙКАМ И АНОНИМНОСТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ДИСКЛЕЙМЕР? НАЧАЛО */
.case-what-discl {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-what-discl p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-what-discl ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-what-discl li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-what-discl img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-discl {
    background-color: #FFA9A9 !important;
}      

.table-discl li {
    padding-left: 0 !important;
}

.case-what-discl h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ДИСКЛЕЙМЕР: ПОНЯТИЕ И ИСТОКИ */
.strip-what-discl-01 {
    position: relative;
    margin: 16px 0;
}

.strip-what-discl-01:before {
    content: '';
    width: 326px;
    height: 11px;
    background: #FFA9A9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-what-discl-01 h2 {
    margin-left: 10px;
}

.vert-what-discl-01 ul {
	margin-bottom: 0 !important;
}

.vert-what-discl-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
}

.vert-what-discl-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFA9A9 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК В КАКИХ СФЕРАХ НУЖНЫ ДИСКЛЕЙМЕРЫ И ЗАЧЕМ */
#adap-strip-discl-02:before {
    width: 464px;
}

.list-discl-none ol {
    margin: 16px 0 !important;
}

.list-discl-none li {
	margin-left: 16px !important;
	padding-left: 0 !important;
}

.list-discl-none li::marker {
    font-weight: 600;
}

.list-discl-none li::before {
    display: none;
}

/* 4 БЛОК ТИПЫ ДИСКЛЕЙМЕРОВ */
#adap-strip-discl-03:before {
    width: 221px;
}

/* 5 БЛОК ГДЕ И ЗАЧЕМ НУЖЕН ДИСКЛЕЙМЕР В КОНТЕНТЕ */
#adap-strip-discl-04:before {
    width: 437px;
}

.video-what-discl {
	margin-bottom: 16px !important;
}

/* 6 БЛОК ТРИ СТОРОНЫ ДИСКЛЕЙМЕРА */
#adap-strip-discl-05:before {
    width: 283px;
}

#icon-discl-long {
	margin-left: 40px;
}

.long-what-discl-01 ul {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-what-discl-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 208px !important;
    border-radius: 0%;
    background: #FFA9A9;
    left: 1px;
    top: 7px !important;
}

.long-what-discl-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-what-discl-01 li:before {
    display: none;
}

.icon-spec-discl-01 img {
	width: 100px;
	margin-bottom: 0 !important;
}

.adap-long-discl-02 ul:before {
    height: 235px !important;
}

.adap-long-discl-03 ul:before {
    height: 379px !important;
}

/* 7 БЛОК РЕКОМЕНДАЦИИ ПО РАЗМЕЩЕНИЮ ДИСКЛЕЙМЕРА */
#adap-strip-discl-06:before {
    width: 474px;
}

@media(max-width: 480px) {
    .case-what-discl h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-what-discl img {
		margin: 24px 0;
	}
    .strip-what-discl-01:before {
        display: none;
    }
	.icon-what-discl img {
		margin: 0 0 16px 8px;
	}
	.video-what-discl {
		margin: 24px 0 !important;
	}
    .long-what-discl-01 ul:before {
        display: none;
    }
	.long-what-discl-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
    .list-discl-none ol {
        margin: 24px 0;
    }
	#icon-discl-long {
		margin-left: 0;
	}
	.vert-what-discl-01 {
		margin: 48px 0;
		border: 1px solid #FFA7AC;
		border-radius: 8px;
		padding: 8px;
	}
	.vert-what-discl-01 ul {
		margin: 0 !important;
	}
	.vert-what-discl-01 li {
		font-style: italic;
		margin: 0 !important;
		padding: 0 !important;
	}
	.vert-what-discl-01 li:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ДИСКЛЕЙМЕР? КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ESG: ТРИ БУКВЫ ДЛЯ УКРЕПЛЕНИЯ РЕПУТАЦИИ БИЗНЕСА НАЧАЛО */
.case-three-esg {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-three-esg p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-three-esg ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-three-esg li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-three-esg li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B9F0A4 !important;
    left: 0;
    top: 6px !important;
}

.case-three-esg img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-esg {
    background-color: #B9F0A4 !important;
}      

.table-esg li {
    padding-left: 0 !important;
}

.case-three-esg h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-three-esg-01 {
    position: relative;
    margin: 16px 0;
}

.strip-three-esg-01:before {
    content: '';
    width: 400px;
    height: 11px;
    background: #B9F0A4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-three-esg-01 h2 {
    margin-left: 10px;
}

.vert-three-esg-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-three-esg-01 li {
    padding-left: 30px !important;
}

.vert-three-esg-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #B9F0A4 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПРЕИМУЩЕСТВА ESG ДЛЯ БИЗНЕСА */
#adap-strip-esg-02::before {
    width: 333px;
}

.container-three-esg {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-three-esg img {
    max-width: 90px !important;
	margin-right: 28px;
}

/* 4 БЛОК КЕЙСЫ: КАК ESG ВЛИЯЕТ НА РЕПУТАЦИЮ И ПРИБЫЛЬ */
#adap-strip-esg-03::before {
    width: 494px;
}

/* 5 БЛОК РИСКИ И ПРОБЛЕМЫ ESG-СТАНДАРТОВ */
#adap-strip-esg-04::before {
    width: 367px;
}

.list-esg-mar p {
    margin-left: 30px;
}

@media(max-width: 480px) {
    .case-three-esg h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-three-esg-01:before {
        display: none;
    }
    .case-three-esg img {
		margin: 24px 0;
	}
    .case-three-esg ul {
        margin: 24px 0 24px 10px !important;
    }
    .vert-three-esg-01 {
        margin: 48px 0;
        border: 1px solid #B9F0A4;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-three-esg-01 ul {
        margin: 0 !important;
    }
    .vert-three-esg-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-three-esg-01 li:before {
		display: none;
	}
	.container-three-esg {
		margin: 48px 0;
	}
	.icon-three-esg img {
		margin: 0 0 16px 10px;
	}
	.text-three-esg-02 {
		margin-top: 48px;
	}
	.list-esg-mar p {
    margin-left: 10px;
	}
	.list-three-esg-01 p {
		margin-bottom: 0 !important;
	}
	.list-three-esg-01 ul {
		margin: 8px 0 16px 10px !important;
	}
	.list-three-esg-02 ul {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ESG: ТРИ БУКВЫ ДЛЯ УКРЕПЛЕНИЯ РЕПУТАЦИИ БИЗНЕСА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК С ПОМОЩЬЮ БЛОГА УВЕЛИЧИТЬ КОНВЕРСИИ В 10,5 РАЗ НАЧАЛО */
.case-use-con {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-use-con p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-use-con ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-use-con li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-use-con li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E4D3BA !important;
    left: 0;
    top: 6px !important;
}

.case-use-con img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-con {
    background-color: #FFD993 !important;
}      

.table-con li {
    padding-left: 0 !important;
}

.case-use-con h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-use-con-01 ul {
	margin-bottom: 0 !important;
}

.vert-use-con-01 li {
    margin: 16px 0 !important;
    padding-left: 30px !important;
}

.vert-use-con-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #E4D3BA !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ДИСКЛЕЙМЕР: ПОНЯТИЕ И ИСТОКИ */
.strip-use-con-01 {
    position: relative;
    margin: 16px 0;
}

.strip-use-con-01:before {
    content: '';
    width: 315px;
    height: 11px;
    background: #E4D3BA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-use-con-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЭТАПЫ РАБОТЫ */
#adap-strip-con-02:before {
    width: 160px;
}

.long-use-con-01 ul {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-use-con-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 260px !important;
    border-radius: 0%;
    background: #E4D3BA;
    left: 1px;
    top: 7px !important;
}

.long-use-con-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-use-con-01 li:before {
    display: none;
}

#icon-con-long {
		margin-left: 35px;
	}

.icon-spec-con-01 img {
	width: 100px;
	margin-bottom: 0 !important;
}

/* 4 БЛОК КАК МЫ СОЗДАВАЛИ КОНТЕНТ */
#adap-strip-con-03:before {
    width: 287px;
}

/* 5 БЛОК РАСШИРЕНИЕ ТЕМАТИКИ */
#adap-strip-con-04:before {
    width: 241px;
}

/* 6 БЛОК РЕЗУЛЬТАТЫ */
#adap-strip-con-05:before {
    width: 133px;
}

/* 7 БЛОК ВЫВОДЫ */
#adap-strip-con-06:before {
    width: 100px;
}

/* 8 БЛОК ПЕРСПЕКТИВЫ */
#adap-strip-con-07:before {
    width: 150px;
}

@media(max-width: 480px) {
    .case-use-con h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-use-con img {
		margin: 24px 0;
	}
    .strip-use-con-01:before {
        display: none;
    }
	.icon-use-con img {
		margin: 0 0 16px 8px;
	}
    .long-use-con-01 ul:before {
        display: none;
    }
	.long-use-con-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-con-long {
		margin-left: 0;
	}
	.vert-use-con-01 {
        margin: 48px 0;
        border: 1px solid #E4D3BA;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-use-con-01 ul {
        margin: 0 !important;
    }
    .vert-use-con-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-use-con-01 li:before {
        display: none;
    }
	.icon-adap-con img {
			width: 30px !important;
			height: 30px !important;
			margin: 0 0 8px 9px !important;
	}
	.text-use-con-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК С ПОМОЩЬЮ БЛОГА УВЕЛИЧИТЬ КОНВЕРСИИ В 10,5 РАЗ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МОНИТОРИНГ ХАЙПА: КАК ОН ПОМОГАЕТ В СИТУАТИВНОМ МАРКЕТИНГЕ НАЧАЛО */
.case-mon-hype {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mon-hype p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mon-hype ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mon-hype li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mon-hype li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CACACA !important;
    left: 0;
    top: 6px !important;
}

.case-mon-hype img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hype {
    background-color: #CACACA !important;
}      

.table-hype li {
    padding-left: 0 !important;
}

.case-mon-hype h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-mon-hype-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mon-hype-01:before {
    content: '';
    width: 403px;
    height: 11px;
    background: #CACACA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mon-hype-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК МОЖНО БЫЛО ОТСЛЕДИТЬ ТРЕНД */
#adap-strip-hype-02::before {
    width: 363px;
}

/* 4 БЛОК ХАЙП КАК УСИЛИТЕЛЬ РЕПУТАЦИИ */
#adap-strip-hype-03::before {
    width: 326px;
}

/* 5 БЛОК ВИЗУАЛЬНЫЙ МАГНИТ: КАК ПРИВЛЕЧЬ И УДЕРЖАТЬ ВНИМАНИЕ  */
#adap-strip-hype-04::before {
    width: 586px;
}

.vert-mon-hype-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-mon-hype-01 li {
    padding-left: 30px !important;
}

.vert-mon-hype-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #CACACA !important;
    left: 1px !important;
    top: 4px !important;
}

/* 6 БЛОК О ЧЕМ ГОВОРЯТ МУЖЧИНЫ И, КОНЕЧНО, ЖЕНЩИНЫ  */
#adap-strip-hype-05::before {
    width: 483px;
}

.adap-vert-hype-02 li:before {
    height: 45px !important;
}

/* 7 БЛОК “АЭРОФЛОТУ” ПОМОГЛА СЛЕПАЯ ФОРТУНА? */
#adap-strip-hype-06::before {
    width: 408px;
}

/* 8 БЛОК НЕДОЛГО И НЕСЧАСТЛИВО: ПРОБЛЕМЫ МИМОЛЕТНОЙ СЛАВЫ */
#adap-strip-hype-07::before {
    width: 574px;
}

.list-hype-none ol {
    margin: 16px 0 !important;
}

.list-hype-none li {
	margin-left: 16px !important;
	padding-left: 0 !important;
}

.list-hype-none li::marker {
    font-weight: 600;
}

.list-hype-none li::before {
    display: none;
}

.video-mon-hype {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-mon-hype h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-mon-hype-01:before {
        display: none;
    }
    .case-mon-hype img {
		margin: 24px 0;
	}
    .case-mon-hype ul {
        margin: 24px 0 24px 10px !important;
    }
    .vert-mon-hype-01 {
        margin: 48px 0;
        border: 1px solid #CACACA;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mon-hype-01 ul {
        margin: 0 !important;
    }
    .vert-mon-hype-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mon-hype-01 li:before {
		display: none;
	}
    .list-hype-none ol {
        margin: 24px 0;
    }
	.text-mon-hype-02 {
		margin-top: 48px;
	}
	.video-mon-hype {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ МОНИТОРИНГ ХАЙПА: КАК ОН ПОМОГАЕТ В СИТУАТИВНОМ МАРКЕТИНГЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТОЧКИ КАСАНИЯ С КЛИЕНТОМ: СЕКРЕТЫ ВЗАИМОДЕЙСТВИЯ ДЛЯ РОСТА БИЗНЕСА НАЧАЛО */
.case-inter-touch {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-inter-touch p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-inter-touch ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-inter-touch li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-inter-touch li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D6D2C3 !important;
    left: 0;
    top: 6px !important;
}

.case-inter-touch img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-touch {
    background-color: #D6D2C3  !important;
}      

.table-touch li {
    padding-left: 0 !important;
}

.case-inter-touch h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6;
}

.case-inter-touch h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЧТО ТАКОЕ ТОЧКИ КОНТАКТА И ИХ ЗНАЧЕНИЕ ДЛЯ БИЗНЕСА */
.strip-inter-touch-01 {
    margin: 20px 0 15px 0;
}

.strip-inter-touch-01 h2 {
    margin-left: 10px;
}

.vert-inter-touch-01 ul {
	margin-bottom: 0 !important;
}

.vert-inter-touch-01 li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 30px !important;
}

.vert-inter-touch-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #D6D2C3 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ОСНОВНЫЕ ТИПЫ ТОЧЕК КАСАНИЯ */
.sub-touch-bef h3 {
    position: relative;
    padding-left: 18px;
}

.sub-touch-bef h3::before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D6D2C3 !important;
    left: 0;
    top: 7px !important;
}

.list-touch-none ol {
    margin: 16px 0 !important;
}

.list-touch-none li::before {
    display: none;
}

.list-touch-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

@media(max-width: 480px) {
    .case-inter-touch h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-inter-touch img {
		margin: 24px 0;
	}
	.case-inter-touch h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-inter-touch ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-inter-touch li {
        margin-bottom: 8px !important;
    }
    .list-touch-none li {
        margin-bottom: 16px !important;
    }
    .vert-inter-touch-01 {
        margin: 48px 0;
        border: 1px solid #D6D2C3;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-inter-touch-01 ul {
        margin: 0 !important;
    }
    .vert-inter-touch-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-inter-touch-01 li:before {
        display: none;
    }
	.case-inter-touch li:before {
		width: 8px !important;
		height: 8px !important;
		top: 8px !important;
	}
	.sub-touch-bef h3::before {
		width: 8px !important;
		height: 8px !important;
		top: 5px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ТОЧКИ КАСАНИЯ С КЛИЕНТОМ: СЕКРЕТЫ ВЗАИМОДЕЙСТВИЯ ДЛЯ РОСТА БИЗНЕСА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ IKEA: КАК СКЛАДЫВАЕТСЯ РЕПУТАЦИЯ ШВЕДСКОЙ ЛЕГЕНДЫ НАЧАЛО */
.case-scan-ikea {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-ikea p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-ikea ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-ikea li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-ikea li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFF08B !important;
    left: 0;
    top: 6px !important;
}

.case-scan-ikea img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ikea {
    background-color: #FFF08B !important;
}      

.table-ikea li {
    padding-left: 0 !important;
	  margin-bottom: 8px !important;
}

.case-scan-ikea h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-ikea h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЕСТЬ ИДЕЯ — ЕСТЬ IKEA. КАК НАЧИНАЛСЯ КУЛЬТОВЫЙ БРЕНД */
.strip-scan-ikea-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-ikea-01:before {
    content: '';
    width: 564px;
    height: 11px;
    background: #FFF08B;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-ikea-01 h2 {
    margin-left: 10px;
}

.vert-scan-ikea-01 ul {
	margin-bottom: 0 !important;
}

.vert-scan-ikea-01 li {
    margin: 16px 0 !important;
    padding-left: 30px !important;
}

.vert-scan-ikea-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFF08B !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК СЕКРЕТ МАРКЕТИНГОВОЙ СТРАТЕГИИ IKEA */
#adap-strip-ikea-02:before {
    width: 392px;
}

.sub-ikea-bef h3 {
    padding-left: 18px;
}

.sub-ikea-bef h3::before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFF08B !important;
    left: 0;
    top: 6px !important;
}

/* 4 БЛОК СКАНДАЛЫ КОМПАНИИ IKEA */
#adap-strip-ikea-03:before {
    width: 274px;
}

/* 5 БЛОК ИКЕЯ И ГРИНВОШИНГ */
#adap-strip-ikea-04:before {
    width: 205px;
}

/* 6 БЛОК КАК УПРАВЛЯТЬ РЕПУТАЦИЕЙ В СФЕРЕ ЭКОЛОГИИ */
#adap-strip-ikea-05:before {
    width: 462px;
}

.video-scan-ikea {
	margin-bottom: 16px;
}

.list-ikea-none ol {
    margin: 16px 0 !important;
}

.list-ikea-none li::before {
    display: none;
}

.list-ikea-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

.list-scan-ikea-04 li::marker {
    font-weight: 600;
}

@media(max-width: 480px) {
    .case-scan-ikea h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.strip-scan-ikea-01:before {
		display: none;
	}
    .case-scan-ikea img {
		margin: 24px 0;
	}
	.case-scan-ikea h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-scan-ikea ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-scan-ikea ul li {
		margin-bottom: 8px !important;
	}
    .vert-scan-ikea-01 {
        margin: 48px 0;
        border: 1px solid #FFF08B;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-ikea-01 ul {
        margin: 0 !important;
    }
    .vert-scan-ikea-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-scan-ikea-01 li:before {
        display: none;
    }
	.video-scan-ikea {
		margin: 24px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ IKEA: КАК СКЛАДЫВАЕТСЯ РЕПУТАЦИЯ ШВЕДСКОЙ ЛЕГЕНДЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НЕЙРОКОМИКС MARKWAY: КАК МЫ КОСМОС С ДЕРЕВНЕЙ ОБЪЕДИНЯЛИ НАЧАЛО */
.case-mark-neuro {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-neuro p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-neuro ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-neuro li {
	color: #000000 !important;
}

.img-mark-neuro-01 {
	margin-bottom: 16px;
}

.case-mark-neuro img {
    max-width: 720px;
	  margin-bottom: 0;
}

.table-neuro {
    background-color: #FFD0A1 !important;
}      

.table-neuro li {
    padding-left: 0 !important;
}

.case-mark-neuro h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ОБ ИДЕЕ */
.strip-mark-neuro-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-neuro-01:before {
    content: '';
    width: 91px;
    height: 11px;
    background: #FFD0A1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-neuro-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК О ПРОИЗВОДСТВЕ */
#adap-strip-neuro-02:before {
    width: 176px;
}

.vert-mark-neuro-01 ul {
	margin-bottom: 0 !important;
}

.vert-mark-neuro-01 li {
    margin: 16px 0 !important;
    padding-left: 30px !important;
}

.vert-mark-neuro-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFD0A1 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК О СЛОЖНОСТЯХ */
#adap-strip-neuro-03:before {
    width: 160px;
}

@media(max-width: 480px) {
    .case-mark-neuro h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-neuro img {
		margin: 24px 0;
	}
    .strip-mark-neuro-01:before {
        display: none;
    }
    .vert-mark-neuro-01 {
        margin: 48px 0;
        border: 1px solid #FFD0A1;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-neuro-01 ul {
        margin: 0 !important;
    }
    .vert-mark-neuro-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-mark-neuro-01 li:before {
        display: none;
    }
	.text-mark-neuro-02 {
		margin-top: 48px;
	}
	.img-mark-neuro-01 {
		margin-bottom: 24px;
	}
}
/* СТИЛИ СТРАНИЦЫ НЕЙРОКОМИКС MARKWAY: КАК МЫ КОСМОС С ДЕРЕВНЕЙ ОБЪЕДИНЯЛИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “ЗДЕСЬ АПТЕКА” И MARKWAY: КЕЙС ПО МОНИТОРИНГУ УПОМИНАНИЙ НАЧАЛО */
.case-mon-ment {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mon-ment p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mon-ment ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mon-ment li {
    position: relative;
    margin: 16px 0 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mon-ment li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A8E9E7 !important;
    left: 0;
    top: 6px !important;
}

.case-mon-ment img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ment {
    background-color: #A8E9E7 !important;
}      

.table-ment li {
    padding-left: 0 !important;
}

.case-mon-ment h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КЕЙС ПО МОНИТОРИНГУ: КАК ИСКАТЬ ИСТОЧНИКА НЕГАТИВА */
.strip-mon-ment-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mon-ment-01:before {
    content: '';
    width: 557px;
    height: 11px;
    background: #A8E9E7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mon-ment-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КЕЙС ПО МОНИТОРИНГУ: АНАЛИЗ КОММУНИКАЦИИ */
#adap-strip-ment-02::before {
    width: 476px;
}

/* 4 БЛОК КЕЙС ПО МОНИТОРИНГУ: СОЗДАНИЕ СИСТЕМЫ ОБРАТНОЙ СВЯЗИ */
#adap-strip-ment-03::before {
    width: 600px;
}

/* 5 БЛОК КЕЙС ПО МОНИТОРИНГУ: ПОИСК И УДАЛЕНИЕ НЕГАТИВНЫХ ФЕЙКОВ */
#adap-strip-ment-04::before {
    width: 630px;
}

/* 6 БЛОК КЕЙС ПО МОНИТОРИНГУ: РЕЗУЛЬТАТЫ */
#adap-strip-ment-05::before {
    width: 353px;
}

/* 7 БЛОК КЕЙС ПО МОНИТОРИНГУ: РЕКОМЕНДАЦИИ */
#adap-strip-ment-06::before {
    width: 390px;
}

.list-ment-none ol {
    margin: 16px 0 !important;
}

.list-ment-none li {
	margin-left: 16px !important;
	padding-left: 0 !important;
}

.list-ment-none li::marker {
    font-weight: 600;
}

.list-ment-none li::before {
    display: none;
}

.btn-ment {
	gap: 215px;
}

.img-mon-ment-06 img {
	margin-bottom: 0;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
	margin-left: 0 !important;
}

@media(max-width: 480px) {
    .case-mon-ment h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-mon-ment-01:before {
        display: none;
    }
    .case-mon-ment img {
		margin: 24px 0;
	}
    .case-mon-ment ul {
        margin: 24px 0 24px 10px !important;
    }
    .list-ment-none ol {
        margin: 24px 0;
    }
	.img-adap-ment-02 {
		margin-top: 48px;
	}
	.btn-ment {
		gap: 16px;
	}
}
/* СТИЛИ СТРАНИЦЫ “ЗДЕСЬ АПТЕКА” И MARKWAY: КЕЙС ПО МОНИТОРИНГУ УПОМИНАНИЙ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ЗОНТИЧНЫЙ БРЕНД: КАК УКРЕПИТЬ РЕПУТАЦИЮ, КОГДА ВАС МНОГО НАЧАЛО */
.case-brand-umbr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-umbr p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-brand-umbr ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-brand-umbr li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-umbr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD0A1 !important;
    left: 0;
    top: 6px !important;
}

.case-brand-umbr img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-umbr {
    background-color: #FFD0A1 !important;
}      

.table-umbr li {
    padding-left: 0 !important;
}

.case-brand-umbr h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-brand-umbr h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-brand-umbr-01 {
    position: relative;
    margin: 16px 0;
}

.strip-brand-umbr-01:before {
    content: '';
    width: 300px;
    height: 11px;
    background: #FFD0A1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-brand-umbr-01 h2 {
    margin-left: 10px;
}

.vert-brand-umbr-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-brand-umbr-01 li {
    padding-left: 30px !important;
}

.vert-brand-umbr-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFD0A1 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПЛЮСЫ И МИНУСЫ */
#adap-strip-umbr-02:before {
    width: 190px;
}

.list-brand-umbr-01 p,
.list-brand-umbr-03 p {
    margin-left: 30px;
}

/* 4 БЛОК КАК ИСПОЛЬЗОВАТЬ СТРАТЕГИЮ ЗОНТИЧНОГО БРЕНДА */
#adap-strip-umbr-03:before {
    width: 510px;
}

/* 5 БЛОК ПРИМЕРЫ УСПЕШНЫХ ЗОНТИЧНЫХ БРЕНДОВ */
#adap-strip-umbr-04:before {
    width: 422px;
}

.container-brand-umbr {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-brand-umbr img {
    max-width: 90px !important;
	margin-right: 28px;
}

/* 6 БЛОК ЗАКЛЮЧЕНИЕ */
#adap-strip-umbr-05:before {
    width: 142px;
}

@media(max-width: 480px) {
    .case-brand-umbr h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-brand-umbr-01:before {
        display: none;
    }
    .case-brand-umbr img {
		margin: 24px 0;
	}
	.case-brand-umbr h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-brand-umbr ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-brand-umbr li {
		margin-bottom: 8px !important;
	}
    .vert-brand-umbr-01 {
        margin: 48px 0;
        border: 1px solid #FFD0A1;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-brand-umbr-01 ul {
        margin: 0 !important;
    }
    .vert-brand-umbr-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-brand-umbr-01 li:before {
		display: none;
	}
	.container-brand-umbr {
		margin: 48px 0;
	}
	.icon-brand-umbr img {
		margin: 0 0 16px 10px;
	}
	.text-brand-umbr {
		margin-top: 48px;
	}
	.list-brand-umbr-01 ul,
	.list-brand-umbr-03 ul {
		margin-bottom: 16px !important;
	}
	.list-brand-umbr-01 p,
	.list-brand-umbr-03 p {
		margin-bottom: 8px !important;
	}
	.list-brand-umbr-02 ul,
	.list-brand-umbr-04 ul {
		margin-top: 8px !important;
	}
	.img-adap-umbr-03 img {
		margin-top: 0;
	}
}
/* СТИЛИ СТРАНИЦЫ ЗОНТИЧНЫЙ БРЕНД: КАК УКРЕПИТЬ РЕПУТАЦИЮ, КОГДА ВАС МНОГО КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ БРЕНДИРОВАННЫЙ КОНТЕНТ: КАК СОЗДАТЬ СИЛЬНЫЙ ОБРАЗ ДЛЯ ВАШЕГО БИЗНЕСА НАЧАЛО */
.case-con-your {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-con-your p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-con-your ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-con-your li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-con-your li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C3EC79 !important;
    left: 0;
    top: 6px !important;
}

.case-con-your img {
    max-width: 720px;
    margin-bottom: 15px;
}

.table-your {
    background-color: #C3EC79  !important;
}      

.table-your li {
    padding-left: 0 !important;
}

.case-con-your h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-con-your h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЧТО ТАКОЕ БРЕНДИРОВАННЫЙ КОНТЕНТ */
.strip-con-your-01 {
    margin: 20px 0 15px 0;
}

.strip-con-your-01 h2 {
    margin-left: 10px;
}

.vert-con-your-01 ul {
	margin-bottom: 0 !important;
}

.vert-con-your-01 li {
    position: relative;
    padding-left: 30px !important;
}

.vert-con-your-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #C3EC79 !important;
    left: 1px !important;
    top: 4px !important;
}

.list-your-none ol {
    margin: 16px 0 !important;
}

.list-your-none li::before {
    display: none;
}

.list-your-none li::marker {
    font-weight: 600;
}

.list-your-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

.video-con-your {
    margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-con-your h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-con-your img {
		margin: 24px 0;
	}
	.case-con-your h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-con-your ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-con-your  li {
        margin-bottom: 8px !important;
    }
    .list-your-none li {
        margin-bottom: 16px !important;
    }
    .vert-con-your-01 {
        margin: 48px 0;
        border: 1px solid #C3EC79;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-con-your-01 ul {
        margin: 0 !important;
    }
    .vert-con-your-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
    .vert-con-your-01 li:before {
        display: none;
    }
    .video-con-your {
        margin: 24px 0;
    }    
	.text-author-name p {
		line-height: 1.4 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ БРЕНДИРОВАННЫЙ КОНТЕНТ: КАК СОЗДАТЬ СИЛЬНЫЙ ОБРАЗ ДЛЯ ВАШЕГО БИЗНЕСА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕФЕРЕНТНЫЕ ГРУППЫ: ЧТО ЭТО И КАК ВЛИЯЮТ НА ВЫБОР ПОКУПАТЕЛЕЙ НАЧАЛО */
.case-ref-buyer {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-ref-buyer p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-ref-buyer ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-ref-buyer li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-ref-buyer li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #91D0EB !important;
    left: 0;
    top: 6px !important;
}

.case-ref-buyer img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-buyer {
    background-color: #91D0EB !important;
}      

.table-buyer li {
    padding-left: 0 !important;
}

.case-ref-buyer h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-ref-buyer h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-ref-buyer-01 {
    position: relative;
    margin: 16px 0;
}

.strip-ref-buyer-01:before {
    content: '';
    width: 685px;
    height: 11px;
    background: #91D0EB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-ref-buyer-01 h2 {
    margin-left: 10px;
}

.vert-ref-buyer-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-ref-buyer-01 li {
    padding-left: 30px !important;
}

.vert-ref-buyer-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #91D0EB !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ВИДЫ РЕФЕРЕНТНЫХ ГРУПП */
#adap-strip-buyer-02::before {
    width: 270px;
}

.sub-buyer-bef h3 {
    position: relative;
    padding-left: 18px;
    margin-left: 20px;
}

.sub-buyer-bef h3::before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #91D0EB !important;
    left: 0;
    top: 7px !important;
}

/* 4 БЛОК НА ЧТО ВЛИЯЮТ РЕФЕРЕНТНЫЕ ГРУППЫ */
#adap-strip-buyer-03::before {
    width: 376px;
}

.adap-vert-buyer-02 li:before {
    height: 120px !important;
}

/* 5 БЛОК КАК ИСПОЛЬЗОВАТЬ ВЛИЯНИЕ РЕФЕРЕНТНЫХ ГРУПП В МАРКЕТИНГЕ */
#adap-strip-buyer-04::before {
    width: 626px;
}

.list-buyer-none ol {
    margin-bottom: 16px !important;
}

.list-buyer-none li::before {
    display: none;
}

.list-buyer-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

.list-buyer-none li::marker {
	font-weight: 600 !important
}

/* 6 БЛОК ЗАКЛЮЧЕНИЕ */
#adap-strip-buyer-05::before {
    width: 140px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-ref-buyer h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-ref-buyer-01:before {
        display: none;
    }
    .case-ref-buyer img {
		margin: 24px 0;
	}
	.case-ref-buyer h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-ref-buyer ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-ref-buyer li {
		margin-bottom: 8px !important;
	}
    .vert-ref-buyer-01 {
        margin: 48px 0;
        border: 1px solid #91D0EB;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-ref-buyer-01 ul {
        margin: 0 !important;
    }
    .vert-ref-buyer-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-ref-buyer-01 li:before {
		display: none;
	}
	.text-ref-buyer-02 {
		margin-top: 48px;
	}
    .center {
        margin-bottom: 16px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ РЕФЕРЕНТНЫЕ ГРУППЫ: ЧТО ЭТО И КАК ВЛИЯЮТ НА ВЫБОР ПОКУПАТЕЛЕЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ БЕЗОПАСНЫЙ РЕДИЗАЙН И МИГРАЦИЯ САЙТА: РУКОВОДСТВО ПО СОХРАНЕНИЮ ТРАФИКА НАЧАЛО */
.case-red-migr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-red-migr p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-red-migr ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-red-migr li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-red-migr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CBE3FC !important;
    left: 0;
    top: 6px !important;
}

.case-red-migr img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-migr {
    background-color: #CBE3FC !important;
}      

.table-migr li {
    padding-left: 0 !important;
}

.case-red-migr h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КОГДА ДЕЙСТВИТЕЛЬНО НУЖЕН РЕДИЗАЙН? */
.strip-red-migr-01 {
    position: relative;
    margin: 16px 0;
}

.strip-red-migr-01:before {
    content: '';
    width: 412px;
    height: 11px;
    background: #CBE3FC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-red-migr-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ВИДЫ МИГРАЦИИ САЙТА */
#adap-strip-migr-02::before {
    width: 241px;
}

/* 4 БЛОК ПОДГОТОВИТЕЛЬНЫЙ ЭТАП */
#adap-strip-migr-03::before {
    width: 263px;
}

/* 5 БЛОК ТЕХНИЧЕСКАЯ РЕАЛИЗАЦИЯ */
#adap-strip-migr-04::before {
    width: 271px;
}

/* 6 БЛОК ЗАПУСК И МОНИТОРИНГ */
#adap-strip-migr-05::before {
    width: 234px;
}

.vert-red-migr-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-red-migr-01 li {
    padding-left: 30px !important;
}

.vert-red-migr-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #CBE3FC !important;
    left: 1px !important;
    top: 4px !important;
}

/* 7 БЛОК РАБОТА С АНАЛИТИКОЙ И МЕТРИКАМИ */
#adap-strip-migr-06::before {
    width: 367px;
}

/* 8 БЛОК ОПТИМИЗАЦИЯ ПРОИЗВОДИТЕЛЬНОСТИ ПОСЛЕ МИГРАЦИИ */
#adap-strip-migr-07::before {
    width: 554px;
}

/* 9 БЛОК ИСПРАВЛЕНИЕ ОШИБОК */
#adap-strip-migr-08::before {
    width: 240px;
}

/* 10 БЛОК ЧЕК-ЛИСТ ОСНОВНЫХ ПРОВЕРОК */
#adap-strip-migr-09::before {
    width: 314px;
}

/* 11 БЛОК ЗАКЛЮЧЕНИЕ */
#adap-strip-migr-10::before {
    width: 142px;
}

@media(max-width: 480px) {
    .case-red-migr h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-red-migr-01:before {
        display: none;
    }
    .case-red-migr img {
		margin: 24px 0;
	}
    .case-red-migr ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-red-migr li {
		margin-bottom: 8px !important;
	}
    .vert-red-migr-01 {
        margin: 48px 0;
        border: 1px solid #CBE3FC;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-red-migr-01 ul {
        margin: 0 !important;
    }
    .vert-red-migr-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-red-migr-01 li:before {
		display: none;
	}
	.text-red-migr-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ БЕЗОПАСНЫЙ РЕДИЗАЙН И МИГРАЦИЯ САЙТА: РУКОВОДСТВО ПО СОХРАНЕНИЮ ТРАФИКА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ COCA-COLA: РЕПУТАЦИЯ В ЛЕГЕНДАРНОЙ БУТЫЛКЕ НАЧАЛО */
.case-scan-cola {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-cola p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-cola ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-cola li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-cola li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFAFA9 !important;
    left: 0;
    top: 6px !important;
}

.case-scan-cola img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cola {
    background-color: #FFAFA9 !important;
}      

.table-cola li {
    padding-left: 0 !important;
}

.case-scan-cola h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-cola h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАЧЕМ РЕПУТАЦИЯ ГОСТИНИЦАМ */
.strip-scan-cola-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-cola-01 h2 {
    margin-left: 10px;
}

.vert-scan-cola-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-scan-cola-01 li {
    padding-left: 30px !important;
}

.vert-scan-cola-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #FFAFA9 !important;
    left: 1px !important;
    top: 4px !important;
}

.sub-cola-bef h3 {
    position: relative;
    padding-left: 18px;
    margin-left: 20px;
}

.sub-cola-bef h3::before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFAFA9 !important;
    left: 0;
    top: 7px !important;
}

.video-scan-cola {
	margin-bottom: 16px !important;
}

.adap-vert-cola-02 li:before {
    height: 10px !important;
}

.adap-vert-cola-03 li:before {
    height: 70px !important;
}

@media(max-width: 480px) {
    .case-scan-cola h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.case-scan-cola h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-scan-cola img {
		margin: 24px 0;
	}
    .case-scan-cola ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-scan-cola li {
		margin-bottom: 8px !important;
	}
    .vert-scan-cola-01 {
        margin: 48px 0;
        border: 1px solid #FFAFA9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-cola-01 ul {
        margin: 0 !important;
    }
    .vert-scan-cola-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-cola-01 li:before {
		display: none;
	}
	.video-scan-cola {
		margin: 24px 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ COCA-COLA: РЕПУТАЦИЯ В ЛЕГЕНДАРНОЙ БУТЫЛКЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС “ПОД ГРАДУСОМ”: КАК ВОССТАНОВИТЬ РЕПУТАЦИЮ КОНЬЯКА НАЧАЛО */
.case-res-congnac {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-res-congnac p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-res-congnac ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-res-congnac li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-res-congnac img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-congnac {
    background-color: #FFD993 !important;
}      

.table-congnac li {
    padding-left: 0 !important;
	  margin-bottom: 0 !important;
}

.case-res-congnac h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-res-congnac-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-res-congnac-01 li {
    padding-left: 30px !important;
}

.vert-res-congnac-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFD993 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК РАБОТА С КАРТОЧКАМИ: РАЗБИРАЕМ OTZOVIK */
.strip-res-congnac-01 {
    position: relative;
    margin: 16px 0;
}

.strip-res-congnac-01:before {
    content: '';
    width: 422px;
    height: 11px;
    background: #FFD993;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-res-congnac-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК УДАЛЕНИЕ ОТЗЫВОВ: ПОДБИРАЕМ АРГУМЕНТЫ */
#adap-strip-congnac-02:before {
    width: 440px;
}

/* 4 БЛОК SERM: НА ТРЕТЬ МЕНЬШЕ НЕГАТИВА */
#adap-strip-congnac-03:before {
    width: 333px;
}

.adap-vert-congnac-02 li:before {
    height: 35px !important;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-res-congnac h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-res-congnac-01:before {
        display: none;
    }
    .case-res-congnac img {
		margin: 24px 0;
	}
    .vert-res-congnac-01 {
        margin: 48px 0;
        border: 1px solid #FFD993;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-res-congnac-01 ul {
        margin: 0 !important;
    }
    .vert-res-congnac-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.con-mar-none img {
		margin-top: 0 !important;
	}
	.vert-res-congnac-01 li:before {
		display: none;
	}
	.img-adap-congnac-02 img {
		margin-top: 48px;
	}
	.center {
		margin-bottom: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС “ПОД ГРАДУСОМ”: КАК ВОССТАНОВИТЬ РЕПУТАЦИЮ КОНЬЯКА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ДРИМСКРОЛЛИНГ И СОЦСЕТИ: КАК СОЗДАТЬ СВОЙ УНИКАЛЬНЫЙ КОНТЕНТ НАЧАЛО */
.case-soc-scroll {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-soc-scroll p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-soc-scroll ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-soc-scroll li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-soc-scroll li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B8D2ED !important;
    left: 0;
    top: 6px !important;
}

.case-soc-scroll img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-scroll {
    background-color: #B8D2ED !important;
}      

.table-scroll li {
    padding-left: 0 !important;
}

.case-soc-scroll h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК РАБОТА С КАРТОЧКАМИ: РАЗБИРАЕМ OTZOVIK */
.strip-soc-scroll-01 {
    margin: 16px 0;
}

.strip-soc-scroll-01 h2 {
    margin-left: 10px;
}

.vert-soc-scroll-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-soc-scroll-01 li {
    padding-left: 30px !important;
}

.vert-soc-scroll-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 20px !important;
    border-radius: 0% !important;
    background: #B8D2ED !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-scroll-02 li::before {
    height: 45px !important;
}

.list-scroll-none ol {
    margin-bottom: 16px !important;
}

.list-scroll-none li::before {
    display: none;
}

.list-scroll-none li {
    padding-left: 0 !important;
    margin-left: 16px !important;
}

.list-scroll-none li::marker {
	font-weight: 600 !important
}

@media(max-width: 480px) {
    .case-soc-scroll h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-soc-scroll img {
		margin: 24px 0;
	}
		.case-soc-scroll ul {
		 margin: 24px 0 24px 10px !important;
	}
	.case-soc-scroll li {
		margin-bottom: 8px !important;
	}
    .vert-soc-scroll-01 {
        margin: 48px 0;
        border: 1px solid #B8D2ED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-soc-scroll-01 ul {
        margin: 0 !important;
    }
    .vert-soc-scroll-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-soc-scroll-01 li:before {
		display: none;
	}
	.list-scroll-none li {
    margin-bottom: 16px !important;
}
}
/* СТИЛИ СТРАНИЦЫ ДРИМСКРОЛЛИНГ И СОЦСЕТИ: КАК СОЗДАТЬ СВОЙ УНИКАЛЬНЫЙ КОНТЕНТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ НЬЮСДЖЕКИНГ, И КАК ИСПОЛЬЗОВАТЬ ЕГО В МАРКЕТИНГЕ НАЧАЛО */
.case-news-jacking {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-news-jacking p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-news-jacking ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-news-jacking li {
    position: relative;
    margin-bottom: 16px !important;
    color: #000000 !important;
}

.case-news-jacking img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-jacking {
    background-color: #B8D2ED !important;
}      

.table-jacking li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-news-jacking h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-news-jacking h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК РАБОТА С КАРТОЧКАМИ: РАЗБИРАЕМ OTZOVIK */
.strip-news-jacking-01 {
    margin: 16px 0;
}

.strip-news-jacking-01 h2 {
    margin-left: 10px;
}

.container-news-jacking {
    display: flex;
    flex-direction: column;
}

.icon-news-jacking img {
    max-width: 90px !important;
	margin-right: 28px;
}

.long-news-jacking-01 ul {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-news-jacking-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 276px !important;
    border-radius: 0%;
    background: #B8D2ED;
    left: 1px;
    top: 7px !important;
}

.long-news-jacking-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-news-jacking-01 li:before {
    display: none;
}

.icon-spec-jacking-01 img {
	width: 100px;
	margin-bottom: 0 !important;
}

.vert-news-jacking-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-news-jacking-01 li {
    padding-left: 30px !important;
}

.vert-news-jacking-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #B8D2ED !important;
    left: 1px !important;
    top: 4px !important;
}

.video-news-jacking {
	margin-bottom: 16px !important;
}

#icon-jacking-long {
	margin-left: 53px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-news-jacking h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-news-jacking h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-news-jacking img {
		margin: 24px 0;
	}
    .vert-news-jacking-01 {
        margin: 48px 0;
        border: 1px solid #B8D2ED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-news-jacking-01 ul {
        margin: 0 !important;
    }
    .vert-news-jacking-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-news-jacking-01 li:before {
		display: none;
	}
    .container-news-jacking {
		margin: 48px 0 32px 0;
	}
	.icon-news-jacking img {
		margin: 0 0 16px 10px;
	}
	.icon-adap-jacking img {
		width: 33px !important;
		margin: 0 0 8px 8px !important;
 	}
    .long-news-jacking-01 ul:before {
        display: none;
    }
	.long-news-jacking-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-jacking-long {
		margin-left: 0;
	}
	.video-news-jacking {
	margin: 24px 0 !important;
}
	.text-news-jacking-02 {
		margin-top: 48px;
	}
	.btn-jacking {
		padding: 16px 8px;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ НЬЮСДЖЕКИНГ, И КАК ИСПОЛЬЗОВАТЬ ЕГО В МАРКЕТИНГЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ КОМАРКЕТИНГ: ОБЪЕДИНЯЕМСЯ ТАК, ЧТОБЫ БЫЛО ВЫГОДНО ВСЕМ НАЧАЛО */
.case-mark-co {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-co p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-co ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-co li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-co li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B1CCFF !important;
    left: 0;
    top: 6px !important;
}

.table-co {
    background-color: #B1CCFF !important;
}      

.table-co li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-mark-co h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-mark-co h3 {
    position: relative;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
	  padding-left: 20px;
}

.case-mark-co h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B1CCFF !important;
    left: 0;
    top: 6px !important;
}

/* 2 БЛОК РАБОТА С КАРТОЧКАМИ: РАЗБИРАЕМ OTZOVIK */
.strip-mark-co-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-co-01:before {
    content: '';
    width: 515px;
    height: 11px;
    background: #B1CCFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-co-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК РАБОТАЕТ КОМАРКЕТИНГ */
#adap-strip-co-02:before {
    width: 278px;
}

.vert-mark-co-01 ul {
	margin-bottom: 0 !important;
}

.vert-mark-co-01 li {
    padding-left: 30px !important;
}

.vert-mark-co-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #B1CCFF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ПРЕИМУЩЕСТВА КОМАРКЕТИНГА ДЛЯ БИЗНЕСА */
#adap-strip-co-03:before {
    width: 440px;
}

/* 5 БЛОК ПРЕИМУЩЕСТВА КОМАРКЕТИНГА ДЛЯ БИЗНЕСА */
#adap-strip-co-04:before {
    width: 370px;
}

.container-mark-co {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-mark-co img {
    max-width: 90px !important;
	margin-right: 28px;
}

/* 6 БЛОК КАК ВНЕДРИТЬ КОМАРКЕТИНГ В СВОЮ СТРАТЕГИЮ */
#adap-strip-co-05:before {
    width: 470px;
}

/* 7 БЛОК ЧАСТЫЕ ОШИБКИ В КОМАРКЕТИНГЕ, И КАК ИХ ИЗБЕЖАТЬ */
#adap-strip-co-06:before {
    width: 520px;
}

/* 8 БЛОК НАПОСЛЕДОК */
#adap-strip-co-07:before {
    width: 141px;
}

.video-mark-co {
	margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-mark-co h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-co h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-mark-co img {
		margin: 24px 0;
	}
	.strip-mark-co-01:before {
		display: none;
	}
	.list-mark-co-01 ul {
		margin: 24px 0 24px 10px !important;
	}
	.list-mark-co-01 li {
		margin-bottom: 8px !important;
	}
    .vert-mark-co-01 {
        margin: 48px 0;
        border: 1px solid #B8D2ED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-co-01 ul {
        margin: 0 !important;
    }
    .vert-mark-co-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-co-01 li:before {
		display: none;
	}
    .container-mark-co {
		margin: 48px 0 32px 0;
	}
	.icon-mark-co img {
		margin: 0 0 16px 10px;
	}
	.icon-adap-co img {
		width: 33px !important;
		margin: 0 0 8px 8px !important;
 	}
	.video-mark-co {
	    margin: 24px 0 !important;
    }
	.text-mark-co-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ КОМАРКЕТИНГ: ОБЪЕДИНЯЕМСЯ ТАК, ЧТОБЫ БЫЛО ВЫГОДНО ВСЕМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОРЕЙТИНГ РЕПУТАЦИИ СЛУЖБ ДОСТАВКИ — 2024 НАЧАЛО */
.res-serv-rat {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.res-serv-rat p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 16px !important;
}

.res-serv-rat img {
    max-width: 720px;
    margin-bottom: 16px;
}

.btn-text-res-affect p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .res-serv-rat img {
        margin: 24px 0;
    }
    .center {
        margin-bottom: 16px !important;
    }
	.btn-text-res-affect p {
	margin-bottom: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ РЕЙТИНГ РЕПУТАЦИИ СЛУЖБ ДОСТАВКИ — 2024 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ MARKWAY И RUWARD: РЫНОК УПРАВЛЕНИЯ РЕПУТАЦИЕЙ В 2024 ГОДУ НАЧАЛО */
.res-mark-ruward {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.res-mark-ruward p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 16px !important;
}

.res-mark-ruward ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-mark-ruward li {
    color: #000000 !important;
	  font-size: 16px !important;
	font-weight: 300 !important;
}

.res-mark-ruward img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ruward {
    background-color: #BDE4E7 !important;
}      

.table-ruward li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.res-mark-ruward h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

#icon-ruward-long {
	margin-left: 67px;
}

.long-mark-ruward-01 ul {
    position: relative;
    margin-left: 49px !important;
    padding-left: 16px !important;
}

.long-mark-ruward-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 170px !important;
    border-radius: 0%;
    background: #6FA9AF;
    left: 1px;
    top: 7px !important;
}

.long-mark-ruward-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-mark-ruward-01 li:before {
    display: none;
}
 
.icon-spec-ruward-01 img {
	width: 100px;
	margin-bottom: 0 !important;
}

/* 2 БЛОК УПРАВЛЕНИЕ РЕПУТАЦИЕЙ САМОСТОЯТЕЛЬНО ИЛИ НЕТ */
.strip-mark-ruward-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-ruward-01:before {
    content: '';
    width: 510px;
    height: 11px;
    background: #BDE4E7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-ruward-01 h2 {
    margin-left: 10px;
}

.cont .semibold {
	font-size: 18px !important;
}

/* 3 БЛОК МЕТОДЫ, ИНСТРУМЕНТЫ И КЛЮЧЕВЫЕ ОТРАСЛИ */
#adap-strip-ruward-02:before {
    width: 450px;
}

/* 4 БЛОК НЕЙРОСЕТИ В СФЕРЕ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
#adap-strip-ruward-03:before {
    width: 450px;
}

@media (max-width: 480px) {
    .res-mark-ruward img {
        margin: 24px 0;
    }
    .res-mark-ruward h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.icon-adap-ruward img {
		width: 33px !important;
		margin: 0 0 8px 0 !important;
 	}
    .long-mark-ruward-01 ul:before {
        display: none;
    }
	.long-mark-ruward-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-mark-ruward {
		margin-left: 0;
	}
	.text-mark-ruward-02 {
		margin-top: 48px;
	}
    .strip-mark-ruward-01:before {
        display: none;
    }
	.long-mark-ruward-01 ul {
		margin: 0 0 24px 27px !important;
	}
	#icon-ruward-long {
		margin-left: 29px;
	}
}
/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ MARKWAY И RUWARD: РЫНОК УПРАВЛЕНИЯ РЕПУТАЦИЕЙ В 2024 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ БЫСТРАЯ РЕАКЦИЯ — СИЛЬНАЯ РЕПУТАЦИЯ: КАК “ПОИНТЕР” И MARKWAY УСКОРЯЮТ РАБОТУ С ОТЗЫВАМИ НАЧАЛО */
.case-resp-quick {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-resp-quick p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-resp-quick ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-resp-quick li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    font-weight: 300 !important;
    color: #000000 !important;
}

.case-resp-quick li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #3DDD62 !important;
    left: 0;
    top: 6px !important;
}

.table-quick {
    background-color: #3DDD62 !important;
}      

.table-quick li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.table-quick .semibold {
	font-size: 18px !important;
}

.case-resp-quick h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.list-quick-none ol {
    margin-bottom: 16px 0 16px 16px !important;
}

.list-quick-none li:before {
    display: none;
}

.list-quick-none li {
    padding-left: 0 !important;
    margin-left: 16px !important;
}

.list-resp-quick ol {
	margin-left: 16px !important
}

.list-resp-quick-01 li::marker {
    font-weight: 600;
}

/* 2 БЛОК ПОЧЕМУ В КРИЗИС НУЖНО ДАВАТЬ ОТВЕТЫ */
.strip-resp-quick-01 {
    position: relative;
    margin: 16px 0;
}

.strip-resp-quick-01:before {
    content: '';
    width: 407px;
    height: 11px;
    background: #3DDD62;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-resp-quick-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ОСНОВЫ АНТИКРИЗИСНОЙ СТРАТЕГИИ РЕАГИРОВАНИЯ */
#adap-strip-quick-02:before {
    width: 515px;
}

/* 4 БЛОК КРИЗИС VS АНТИКРИЗИС */
#adap-strip-quick-03:before {
    width: 240px;
}

/* 5 БЛОК КЕЙС: ПРЕВРАЩАЕМ КРИТИКОВ В АДВОКАТОВ БРЕНДА */
#adap-strip-quick-04:before {
    width: 505px;
}

/* 6 БЛОК КАК ПОИНТЕР ПОМОГАЕТ УПРАВЛЯТЬ ОТЗЫВАМИ КЛИЕНТОВ */
#adap-strip-quick-05:before {
    width: 560px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-resp-quick h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-resp-quick ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-resp-quick li {
        margin-bottom: 8px !important;
    }
    .list-resp-quick-01 li {
        margin-bottom: 16px !important;
    }
    .case-resp-quick img {
		margin: 24px 0;
	}
	.strips-title p {
		margin-bottom: 8px !important;
	}
	.text-resp-quick-02 {
		margin-top: 48px;
	}
    .blog-btn-text p {
        margin-bottom: 16px !important;
    }
	.strip-resp-quick-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ БЫСТРАЯ РЕАКЦИЯ — СИЛЬНАЯ РЕПУТАЦИЯ: КАК “ПОИНТЕР” И MARKWAY УСКОРЯЮТ РАБОТУ С ОТЗЫВАМИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ В МАРКЕТИНГЕ 2025: ОТ КЛАССИЧЕСКИХ ИНСТРУМЕНТОВ ДО ЦИФРОВЫХ АВАТАРОВ НАЧАЛО */
.case-mark-avatars {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-avatars p {
    font-size: 16px !important;
    font-weight: normal !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-avatars ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-avatars li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-avatars li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBDAF !important;
    left: 0;
    top: 6px !important;
}

.table-avatars {
    background-color: #FFBDAF !important;
}      

.table-avatars li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-mark-avatars h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-mark-avatars h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК КАК ТЕХНОЛОГИИ ПЕРЕВЕРНУТ МАРКЕТИНГ В 2025 ГОДУ */
.strip-mark-avatars-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-avatars-01:before {
    content: '';
    width: 515px;
    height: 11px;
    background: #FFBDAF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-avatars-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МАРКЕТИНГ: ПЕРЕЗАГРУЗКА. ГЛАВНЫЕ ТРЕНДЫ 2025 ГОДА */
#adap-strip-avatars-02:before {
    width: 533px;
}

/* 4 БЛОК МАРКЕТИНГОВЫЕ ИНСТРУМЕНТЫ, КОТОРЫЕ УЙДУТ НА ПЕНСИЮ */
#adap-strip-avatars-03:before {
    width: 585px;
}

.list-mark-avatars-04 p {
    margin-left: 30px;
}

@media(max-width: 480px) {
    .case-mark-avatars h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-avatars h3 {
        margin: 24px 0 16px 10px !important;
    }
	.strip-mark-avatars-01:before {
		display: none;
	}
    .case-mark-avatars img {
		margin: 24px 0;
	}
    .case-mark-avatars ul {
        margin: 24px 0 24px 10px !important;
    }
	.list-mark-avatars-01 ul {
		margin-top: 0 !important;
	}
    .list-mark-avatars-04 ul {
        margin: 8px 0 16px 10px !important;
    }
	.text-mark-avatars-08 p {
		margin-bottom: 20px !important;
	}
	.list-mark-avatars-04 p {
		margin-bottom: 0 !important;
	}
	.text-mark-avatars-02 {
		margin-top: 48px;
	}
	.strips-title p {
		margin-bottom: 8px !important;
	}
	.text-mark-avatars-09 {
		margin-top: 24px;
	}
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ В МАРКЕТИНГЕ 2025: ОТ КЛАССИЧЕСКИХ ИНСТРУМЕНТОВ ДО ЦИФРОВЫХ АВАТАРОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ 2025 НАЧАЛО */
.case-rep-trends {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rep-trends p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-rep-trends ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-rep-trends li {
    position: relative;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rep-trends li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C9ECC0 !important;
    left: 0;
    top: 6px !important;
}

.case-rep-trends img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-trends {
    background-color: #C9ECC0 !important;
}      

.table-trends li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-rep-trends h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК 1. МНОГОКАНАЛЬНОСТЬ: БЫТЬ ТАМ, ГДЕ КЛИЕНТ */
.strip-rep-trends-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rep-trends-01:before {
    content: '';
    width: 440px;
    height: 11px;
    background: #C9ECC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rep-trends-01 h2 {
    margin-left: 10px;
}

.vert-rep-trends-01 ul {
    margin-left: 10px;
	margin-bottom: 0 !important;
}

.vert-rep-trends-01 li {
    padding-left: 30px !important;
}

.vert-rep-trends-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #C9ECC0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК 2. ИСКУССТВЕННЫЙ ИНТЕЛЛЕКТ: ДАННЫЕ НА СЛУЖБЕ РЕПУТАЦИИ */
#adap-strip-trends-02:before {
    width: 610px;
}

/* 4 БЛОК 3. МУЛЬТИМОДАЛЬНОСТЬ: ГИБКОСТЬ В ФОРМАТЕ */
#adap-strip-trends-03:before {
    width: 451px;
}

.adap-vert-trends-02 li:before {
    height: 45px !important;
}

.adap-vert-trends-03 li:before {
    height: 20px !important;
}

/* 5 БЛОК 4. НОВЫЕ СИСТЕМЫ ОЦЕНКИ БИЗНЕСА: ВЛИЯНИЕ РЕЙТИНГОВ */
#adap-strip-trends-04:before {
    width: 568px;
}

/* 6 БЛОК 5. УСТОЙЧИВОЕ РАЗВИТИЕ И ESG */
#adap-strip-trends-05:before {
    width: 304px;
}

/* 7 БЛОК 6. РЕПУТАЦИЯ СОТРУДНИКОВ КАК БРЕНДОВ */
#adap-strip-trends-06:before {
    width: 406px;
}

/* 8 БЛОК 7. ПРОЗРАЧНОСТЬ И ЗАЩИТА ДАННЫХ */
#adap-strip-trends-07:before {
    width: 353px;
}

@media(max-width: 480px) {
    .case-rep-trends h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-rep-trends img {
		margin: 24px 0;
	}
    .case-rep-trends ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-rep-trends li {
        margin-bottom: 8px !important;
    }
    .vert-rep-trends-01 {
        margin: 48px 0;
        border: 1px solid #C9ECC0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rep-trends-01 ul {
        margin: 0 !important;
    }
    .vert-rep-trends-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.text-rep-trends-02 {
		display: none;
	}
	.vert-rep-trends-01 li:before {
		display: none;
    }
	.strip-rep-trends-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ 2025 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК НАБРАТЬ МИЛЛИОНЫ ПОКАЗОВ В “ДЗЕНЕ”: КЕЙС СТРОИТЕЛЬНОЙ КОМПАНИИ НАЧАЛО */
.case-zen-get {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-zen-get p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-zen-get ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-zen-get li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-zen-get li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F2BD90 !important;
    left: 0;
    top: 6px !important;
}

.case-zen-get img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-get {
    background-color: #F2BD90 !important;
}      

.table-get li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-zen-get h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КОНТЕНТ-СТРАТЕГИЯ: КАК СТАТЬ ЛИДЕРОМ МНЕНИЙ */
.strip-zen-get-01 {
    position: relative;
    margin: 16px 0;
}

.strip-zen-get-01:before {
    content: '';
    width: 490px;
    height: 11px;
    background: #F2BD90;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-zen-get-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАКИЕ СТАТЬИ ПОЛУЧИЛИ ВЫСОКИЕ ОХВАТЫ */
#adap-strip-get-02:before {
    width: 420px;
}

/* 4 БЛОК РЕЗУЛЬТАТЫ В БЛОГЕ */
#adap-strip-get-03:before {
    width: 206px;
}

/* 5 БЛОК 5 РЕКОМЕНДАЦИЙ ПО ПРОДВИЖЕНИЮ БЛОГА В “ДЗЕНЕ” */
#adap-strip-get-04:before {
    width: 520px;
}

.list-zen-get-03 ol {
    margin: 16px 0 !important;
}

.list-zen-get-03 li:before {
    display: none;
}

.list-zen-get-03 li {
    padding-left: 0 !important;
    margin-left: 16px !important;
}

.list-zen-get-03 li::marker {
    font-weight: 600;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-zen-get h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-zen-get-01:before {
        display: none;
    }
    .case-zen-get img {
		margin: 24px 0;
	}
    .case-zen-get ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-zen-get li {
        margin-bottom: 8px !important;
    }
	.img-adap-get-02 img {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК НАБРАТЬ МИЛЛИОНЫ ПОКАЗОВ В “ДЗЕНЕ”: КЕЙС СТРОИТЕЛЬНОЙ КОМПАНИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ВЫВЕСТИ БИЗНЕС НА ЗАРУБЕЖНЫЕ РЫНКИ ЧЕРЕЗ SEO: ПОШАГОВОЕ РУКОВОДСТВО НАЧАЛО */
.case-bus-foreign {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-bus-foreign p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-bus-foreign ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-bus-foreign li {
    position: relative;
    margin-bottom: 16px !important;
	font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-bus-foreign li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9AE9FF !important;
    left: 0;
    top: 6px !important;
}

.case-bus-foreign img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-foreign {
    background-color: #9AE9FF !important;
}      

.table-foreign li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-bus-foreign h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-bus-foreign h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ОСОБЕННОСТИ ПРОДВИЖЕНИЯ САЙТА НА МЕЖДУНАРОДНОМ РЫНКЕ */
.strip-bus-foreign-01 {
    position: relative;
    margin: 16px 0;
}

.strip-bus-foreign-01:before {
    content: '';
    width: 630px;
    height: 11px;
    background: #9AE9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-bus-foreign-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОДГОТОВКА К ВЫХОДУ НА ЗАРУБЕЖНЫЙ РЫНОК */
#adap-strip-foreign-02:before {
    width: 463px;
}

/* 4 БЛОК ТЕХНИЧЕСКИЕ ТРЕБОВАНИЯ К САЙТУ */
#adap-strip-foreign-03:before {
    width: 340px;
}

/* 5 БЛОК ОСОБЕННОСТИ ЛОКАЛИЗАЦИИ КОНТЕНТА */
#adap-strip-foreign-04:before {
    width: 390px;
}

/* 6 БЛОК СТРАТЕГИИ ПРОДВИЖЕНИЯ НА РАЗНЫХ РЫНКАХ */
#adap-strip-foreign-05:before {
    width: 450px;
}

/* 7 БЛОК РАБОТА СО ССЫЛОЧНОЙ МАССОЙ */
#adap-strip-foreign-06:before {
    width: 316px;
}

/* 8 БЛОК E-A-T ФАКТОРЫ И ИХ ВЛИЯНИЕ */
#adap-strip-foreign-07:before {
    width: 290px;
}

/* 9 БЛОК ИЗМЕРЕНИЕ ЭФФЕКТИВНОСТИ И АНАЛИТИКА */
#adap-strip-foreign-08:before {
    width: 420px;
}

/* 10 БЛОК БЮДЖЕТИРОВАНИЕ И СРОКИ */
#adap-strip-foreign-09:before {
    width: 280px;
}

/* 11 БЛОК ЗАКЛЮЧЕНИЕ И ПРАКТИЧЕСКИЕ РЕКОМЕНДАЦИИ */
#adap-strip-foreign-10:before {
    width: 460px;
}

@media(max-width: 480px) {
    .case-bus-foreign h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-bus-foreign h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-bus-foreign img {
		margin: 24px 0;
	}
    .case-bus-foreign ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-bus-foreign li {
        margin-bottom: 8px !important;
    }
	.strip-bus-foreign-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ВЫВЕСТИ БИЗНЕС НА ЗАРУБЕЖНЫЕ РЫНКИ ЧЕРЕЗ SEO: ПОШАГОВОЕ РУКОВОДСТВО КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ТРИПВАЕР, И КАК ОН ПОМОГАЕТ УВЕЛИЧИТЬ ПРОДАЖИ НАЧАЛО */
.case-trip-ware {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-trip-ware p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-trip-ware ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 0 10px !important;
}

.case-trip-ware li {
    font-weight: 300;
    margin-bottom: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-trip-ware img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ware {
    background-color: #8CDFFF !important;
}      

.table-ware li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.strips-title .semibold {
	font-size: 18px !important;
}

.case-trip-ware h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ДЛЯ ЧЕГО НУЖЕН ТРИПВАЕР В МАРКЕТИНГЕ */
.strip-trip-ware-01 {
    position: relative;
    margin: 16px 0;
}

.strip-trip-ware-01:before {
    content: '';
    width: 407px;
    height: 11px;
    background: #8CDFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-trip-ware-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАЗНИЦА МЕЖДУ ЛИД-МАГНИТОМ И ТРИПВАЕРОМ */
#adap-strip-ware-02:before {
    width: 470px;
}

.vert-trip-ware-01 ul {
    margin-left: 10px;
}

.vert-trip-ware-01 li {
    padding-left: 30px !important;
}

.vert-trip-ware-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #8CDFFF !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-ware-02 li:before {
    height: 20px !important;
}

/* 4 БЛОК ВИДЫ ТРИПВАЕРОВ И ПРИМЕРЫ ИЗ РАЗНЫХ СФЕР */
#adap-strip-ware-03:before {
    width: 466px;
}

.list-ware-none ol {
    margin: 16px 0 !important;
}

.list-ware-none li {
    padding-left: 0 !important;
    margin-left: 16px;
}

.list-ware-none li::marker {
    font-weight: 600;
}

/* 5 БЛОК КАК УСИЛИТЬ КОНВЕРСИЮ ТРИПВАЕРА */
#adap-strip-ware-04:before {
    width: 370px;
}

/* 6 БЛОК ОШИБКИ ПРИ СОЗДАНИИ ТРИПВАЕРА */
#adap-strip-ware-05:before {
    width: 352px;
}

@media(max-width: 480px) {
    .case-trip-ware h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-trip-ware img {
		margin: 24px 0;
	}
    .vert-trip-ware-01 {
        margin: 48px 0;
        border: 1px solid #8CDFFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-trip-ware-01 ul {
        margin: 0 !important;
    }
    .vert-trip-ware-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-trip-ware-01 li:before {
		display: none;
    }
	.strip-trip-ware-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ТРИПВАЕР, И КАК ОН ПОМОГАЕТ УВЕЛИЧИТЬ ПРОДАЖИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЦИФРОВОЙ ЭТИКЕТ: ПРАВИЛА, ПРИНЦИПЫ И ОСОБЕННОСТИ ПОВЕДЕНИЯ НАЧАЛО */
.case-dig-rules {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-dig-rules p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-dig-rules ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-dig-rules li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-dig-rules li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B9DBFD !important;
    left: 0;
    top: 6px !important;
}

.case-dig-rules img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rules {
    background-color: #B9DBFD !important;
}      

.table-rules li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-dig-rules h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-dig-rules h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЧТО ТАКОЕ ЦИФРОВОЙ ЭТИКЕТ И ЗАЧЕМ ОН НУЖЕН */
.strip-dig-rules-01 {
    position: relative;
    margin: 16px 0;
}

.strip-dig-rules-01:before {
    content: '';
    width: 473px;
    height: 11px;
    background: #B9DBFD;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-dig-rules-01 h2 {
    margin-left: 10px;
}

.vert-dig-rules-01 ul {
	margin-bottom: 0 !important;
}

.vert-dig-rules-01 li {
    padding-left: 30px !important;
}

.vert-dig-rules-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #B9DBFD !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ОСОБЕННОСТИ ЦИФРОВОГО ЭТИКЕТА */
#adap-strip-rules-02:before {
    width: 350px;
}

/* 4 БЛОК ОСНОВНЫЕ ПРИНЦИПЫ И ПРАВИЛА ЦИФРОВОГО ЭТИКЕТА */
#adap-strip-rules-03:before {
    width: 540px;
}

/* 5 БЛОК ПОЧЕМУ ВАЖНА ЦИФРОВАЯ РЕПУТАЦИЯ */
#adap-strip-rules-04:before {
    width: 380px;
}

.adap-vert-rules-02 li:before {
    height: 45px !important;
}

/* 6 БЛОК КАК ПОНЯТЬ, ЧТО УМЕСТНО В ОНЛАЙН-ОБЩЕНИИ */
#adap-strip-rules-05:before {
    width: 460px;
}

/* 7 БЛОК ЧТО ДЕЛАТЬ, ЕСЛИ НАРУШИЛИ ЦИФРОВОЙ ЭТИКЕТ */
#adap-strip-rules-06:before {
    width: 470px;
}

/* 8 БЛОК ЗАКЛЮЧЕНИЕ */
#adap-strip-rules-07:before {
    width: 140px;
}

@media(max-width: 480px) {
    .case-dig-rules h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-dig-rules h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-dig-rules img {
		margin: 24px 0;
	}
    .case-dig-rules ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-dig-rules li {
        margin-bottom: 8px !important;
    }
    .vert-dig-rules-01 {
        margin: 48px 0;
        border: 1px solid #B9DBFD;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-dig-rules-01 ul {
        margin: 0 !important;
    }
    .vert-dig-rules-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-dig-rules-01 li:before {
		display: none;
    }
	.strip-dig-rules-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ ЦИФРОВОЙ ЭТИКЕТ: ПРАВИЛА, ПРИНЦИПЫ И ОСОБЕННОСТИ ПОВЕДЕНИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МЕТОД ЭКСПЕРТНОГО ИНТЕРВЬЮ: ПРОСНУТЬСЯ ЗНАМЕНИТЫМ НАЧАЛО */
.case-inter-fam {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-inter-fam p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-inter-fam ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-inter-fam li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-inter-fam li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD602 !important;
    left: 0;
    top: 6px !important;
}

.case-inter-fam img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-fam {
    background-color: #FFD602 !important;
}      

.table-fam li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-inter-fam h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-inter-fam h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6;
}

/* 2 БЛОК ЭКСПЕРТНОЕ ИНТЕРВЬЮ: ЗАЧЕМ НУЖНО КОМПАНИИ? */
.strip-inter-fam-01 {
    position: relative;
    margin: 16px 0;
}

.strip-inter-fam-01:before {
    content: '';
    width: 491px;
    height: 11px;
    background: #FFD602;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-inter-fam-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ФОРМАТЫ ИНТЕРВЬЮ: КАК ВЫБРАТЬ? */
#adap-strip-fam-02:before {
    width: 350px;
}

/* 4 БЛОК ПСИХОЛОГИЯ ИНТЕРВЬЮ: НАХОДИМ ПОДХОД К ЛЮБОМУ ЧЕЛОВЕКУ */
#adap-strip-fam-03:before {
    width: 620px;
}

/* 5 БЛОК КАК ПРОВОДИТЬ ИНТЕРВЬЮ: ПОЛНЫЙ ГАЙД */
#adap-strip-fam-04:before {
    width: 410px;
}

.italic {
    font-style: italic;
}

.video-inter-fam {
    margin-bottom: 16px;
}

@media(max-width: 480px) {
    .case-inter-fam h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-inter-fam h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-inter-fam img {
		margin: 24px 0;
	}
    .case-inter-fam ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-inter-fam li {
        margin-bottom: 8px !important;
    }
	.strip-inter-fam-01:before {
		display: none;
	}
    .video-inter-fam {
        margin: 24px 0;
    }
	.text-inter-fam-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ МЕТОД ЭКСПЕРТНОГО ИНТЕРВЬЮ: ПРОСНУТЬСЯ ЗНАМЕНИТЫМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АНТИТРЕНДЫ SMM 2025 ГОДА: ЧТО УЖЕ НЕ РАБОТАЕТ В СОЦСЕТЯХ НАЧАЛО */
.case-trend-anti {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-trend-anti p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-trend-anti img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-anti {
    background-color: #FF9C9C !important;
}      

.table-anti li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.list-table-contents li::marker {
	color: #1A2129 !important;
}

.case-trend-anti h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК 1. "ИДЕАЛЬНЫЕ ЛЮДИ": УЖЕ ПРИЕЛОСЬ */
.strip-trend-anti-01 {
    position: relative;
    margin: 16px 0;
}

.strip-trend-anti-01:before {
    content: '';
    width: 366px;
    height: 11px;
    background: #FF9C9C;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-trend-anti-01 h2 {
    margin-left: 10px;
}

.container-trend-anti {
    display: flex;
    flex-direction: column;
}

.icon-trend-anti img {
    max-width: 90px !important;
	margin-right: 18px;
}

/* 3 БЛОК 2. ИЗЛИШНИЙ ГЛЯНЕЦ */
#adap-strip-anti-02:before {
    width: 215px;
}

/* 4 БЛОК 3. ГОНКА ЗА ПОДПИСЧИКАМИ */
#adap-strip-anti-03:before {
    width: 276px;
}

/* 5 БЛОК 4. УНИВЕРСАЛЬНЫЙ КОНТЕНТ ДЛЯ ВСЕХ ПЛАТФОРМ */
#adap-strip-anti-04:before {
    width: 480px;
}

/* 6 БЛОК 5. МАССФОЛЛОВИНГ ЧЕРЕЗ БОТОВ */
#adap-strip-anti-05:before {
    width: 322px;
}

/* 7 БЛОК 6. СЛИШКОМ СЕРЬЕЗНЫЙ ПОДХОД */
#adap-strip-anti-06:before {
    width: 323px;
}

/* 8 БЛОК НОВАЯ СТАТИСТИКА: ЧТО ПОЛЬЗОВАТЕЛИ ЦЕНЯТ В КОНТЕНТЕ */
#adap-strip-anti-07:before {
    width: 564px;
}

.btn-anti {
	gap: 0 220px;
}

@media(max-width: 480px) {
    .case-trend-anti h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-trend-anti img {
		margin: 24px 0;
	}
	.strip-trend-anti-01:before {
		display: none;
	}
    .container-trend-anti {
		margin: 48px 0 32px 0;
	}
	.icon-trend-anti img {
		margin: 0 0 16px 10px;
	}
	.btn-anti {
		gap: 16px;
	}
	.text-trend-anti-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ АНТИТРЕНДЫ SMM 2025 ГОДА: ЧТО УЖЕ НЕ РАБОТАЕТ В СОЦСЕТЯХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙC: КАК УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ПОВЫШАЕТ ТРАФИК И КОНВЕРСИЮ В ПРОДАЖУ НАЧАЛО */
.case-traf-sal {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-traf-sal p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-traf-sal ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-traf-sal li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-traf-sal li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CEE9FE !important;
    left: 0;
    top: 6px !important;
}

.case-traf-sal img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-sal {
    background-color: #CEE9FE !important;
}      

.table-sal li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-traf-sal h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ТУНДРА КАК ТУРИСТИЧЕСКАЯ ФИШКА */
.strip-traf-sal-01 {
    position: relative;
    margin: 16px 0;
}

.strip-traf-sal-01:before {
    content: '';
    width: 350px;
    height: 11px;
    background: #CEE9FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-traf-sal-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЧТО ИМЕЛИ НА СТАРТЕ */
#adap-strip-sal-02:before {
    width: 220px;
}

/* 4 БЛОК МОНИТОРИНГ УПОМИНАНИЙ И КРАУД-МАРКЕТИНГ */
#adap-strip-sal-03:before {
    width: 470px;
}

.vert-traf-sal-01 ul {
	margin-bottom: 0 !important;
}

.vert-traf-sal-01 li {
    padding-left: 30px !important;
}

.vert-traf-sal-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 20px !important;
    border-radius: 0% !important;
    background: #CEE9FE !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК РАБОТА С ОТЗЫВАМИ */
#adap-strip-sal-04:before {
    width: 210px;
}

@media(max-width: 480px) {
    .case-traf-sal h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-traf-sal h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-traf-sal img {
		margin: 24px 0;
	}
    .case-traf-sal ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-traf-sal li {
        margin-bottom: 8px !important;
    }
    .vert-traf-sal-01 {
        margin: 48px 0;
        border: 1px solid #CEE9FE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-traf-sal-01 ul {
        margin: 0 !important;
    }
    .vert-traf-sal-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-traf-sal-01 li:before {
		display: none;
    }
	.strip-traf-sal-01:before {
		display: none;
	}
	.list-traf-sal-01 ul {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙC: КАК УПРАВЛЕНИЕ РЕПУТАЦИЕЙ ПОВЫШАЕТ ТРАФИК И КОНВЕРСИЮ В ПРОДАЖУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТЕНДЕНЦИИ ПОТРЕБИТЕЛЬСКОГО ПОВЕДЕНИЯ В 2025 ГОДУ НАЧАЛО */
.case-con-beh {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-con-beh p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-con-beh ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-con-beh li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-con-beh li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C9ECC0 !important;
    left: 0;
    top: 6px !important;
}

.case-con-beh img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-beh {
    background-color: #C9ECC0 !important;
}      

.table-beh li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-con-beh h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-con-beh h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
	position: relative;
}

/* 2 БЛОК КЛЮЧЕВЫЕ ФАКТОРЫ И МОТИВАЦИЯ ПОТРЕБИТЕЛЕЙ */
.strip-con-beh-01 {
    position: relative;
    margin: 16px 0;
}

.strip-con-beh-01:before {
    content: '';
    width: 493px;
    height: 11px;
    background: #C9ECC0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-con-beh-01 h2 {
    margin-left: 10px;
}

.vert-con-beh-01 ul {
	margin-bottom: 0 !important;
}

.vert-con-beh-01 li {
    padding-left: 30px !important;
}

.vert-con-beh-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #C9ECC0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ОСОБЕННОСТИ ИЗМЕНЕНИЙ ПРЕДПОЧТЕНИЙ РОССИЙСКИХ ПОКУПАТЕЛЕЙ */
#adap-strip-beh-02:before {
    width: 680px;
}

.adap-vert-beh-02 li:before {
    height: 95px !important;
}

/* 4 БЛОК КАК ПРОАНАЛИЗИРОВАТЬ ПОВЕДЕНИЕ ПОТРЕБИТЕЛЕЙ */
#adap-strip-beh-03:before {
    width: 510px;
}

.sub-bef-beh h3 {
	padding-left: 20px;
}

.sub-bef-beh h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C9ECC0 !important;
    left: 0;
    top: 6px !important;
}

@media(max-width: 480px) {
    .case-con-beh h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-con-beh h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-con-beh img {
		margin: 24px 0;
	}
    .case-con-beh ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-con-beh li {
        margin-bottom: 8px !important;
    }
    .vert-con-beh-01 {
        margin: 48px 0;
        border: 1px solid #C9ECC0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-con-beh-01 ul {
        margin: 0 !important;
    }
    .vert-con-beh-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-con-beh-01 li:before {
		display: none;
    }
	.strip-con-beh-01:before {
		display: none;
	}
	.text-con-beh-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ТЕНДЕНЦИИ ПОТРЕБИТЕЛЬСКОГО ПОВЕДЕНИЯ В 2025 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СЭМПЛИНГ: ЧТО ЭТО И ЗАЧЕМ ОН НУЖЕН НАЧАЛО */
.case-sam-pling {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-sam-pling p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-sam-pling ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-sam-pling li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-sam-pling li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD2A2 !important;
    left: 0;
    top: 6px !important;
}

.case-sam-pling img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-pling {
    background-color: #FFD2A2 !important;
}      

.table-pling li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-sam-pling h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-sam-pling h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЗАДАЧИ СЭМПЛИНГА */
.strip-sam-pling-01 {
    position: relative;
    margin: 16px 0;
}

.strip-sam-pling-01:before {
    content: '';
    width: 201px;
    height: 11px;
    background: #FFD2A2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-sam-pling-01 h2 {
    margin-left: 10px;
}

.container-sam-pling {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-sam-pling img {
    max-width: 90px !important;
}

.brands-text-pling ol li {
	margin-left: 24px !important;
}

.brands-text-pling ol li::marker {
	font-weight: 600 !important;
}

.brands-text-pling p {
	margin-bottom: 0 !important;
}

.mar-sam-pling {
    padding-left: 38px !important;
	margin-left: 0 !important;
}

/* 3 БЛОК ВЛИЯНИЕ СЭМПЛИНГА НА ПРИВЛЕЧЕНИЕ КЛИЕНТОВ И ПРИНЯТИЕ РЕШЕНИЙ */
#adap-strip-pling-02:before {
    width: 695px;
}

/* 4 БЛОК ВИДЫ СЭМПЛИНГА */
#adap-strip-pling-03:before {
    width: 185px;
}

/* 5 БЛОК КАК ОРГАНИЗОВАТЬ ЭФФЕКТИВНЫЙ СЭМПЛИНГ: ЭТАПЫ И РЕКОМЕНДАЦИИ */
#adap-strip-pling-04:before {
    width: 690px;
}

/* 6 БЛОК ПРЕИМУЩЕСТВА СЭМПЛИНГА: ЛОЯЛЬНОСТЬ, УЗНАВАЕМОСТЬ И РОСТ ПРОДАЖ */
#adap-strip-pling-05:before {
    width: 710px;
}

/* 7 БЛОК РАЗДАЧА БЕСПЛАТНЫХ ОБРАЗЦОВ И ЕЕ ВЛИЯНИЕ НА БРЕНД */
#adap-strip-pling-06:before {
    width: 556px;
}

.list-pling-none ol {
    margin-bottom: 16px !important;
}

.list-pling-none li:before {
    display: none;
}

.list-pling-none li {
    margin-left: 16px !important;
    padding-left: 0 !important;
}

@media(max-width: 480px) {
    .case-sam-pling h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-sam-pling h3 {
        margin: 24px 0 16px 10px !important;
			font-size: 18px !important;
    }
	.case-sam-pling ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-sam-pling img {
		margin: 24px 0;
	}
	.strip-sam-pling-01:before {
		display: none;
	}
    .container-sam-pling {
		margin: 48px 0 32px 0;
	}
	.brands-text-pling {
		margin-bottom: 16px; 
	}
	.icon-sam-pling img {
		margin: 0 0 0 10px;
	}
    .list-sam-pling-04 ol {
        margin: 24px 0 !important;
    }
	.text-sam-pling-02 {
		margin-top: 48px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ СЭМПЛИНГ: ЧТО ЭТО И ЗАЧЕМ ОН НУЖЕН КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОНБОРДИНГ ПОЛЬЗОВАТЕЛЯ: КАК ПОЗНАКОМИТЬ КЛИЕНТА С ПРОДУКТОМ НАЧАЛО */
.case-us-onbo {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-us-onbo p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-us-onbo ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-us-onbo li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-us-onbo li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EEEE00 !important;
    left: 0;
    top: 6px !important;
}

.case-us-onbo img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-onbo {
    background-color: #EEEE00 !important;
}      

.table-onbo li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-us-onbo h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-us-onbo h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ОНБОРДИНГ КЛИЕНТА? */
.strip-us-onbo-01 {
    position: relative;
    margin: 16px 0;
}

.strip-us-onbo-01:before {
    content: '';
    width: 322px;
    height: 11px;
    background: #EEEE00;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-us-onbo-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЦЕЛИ ОНБОРДИНГА */
#adap-strip-onbo-02:before {
    width: 190px;
}

.list-us-onbo-01 ol {
    margin-bottom: 16px !important;
}

.list-us-onbo-01 li:before {
    display: none;
}

.list-us-onbo-01 li::marker {
    font-weight: 600;
}

.list-us-onbo-01 li {
    margin-left: 16px !important;
    padding-left: 0 !important;
}

/* 4 БЛОК ВИДЫ ОНБОРДИНГА ПОЛЬЗОВАТЕЛЯ */
#adap-strip-onbo-03:before {
    width: 340px;
}

.vert-us-onbo-01 ul {
	margin-bottom: 0 !important;
}

.vert-us-onbo-01 li {
    padding-left: 30px !important;
}

.vert-us-onbo-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #EEEE00 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК КАК СОЗДАТЬ ЭФФЕКТИВНЫЙ ОНБОРДИНГ КЛИЕНТА */
#adap-strip-onbo-04:before {
    width: 485px;
}

/* 6 БЛОК КАК ОТСЛЕЖИВАТЬ УСПЕХ ОНБОРДИНГА */
#adap-strip-onbo-05:before {
    width: 375px;
}

.blog-btn-text p {
	margin: 0 !important;
}

@media(max-width: 480px) {
    .case-us-onbo h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-us-onbo h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-us-onbo img {
		margin: 24px 0;
	}
    .case-us-onbo ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-us-onbo li {
        margin-bottom: 8px !important;
    }
    .list-us-onbo-01 li {
        margin-bottom: 16px !important;
    }
    .vert-us-onbo-01 {
        margin: 48px 0;
        border: 1px solid #EEEE00;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-us-onbo-01 ul {
        margin: 0 !important;
    }
    .vert-us-onbo-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-us-onbo-01 li:before {
		display: none;
    }
	.strip-us-onbo-01:before {
		display: none;
	}
    .text-us-onbo-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ ОНБОРДИНГ ПОЛЬЗОВАТЕЛЯ: КАК ПОЗНАКОМИТЬ КЛИЕНТА С ПРОДУКТОМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КРОССПОСТИНГ: КАК ОН РАБОТАЕТ В 2025 ГОДУ НАЧАЛО */
.case-cross-post {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-cross-post p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-cross-post ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-cross-post li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-cross-post li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F7D4F2 !important;
    left: 0;
    top: 6px !important;
}

.case-cross-post img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-post {
    background-color: #F7D4F2 !important;
}      

.table-post li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-cross-post h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-cross-post h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ОНБОРДИНГ КЛИЕНТА? */
.strip-cross-post-01 {
    position: relative;
    margin: 16px 0;
}

.strip-cross-post-01:before {
    content: '';
    width: 346px;
    height: 11px;
    background: #F7D4F2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-cross-post-01 h2 {
    margin-left: 10px;
}

.vert-cross-post-01 ul {
	margin-bottom: 0 !important;
}

.vert-cross-post-01 li {
    padding-left: 30px !important;
}

.vert-cross-post-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #F7D4F2 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК НАСТРОИТЬ КРОССПОСТИНГ */
#adap-strip-post-02:before {
    width: 302px;
}

.container-cross-post {
    display: flex;
    flex-direction: column;
}

.icon-cross-post img {
    max-width: 90px !important;
	margin-right: 18px;
}

.list-mar-none ol {
    margin-bottom: 16px !important;
}

.list-mar-none li:before {
    display: none;
}

.list-mar-none li::marker {
    font-weight: 600;
}

.list-mar-none ol li {
    margin-left: 16px !important;
    padding-left: 0 !important;
}

/* 4 БЛОК ЛУЧШИЕ СЕРВИСЫ И ИНСТРУМЕНТЫ ДЛЯ КРОССПОСТИНГА */
#adap-strip-post-03:before {
    width: 540px;
}

/* 5 БЛОК КАК АДАПТИРОВАТЬ КОНТЕНТ ДЛЯ РАЗНЫХ СОЦСЕТЕЙ */
#adap-strip-post-04:before {
    width: 497px;
}

/* 6 БЛОК АВТОМАТИЧЕСКИЙ КРОССПОСТИНГ: КАК ЭТО РАБОТАЕТ */
#adap-strip-post-05:before {
    width: 503px;
}

/* 7 БЛОК КАК ИЗМЕРИТЬ ЭФФЕКТИВНОСТЬ КРОССПОСТИНГА */
#adap-strip-post-06:before {
    width: 464px;
}

.list-cross-post-12 li::marker {
    font-weight: 300;
}

.blog-btn-text p {
	margin: 0 !important;
}

@media(max-width: 480px) {
    .case-cross-post h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-cross-post h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-cross-post ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-cross-post ul li {
        margin-bottom: 8px !important;
    }
    .case-cross-post img {
		margin: 24px 0;
	}
	.strip-cross-post-01:before {
		display: none;
	}
    .container-cross-post {
		margin: 48px 0 32px 0;
	}
	.icon-cross-post img {
		margin: 0 0 16px 10px;
	}
    .vert-cross-post-01 {
        margin: 48px 0;
        border: 1px solid #F7D4F2;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-cross-post-01 ul {
        margin: 0 !important;
    }
    .vert-cross-post-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-cross-post-01 li:before {
		display: none;
    }
    .text-cross-post-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ КРОССПОСТИНГ: КАК ОН РАБОТАЕТ В 2025 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ UBISOFT: КАК СПАСАТЬ РЕПУТАЦИЮ КОМПЬЮТЕРНЫХ ИГР НАЧАЛО */
.case-scan-ubi {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-ubi p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-ubi ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-ubi li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-ubi li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFFA9E !important;
    left: 0;
    top: 6px !important;
}

.case-scan-ubi img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ubi {
    background-color: #FFFA9E !important;
}      

.table-ubi li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-ubi h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-scan-ubi-01 ul {
	margin-bottom: 0 !important;
}

.vert-scan-ubi-01 li {
    padding-left: 30px !important;
}

.vert-scan-ubi-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFFA9E !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ASSASSIN’S CREED SHADOWS: КАК ОДНОЙ ИГРОЙ РАЗОЗЛИТЬ НАЦИЮ */
.strip-scan-ubi-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-ubi-01:before {
    content: '';
    width: 630px;
    height: 11px;
    background: #FFFA9E;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-ubi-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК UBISOFT И СКАНДАЛ С ESG-ПОВЕСТКОЙ */
#adap-strip-ubi-02:before {
    width: 364px;
}

.adap-vert-ubi-02 li:before {
    height: 70px !important;
}

/* 4 БЛОК ЗАКРЫТИЕ СЕРВЕРОВ THE CREW И СУДЕБНЫЙ ИСК */
#adap-strip-ubi-03:before {
    width: 466px;
}

/* 5 БЛОК ЖАЛОБЫ НА УСЛОВИЯ ТРУДА В UBISOFT PARIS */
#adap-strip-ubi-04:before {
    width: 430px;
}

/* 6 БЛОК КАКИЕ РЕПУТАЦИОННЫЕ ОШИБКИ СТАЛИ ПРИЧИНОЙ СКАНДАЛОВ */
#adap-strip-ubi-05:before {
    width: 610px;
}

/* 7 БЛОК ПОСЛЕДСТВИЯ ПРОВАЛОВ ДЛЯ UBISOFT */
#adap-strip-ubi-06:before {
    width: 370px;
}

/* 8 БЛОК РЕКОМЕНДАЦИИ MARKWAY ПО РАБОТЕ С КРИЗИСНЫМИ СИТУАЦИЯМИ */
#adap-strip-ubi-07:before {
    width: 640px;
}

@media(max-width: 480px) {
    .case-scan-ubi h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-ubi img {
		margin: 24px 0;
	}
    .case-scan-ubi ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-scan-ubi li {
        margin-bottom: 8px !important;
    }
    .vert-scan-ubi-01 {
        margin: 48px 0;
        border: 1px solid #FFFA9E;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-ubi-01 ul {
        margin: 0 !important;
    }
    .vert-scan-ubi-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-ubi-01 li:before {
		display: none;
    }
	.strip-scan-ubi-01:before {
		display: none;
	}
    .text-scan-ubi-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ UBISOFT: КАК СПАСАТЬ РЕПУТАЦИЮ КОМПЬЮТЕРНЫХ ИГР КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МЕДИЦИНСКИЙ МАРКЕТИНГ: ОТ ТРЕНДОВ ДО ЛОЯЛЬНОСТИ ПАЦИЕНТОВ НАЧАЛО */
.case-med-loyalty {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-med-loyalty p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-med-loyalty ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-med-loyalty li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-med-loyalty li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B3F4F4 !important;
    left: 0;
    top: 6px !important;
}

.case-med-loyalty img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-loyalty {
    background-color: #B3F4F4 !important;
}      

.table-loyalty li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-med-loyalty h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-med-loyalty h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ОНБОРДИНГ КЛИЕНТА? */
.strip-med-loyalty-01 {
    margin: 16px 0;
}

.strip-med-loyalty-01 h2 {
    margin-left: 10px;
}

.vert-med-loyalty-01 ul {
	margin-bottom: 0 !important;
}

.vert-med-loyalty-01 li {
    padding-left: 30px !important;
}

.vert-med-loyalty-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #B3F4F4 !important;
    left: 1px !important;
    top: 4px !important;
}

.container-med-loyalty {
    display: flex;
    flex-direction: column;
}

.icon-med-loyalty img {
    max-width: 90px !important;
	margin-right: 18px;
}

.video-med-loyalty {
	margin-bottom: 16px !important;
}

.blog-btn-text p {
	margin: 0 !important;
}

@media(max-width: 480px) {
    .case-med-loyalty h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-med-loyalty h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-med-loyalty ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-med-loyalty ul li {
        margin-bottom: 8px !important;
    }
    .case-med-loyalty img {
		margin: 24px 0;
	}
    .container-med-loyalty {
		margin: 48px 0 32px 0;
	}
	.icon-med-loyalty img {
		margin: 0 0 16px 10px;
	}
    .vert-med-loyalty-01 {
        margin: 48px 0;
        border: 1px solid #B3F4F4;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-med-loyalty-01 ul {
        margin: 0 !important;
    }
    .vert-med-loyalty-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-med-loyalty-01 li:before {
		display: none;
    }
	.video-med-loyalty {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ МЕДИЦИНСКИЙ МАРКЕТИНГ: ОТ ТРЕНДОВ ДО ЛОЯЛЬНОСТИ ПАЦИЕНТОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “СОЦСЕТЬ В МАГАЗИНЕ”: КАК МАРКЕТПЛЕЙСЫ ПРЕВРАЩАЮТСЯ В БЛОГИ НАЧАЛО */
.case-soc-turn {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-soc-turn p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-soc-turn ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-soc-turn li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-soc-turn li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FED3EE !important;
    left: 0;
    top: 6px !important;
}

.case-soc-turn img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-turn {
    background-color: #FED3EE !important;
}      

.table-turn li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-soc-turn h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-soc-turn-01 ul {
	margin-bottom: 0 !important;
}

.vert-soc-turn-01 li {
    padding-left: 30px !important;
}

.vert-soc-turn-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FED3EE !important;
    left: 1px !important;
    top: 4px !important;
}

.img-soc-turn-18 {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}

.img-soc-turn-18 img {
	max-width: 50% !important;
	height: 50% !important;
}

/* 2 БЛОК СТАТЬИ НА МАРКЕТПЛЕЙСАХ НАЦИЮ */
.strip-soc-turn-01 {
    position: relative;
    margin: 16px 0;
}

.strip-soc-turn-01:before {
    content: '';
    width: 271px;
    height: 11px;
    background: #FED3EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-soc-turn-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК СИСТЕМА ВОПРОСОВ И ОТЗЫВОВ */
#adap-strip-turn-02:before {
    width: 313px;
}

/* 4 БЛОК РЕКОМЕНДАЦИИ ОТ БЛОГЕРОВ И ПОКУПАТЕЛЕЙ */
#adap-strip-turn-03:before {
    width: 447px;
}

/* 5 БЛОК ПРИМЕРЫ ЗАРУБЕЖНЫХ АНАЛОГОВ */
#adap-strip-turn-04:before {
    width: 336px;
}

/* 6 БЛОК В ЧЕМ ПОЛЬЗА ДЛЯ ПОКУПАТЕЛЕЙ И БИЗНЕСА */
#adap-strip-turn-05:before {
    width: 430px;
}

/* 7 БЛОК КАКИЕ ПРОГНОЗЫ */
#adap-strip-turn-06:before {
    width: 180px;
}

@media(max-width: 480px) {
    .case-soc-turn h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-soc-turn img {
		margin: 24px 0;
	}
    .case-soc-turn ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-soc-turn li {
        margin-bottom: 8px !important;
    }
    .vert-soc-turn-01 {
        margin: 48px 0;
        border: 1px solid #FED3EE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-soc-turn-01 ul {
        margin: 0 !important;
    }
    .vert-soc-turn-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-soc-turn-01 li:before {
		display: none;
    }
	.strip-soc-turn-01:before {
		display: none;
	}
    .text-soc-turn-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ “СОЦСЕТЬ В МАГАЗИНЕ”: КАК МАРКЕТПЛЕЙСЫ ПРЕВРАЩАЮТСЯ В БЛОГИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЕДА НЕ ТА: ПИЩЕВЫЕ МЕДИАСКАНДАЛЫ 2024 ГОДА НАЧАЛО */
.case-scan-fd {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-fd p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-fd ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-fd li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-fd li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBFBF !important;
    left: 0;
    top: 6px !important;
}

.case-scan-fd img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-fd {
    background-color: #FFBFBF !important;
}      

.table-fd li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-fd h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-fd h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ОНБОРДИНГ КЛИЕНТА? */
.strip-scan-fd-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-fd-01:before {
    content: '';
    width: 416px;
    height: 11px;
    background: #FFBFBF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-fd-01 h2 {
    margin-left: 10px;
}

.vert-scan-fd-01 ul {
	margin-bottom: 0 !important;
}

.vert-scan-fd-01 li {
    padding-left: 30px !important;
}

.vert-scan-fd-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFBFBF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПИЩЕВЫЕ МЕДИАСКАНДАЛЫ 2024 ГОДА */
#adap-strip-fd-02:before {
    width: 377px;
}

.container-scan-fd {
    display: flex;
    flex-direction: column;
}

.icon-scan-fd img {
    max-width: 90px !important;
	margin-right: 18px;
}

/* 4 БЛОК КАК ПРАВИЛЬНО РЕАГИРОВАТЬ */
#adap-strip-fd-03:before {
    width: 300px;
}

.list-scan-fd-02 p {
    font-style: italic;
}

/* 5 БЛОК РЕКОМЕНДАЦИИ ПРОИЗВОДИТЕЛЯМ И ПРОДАВЦАМ ЕДЫ */
#adap-strip-fd-04:before {
    width: 521px;
}

.blog-btn-text p {
	margin: 0 !important;
}

@media(max-width: 480px) {
    .case-scan-fd h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-fd h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-scan-fd ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-scan-fd ul li {
        margin-bottom: 8px !important;
    }
    .case-scan-fd img {
		margin: 24px 0;
	}
	.strip-scan-fd-01:before {
		display: none;
	}
    .container-scan-fd {
		margin: 48px 0 32px 0;
	}
	.icon-scan-fd img {
		margin: 0 0 16px 10px;
	}
    .vert-scan-fd-01 {
        margin: 48px 0;
        border: 1px solid #FFBFBF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-fd-01 ul {
        margin: 0 !important;
    }
    .vert-scan-fd-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-fd-01 li:before {
		display: none;
    }
    .text-scan-fd-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ ЕДА НЕ ТА: ПИЩЕВЫЕ МЕДИАСКАНДАЛЫ 2024 ГОДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ AMAZON НАЧАЛО */
.case-scan-amazon {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-amazon p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-amazon ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-amazon li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-amazon li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBFBF !important;
    left: 0;
    top: 6px !important;
}

.case-scan-amazon img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-amazon {
    background-color: #FFA1A1 !important;
}      

.table-amazon li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-amazon h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-amazon h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ОНБОРДИНГ КЛИЕНТА? */
.strip-scan-amazon-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-amazon-01:before {
    content: '';
    width: 262px;
    height: 11px;
    background: #FFA1A1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-amazon-01 h2 {
    margin-left: 10px;
}

.vert-scan-amazon-01 ul {
	margin-bottom: 0 !important;
}

.vert-scan-amazon-01 li {
    padding-left: 30px !important;
}

.vert-scan-amazon-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFA1A1 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-amazon-02 li:before {
    height: 45px !important;
}

/* 3 БЛОК СЕКРЕТ УСПЕХА И ТЕКУЩЕЕ МЕСТО НА РЫНКЕ */
#adap-strip-amazon-02:before {
    width: 420px;
}

.container-scan-amazon {
    display: flex;
    flex-direction: column;
}

.icon-scan-amazon img {
    max-width: 90px !important;
	margin-right: 18px;
}

.adap-vert-amazon-03 li:before {
    height: 70px !important;
}

.adap-vert-amazon-04 li:before {
    height: 45px !important;
}

/* 4 БЛОК СКАНДАЛЫ AMAZON */
#adap-strip-amazon-03:before {
    width: 200px;
}

.video-scan-amazon {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-scan-amazon h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-amazon h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-scan-amazon ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-scan-amazon ul li {
        margin-bottom: 8px !important;
    }
    .case-scan-amazon img {
		margin: 24px 0;
	}
	.strip-scan-amazon-01:before {
		display: none;
	}
    .container-scan-amazon {
		margin: 48px 0 32px 0;
	}
	.icon-scan-amazon img {
		margin: 0 0 16px 10px;
	}
    .vert-scan-amazon-01 {
        margin: 48px 0;
        border: 1px solid #FFBFBF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-amazon-01 ul {
        margin: 0 !important;
    }
    .vert-scan-amazon-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-amazon-01 li:before {
		display: none;
    }
	.video-scan-amazon {
	margin: 24px 0 !important;
}
	.text-scan-amazon-07 h3 {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ AMAZON КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОЗДОРОВИТЕЛЬНЫЙ SMM КЕЙС: РОСТ ВОВЛЕЧЕННОСТИ В 5 РАЗ БЕЗ РЕКЛАМЫ НАЧАЛО */
.case-smm-healthy {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-smm-healthy p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-smm-healthy ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-smm-healthy li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-smm-healthy li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C9EDBB !important;
    left: 0;
    top: 6px !important;
}

.case-smm-healthy img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-healthy {
    background-color: #C9EDBB !important;
}      

.table-healthy li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-smm-healthy h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ОТ БОЛЬШИХ СЕМЕЙ ДО WELLNESS-АДЕПТОВ: АУДИТОРИЯ ПРОЕКТА */
.strip-smm-healthy-01 {
    position: relative;
    margin: 16px 0;
}

.strip-smm-healthy-01:before {
    content: '';
    width: 627px;
    height: 11px;
    background: #C9EDBB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-smm-healthy-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЧТО ПОМЕНЯЛИ В ДИЗАЙНЕ */
#adap-strip-healthy-02:before {
    width: 270px;
}

.vert-smm-healthy-01 ul {
	margin-bottom: 0 !important;
}

.vert-smm-healthy-01 li {
    padding-left: 30px !important;
}

.vert-smm-healthy-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #C9EDBB !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК КАК НАСТРОИЛИ КОМЬЮНИТИ-МЕНЕДЖМЕНТ */
#adap-strip-healthy-03:before {
    width: 423px;
}

/* 5 БЛОК КАК ИСПОЛЬЗОВАЛИ ПАРТИЗАНСКИЙ МАРКЕТИНГ */
#adap-strip-healthy-04:before {
    width: 460px;
}

/* 6 БЛОК КАКИХ РЕЗУЛЬТАТОВ ДОСТИГЛИ */
#adap-strip-healthy-05:before {
    width: 304px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-smm-healthy h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-smm-healthy ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-smm-healthy ul li {
        margin-bottom: 8px !important;
    }
    .case-smm-healthy img {
		margin: 24px 0;
	}
	.strip-smm-healthy-01:before {
		display: none;
	}
    .vert-smm-healthy-01 {
        margin: 48px 0;
        border: 1px solid #C9EDBB;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-smm-healthy-01 ul {
        margin: 0 !important;
    }
    .vert-smm-healthy-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-smm-healthy-01 li:before {
		display: none;
    }
	.img-adap-healthy-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ОЗДОРОВИТЕЛЬНЫЙ SMM КЕЙС: РОСТ ВОВЛЕЧЕННОСТИ В 5 РАЗ БЕЗ РЕКЛАМЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПСИХОЛОГИЯ ЦЕНЫ: КАК МАРКЕТОЛОГИ УПРАВЛЯЮТ ВАШИМ КОШЕЛЬКОМ НАЧАЛО */
.case-price-wallet {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-price-wallet p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-price-wallet ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-price-wallet li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-price-wallet li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CD2E7D !important;
    left: 0;
    top: 6px !important;
}

.case-price-wallet img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-wallet {
    background-color: #FC8BB9 !important;
}      

.table-wallet li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-price-wallet h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-price-wallet h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-price-wallet-01 ul {
	margin-bottom: 0 !important;
}

.vert-price-wallet-01 li {
    padding-left: 30px !important;
}

.vert-price-wallet-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #CD2E7D !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-price-wallet-01 {
    margin: 16px 0;
}

.strip-price-wallet-01 h2 {
    margin-left: 10px;
}

.container-price-wallet {
    display: flex;
    flex-direction: column;
}

.icon-price-wallet img {
    max-width: 90px !important;
	margin-right: 16px;
}

.adap-vert-wallet-02 li:before {
	height: 70px !important;
}

.brands-text-wallet p {
	margin-bottom: 0 !important;
}

.wallet-mar-none .brand-icon-text {
	margin: 0 16px 0 0;
}

.list-mar-none li {
    padding-left: 0 !important;
}

@media(max-width: 480px) {
    .case-price-wallet h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-price-wallet h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-price-wallet img {
		margin: 24px 0;
	}
    .container-price-wallet {
		margin: 48px 0 32px 0;
	}
	.icon-price-wallet img {
		margin: 0 0 16px 10px;
	}
    .case-price-wallet ul {
        margin: 24px 0 !important;
    }
    .list-price-wallet-04 ol {
        margin: 24px 0 !important;
    }
    .text-price-wallet-15 {
        margin-bottom: 48px;
    }
    .wallet-mar-none{
        margin: 16px 0;
    }
	.vert-price-wallet-01 {
        margin: 48px 0;
        border: 1px solid #FC8BB9;;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-price-wallet-01 ul {
        margin: 0 !important;
    }
    .vert-price-wallet-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-price-wallet-01 li:before {
		display: none;
    }
	.wallet-mar-none .brand-icon-text {
		margin-left: 0;
	}
	.text-price-wallet-02 {
		margin-top: 48px;
	}
	.text-wallet-mar p {
		margin-bottom: 16px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ПСИХОЛОГИЯ ЦЕНЫ: КАК МАРКЕТОЛОГИ УПРАВЛЯЮТ ВАШИМ КОШЕЛЬКОМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЛУЧШИЕ КНИГИ ПО МАРКЕТИНГУ В ИНТЕРНЕТЕ НАЧАЛО */
.case-best-books {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-best-books p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-best-books ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-best-books li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-best-books li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A4DEDC !important;
    left: 0;
    top: 6px !important;
}

.case-best-books img {
    max-width: 720px;
    margin: 16px 0;
}

.table-books {
    background-color: #A4DEDC !important;
}      

.table-books li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-best-books h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-best-books h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК ВЫБРАТЬ ХОРОШУЮ КНИГУ О МАРКЕТИНГЕ ПРОЕКТА */
.strip-best-books-01 {
    position: relative;
    margin: 16px 0;
}

.strip-best-books-01:before {
    content: '';
    width: 441px;
    height: 11px;
    background: #A4DEDC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-best-books-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАКИЕ КНИГИ О СТРАТЕГИИ МАРКЕТИНГА НАИБОЛЕЕ ПОПУЛЯРНЫ */
#adap-strip-books-02:before {
    width: 602px;
}

.text-rating {
    display: flex;
	  align-items: center;
	  gap: 0 5px;
}

.text-rating p {
	margin-bottom: 0 !important;
}

.stars {
    font-size: 16px;
    color: #000000;
}

.text-book-rating p {
    margin-left: 30px;
}

/* 4 БЛОК КАКИЕ КНИГИ О МАРКЕТИНГЕ СТОИТ ПРОЧИТАТЬ ДЛЯ УСПЕШНОГО БИЗНЕСА */
#adap-strip-books-03:before {
    width: 700px;
}

/* 5 БЛОК КАКИЕ КНИГИ ПОМОГУТ МАРКЕТОЛОГАМ В ИХ РАБОТЕ */
#adap-strip-books-04:before {
    width: 500px;
}

/* 6 БЛОК КНИГИ ПО ПСИХОЛОГИИ ПОТРЕБИТЕЛЕЙ И ВЛИЯНИЮ НА АУДИТОРИЮ */ 
#adap-strip-books-05:before {
    width: 640px;
}

/* 7 БЛОК КНИГИ О DIGITAL-МАРКЕТИНГЕ И ПРОДВИЖЕНИИ В ИНТЕРНЕТЕ */
#adap-strip-books-06:before {
    width: 580px;
}

/* 8 БЛОК КНИГИ О ПРОДАЖАХ И ПЕРЕГОВОРАХ ДЛЯ МАРКЕТОЛОГОВ */
#adap-strip-books-07:before {
    width: 540px;
}

/* 9 БЛОК КНИГИ ПО БРЕНДИНГУ И СОЗДАНИЮ УНИКАЛЬНОГО ОБРАЗА КОМПАНИИ */
#adap-strip-books-08:before {
    width: 664px;
}

/* 10 БЛОК КАК ПРИМЕНЯТЬ ЗНАНИЯ ИЗ КНИГ НА ПРАКТИКЕ */
#adap-strip-books-09:before {
    width: 458px;
}

@media(max-width: 480px) {
    .case-best-books h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-best-books h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-best-books img {
		margin: 24px 0;
	}
    .case-best-books ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-best-books ul li {
        margin-bottom: 8px !important;
    }
	.text-best-books-02 {
		margin-top: 48px;
	}
    .strip-best-books-01:before {
        display: none;
    }
    .text-book-rating ul {
        margin: 8px 0 16px 10px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ЛУЧШИЕ КНИГИ ПО МАРКЕТИНГУ В ИНТЕРНЕТЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЦИФРОВОЙ ДЕТОКС: ЗАЧЕМ НУЖЕН АВИАРЕЖИМ ДЛЯ МОЗГА НАЧАЛО */
.case-dig-detox {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-dig-detox p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-dig-detox ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-dig-detox ol {
	margin: 16px 0 16px 0 !important;
}

.case-dig-detox li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-dig-detox li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FEEDD5 !important;
    left: 0;
    top: 6px !important;
}

.case-dig-detox img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-detox {
    background-color: #FEEDD5 !important;
}      

.table-detox li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-dig-detox h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ЦИФРОВОЙ ДЕТОКС */
.strip-dig-detox-01 {
    position: relative;
    margin: 16px 0;
}

.strip-dig-detox-01:before {
    content: '';
    width: 304px;
    height: 11px;
    background: #FEEDD5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-dig-detox-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЧЕМ ГРОЗЯТ ВРЕДНЫЕ ЦИФРОВЫЕ ПРИВЫЧКИ */
#adap-strip-detox-02:before {
    width: 440px;
}
.container-dig-detox {
    display: flex;
    flex-direction: column;
}

.icon-dig-detox img {
    max-width: 90px !important;
	  margin: 0 16px 0 0;
}

.vert-dig-detox-01 ul {
	margin-bottom: 0 !important;
}

.vert-dig-detox-01 li {
    padding-left: 30px !important;
}

.vert-dig-detox-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FEEDD5 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ПРИЧИНЫ ЦИФРОВОЙ ЗАВИСИМОСТИ */
#adap-strip-detox-03:before {
    width: 360px;
}

/* 5 БЛОК КАК ЦИФРОВОЙ ДЕТОКС ВЛИЯЕТ НА МОЗГ */
#adap-strip-detox-04:before {
    width: 390px;
}

/* 6 БЛОК КАК ВНЕДРИТЬ ЦИФРОВОЙ ДЕТОКС В СВОЮ ЖИЗНЬ */
#adap-strip-detox-05:before {
    width: 480px;
}

/* 7 БЛОК ЧЕК-ЛИСТ “НУЖЕН ЛИ ВАМ ЦИФРОВОЙ ДЕТОКС?” */
#adap-strip-detox-06:before {
    width: 450px;
}

.list-dig-detox-03 ol li::marker {
    font-weight: 300;
} 

.list-dig-detox-03 ol li {
    margin-bottom: 0 !important;
}

.list-mar-none li {
	padding-left: 0 !important;
}

@media(max-width: 480px) {
    .case-dig-detox h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-dig-detox img {
		margin: 24px 0;
	}
    .container-dig-detox {
		margin: 48px 0 32px 0;
	}
	.icon-dig-detox img {
		margin: 0 0 16px 10px;
	}
    .case-dig-detox ul {
        margin: 24px 0 24px 10px !important;
    }
    .list-mar-none ol {
        margin: 24px 0 !important;
    }
	.strip-dig-detox-01:before {
		display: none;
	}
	.vert-dig-detox-01 {
        margin: 48px 0;
        border: 1px solid #FEEDD5;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-dig-detox-01 ul {
        margin: 0 !important;
    }
    .vert-dig-detox-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-dig-detox-01 li:before {
		display: none;
    }
	.text-dig-detox-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ЦИФРОВОЙ ДЕТОКС: ЗАЧЕМ НУЖЕН АВИАРЕЖИМ ДЛЯ МОЗГА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ SERM КЕЙС ДЛЯ IT-СЕРВИСА: КАК ПОДНЯЛИ РЕЙТИНГ ДО 4,6 БАЛЛОВ НАЧАЛО */
.case-how-raise {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-how-raise p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-how-raise ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-how-raise li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-how-raise li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB742 !important;
    left: 0;
    top: 6px !important;
}

.case-how-raise img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-raise {
    background-color: #FFE5B6 !important;
}      

.table-raise li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-how-raise h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-how-raise-01 ul {
	margin-bottom: 0 !important;
}

.vert-how-raise-01 li {
    padding-left: 30px !important;
}

.vert-how-raise-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFB742 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК “КАК МОЖНО БОЛЬШЕ КАСАНИЙ”: СТРАТЕГИЯ ОХВАТА */
.strip-how-raise-01 {
    position: relative;
    margin: 16px 0;
}

.strip-how-raise-01:before {
    content: '';
    width: 495px;
    height: 11px;
    background: #FFB742;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-how-raise-01 h2 {
    margin-left: 10px;
}

.adap-vert-raise-02 li:before {
	height: 20px !important;
}

/* 3 БЛОК “СЕРВИС, ГОВОРЯТ, ХОРОШИЙ”: ФОРМИРОВАНИЕ ПОЗИТИВНОГО КОНТЕНТА */
#adap-strip-raise-02:before {
    width: 688px;
}

/* 4 БЛОК “НЕ ВИДНО НЕГАТИВА”: РАБОТА С SERM */
#adap-strip-raise-03:before {
    width: 363px;
}

.blog-btn-text p {
	margin-bottom: 0 !important
}

@media(max-width: 480px) {
    .case-how-raise h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-how-raise img {
		margin: 24px 0;
	}
    .case-how-raise ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-how-raise-01:before {
		display: none;
	}
	.vert-how-raise-01 {
        margin: 48px 0;
        border: 1px solid #FFB742;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-how-raise-01 ul {
        margin: 0 !important;
    }
    .vert-how-raise-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-how-raise-01 li:before {
		display: none;
    }
	.img-adap-raise-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ SERM КЕЙС ДЛЯ IT-СЕРВИСА: КАК ПОДНЯЛИ РЕЙТИНГ ДО 4,6 БАЛЛОВ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ЖИЗНЕННЫЙ ЦИКЛ ТОВАРА И УСЛУГИ: СКОЛЬКО ЖИТЬ ВАШЕМУ ПРОДУКТУ НАЧАЛО */
.case-life-cycle {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-life-cycle p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-life-cycle ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-life-cycle li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-life-cycle li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CBE3FC !important;
    left: 0;
    top: 6px !important;
}

.case-life-cycle img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cycle {
    background-color: #CBE3FC !important;
}      

.table-cycle li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-life-cycle h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-life-cycle h3 {
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 24px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ЖИЗНЕННЫЙ ЦИКЛ ПРОДУКТА */
.strip-life-cycle-01 {
    position: relative;
    margin: 16px 0;
}

.strip-life-cycle-01:before {
    content: '';
    width: 397px;
    height: 11px;
    background: #CBE3FC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-life-cycle-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЭТАПЫ ЖЦТ: ОТ РАЗРАБОТКИ ДО ВЫВОДА С РЫНКА */
#adap-strip-cycle-02:before {
    width: 470px;
}

/* 4 БЛОК АНАЛИЗ ЖИЗНЕННОГО ЦИКЛА ПРОДУКТА */
#adap-strip-cycle-03:before {
    width: 390px;
}

.container-life-cycle {
    display: flex;
    flex-direction: column;
}

.icon-life-cycle img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 5 БЛОК КАК ПРОДЛИТЬ ЖИЗНЕННЫЙ ЦИКЛ ПРОДУКТА */
#adap-strip-cycle-04:before {
    width: 432px;
}

/* 6 БЛОК ПРИЧИНЫ СПАДА ИНТЕРЕСА К ПРОДУКТУ */
#adap-strip-cycle-05:before {
    width: 384px;
}

.vert-life-cycle-01 ul {
	margin-bottom: 0 !important;
}

.vert-life-cycle-01 li {
    padding-left: 30px !important;
}

.vert-life-cycle-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #B8D2ED !important;
    left: 1px !important;
    top: 4px !important;
}

.video-life-cycle {
    margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-life-cycle h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-life-cycle h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .strip-life-cycle-01:before {
        display: none;
    }
    .case-life-cycle img {
		margin: 24px 0;
	}
    .container-life-cycle {
		margin: 48px 0 32px 0;
	}
	.icon-life-cycle img {
		margin: 0 0 16px 10px;
	}
    .case-life-cycle ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-life-cycle ul li {
        margin-bottom: 8px !important;
    }
/*     .case-life-cycle ol {
        margin: 24px 0 !important;
    } */
	.table-cycle ol {
	margin: 16px 0 0 0 !important;
}
	.vert-life-cycle-01 {
        margin: 48px 0;
        border: 1px solid #B8D2ED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-life-cycle-01 ul {
        margin: 0 !important;
    }
    .vert-life-cycle-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-life-cycle-01 li:before {
		display: none;
    }
	.list-life-cycle-02 ol {
		margin-top: 0 !important;
	}
	.video-life-cycle {
    margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ ЖИЗНЕННЫЙ ЦИКЛ ТОВАРА И УСЛУГИ: СКОЛЬКО ЖИТЬ ВАШЕМУ ПРОДУКТУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АВТОМАТИЗАЦИЯ ПРОЦЕССОВ МАРКЕТИНГА: КАК УСКОРИТЬ СВОЮ РАБОТУ НАЧАЛО */
.case-aut-speed {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-aut-speed p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-aut-speed ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-aut-speed li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-aut-speed li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D8F8F0 !important;
    left: 0;
    top: 6px !important;
}

.case-aut-speed img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-speed {
    background-color: #D8F8F0 !important;
}      

.table-speed li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-aut-speed h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-aut-speed h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ АВТОМАТИЗАЦИЯ МАРКЕТИНГА */
.strip-aut-speed-01 {
    position: relative;
    margin: 16px 0;
}

.strip-aut-speed-01:before {
    content: '';
    width: 397px;
    height: 11px;
    background: #D8F8F0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-aut-speed-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАКИЕ ПРЕИМУЩЕСТВА ДАЕТ АВТОМАТИЗАЦИЯ МАРКЕТИНГА */
#adap-strip-speed-02:before {
    width: 563px;
}

.vert-aut-speed-01 ul {
	margin-bottom: 0 !important;
}

.vert-aut-speed-01 li {
    padding-left: 30px !important;
}

.vert-aut-speed-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #D8F8F0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК КАКИЕ ИНСТРУМЕНТЫ ДЛЯ АВТОМАТИЗАЦИИ МАРКЕТИНГА СУЩЕСТВУЮТ */
#adap-strip-speed-03:before {
    width: 665px;
}

/* 5 БЛОК КАК ВНЕДРИТЬ АВТОМАТИЗАЦИЮ МАРКЕТИНГА В БИЗНЕС-ПРОЦЕССЫ */
#adap-strip-speed-04:before {
    width: 642px;
}

.list-aut-speed-04 p {
    margin-left: 30px;
}

/* 6 БЛОК КАК НАСТРАИВАТЬ АВТОМАТИЗИРОВАННЫЕ ПРОЦЕССЫ МАРКЕТИНГА */
#adap-strip-speed-05:before {
    width: 640px;
}

.adap-vert-speed-02 li:before {
	height: 45px !important;
}

/* 7 БЛОК КАК АВТОМАТИЗИРОВАТЬ МАРКЕТИНГОВЫЕ КАМПАНИИ */
#adap-strip-speed-06:before {
    width: 516px;
}

.list-aut-speed-11 li::marker {
    font-weight: 300 !important;
}

.table-cell-first th {
    color: #FEFEFE;
    text-align: left;
    font-weight: 600;
	padding: 12px 0 12px 26px;
}

.aut-speed-cell {
    background-color: #27CFA2;
}

.case-table-desk table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.case-table-cell td {
    padding: 12px 30px 12px 26px;
    vertical-align: top;
	line-height: normal;
}

.case-table-cell {
    border: 1px solid #27CFA2;
}

.high-light {
    font-style: italic;
    font-size: 14px !important;
    font-weight: 600;
	line-height: 1.6;
}

.high-light-speed {
    color: #27CFA2;
}

.list-mar-none li {
	padding-left: 0 !important
}

@media (max-width: 480px) {
    .case-table-desk table, thead, tbody, th, td, tr {
        display: block;
    }
	.case-table-desk {
		margin: 24px 0;
	}
    .case-table-cell td {
        border: none;
        position: relative;
        padding-left: 10px;
    }
	.high-light {
		display: none;
	}
	.case-table-cell td {
        padding: 0 30px 0 26px;
    }
	.case-table-cell {
		padding-bottom: 20px;
	}
    .case-aut-speed h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-aut-speed h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.strip-aut-speed-01:before {
		display: none;
	}
    .case-aut-speed img {
		margin: 24px 0;
	}
    .case-aut-speed ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-aut-speed ul li {
		margin-bottom: 8px !important;
	}
	.vert-aut-speed-01 {
        margin: 48px 0;
        border: 1px solid #D8F8F0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-aut-speed-01 ul {
        margin: 0 !important;
    }
    .vert-aut-speed-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-aut-speed-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ АВТОМАТИЗАЦИЯ ПРОЦЕССОВ МАРКЕТИНГА: КАК УСКОРИТЬ СВОЮ РАБОТУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЖИЗНЕННЫЙ ЦИКЛ ТОВАРА И УСЛУГИ: СКОЛЬКО ЖИТЬ ВАШЕМУ ПРОДУКТУ НАЧАЛО */
.case-life-cycle {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-life-cycle p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-life-cycle ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-life-cycle li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-life-cycle li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CBE3FC !important;
    left: 0;
    top: 6px !important;
}

.case-life-cycle img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cycle {
    background-color: #CBE3FC !important;
}      

.table-cycle li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-life-cycle h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-life-cycle h3 {
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 24px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ЖИЗНЕННЫЙ ЦИКЛ ПРОДУКТА */
.strip-life-cycle-01 {
    position: relative;
    margin: 16px 0;
}

.strip-life-cycle-01:before {
    content: '';
    width: 397px;
    height: 11px;
    background: #CBE3FC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-life-cycle-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЭТАПЫ ЖЦТ: ОТ РАЗРАБОТКИ ДО ВЫВОДА С РЫНКА */
#adap-strip-cycle-02:before {
    width: 470px;
}

/* 4 БЛОК АНАЛИЗ ЖИЗНЕННОГО ЦИКЛА ПРОДУКТА */
#adap-strip-cycle-03:before {
    width: 390px;
}

.container-life-cycle {
    display: flex;
    flex-direction: column;
}

.icon-life-cycle img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 5 БЛОК КАК ПРОДЛИТЬ ЖИЗНЕННЫЙ ЦИКЛ ПРОДУКТА */
#adap-strip-cycle-04:before {
    width: 432px;
}

/* 6 БЛОК ПРИЧИНЫ СПАДА ИНТЕРЕСА К ПРОДУКТУ */
#adap-strip-cycle-05:before {
    width: 384px;
}

.vert-life-cycle-01 ul {
	margin-bottom: 0 !important;
}

.vert-life-cycle-01 li {
    padding-left: 30px !important;
}

.vert-life-cycle-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #B8D2ED !important;
    left: 1px !important;
    top: 4px !important;
}

.video-life-cycle {
    margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-life-cycle h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-life-cycle h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .strip-life-cycle-01:before {
        display: none;
    }
    .case-life-cycle img {
		margin: 24px 0;
	}
    .container-life-cycle {
		margin: 48px 0 32px 0;
	}
	.icon-life-cycle img {
		margin: 0 0 16px 10px;
	}
    .case-life-cycle ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-life-cycle ul li {
        margin-bottom: 8px !important;
    }
	.table-cycle ol {
	margin: 16px 0 0 0 !important;
}
	.vert-life-cycle-01 {
        margin: 48px 0;
        border: 1px solid #B8D2ED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-life-cycle-01 ul {
        margin: 0 !important;
    }
    .vert-life-cycle-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-life-cycle-01 li:before {
		display: none;
    }
	.list-life-cycle-02 ol {
		margin-top: 0 !important;
	}
	.video-life-cycle {
    margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ ЖИЗНЕННЫЙ ЦИКЛ ТОВАРА И УСЛУГИ: СКОЛЬКО ЖИТЬ ВАШЕМУ ПРОДУКТУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК РАБОТАТЬ С ОТЗЫВАМИ ОБ АГЕНТСТВЕ НЕДВИЖИМОСТИ НАЧАЛО */
.case-agen-estate {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-agen-estate p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-agen-estate ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-agen-estate li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-agen-estate li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EED7C0 !important;
    left: 0;
    top: 6px !important;
}

.case-agen-estate img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-estate {
    background-color: #FFF3E6 !important;
}      

.table-estate li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-agen-estate h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ИНВЕСТОРЫ И ТУРИСТЫ: ЦЕЛЕВАЯ АУДИТОРИЯ ПРОЕКТА */
.strip-agen-estate-01 {
    position: relative;
    margin: 16px 0;
}

.strip-agen-estate-01:before {
    content: '';
    width: 527px;
    height: 11px;
    background: #FEEDD5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-agen-estate-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ВОССТАНАВЛИВАЕМ РЕЙТИНГИ */
#adap-strip-estate-02:before {
    width: 306px;
}

/* 4 БЛОК ПОВЫШАЕМ УЗНАВАЕМОСТЬ ЧЕРЕЗ ФОРУМЫ */
#adap-strip-estate-03:before {
    width: 430px;
}

.vert-agen-estate-01 ul {
	margin-bottom: 0 !important;
}

.vert-agen-estate-01 li {
    padding-left: 30px !important;
}

.vert-agen-estate-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #EED7C0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК ВЫТЕСНЯЕМ НЕГАТИВ ИЗ ПОИСКОВОЙ ВЫДАЧИ */
#adap-strip-estate-04:before {
    width: 437px;
}

/* 6 БЛОК ИТОГ */
#adap-strip-estate-05:before {
    width: 60px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-agen-estate h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-agen-estate img {
		margin: 24px 0;
	}
    .case-agen-estate ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-agen-estate-01:before {
		display: none;
	}
	.vert-agen-estate-01 {
        margin: 48px 0;
        border: 1px solid #EED7C0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-agen-estate-01 ul {
        margin: 0 !important;
    }
    .vert-agen-estate-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-agen-estate-01 li:before {
		display: none;
    }
	.img-adap-estate-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК РАБОТАТЬ С ОТЗЫВАМИ ОБ АГЕНТСТВЕ НЕДВИЖИМОСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЛОЖЬ ВО БЛАГО: КАК РАБОТАЮТ РОЗЫГРЫШИ В РЕКЛАМЕ НАЧАЛО */
.case-good-lying {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-good-lying p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-good-lying ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-good-lying li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-good-lying img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-lying {
    background-color: #8EE000 !important;
}      

.table-lying li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-good-lying h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-good-lying h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ БРЕНДЫ ИСПОЛЬЗУЮТ ВЫМЫСЕЛ В РЕКЛАМЕ */
.strip-good-lying-01 {
    position: relative;
    margin: 16px 0;
}

.strip-good-lying-01:before {
    content: '';
    width: 507px;
    height: 11px;
    background: #8EE000;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-good-lying-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК КОМПАНИИ ИСПОЛЬЗУЮТ РОЗЫГРЫШИ В РЕКЛАМЕ */
#adap-strip-lying-02:before {
    width: 520px;
}

/* .slider-adap {
    display: none;
} */

/* 4 БЛОК КОГДА УМЕСТНО ИСПОЛЬЗОВАТЬ РОЗЫГРЫШИ В РЕКЛАМЕ */
#adap-strip-lying-03:before {
    width: 540px;
}

.container-good-lying {
    display: flex;
    flex-direction: column;
}

.icon-good-lying img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

.vert-good-lying-01 ul {
	margin-bottom: 0 !important;
}

.vert-good-lying-01 li {
    padding-left: 30px !important;
}

.vert-good-lying-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #8EE000 !important;
    left: 1px !important;
    top: 4px !important;
}

.video-good-lying {
    margin-bottom: 16px !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-good-lying h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.case-good-lying h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
	.strip-good-lying-01:before {
		display: none;
	}
    .case-good-lying img {
		margin: 24px 0;
	}
    .container-good-lying {
		margin: 48px 0 48px 0;
	}
	.icon-good-lying img {
		margin: 0 0 16px 10px;
	}
    .slider-desk {
        display: none;
    }
    .video-good-lying {
        margin: 24px 0 !important;
    }
	.vert-good-lying-01 {
        margin: 48px 0;
        border: 1px solid #8EE000;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-good-lying-01 ul {
        margin: 0 !important;
    }
    .vert-good-lying-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-good-lying-01 li:before {
		display: none;
    }
	.text-good-lying-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ЛОЖЬ ВО БЛАГО: КАК РАБОТАЮТ РОЗЫГРЫШИ В РЕКЛАМЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ MCDONALD'S: РЕПУТАЦИЯ ВНУТРИ БУРГЕРА НАЧАЛО */
.case-scan-mcd {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-mcd p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-mcd ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-mcd li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-mcd li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFDD6F !important;
    left: 0;
    top: 6px !important;
}

.case-scan-mcd img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-mcd {
    background-color: #FFDD6F !important;
}      

.table-mcd li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-mcd h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-mcd h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК ПОЯВИЛСЯ MCDONALD'S */
.strip-scan-mcd-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-mcd-01:before {
    content: '';
    width: 273px;
    height: 11px;
    background: #FFDD6F;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-mcd-01 h2 {
    margin-left: 10px;
}

.vert-scan-mcd-01 ul {
	margin-bottom: 0 !important;
}

.vert-scan-mcd-01 li {
    padding-left: 30px !important;
}

.vert-scan-mcd-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFDD6F !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК РАСШИРЕНИЕ MCDONALD'S */
#adap-strip-mcd-02:before {
    width: 260px;
}

.adap-vert-mcd-02 li:before {
    height: 95px !important;
}

/* 4 БЛОК СЕКРЕТ УСПЕХА */
#adap-strip-mcd-03:before {
    width: 155px;
}

/* 5 БЛОК САМЫЕ ГРОМКИЕ СКАНДАЛЫ MCDONALD’S */
#adap-strip-mcd-04:before {
    width: 397px;
}

.video-scan-mcd {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-scan-mcd h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-mcd h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .strip-scan-mcd-01:before {
        display: none;
    }
    .case-scan-mcd img {
		margin: 24px 0;
	}
    .case-scan-mcd ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-scan-mcd ul li {
        margin-bottom: 8px !important;
    }
	.vert-scan-mcd-01 {
        margin: 48px 0;
        border: 1px solid #FFDD6F;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-mcd-01 ul {
        margin: 0 !important;
    }
    .vert-scan-mcd-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-mcd-01 li:before {
		display: none;
    }
	.video-scan-mcd {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ MCDONALD'S: РЕПУТАЦИЯ ВНУТРИ БУРГЕРА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК СКАНДАЛЫ ВЛИЯЮТ НА РЕПУТАЦИЮ И ПОКУПКИ — 2025 НАЧАЛО */
.res-scan-affect {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.res-scan-affect p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-bottom: 16px !important;
}

.res-scan-affect ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-scan-affect li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.res-scan-affect li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #82DCE9 !important;
    left: 0;
    top: 6px !important;
}

.res-serv-rat img {
    max-width: 720px;
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .res-scan-affect img {
        margin: 24px 0;
    }
    .res-scan-affect ul {
        margin: 24px 0 24px 10px !important;
    }
    .res-scan-affect ul li {
        margin-bottom: 16px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК СКАНДАЛЫ ВЛИЯЮТ НА РЕПУТАЦИЮ И ПОКУПКИ — 2025 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК МЕМЫ ВЛИЯЮТ НА ОХВАТЫ (НО НЕ ВСЕГДА) НАЧАЛО */
.res-aff-memes {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.res-aff-memes p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.res-aff-memes ol {
    margin: 16px 0 16px 10px !important;
}

.res-aff-memes li {
    margin-bottom: 16px !important;
    font-weight: 300 !important;
	  margin-left: 10px !important;
    color: #000000 !important;
}

.res-aff-memes img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-memes {
    background-color: #C1C5FF !important;
}      

.table-memes li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.res-aff-memes h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК МЕМЫ РУЛЯТ, НО НЕ ВСЕГДА */
.strip-aff-memes-01 {
    position: relative;
    margin: 16px 0;
}

.strip-aff-memes-01:before {
    content: '';
    width: 268px;
    height: 11px;
    background: #C1C5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-aff-memes-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ГДЕ МЕМЫ БЬЮТ В ДЕСЯТКУ */
#adap-strip-memes-02:before {
    width: 260px;
}

/* 4 БЛОК КАК НЕ ОБЛАЖАТЬСЯ С МЕМАМИ: ИНСТРУКЦИЯ  */
#adap-strip-memes-03:before {
    width: 430px;
}

@media (max-width: 480px) {
    .res-aff-memes h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .strip-aff-memes-01:before {
        display: none;
    }
    .res-aff-memes img {
        margin: 24px 0;
    }
}
/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК МЕМЫ ВЛИЯЮТ НА ОХВАТЫ (НО НЕ ВСЕГДА) КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПОЧЕМУ CTR ПАДАЕТ, И КАК ИИ ПОМОГАЕТ СОЗДАВАТЬ КЛИКАБЕЛЬНЫЕ БАННЕРЫ НАЧАЛО */
.case-help-ai {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-help-ai p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-help-ai ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-help-ai li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-help-ai li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC6BC !important;
    left: 0;
    top: 6px !important;
}

.case-help-ai img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ai {
    background-color: #FFC6BC !important;
}      

.table-ai li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-help-ai h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-help-ai h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ОСНОВНЫЕ ПРИЧИНЫ ПАДЕНИЯ CTR */
.strip-help-ai-01 {
    position: relative;
    margin: 16px 0;
}

.strip-help-ai-01:before {
    content: '';
    width: 345px;
    height: 11px;
    background: #FFC6BC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-help-ai-01 h2 {
    margin-left: 10px;
}

.vert-help-ai-01 ul {
	margin-bottom: 0 !important;
}

.vert-help-ai-01 li {
    padding-left: 30px !important;
}

.vert-help-ai-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFC6BC !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК ИИ ПОМОГАЕТ СОЗДАВАТЬ КЛИКАБЕЛЬНЫЕ БАННЕРЫ И ПОВЫШАТЬ CTR */
#adap-strip-ai-02:before {
    width: 702px;
}

/* 4 БЛОК ИСПОЛЬЗУЙТЕ ИИ, ЧТОБЫ ПОВЫСИТЬ CTR КРЕАТИВОВ  */
#adap-strip-ai-03:before {
    width: 501px;
}

@media(max-width: 480px) {
    .case-help-ai h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-help-ai h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .strip-help-ai-01:before {
        display: none;
    }
	.case-help-ai ol {
		margin: 16px 0 !important;
	}
    .case-help-ai img {
		margin: 24px 0;
	}
    .case-help-ai ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-help-ai ul li {
        margin-bottom: 8px !important;
    }
	.vert-help-ai-01 {
        margin: 48px 0;
        border: 1px solid #FFC6BC;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-help-ai-01 ul {
        margin: 0 !important;
    }
    .vert-help-ai-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-help-ai-01 li:before {
		display: none;
    }
	.text-help-ai-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ПОЧЕМУ CTR ПАДАЕТ, И КАК ИИ ПОМОГАЕТ СОЗДАВАТЬ КЛИКАБЕЛЬНЫЕ БАННЕРЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СИНДРОМ FOMO: КАК ПРЕВРАТИТЬ СТРАХ В ДЕНЬГИ НАЧАЛО */
.case-synd-fomo {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-synd-fomo p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-synd-fomo ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-synd-fomo li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-synd-fomo li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD3E7 !important;
    left: 0;
    top: 6px !important;
}

.case-synd-fomo img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-fomo {
    background-color: #FFD3E7 !important;
}      

.table-fomo li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-synd-fomo h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-synd-fomo h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ИСТОРИЯ ОДНОГО СТРАХА */
.strip-synd-fomo-01 {
    position: relative;
    margin: 16px 0;
}

.strip-synd-fomo-01:before {
    content: '';
    width: 250px;
    height: 11px;
    background: #FFD3E7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-synd-fomo-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РАЗОБЛАЧЕНИЕ ЭФФЕКТА FOMO. ЧТО СКРЫВАЕТСЯ ЗА МАСКОЙ СТРАХА? */
#adap-strip-fomo-02:before {
    width: 650px;
}

.vert-synd-fomo-01 ul {
	margin-bottom: 0 !important;
}

.vert-synd-fomo-01 li {
    padding-left: 30px !important;
}

.vert-synd-fomo-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFD3E7 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ГДЕ FOMO МАРКЕТИНГ ЛОВИТ НАС НА КРЮЧОК */
#adap-strip-fomo-03:before {
    width: 437px;
}

/* 5 БЛОК ЗАЩИТНЫЙ ЩИТ: КАК НЕ СТАТЬ ЖЕРТВОЙ FOMO */
#adap-strip-fomo-04:before {
    width: 444px;
}

.container-synd-fomo {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-synd-fomo img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

@media(max-width: 480px) {
    .case-synd-fomo h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-synd-fomo h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-synd-fomo img {
		margin: 24px 0;
	}
	.strip-synd-fomo-01:before {
		display: none;
	}
    .container-synd-fomo {
		margin: 48px 0 32px 0;
	}
	.icon-synd-fomo img {
		margin: 0 0 16px 10px;
	}
    .case-synd-fomo ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-synd-fomo ul li {
		margin-bottom: 8px !important;
	}
	.vert-synd-fomo-01 {
        margin: 48px 0;
        border: 1px solid #FFD3E7;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-synd-fomo-01 ul {
        margin: 0 !important;
    }
    .vert-synd-fomo-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-synd-fomo-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ СИНДРОМ FOMO: КАК ПРЕВРАТИТЬ СТРАХ В ДЕНЬГИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ БЛОГА В “ДЗЕНЕ” В НИШЕ САМОРАЗВИТИЯ НАЧАЛО */
.case-dev-niche {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-dev-niche p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-dev-niche ol {
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-dev-niche ol li {
    margin-bottom: 2px !important;
    font-weight: 300 !important;
    padding-left: 0 !important;
    color: #000000 !important;
}

.case-dev-niche img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-niche {
    background-color: #D8F4FC !important;
}     

.table-niche ol {
	margin: 0 0 10px 0 !important;
}

.table-niche li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-dev-niche h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК “ДЛЯ НАЧАЛА РАССЛАБИМСЯ”: КОНТЕНТНАЯ СТРАТЕГИЯ В ДЗЕНЕ */
.strip-dev-niche-01 {
    position: relative;
    margin: 16px 0;
}

.strip-dev-niche-01:before {
    content: '';
    width: 592px;
    height: 11px;
    background: #D8F4FC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-dev-niche-01 h2 {
    margin-left: 10px;
}

.list-dev-niche-01 li::marker {
	font-weight: 300 !important
}

/* 3 БЛОК 1,5 МЛН ПРОСМОТРОВ: РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ  */
#adap-strip-niche-02:before {
    width: 482px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-dev-niche h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-dev-niche img {
		margin: 24px 0;
	}
    .list-dev-niche-01 ol {
        margin: 24px 0 24px 10px !important;
    }
	.strip-dev-niche-01:before {
		display: none;
	}
	.img-adap-niche-02 {
		margin-top: 48px;
	}
    .list-dev-niche-01 ol li {
        margin-bottom: 16px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ПРОДВИЖЕНИЕ БЛОГА В “ДЗЕНЕ” В НИШЕ САМОРАЗВИТИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ОПРЕДЕЛИТЬ СВОЮ ЦЕЛЕВУЮ АУДИТОРИЮ: 7 ШАГОВ И 1 СОВЕТ НАЧАЛО */
.case-def-tip {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-def-tip p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-def-tip ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-def-tip li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-def-tip li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C8E1FF !important;
    left: 0;
    top: 6px !important;
}

.case-def-tip img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-tip {
    background-color: #C8E1FF !important;
}      

.table-tip li {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.case-def-tip h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ЦЕЛЕВАЯ АУДИТОРИЯ */
.strip-def-tip-01 {
    position: relative;
    margin: 16px 0;
}

.strip-def-tip-01:before {
    content: '';
    width: 310px;
    height: 11px;
    background: #C8E1FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-def-tip-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЗАЧЕМ ЗНАТЬ, КТО НАШИ ПОКУПАТЕЛИ */
#adap-strip-tip-02::before {
    width: 366px;
}

.container-def-tip {
    display: flex;
    flex-direction: column;
}

.icon-def-tip img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК 7 ШАГОВ, ЧТОБЫ НАЙТИ “СВОЮ” АУДИТОРИЮ */
#adap-strip-tip-03::before {
    width: 422px;
}

.list-def-tip-03 ol li {
	margin-bottom: 2px !important
}

/* 5 БЛОК ЧТО ДЕЛАТЬ, ЕСЛИ АУДИТОРИЯ ПОТЕРЯЛА ИНТЕРЕС */
#adap-strip-tip-04::before {
    width: 480px;
}

@media(max-width: 480px) {
    .case-def-tip h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-def-tip img {
		margin: 24px 0;
	}
    .case-def-tip ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-def-tip ul li {
		margin-bottom: 8px !important;
	}
    .container-def-tip {
		margin: 48px 0 48px 0;
	}
	.icon-def-tip img {
		margin: 0 0 16px 10px;
	}
	.text-def-tip-02 {
		margin-top: 48px;
	}
	.strip-def-tip-01:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ОПРЕДЕЛИТЬ СВОЮ ЦЕЛЕВУЮ АУДИТОРИЮ: 7 ШАГОВ И 1 СОВЕТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЛИДЕРЫ ОБЩЕСТВЕННОГО МНЕНИЯ (ЛОМЫ): КАК РАБОТАТЬ С СЕКРЕТНЫМ ОРУЖИЕМ PR НАЧАЛО */
.case-work-pol {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-work-pol p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-work-pol ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-work-pol li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-work-pol li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E2F3FF !important;
    left: 0;
    top: 6px !important;
}

.case-work-pol img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-pol {
    background-color: #E2F3FF !important;
}      

.table-pol li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-work-pol h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-work-pol h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КТО ТАКИЕ ЛИДЕРЫ ОБЩЕСТВЕННОГО МНЕНИЯ */
.strip-work-pol-01 {
    position: relative;
    margin: 16px 0;
}

.strip-work-pol-01:before {
    content: '';
    width: 435px;
    height: 11px;
    background: #E2F3FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-work-pol-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОЧЕМУ МЫ ДОВЕРЯЕМ ЛИДЕРАМ ОБЩЕСТВЕННОГО МНЕНИЯ */
#adap-strip-pol-02:before {
    width: 567px;
}

/* 4 БЛОК КАК СТАНОВЯТСЯ ЛИДЕРАМИ ОБЩЕСТВЕННОГО МНЕНИЯ */
#adap-strip-pol-03:before {
    width: 524px;
}

.vert-work-pol-01 ul {
	margin-bottom: 0 !important;
}

.vert-work-pol-01 li {
    padding-left: 30px !important;
}

.vert-work-pol-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #E2F3FF !important;
    left: 1px !important;
    top: 4px !important;
}

.container-work-pol {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-work-pol img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

.list-work-pol-06 ol li {
    margin-bottom: 2px !important;
}

/* 5 БЛОК КАК ЛОМЫ ВЛИЯЮТ НА ПОТРЕБИТЕЛЕЙ */
#adap-strip-pol-04:before {
    width: 374px;
}

/* 6 БЛОК ПОЧЕМУ АКТУАЛЬНОСТЬ ЛОМА — ЭТО НЕ НАВСЕГДА */
#adap-strip-pol-05:before {
    width: 483px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

.video-work-pol {
	margin-bottom: 16px !important;
}

@media(max-width: 480px) {
    .case-work-pol h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-work-pol h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-work-pol img {
		margin: 24px 0;
	}
    .container-work-pol {
		margin: 48px 0 32px 0;
	}
	.icon-work-pol img {
		margin: 0 0 16px 10px;
	}
    .case-work-pol ul {
        margin: 24px 0 !important;
    }
	.strip-work-pol-01:before {
		display: none;
	}
    .list-work-pol-06 ol {
        margin: 24px 0 !important;
    }
	.brands-text-pol ol {
		margin-top: 0 !important;
	}
	.vert-work-pol-01 {
        margin: 48px 0;
        border: 1px solid #E2F3FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-work-pol-01 ul {
        margin: 0 !important;
    }
    .vert-work-pol-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-work-pol-01 li:before {
		display: none;
    }
	.video-work-pol {
		margin: 24px 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ЛИДЕРЫ ОБЩЕСТВЕННОГО МНЕНИЯ (ЛОМЫ): КАК РАБОТАТЬ С СЕКРЕТНЫМ ОРУЖИЕМ PR КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ МАРКЕТИНГ- МИКС, И В ЧЕМ СЕКРЕТ УСПЕХА 7P НАЧАЛО */
.case-sec-mix {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-sec-mix p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-sec-mix ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-sec-mix li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-sec-mix li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E7D6FF !important;
    left: 0;
    top: 6px !important;
}

.case-sec-mix img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-mix {
    background-color: #E7D6FF !important;
}      

.table-mix li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-sec-mix h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ БРЕНДЫ ИСПОЛЬЗУЮТ ВЫМЫСЕЛ В РЕКЛАМЕ */
.strip-sec-mix-01 {
    position: relative;
    margin: 16px 0;
}

.strip-sec-mix-01:before {
    content: '';
    width: 313px;
    height: 11px;
    background: #E7D6FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-sec-mix-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПЕРВЫЙ ЭЛЕМЕНТ: PRODUCT (ПРОДУКТ) */
#adap-strip-mix-02:before {
    width: 370px;
}

.vert-sec-mix-01 ul {
	margin-bottom: 0 !important;
}

.vert-sec-mix-01 li {
    padding-left: 30px !important;
}

.vert-sec-mix-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 97px !important;
    border-radius: 0% !important;
    background: #E7D6FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ВТОРОЙ ЭЛЕМЕНТ: PRICE (ЦЕНА) */
#adap-strip-mix-03:before {
    width: 300px;
}

/* 5 БЛОК ТРЕТИЙ ЭЛЕМЕНТ: PLACE (КАНАЛЫ СБЫТА) */
#adap-strip-mix-04:before {
    width: 395px;
}

/* 6 БЛОК ЧЕТВЕРТЫЙ ЭЛЕМЕНТ: PROMOTION (ПРОДВИЖЕНИЕ) */
#adap-strip-mix-05:before {
    width: 480px;
}

.adap-vert-mix-02 li::before {
    height: 45px !important;
}

/* 7 БЛОК ПЯТЫЙ ЭЛЕМЕНТ: PEOPLE (ЛЮДИ) */
#adap-strip-mix-06:before {
    width: 317px;
}

/* 8 БЛОК ШЕСТОЙ ЭЛЕМЕНТ: PROCESS (ПРОЦЕССЫ) */
#adap-strip-mix-07:before {
    width: 385px;
}

/* 9 БЛОК СЕДЬМОЙ ЭЛЕМЕНТ: PHYSICAL EVIDENCE (ФИЗИЧЕСКИЕФ ДОКАЗАТЕЛЬСТВА) */
#adap-strip-mix-08:before {
    width: 681px;
}

/* 10 БЛОК ВНЕДРЕНИЕ 7P В ПУТЬ КЛИЕНТА */
#adap-strip-mix-09:before {
    width: 305px;
}

/* 11 БЛОК ВНЕДРЕНИЕ 7P В ПУТЬ КЛИЕНТА */
#adap-strip-mix-10:before {
    width: 306px;
}

/* 12 БЛОК СОВРЕМЕННЫЕ ТРЕНДЫ В МАРКЕТИНГ-МИКСЕ С УЧЕТОМ 7P */
#adap-strip-mix-11:before {
    width: 544px;
}

/* 13 БЛОК ПОШАГОВЫЙ АЛГОРИТМ МАРКЕТИНГ - МИКСА НА ОСНОВЕ 7P */
#adap-strip-mix-12:before {
    width: 547px;
}

.slider-adap {
	display: none;
}

@media(max-width: 480px) {
    .case-sec-mix h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-sec-mix img {
		margin: 24px 0;
	}
    .case-sec-mix ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-sec-mix ul li {
        margin-bottom: 8px !important;
    }
    .strip-sec-mix-01:before {
        display: none;
    }
	.vert-sec-mix-01 {
        margin: 48px 0;
        border: 1px solid #E7D6FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-sec-mix-01 ul {
        margin: 0 !important;
    }
    .vert-sec-mix-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-sec-mix-01 li:before {
		display: none;
    }
	.text-sec-mix-02 {
		margin-top: 48px;
	}
	.slider-adap {
		display: block;
	}
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ МАРКЕТИНГ- МИКС, И В ЧЕМ СЕКРЕТ УСПЕХА 7P КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ ИНФОГРАФИКИ — 2025 НАЧАЛО */
.case-info-grap {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-info-grap p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-info-grap ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-info-grap li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-info-grap li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #97EBED !important;
    left: 0;
    top: 6px !important;
}

.case-info-grap img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-grap {
    background-color: #97EBED !important;
}      

.table-grap li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-info-grap h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-info-grap h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ТРЕНД № 1. 3D-ДИЗАЙН И ОБЪЕМ */
.strip-info-grap-01 {
    position: relative;
    margin: 16px 0;
}

.strip-info-grap-01:before {
    content: '';
    width: 306px;
    height: 11px;
    background: #97EBED;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-info-grap-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ТРЕНД № 2. НЕЙРОМИНИМАЛИЗМ */
#adap-strip-grap-02:before {
    width: 314px;
}

/* 4 БЛОК ТРЕНДА № 3. ИГРА С ПОЛЬЗОВАТЕЛЕМ */
#adap-strip-grap-03:before {
    width: 343px;
}

/* 5 БЛОК ТРЕНД № 4. ИНФОГРАФИКА В BENTO */
#adap-strip-grap-04:before {
    width: 342px;
}

/* 6 БЛОК ТРЕНД № 5. УСКОРЕНИЕ РАБОТЫ */
#adap-strip-grap-05:before {
    width: 307px;
}

/* 7 БЛОК ИНФОГРАФИКА В СОЦСЕТЯХ */
#adap-strip-grap-06:before {
    width: 274px;
}

.video-info-grap-01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
	 gap: 20px;
	 margin-bottom: 16px;
}

/* 8 БЛОК ИНФОГРАФИКА В СМИ */
#adap-strip-grap-07:before {
    width: 216px;
}

.gif-info-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 20px;
  height: 342px; 
}

.gif-info-large {
  grid-row: span 2;
  height: 100%;
}

.gif-info-large img {
	height: 95% !important;
}

.gif-info-small {
  height: 100%;
}

.gif-info-container img {
  object-fit: cover;
  display: block;
}

.video-info-grap-01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.video-pin {
  width: 100%;
  max-width: 100%;
}

/* 9 БЛОК ИНФОГРАФИКА НА МАРКЕТПЛЕЙСАХ */
#adap-strip-grap-08:before {
    width: 346px;
}

.vert-info-grap-01 ul {
	margin-bottom: 0 !important;
}

.vert-info-grap-01 li {
    padding-left: 30px !important;
}

.vert-info-grap-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #97EBED !important;
    left: 1px !important;
    top: 4px !important;
}

@media(max-width: 480px) {
    .case-info-grap h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-info-grap h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
	.strip-info-grap-01:before {
		display: none;
	}
    .case-info-grap img {
		margin: 24px 0;
	}
	.text-info-grap-02 {
		margin-top: 48px;
	}
    .gif-info-container {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .gif-info-large,
  .gif-info-small {
    height: auto;
  }
  .gif-info-container .gif-info-large img {
    height: auto;
		margin-bottom: 0 !important;
  }
	.gif-info-small img {
		width: -webkit-fill-available !important;
		margin: 16px 0 0 0 !important
	}
	.video-info-gap-01 {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .video-pin {
     width: 100%;
    max-width: 100%;
    }
    .video-info-grap {
        flex-direction: column;
    }
    .case-info-grap ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-info-grap ul li {
        margin-bottom: 8px !important;
    }
	.vert-info-grap-01 {
        margin: 48px 0;
        border: 1px solid #97EBED;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-info-grap-01 ul {
        margin: 0 !important;
    }
    .vert-info-grap-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-info-grap-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ ИНФОГРАФИКИ — 2025 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ APPLE: КОГДА ЭТО НЕ МЕШАЕТ РЕПУТАЦИИ НАЧАЛО */
.case-scan-apple {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-apple p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-apple ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-apple li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-apple li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC5C5 !important;
    left: 0;
    top: 6px !important;
}

.case-scan-apple img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-apple {
    background-color: #FFC5C5 !important;
}      

.table-apple li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-apple h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-apple h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ТРЕНД № 1. 3D-ДИЗАЙН И ОБЪЕМ */
.strip-scan-apple-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-apple-01:before {
    content: '';
    width: 236px;
    height: 11px;
    background: #FFC5C5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-apple-01 h2 {
    margin-left: 10px;
}

.list-scan-apple-02 li::before {
    display: none;
}

.list-scan-apple-02 ul {
	margin-bottom: 0 !important;
	position: relative;
}

.list-scan-apple-02 li {
    padding-left: 30px !important;
}

.list-scan-apple-02 ul:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100px !important;
    border-radius: 0% !important;
    background: #FFC5C5 !important;
    left: 1px !important;
    top: 4px !important;
}

.vert-scan-apple-01 ul {
	margin-bottom: 0 !important;
}

.vert-scan-apple-01 li {
    padding-left: 30px !important;
}

.vert-scan-apple-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFC5C5 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК МАРКЕТИНГОВАЯ СТРАТЕГИЯ APPLE */
#adap-strip-apple-02:before {
    width: 335px;
}

/* 4 БЛОК САМЫЕ ГРОМКИЕ СКАНДАЛЫ */
#adap-strip-apple-03:before {
    width: 281px;
}

.adap-vert-apple-02 li:before {
    height: 67px !important;
}

.video-scan-apple {
    margin-bottom: 16px !important;
}

/* 5 БЛОК РЕАКЦИИ APPLE НА СКАНДАЛЫ */
#adap-strip-apple-04:before {
    width: 300px;
}

@media(max-width: 480px) {
    .case-scan-apple h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-apple h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-scan-apple img {
		margin: 24px 0;
	}
	.strip-scan-apple-01:before {
		display: none;
	}
    .video-scan-apple {
        margin: 24px 0 !important;
    }
    .case-scan-apple ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-scan-apple ul li {
        margin-bottom: 8px !important;
    }
	.vert-scan-apple-01 {
        margin: 48px 0;
        border: 1px solid #FFC5C5;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-apple-01 ul {
        margin: 0 !important;
    }
    .vert-scan-apple-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-apple-01 li:before {
		display: none;
    }
	.list-scan-apple-02 {
        margin: 48px 0;
        border: 1px solid #FFC5C5;
        border-radius: 8px;
        padding: 8px;
    }
    .list-scan-apple-02 ul {
        margin: 0 !important;
    }
    .list-scan-apple-02 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.list-scan-apple-02 ul:before {
		display: none;
    }
	.text-scan-apple-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ APPLE: КОГДА ЭТО НЕ МЕШАЕТ РЕПУТАЦИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПСИХОЛОГИЯ ЖАЛОБЫ: ПОЧЕМУ ЛЮДИ ПИШУТ НЕГАТИВНЫЕ ОТЗЫВЫ НАЧАЛО */
.case-psy-complain {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-psy-complain p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-psy-complain ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-psy-complain li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-psy-complain li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BAD7FF !important;
    left: 0;
    top: 6px !important;
}

.case-psy-complain img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-complain {
    background-color: #BAD7FF !important;
}      

.table-complain li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-psy-complain h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-psy-complain h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ТРЕНД № 1. 3D-ДИЗАЙН И ОБЪЕМ */
.strip-psy-complain-01 {
    position: relative;
    margin: 16px 0;
}

.strip-psy-complain-01:before {
    content: '';
    width: 467px;
    height: 11px;
    background: #BAD7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-psy-complain-01 h2 {
    margin-left: 10px;
}

.vert-psy-complain-01 ul {
	margin-bottom: 0 !important;
}

.vert-psy-complain-01 li {
    padding-left: 30px !important;
}

.vert-psy-complain-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #BAD7FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ЖАЖДА ВЛИЯНИЯ: КАК ОБЩЕСТВО УСИЛИВАЕТ КРИТИКУ */
#adap-strip-complain-02:before {
    width: 523px;
}

/* 4 БЛОК ЭФФЕКТ ТОЛПЫ */
#adap-strip-complain-03:before {
    width: 158px;
}

.adap-vert-complain-02 li::before {
    height: 45px !important;
}

/* 5 БЛОК КАК КРИТИКА ВЛИЯЕТ НА РЕШЕНИЕ О ПОКУПКЕ */
#adap-strip-complain-04:before {
    width: 442px;
}

/* 6 БЛОК КАК ПРЕВРАТИТЬ ЖАЛОБУ В ЛОЯЛЬНОСТЬ */
#adap-strip-complain-05:before {
    width: 393px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-psy-complain h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-psy-complain h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-psy-complain img {
		margin: 24px 0;
	}
	.strip-psy-complain-01:before {
		display: none;
	}
    .video-psy-complain {
        margin: 24px 0 !important;
    }
    .case-psy-complain ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-psy-complain ul li {
        margin-bottom: 8px !important;
    }
	.vert-psy-complain-01 {
        margin: 48px 0;
        border: 1px solid #BAD7FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-psy-complain-01 ul {
        margin: 0 !important;
    }
    .vert-psy-complain-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-psy-complain-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ПСИХОЛОГИЯ ЖАЛОБЫ: ПОЧЕМУ ЛЮДИ ПИШУТ НЕГАТИВНЫЕ ОТЗЫВЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПЕРСОНАЛИЗАЦИЯ В МАРКЕТИНГЕ: КАК АДАПТИРОВАТЬ КОНТЕНТ ПОД КЛИЕНТА НАЧАЛО */
.case-mark-adapt {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-adapt p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-adapt ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-adapt li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-adapt li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F3D3F9 !important;
    left: 0;
    top: 6px !important;
}

.case-mark-adapt img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-adapt {
    background-color: #F3D3F9 !important;
}      

.table-adapt li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-mark-adapt h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ПЕРСОНАЛИЗАЦИЯ В МАРКЕТИНГЕ */
.strip-mark-adapt-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-adapt-01:before {
    content: '';
    width: 431px;
    height: 11px;
    background: #F3D3F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-adapt-01 h2 {
    margin-left: 10px;
}

.container-mark-adapt {
    display: flex;
    flex-direction: column;
}

.icon-mark-adapt img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

/* 3 БЛОК ЗАЧЕМ НУЖНА ПЕРСОНАЛИЗАЦИЯ */
#adap-strip-adapt-02:before {
    width: 325px;
}

/* 4 БЛОК МОГУТ ЛИ ОТЗЫВЫ ПОМОЧЬ ПЕРСОНАЛИЗАЦИИ */
#adap-strip-adapt-03:before {
    width: 453px;
}

/* 5 БЛОК ИСКУССТВЕННЫЙ ИНТЕЛЛЕКТ В ПЕРСОНАЛИЗАЦИИ */
#adap-strip-adapt-04:before {
    width: 482px;
}

/* 6 БЛОК КАК РЕАЛИЗОВАТЬ ПЕРСОНАЛИЗАЦИЮ */
#adap-strip-adapt-05:before {
    width: 371px;
}

/* 7 БЛОК ПРИМЕРЫ УСПЕШНОЙ ПЕРСОНАЛИЗАЦИИ С ИСПОЛЬЗОВАНИЕМ ИИ */
#adap-strip-adapt-06:before {
    width: 622px;
}

/* 8 БЛОК 5 “ГРЕХОВ” ПЕРСОНАЛИЗАЦИИ: ОСНОВНЫЕ ОШИБКИ */
#adap-strip-adapt-07:before {
    width: 496px;
}

.vert-mark-adapt-01 ul {
	margin-bottom: 0 !important;
}

.vert-mark-adapt-01 li {
    padding-left: 30px !important;
}

.vert-mark-adapt-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #F3D3F9 !important;
    left: 1px !important;
    top: 4px !important;
}

@media(max-width: 480px) {
    .case-mark-adapt h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-adapt img {
		margin: 24px 0;
	}
	.strip-mark-adapt-01:before {
		display: none;
	}
    .case-mark-adapt ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-mark-adapt ul li {
        margin-bottom: 8px !important;
    }
	.container-mark-adapt {
		margin: 48px 0 32px 0;
	}
	.icon-mark-adapt img {
		margin: 0 0 16px 10px;
	}
	.vert-mark-adapt-01 {
        margin: 48px 0;
        border: 1px solid #F3D3F9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-adapt-01 ul {
        margin: 0 !important;
    }
    .vert-mark-adapt-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-adapt-01 li:before {
		display: none;
    }
	.text-mark-adapt-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ПЕРСОНАЛИЗАЦИЯ В МАРКЕТИНГЕ: КАК АДАПТИРОВАТЬ КОНТЕНТ ПОД КЛИЕНТА КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ ПОДРОБНЫЙ ОБЗОР ОБНОВЛЕННОГО ИНСТРУМЕНТА RUSH ANALYTICS — ПРОВЕРКА ПОЗИЦИЙ НАЧАЛО */
.case-det-rush {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-det-rush p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-det-rush ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 0 10px !important;
}

.case-det-rush img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rush {
    background-color: #FFD5C0 !important;
}      

.table-rush li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-det-rush h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-det-rush h3 {
    position: relative;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
	padding-left: 20px !important;
    line-height: 1.6 !important;
}

.case-det-rush h3:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD5C0 !important;
    left: 0;
    top: 6px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ПЕРСОНАЛИЗАЦИЯ В МАРКЕТИНГЕ */
.strip-det-rush-01 {
    position: relative;
    margin: 16px 0;
}

.strip-det-rush-01:before {
    content: '';
    width: 391px;
    height: 11px;
    background: #FFD5C0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-det-rush-01 h2 {
    margin-left: 10px;
}

.vert-det-rush-01 li {
    padding-left: 30px !important;
	color: #000000 !important;
}

.vert-det-rush-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFD5C0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК РАСШИРЕННАЯ СИСТЕМА КАТЕГОРИЗАЦИИ ПОИСКОВЫХ ЗАПРОСОВ */
#adap-strip-rush-02:before {
    width: 623px;
}

.adap-vert-rush-02 li::before {
    height: 120px !important;
}

.container-det-rush {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-det-rush img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

/* 4 БЛОК УСОВЕРШЕНСТВОВАННЫЕ ВОЗМОЖНОСТИ АНАЛИЗА */
#adap-strip-rush-03:before {
    width: 494px;
}

/* 5 БЛОК РАСШИРЕННАЯ ФУНКЦИОНАЛЬНОСТЬ ТАБЛИЧНОГО ПРЕДСТАВЛЕНИЯ */
#adap-strip-rush-04:before {
    width: 643px;
}

/* 6 БЛОК КОМПЛЕКСНАЯ АНАЛИТИЧЕСКАЯ ИНФОРМАЦИЯ */
#adap-strip-rush-05:before {
    width: 452px;
}

/* 7 БЛОК КОНКУРЕНТНЫЙ АНАЛИЗ */
#adap-strip-rush-06:before {
    width: 245px;
}

.adap-vert-rush-03 li::before {
    height: 95px !important;
}

/* 8 БЛОК ХРОНОЛОГИЯ ПОЗИЦИЙ И СООТВЕТСТВУЮЩИХ URL */
#adap-strip-rush-07:before {
    width: 481px;
}

/* 9 БЛОК АДАПТИВНОСТЬ К МАСШТАБНЫМ ПРОЕКТАМ */
#adap-strip-rush-08:before {
    width: 420px;
}

/* 10 БЛОК ИТОГИ */
#adap-strip-rush-09:before {
    width: 77px;
}

@media(max-width: 480px) {
    .case-det-rush h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-det-rush h3 {
        margin: 24px 0 24px 10px !important;
			font-size: 18px !important;
    }
    .case-det-rush img {
		margin: 24px 0;
	}
	.strip-det-rush-01:before {
		display: none;
	}
	.vert-det-rush-01 {
        margin: 48px 0;
        border: 1px solid #FFD5C0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-det-rush-01 ul {
        margin: 0 !important;
    }
    .vert-det-rush-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-det-rush-01 li:before {
		display: none;
    }
	.container-det-rush {
		margin: 48px 0 32px 0;
	}
	.icon-det-rush img {
		margin: 0 0 16px 10px;
	}
	.text-det-rush-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ПОДРОБНЫЙ ОБЗОР ОБНОВЛЕННОГО ИНСТРУМЕНТА RUSH ANALYTICS — ПРОВЕРКА ПОЗИЦИЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАНЬЕ УЭСТ: КАК НА СКАНДАЛАХ ПОТЕРЯТЬ МИЛЛИОНЫ И ЗАРАБОТАТЬ МИЛЛИАРДЫ НАЧАЛО */
.case-scan-west {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-west p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-west ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-west li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-west li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DEE7FD !important;
    left: 0;
    top: 6px !important;
}

.case-scan-west img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-west {
    background-color: #DEE7FD !important;
}      

.table-west li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-west h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-west h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ОТ ИКОНЫ ХИП-ХОПА ДО ПЕРСОНЫ НОН ГРАТА */
.strip-scan-west-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-west-01:before {
    content: '';
    width: 437px;
    height: 11px;
    background: #DEE7FD;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-west-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАНЬЕ И БРЕНДЫ: СКАНДАЛЫ КАК ТЕСТ НА МОРАЛЬ */
#adap-strip-west-02:before {
    width: 480px;
}

.vert-scan-west-01 ul {
    margin-bottom: 0 !important;
}

.vert-scan-west-01 li {
    padding-left: 30px !important;
}

.vert-scan-west-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #DEE7FD !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ГДЕ ГРАНЬ МЕЖДУ ПРОВОКАЦИЕЙ И ИСКРЕННОСТЬЮ */
#adap-strip-west-03:before {
    width: 492px;
}

/* 5 БЛОК ЧТО ВЗЯТЬ НА ЗАМЕТКУ БРЕНДАМ И АВТОРАМ */
#adap-strip-west-04:before {
    width: 431px;
}

@media(max-width: 480px) {
    .case-scan-west h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-west h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-scan-west img {
		margin: 24px 0;
	}
	.case-scan-west ul {
		margin: 24px 0 24px 10px !important;
	}
	.case-scan-west ul li {
		margin-bottom: 8px !important;
	}
	.text-scan-west-02 {
		margin-top: 48px;
	}
	.strip-scan-west-01:before {
		display: none;
	}
	.vert-scan-west-01 {
        margin: 48px 0;
        border: 1px solid #DEE7FD;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-west-01 ul {
        margin: 0 !important;
    }
    .vert-scan-west-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-west-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАНЬЕ УЭСТ: КАК НА СКАНДАЛАХ ПОТЕРЯТЬ МИЛЛИОНЫ И ЗАРАБОТАТЬ МИЛЛИАРДЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ БЛАГОТВОРИТЕЛЬНОСТИ НУЖНА РЕКЛАМА: КЕЙС ПРИЮТА ДЛЯ СОБАК В “ДЗЕНЕ” НАЧАЛО */
.case-need-charity {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-need-charity p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-need-charity ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-need-charity li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-need-charity li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BAE8D2 !important;
    left: 0;
    top: 6px !important;
}

.case-need-charity img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-charity {
    background-color: #BAE8D2 !important;
}      

.table-charity li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-need-charity h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ПЕРСОНАЛИЗАЦИЯ В МАРКЕТИНГЕ */
.strip-need-charity-01 {
    position: relative;
    margin: 16px 0;
}

.strip-need-charity-01:before {
    content: '';
    width: 367px;
    height: 11px;
    background: #BAE8D2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-need-charity-01 h2 {
    margin-left: 10px;
}

.container-need-charity {
    display: flex;
    flex-direction: column;
}

.icon-need-charity img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 3 БЛОК СТРАТЕГИЯ ПРОДВИЖЕНИЯ */
#adap-strip-charity-02:before {
    width: 261px;
}

.vert-need-charity-01 ul {
    margin-bottom: 0 !important;
}

.vert-need-charity-01 li {
    padding-left: 30px !important;
}

.vert-need-charity-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #BAE8D2 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ПРОДВИЖЕНИЕ СТАТЕЙ В “ДЗЕНЕ” ЧЕРЕЗ ВК */
#adap-strip-charity-03:before {
    width: 407px;
}

/* 5 БЛОК РЕКОМЕНДАЦИИ ПО ПРОДВИЖЕНИЮ СОЦИАЛЬНЫХ ИНИЦИАТИВ */
#adap-strip-charity-04:before {
    width: 600px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-need-charity h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-need-charity img {
		margin: 24px 0;
	}
    .case-need-charity ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-need-charity ul li {
        margin-bottom: 8px;
    }
	.img-adap-charity-02 img {
		margin-top: 48px;
	}
	.strip-need-charity-01:before {
		display: none;
	}
    .container-need-charity {
		margin: 48px 0 32px 0;
	}
	.icon-need-charity img {
		margin: 0 0 16px 10px;
	}
	.vert-need-charity-01 {
        margin: 48px 0;
        border: 1px solid #BAE8D2;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-need-charity-01 ul {
        margin: 0 !important;
    }
    .vert-need-charity-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-need-charity-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ БЛАГОТВОРИТЕЛЬНОСТИ НУЖНА РЕКЛАМА: КЕЙС ПРИЮТА ДЛЯ СОБАК В “ДЗЕНЕ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПРОДВИГАЕМ ЕДУ В “ДЗЕНЕ”: САМЫЙ МОЛОЧНЫЙ КЕЙС MARKWAY НАЧАЛО */
.case-prom-milkiest {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-prom-milkiest p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-prom-milkiest ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-prom-milkiest li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-prom-milkiest li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C7E5FF !important;
    left: 0;
    top: 6px !important;
}

.case-prom-milkiest img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-milkiest {
    background-color: #C7E5FF !important;
}      

.table-milkiest li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-prom-milkiest h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ ПЕРСОНАЛИЗАЦИЯ В МАРКЕТИНГЕ */
.strip-prom-milkiest-01 {
    position: relative;
    margin: 16px 0;
}

.strip-prom-milkiest-01:before {
    content: '';
    width: 260px;
    height: 11px;
    background: #C7E5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-prom-milkiest-01 h2 {
    margin-left: 10px;
}

.vert-prom-milkiest-01 ul {
    margin-bottom: 0 !important;
}

.vert-prom-milkiest-01 li {
    padding-left: 30px !important;
}

.vert-prom-milkiest-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #C7E5FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПЕРВЫЕ РЕЗУЛЬТАТЫ */
#adap-strip-milkiest-02:before {
    width: 210px;
}

/* 4 БЛОК РЕКОМЕНДАЦИИ ПО ПРОДВИЖЕНИЮ ПРОДУКТОВ ПИТАНИЯ */
#adap-strip-milkiest-03:before {
    width: 556px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media(max-width: 480px) {
    .case-prom-milkiest h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-prom-milkiest img {
		margin: 24px 0;
	}
    .case-prom-milkiest ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-prom-milkiest ul li {
        margin-bottom: 8px;
    }
	.strip-prom-milkiest-01:before {
		display: none;
	}
	.vert-prom-milkiest-01 {
        margin: 48px 0;
        border: 1px solid #C7E5FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-prom-milkiest-01 ul {
        margin: 0 !important;
    }
    .vert-prom-milkiest-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-prom-milkiest-01 li:before {
		display: none;
    }
	.img-adap-milkiest-02 img {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ПРОДВИГАЕМ ЕДУ В “ДЗЕНЕ”: САМЫЙ МОЛОЧНЫЙ КЕЙС MARKWAY КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ВОССТАНОВИТЬ РЕПУТАЦИЮ ПОСЛЕ НЕУДАЧНОЙ РЕКЛАМЫ НАЧАЛО */
.case-how-restore {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-how-restore p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-how-restore ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-how-restore li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-how-restore li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F9C3C4 !important;
    left: 0;
    top: 6px !important;
}

.case-how-restore img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-restore {
    background-color: #F9C3C4 !important;
}      

.table-restore li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-how-restore h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-how-restore h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ОБРАТНАЯ СВЯЗЬ: 5D FEEDBACK */
.strip-how-restore-01 {
    position: relative;
    margin: 16px 0;
}

.strip-how-restore-01:before {
    content: '';
    width: 300px;
    height: 11px;
    background: #F9C3C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-how-restore-01 h2 {
    margin-left: 10px;
}

.vert-how-restore-01 li {
    padding-left: 30px !important;
}

.vert-how-restore-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #F9C3C4 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК РЕАКЦИЯ: СЦЕНАРИИ ДЕЙСТВИЙ */
#adap-strip-restore-02::before {
    width: 305px;
}

.container-how-restore {
    display: flex;
    flex-direction: column;
}

.icon-how-restore img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК РАБОТА НАД ОШИБКАМИ: ИЗМЕНЕНИЕ КРЕАТИВА */
#adap-strip-restore-03::before {
    width: 458px;
}

.long-how-restore-01 ul {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-how-restore-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 377px !important;
    border-radius: 0%;
    background: #F9C3C4;
    left: 1px;
    top: 7px !important;
}

.long-how-restore-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-how-restore-01 li:before {
    display: none;
}

.icon-spec-restore-01 img {
	width: 100px;
	margin: 0 0 0 37px !important;
}

.adap-long-restore-02 ul::before {
    height: 192px !important;
}

.adap-long-restore-03 ul::before {
    height: 518px !important;
}

@media (max-width: 480px) {
    .case-how-restore h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-how-restore h3 {
        margin: 24px 0 16px 10px !important;
    }
    .case-how-restore img {
        margin: 24px 0;
    }
	.case-how-restore ul {
		margin: 24px 0 24px 10px !important;
	}
	.case-how-restore ul li {
		margin-bottom: 8px !important;
	}
	.icon-adap-restore img {
		width: 33px !important;
		margin: 0 0 8px 8px !important;
 	}
    .long-how-restore-01 ul:before {
        display: none;
    }
	.long-how-restore-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-how-restore {
		margin-left: 0;
	}
    .strip-how-restore-01:before {
        display: none;
    }
    .vert-how-restore-01 {
        margin: 48px 0;
        border: 1px solid #FFD5C0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-how-restore-01 ul {
        margin: 0 !important;
    }
    .vert-how-restore-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-how-restore-01 li:before {
		display: none;
    }
    .container-how-restore {
		margin: 48px 0 48px 0;
	}
	.icon-how-restore img {
		margin: 0 0 16px 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ВОССТАНОВИТЬ РЕПУТАЦИЮ ПОСЛЕ НЕУДАЧНОЙ РЕКЛАМЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НЕЙРОПОИСК ОТ “ЯНДЕКСА”: КАК ИИ ВЛИЯЕТ НА РЕПУТАЦИЮ КОМПАНИИ В ПОИСКЕ НАЧАЛО */
.case-yan-ai {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-yan-ai p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-yan-ai ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-yan-ai li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-yan-ai li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC8BE !important;
    left: 0;
    top: 6px !important;
}

.case-yan-ai img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-yan {
    background-color: #FFC8BE !important;
}      

.table-yan li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-yan-ai h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-yan-ai-01 ul {
    margin-bottom: 16px;
}

.vert-yan-ai-01 li {
    padding-left: 30px !important;
}

.vert-yan-ai-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFC8BE !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК КАК НЕЙРОСЕТИ МЕНЯЮТ ТЕХНОЛОГИИ SERM */
.strip-yan-ai-01 {
    position: relative;
    margin: 16px 0;
}

.strip-yan-ai-01:before {
    content: '';
    width: 421px;
    height: 11px;
    background: #FFC8BE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-yan-ai-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ЧТО ТАКОЕ НЕЙРОПОИСК */
#adap-strip-yan-02::before {
    width: 243px;
}

/* 4 БЛОК КАК МЫ “НЕЙРО” ТЕСТИРОВАЛИ: ПЕРВЫЕ ВЫВОДЫ */
#adap-strip-yan-03::before {
    width: 477px;
}

/* 5 БЛОК НЕЙРОПОИСК В РАЗНЫХ ТИПАХ ЗАПРОСОВ */
#adap-strip-yan-04::before {
    width: 408px;
}

/* 6 БЛОК КАКИЕ ОТЗЫВЫ ПРЕДПОЧИТАЕТ “НЕЙРОПОИСК” */
#adap-strip-yan-05::before {
    width: 451px;
}

/* 7 БЛОК КАК “НЕЙРОПОИСК” ФОРМИРУЕТ ОНЛАЙН-РЕПУТАЦИЮ КОМПАНИЙ */
#adap-strip-yan-06::before {
    width: 626px;
}

.adap-vert-ai-02 li::before {
    height: 95px !important;
}

/* 8 БЛОК ЦИФРОВОЕ ПОСМЕРТИЕ БРЕНДОВ: А ЕСЛИ ОТЗЫВОВ НЕТ */
#adap-strip-yan-07::before {
    width: 535px;
}

.adap-vert-ai-03 li::before {
    height: 95px !important;
}

/* 9 БЛОК ЧТО “НЕЙРОПОИСК” НАМ ГОТОВИТ: БУДУЩИЕ РИСКИ */
#adap-strip-yan-08::before {
    width: 485px;
}

.slider-yab-ai {
	margin-bottom: 16px !important;
}

@media (max-width: 480px) {
    .case-yan-ai h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-yan-ai ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-yan-ai ul li {
        margin-bottom: 8px !important;
    }
	.text-yan-ai-02 {
		margin-top: 48px;
	}
    .case-yan-ai img {
        margin: 24px 0;
    }
    .strip-yan-ai-01:before {
        display: none;
    }
    .vert-yan-ai-01 {
        margin: 48px 0;
        border: 1px solid #FFC8BE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-yan-ai-01 ul {
        margin: 0 !important;
    }
    .vert-yan-ai-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-yan-ai-01 li:before {
		display: none;
    }
	.slider-yab-ai {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ НЕЙРОПОИСК ОТ “ЯНДЕКСА”: КАК ИИ ВЛИЯЕТ НА РЕПУТАЦИЮ КОМПАНИИ В ПОИСКЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОД КРАСНЫЙ: РАЗБОР СКАНДАЛА ВОКРУГ СЕТИ “СВЕТОФОР” НАЧАЛО */
.case-net-svetofor {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-net-svetofor p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-net-svetofor ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-net-svetofor li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-net-svetofor li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF8C9E !important;
    left: 0;
    top: 6px !important;
}

.case-net-svetofor img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-svetofor {
    background-color: #FF8C9E !important;
}      

.table-svetofor li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-net-svetofor h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ХРОНОЛОГИЯ СОБЫТИЙ: КАК РАЗГОРЕЛСЯ СКАНДАЛ */
.strip-net-svetofor-01 {
    position: relative;
    margin: 16px 0;
}

.strip-net-svetofor-01:before {
    content: '';
    width: 488px;
    height: 11px;
    background: #FF8C9E;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-net-svetofor-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МОНИТОРИНГ УПОМИНАНИЙ КАК КЛЮЧЕВОЙ ИНСТРУМЕНТ АНАЛИЗА */
#adap-strip-svetofor-02::before {
    width: 641px;
}

/* 4 БЛОК АНАЛИЗ ТОНАЛЬНОСТИ: ЧТО ГОВОРЯТ ПОЛЬЗОВАТЕЛИ */
#adap-strip-svetofor-03::before {
    width: 508px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-net-svetofor h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-net-svetofor img {
        margin: 24px 0;
    }
	.case-net-svetofor ul {
		margin: 24px 0 24px 10px !important;
	}
	.case-net-svetofor ul li {
		margin-bottom: 8px !important;
	}
    .strip-net-svetofor-01:before {
        display: none;
    }
	.text-net-svetofor-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КОД КРАСНЫЙ: РАЗБОР СКАНДАЛА ВОКРУГ СЕТИ “СВЕТОФОР” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НОСТАЛЬГИЧЕСКИЙ МАРКЕТИНГ: КАК ЗАРАБАТЫВАТЬ НА ТОСКЕ ПО ПРОШЛОМУ НАЧАЛО */
.case-mark-nostal {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-nostal p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-nostal ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-nostal li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-nostal li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB5DC !important;
    left: 0;
    top: 6px !important;
}

.case-mark-nostal img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-nostal {
    background-color: #FFB5DC !important;
}      

.table-nostal li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-mark-nostal h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-mark-nostal h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК НЕЙРОСЕТИ МЕНЯЮТ ТЕХНОЛОГИИ SERM */
.strip-mark-nostal-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-nostal-01:before {
    content: '';
    width: 407px;
    height: 11px;
    background: #FFB5DC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-nostal-01 h2 {
    margin-left: 10px;
}

.vert-mark-nostal-01 ul {
    margin-bottom: 16px;
}

.vert-mark-nostal-01 li {
    padding-left: 30px !important;
}

.vert-mark-nostal-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 96px !important;
    border-radius: 0% !important;
    background: #FFB5DC !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПСИХОЛОГИЯ НОСТАЛЬГИИ: ПОЧЕМУ ЛЮДИ ТОСКУЮТ ПО ПРОШЛОМУ */
#adap-strip-nostal-02::before {
    width: 644px;
}

/* 4 БЛОК ПРИМЕРЫ УСПЕШНЫХ РЕКЛАМНЫХ КАМПАНИЙ */
#adap-strip-nostal-03::before {
    width: 450px;
}

.container-mark-nostal {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-mark-nostal img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

/* 5 БЛОК СТРАТЕГИЯ НОСТАЛЬГИЧЕСКОГО МАРКЕТИНГА */
#adap-strip-nostal-04::before {
    width: 427px;
}

/* 6 БЛОК РЕКОМЕНДАЦИИ ДЛЯ БИЗНЕСА */
#adap-strip-nostal-05::before {
    width: 301px;
}

/* 7 БЛОК ПОЧЕМУ НОСТАЛЬГИЧЕСКИЙ МАРКЕТИНГ РАБОТАЕТ */
#adap-strip-nostal-06::before {
    width: 484px;
}

@media (max-width: 480px) {
    .case-mark-nostal h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-nostal h3 {
        margin: 24px 0 16px 10px !important;
    }
	.case-mark-nostal ul {
		margin: 24px 0 24px 10px !important;
	}
	.case-mark-nostal ul li {
		margin-bottom: 8px !important;
	}
    .case-mark-nostal img {
        margin: 24px 0;
    }
    .strip-mark-nostal-01:before {
        display: none;
    }
    .vert-mark-nostal-01 {
        margin: 48px 0;
        border: 1px solid #FFD5C0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-nostal-01 ul {
        margin: 0 !important;
    }
    .vert-mark-nostal-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-nostal-01 li:before {
		display: none;
    }
    .container-mark-nostal {
		margin: 48px 0 48px 0;
	}
	.icon-mark-nostal img {
		margin: 0 0 16px 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ НОСТАЛЬГИЧЕСКИЙ МАРКЕТИНГ: КАК ЗАРАБАТЫВАТЬ НА ТОСКЕ ПО ПРОШЛОМУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: ВОССТАНОВИЛИ ЛИЧНУЮ РЕПУТАЦИЮ ВСЕГО ЗА ОДИН МЕСЯЦ НАЧАЛО */
.case-rest-just {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-rest-just p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-rest-just ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-rest-just li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-rest-just li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFDEB2 !important;
    left: 0;
    top: 6px !important;
}

.case-rest-just img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-just {
    background-color: #FFDEB2 !important;
}      

.table-just li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-rest-just h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ОБРАТНАЯ СВЯЗЬ: 5D FEEDBACK */
.strip-rest-just-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rest-just-01:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #FFDEB2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rest-just-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОЧЕМУ ВАЖНО БЫСТРО РАБОТАТЬ С ЛИЧНОЙ РЕПУТАЦИЕЙ */
#adap-strip-just-02::before {
    width: 560px;
}

/* 4 БЛОК ЦЕЛЬ: ВЫТЕСНИТЬ НЕГАТИВ И ЗАКРЕПИТЬ ПОЗИТИВ */
#adap-strip-just-03::before {
    width: 480px;
}

.vert-rest-just-01 ul {
    margin-bottom: 16px;
}

.vert-rest-just-01 li {
    padding-left: 30px !important;
}

.vert-rest-just-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #FFDEB2 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК РЕЗУЛЬТАТЫ */
#adap-strip-just-04::before {
    width: 130px;
}

/* 6 БЛОК НАПОСЛЕДОК — ОДНА ПОЛЕЗНАЯ РЕКОМЕНДАЦИЯ. */
#adap-strip-just-05::before {
    width: 480px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-rest-just h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-rest-just img {
        margin: 24px 0;
    }
    .case-rest-just ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-rest-just ul li {
        margin-bottom: 8px !important;
    }
    .strip-rest-just-01:before {
        display: none;
    }
    .vert-rest-just-01 {
        margin: 48px 0;
        border: 1px solid #FFD5C0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rest-just-01 ul {
        margin: 0 !important;
    }
    .vert-rest-just-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rest-just-01 li:before {
		display: none;
    }
	.img-adap-just-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ВОССТАНОВИЛИ ЛИЧНУЮ РЕПУТАЦИЮ ВСЕГО ЗА ОДИН МЕСЯЦ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВОЙНЫ БРЕНДОВ: КАК СДЕЛАТЬ ИЗ КОНФЛИКТА РЕКЛАМУ */
.case-brand-conflic {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-brand-conflic p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-brand-conflic ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-brand-conflic li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-brand-conflic li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B7DEFF !important;
    left: 0;
    top: 6px !important;
}

.case-brand-conflic img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-conflic {
    background-color: #B7DEFF !important;
}      

.table-conflic li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-brand-conflic h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-brand-conflic h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК НЕЙРОСЕТИ МЕНЯЮТ ТЕХНОЛОГИИ SERM */
.strip-brand-conflic-01 {
    position: relative;
    margin: 16px 0;
}

.strip-brand-conflic-01:before {
    content: '';
    width: 274px;
    height: 11px;
    background: #B7DEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-brand-conflic-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МЕТОД ПЕРВЫЙ: ШУТКА НАД ДРУГИМИ */
#adap-strip-conflic-02::before {
    width: 365px;
}

.vert-brand-conflic-01 ul {
    margin-bottom: 16px;
}

.vert-brand-conflic-01 li {
    padding-left: 30px !important;
}

.vert-brand-conflic-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #B7DEFF !important;
    left: 1px !important;
    top: 4px !important;
}

.video-brand-conflic {
	margin-bottom: 16px !important;
}

.container-brand-coflic {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-brand-conflic img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК МЕТОД ВТОРОЙ: СРАВНЕНИЕ В СВОЮ ПОЛЬЗУ */
#adap-strip-conflic-03::before {
    width: 424px;
}

/* 5 БЛОК КОГДА ВОЙНЫ БРЕНДОВ ПРЕВРАЩАЮТСЯ В ПРОБЛЕМУ */
#adap-strip-conflic-04::before {
    width: 511px;
}

/* 6 БЛОК КАК УПРАВЛЯТЬ ВОЙНАМИ БРЕНДОВ */
#adap-strip-conflic-05::before {
    width: 346px;
}

.adap-vert-conflic-02 li::before {
    height: 70px !important;
}

/* 7 БЛОК БУДУЩЕЕ БРЕНДОВЫХ ВОЙН: ТРЕНДЫ И ПРОГНОЗЫ */
#adap-strip-conflic-06::before {
    width: 480px;
}

/* 8 БЛОК БРЕНДОВЫЕ ВОЙНЫ — ИСКУССТВО БАЛАНСА */
#adap-strip-conflic-07::before {
    width: 426px;
}

.video-brand-conflic div {
	margin: 0 auto;
}

@media (max-width: 480px) {
    .case-brand-conflic h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-brand-conflic h3 {
        margin: 24px 0 16px 10px !important;
			font-size: 18px !important;
    }
	.video-brand-conflic {
	margin: 24px 0 !important;
}
    .case-brand-conflic img {
        margin: 24px 0;
    }
    .strip-brand-conflic-01:before {
        display: none;
    }
    .vert-brand-conflic-01 {
        margin: 48px 0;
        border: 1px solid #B7DEFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-brand-conflic-01 ul {
        margin: 0 !important;
    }
    .vert-brand-conflic-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-brand-conflic-01 li:before {
		display: none;
    }
    .container-brand-conflic {
		margin: 48px 0 32px 0;
	}
	.icon-brand-conflic img {
		margin: 0 0 16px 10px;
	}
	.text-brand-conflic-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ВОЙНЫ БРЕНДОВ: КАК СДЕЛАТЬ ИЗ КОНФЛИКТА РЕКЛАМУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРЕВРАТИТЬ ПОКУПАТЕЛЯ В АДВОКАТА БРЕНДА */
.case-turn-adv {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-turn-adv p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-turn-adv ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-turn-adv li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-turn-adv li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBC56 !important;
    left: 0;
    top: 6px !important;
}

.case-turn-adv img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-adv {
    background-color: #FFBC56 !important;
}      

.table-adv li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-turn-adv h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КАК НЕЙРОСЕТИ МЕНЯЮТ ТЕХНОЛОГИИ SERM */
.strip-turn-adv-01 {
    position: relative;
    margin: 16px 0;
}

.strip-turn-adv-01:before {
    content: '';
    width: 450px;
    height: 11px;
    background: #FFBC56;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-turn-adv-01 h2 {
    margin-left: 10px;
}

.vert-turn-adv-01 ul {
    margin-bottom: 16px;
}

.vert-turn-adv-01 li {
    padding-left: 30px !important;
}

.vert-turn-adv-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFBC56 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ЭТАП 1: СОЗДАВАЙТЕ ИДЕАЛЬНОЕ ПЕРВОЕ ВПЕЧАТЛЕНИЕ */
#adap-strip-adv-02::before {
    width: 525px;
}

.container-turn-adv {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-turn-adv img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК ЭТАП 2: ПЕРСОНАЛИЗИРУЙТЕ КАЖДОЕ КАСАНИЕ */
#adap-strip-adv-03::before {
    width: 446px;
}

/* 5 БЛОК ЭТАП 3: НЕ ПРОПАДАЙТЕ ПОСЛЕ ПРОДАЖИ */
#adap-strip-adv-04::before {
    width: 402px;
}

/* 6 БЛОК ЭТАП 4: ДАЙТЕ ИМ ПОВОД СОБОЙ ГОРДИТЬСЯ */
#adap-strip-adv-05::before {
    width: 428px;
}

/* 7 БЛОК ЭТАП 5: ПООЩРЯЙТЕ И БЛАГОДАРИТЕ */
#adap-strip-adv-06::before {
    width: 352px;
}

/* 8 БЛОК АДВОКАТ БРЕНДА — ЭТО НЕ РАЗОВАЯ ИСТОРИЯ */
#adap-strip-adv-07::before {
    width: 436px;
}

.list-turn-adv-07 ol li::marker {
	font-weight: 300 !important;
}

.list-turn-adv-07 ol li {
	margin-bottom: 3px !important;
}

.blog-btn-text p {
	margin-bottom: 0px !important;
}

@media (max-width: 480px) {
    .case-turn-adv h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-turn-adv ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-turn-adv ul li {
        margin-bottom: 8px !important;
    }
    .case-turn-adv img {
        margin: 24px 0;
    }
    .strip-turn-adv-01:before {
        display: none;
    }
    .vert-turn-adv-01 {
        margin: 48px 0;
        border: 1px solid #FFBC56;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-turn-adv-01 ul {
        margin: 0 !important;
    }
    .vert-turn-adv-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-turn-adv-01 li:before {
		display: none;
    }
    .container-turn-adv {
		margin: 48px 0 48px 0;
	}
	.icon-turn-adv img {
		margin: 0 0 16px 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПРЕВРАТИТЬ ПОКУПАТЕЛЯ В АДВОКАТА БРЕНДА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЭФФЕКТ ПЕРВОГО ОТЗЫВА: КАК ОН ВЛИЯЕТ НА ПОКУПАТЕЛЯ НАЧАЛО */
.case-first-aff {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-first-aff p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-first-aff ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-first-aff li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-first-aff li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB463 !important;
    left: 0;
    top: 6px !important;
}

.case-first-aff img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-aff {
    background-color: #FFB463 !important;
}      

.table-aff li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-first-aff h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-first-aff h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПСИХОЛОГИЯ ПОТРЕБИТЕЛЯ И РОЛЬ ПЕРВОГО ОТЗЫВА */
.strip-first-aff-01 {
    position: relative;
    margin: 16px 0;
}

.strip-first-aff-01:before {
    content: '';
    width: 511px;
    height: 11px;
    background: #FFB463;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-first-aff-01 h2 {
    margin-left: 10px;
}

.long-first-aff-01 ul {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-first-aff-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 280px !important;
    border-radius: 0%;
    background: #FFB463;
    left: 1px;
    top: 7px !important;
}

.long-first-aff-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-first-aff-01 li:before {
    display: none;
}

.icon-spec-aff-01 img {
	width: 100px;
	margin: 0 0 0 37px !important;
}

.text-title-center h3 {
    text-align: center;
}

.adap-long-aff-02 ul::before {
	height: 355px !important;
}

/* 3 БЛОК КАК ПЛАТФОРМЫ РАНЖИРУЮТ ОТЗЫВЫ */
#adap-strip-aff-02::before {
    width: 380px;
}

/* 4 БЛОК КАКИМ ДОЛЖЕН БЫТЬ ПЕРВЫЙ ОТЗЫВ */
#adap-strip-aff-03::before {
    width: 367px;
}

.vert-first-aff-01 li {
    padding-left: 30px !important;
}

.vert-first-aff-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 90px !important;
    border-radius: 0% !important;
    background: #FFB463 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 5 БЛОК СТРАТЕГИИ ПОЛУЧЕНИЯ ПЕРВОГО ОТЗЫВА */
#adap-strip-aff-04::before {
    width: 400px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-first-aff h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-first-aff h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
	.case-first-aff ul {
        margin: 24px 0 24px 10px !important;
    }
	.case-first-aff ul li {
		margin-bottom: 8px !important;
	}
	.text-first-aff-02 {
		margin-top: 48px;
	}
    .case-first-aff img {
        margin: 24px 0;
    }
	.icon-adap-aff img {
		width: 33px !important;
		margin: 0 0 8px 8px !important;
 	}
    .long-first-aff-01 ul:before {
        display: none;
    }
	.long-first-aff-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-aff-long {
		margin-left: 0;
	}
    .strip-first-aff-01:before {
        display: none;
    }
    .vert-first-aff-01 {
        margin: 48px 0;
        border: 1px solid #FFB463;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-first-aff-01 ul {
        margin: 0 !important;
    }
    .vert-first-aff-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-first-aff-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ЭФФЕКТ ПЕРВОГО ОТЗЫВА: КАК ОН ВЛИЯЕТ НА ПОКУПАТЕЛЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ЗА 5 МЕСЯЦЕВ ПОДНЯТЬ РЕЙТИНГИ ОНЛАЙН-ШКОЛЫ В ИНТЕРНЕТЕ НАЧАЛО */
.case-raise-sch {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-raise-sch p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-raise-sch ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-raise-sch li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-raise-sch li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC3DA !important;
    left: 0;
    top: 6px !important;
}

.case-raise-sch img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-sch {
    background-color: #FFC3DA !important;
}      

.table-sch li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-raise-sch h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПРОБЛЕМА: СРЕДНИЙ РЕЙТИНГ В 1,4 БАЛЛ */
.strip-raise-sch-01 {
    position: relative;
    margin: 16px 0;
}

.strip-raise-sch-01:before {
    content: '';
    width: 394px;
    height: 11px;
    background: #FFC3DA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-raise-sch-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК РЕШЕНИЕ: КОМПЛЕКСНАЯ РАБОТА С ОТЗОВИКАМИ */
#adap-strip-sch-02::before {
    width: 467px;
}

/* 4 БЛОК ИНСАЙТЫ */
#adap-strip-sch-03::before {
    width: 108px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-raise-sch h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-raise-sch img {
        margin: 24px 0;
    }
    .case-raise-sch ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-raise-sch ul li {
        margin-bottom: 8px !important;
    }
    .strip-raise-sch-01:before {
        display: none;
    }
	.img-adap-sch-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: ВОССТАНОВИЛИ ЛИЧНУЮ РЕПУТАЦИЮ ВСЕГО ЗА ОДИН МЕСЯЦ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ NIKE: КАК СПОТЫКАТЬСЯ ОБ СКАНДАЛЫ, НО БЕЖАТЬ ДАЛЬШЕ НАЧАЛО */
.case-scan-nike {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-scan-nike p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-scan-nike ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-scan-nike li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-scan-nike li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF8787 !important;
    left: 0;
    top: 6px !important;
}

.case-scan-nike img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-nike {
    background-color: #FF8787 !important;
}      

.table-nike li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-scan-nike h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-scan-nike h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК КРАТКАЯ ИСТОРИЯ NIKE */
.strip-scan-nike-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-nike-01:before {
    content: '';
    width: 230px;
    height: 11px;
    background: #FF8787;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-nike-01 h2 {
    margin-left: 10px;
}

.vert-scan-nike-01 li {
    padding-left: 30px !important;
}

.vert-scan-nike-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 145px !important;
    border-radius: 0% !important;
    background: #FF8787 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-nike-02 li::before {
    height: 145px !important;
}

.adap-vert-nike-03 li::before {
    height: 170px !important;
}

.video-scan-like {
	margin-bottom: 16px !important;
}

/* 3 БЛОК СЕКРЕТ МАРКЕТИНГОВОГО УСПЕХА И ПОЗИЦИОНИРОВАНИЯ */
#adap-strip-nike-02::before {
    width: 552px;
}

.adap-vert-nike-04 li::before {
    height: 45px !important;
}

/* 4 БЛОК СКАНДАЛЫ С БРЕНДОМ */
#adap-strip-nike-03::before {
    width: 230px;
}

/* 5 БЛОК ПОЧЕМУ ЛЮДИ ПРОДОЛЖАЮТ ВЫБИРАТЬ NIKE */
#adap-strip-nike-04::before {
    width: 440px;
}

@media (max-width: 480px) {
    .case-scan-nike h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-scan-nike h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-scan-nike ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-scan-nike ul li {
        margin-bottom: 8px !important;
    }
    .case-scan-nike img {
        margin: 24px 0;
    }
    .strip-scan-nike-01:before {
        display: none;
    }
    .vert-scan-nike-01 {
        margin: 48px 0;
        border: 1px solid #FF8787;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-nike-01 ul {
        margin: 0 !important;
    }
    .vert-scan-nike-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-nike-01 li:before {
		display: none;
    }
	.video-scan-like {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИЯ NIKE: КАК СПОТЫКАТЬСЯ ОБ СКАНДАЛЫ, НО БЕЖАТЬ ДАЛЬШЕ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ КАК РАБОТАТЬ С ЧАТАМИ ДОЛЬЩИКОВ: НАЙТИ, ЗАЙТИ И РЕАГИРОВАТЬ НАЧАЛО */
.case-work-hold {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-work-hold p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-work-hold ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-work-hold li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-work-hold li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBFF8 !important;
    left: 0;
    top: 6px !important;
}

.case-work-hold img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hold {
    background-color: #FFBFF8 !important;
}      

.table-hold li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-work-hold h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ГДЕ НАЙТИ И ВЫБРАТЬ ЧАТЫ ДОЛЬЩИКОВ */
.strip-work-hold-01 {
    position: relative;
    margin: 16px 0;
}

.strip-work-hold-01:before {
    content: '';
    width: 410px;
    height: 11px;
    background: #FFBFF8;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-work-hold-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ЗАЙТИ В ЧАТ И НАЧАТЬ НАБЛЮДЕНИЕ */
#adap-strip-hold-02::before {
    width: 400px;
}

/* 4 БЛОК КАК АНАЛИЗИРОВАТЬ СОДЕРЖАНИЕ ЧАТОВ */
#adap-strip-hold-03::before {
    width: 410px;
}

.long-work-hold-01 ul {
    position: relative;
    margin-left: 40px !important;
    padding-left: 16px !important;
}

.long-work-hold-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 210px !important;
    border-radius: 0%;
    background: #FFBFF8;
    left: 1px;
    top: 7px !important;
}

.long-work-hold-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-work-hold-01 li:before {
    display: none;
}

.icon-spec-hold-01 img {
	width: 100px;
	margin: 0 0 0 37px !important;
}

.container-work-hold {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-work-hold img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 5 БЛОК КОГДА СТОИТ РЕАГИРОВАТЬ, А КОГДА — ПРОСТО НАБЛЮДАТЬ */
#adap-strip-hold-04::before {
    width: 573px;
}

/* 6 БЛОК КАК ПРОВОДИТЬ МОНИТОРИНГ ВНУТРИ ЧАТОВ ДОЛЬЩИКОВ */
#adap-strip-hold-05::before {
    width: 573px;
}

/* 7 БЛОК КАК ПРАВИЛЬНО РЕАГИРОВАТЬ НА СООБЩЕНИЯ В ЧАТАХ ДОЛЬЩИКОВ */
#adap-strip-hold-06::before {
    width: 654px;
}

/* 8 БЛОК КАК ИСПОЛЬЗОВАТЬ ИНФОРМАЦИЮ В SERM */
#adap-strip-hold-07::before {
    width: 423px;
}

/* 9 БЛОК КАК УПРАВЛЯТЬ РЕПУТАЦИЕЙ ЧЕРЕЗ ЧАТЫ ДОЛЬЩИКОВ */
#adap-strip-hold-08::before {
    width: 515px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-work-hold h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-work-hold ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-work-hold ul li {
        margin-bottom: 8px !important;
    }
    .case-work-hold img {
        margin: 24px 0;
    }
	.icon-adap-hold img {
		width: 33px !important;
		margin: 0 0 8px 8px !important;
 	}
    .long-work-hold-01 ul:before {
        display: none;
    }
	.long-work-hold-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-hold-long {
		margin-left: 0;
	}
    .strip-work-hold-01:before {
        display: none;
    }
    .text-work-hold-02 {
        margin-top: 48px;
    }
	.slider-adap-hold {
		margin-top: 0;
	}
	.container-work-hold {
		margin: 48px 0 48px 0;
	}
	.icon-work-hold img {
		margin: 0 0 16px 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК РАБОТАТЬ С ЧАТАМИ ДОЛЬЩИКОВ: НАЙТИ, ЗАЙТИ И РЕАГИРОВАТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРОДАТЬ СЕЗОННЫЙ ТОВАР ИЛИ УСЛУГУ ТАК, ЧТОБЫ КЛИЕНТ ВЕРНУЛСЯ НАЧАЛО */
.blog-sell-seas {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-sell-seas p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-sell-seas ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-sell-seas li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-sell-seas li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCAAE !important;
    left: 0;
    top: 6px !important;
}

.blog-sell-seas img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-seas {
    background-color: #FFCAAE !important;
}      

.table-seas li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-sell-seas h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-sell-seas-01 li {
    padding-left: 30px !important;
}

.vert-sell-seas-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFCAAE !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СЕЗОННЫЙ ТОВАР */
.strip-sell-seas-01 {
    position: relative;
    margin: 16px 0;
}

.strip-sell-seas-01:before {
    content: '';
    width: 282px;
    height: 11px;
    background: #FFCAAE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-sell-seas-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОЧЕМУ НЕГАТИВ КРИТИЧЕН ДЛЯ СЕЗОННОГО БИЗНЕСА */
#adap-strip-seas-02::before {
    width: 514px;
}

.container-sell-seas {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-sell-seas img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК КАК ГОТОВИТЬ КОМПАНИЮ К СЕЗОНУ */
#adap-strip-seas-03::before {
    width: 352px;
}

/* 5 БЛОК ЧЕГО ХОТЯТ КЛИЕНТЫ В СЕЗОН */
#adap-strip-seas-04::before {
    width: 300px;
}

/* 6 БЛОК КАК ПРИВЛЕЧЬ КЛИЕНТОВ ДО СТАРТА ВЫСОКОГО СЕЗОНА */
#adap-strip-seas-05::before {
    width: 534px;
}

/* 7 БЛОК ПОСЛЕ СЕЗОНА: КАК СОХРАНИТЬ РЕПУТАЦИЮ */
#adap-strip-seas-06::before {
    width: 442px;
}

/* 8 БЛОК КОГДА ОБРАЩАТЬСЯ ЗА ПОМОЩЬЮ */
#adap-strip-seas-07::before {
    width: 340px;
}

@media (max-width: 480px) {
    .blog-sell-seas h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-sell-seas ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-sell-seas ul li {
        margin-bottom: 8px !important;
    }
    .blog-sell-seas img {
        margin: 24px 0;
    }
    .container-sell-seas {
		margin: 48px 0 48px 0;
	}
	.icon-sell-seas img {
		margin: 0 0 16px 10px;
	}
    .vert-sell-seas-01 {
        margin: 48px 0;
        border: 1px solid #FFCAAE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-sell-seas-01 ul {
        margin: 0 !important;
    }
    .vert-sell-seas-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-sell-seas-01 li:before {
		display: none;
    }
    .strip-sell-seas-01:before {
        display: none;
    }
    .text-sell-seas-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК ПРОДАТЬ СЕЗОННЫЙ ТОВАР ИЛИ УСЛУГУ ТАК, ЧТОБЫ КЛИЕНТ ВЕРНУЛСЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРИВЛЕЧЬ СПОНСОРОВ, И ПРИЧЕМ ЗДЕСЬ РЕПУТАЦИЯ НАЧАЛО */
.blog-att-spon {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-att-spon p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-att-spon ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-att-spon li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-att-spon li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9ED3FF !important;
    left: 0;
    top: 6px !important;
}

.blog-att-spon img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-seas {
    background-color: #9ED3FF !important;
}      

.table-seas li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-att-spon h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-att-spon h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СЕЗОННЫЙ ТОВАР */
.strip-att-spon-01 {
    position: relative;
    margin: 16px 0;
}

.strip-att-spon-01:before {
    content: '';
    width: 280px;
    height: 11px;
    background: #9ED3FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-att-spon-01 h2 {
    margin-left: 10px;
}

.vert-att-spon-01 li {
    padding-left: 30px !important;
}

.vert-att-spon-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #9ED3FF !important;
    left: 1px !important;
    top: 4px !important;
}

.video-att-spon {
	margin-bottom: 16px !important;
}

/* 3 БЛОК ПОЧЕМУ РЕПУТАЦИЯ — КЛЮЧЕВОЙ ФАКТОР ДЛЯ СПОНСОРОВ */
#adap-strip-spon-02::before {
    width: 570px;
}

/* 4 БЛОК ШАГИ ДЛЯ ПРИВЛЕЧЕНИЯ СПОНСОРОВ */
#adap-strip-spon-03::before {
    width: 370px;
}

.adap-vert-spon-02 li::before {
    height: 95px !important;
}

/* 5 БЛОК КАК ПРАВИЛЬНО ОБЩАТЬСЯ СО СПОНСОРАМИ */
#adap-strip-spon-04::before {
    width: 435px;
}

/* 6 БЛОК ОШИБКИ, КОТОРЫХ СЛЕДУЕТ ИЗБЕГАТЬ */
#adap-strip-spon-05::before {
    width: 370px;
}

/* 7 БЛОК НА ЧТО СЕЙЧАС ОХОТНЕЕ ДАЮТ ДЕНЕГ */
#adap-strip-spon-06::before {
    width: 365px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-att-spon h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-att-spon h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-att-spon ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-att-spon ul li {
        margin-bottom: 8px !important;
    }
.video-att-spon {
	margin: 24px 0 !important;
}
    .blog-att-spon img {
        margin: 24px 0;
    }
    .vert-att-spon-01 {
        margin: 48px 0;
        border: 1px solid #9ED3FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-att-spon-01 ul {
        margin: 0 !important;
    }
    .vert-att-spon-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-att-spon-01 li:before {
		display: none;
    }
    .strip-att-spon-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК ПРИВЛЕЧЬ СПОНСОРОВ, И ПРИЧЕМ ЗДЕСЬ РЕПУТАЦИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ NETFLIX: РЕПУТАЦИЯ КАК БЛОКБАСТЕР НАЧАЛО */
.blog-rep-bust {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rep-bust p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rep-bust ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rep-bust li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rep-bust li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF7979 !important;
    left: 0;
    top: 6px !important;
}

.blog-rep-bust img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-bust {
    background-color: #FF7979 !important;
}      

.table-bust li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rep-bust h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-rep-bust h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-rep-bust-01 ul {
    position: relative;
}

.vert-rep-bust-01 ul:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #FF7979 !important;
    left: 1px !important;
    top: 4px !important;
}

.vert-rep-bust-01 li::before {
    display: none;
}

.vert-rep-bust-01 ul li {
	padding-left: 30px !important;
	margin-bottom: 0 !important;
}

/* 2 БЛОК NETFLIX НАЧАЛСЯ С НЕГАТИВА */
.strip-rep-bust-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rep-bust-01::before {
    content: '';
    width: 290px;
    height: 11px;
    background: #FF7979;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rep-bust-01 h2 {
    margin-left: 10px;
}

.adap-vert-bust-02 ul::before {
    height: 95px !important;
}

.adap-vert-bust-03 ul::before {
    height: 45px !important;
}

/* 3 БЛОК СКАНДАЛЫ NETFLIX: ОТ МАЛА ДО ВЕЛИКА */
#adap-strip-bust-02::before {
    width: 392px;
}

/* 4 БЛОК NETFLIX: ПЕРЕКРЫТЬ, ИЗВИНИТЬСЯ, ПЕРЕЗАПУСТИТЬ */
#adap-strip-bust-03::before {
    width: 490px;
}

/* 5 БЛОК ЧТО СОВЕТУЕТ MARKWAY СОЗДАТЕЛЯМ КОНТЕНТА */
#adap-strip-bust-04::before {
    width: 467px;
}

@media (max-width: 480px) {
    .blog-rep-bust h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rep-bust h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-rep-bust ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-rep-bust ul li {
        margin-bottom: 8px !important;
    }
    .blog-rep-bust img {
        margin: 24px 0;
    }
    .vert-rep-bust-01 {
        margin: 48px 0;
        border: 1px solid #FF7979;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rep-bust-01 ul {
        margin: 0 !important;
    }
    .vert-rep-bust-01 ul li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rep-bust-01 ul:before {
		display: none;
    }
    .strip-rep-bust-01:before {
        display: none;
    }
	.text-rep-bust-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ NETFLIX: РЕПУТАЦИЯ КАК БЛОКБАСТЕР КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИСКУССТВО КОММЕНТАРИЯ: КАК ВЫДЕРЖАТЬ БИТВУ В СЕТИ НАЧАЛО */
.blog-com-art {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-com-art p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-com-art ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-com-art li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-com-art li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B0E0FC !important;
    left: 0;
    top: 6px !important;
}

.blog-com-art img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-art {
    background-color: #B0E0FC !important;
}      

.table-art li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-com-art h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-com-art h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СЕЗОННЫЙ ТОВАР */
.strip-com-art-01 {
    position: relative;
    margin: 16px 0;
}

.strip-com-art-01:before {
    content: '';
    width: 370px;
    height: 11px;
    background: #B0E0FC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-com-art-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КРАТКАЯ ИСТОРИЯ КОММЕНТАРИЯ */
#adap-strip-art-02::before {
    width: 330px;
}

.vert-com-art-01 li {
    padding-left: 30px !important;
}

.vert-com-art-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #B0E0FC !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ПРИВЫЧКА КОММЕНТИРОВАТЬ В ИНТЕРНЕТЕ — ХОРОШО ИЛИ ПЛОХО */
#adap-strip-art-03::before {
    width: 634px;
}

/* 5 БЛОК ИСКУССТВО КОММЕНТАРИЯ: КАК ПИСАТЬ ТАК, ЧТОБЫ ВАС ЧИТАЛИ */
#adap-strip-art-04::before {
    width: 615px;
}

/* 6 БЛОК ДИАЛОГ КАК ИНСТРУМЕНТ ВЛИЯНИЯ */
#adap-strip-art-05::before {
    width: 350px;
}

.container-com-art {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-com-art img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 7 БЛОК ЦИФРОВОЙ СЛЕД: КАК НАЙТИ СВОИ КОММЕНТАРИИ */
#adap-strip-art-06::before {
    width: 483px;
}

.adap-vert-art-02 li::before {
    height: 20px !important;
}

.adap-vert-art-03 li::before {
    height: 120px !important;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-com-art h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-com-art h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-com-art ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-com-art ul li {
        margin-bottom: 8px !important;
    }
    .blog-com-art img {
        margin: 24px 0;
    }
    .container-com-art {
		margin: 48px 0 48px 0;
	}
	.icon-com-art img {
		margin: 0 0 16px 10px;
	}
    .container-com-art {
		margin: 48px 0 48px 0;
	}
	.icon-com-art img {
		margin: 0 0 16px 10px;
	}
    .vert-com-art-01 {
        margin: 48px 0;
        border: 1px solid #B0E0FC;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-com-art-01 ul {
        margin: 0 !important;
    }
    .vert-com-art-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-com-art-01 li:before {
		display: none;
    }
    .strip-com-art-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ИСКУССТВО КОММЕНТАРИЯ: КАК ВЫДЕРЖАТЬ БИТВУ В СЕТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ В APP STORE И GOOGLE PLAY: СТРОИМ РЕПУТАЦИЮ В МАГАЗИНАХ ПРИЛОЖЕНИЙ НАЧАЛО */
.blog-app-goog {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-app-goog p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-app-goog ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-app-goog li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-app-goog li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CFEDFF !important;
    left: 0;
    top: 6px !important;
}

.blog-app-goog img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-goog {
    background-color: #CFEDFF !important;
}      

.table-goog li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-app-goog h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-app-goog h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ФАКТОРЫ УСПЕХА В МАГАЗИНАХ ПРИЛОЖЕНИЙ */
.strip-app-goog-01 {
    position: relative;
    margin: 16px 0;
}

.strip-app-goog-01:before {
    content: '';
    width: 440px;
    height: 11px;
    background: #CFEDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-app-goog-01 h2 {
    margin-left: 10px;
}

.vert-app-goog-01 li {
    padding-left: 30px !important;
}

.vert-app-goog-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #CFEDFF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК ОТЗЫВЫ В APP STORE И GOOGLE PLAY ВЛИЯЮТ НА КОНВЕРСИЮ */
#adap-strip-goog-02::before {
    width: 624px;
}

/* 4 БЛОК GOOGLE PLAY: ТЕКСТОВЫЕ ОТЗЫВЫ КАК ВТОРОЙ ЯЗЫК */
#adap-strip-goog-03::before {
    width: 504px;
}

/* 5 БЛОК APPLE STORE: МИР, ГДЕ ВАЖНЫ ТОЛЬКО ЦИФРЫ */
#adap-strip-goog-04::before {
    width: 448px;
}

/* 6 БЛОК RUSTORE: ОСОБЫЙ СЛУЧАЙ С РОССИЙСКИМ АКЦЕНТОМ */
#adap-strip-goog-05::before {
    width: 512px;
}

/* 7 БЛОК КАК РАБОТАТЬ С РЕПУТАЦИЕЙ В МАГАЗИНАХ МОБИЛЬНЫХ ПРИЛОЖЕНИЙ */
#adap-strip-goog-06::before {
    width: 671px;
}

.list-app-goog-01 li::marker {
	font-weight: 300 !important;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-app-goog h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-app-goog h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-app-goog ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-app-goog ul li {
        margin-bottom: 8px !important;
    }
    .blog-app-goog img {
        margin: 24px 0;
    }
    .vert-app-goog-01 {
        margin: 48px 0;
        border: 1px solid #CFEDFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-app-goog-01 ul {
        margin: 0 !important;
    }
    .vert-app-goog-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-app-goog-01 li:before {
		display: none;
    }
    .strip-app-goog-01:before {
        display: none;
    }
	.text-app-goog-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ В APP STORE И GOOGLE PLAY: СТРОИМ РЕПУТАЦИЮ В МАГАЗИНАХ ПРИЛОЖЕНИЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ НА БАНКИ РУ: КАК ФИНАНСОВЫМ КОМПАНИЯМ СОХРАНИТЬ РЕПУТАЦИЮ НАЧАЛО */
.blog-fin-banki {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-fin-banki p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-fin-banki ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-fin-banki li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-fin-banki li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D7F6F4 !important;
    left: 0;
    top: 6px !important;
}

.blog-fin-banki img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-banki {
    background-color: #D7F6F4 !important;
}      

.table-banki li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-fin-banki h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ФАКТОРЫ УСПЕХА В МАГАЗИНАХ ПРИЛОЖЕНИЙ */
.strip-fin-banki-01 {
    position: relative;
    margin: 16px 0;
}

.strip-fin-banki-01:before {
    content: '';
    width: 592px;
    height: 11px;
    background: #D7F6F4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-fin-banki-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ОСОБЕННОСТИ МОДЕРАЦИИ НА БАНКИ.РУ */
#adap-strip-banki-02::before {
    width: 394px;
}

.vert-fin-banki-01 li {
    padding-left: 30px !important;
}

.vert-fin-banki-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #D7F6F4 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК КАК ПОЛУЧИТЬ ПОЛОЖИТЕЛЬНЫЙ ОТЗЫВ НА BANKI.RU */
#adap-strip-banki-03::before {
    width: 511px;
}

/* 5 БЛОК РАБОТА С НЕГАТИВОМ НА BANKI.RU */
#adap-strip-banki-04::before {
    width: 335px;
}

/* 6 БЛОК КОГДА СТОИТ ОБРАЩАТЬСЯ В ПОДДЕРЖКУ BANKI.RU */
#adap-strip-banki-05::before {
    width: 490px;
}

@media (max-width: 480px) {
    .blog-fin-banki h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-fin-banki ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-fin-banki ul li {
        margin-bottom: 8px !important;
    }
    .blog-fin-banki img {
        margin: 24px 0;
    }
	.text-fin-banki-02 {
		margin-top: 48px;
	}
    .vert-fin-banki-01 {
        margin: 48px 0;
        border: 1px solid #D7F6F4;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-fin-banki-01 ul {
        margin: 0 !important;
    }
    .vert-fin-banki-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-fin-banki-01 li:before {
		display: none;
    }
    .strip-fin-banki-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ НА БАНКИ РУ: КАК ФИНАНСОВЫМ КОМПАНИЯМ СОХРАНИТЬ РЕПУТАЦИЮ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ВЫИГРЫВАТЬ ТЕНДЕРЫ: РОЛЬ РЕПУТАЦИИ В ВЫБОРЕ НАЧАЛО */
.blog-win-tend {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-win-tend p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-win-tend ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-win-tend li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-win-tend li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC1D7 !important;
    left: 0;
    top: 6px !important;
}

.blog-win-tend img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-tend {
    background-color: #FFC1D7 !important;
}      

.table-tend li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-win-tend h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-win-tend-01 li {
    padding-left: 30px !important;
}

.vert-win-tend-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFC1D7 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ФАКТОРЫ УСПЕХА В МАГАЗИНАХ ПРИЛОЖЕНИЙ */
.strip-win-tend-01 {
    position: relative;
    margin: 16px 0;
}

.strip-win-tend-01:before {
    content: '';
    width: 532px;
    height: 11px;
    background: #FFC1D7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-win-tend-01 h2 {
    margin-left: 10px;
}

.adap-vert-tend-02 li::before {
    height: 95px;
}

/* 3 БЛОК КАКУЮ РОЛЬ ИГРАЕТ РЕПУТАЦИЯ КОМПАНИИ */
#adap-strip-tend-02::before {
    width: 427px;
}

/* 4 БЛОК КОММЕРЧЕСКОЕ ПРЕДЛОЖЕНИЕ ДЛЯ ТЕНДЕРА */
#adap-strip-tend-03::before {
    width: 436px;
}

/* 5 БЛОК КАК ОТБИРАЮТ ПОСТАВЩИКОВ ДЛЯ ТЕНДЕРА */
#adap-strip-tend-04::before {
    width: 430px;
}

/* 6 БЛОК ИСКУССТВО КОММУНИКАЦИИ С ЗАКАЗЧИКОМ */
#adap-strip-tend-05::before {
    width: 430px;
}

.container-win-tend {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-win-tend img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

.adap-vert-tend-02 li::before {
	height: 95px !important;
}

/* 7 БЛОК ЧТО ДЕЛАТЬ, ЕСЛИ ТЕНДЕР ПРОИГРАН */
#adap-strip-tend-06::before {
    width: 360px;
}

@media (max-width: 480px) {
    .blog-win-tend h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.text-win-tend-02 {
		margin-top: 48px;
	}
    .blog-win-tend ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-win-tend ul li {
        margin-bottom: 8px !important;
    }
    .blog-win-tend img {
        margin: 24px 0;
    }
    .vert-win-tend-01 {
        margin: 48px 0;
        border: 1px solid #FFC1D7;
        border-radius: 8px;
        padding: 8px;
    }
	.container-win-tend {
		margin: 48px 0 48px 0;
	}
	.icon-win-tend img {
		margin: 0 0 16px 10px;
	}
    .vert-win-tend-01 ul {
        margin: 0 !important;
    }
    .vert-win-tend-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-win-tend-01 li:before {
		display: none;
    }
    .strip-win-tend-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК ВЫИГРЫВАТЬ ТЕНДЕРЫ: РОЛЬ РЕПУТАЦИИ В ВЫБОРЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КРАУД-МАРКЕТИНГ: РАБОТА С РЕПУТАЦИЕЙ ЧЕРЕЗ УПРАВЛЯЕМЫЕ ОБСУЖДЕНИЯ НАЧАЛО */
.blog-mark-crowd {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-crowd p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-crowd ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-crowd li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-crowd li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF9EA0 !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-crowd img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-crowd {
    background-color: #FF9EA0 !important;
}      

.table-crowd li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-crowd h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-mark-crowd-01 li {
    padding-left: 30px !important;
}

.vert-mark-crowd-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FF9EA0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ФАКТОРЫ УСПЕХА В МАГАЗИНАХ ПРИЛОЖЕНИЙ */
.strip-mark-crowd-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-crowd-01:before {
    content: '';
    width: 540px;
    height: 11px;
    background: #FF9EA0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-crowd-01 h2 {
    margin-left: 10px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-mark-crowd h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-crowd ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-crowd ul li {
        margin-bottom: 8px !important;
    }
    .blog-mark-crowd img {
        margin: 24px 0;
    }
    .vert-mark-crowd-01 {
        margin: 48px 0;
        border: 1px solid #FFCAAE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-crowd-01 ul {
        margin: 0 !important;
    }
    .vert-mark-crowd-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-crowd-01 li:before {
		display: none;
    }
    .strip-mark-crowd-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КРАУД-МАРКЕТИНГ: РАБОТА С РЕПУТАЦИЕЙ ЧЕРЕЗ УПРАВЛЯЕМЫЕ ОБСУЖДЕНИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АНТИКРИЗИСНЫЕ КОММУНИКАЦИИ: ЧТО ДЕЛАТЬ ЧЕРЕЗ 24 ЧАСА ПОСЛЕ СКАНДАЛА НАЧАЛО */
.blog-anti-cris {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-anti-cris p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-anti-cris ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-anti-cris li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-anti-cris li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFADA6 !important;
    left: 0;
    top: 6px !important;
}

.blog-anti-cris img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cris {
    background-color: #FFADA6 !important;
}      

.table-cris li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-anti-cris h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-anti-cris-01 li {
    padding-left: 30px !important;
}

.vert-anti-cris-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFADA6 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ПОЧЕМУ РЕПУТАЦИОННЫЙ КРИЗИС ОПАСЕН ДЛЯ БИЗНЕСА */
.strip-anti-cris-01 {
    position: relative;
    margin: 16px 0;
}

.strip-anti-cris-01:before {
    content: '';
    width: 546px;
    height: 11px;
    background: #FFADA6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-anti-cris-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ПОНЯТЬ, ЧТО КРИЗИС НАЧАЛСЯ? */
#adap-strip-cris-02::before {
    width: 350px;
}

/* 4 БЛОК АНТИКРИЗИСНЫЕ КОММУНИКАЦИИ: ЧТО ДЕЛАТЬ В ПЕРВЫЕ 24 ЧАСА */
#adap-strip-cris-03::before {
    width: 630px;
}

.list-anti-cris-02 ol li {
	margin-bottom: 0 !important;
}

/* 5 БЛОК ЧТО ДЕЛАТЬ В ПЕРВЫЕ 7 ДНЕЙ */
#adap-strip-cris-04::before {
    width: 297px;
}

/* 6 БЛОК ЧТО ДЕЛАТЬ В ПЕРВЫЕ 30 ДНЕЙ */
#adap-strip-cris-05::before {
    width: 305px;
}

/* 7 КАКУЮ ТОНАЛЬНОСТЬ ОБЩЕНИЯ ВЫБИРАТЬ */
#adap-strip-cris-06::before {
    width: 422px;
}

/* 8 КАКУЮ ЕСТЬ ЛИ ШАНС ВОССТАНОВИТЬ ДОВЕРИЕ */
#adap-strip-cris-07::before {
    width: 387px;
}

/* 9 КАКУЮ КАК ЗАЩИТИТЬ СЕБЯ ОТ БУДУЩИХ КРИЗИСОВ */
#adap-strip-cris-08::before {
    width: 432px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-anti-cris h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-anti-cris ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-anti-cris ul li {
        margin-bottom: 8px !important;
    }
    .blog-anti-cris img {
        margin: 24px 0;
    }
    .vert-anti-cris-01 {
        margin: 48px 0;
        border: 1px solid #FFADA6;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-anti-cris-01 ul {
        margin: 0 !important;
    }
    .vert-anti-cris-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-anti-cris-01 li:before {
		display: none;
    }
.list-anti-cris-02 ol li {
	margin-bottom: 16px !important;
}
    .strip-anti-cris-01:before {
        display: none;
    }
	.text-anti-cris-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ АНТИКРИЗИСНЫЕ КОММУНИКАЦИИ: ЧТО ДЕЛАТЬ ЧЕРЕЗ 24 ЧАСА ПОСЛЕ СКАНДАЛА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ X: КАК БЫВШИЙ TWITTER УДЕРЖИВАЕТ РЕПУТАЦИЮ ПОСЛЕ РЕБРЕНДИНГА НАЧАЛО */
.blog-scan-twi {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-twi p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-twi ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-twi li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-twi li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFEAB7 !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-twi img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-twi {
    background-color: #FFEAB7 !important;
}      

.table-twi li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-twi h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-twi h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-scan-twi-01 li {
    padding-left: 30px !important;
}

.vert-scan-twi-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFEAB7 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ПОЧЕМУ X */
.strip-scan-twi-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-twi-01:before {
    content: '';
    width: 115px;
    height: 11px;
    background: #FFEAB7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-twi-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК СКАНДАЛЫ ВОКРУГ X */
#adap-strip-twi-02::before {
    width: 205px;
}

/* 4 БЛОК КАК МЕНЯЛОСЬ МНЕНИЕ СОЦСЕТИ X */
#adap-strip-twi-03::before {
    width: 341px;
}

/* 5 БЛОК КАК ПЕРЕЖИТЬ РЕБРЕНДИНГ И НЕ УТОНУТЬ */
#adap-strip-twi-04::before {
    width: 404px;
}

@media (max-width: 480px) {
    .blog-scan-twi h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-twi h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-scan-twi ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-scan-twi ul li {
        margin-bottom: 8px !important;
    }
    .blog-scan-twi img {
        margin: 24px 0;
    }
    .vert-scan-twi-01 {
        margin: 48px 0;
        border: 1px solid #FFEAB7;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-twi-01 ul {
        margin: 0 !important;
    }
    .vert-scan-twi-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-twi-01 li:before {
		display: none;
    }
    .strip-scan-twi-01:before {
        display: none;
    }
	.text-scan-twi-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ X: КАК БЫВШИЙ TWITTER УДЕРЖИВАЕТ РЕПУТАЦИЮ ПОСЛЕ РЕБРЕНДИНГА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ИСПОЛЬЗОВАТЬ АКТИВАТОР ОТЗЫВОВ ДЛЯ РАБОТЫ С НЕГАТИВОМ НАЧАЛО */
.case-work-use {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-work-use p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-work-use ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-work-use li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-work-use li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB0CF !important;
    left: 0;
    top: 6px !important;
}

.case-work-use img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-use {
    background-color: #FFB0CF !important;
}      

.table-use li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-work-use h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО ТАКОЕ СЕЗОННЫЙ ТОВАР */
.strip-work-use-01 {
    position: relative;
    margin: 16px 0;
}

.strip-work-use-01:before {
    content: '';
    width: 650px;
    height: 11px;
    background: #FFB0CF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-work-use-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК РАБОТАЕТ АКТИВАТОР ОТЗЫВОВ */
#adap-strip-use-02::before {
    width: 360px;
}

.container-work-use {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-work-use img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК КАК МЫ АКТИВИРОВАЛИ КЛИЕНТОВ */
#adap-strip-use-03::before {
    width: 340px;
}

/* 5 БЛОК РЕЗУЛЬТАТЫ РАБОТЫ АКТИВАТОРА ЧЕРЕЗ 3 МЕСЯЦА */
#adap-strip-use-04::before {
    width: 485px;
}

/* 6 БЛОК КАКАЯ СТРАТЕГИЯ НУЖНА ДАЛЬШЕ */
#adap-strip-use-05::before {
    width: 340px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-work-use h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-work-use ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-work-use ul li {
        margin-bottom: 8px !important;
    }
    .case-work-use img {
        margin: 24px 0;
    }
    .container-work-use {
		margin: 48px 0 48px 0;
	}
	.icon-work-use img {
		margin: 0 0 16px 10px;
	}
    .strip-work-use-01:before {
        display: none;
    }
	.img-adap-use-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ИСПОЛЬЗОВАТЬ АКТИВАТОР ОТЗЫВОВ ДЛЯ РАБОТЫ С НЕГАТИВОМ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РОБОТЫ НА СТРАЖЕ РЕПУТАЦИИ: КАК ИИ-АГЕНТЫ МЕНЯЮТ ПРАВИЛА ИГРЫ НАЧАЛО */
.blog-ai-rob {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-ai-rob p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-ai-rob ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-ai-rob li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-ai-rob li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EACEFF !important;
    left: 0;
    top: 6px !important;
}

.blog-ai-rob img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rob {
    background-color: #EACEFF !important;
}      

.table-rob li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-ai-rob h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-ai-rob-01 li {
    padding-left: 30px !important;
}

.vert-ai-rob-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #EACEFF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК В ЧЕМ ПРЕИМУЩЕСТВА ИИ-АГЕНТОВ */
.strip-ai-rob-01 {
    position: relative;
    margin: 16px 0;
}

.strip-ai-rob-01:before {
    content: '';
    width: 340px;
    height: 11px;
    background: #EACEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-ai-rob-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОШАГОВАЯ ИНСТРУКЦИЯ СОЗДАНИЯ СОБСТВЕННОГО ИИ-АГЕНТА */
#adap-strip-rob-02::before {
    width: 606px;
}

.adap-vert-rob-02 li::before {
    height: 45px !important;
}

@media (max-width: 480px) {
    .blog-ai-rob h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-ai-rob ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-ai-rob ul li {
        margin-bottom: 8px !important;
    }
    .blog-ai-rob img {
        margin: 24px 0;
    }
    .vert-ai-rob-01 {
        margin: 48px 0;
        border: 1px solid #EACEFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-ai-rob-01 ul {
        margin: 0 !important;
    }
    .vert-ai-rob-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-ai-rob-01 li:before {
		display: none;
    }
    .strip-ai-rob-01:before {
        display: none;
    }
	.text-ai-rob-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ РОБОТЫ НА СТРАЖЕ РЕПУТАЦИИ: КАК ИИ-АГЕНТЫ МЕНЯЮТ ПРАВИЛА ИГРЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК УДАЛИТЬ ОТЗЫВ СОТРУДНИКА: КРАТКИЙ ГАЙД НАЧАЛО */
.blog-del-empl {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-del-empl p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-del-empl ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-del-empl li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-del-empl li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFADAD !important;
    left: 0;
    top: 6px !important;
}

.blog-del-empl img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-empl {
    background-color: #FFADAD !important;
}      

.table-empl li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-del-empl h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-del-empl h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-del-empl-01 li {
    padding-left: 30px !important;
}

.vert-del-empl-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFADAD !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ПОЧЕМУ ОТЗЫВЫ СОТРУДНИКОВ ТАК ВАЖНЫ ДЛЯ БИЗНЕСА */
.strip-del-empl-01 {
    position: relative;
    margin: 16px 0;
}

.strip-del-empl-01:before {
    content: '';
    width: 552px;
    height: 11px;
    background: #FFADAD;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-del-empl-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК НАИБОЛЕЕ ЗНАЧИМЫЕ ПЛАТФОРМЫ ДЛЯ HR-РЕПУТАЦИИ */
#adap-strip-empl-02::before {
    width: 530px;
}

/* 4 БЛОК САМЫЕ БОЛЕЗНЕННЫЕ ТИПЫ ОТЗЫВОВ */
#adap-strip-empl-03::before {
    width: 373px;
}

/* 5 БЛОК ПОШАГОВОЕ РУКОВОДСТВО ПО УДАЛЕНИЮ ОТЗЫВА */
#adap-strip-empl-04::before {
    width: 486px;
}

.vert-del-empl-01 li {
    padding-left: 30px !important;
}

.vert-del-empl-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFADAD !important;
    left: 1px !important;
    top: 4px !important;
}

/* 6 БЛОК АЛЬТЕРНАТИВНЫЕ СТРАТЕГИИ ДЛЯ ОТЗЫВОВ О РАБОТЕ */
#adap-strip-empl-05::before {
    width: 513px;
}

.list-del-empl-05 ol li::marker {
	font-weight: 300 !important;
}

.list-del-empl-05 ol li {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-del-empl h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-del-empl h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-del-empl ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-del-empl ul li {
        margin-bottom: 8px !important;
    }
    .blog-del-empl img {
        margin: 24px 0;
    }
    .vert-del-empl-01 {
        margin: 48px 0;
        border: 1px solid #FFEAB7;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-del-empl-01 ul {
        margin: 0 !important;
    }
    .vert-del-empl-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-del-empl-01 li:before {
		display: none;
    }
    .strip-del-empl-01:before {
        display: none;
    }
    .text-del-empl-02 {
        margin-top: 48px;
    }
    .list-del-empl-05 ol li {
        margin-bottom: 16px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК УДАЛИТЬ ОТЗЫВ СОТРУДНИКА: КРАТКИЙ ГАЙД КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПРАВИЛЬНО СОБИРАТЬ ОТЗЫВЫ ЧЕРЕЗ EMAIL-РАССЫЛКИ НАЧАЛО */
.blog-email-news {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-email-news p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-email-news ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-email-news li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-email-news li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFC2DB !important;
    left: 0;
    top: 6px !important;
}

.blog-email-news img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-news {
    background-color: #FFC2DB !important;
}      

.table-news li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-email-news h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-email-news h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-email-news-01 li {
    padding-left: 30px !important;
}

.vert-email-news-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFC2DB !important;
    left: 1px !important;
    top: 4px !important;
}

/* 2 БЛОК ЗАЧЕМ ВООБЩЕ СОБИРАТЬ ОБРАТНУЮ СВЯЗЬ */
.strip-email-news-01 {
    position: relative;
    margin: 16px 0;
}

.strip-email-news-01:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #FFC2DB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-email-news-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОЧЕМУ EMAIL — ЛУЧШИЙ КАНАЛ ДЛЯ ОПРОСОВ */
#adap-strip-news-02::before {
    width: 461px;
}

/* 4 БЛОК КАК СОСТАВИТЬ ХОРОШИЙ EMAIL-ОПРОС */
#adap-strip-news-03::before {
    width: 385px;
}

/* 5 БЛОК А ЧТО ПОТОМ? КАК АНАЛИЗИРОВАТЬ ПОЛУЧЕННЫЕ ОТВЕТЫ */
#adap-strip-news-04::before {
    width: 558px;
}

/* 6 БЛОК КАК ПОНЯТЬ, ЧТО В ОБРАТНОЙ СВЯЗИ ВСЕ В ПОРЯДКЕ */
#adap-strip-news-05::before {
    width: 500px;
}

/* 7 БЛОК КАК РЕАГИРОВАТЬ НА ОТЗЫВЫ ПОСЛЕ РАССЫЛКИ */
#adap-strip-news-06::before {
    width: 470px;
}

/* 8 БЛОК И БОНУС ОТ КОМАНДЫ: КАК ПОЛУЧИТЬ ОТЗЫВЫ НА 5 БАЛЛОВ */
#adap-strip-news-07::before {
    width: 570px;
}

@media (max-width: 480px) {
    .blog-email-news h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-email-news ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-email-news ul li {
        margin-bottom: 8px !important;
    }
    .blog-email-news img {
        margin: 24px 0;
    }
    .strip-email-news-01:before {
        display: none;
    }
	.text-email-news-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПРАВИЛЬНО СОБИРАТЬ ОТЗЫВЫ ЧЕРЕЗ EMAIL-РАССЫЛКИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ STARBUCKS: РЕПУТАЦИЯ НА КАПУЧИНО НАЧАЛО */
.blog-scan-star {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-star p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-star ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-star li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-star li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #9BCAC4 !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-star img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-star {
    background-color: #9BCAC4 !important;
}      

.table-star li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-star h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-star h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ИСТОРИЯ STARBUCKS: ОТ МАЛЕНЬКОГО МАГАЗИНА ДО МИРОВОГО ГИГАНТА */
.strip-scan-star-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-star-01:before {
    content: '';
    width: 690px;
    height: 11px;
    background: #9BCAC4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-star-01 h2 {
    margin-left: 10px;
}

.vert-scan-star-01 li {
    padding-left: 30px !important;
}

.vert-scan-star-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 145px !important;
    border-radius: 0% !important;
    background: #9BCAC4 !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-star-02 li::before {
    height: 170px !important;
}

.adap-vert-star-03 li::before {
    height: 45px !important;
}

.video-scan-star {
	margin-bottom: 16px !important;
}

/* 3 БЛОК СЕКРЕТ МАРКЕТИНГОВОГО УСПЕХА STARBUCK */
#adap-strip-star-02::before {
    width: 424px;
}

/* 4 БЛОК ОСНОВНЫЕ СКАНДАЛЫ В ИСТОРИИ STARBUCKS */
#adap-strip-star-03::before {
    width: 444px;
}

/* 5 БЛОК КАК STARBUCKS СПРАВЛЯЕТСЯ С КРИЗИСАМИ */
#adap-strip-star-04::before {
    width: 420px;
}

@media (max-width: 480px) {
    .blog-scan-star h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-star h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-scan-star ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-scan-star ul li {
        margin-bottom: 8px !important;
    }
    .blog-scan-star img {
        margin: 24px 0;
    }
    .vert-scan-star-01 {
        margin: 48px 0;
        border: 1px solid #9BCAC4;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-star-01 ul {
        margin: 0 !important;
    }
    .vert-scan-star-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-star-01 li:before {
		display: none;
    }
    .strip-scan-star-01:before {
        display: none;
    }
	.video-scan-star {
	margin: 24px 0 !important;
}
	.text-scan-star-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ STARBUCKS: РЕПУТАЦИЯ НА КАПУЧИНО КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЗОЛОТОЙ КЛЮЧИК: РАЗБОР СКАНДАЛА ВОКРУГ ЗАСТРОЙЩИКА “САМОЛЕТ” НАЧАЛО */
.blog-golden-key {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-golden-key p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-golden-key ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-golden-key li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-golden-key li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B1E9FF !important;
    left: 0;
    top: 6px !important;
}

.blog-golden-key img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-key {
    background-color: #B1E9FF !important;
}      

.table-key li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-golden-key h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ХРОНОЛОГИЯ СОБЫТИЙ */
.strip-golden-key-01 {
    position: relative;
    margin: 16px 0;
}

.strip-golden-key-01:before {
    content: '';
    width: 230px;
    height: 11px;
    background: #B1E9FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-golden-key-01 h2 {
    margin-left: 10px;
}

.video-golden-key {
	margin-bottom: 16px !important;
}

/* 3 БЛОК МОНИТОРИНГ УПОМИНАНИЙ: КОГДА ЦИФРЫ ГРОМЧЕ СЛОВ */
#adap-strip-key-02::before {
    width: 545px;
}

/* 4 БЛОК КОГДА ВСЕ ВЫХОДИТ ИЗ-ПОД КОНТРОЛЯ: ОТ НЕДОВОЛЬСТВА ДО КРИЗИСА */
#adap-strip-key-03::before {
    width: 677px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-golden-key h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-golden-key ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-golden-key ul li {
        margin-bottom: 8px !important;
    }
    .blog-golden-key img {
        margin: 24px 0;
    }
    .strip-golden-key-01:before {
        display: none;
    }
	.text-golden-key-02 {
		margin-top: 48px;
	}
	.video-golden-key {
	margin: 24px 0 !important;
}
	.author-yul img {
		width: 100px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ЗОЛОТОЙ КЛЮЧИК: РАЗБОР СКАНДАЛА ВОКРУГ ЗАСТРОЙЩИКА “САМОЛЕТ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПОТЕКЛО: НА САМОМ ЛИ ДЕЛЕ УТЕЧКА ПЕРСОНАЛЬНЫХ ДАННЫХ РАЗРУШАЕТ РЕПУТАЦИЮ НАЧАЛО */
.blog-loss-flown {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-loss-flown p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-loss-flown ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-loss-flown li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-loss-flown li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFD09B !important;
    left: 0;
    top: 6px !important;
}

.blog-loss-flown img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-flown {
    background-color: #FFD09B !important;
}      

.table-flown li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-loss-flown h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-loss-flown-01 {
    position: relative;
    margin: 16px 0;
}

.strip-loss-flown-01:before {
    content: '';
    width: 680px;
    height: 11px;
    background: #FFD09B;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-loss-flown-01 h2 {
    margin-left: 10px;
}

#adap-strip-flown-02::before {
    width: 402px;
}

.vert-loss-flown-01 li {
    padding-left: 30px !important;
}

.vert-loss-flown-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 20px !important;
    border-radius: 0% !important;
    background: #FFD09B !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-flown-03::before {
    width: 330px;
}

#adap-strip-flown-04::before {
    width: 533px;
}

#adap-strip-flown-05::before {
    width: 340px;
}

.adap-vert-flown-02 li::before {
    height: 75px !important;
}

#adap-strip-flown-06::before {
    width: 647px;
}

#adap-strip-flown-07::before {
    width: 358px;
}

#adap-strip-flown-08::before {
    width: 280px;
}

#adap-strip-flown-09::before {
    width: 570px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-loss-flown h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-loss-flown h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-loss-flown ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-loss-flown ul li {
        margin-bottom: 8px !important;
    }
    .blog-loss-flown img {
        margin: 24px 0;
    }
    .vert-loss-flown-01 {
        margin: 48px 0;
        border: 1px solid #FFD09B;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-loss-flown-01 ul {
        margin: 0 !important;
    }
    .vert-loss-flown-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-loss-flown-01 li:before {
		display: none;
    }
    .strip-loss-flown-01:before {
        display: none;
    }
	.text-loss-flown-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ПОТЕКЛО: НА САМОМ ЛИ ДЕЛЕ УТЕЧКА ПЕРСОНАЛЬНЫХ ДАННЫХ РАЗРУШАЕТ РЕПУТАЦИЮ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ПОЛУЧИТЬ ЗНАК "ХОРОШЕЕ МЕСТО" ОТ ЯНДЕКСА: КОМПЛЕКСНЫЙ ГАЙД НАЧАЛО */
.blog-good-badge {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-good-badge p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-good-badge ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-good-badge li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-good-badge li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A3E4FF !important;
    left: 0;
    top: 6px !important;
}

.blog-good-badge img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-badge {
    background-color: #A3E4FF !important;
}      

.table-badge li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-good-badge h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ЧТО СКРЫВАЕТСЯ ЗА "ХОРОШИМ МЕСТОМ" */
.strip-good-badge-01 {
    position: relative;
    margin: 16px 0;
}

.strip-good-badge-01:before {
    content: '';
    width: 394px;
    height: 11px;
    background: #A3E4FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-good-badge-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КРИТЕРИИ ПОЛУЧЕНИЯ "ХОРОШЕГО МЕСТА" */
#adap-strip-badge-02::before {
    width: 403px;
}

.vert-good-badge-01 li {
    padding-left: 30px !important;
}

.vert-good-badge-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #A3E4FF !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК СЕКРЕТНЫЕ ФИШКИ ДЛЯ ПОЛУЧЕНИЯ “ХОРОШЕГО МЕСТА” */
#adap-strip-badge-03::before {
    width: 534px;
}

/* 5 БЛОК ПОЧЕМУ У КОМПАНИИ ПО-ПРЕЖНЕМУ НЕТ “ХОРОШЕГО МЕСТА” */
#adap-strip-badge-04::before {
    width: 576px;
}

/* 6 БЛОК ВЛИЯНИЕ "ХОРОШЕГО МЕСТА" НА ВИДИМОСТЬ В ПОДБОРКАХ */
#adap-strip-badge-05::before {
    width: 565px;
}

/* 7 БЛОК ЕСТЬ ЛИ АЛЬТЕРНАТИВЫ “ХОРОШЕМУ МЕСТУ” */
#adap-strip-badge-06::before {
    width: 423px;
}

@media (max-width: 480px) {
    .blog-good-badge h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-good-badge ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-good-badge ul li {
        margin-bottom: 8px !important;
    }
    .blog-good-badge img {
        margin: 24px 0;
    }
    .vert-good-badge-01 {
        margin: 48px 0;
        border: 1px solid #A3E4FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-good-badge-01 ul {
        margin: 0 !important;
    }
    .vert-good-badge-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-good-badge-01 li:before {
		display: none;
    }
    .strip-good-badge-01:before {
        display: none;
    }
	.text-good-badge-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ПОЛУЧИТЬ ЗНАК "ХОРОШЕЕ МЕСТО" ОТ ЯНДЕКСА: КОМПЛЕКСНЫЙ ГАЙД КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК С ПОМОЩЬЮ СТАТЕЙ В СМИ ВЫТЕСНИТЬ НЕГАТИВ О ТРЕЙДИНГЕ НАЧАЛО */
.case-neg-dis {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-neg-dis p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-neg-dis ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-neg-dis li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-neg-dis li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFDAD6 !important;
    left: 0;
    top: 6px !important;
}

.case-neg-dis img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-dis {
    background-color: #FFDAD6 !important;
}      

.table-dis li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-neg-dis h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ФАКТОРЫ УСПЕХА В МАГАЗИНАХ ПРИЛОЖЕНИЙ */
.strip-neg-dis-01 {
    position: relative;
    margin: 16px 0;
}

.strip-neg-dis-01:before {
    content: '';
    width: 225px;
    height: 11px;
    background: #FFDAD6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-neg-dis-01 h2 {
    margin-left: 10px;
}

.vert-neg-dis-01 li {
    padding-left: 30px !important;
}

.vert-neg-dis-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFDAD6 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПОЧЕМУ МЫ ВЫБРАЛИ ПРОДВИЖЕНИЕ В СМИ */
#adap-strip-dis-02::before {
    width: 425px;
}

/* 4 БЛОК РЕАЛИЗАЦИЯ СТРАТЕГИИ ПО ПРОДВИЖЕНИЮ ТРЕЙДИНГА */
#adap-strip-dis-03::before {
    width: 537px;
}

.adap-vert-dis-02 li::before {
    height: 45px !important;
}

/* 5 БЛОК РЕЗУЛЬТАТЫ ПРОДВИЖЕНИЯ */
#adap-strip-dis-04::before {
    width: 275px;
}

.adap-vert-dis-03 li::before {
    height: 95px !important;
}

@media (max-width: 480px) {
    .case-neg-dis h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-neg-dis ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-neg-dis ul li {
        margin-bottom: 8px !important;
    }
    .case-neg-dis img {
        margin: 24px 0;
    }
	.img-adap-dis-02 {
		margin-top: 48px;
	}
    .vert-neg-dis-01 {
        margin: 48px 0;
        border: 1px solid #FFCAAE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-neg-dis-01 ul {
        margin: 0 !important;
    }
    .vert-neg-dis-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-neg-dis-01 li:before {
		display: none;
    }
    .strip-neg-dis-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК С ПОМОЩЬЮ СТАТЕЙ В СМИ ВЫТЕСНИТЬ НЕГАТИВ О ТРЕЙДИНГЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КРАУД-МАРКЕТИНГ: ОБЗОР ПЛОЩАДОК ПО ОТРАСЛЯМ БИЗНЕСА НАЧАЛО */
.blog-mark-sector {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-sector p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-sector ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-sector li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-sector li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E1D7FF !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-sector img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-sector {
    background-color: #E1D7FF !important;
}      

.table-sector li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-sector h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-mark-sector h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ ВАЖНО ОТРАСЛЕВОЕ СООТВЕТСТВИЕ ПРИ РАБОТЕ С КРАУДОМ */
.strip-mark-sector-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-sector-01:before {
    content: '';
    width: 650px;
    height: 11px;
    background: #E1D7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-sector-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК МЕТОДИКА ОТБОРА: КАК МЫ ОПРЕДЕЛЯЕМ РЕЛЕВАНТНОСТЬ ПЛОЩАДКИ */
#adap-strip-sector-02::before {
    width: 667px;
}

/* 4 БЛОК ТОП ИСТОЧНИКОВ ДЛЯ КРАУДА ПО КАТЕГОРИЯМ */
#adap-strip-sector-03::before {
    width: 450px;
}

/* 5 БЛОК ОШИБКИ ПРИ ВЫБОРЕ ПЛОЩАДОК, И КАК ИХ ИЗБЕЖАТЬ */
#adap-strip-sector-04::before {
    width: 526px;
}

@media (max-width: 480px) {
    .blog-mark-sector h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-sector h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-mark-sector ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-sector ul li {
        margin-bottom: 8px !important;
    }
    .blog-mark-sector img {
        margin: 24px 0;
    }
    .strip-mark-sector-01:before {
        display: none;
    }
	.text-mark-sector-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КРАУД-МАРКЕТИНГ: ОБЗОР ПЛОЩАДОК ПО ОТРАСЛЯМ БИЗНЕСА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ЗА 2 МЕСЯЦА УДАЛИТЬ 78 НЕГАТИВНЫХ ОТЗЫВОВ ИЗ “ЯНДЕКС КАРТ” НАЧАЛО */
.case-how-rem {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-how-rem p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-how-rem ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-how-rem li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-how-rem li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F4EDA4 !important;
    left: 0;
    top: 6px !important;
}

.case-how-rem img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rem {
    background-color: #F4EDA4 !important;
}      

.table-rem li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-how-rem h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-how-rem h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ШАГ 1: ИЗУЧИТЬ ПРАВИЛА “ЯНДЕКС КАРТ” И СДЕЛАТЬ ЧЕК-ЛИСТ НАРУШЕНИЙ */
.strip-how-rem-01 {
    position: relative;
    margin: 16px 0;
}

.strip-how-rem-01:before {
    content: '';
    width: 697px;
    height: 11px;
    background: #F4EDA4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-how-rem-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ШАГ 2: ОБРАБОТАТЬ ВСЕ ЖАЛОБЫ НА КАРТОЧКЕ */
#adap-strip-rem-02::before {
    width: 446px;
}

.vert-how-rem-01 li {
    padding-left: 30px !important;
}

.vert-how-rem-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 150px !important;
    border-radius: 0% !important;
    background: #F4EDA4 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 4 БЛОК ШАГ 3: УДАЛИТЬ ВЕСЬ ВОЗМОЖНЫЙ НЕГАТИВ */
#adap-strip-rem-03::before {
    width: 420px;
}

/* 5 БЛОК ШАГ 4: ОЦЕНИТЬ ВЛИЯНИЕ НА РЕПУТАЦИЮ */
#adap-strip-rem-04::before {
    width: 403px;
}

/* 6 БЛОК ВЫВОДЫ И РЕКОМЕНДАЦИИ */
#adap-strip-rem-05::before {
    width: 273px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-how-rem h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-how-rem h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .case-how-rem ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-how-rem ul li {
        margin-bottom: 8px !important;
    }
    .case-how-rem img {
        margin: 24px 0;
    }
    .vert-how-rem-01 {
        margin: 48px 0;
        border: 1px solid #F4EDA4;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-how-rem-01 ul {
        margin: 0 !important;
    }
    .vert-how-rem-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-how-rem-01 li:before {
		display: none;
    }
    .strip-how-rem-01:before {
        display: none;
    }
	.img-adap-rem-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ЗА 2 МЕСЯЦА УДАЛИТЬ 78 НЕГАТИВНЫХ ОТЗЫВОВ ИЗ “ЯНДЕКС КАРТ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЛАБУБУ МАРКЕТИНГ: ПОЧЕМУ АНТИСТРЕСС СТАНОВИТСЯ ТРИГГЕРОМ ДЛЯ ПОКУПОК НАЧАЛО */
.blog-mark-labu {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-labu p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-labu ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-labu li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-labu li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DBC1F1 !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-labu img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-labu {
    background-color: #DBC1F1 !important;
}      

.table-labu li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-labu h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-mark-labu h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ РАБОТАЕТ АНТИСТРЕСС В МАРКЕТИНГЕ */
.strip-mark-labu-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-labu-01:before {
    content: '';
    width: 446px;
    height: 11px;
    background: #DBC1F1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-labu-01 h2 {
    margin-left: 10px;
}

.vert-mark-labu-01 li {
    padding-left: 30px !important;
}

.vert-mark-labu-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #DBC1F1 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК НА ЧЕМ ОСНОВАНА ПСИХОЛОГИЯ ТРЕВОЖНОГО ПОТРЕБИТЕЛЯ */
#adap-strip-labu-02::before {
    width: 575px;
}

.video-mark-labu {
	margin-bottom: 16px !important;
}

.container-mark-labu {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-mark-labu img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 4 БЛОК МЕХАНИКИ ПРОДАЖ ТРЕВОЖНЫМ ПОКУПАТЕЛЯМ */
#adap-strip-labu-03::before {
    width: 475px;
}

/* 5 БЛОК МАРКЕТИНГОВЫЙ КЕЙС ЛАБУБУ */
#adap-strip-labu-04::before {
    width: 314px;
}

.adap-vert-labu-03 li::before{
    height: 85px !important;
}

/* 6 БЛОК НЕ ТОЛЬКО ЛАБУБУ: КАК ВСТРОИТЬ ЭФФЕКТ АНТИСТРЕССА В СВОЙ ПРОДУКТ */
#adap-strip-labu-05::before {
    width: 692px;
}

/* 7 БЛОК ПОКА НЕ ПОЗДНО ВНЕДРИТЬ – СОВЕТЫ ДЛЯ БРЕНДОВ */
#adap-strip-labu-06::before {
    width: 494px;
}

@media (max-width: 480px) {
    .blog-mark-labu h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-labu h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
	.video-mark-labu {
		margin-bottom: 24px 0 !important;
	}
    .blog-mark-labu ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-labu ul li {
        margin-bottom: 8px !important;
    }
    .blog-mark-labu img {
        margin: 24px 0;
    }
    .container-mark-labu {
		margin: 48px 0 48px 0;
	}
	.icon-mark-labu img {
		margin: 0 0 16px 10px;
	}
    .vert-mark-labu-01 {
        margin: 48px 0;
        border: 1px solid #DBC1F1;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-labu-01 ul {
        margin: 0 !important;
    }
    .vert-mark-labu-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-labu-01 li:before {
		display: none;
    }
    .strip-mark-labu-01:before {
        display: none;
    }
	.text-mark-labu-02 {
		margin-top: 48px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ЛАБУБУ МАРКЕТИНГ: ПОЧЕМУ АНТИСТРЕСС СТАНОВИТСЯ ТРИГГЕРОМ ДЛЯ ПОКУПОК КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК УВОЛИТЬ СОТРУДНИКА, НА НАВРЕДИВ РЕПУТАЦИИ: 10 ПРАВИЛ ЭЙЧАРА
 НАЧАЛО */
.blog-fire-damag {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-fire-damag p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-fire-damag ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-fire-damag li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-fire-damag li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #71A4FF !important;
    left: 0;
    top: 6px !important;
}

.blog-fire-damag img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-damag {
    background-color: #D5DDFF !important;
}      

.table-damag li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-fire-damag h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-fire-damag h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.slider-adap-damag img {
	box-shadow: none !important;
	border: none !important;
}

/* 2 БЛОК ПОЧЕМУ УВОЛЬНЕНИЕ — ЭТО СТРЕСС ДЛЯ ВСЕХ */
.strip-fire-damag-01 {
    position: relative;
    margin: 16px 0;
}

.strip-fire-damag-01:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #71A4FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-fire-damag-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК КАК ИЗМЕНИЛИСЬ ПОДХОДЫ К УВОЛЬНЕНИЯМ */
#adap-strip-damag-02::before {
    width: 430px;
}

.container-fire-damag {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-fire-damag img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

.brands-text-damag p {
	margin-left: 0 !important;
}

/* 4 БЛОК МОЖНО ЛИ УВОЛИТЬ СОТРУДНИКА ИЗ-ЗА НЕЙРОСЕТЕЙ */
#adap-strip-damag-03::before {
    width: 503px;
}

/* 5 БЛОК КАК ПОДГОТОВИТЬ К УВОЛЬНЕНИЯМ */
#adap-strip-damag-04::before {
    width: 340px;
}

.vert-fire-damag-01 li {
    padding-left: 30px !important;
}

.vert-fire-damag-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #0044BA !important;
    left: 1px !important;
    top: 4px !important;
}

.blog-btn-text {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-fire-damag h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-fire-damag h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-fire-damag ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-fire-damag ul li {
        margin-bottom: 8px !important;
    }
	.text-fire-damag-02 {
		margin-top: 48px;
	}
	.container-fire-damag {
		margin: 48px 0 48px 0;
	}
	.icon-fire-damag img {
		margin: 0 0 16px 10px;
	}
    .blog-fire-damag img {
        margin: 24px 0;
    }
    .vert-fire-damag-01 {
        margin: 48px 0;
        border: 1px solid #71A4FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-fire-damag-01 ul {
        margin: 0 !important;
    }
    .vert-fire-damag-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-fire-damag-01 li:before {
		display: none;
    }
    .strip-fire-damag-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК УВОЛИТЬ СОТРУДНИКА, НА НАВРЕДИВ РЕПУТАЦИИ: 10 ПРАВИЛ ЭЙЧАРА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ПОТРЕБИТЕЛЬСКИЕ ИНСАЙТЫ: 10 ПРОСТЫХ СПОСОБОВ ИХ НАЙТИ НАЧАЛО */
.blog-cons-ins {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-cons-ins p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-cons-ins ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-cons-ins li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-cons-ins li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C2D8EE !important;
    left: 0;
    top: 6px !important;
}

.blog-cons-ins img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ins {
    background-color: #C2D8EE !important;
}      

.table-ins li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-cons-ins h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ РАБОТАЕТ АНТИСТРЕСС В МАРКЕТИНГЕ */
.strip-cons-ins-01 {
    position: relative;
    margin: 16px 0;
}

.strip-cons-ins-01:before {
    content: '';
    width: 455px;
    height: 11px;
    background: #C2D8EE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-cons-ins-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК 1. СОБИРАЙТЕ ОТЗЫВЫ СО ВСЕХ КАНАЛОВ В ОДНОМ МЕСТЕ */
#adap-strip-ins-02::before {
    width: 567px;
}

/* 4 БЛОК 2. АНАЛИЗИРУЙТЕ НЕ ТОЛЬКО ОЦЕНКИ, НО И ТЕКСТ ОТЗЫВОВ */
#adap-strip-ins-03::before {
    width: 564px;
}

/* 5 БЛОК 3. СЛЕДИТЕ ЗА "ТИХИМИ" ЖАЛОБАМИ В ЛИЧНЫХ СООБЩЕНИЯХ И ЧАТАХ */
#adap-strip-ins-04::before {
    width: 654px;
}

/* 6 БЛОК 4. ПРОВОДИТЕ МИНИ-ОПРОСЫ В ТОЧКАХ ПРОДАЖ ИЛИ ПОСЛЕ ПОКУПКИ */
#adap-strip-ins-05::before {
    width: 660px;
}

.container-cons-ins {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-cons-ins img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 7 БЛОК 5. НАБЛЮДАЙТЕ ЗА ШАБЛОНАМИ ПОВЕДЕНИЯ, А НЕ ТОЛЬКО ЗА СЛОВАМИ */
#adap-strip-ins-06::before {
    width: 672px;
}

/* 8 БЛОК 6. ИЗУЧАЙТЕ КОНКУРЕНТОВ ЧЕРЕЗ ОТЗЫВЫ ИХ КЛИЕНТОВ */
#adap-strip-ins-07::before {
    width: 532px;
}

/* 9 БЛОК 7. ОРГАНИЗУЙТЕ ФОКУС-ГРУППЫ ИЗ РЕАЛЬНЫХ КЛИЕНТОВ */
#adap-strip-ins-08::before {
    width: 532px;
}

/* 10 БЛОК 8. АНАЛИЗИРУЙТЕ НЕ ТОЛЬКО СЕЗОННЫЕ, НО И ЛОКАЦИОННЫЕ ТРЕ */
#adap-strip-ins-09::before {
    width: 532px;
}

/* 11 БЛОК 9. ИСПОЛЬЗУЙТЕ СОЦСЕТИ КАК "ЖИВУЮ ФОКУС-ГРУППУ */
#adap-strip-ins-10::before {
    width: 532px;
}

@media (max-width: 430px) {
    .blog-cons-ins h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-cons-ins ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-cons-ins ul li {
        margin-bottom: 8px !important;
    }
	
	.strip-cons-ins-01:before {
		display: none;
	}
    .blog-cons-ins img {
        margin: 24px 0;
    }
    .container-cons-ins {
		margin: 48px 0 48px 0;
	}
	.icon-cons-ins img {
		margin: 0 0 16px 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ ПОТРЕБИТЕЛЬСКИЕ ИНСАЙТЫ: 10 ПРОСТЫХ СПОСОБОВ ИХ НАЙТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ АВТОСКАНДАЛЫ: КАК VOLKSWAGEN, TESLA, JAGUAR ВЫЕЗЖАЮТ НА РЕПУТАЦИИ НАЧАЛО */
.blog-scan-auto {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-auto p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-auto ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-auto li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-auto li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFB3AE !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-auto img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-auto {
    background-color: #FFB3AE !important;
}      

.table-auto li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-auto h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-auto h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ РАБОТАЕТ АНТИСТРЕСС В МАРКЕТИНГЕ */
.strip-scan-auto-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-auto-01:before {
    content: '';
    width: 291px;
    height: 11px;
    background: #FFB3AE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-auto-01 h2 {
    margin-left: 10px;
}

.vert-scan-auto-01 li {
    padding-left: 30px !important;
}

.vert-scan-auto-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #FFB3AE !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК АВТОСКАНДАЛЫ В СФЕРЕ ЦЕННОСТЕЙ */
#adap-strip-auto-02::before {
    width: 353px;
}

.adap-vert-auto-02 li::before {
    height: 45px !important;
}

/* 4 БЛОК АВТОСКАНДАЛЫ В СФЕРЕ БЕЗОПАСНОСТИ */
#adap-strip-auto-03::before {
    width: 388px;
}

/* 5 БЛОК СКАНДАЛЫ В СФЕРЕ АУТЕНТИЧНОСТИ */ 
#adap-strip-auto-04::before {
    width: 348px;
}

/* 6 БЛОК СКАНДАЛЫ В СФЕРЕ ДОВЕРИЯ */
#adap-strip-auto-05::before {
    width: 282px;
}

.video-scan-auto {
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .blog-scan-auto h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-auto h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-scan-auto ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-scan-auto ul li {
        margin-bottom: 8px !important;
    }
    .blog-scan-auto img {
        margin: 24px 0;
    }
    .vert-scan-auto-01 {
        margin: 48px 0;
        border: 1px solid #FFB3AE;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-auto-01 ul {
        margin: 0 !important;
    }
    .vert-scan-auto-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-auto-01 li:before {
		display: none;
    }
    .strip-scan-auto-01:before {
        display: none;
    }
    .video-scan-auto {
        margin-bottom: 24px 0;
    }
}
/* СТИЛИ СТРАНИЦЫ АВТОСКАНДАЛЫ: КАК VOLKSWAGEN, TESLA, JAGUAR ВЫЕЗЖАЮТ НА РЕПУТАЦИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ MARKWAY О ЦИФРОВОЙ РЕПУТАЦИИ ЗАСТРОЙЩИКОВ В РОССИИ — 2025 НАЧАЛО */
.blog-res-lop {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-res-lop p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-res-lop ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-res-lop li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-res-lop li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F6F5E0 !important;
    left: 0;
    top: 6px !important;
}

.blog-res-lop img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-lop {
    background-color: #F6F5E0 !important;
}      

.table-lop li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-res-lop h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-res-lop-01 li {
    padding-left: 30px !important;
}

.vert-res-lop-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #C9B99F !important;
    left: 1px !important;
    top: 0 !important;
}

/* 2 БЛОК СРЕДНИЙ РЕЙТИНГ — КАК ЗЕРКАЛО ВОСПРИЯТИЯ */
.strip-res-lop-01 {
    position: relative;
    margin: 16px 0;
}

.strip-res-lop-01:before {
    content: '';
    width: 450px;
    height: 11px;
    background: #F6F5E0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-res-lop-01 h2 {
    margin-left: 10px;
}

.container-res-lop {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-res-lop img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

/* 3 БЛОК СКАНДАЛЫ В СМИ — ДОПОЛНИТЕЛЬНЫЙ ТРИГГЕР ДЛЯ СОМНЕНИЙ */
#adap-strip-lop-02::before {
    width: 613px;
}

/* 4 БЛОК АНАЛИЗ SERM-РЕПУТАЦИИ — КАК ВИДЯТ ЗАСТРОЙЩИКОВ В ПОИСКОВОЙ ВЫДАЧЕ */
#adap-strip-lop-03::before {
    width: 670px;
}

.br-strip {
	position: relative;
}

.br-strip::after {
    content: '';
    width: 85px;
    height: 11px;
    background: #F6F5E0;
    display: block;
    position: absolute;
    left: -7px;
    top: 10px;
    z-index: -1;
}

/* 5 БЛОК ОТВЕТЫ НА ОТЗЫВЫ — ПОЧЕМУ ИХ НЕТ */
#adap-strip-lop-04::before {
    width: 364px;
}

.adap-vert-lop-02 li::before {
    height: 45px !important;
}

/* 6 БЛОК А КАК ВИДИТ ЗАСТРОЙЩИКОВ НЕЙРОСЕТЬ */
#adap-strip-lop-05::before {
    width: 387px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-res-lop h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-res-lop ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-res-lop ul li {
        margin-bottom: 8px !important;
    }
    .blog-res-lop img {
        margin: 24px 0;
    }
    .container-res-lop {
		margin: 48px 0 48px 0;
	}
	.icon-res-lop img {
		margin: 0 0 16px 10px;
	}
    .vert-res-lop-01 {
        margin: 48px 0;
        border: 1px solid #C9B99F;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-res-lop-01 ul {
        margin: 0 !important;
    }
    .vert-res-lop-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-res-lop-01 li:before {
		display: none;
    }
    .strip-res-lop-01:before {
        display: none;
    }
	.br-strip::after {
		display: none;
	}
	.text-res-lop-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ MARKWAY О ЦИФРОВОЙ РЕПУТАЦИИ ЗАСТРОЙЩИКОВ В РОССИИ — 2025 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИОННЫЙ ИММУНИТЕТ: КАК МИКРОДОЗА КРИТИКИ ДЕЛАЕТ БРЕНДЫ УСТОЙЧИВЕЕ НАЧАЛО */
.blog-rep-immun {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rep-immun p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rep-immun ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rep-immun li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rep-immun li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #20899A !important;
    left: 0;
    top: 6px !important;
}

.blog-rep-immun img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-immun {
    background-color: #BCF6FF !important;
}      

.table-immun li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rep-immun h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-rep-immun h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-rep-immun-01 li {
    padding-left: 30px !important;
}

.vert-rep-immun-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #20899A !important;
    left: 1px !important;
    top: 4px !important;
}

.container-rep-immun {
    display: flex;
    flex-direction: column;
	  align-items: center;
    margin-bottom: 16px;
}

.icon-rep-immun img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

.brands-text-immun p {
	margin-bottom: 0 !important;
}

.strip-rep-immun-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rep-immun-01:before {
    content: '';
    width: 391px;
    height: 11px;
    background: #BCF6FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rep-immun-01 h2 {
    margin-left: 10px;
}

.adap-vert-immun-02 li::before {
    height: 70px !important;
}

#adap-strip-immun-02::before {
    width: 500px;
}

.adap-vert-immun-03 li::before {
    height: 120px !important;
}

#adap-strip-immun-03::before {
    width: 500px;
}

.adap-vert-immun-04 li::before {
    height: 75px !important;
}

#adap-strip-immun-04::before {
    width: 535px;
}

#adap-strip-immun-05::before {
    width: 630px;
}

#adap-strip-immun-06::before {
    width: 480px;
}

.video-rep-immun {
	margin-bottom: 16px !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-rep-immun h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rep-immun h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-rep-immun ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-rep-immun ul li {
        margin-bottom: 8px !important;
    }
    .blog-rep-immun img {
        margin: 24px 0;
    }
    .container-rep-immun {
		margin: 48px 0 48px 0;
	}
	.icon-rep-immun img {
		margin: 0 0 16px 10px;
	}
	.video-rep-immun {
	margin: 24px 0 !important;
}
	.text-rep-immun-02 {
		margin-top: 48px;
	}
    .vert-rep-immun-01 {
        margin: 48px 0;
        border: 1px solid #20899A;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rep-immun-01 ul {
        margin: 0 !important;
    }
    .vert-rep-immun-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rep-immun-01 li:before {
		display: none;
    }
    .strip-rep-immun-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ РЕПУТАЦИОННЫЙ ИММУНИТЕТ: КАК МИКРОДОЗА КРИТИКИ ДЕЛАЕТ БРЕНДЫ УСТОЙЧИВЕЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 10 HR-СКАНДАЛОВ 2025 ГОДА: ОТ ASTRONOMER ДО TESLA НАЧАЛО */
.blog-scan-hr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-hr p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-hr ul {
    list-style: none;
    line-height: 20px;
	position: relative;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-hr li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-hr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBBBC !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-hr img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hr {
    background-color: #DBC1F1 !important;
}      

.table-hr li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-hr h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-hr h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-scan-hr-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-hr-01:before {
    content: '';
    width: 422px;
    height: 11px;
    background: #FFBBBC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-hr-01 h2 {
    margin-left: 10px;
}

.vert-scan-hr-01 li {
    padding-left: 30px !important;
}

.vert-scan-hr-01 li:before {
    display: none;
}

.vert-scan-hr-01 ul:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 25px !important;
    border-radius: 0% !important;
    background: #FFBBBC !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-hr-02::before {
    width: 353px;
}

.adap-vert-hr-02 ul::before {
    height: 105px !important;
}

#adap-strip-hr-03::before {
    width: 370px;
}

.list-scan-hr-01 p {
    padding-left: 20px;
}

#adap-strip-hr-04::before {
    width: 580px;
}

.video-scan-hr {
	margin-bottom: 16px !important;
}

@media (max-width: 480px) {
    .blog-scan-hr h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-hr h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-scan-hr ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-scan-hr ul li {
        margin-bottom: 8px !important;
    }
	.video-scan-hr {
	margin: 24px 0 !important;
}
    .blog-scan-hr img {
        margin: 24px 0;
    }
    .vert-scan-hr-01 {
        margin: 48px 0;
        border: 1px solid #DBC1F1;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-hr-01 ul {
        margin: 0 !important;
    }
    .vert-scan-hr-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-hr-01 ul:before {
		display: none;
    }
    .strip-scan-hr-01:before {
        display: none;
    }
	.text-scan-hr-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ 10 HR-СКАНДАЛОВ 2025 ГОДА: ОТ ASTRONOMER ДО TESLA КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТЬ В ЧАТЕ С КЛИЕНТОМ: КАК НЕ ПРЕВРАТИТЬ ЕЕ В “УБИЙЦУ ЛОЯЛЬНОСТИ” НАЧАЛО */
.blog-kill-loyal {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-kill-loyal p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-kill-loyal ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-kill-loyal li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-kill-loyal li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D7F2FE !important;
    left: 0;
    top: 6px !important;
}

.blog-kill-loyal img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-loyal {
    background-color: #FFADA6 !important;
}      

.table-loyal li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-kill-loyal h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК ПОЧЕМУ РАБОТАЕТ АНТИСТРЕСС В МАРКЕТИНГЕ */
.strip-kill-loyal-01 {
    position: relative;
    margin: 16px 0;
}

.strip-kill-loyal-01:before {
    content: '';
    width: 563px;
    height: 11px;
    background: #D7F2FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-kill-loyal-01 h2 {
    margin-left: 10px;
}

#adap-strip-loyal-02::before {
    width: 485px;
}

#adap-strip-loyal-03::before {
    width: 513px;
}

.list-kill-loyal-01 p {
    padding-left: 20px;
}

#adap-strip-loyal-04::before {
    width: 435px;
}

#adap-strip-loyal-05::before {
    width: 417px;
}

#adap-strip-loyal-06::before {
    width: 520px;
}

.container-kill-loyal {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.icon-kill-loyal img {
    max-width: 90px !important;
	margin: 0 0 16px 0;
}

@media (max-width: 480px) {
    .blog-kill-loyal h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-kill-loyal ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-kill-loyal ul li {
        margin-bottom: 8px !important;
    }
    .blog-kill-loyal img {
        margin: 24px 0;
    }
    .container-kill-loyal {
		margin: 48px 0 48px 0;
	}
	.icon-kill-loyal img {
		margin: 0 0 16px 0;
	}
    .strip-kill-loyal-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ НЕЙРОСЕТЬ В ЧАТЕ С КЛИЕНТОМ: КАК НЕ ПРЕВРАТИТЬ ЕЕ В “УБИЙЦУ ЛОЯЛЬНОСТИ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ OPENAI: НАЧАЛО */
.blog-scan-openai {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-openai p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-openai ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-openai li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-openai li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF3C3C !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-openai img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-openai {
    background-color: #FFC4C4 !important;
}      

.table-openai li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-openai h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-openai h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-scan-openai-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-openai-01:before {
    content: '';
    width: 311px;
    height: 11px;
    background: #FFC4C4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-openai-01 h2 {
    margin-left: 10px;
}

.vert-scan-openai-01 li {
    padding-left: 30px !important;
}

.vert-scan-openai-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FF3C3C !important;
    left: 1px !important;
    top: 4px !important;
}

.adap-vert-openai-02 li:before {
    height: 95px !important;
}

.video-scan-openai {
	margin-bottom: 16px !important;
}

#adap-strip-openai-02::before {
    width: 288px;
}

#adap-strip-openai-03::before {
    width: 193px;
}

#adap-strip-openai-04::before {
    width: 612px;
}

@media (max-width: 480px) {
    .blog-scan-openai h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-openai h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-scan-openai ul {
        margin: 24px 0 24px 10px !important;
    }
	.video-scan-openai {
	margin: 24px 0 !important;
}
    .blog-scan-openai ul li {
        margin-bottom: 8px !important;
    }
    .blog-scan-openai img {
        margin: 24px 0;
    }
    .vert-scan-openai-01 {
        margin: 48px 0;
        border: 1px solid #FF3C3C;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-openai-01 ul {
        margin: 0 !important;
    }
    .vert-scan-openai-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-openai-01 li:before {
		display: none;
    }
    .strip-scan-openai-01:before {
        display: none;
    }
    .text-scan-openai-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ OPENAI: КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ПОБЕДИТЬ ФЕЙКОВОЕ ВИДЕО И СОХРАНИТЬ ДОВЕРИЕ НАЧАЛО */
.blog-defeat-fake {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-defeat-fake p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-defeat-fake ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-defeat-fake li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-defeat-fake li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DD0A00 !important;
    left: 0;
    top: 6px !important;
}

.blog-defeat-fake img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-defeat {
    background-color: #FFDEDB !important;
}      

.table-defeat li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-defeat-fake h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-defeat-fake h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-defeat-fake-01 {
    position: relative;
    margin: 16px 0;
}

.strip-defeat-fake-01:before {
    content: '';
    width: 595px;
    height: 9px;
    background: #FFDEDB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-defeat-fake-01 h2 {
    margin-left: 10px;
}

#adap-strip-defeat-02::before {
    width: 550px;
}

#adap-strip-defeat-03::before {
    width: 482px;
}

#adap-strip-defeat-04::before {
    width: 584px;
}

#adap-strip-defeat-05::before {
    width: 621px;
}

#adap-strip-defeat-06::before {
    width: 401px;
}

#adap-strip-defeat-07::before {
    width: 430px;
}

#adap-strip-defeat-08::before {
    width: 350px;
}

#adap-strip-defeat-09::before {
    width: 350px;
}

#adap-strip-defeat-10::before {
    width: 410px;
}

.adap-many-authors {
	padding-left: 0;
}

.adap-many-authors p {
	margin-bottom: 16px !important;
	margin: 0;
}

.desk-many-authors p {
	margin-bottom: 16px !important;
}

@media (max-width: 480px) {
    .blog-defeat-fake h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.btn-defeat {
		padding: 16px 4px 16px 10px;
	}
	.btn-defeat .blog-btn-text p {
		font-style: normal;
	}
    .blog-defeat-fake h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-defeat-fake ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-defeat-fake ul li {
        margin-bottom: 8px !important;
    }
    .blog-defeat-fake img {
        margin: 24px 0;
    }
    .strip-defeat-fake-01:before {
        display: none;
    }
    .text-defeat-fake-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ПОБЕДИТЬ ФЕЙКОВОЕ ВИДЕО И СОХРАНИТЬ ДОВЕРИЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ JOMO МАРКЕТИНГ: КАК РАДОСТЬ ОДИНОЧЕСТВА СТАНОВИТСЯ ТРЕНДОМ В РЕКЛАМЕ НАЧАЛО */
.blog-mark-jomo {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-jomo p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-jomo ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-jomo li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-jomo li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #AB073B !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-jomo img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-jomo {
    background-color: #FFDBE6 !important;
}      

.table-jomo li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-jomo h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-mark-jomo-01 li {
    padding-left: 30px !important;
}

.vert-mark-jomo-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #AB073B !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-mark-jomo-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-jomo-01:before {
    content: '';
    width: 162px;
    height: 11px;
    background: #FFDBE6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-jomo-01 h2 {
    margin-left: 10px;
}

#adap-strip-jomo-02::before {
    width: 290px;
}

.adap-vert-jomo-02 li::before {
    height: 95px !important;
}

#adap-strip-jomo-03::before {
    width: 406px;
}

#adap-strip-jomo-04::before {
    width: 472px;
}

#adap-strip-jomo-05::before {
    width: 512px;
}

#adap-strip-jomo-06::before {
    width: 454px;
}

@media (max-width: 480px) {
    .blog-mark-jomo h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-jomo ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-jomo ul li {
        margin-bottom: 8px !important;
    }
    .blog-mark-jomo img {
        margin: 24px 0;
    }
    .text-mark-jomo-02 {
        margin-top: 48px;
    }
    .vert-mark-jomo-01 {
        margin: 48px 0;
        border: 1px solid #AB073B;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-jomo-01 ul {
        margin: 0 !important;
    }
    .vert-mark-jomo-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-jomo-01 li:before {
		display: none;
    }
    .strip-mark-jomo-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ JOMO МАРКЕТИНГ: КАК РАДОСТЬ ОДИНОЧЕСТВА СТАНОВИТСЯ ТРЕНДОМ В РЕКЛАМЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК ЗАПУСТИТЬ САРАФАННОЕ РАДИО (И НЕ УМЕРЕТЬ ОТ ЕГО ГРОМКОСТИ) НАЧАЛО */
.blog-launch-mouth {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-launch-mouth p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-launch-mouth ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-launch-mouth li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-launch-mouth li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FDD6A0 !important;
    left: 0;
    top: 6px !important;
}

.blog-launch-mouth img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-mouth {
    background-color: #FDD6A0 !important;
}      

.table-mouth li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-launch-mouth h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-launch-mouth-01 {
    position: relative;
    margin: 16px 0;
}

.strip-launch-mouth-01:before {
    content: '';
    width: 311px;
    height: 11px;
    background: #FDD6A0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-launch-mouth-01 h2 {
    margin-left: 10px;
}

.vert-launch-mouth-01 li {
    padding-left: 30px !important;
}

.vert-launch-mouth-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 125px !important;
    border-radius: 0% !important;
    background: #FDD6A0 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК ПСИХОЛОГИЯ САРАФАННОГО РАДИО */
#adap-strip-mouth-02::before {
    width: 344px;
}

/* 4 БЛОК ПЛЮСЫ И МИНУСЫ САРАФАННОГО РАДИО */
#adap-strip-mouth-03::before {
    width: 400px;
}

/* 5 БЛОК КЕЙСЫ КРУПНЫХ БРЕНДОВ */
#adap-strip-mouth-04::before {
    width: 264px;
}

.container-launch-mouth {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-launch-mouth img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

.brands-text-mouth p:nth-child(2) {
		margin-bottom: 0 !important;
}

/* 6 БЛОК КАК ЗАПУСТИТЬ САРАФАННОЕ РАДИО */
#adap-strip-mouth-05::before {
    width: 355px;
}

/* 7 БЛОК КАК ИЗМЕРИТЬ САРАФАННОЕ РАДИО */
#adap-strip-mouth-06::before {
    width: 350px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-launch-mouth h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-launch-mouthu {
        margin: 24px 0 24px 10px !important;
    }
    .blog-launch-mouth ul li {
        margin-bottom: 8px !important;
    }
    .blog-launch-mouth img {
        margin: 24px 0;
    }
    .container-launch-mouth {
		margin: 48px 0 48px 0;
	}
	.icon-launch-mouth img {
		margin: 0 0 16px 0;
	}
    .vert-launch-mouth-01 {
        margin: 48px 0;
        border: 1px solid #FDD6A0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-launch-mouth-01 ul {
        margin: 0 !important;
    }
    .vert-launch-mouth-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-launch-mouth-01 li:before {
		display: none;
    }
    .strip-launch-mouth-01:before {
        display: none;
    }
	.text-launch-mouth-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ КАК ЗАПУСТИТЬ САРАФАННОЕ РАДИО (И НЕ УМЕРЕТЬ ОТ ЕГО ГРОМКОСТИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ОТЗЫВЫ НА 2ГИС: КАК ПРОДВИГАТЬ БИЗНЕС В ГЕОСЕРВИСЕ НАЧАЛО */
.blog-rev-gis {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rev-gis p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rev-gis ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rev-gis li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rev-gis li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EABC57 !important;
    left: 0;
    top: 6px !important;
}

.blog-rev-gis img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-gis {
    background-color: #E3F3CB !important;
}      

.table-gis li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rev-gis h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-rev-gis h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-rev-gis-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rev-gis-01:before {
    content: '';
    width: 202px;
    height: 11px;
    background: #EABC57;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rev-gis-01 h2 {
    margin-left: 10px;
}

.container-rev-gis {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-rev-gis img {
    max-width: 90px !important;
	margin: 0 16px 16px 0;
}

#adap-strip-gis-02::before {
    width: 462px;
}

#adap-strip-gis-03::before {
    width: 442px;
}

#adap-strip-gis-04::before {
    width: 342px;
}

@media (max-width: 480px) {
    .blog-rev-gis h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rev-gis h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-rev-gis ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-rev-gis ul li {
        margin-bottom: 8px !important;
    }
    .blog-rev-gis img {
        margin: 24px 0;
    }
    .container-rev-gis {
		margin: 48px 0 48px 0;
	}
	.icon-rev-gis img {
		margin: 0 0 16px 0;
	}
    .strip-rev-gis-01:before {
        display: none;
    }
}
/* СТИЛИ ОТЗЫВЫ НА 2ГИС: КАК ПРОДВИГАТЬ БИЗНЕС В ГЕОСЕРВИСЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ MARKWAY И CTR: КАК УПРАВЛЯТЬ РЕПУТАЦИЕЙ БРЕНДА БЕЗ ДОСТУПА К РОЗНИЦЕ НАЧАЛО */
.blog-ctr-retail {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-ctr-retail p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-ctr-retail ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-ctr-retail li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-ctr-retail li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFBAA9 !important;
    left: 0;
    top: 6px !important;
}

.blog-ctr-retail img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-retail {
    background-color: #FFD6CC !important;
}      

.table-retail li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-ctr-retail h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-ctr-retail h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК О НАШЕМ ЗАКАЗЧИКЕ */
.strip-ctr-retail-01 {
    position: relative;
    margin: 16px 0;
}

.strip-ctr-retail-01:before {
    content: '';
    width: 220px;
    height: 11px;
    background: #FFBAA9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-ctr-retail-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПРОБЛЕМА ДЛЯ РЕПУТАЦИИ — В ЧУЖИХ ОШИБКАХ */
#adap-strip-retail-02::before {
    width: 477px;
}

.text-ctr-retail-07 p {
    font-weight: 100 !important;
}

/* 4 БЛОК АКТИВАЦИЯ ДОСТУПНЫХ КАНАЛОВ ДЛЯ УПРАВЛЕНИЯ РЕПУТАЦИЕЙ */
#adap-strip-retail-03::before {
    width: 621px;
}

/* 5 БЛОК РЕЗУЛЬТАТЫ РАБОТЫ */
#adap-strip-retail-04::before {
    width: 223px;
}

.list-ctr-retail-02 ol li {
	margin-bottom: 5px !important;
}

@media (max-width: 480px) {
    .blog-ctr-retail h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-ctr-retail h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-ctr-retail ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-ctr-retail ul li {
        margin-bottom: 8px !important;
    }
    .blog-ctr-retail img {
        margin: 24px 0;
    }
    .strip-ctr-retail-01:before {
        display: none;
    }
}
/* СТИЛИ MARKWAY И CTR: КАК УПРАВЛЯТЬ РЕПУТАЦИЕЙ БРЕНДА БЕЗ ДОСТУПА К РОЗНИЦЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ MARKWAY И SUN PHARMA: СОЗДАЕМ РЕПУТАЦИЮ ДЛЯ НОВОГО ПРОДУКТА ЗА 5 МЕСЯЦЕВ НАЧАЛО */
.blog-mark-pharma {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-pharma p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-pharma ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-pharma li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-pharma li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EABC57 !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-pharma img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-pharma {
    background-color: #FDC500 !important;
}      

.table-pharma li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-pharma h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-mark-pharma h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-mark-pharma li {
    padding-left: 30px !important;
}

.vert-mark-pharma li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #480755 !important;
    left: 1px !important;
    top: 4px !important;
}

.container-mark-pharma {
    display: flex;
    margin-bottom: 16px;
}

.icon-mark-pharma img {
    max-width: 108px !important;
	margin: 0 16px 0 0;
}

.brands-text-pharma p {
	margin-bottom: 0 !important;
}

/* 2 БЛОК РЕПУТАЦИОННАЯ СТРАТЕГИЯ “ТРИ СЛОЯ ДОВЕРИЯ” */
.strip-mark-pharma-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-pharma-01:before {
    content: '';
    width: 468px;
    height: 11px;
    background: #EABC57;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-pharma-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПОЧЕМУ ПОДКЛЮЧАЕМ BRAND ANALYTICS */
#adap-strip-pharma-02::before {
    width: 390px;
}

.adap-vert-pharma-03 li::before {
    height: 125px !important;
}

.img-mark-pharma-08 img {
    margin-bottom: 0;
}

/* 4 БЛОК РЕГИСТРИРУЕМ КАРТОЧКИ И СОБИРАЕМ ПЕРВЫЕ ОТЗЫВЫ */
#adap-strip-pharma-03::before {
    width: 530px;
}

/* 5 БЛОК НАСТРАИВАЕМ ПЕРВИЧНЫЙ МОНИТОРИНГ */
#adap-strip-pharma-04::before {
    width: 390px;
}

/* 6 БЛОК ПОДДЕРЖИВАЕМ ОБСУЖДЕНИЯ В ИНТЕРНЕТЕ */
#adap-strip-pharma-05::before {
    width: 420px;
}

/* 7 БЛОК ФИКСИРУЕМ РЕЗУЛЬТАТЫ ПРОЕКТА */
#adap-strip-pharma-06::before {
    width: 320px;
}

.adap-vert-pharma-04 li::before {
    height: 45px !important;
}

/* 8 БЛОК ЧТО РЕКОМЕНДУЕМ В ДАЛЬНЕЙШЕМ */
#adap-strip-pharma-07::before {
    width: 340px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-mark-pharma h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-pharma h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-mark-pharma ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-pharma ul li {
        margin-bottom: 8px !important;
    }
    .blog-mark-pharma img {
        margin: 24px 0;
    }
    .vert-mark-pharma {
        margin: 48px 0;
        border: 1px solid #480755;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-pharma ul {
        margin: 0 !important;
    }
    .vert-mark-pharma li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-pharma li:before {
		display: none;
    }
    .container-mark-pharma {
		margin: 48px 0 48px 0;
	}
	.icon-mark-pharma img {
		max-width: 75px !important;
		margin: 0;
	}
	.stat-icon-mark {
		flex-direction: row;
		align-items: center !important;
	}
	.brands-text-pharma p {
		font-size: 12px !important;
	}
    .strip-mark-pharma-01:before {
        display: none;
    }
}
/* СТИЛИ MARKWAY И SUN PHARMA: СОЗДАЕМ РЕПУТАЦИЮ ДЛЯ НОВОГО ПРОДУКТА ЗА 5 МЕСЯЦЕВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КОРПОРАТИВНЫЙ VS ЛИЧНЫЙ БРЕНД: ВЗБАЛТЫВАТЬ, НО НЕ СМЕШИВАТЬ НАЧАЛО */
.blog-pers-corp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-pers-corp p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-pers-corp ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-pers-corp li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-pers-corp li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C7F844 !important;
    left: 0;
    top: 6px !important;
}

.blog-pers-corp img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-corp {
    background-color: #C7F844 !important;
}      

.table-corp li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-pers-corp h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}
.strip-pers-corp-01 {
    position: relative;
    margin: 16px 0;
}

.strip-pers-corp-01:before {
    content: '';
    width: 470px;
    height: 11px;
    background: #C7F844;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-pers-corp-01 h2 {
    margin-left: 10px;
}

.container-pers-corp {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.brands-text-corp p {
	margin-bottom: 0 !important;
}

.icon-pers-corp img {
    max-width: 75px !important;
	margin: 0 16px 0 0;
}

.video-per-corp {
	margin-bottom: 16px;
}

/* 3 БЛОК ЛИЧНЫЙ БРЕНД: ПРОЖЕКТОР ДОВЕРИЯ */
#adap-strip-corp-02::before {
    width: 375px;
}

/* 4 БЛОК КАК ВЗАИМОСВЯЗАНЫ КОРПОРАТИВНЫЙ И ЛИЧНЫЙ БРЕНД */
#adap-strip-corp-03::before {
    width: 556px;
}

/* 5 БЛОК КОГДА ЛИЧНЫЙ БРЕНД РУШИТ КОРПОРАТИВНЫЙ */
#adap-strip-corp-04::before {
    width: 462px;
}

/* 6 БЛОК КОГДА КОРПОРАТИВНЫЙ БРЕНД ДАВИТ ЛИЧНЫЙ */
#adap-strip-corp-05::before {
    width: 462px;
}

/* 7 БЛОК КАК НАЙТИ БАЛАНС */
#adap-strip-corp-06::before {
    width: 205px;
}

@media (max-width: 480px) {
    .blog-pers-corp h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-pers-corp ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-pers-corp ul li {
        margin-bottom: 8px !important;
    }
    .blog-pers-corp img {
        margin: 24px 0;
    }
    .container-pers-corp {
		margin: 48px 0 48px 0;
	}
	.icon-pers-corp img {
		margin: 0 0 16px 0;
	}
    .strip-pers-corp-01:before {
        display: none;
    }
	.video-per-corp {
		margin: 24px 0;
	}
	.text-pers-corp-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ ОТЗЫВЫ КОРПОРАТИВНЫЙ VS ЛИЧНЫЙ БРЕНД: ВЗБАЛТЫВАТЬ, НО НЕ СМЕШИВАТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как понять, что клиент уйдет: 10 триггеров для менеджера НАЧАЛО */
.blog-cli-leave {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-cli-leave p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-cli-leave ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-cli-leave li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-cli-leave li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #EABC57 !important;
    left: 0;
    top: 6px !important;
}

.blog-cli-leave img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-leave {
    background-color: #D7E1FF !important;
}      

.table-leave li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-cli-leave h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-cli-leave h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

/* 2 БЛОК РЕПУТАЦИОННАЯ СТРАТЕГИЯ “ТРИ СЛОЯ ДОВЕРИЯ” */
.strip-cli-leave-01 {
    position: relative;
    margin: 16px 0;
}

.strip-cli-leave-01:before {
    content: '';
    width: 365px;
    height: 11px;
    background: #EABC57;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-cli-leave-01 h2 {
    margin-left: 10px;
}

.vert-cli-leave ul {
    padding-left: 20px !important;
	position: relative;
}

.vert-cli-leave li::before {
    display: none;
}

.vert-cli-leave ul::before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 185px !important;
    border-radius: 0% !important;
    background: #C1CCF1 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК 10 ТРИГГЕРОВ, КОТОРЫЕ КРИЧАТ О ТОМ, ЧТО КЛИЕНТ ХОЧЕТ УЙТИ */
#adap-strip-leave-02::before {
    width: 590px;
}

.adap-vert-leave-02 ul::before {
    height: 145px !important;
}

.adap-vert-leave-03 ul::before {
    height: 220px !important;
}

.adap-vert-leave-04 ul::before {
    height: 335px !important;
}

/* 4 БЛОК ЧТО ДЕЛАТЬ, ЕСЛИ ВЫ ЗАМЕТИЛИ 2+ ТРИГГЕРА */
#adap-strip-leave-03::before {
    width: 430px;
}

.adap-vert-leave-05 ul::before {
    height: 130px !important;
}

.adap-vert-leave-05 li {
	position: relative;
}

.adap-vert-leave-05 li::before {
    content: '';
	  position: absolute;
    background: url('https://markway.ru/wp-content/uploads/2025/10/icon-cli-leave-01.webp') !important;
    width: 13px !important;
    height: 13px !important;
	display: block;
}

.adap-vert-leave-05 ul::before {
    height: 145px !important;
}

.adap-vert-leave-05 li:first-child {
	padding-left: 0 !important;
}

.adap-vert-leave-05 li:first-child::before {
  display: none;
}

.adap-vert-leave-06 ul::before {
    height: 105px !important;
}

@media (max-width: 480px) {
    .blog-cli-leave h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-cli-leave h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-cli-leave ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-cli-leave ul li {
        margin-bottom: 8px !important;
    }
    .blog-cli-leave img {
        margin: 24px 0;
    }
    .vert-cli-leave {
        margin: 48px 0;
        border: 1px solid #C1CCF1;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-cli-leave ul {
        margin: 0 !important;
    }
    .vert-cli-leave ul {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-cli-leave ul:before {
		display: none;
    }
	.adap-vert-leave-01 li::before {
		display: block;
	}
	.adap-vert-leave-01 li:first-child::before {
  display: none;
}
    .strip-cli-leave-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ Как понять, что клиент уйдет: 10 триггеров для менеджера КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ПОБЕДИТЬ НУЛЕВУЮ УЗНАВАЕМОСТЬ И ПОЛУЧИТЬ 200+ ОТЗЫВОВ НАЧАЛО */
.blog-mark-north {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-north p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-north ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-north li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-north li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C7E5FF !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-north img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-north {
    background-color: #E7EFFF !important;
}      

.table-north li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-north h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-mark-north-01 li {
    padding-left: 30px !important;
}

.vert-mark-north-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #C7E5FF !important;
    left: 1px !important;
    top: 4px !important;
}

.list-mark-north-01 p,
.list-mark-north-03 p {
    padding-left: 20px;
}

/* 2 БЛОК ПРОВЕЛИ АВТОМАТИЗИРОВАННЫЙ МОНИТОРИНГ */
.strip-mark-north-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-north-01:before {
    content: '';
    width: 468px;
    height: 11px;
    background: #E7EFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-north-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ПРОВЕЛИ РУЧНОЙ МОНИТОРИНГ ВЫДАЧИ */
#adap-strip-north-02::before {
    width: 393px;
}

/* 4 БЛОК ПРОВЕЛИ АНАЛИЗ НЕГАТИВНЫХ ОТЗЫВОВ */
#adap-strip-north-03::before {
    width: 393px;
}

/* 5 БЛОК НАСТРОИЛИ SERM */
#adap-strip-north-04::before {
    width: 185px;
}

.list-mark-north-02 li::before {
    width: 8px !important;
    height: 8px !important;
}

/* 6 БЛОК ОПТИМИЗИРОВАЛИ ОБЩЕНИЕ С КЛИЕНТОМ */
#adap-strip-north-05::before {
    width: 400px;
}

/* 7 БЛОК ОПТИМИЗИРОВАЛИ ОБЩЕНИЕ С КЛИЕНТОМ */
#adap-strip-north-06::before {
    width: 444px;
}

/* 8 БЛОК КЛЮЧЕВЫЕ ДОСТИЖЕНИЯ ПРОЕКТА */
#adap-strip-north-07::before {
    width: 344px;
}

/* 9 БЛОК РЕКОМЕНДАЦИИ ДЛЯ ПРОИЗВОДИТЕЛЕЙ */
#adap-strip-north-08::before {
    width: 370px;
}

@media (max-width: 480px) {
    .blog-mark-north h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-north ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-north ul li {
        margin-bottom: 8px !important;
    }
    .blog-mark-north img {
        margin: 24px 0;
    }
    .vert-mark-north-01 {
        margin: 48px 0;
        border: 1px solid #FDD6A0;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-north-01 ul {
        margin: 0 !important;
    }
    .vert-mark-north-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-north-01 li:before {
		display: none;
    }
    .strip-mark-north-01:before {
        display: none;
    }
}
/* СТИЛИ КЕЙС: КАК ПОБЕДИТЬ НУЛЕВУЮ УЗНАВАЕМОСТЬ И ПОЛУЧИТЬ 200+ ОТЗЫВОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ DUOLINGO: ПОЧЕМУ ЗЛАЯ СОВА ИГРАЕТ СО СВОЕЙ РЕПУТАЦИЕЙ НАЧАЛО */
.blog-scan-duol {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-duol p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-duol ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-duol li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-duol li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #588157 !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-duol img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-duol {
    background-color: #D9ED92 !important;
}      

.table-duol li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-duol h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-duol h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-scan-duol-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-duol-01:before {
    content: '';
    width: 427px;
    height: 11px;
    background: #D9ED92;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-duol-01 h2 {
    margin-left: 10px;
}

.vert-scan-duol-01 li {
    padding-left: 30px !important;
}

.vert-scan-duol-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 145px !important;
    border-radius: 0% !important;
    background: #588157 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК ПОЯВИЛСЯ ОБРАЗ ПАССИВНО-АГРЕССИВНОЙ СОВЫ DUO */
#adap-strip-duol-02::before {
    width: 554px;
}

/* 4 БЛОК СЕКРЕТ УСПЕХА */
#adap-strip-duol-03::before {
    width: 150px;
}

/* 5 БЛОК СКАНДАЛЫ DUOLINGO */
#adap-strip-duol-04::before {
    width: 210px;
}

/* 6 БЛОК РЕКОМЕНДАЦИИ КОМПАНИЯМ, КОТОРЫЕ ВЫБИРАЮТ НЕОБЫЧНЫЙ TOV */
#adap-strip-duol-05::before {
    width: 650px;
}

@media (max-width: 480px) {
    .blog-scan-duol h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-duol h3 {
        margin: 24px 0 16px 10px !important;
        font-size: 18px !important;
    }
    .blog-scan-duol ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-scan-duol ul li {
        margin-bottom: 8px !important;
    }
	.text-scan-duol-02 {
		margin-top: 48px;
	}
    .blog-scan-duol img {
        margin: 24px 0;
    }
    .vert-scan-duol-01 {
        margin: 48px 0;
        border: 1px solid #588157;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-duol-01 ul {
        margin: 0 !important;
    }
    .vert-scan-duol-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-duol-01 li:before {
		display: none;
    }
    .strip-scan-duol-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ DUOLINGO: ПОЧЕМУ ЗЛАЯ СОВА ИГРАЕТ СО СВОЕЙ РЕПУТАЦИЕЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ГДЕ ПУБЛИКОВАТЬСЯ БЕСПЛАТНО: 30 МЕДИАПЛОЩАДОК ДЛЯ МАРКЕТОЛОГОВ НАЧАЛО */
.blog-free-publish {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-free-publish p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-free-publish ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-free-publish li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-free-publish li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #98DEE1 !important;
    left: 0;
    top: 6px !important;
}

.blog-free-publish img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-publish {
    background-color: #98DEE1 !important;
}      

.table-publish li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-free-publish h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-free-publish h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-free-publish-01 {
    position: relative;
    margin: 16px 0;
}

.strip-free-publish-01:before {
    content: '';
    width: 510px;
    height: 11px;
    background: #98DEE1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-free-publish-01 h2 {
    margin-left: 10px;
}

.container-free-publish {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-free-publish img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

.brand-icon-publish {
		display: flex;
	align-items: center;
	gap: 28px;
}

.brands-text-publish h3 {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-free-publish h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-free-publish h3 {
        margin: 0 0 0 10px !important;
    }
    .blog-free-publish ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-free-publish ul li {
        margin-bottom: 8px !important;
    }
    .blog-free-publish img {
        margin: 24px 0;
    }
    .container-free-publish {
		margin: 48px 0 48px 0;
	}
	.icon-free-publish img {
		margin: 0 0 0 10px;
	}
    .strip-free-publish-01:before {
        display: none;
    }
	.text-free-publish-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ ОТЗЫВЫ ГДЕ ПУБЛИКОВАТЬСЯ БЕСПЛАТНО: 30 МЕДИАПЛОЩАДОК ДЛЯ МАРКЕТОЛОГОВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НАСТРОЙКА УВЕДОМЛЕНИЙ ОБ ОТЗЫВАХ: КАК НЕ ПРОПУСТИТЬ ПРЕТЕНЗИЮ НАЧАЛО */
.blog-feed-sett {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-feed-sett p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-feed-sett ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-feed-sett li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-feed-sett li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C1DFFF !important;
    left: 0;
    top: 6px !important;
}

.blog-feed-sett img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-sett {
    background-color: #C1DFFF !important;
}      

.table-sett li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-feed-sett h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-feed-sett h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-feed-sett-01 {
    position: relative;
    margin: 16px 0;
}

.strip-feed-sett-01:before {
    content: '';
    width: 345px;
    height: 11px;
    background: #C1DFFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-feed-sett-01 h2 {
    margin-left: 10px;
}

.vert-feed-sett-01 li {
    padding-left: 30px !important;
}

.vert-feed-sett-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #4C95E3 !important;
    left: 1px !important;
    top: 4px !important;
}

/* 3 БЛОК КАК УСТРОЕНЫ УВЕДОМЛЕНИЯ НА РАЗНЫХ ПЛОЩАДКАХ */
#adap-strip-sett-02::before {
    width: 520px;
}

.container-feed-sett {
    display: flex;
    flex-direction: column;
	  gap: 16px;
	margin-bottom: 16px !important;
}

.brand-icon-sett {
	display: flex;
	align-items: center;
	gap: 16px;
}

.brand-icon-sett, .brands-text-sett p {
	margin-bottom: 0 !important;
}

.icon-feed-sett img {
    max-width: 117px !important;
	margin: 0 0 16px 0;
}

.icon-feed-sett-01  img {
	max-width: 100% !important;
}

/* 4 БЛОК АВТОМАТИЗАЦИЯ: КАК СОБИРАТЬ ОТЗЫВЫ В ОДНО ОКНО */
#adap-strip-sett-03::before {
    width: 530px;
}

/* 5 БЛОК КАКОЙ КАНАЛ УВЕДОМЛЕНИЙ ВЫБРАТЬ */
#adap-strip-sett-04::before {
    width: 375px;
}

/* 6 БЛОК КАК УСКОРИТЬ ПРОЦЕСС РЕАКЦИИ */
#adap-strip-sett-05::before {
    width: 322px;
}

/* 7 БЛОК КАК MARKWAY ПОМОГАЕТ БИЗНЕСУ */
#adap-strip-sett-06::before {
    width: 330px;
}

.sett-feed-flex .icon-feed-sett img {
		max-width: 75px !important;
	}

@media (max-width: 480px) {
    .blog-feed-sett h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-feed-sett h3 {
        margin: 24px 0 16px 10px !important;
    }
    .blog-feed-sett ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-feed-sett ul li {
        margin-bottom: 8px !important;
    }
    .blog-feed-sett img {
        margin: 24px 0;
    }
	.icon-feed-sett-01 {
    flex-direction: row;
}
	.icon-feed-sett-01 img {
		margin: 0;
	}
    .container-feed-sett {
		margin: 48px 0 48px 0;
	}
	.icon-feed-sett img {
		margin: 0;
	}
	.brand-icon-sett {
		align-items: baseline;
		flex-direction: column;
	}
	.sett-feed-flex {
		flex-direction: row;
		align-items: center;
	}
	.sett-feed-flex .brands-text-sett p {
		font-size: 14px !important; 
		margin-bottom: 0 !important;
	}
	.container-feed-sett:last-child {
		margin-top: 24px !important;
	}
	.vert-feed-sett-01 {
        margin: 48px 0;
        border: 1px solid #4C95E3;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-feed-sett-01 ul {
        margin: 0 !important;
    }
    .vert-feed-sett-01 li {
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-feed-sett-01 li:before {
		display: none;
    }
    .strip-feed-sett-01:before {
        display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ НАСТРОЙКА УВЕДОМЛЕНИЙ ОБ ОТЗЫВАХ: КАК НЕ ПРОПУСТИТЬ ПРЕТЕНЗИЮ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИССЛЕДОВАНИЕ: КАК РОССИЙСКИЕ ПОЛЬЗОВАТЕЛИ ИСПОЛЬЗУЮТ НЕЙРОПОИСК В 2025 ГОДУ НАЧАЛО */
.res-use-neusrch {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.res-use-neusrch p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.res-use-neusrch ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-use-neusrch li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.res-use-neusrch li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #003374 !important;
    left: 0;
    top: 6px !important;
}

.res-use-neusrch img {
    max-width: 720px;
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .res-use-neusrch ul {
        margin: 24px 0 24px 10px !important;
    }
    .res-use-neusrch ul li {
        margin-bottom: 8px !important;
    }
    .res-use-neusrch img {
        margin: 24px 0;
    }
}
/* СТИЛИ ИССЛЕДОВАНИЕ: КАК РОССИЙСКИЕ ПОЛЬЗОВАТЕЛИ ИСПОЛЬЗУЮТ НЕЙРОПОИСК В 2025 ГОДУ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ЦИФРОВОЙ СЛЕД В ИНТЕРНЕТЕ, И КАК ОТ НЕГО ИЗБАВИТЬСЯ НАЧАЛО */
.blog-dig-footprint {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-dig-footprint p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-dig-footprint ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-dig-footprint li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-dig-footprint li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #1E1390 !important;
    left: 0;
    top: 6px !important;
}

.blog-dig-footprint img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-footprint {
    background-color: #C9C5FB !important;
}      

.table-footprint li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-dig-footprint h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-dig-footprint h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-dig-footprint-01 {
    position: relative;
    margin: 16px 0;
}

.strip-dig-footprint-01:before {
    content: '';
    width: 510px;
    height: 11px;
    background: #C9C5FB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-dig-footprint-01 h2 {
    margin-left: 10px;
}

/* 3 БЛОК ОПАСНОСТИ ЦИФРОВОГО СЛЕДА */
#adap-strip-footprint-02:before {
    width: 310px;
}

/* 4 БЛОК КАК АНАЛИЗИРОВАТЬ И ПРОВОДИТЬ АУДИТ ЦИФРОВОГО СЛЕДА */
#adap-strip-footprint-03:before {
    width: 590px;
}

.long-dig-footprint-01 ul {
    position: relative;
    padding-left: 16px !important;
}

.long-dig-footprint-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 145px !important;
    border-radius: 0%;
    background: #1E1390;
    left: 1px;
    top: 7px !important;
}

.long-dig-footprint-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-dig-footprint-01 li:before {
    display: none;
}

.icon-spec-footprint-01 img {
	width: 100px;
	margin: 0 0 0 20px !important;
}

.icon-adap-footprint-hd img {
	width: 30px !important;
	margin: 8px !important;
}

.adap-long-footprint-02 ul::before{
    height: 575px !important;
}

/* 5 БЛОК КАК УМЕНЬШИТЬ ЦИФРОВОЙ СЛЕД */
#adap-strip-footprint-04:before {
    width: 331px;
}

/* 6 БЛОК ПРОФИЛАКТИКА ДЛЯ ПЕРСОНАЛЬНОЙ РЕПУТАЦИИ */
#adap-strip-footprint-05:before {
    width: 475px;
}

.dig-footprint-spec p:first-child {
	text-transform: uppercase;
}

.center {
	margin-left: 0;
}

.list-table-contents li::marker {
	font-weight: 400;
}

@media (max-width: 480px) {
    .blog-dig-footprint h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-dig-footprint h3 {
        margin: 24px 0 16px 10px !important;
    }
    .blog-dig-footprint ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-dig-footprint ul li {
        margin-bottom: 8px !important;
    }
    .blog-dig-footprint img {
        margin: 24px 0;
    }
    .strip-dig-footprint-01:before {
        display: none;
    }
    .long-dig-footprint-01 ul:before {
        display: none;
    }
	.long-dig-footprint-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	#icon-hold-long {
		margin-left: 0;
	}
    .strip-dig-footprint-01:before {
        display: none;
    }
	.dig-footprint-spec p:first-child {
	text-transform: none;
}
	.dig-footprint-spec p:last-child {
		color: #000000 !important;
	font-style: normal !important;
}
}
/* СТИЛИ ЧТО ТАКОЕ ЦИФРОВОЙ СЛЕД В ИНТЕРНЕТЕ, И КАК ОТ НЕГО ИЗБАВИТЬСЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ УСПЕТЬ ЗА 8 СЕКУНД: КАК ПРАВИЛЬНО СОЗДАВАТЬ УЛЬТРАКОРОТКИЙ КОНТЕНТ НАЧАЛО */
.blog-job-esec {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-job-esec p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-job-esec ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-job-esec li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-job-esec li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #48586D !important;
    left: 0;
    top: 6px !important;
}

.blog-job-esec img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-esec {
    background-color: #98DEE1 !important;
}      

.table-esec li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-job-esec h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-job-esec h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-job-esec-01 {
    position: relative;
    margin: 16px 0;
}

.strip-job-esec-01:before {
    content: '';
    width: 390px;
    height: 11px;
    background: #C2D0DB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-job-esec-01 h2 {
    margin-left: 10px;
}

#adap-strip-esec-02::before {
    width: 480px;
}

.vert-job-esec-01 li {
    padding-left: 30px !important;
}

.vert-job-esec-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #48586D !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-esec-03::before {
    width: 535px;
}

.container-job-esec {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-job-esec img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

.video-job-esec {
	margin-bottom: 16px;
}

.adap-esec-vert-02 li::before {
	height: 45px !important;
}

#adap-strip-esec-04::before {
    width: 580px;
}

#adap-strip-esec-05::before {
    width: 470px;
}

#adap-strip-esec-06::before {
    width: 505px;
}

#adap-strip-esec-07::before {
    width: 260px;
}

#adap-strip-esec-08::before {
    width: 310px;
}

#adap-strip-esec-09::before {
    width: 195px;
}

.icon-job-esec-01 img {
    max-width: 112px !important;
	margin: 0 16px 0 10px;
}

@media (max-width: 480px) {
    .blog-job-esec h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-job-esec ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-job-esec ul li {
        margin-bottom: 8px !important;
    }
    .blog-job-esec img {
        margin: 24px 0;
    }
	.video-job-esec {
	margin: 24px 0;
}
	.brands-text-esec h3 {
		margin: 16px 0 16px 10px !important;
	}
.icon-job-esec-01 img {
		margin: 0 0 16px 0;
	} 
    .strip-job-esec-01:before {
        display: none;
    }
	.vert-job-esec-01 {
        margin: 48px 0;
        border: 1px solid #48586D;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-job-esec-01 ul {
        margin: 0 !important;
    }
    .vert-job-esec-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-job-esec-01 li:before {
		display: none;
    }
	.text-job-esec-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ УСПЕТЬ ЗА 8 СЕКУНД: КАК ПРАВИЛЬНО СОЗДАВАТЬ УЛЬТРАКОРОТКИЙ КОНТЕНТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Социальная коммерция 2025: продажи из постов и сторис НАЧАЛО */
.blog-soc-commerc {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-soc-commerc p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-soc-commerc ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-soc-commerc li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-soc-commerc li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D4B1F7 !important;
    left: 0;
    top: 6px !important;
}

.blog-soc-commerc img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-commerc {
    background-color: #D4B1F7 !important;
}      

.table-commerc li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-soc-commerc h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-soc-commerc-01 li {
    padding-left: 30px !important;
}

.vert-soc-commerc-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #D4B1F7 !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-soc-commerc-01 {
    position: relative;
    margin: 16px 0;
}

.strip-soc-commerc-01:before {
    content: '';
    width: 456px;
    height: 11px;
    background: #D4B1F7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-soc-commerc-01 h2 {
    margin-left: 10px;
}

.container-soc-commerc {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-soc-commerc img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

#adap-strip-commerc-02::before {
    width: 433px;
}

#adap-strip-commerc-03::before {
    width: 650px;
}

.list-soc-commerc-02 li::marker {
    font-weight: 300 !important;
}

.list-soc-commerc-02 li {
    margin-bottom: 0 !important;
}

#adap-strip-commerc-04::before {
    width: 370px;
}

#adap-strip-commerc-05::before {
    width: 345px;
}

@media (max-width: 480px) {
    .blog-soc-commerc h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-soc-commerc ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-soc-commerc ul li {
        margin-bottom: 8px !important;
    }
    .blog-soc-commerc img {
        margin: 24px 0;
    }
    .strip-soc-commerc-01:before {
        display: none;
    }
    .vert-soc-commerc-01 {
        margin: 48px 0;
        border: 1px solid #9C56E1;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-soc-commerc-01 ul {
        margin: 0 !important;
    }
    .vert-soc-commerc-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-soc-commerc-01 li:before {
		display: none;
    }
	.text-soc-commerc-02 {
		margin-top: 48px;
    }
}
/* СТИЛИ Социальная коммерция 2025: продажи из постов и сторис КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ MARKWAY И “АВИАКАССА”: БЫТЬ НА СВЯЗИ, КОГДА ДРУГИЕ СПЯТ НАЧАЛО */
.case-mark-airtick {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-mark-airtick p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-mark-airtick ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-mark-airtick li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-mark-airtick li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DA4849 !important;
    left: 0;
    top: 6px !important;
}

.case-mark-airtick img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-airtick {
    background-color: #FFB6AE !important;
}      

.table-airtick li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-mark-airtick h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-mark-airtick-01 li {
    padding-left: 30px !important;
}

.vert-mark-airtick-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #EF3F2A !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-mark-airtick-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-airtick-01:before {
    content: '';
    width: 150px;
    height: 11px;
    background: #FFB6AE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-mark-airtick-01 h2 {
    margin-left: 10px;
}

#adap-strip-airtick-02::before {
    width: 221px;
}

.list-mark-airtick-07 li::marker,
.list-mark-airtick-10 li::marker {
    font-weight: 300 !important;
}

.list-mark-airtick-07 li {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-mark-airtick h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-mark-airtick ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-mark-airtick ul li {
        margin-bottom: 8px !important;
    }
    .case-mark-airtick img {
        margin: 24px 0;
    }
    .strip-mark-airtick-01:before {
        display: none;
    }
    .vert-mark-airtick-01 {
        margin: 48px 0;
        border: 1px solid #EF3F2A;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-mark-airtick-01 ul {
        margin: 0 !important;
    }
    .vert-mark-airtick-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-mark-airtick-01 li:before {
		display: none;
    }
	.img-adap-airtick-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ MARKWAY И “АВИАКАССА”: БЫТЬ НА СВЯЗИ, КОГДА ДРУГИЕ СПЯТ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КЕЙС: КАК ПРЕВРАТИТЬ СТАРЫЕ ПРЕТЕНЗИИ В ПОЗИТИВ НАЧАЛО */
.case-turn-griev {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-turn-griev p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-turn-griev ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-turn-griev li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 300 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-turn-griev li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #DA4849 !important;
    left: 0;
    top: 6px !important;
}

.case-turn-griev img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-griev {
    background-color: #FFE5E5 !important;
}      

.table-griev li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-turn-griev h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-turn-griev-01 {
    position: relative;
    margin: 16px 0;
}

.strip-turn-griev-01:before {
    content: '';
    width: 160px;
    height: 11px;
    background: #FFE5E5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-turn-griev-01 h2 {
    margin-left: 10px;
}

.vert-turn-griev-01 li {
    padding-left: 30px !important;
}

.vert-turn-griev-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #DA4849 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-griev-02::before {
    width: 280px;
}

#adap-strip-griev-03::before {
    width: 300px;
}

.center {
	margin: 24px 0 16px 0 !important;
}

@media (max-width: 480px) {
    .case-turn-griev h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .case-turn-griev ul {
        margin: 24px 0 24px 10px !important;
    }
    .case-turn-griev ul li {
        margin-bottom: 8px !important;
    }
    .case-turn-griev img {
        margin: 24px 0;
    }
    .strip-turn-griev-01:before {
        display: none;
    }
    .vert-turn-griev-01 {
        margin: 48px 0;
        border: 1px solid #DA4849;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-turn-griev-01 ul {
        margin: 0 !important;
    }
    .vert-turn-griev-01 li {
			 font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-turn-griev-01 li:before {
		display: none;
    }
	.img-adap-griev-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ КЕЙС: КАК ПРЕВРАТИТЬ СТАРЫЕ ПРЕТЕНЗИИ В ПОЗИТИВ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТОЧНО ВЫСТРЕЛИТ: 10 УДАЧНЫХ СЦЕНАРИЕВ ДЛЯ СТАТЕЙ В “ДЗЕНЕ” НАЧАЛО */
.blog-sure-fire {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-sure-fire p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-sure-fire ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-sure-fire li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-sure-fire li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FF3C3C !important;
    left: 0;
    top: 6px !important;
}

.blog-sure-fire img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-fire {
    background-color: #FFC4C4 !important;
}

.table-fire li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-sure-fire h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-sure-fire h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-sure-fire-01 li {
    padding-left: 30px !important;
}

.vert-sure-fire-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FF3C3C !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-sure-fire-01 {
    position: relative;
    margin: 16px 0;
}

.strip-sure-fire-01:before {
    content: '';
    width: 446px;
    height: 11px;
    background: #FFE5E5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-sure-fire-01 h2 {
    margin-left: 10px;
}

#adap-strip-fire-02::before {
    width: 262px;
}

.long-sure-fire-01 ul {
    position: relative;
    padding-left: 16px !important;
}

.long-sure-fire-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 145px !important;
    border-radius: 0%;
    background: #FFC4C4;
    left: 1px;
    top: 7px !important;
}

.long-sure-fire-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-sure-fire-01 li:before {
    display: none;
}

.sure-mar-none p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-sure-fire h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-sure-fire h3 {
        margin: 24px 0 16px 10px !important;
    }
    .blog-sure-fire ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-sure-fire ul li {
        margin-bottom: 8px !important;
    }
    .blog-sure-fire img {
        margin: 24px 0;
    }
    .strip-sure-fire-01:before {
        display: none;
    }
    .vert-sure-fire-01 {
        margin: 48px 0;
        border: 1px solid #FF3C3C;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-sure-fire-01 ul {
        margin: 0 !important;
    }
    .vert-sure-fire-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-sure-fire-01 li:before {
		display: none;
    }
    .text-sure-fire-02 {
        margin-top: 48px;
    }
    .long-sure-fire-01 ul:before {
        display: none;
    }
	.long-sure-fire-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ТОЧНО ВЫСТРЕЛИТ: 10 УДАЧНЫХ СЦЕНАРИЕВ ДЛЯ СТАТЕЙ В “ДЗЕНЕ” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как обучить AI под стиль бренда в соцсетях НАЧАЛО */
.blog-ai-train {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-ai-train p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-ai-train ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-ai-train li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-ai-train li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #843985 !important;
    left: 0;
    top: 6px !important;
}

.blog-ai-train img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-train {
    background-color: #FED2FF !important;
}      

.table-train li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-ai-train h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-ai-train-01 {
    position: relative;
    margin: 16px 0;
}

.strip-ai-train-01:before {
    content: '';
    width: 496px;
    height: 11px;
    background: #FED2FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-ai-train-01 h2 {
    margin-left: 10px;
}

.container-ai-train {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.icon-ai-train img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

.brands-text-icon p:last-child {
	margin-bottom: 0 !important	
}

.brand-icon-train {
    display: flex; 
	  margin-bottom: 16px !important;
    gap: 17px;
}

#adap-strip-train-02::before {
    width: 337px;
}

#adap-strip-train-03::before {
    width: 470px;
}

#adap-strip-train-04::before {
    width: 260px;
}

@media (max-width: 480px) {
    .blog-ai-train h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-ai-train ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-ai-train ul li {
        margin-bottom: 8px !important;
    }
	.brand-icon-train {
		flex-direction: row;
		align-items: center !important;
	}
	.icon-ai-train img {
		margin: 0 0 16px 0 !important;
	}
.brand-icon-train .brands-text-icon p {
	font-size: 14px !important;
}
	.brand-icon-train .brands-text-icon .semibold {
	font-size: 14px !important;
}
	.brand-icon-train .icon-ai-train img {
		max-width: 68px !important;
		margin: 0 !important
	}
    .blog-ai-train img {
        margin: 24px 0;
    }
    .strip-ai-train-01:before {
        display: none;
    }
	.text-ai-train-02 {
		margin-top: 48px;
	}
	.brands-text-icon p {
	margin-left: 0 !important	
}
}
/* СТИЛИ Как обучить AI под стиль бренда в соцсетях КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МОНИТОРИНГ ДЛЯ ПЛАНИРОВАНИЯ SMM-КОНТЕНТА НАЧАЛО */
.blog-smm-planning {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-smm-planning p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-smm-planning ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-smm-planning li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-smm-planning li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B32603 !important;
    left: 0;
    top: 6px !important;
}

.blog-smm-planning img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-planning {
    background-color: #FFE5DB !important;
}      

.table-planning li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-smm-planning h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-smm-planning h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-smm-planning-01 {
    position: relative;
    margin: 16px 0;
}

.strip-smm-planning-01:before {
    content: '';
    width: 376px;
    height: 11px;
    background: #FFE5DB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-smm-planning-01 h2 {
    margin-left: 10px;
}

#adap-strip-planning-02::before {
    width: 490px;
}

#adap-strip-planning-03::before {
    width: 580px;
}

#adap-strip-planning-04::before {
    width: 283px;
}

#adap-strip-planning-05::before {
    width: 340px;
}

.container-smm-planning {
    display: flex;
    flex-direction: column;
	gap: 16px;
    margin-bottom: 16px;
}

.icon-smm-planning img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

#adap-strip-planning-06::before {
    width: 404px;
}

.vert-smm-planning li {
    padding-left: 30px !important;
}

.vert-smm-planning li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #B32603 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-planning-07::before {
    width: 562px;
}

@media (max-width: 480px) {
    .blog-smm-planning h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 0 !important;
    }
    .blog-smm-planning h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 0 !important;
    }
    .blog-smm-planning ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-smm-planning ul li {
        margin-bottom: 8px !important;
    }
    .blog-smm-planning img {
        margin: 24px 0;
    }
	.blog-smm-planning p {
		margin-left: 0 !important;
	}
    .strip-smm-planning-01:before {
        display: none;
    }
    .vert-smm-planning {
        margin: 48px 0;
        border: 1px solid #B32603;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-smm-planning ul {
        margin: 0 !important;
    }
    .vert-smm-planning li {
			font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-smm-planning li:before {
		display: none;
    }
    .text-smm-planning-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ МОНИТОРИНГ ДЛЯ ПЛАНИРОВАНИЯ SMM-КОНТЕНТА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ НАКОПИТЕЛЬНЫЙ ЭФФЕКТ: НУЖНО ЛИ УДАЛЯТЬ СТАРЫЕ ОТЗЫВЫ НАЧАЛО */
.blog-eff-cumul {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-eff-cumul p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-eff-cumul ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-eff-cumul li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-eff-cumul li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #CDBCA6 !important;
    left: 0;
    top: 6px !important;
}

.blog-eff-cumul img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-cumul {
    background-color: #CDBCA6 !important;
}      

.table-cumul li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-eff-cumul h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-eff-cumul-01 {
    position: relative;
    margin: 16px 0;
}

.strip-eff-cumul-01:before {
    content: '';
    width: 500px;
    height: 11px;
    background: #F5E5D1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-eff-cumul-01 h2 {
    margin-left: 10px;
}

.container-eff-cumul {
    display: flex;
    flex-direction: column;
	gap: 16px;
    margin-bottom: 16px;
}

.icon-eff-cumul img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

.icon-adap-cumul-hd img {
	width: 30 !important;
	height: 30px !important;
	margin: 0 0 0 10px !important;
}

#adap-strip-cumul-02:before {
    width: 457px;
}

.long-eff-cumul-01 ul {
    position: relative;
    padding-left: 16px !important;
}

.long-eff-cumul-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 90px !important;
    border-radius: 0%;
    background: #CDBCA6;
    left: 1px;
    top: 7px !important;
}

.long-eff-cumul-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-eff-cumul-01 li:before {
    display: none;
}

.icon-spec-cumul-01 img {
	width: 100px;
	margin: 0 0 0 10px !important;
}

.dig-cumul-spec p:first-child {
	text-transform: uppercase;
}

#adap-strip-cumul-03:before {
    width: 326px;
}

#adap-strip-cumul-04:before {
    width: 314px;
}

#adap-strip-cumul-05:before {
    width: 295px;
}

.adap-long-cumul-02 ul::before {
    height: 65px !important;
}

#adap-strip-cumul-06:before {
    width: 376px;
}

@media (max-width: 480px) {
    .blog-eff-cumul h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-eff-cumul ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-eff-cumul ul li {
        margin-bottom: 8px !important;
    }
    .blog-eff-cumul img {
        margin: 24px 0;
    }
    .strip-eff-cumul-01:before {
        display: none;
    }
    .long-eff-cumul-01 ul:before {
        display: none;
    }
	.long-eff-cumul-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
    .strip-eff-cumul-01:before {
        display: none;
    }
	.dig-cumul-spec p:nth-child(2) {
   font-style: normal !important;
    }
	.dig-cumul-spec p:first-child {
	text-transform: none !important;
}
}
/* СТИЛИ СТРАНИЦЫ НАКОПИТЕЛЬНЫЙ ЭФФЕКТ: НУЖНО ЛИ УДАЛЯТЬ СТАРЫЕ ОТЗЫВЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ SAMSUNG: ПОЧЕМУ ВЗРЫВАЮТСЯ НЕ ТОЛЬКО ТЕЛЕФОНЫ НАЧАЛО */
.blog-scan-samsung {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-samsung p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-samsung ul {
    list-style: none;
	  margin: 16px 0 16px 10px !important;
}

.blog-scan-samsung li {
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-samsung img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-samsung {
    background-color: #FFD9E7 !important;
}      

.table-samsung li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-samsung h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-scan-samsung h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-scan-samsung-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-samsung-01:before {
    content: '';
    width: 272px;
    height: 11px;
    background: #FFAB9C;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-samsung-01 h2 {
    margin-left: 10px;
}

p.blog-small-text {
    font-size: 14px !important;
}

.vert-scan-samsung li {
    padding-left: 30px !important;
	  margin-bottom: 0 !important;
}

.vert-scan-samsung li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFAB9C !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-samsung-02::before {
    width: 285px;
}

#adap-strip-samsung-03::before {
    width: 434px;
}

#adap-strip-samsung-04::before {
    width: 311px;
}

.video-scan-samsung {
    margin-bottom: 16px !important;
}

@media (max-width: 480px) {
    .blog-scan-samsung h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-samsung h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-scan-samsung img {
        margin: 24px 0;
    }
    .strip-scan-samsung-01:before {
        display: none;
    }
    .vert-scan-samsung {
        margin: 48px 0;
        border: 1px solid #FFD9E7;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-samsung ul {
        margin: 0 !important;
    }
    .vert-scan-samsung li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-samsung li:before {
		display: none;
    }
    .text-scan-samsung-02 {
        margin-top: 48px;
    }
    .video-scan-samsung {
        margin: 24px 0 !important;
    }
	p.blog-small-text {
    font-size: 9px !important;
}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ SAMSUNG: ПОЧЕМУ ВЗРЫВАЮТСЯ НЕ ТОЛЬКО ТЕЛЕФОНЫ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ AI ОБЛОЖКУ: ПРАКТИЧЕСКАЯ ИНСТРУКЦИЯ НАЧАЛО */
.blog-cre-aicov {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-cre-aicov p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-cre-aicov ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-cre-aicov li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-cre-aicov li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #6A7868 !important;
    left: 0;
    top: 6px !important;
}

.blog-cre-aicov img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-aicov {
    background-color: #C5DFC2 !important;
}      

.table-aicov li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-cre-aicov h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-cre-aicov h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-cre-aicov-01 {
    position: relative;
    margin: 16px 0;
}

.strip-cre-aicov-01:before {
    content: '';
    width: 410px;
    height: 11px;
    background: #C5DFC2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-cre-aicov-01 h2 {
    margin-left: 10px;
}

.text-back-aicov {
    border-radius: 10px;
    padding: 10px;
    background-color: #C5DFC2;
	margin-bottom: 16px;
}

.text-back-aicov p {
    font-size: 14px !important;
	margin-bottom: 0 !important;
}

#adap-strip-aicov-02::before {
    width: 456px;
}

#adap-strip-aicov-03::before {
    width: 521px;
}

#adap-strip-aicov-04::before {
    width: 630px;
}

#adap-strip-aicov-05::before {
    width: 310px;
}

#adap-strip-aicov-06::before {
    width: 610px;
}

#adap-strip-aicov-07::before {
    width: 370px;
}

.vert-cre-aicov-01 li {
    padding-left: 30px !important;
}

.vert-cre-aicov-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #6A7868 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-aicov-08::before {
    width: 450px;
}

.adap-vert-aicov-02 li::before {
    height: 70px !important;
}

#adap-strip-aicov-09::before {
    width: 410px;
}

@media (max-width: 480px) {
    .blog-cre-aicov h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-cre-aicov h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-cre-aicov img {
        margin: 24px 0;
    }
    .strip-cre-aicov-01:before {
        display: none;
    }
    .vert-cre-aicov-01 {
        margin: 48px 0;
        border: 1px solid #6A7868;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-cre-aicov-01 ul {
        margin: 0 !important;
    }
    .vert-cre-aicov-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-cre-aicov-01 li .semibold {
		font-weight: 700 !important;
	}
	.vert-cre-aicov-01 li:before {
		display: none;
    }
    .text-back-aicov {
        margin: 24px 7px;
    }
    .text-back-aicov p {
        font-size: 12px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ КАК СОЗДАТЬ AI ОБЛОЖКУ: ПРАКТИЧЕСКАЯ ИНСТРУКЦИЯ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ ДИЗАЙНА 2026: МЕНЬШЕ ШУМА, БОЛЬШЕ СМЫСЛА НАЧАЛО */
.blog-more-meaning {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-more-meaning p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-more-meaning ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-more-meaning li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-more-meaning li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #46596F !important;
    left: 0;
    top: 6px !important;
}


.blog-more-meaning img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-meaning {
    background-color: #BECBDB !important;
}      

.table-meaning li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-more-meaning h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-more-meaning-01 {
    position: relative;
    margin: 16px 0;
}

.strip-more-meaning-01:before {
    content: '';
    width: 335px;
    height: 11px;
    background: #BECBDB;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-more-meaning-01 h2 {
    margin-left: 10px;
}

.vert-more-meaning-01 li {
    padding-left: 30px !important;
}

.vert-more-meaning-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #46596F !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-meaning-02::before {
    width: 280px;
}

#adap-strip-meaning-03::before {
    width: 425px;
}

#adap-strip-meaning-04::before {
    width: 605px;
}

#adap-strip-meaning-05::before {
    width: 452px;
}

#adap-strip-meaning-06::before {
    width: 577px;
}

#adap-strip-meaning-07::before {
    width: 632px;
}

#adap-strip-meaning-08::before {
    width: 414px;
}

#adap-strip-meaning-09::before {
    width: 540px;
}

#adap-strip-meaning-10::before {
    width: 427px;
}

#adap-strip-meaning-11::before {
    width: 355px;
}

#adap-strip-meaning-12::before {
    width: 415px;
}

#adap-strip-meaning-13::before {
    width: 443px;
}

#adap-strip-meaning-14::before {
    width: 443px;
}

.video-more-meaning {
	margin-bottom: 16px !important;
}

@media (max-width: 480px) {
    .blog-more-meaning h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-more-meaning img {
        margin: 24px 0;
    }
    .strip-more-meaning-01:before {
        display: none;
    }
    .vert-more-meaning-01 {
        margin: 48px 0;
        border: 1px solid #46596F;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-more-meaning-01 ul {
        margin: 0 !important;
    }
    .vert-more-meaning-01 li {
        font-style: italic !important;
			font-weight: 700 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-more-meaning-01 li:before {
		display: none;
    }
    .text-more-meaning-02 {
        margin-top: 48px;
    }
    .video-more-meaning {
        margin: 24px 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ ДИЗАЙНА 2026: МЕНЬШЕ ШУМА, БОЛЬШЕ СМЫСЛА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ SMM 2026: ЧТО БУДЕТ РАБОТАТЬ В СОЦСЕТЯХ НАЧАЛО */
.blog-smm-wh {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-smm-wh p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-smm-wh ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-smm-wh li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-smm-wh li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FD7524 !important;
    left: 0;
    top: 6px !important;
}

.blog-smm-wh img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-wh {
    background-color: #FFD2B7 !important;
}      

.table-wh li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-smm-wh h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-smm-wh-01 {
    position: relative;
    margin: 16px 0;
}

.strip-smm-wh-01:before {
    content: '';
    width: 385px;
    height: 11px;
    background: #FFD2B7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-smm-wh-01 h2 {
    margin-left: 10px;
}

.vert-smm-wh-01 li {
    padding-left: 30px !important;
}

.vert-smm-wh-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FD7524 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-wh-02:before {
    width: 437px;
}

.container-smm-wh {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-smm-wh img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

#adap-strip-wh-03:before {
    width: 332px;
}

#adap-strip-wh-04:before {
    width: 464px;
}

#adap-strip-wh-05:before {
    width: 286px;
}

.adap-vert-wh-02 li::before {
    height: 45px !important;
}

#adap-strip-wh-06:before {
    width: 486px;
}

@media (max-width: 480px) {
    .blog-smm-wh h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-smm-wh img {
        margin: 24px 0;
    }
    .strip-smm-wh-01:before {
        display: none;
    }
    .vert-smm-wh-01 {
        margin: 48px 0;
        border: 1px solid #FD7524;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-smm-wh-01 ul {
        margin: 0 !important;
    }
    .vert-smm-wh-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-smm-wh-01 li:before {
		display: none;
    }
    .text-smm-wh-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ SMM 2026: ЧТО БУДЕТ РАБОТАТЬ В СОЦСЕТЯХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ SERM 4.0: КАК ТЕПЕРЬ РАБОТАЕТ РЕПУТАЦИЯ В ПОИСКЕ НАЧАЛО */
.blog-now-workrep {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-now-workrep p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-now-workrep ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-now-workrep li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-now-workrep li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
} 

.blog-now-workrep img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-workrep {
    background-color: #F9EAFF !important;
}      

.table-workrep li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-now-workrep h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-now-workrep-01 {
    position: relative;
    margin: 16px 0;
}

.strip-now-workrep-01:before {
    content: '';
    width: 470px;
    height: 11px;
    background: #EEC4FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-now-workrep-01 h2 {
    margin-left: 10px;
}

.vert-now-workrep-01 li {
    padding-left: 30px !important;
}

.vert-now-workrep-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #EEC4FF !important;
    left: 1px !important;
    top: 4px !important;
}

.list-now-workrep-01 ol li {
    margin-bottom: 2px !important;
}

.list-now-workrep-01 ol li::marker {
	font-weight: 400 !important;
}

.list-now-workrep-04 li::before {
	font-size: 24px !important;
    top: -7px !important;
}

#adap-strip-workrep-02:before {
    width: 420px;
}

#adap-strip-workrep-03:before {
    width: 470px;
}

#adap-strip-workrep-04:before {
    width: 500px;
}

.adap-vert-workrep-02 li::before {
    height: 120px !important;
}

#adap-strip-workrep-05:before {
    width: 412px;
}

#adap-strip-workrep-06:before {
    width: 300px;
}

@media (max-width: 480px) {
    .blog-now-workrep h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-now-workrep img {
        margin: 24px 0;
    }
    .strip-now-workrep-01:before {
        display: none;
    }
    .vert-now-workrep-01 {
        margin: 48px 0;
        border: 1px solid #EEC4FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-now-workrep-01 ul {
        margin: 0 !important;
    }
    .vert-now-workrep-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-now-workrep-01 li:before {
		display: none;
    }
    .text-now-workrep-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ SERM 4.0: КАК ТЕПЕРЬ РАБОТАЕТ РЕПУТАЦИЯ В ПОИСКЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЛОВУШКА ЧЕТЫРЕХ ЗВЕЗД: ПОЧЕМУ АЛГОРИТМЫ “ЯНДЕКС КАРТ” УЖЕ НЕ ТЕ НАЧАЛО */
.blog-star-trap {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-star-trap p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-star-trap ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-star-trap li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-star-trap li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FD7524 !important;
    left: 0;
    top: 6px !important;
}

.blog-star-trap img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-trap {
    background-color: #FFEFAF !important;
}      

.table-trap li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-star-trap h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-star-trap-01 li {
    padding-left: 30px !important;
}

.vert-star-trap-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #FFCC00 !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-star-trap-01 {
    position: relative;
    margin: 16px 0;
}

.strip-star-trap-01:before {
    content: '';
    width: 632px;
    height: 11px;
    background: #FFEFAF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-star-trap-01 h2 {
    margin-left: 10px;
}

.adap-vert-trap-02 li::before {
    height: 45px !important;
}

#adap-strip-trap-02::before {
    width: 537px;
}

#adap-strip-trap-03::before {
    width: 615px;
}

@media (max-width: 480px) {
    .blog-star-trap h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-star-trap img {
        margin: 24px 0;
    }
    .strip-star-trap-01:before {
        display: none;
    }
    .vert-star-trap-01 {
        margin: 48px 0;
        border: 1px solid #FFCC00;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-star-trap-01 ul {
        margin: 0 !important;
    }
    .vert-star-trap-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-star-trap-01 li:before {
		display: none;
    }
    .text-star-trap-02 {
        margin-top: 48px;
    }
}
/* СТИЛИ СТРАНИЦЫ ЛОВУШКА ЧЕТЫРЕХ ЗВЕЗД: ПОЧЕМУ АЛГОРИТМЫ “ЯНДЕКС КАРТ” УЖЕ НЕ ТЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВСЕМ АЭРОГРИЛИ: КЕЙС ПО РЕКЛАМЕ В “ДЗЕНЕ” ЧЕРЕЗ VK ADS НАЧАЛО */
.blog-air-fryers {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-air-fryers p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-air-fryers ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-air-fryers li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-air-fryers li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #74BAC7 !important;
    left: 0;
    top: 6px !important;
}

.blog-air-fryers img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-fryers {
    background-color: #B9F4FF !important;
}      

.table-fryers li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-air-fryers h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-air-fryers h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-air-fryers-01 {
    position: relative;
    margin: 16px 0;
}

.strip-air-fryers-01:before {
    content: '';
    width: 115px;
    height: 11px;
    background: #B9F4FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-air-fryers-01 h2 {
    margin-left: 10px;
}

#adap-strip-fryers-02::before {
    width: 330px;
}

#adap-strip-fryers-03::before {
    width: 240px;
}

#adap-strip-fryers-04::before {
    width: 436px;
}

#adap-strip-fryers-05::before {
    width: 213px;
}

.btn-fryers {
	gap: 75px;
}

.text-air-fryers-07 p:last-child {
	margin-bottom: 7px !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-air-fryers h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-air-fryers h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-air-fryers img {
        margin: 24px 0;
    }
    .strip-air-fryers-01:before {
        display: none;
    }
    .img-adap-fryers-02 {
        margin-top: 48px;
    }
	.btn-fryers {
	gap: 16px;
}
	.img-adap-fryers-07 {
		margin: 24px 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ ВСЕМ АЭРОГРИЛИ: КЕЙС ПО РЕКЛАМЕ В “ДЗЕНЕ” ЧЕРЕЗ VK ADS КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Темная аналитика: что не видит обычный мониторинг отзывов НАЧАЛО */
.blog-analytics-dark {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-analytics-dark p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-analytics-dark ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-analytics-dark li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-analytics-dark li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #000000 !important;
    left: 0;
    top: 6px !important;
}

.blog-analytics-dark img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-dark {
    background-color: #D4D4D4 !important;
}      

.table-dark li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-analytics-dark h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-analytics-dark-01 {
    position: relative;
    margin: 16px 0;
}

.strip-analytics-dark-01:before {
    content: '';
    width: 316px;
    height: 11px;
    background: #D4D4D4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-analytics-dark-01 h2 {
    margin-left: 10px;
}

.vert-analytics-dark-01 li {
    padding-left: 30px !important;
}

.vert-analytics-dark-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #000000 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-dark-02:before {
    width: 480px;
}

#adap-strip-dark-03:before {
    width: 292px;
}

#adap-strip-dark-04:before {
    width: 492px;
}

.adap-vert-dark-02 li::before {
    height: 45px !important;
}

#adap-strip-dark-05:before {
    width: 480px;
}

#adap-strip-dark-06:before {
    width: 445px;
}

.container-analytics-dark {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-analytics-dark img {
    max-width: 89px !important;
	margin: 0 16px 0 0;
}

.adap-vert-dark-03 li::before {
    height: 45px !important;
}

.text-analytics-icon p:first-child {
		margin-bottom: 8px !important;
	}

.video-analytics-dark {
	margin-bottom: 16px !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-analytics-dark h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-analytics-dark img {
        margin: 24px 0;
    }
    .strip-analytics-dark-01:before {
        display: none;
    }
    .vert-analytics-dark-01 {
        margin: 48px 0;
        border: 1px solid #000000;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-analytics-dark-01 ul {
        margin: 0 !important;
    }
    .vert-analytics-dark-01 li {
			font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-analytics-dark-01 li:before {
		display: none;
    }
    .icon-analytics-dark img {
        max-width: 56px !important;
			margin: 0 !important;
    }
	.text-analytics-icon p .semibold {
		font-size: 14px !important;
	}
	.text-analytics-icon p:first-child {
		margin-bottom: 4px !important;
		line-height: normal !important;
	}
	.text-analytics-icon p:last-child {
		font-size: 12px !important;
	}
	.container-analytics-dark .brand-icon-text {
		flex-direction: row !important;
		align-items: start !important;
		gap: 16px;
	}
	.video-analytics-dark {
	margin: 24px 0 !important;
}
}
/* СТИЛИ СТРАНИЦЫ Темная аналитика: что не видит обычный мониторинг отзывов КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СОТРУДНИКИ КАК АМБАССАДОРЫ КОМПАНИИ: СВОИ СРЕДИ ЧУЖИХ НАЧАЛО */
.blog-empl-ambass {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-empl-ambass p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-empl-ambass ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-empl-ambass li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-empl-ambass li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #561962 !important;
    left: 0;
    top: 6px !important;
}

.blog-empl-ambass img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ambass {
    background-color: #FFD1EB !important;
}      

.table-ambass li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-empl-ambass h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.container-empl-ambass {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-empl-ambass img {
    max-width: 99px !important;
	margin: 0 16px 0 0;
}

.strip-empl-ambass-01 {
    position: relative;
    margin: 16px 0;
}

.strip-empl-ambass-01:before {
    content: '';
    width: 410px;
    height: 7px;
    background: #FFB3DE;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: -1;
}

.strip-empl-ambass-01 h2 {
    margin-left: 10px;
}

#adap-strip-ambass-02:before {
    width: 408px;
}

#adap-strip-ambass-03:before {
    width: 500px;
}

#adap-strip-ambass-04:before {
    width: 460px;
}

#adap-strip-ambass-05:before {
    width: 482px;
}

#adap-strip-ambass-06:before {
    width: 350px;
}

#adap-strip-ambass-07:before {
    width: 510px;
}

#adap-strip-ambass-08:before {
    width: 275px;
}

.img-adap-ambass-04 img:last-child  {
	margin-top: 0 !important;
}

.img-adap-ambass-04 img:first-child  {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-empl-ambass h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-empl-ambass img {
        margin: 24px 0;
    }
    .strip-empl-ambass-01:before {
        display: none;
    }
    .icon-empl-ambass img {
        margin: 0 0 16px 0;
    }
    .container-empl-ambass {
        margin: 48px 0;
    }
	.text-empl-ambass-02 {
		margin-top: 48px;
	}
	.img-adap-ambass-03 img {
		margin-top: 16px;
	}
}
/* СТИЛИ СТРАНИЦЫ СОТРУДНИКИ КАК АМБАССАДОРЫ КОМПАНИИ: СВОИ СРЕДИ ЧУЖИХ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ LOUIS VUITTON: КАК ВЫСОКАЯ МОДА ПРОВЕРЯЕТ РЕПУТАЦИЮ НА ПРОЧНОСТЬ НАЧАЛО */
.blog-scan-loui {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-loui p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-loui ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-loui li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-loui li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #394D53 !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-loui img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-loui {
    background-color: #A6CFD9 !important;
}      

.table-loui li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-loui h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-scan-loui-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-loui-01:before {
    content: '';
    width: 560px;
    height: 9px;
    background: #A6CFD9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-loui-01 h2 {
    margin-left: 10px;
}

#adap-strip-loui-02:before {
    width: 490px;
}

#adap-strip-loui-03:before {
    width: 640px;
}

#adap-strip-loui-04:before {
    width: 490px;
}

#adap-strip-loui-05:before {
    width: 600px;
}

#adap-strip-loui-06:before {
    width: 510px;
}

#adap-strip-loui-07:before {
    width: 538px;
}

.container-scan-loui {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-scan-loui img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

#adap-strip-loui-08:before {
    width: 458px;
}

#adap-strip-loui-09:before {
    width: 567px;
}

@media (max-width: 480px) {
    .blog-scan-loui h2 {
        font-size: 16px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-loui img {
        margin: 24px 0 24px 10px;
    }
    .strip-scan-loui-01:before {
        display: none;
    }
    .icon-scan-loui img {
        margin: 0 0 16px 0;
    }
	.container-scan-loui {
		margin: 48px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ СКАНДАЛЫ LOUIS VUITTON: КАК ВЫСОКАЯ МОДА ПРОВЕРЯЕТ РЕПУТАЦИЮ НА ПРОЧНОСТЬ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как настроить систему раннего предупреждения о репутационных рисках НАЧАЛО */
.blog-setup-early {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-setup-early p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-setup-early ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-setup-early li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-setup-early li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
} 

.blog-setup-early img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-early {
    background-color: #FFF3E0 !important;
}      

.table-early li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-setup-early h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-setup-early h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-setup-early-01 {
    position: relative;
    margin: 16px 0;
}

.strip-setup-early-01:before {
    content: '';
    width: 585px;
    height: 11px;
    background: #FFCD56;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-setup-early-01 h2 {
    margin-left: 10px;
}

.vert-setup-early-01 li {
    padding-left: 30px !important;
}

.vert-setup-early-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFB401 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-early-02:before {
    width: 486px;
}

#adap-strip-early-03:before {
    width: 664px;
}

#adap-strip-early-04:before {
    width: 530px;
}

.container-setup-early {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-setup-early img {
    max-width: 101px !important;
	margin: 0 16px 0 0;
}

.icon-setup-early-01 img {
    max-width: 60px !important;
	margin: 0 16px 0 0;
}

#adap-strip-early-05:before {
    width: 430px;
}

#adap-strip-early-06:before {
    width: 472px;
}

.list-setup-early-02 li::before {
	font-size: 24px !important;
    top: -7px !important;
}

@media (max-width: 480px) {
    .blog-setup-early h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-setup-early h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-setup-early img {
        margin: 24px 0;
    }
    .strip-setup-early-01:before {
        display: none;
    }
    .vert-setup-early-01 {
        margin: 48px 0;
        border: 1px solid #FFCD56;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-setup-early-01 ul {
        margin: 0 !important;
    }
    .vert-setup-early-01 li {
				font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-setup-early-01 li:before {
		display: none;
    }
    .icon-setup-early img {
        max-width: 80px !important;
    }
	.container-setup-early .brand-icon-text {
		flex-direction: row !important;
		align-items: start !important;
		gap: 16px;
	}
	.setup-early-first p .semibold {
		font-size: 14px !important;
	}
	.setup-early-first p {
		font-size: 14px !important;
	}
	.setup-early-second p .semiold {
		font-size: 14px !important;
	}
	.setup-early-second p:last-child {
		font-size: 12px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Как настроить систему раннего предупреждения о репутационных рисках КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “БЕЗ ДОЛИНОЙ”: КАК КВАДРАТНЫЙ МЕТР СТАЛ КИЛОМЕТРОМ ХЕЙТА НАЧАЛО */
.blog-scan-meter {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-meter p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-meter ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
}

.blog-scan-meter li {
    position: relative;
    margin-bottom: 16px !important;
	font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-meter img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-meter {
    background-color: #FFDADB !important;
}      

.table-meter li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-meter h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-scan-meter-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-meter-01:before {
    content: '';
    width: 480px;
    height: 11px;
    background: #FFB3B4;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-meter-01 h2 {
    margin-left: 10px;
}

#adap-strip-meter-02::before {
    width: 476px;
}

.vert-scan-meter-01 li {
    padding-left: 30px !important;
}

.vert-scan-meter-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFB3B4 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-meter-03::before {
    width: 387px;
}

.long-scan-meter-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-scan-meter-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 710px !important;
    border-radius: 0%;
    background: #C8C8C8;
    left: 1px;
    top: 7px !important;
}

.long-scan-meter-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-scan-meter-01 li:before {
    display: none;
}

.icon-scan-meter-01 img {
	width: 100px;
	margin: 0 0 0 50px !important;
}

.dig-meter-spec p:first-child {
	text-transform: uppercase;
}

#adap-strip-meter-04::before {
    width: 428px;
}

#adap-strip-meter-05::before {
    width: 400px;
}

.video-scan-meter {
	margin-bottom: 16px;
}

@media (max-width: 480px) {
    .blog-scan-meter h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-meter img {
        margin: 24px 0;
    }
    .strip-scan-meter-01:before {
        display: none;
    }
    .vert-scan-meter-01 {
        margin: 48px 0;
        border: 1px solid #FFB3B4;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-scan-meter-01 ul {
        margin: 0 !important;
    }
    .vert-scan-meter-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-scan-meter-01 li:before {
		display: none;
    }
    .text-scan-meter-02 {
        margin-top: 48px;
    }
    .video-scan-meter {
        margin: 24px 0 !important;
    }
    .long-scan-meter-01 ul:before {
        display: none;
    }
	.icon-adap-meter-hd img {
		width: 30px !important;
		height: 30px !important;
		margin: 16px 0 0 10px;
	}
	.long-scan-meter-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
    .strip-scan-meter-01:before {
        display: none;
    }
	.dig-meter-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-meter-spec p:first-child {
	    text-transform: none !important;
    }
	.video-scan-meter {
	margin: 24px 0;
}
}
/* СТИЛИ СТРАНИЦЫ “БЕЗ ДОЛИНОЙ”: КАК КВАДРАТНЫЙ МЕТР СТАЛ КИЛОМЕТРОМ ХЕЙТА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ КОНТЕНТА — 2026 НАЧАЛО */
.blog-trend-tent {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-trend-tent p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-trend-tent ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-trend-tent li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-trend-tent li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B49174 !important;
    left: 0;
    top: 6px !important;
}

.blog-trend-tent img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-tent {
    background-color: #FCF0D9 !important;
}      

.table-tent li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-trend-tent h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-trend-tent-01 {
    position: relative;
    margin: 16px 0;
}

.strip-trend-tent-01:before {
    content: '';
    width: 350px;
    height: 11px;
    background: #FCF0D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-trend-tent-01 h2 {
    margin-left: 10px;
}

.vert-trend-tent-01 li {
    padding-left: 30px !important;
}

.vert-trend-tent-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #B49174 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-tent-02::before {
    width: 450px;
}

#adap-strip-tent-03::before {
    width: 203px;
}

#adap-strip-tent-04::before {
    width: 188px;
}

.adap-tent-vert-02 li:before {
    height: 45px !important;
}

.adap-tent-vert-03 li:before {
    height: 105px !important;
}

#adap-strip-tent-05::before {
    width: 236px;
}

#adap-strip-tent-06::before {
    width: 212px;
}

#adap-strip-tent-07::before {
    width: 212px;
}

#adap-strip-tent-08::before {
    width: 330px;
}

.video-trend-tent {
    margin: 24px 0 !important;
}

@media (max-width: 480px) {
    .blog-trend-tent h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-trend-tent img {
        margin: 24px 0 24px 8px;
    }
    .strip-trend-tent-01:before {
        display: none;
    }
    .vert-trend-tent-01 {
        margin: 48px 0;
        border: 1px solid #B49174;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-trend-tent-01 ul {
        margin: 0 !important;
    }
    .vert-trend-tent-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-trend-tent-01 li:before {
		display: none;
    }
    .text-trend-tent-02 {
        margin-top: 48px;
    }
    .video-trend-tent {
        margin: 24px 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ТРЕНДЫ КОНТЕНТА — 2026 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ВСЕ В САД: ПЕРЕСОБИРАЕМ РЕПУТАЦИЮ ДЛЯ ЛАНДШАФТНОЙ КОМПАНИИ НАЧАЛО */
.blog-gar-land {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-gar-land p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-gar-land ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-gar-land li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-gar-land li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
} 

.blog-gar-land img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-land {
    background-color: #DCF4D8 !important;
}      

.table-land li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-gar-land h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-gar-land h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-gar-land-01 {
    position: relative;
    margin: 16px 0;
}

.strip-gar-land-01:before {
    content: '';
    width: 437px;
    height: 11px;
    background: #B2DFAA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-gar-land-01 h2 {
    margin-left: 10px;
}

.blog-gar-land .list-mar-none ol li::marker {
	font-weight: 400 !important;
}

.vert-gar-land-01 li {
    padding-left: 30px !important;
}

.vert-gar-land-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #B2DFAA !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-land-02:before {
    width: 422px;
}

.container-gar-land {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-gar-land img {
    max-width: 101px !important;
	margin: 0 16px 0 0;
}

#adap-strip-land-03:before {
    width: 95px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-gar-land h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    blog-gar-land h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-gar-land img {
        margin: 24px 0;
    }
    .strip-gar-land-01:before {
        display: none;
    }
    .vert-gar-land-01 {
        margin: 48px 0;
        border: 1px solid #B2DFAA;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-gar-land-01 ul {
        margin: 0 !important;
    }
    .vert-gar-land-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-gar-land-01 li:before {
		display: none;
    }
    .icon-gar-land img {
        max-width: 65px !important;
			margin: 0 !important;
    }
    .container-gar-land .brands-text-icon .semibold {
        font-size: 11px !important;
    }
    .container-gar-land .brands-text-icon p {
        font-size: 11px !important;
    }
	.container-gar-land .brand-icon-text {
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px;
}
}
/* СТИЛИ СТРАНИЦЫ ВСЕ В САД: ПЕРЕСОБИРАЕМ РЕПУТАЦИЮ ДЛЯ ЛАНДШАФТНОЙ КОМПАНИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 5 ОШИБОК БИЗНЕСА ПРИ АНАЛИЗЕ СВОИХ ОТЗЫВОВ НАЧАЛО */
.blog-bus-mist {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-bus-mist p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-bus-mist ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-bus-mist li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-bus-mist li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -8px !important;
	font-size: 24px !important; 
  	background: #000000 !important;
} 

.blog-bus-mist img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-mist {
    background-color: #D5F2FF !important;
}      

.table-mist li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-bus-mist h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-bus-mist-01 {
    position: relative;
    margin: 16px 0;
}

.strip-bus-mist-01:before {
    content: '';
    width: 508px;
    height: 11px;
    background: #B3E8FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-bus-mist-01 h2 {
    margin-left: 10px;
}

#adap-strip-mist-02::before {
    width: 540px;
}

.long-bus-mist-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px !important;
}

.long-bus-mist-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 167px !important;
    border-radius: 0%;
    background: #DFDFDF;
    left: 1px;
    top: 7px !important;
}

.long-bus-mist-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-bus-mist-01 li:before {
    display: none;
}

.icon-spec-mist-01 img {
	width: 100px;
	margin: 0 0 0 50px !important;
}

.dig-mist-spec p:first-child {
	text-transform: uppercase;
}

.list-bus-mist-02 li:before {
	font-size: 18px !important;
	top: -3px !important;
} 

.adap-long-mist-02 ul:before {
    height: 115px !important;
}

#adap-strip-mist-03::before {
    width: 676px;
}

.adap-long-mist-03 ul:before {
    height: 140px !important;
}

#adap-strip-mist-04::before {
    width: 680px;
}

#adap-strip-mist-05::before {
    width: 640px;
}

.adap-long-mist-04 ul:before {
    height: 243px !important;
}

#adap-strip-mist-06::before {
    width: 453px;
}

.adap-long-mist-05 ul:before {
    height: 192px !important;
}

@media (max-width: 480px) {
    .blog-bus-mist h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-bus-mist img {
        margin: 24px 0;
    }
    .strip-bus-mist-01:before {
        display: none;
    }
    .long-bus-mist-01 ul:before {
        display: none;
    }
	.long-bus-mist-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
    .strip-bus-mist-01:before {
        display: none;
    }
	.dig-mist-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-mist-spec p:first-child {
	    text-transform: none !important;
    }
	.icon-adap-mist-hd img {
		width: 30px !important;
		height: 30px !important;
		margin: 16px 0 0 10px;
	}
}
/* СТИЛИ СТРАНИЦЫ 5 ОШИБОК БИЗНЕСА ПРИ АНАЛИЗЕ СВОИХ ОТЗЫВОВ КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ Тендерный отдел на автопилоте: заменяем ручной поиск на коробочный AI НАЧАЛО */
.blog-auto-pilot {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-auto-pilot p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-auto-pilot ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-auto-pilot li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-auto-pilot li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #162F45 !important;
    left: 0;
    top: 6px !important;
}

.blog-auto-pilot img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-pilot {
    background-color: #AFC7DD !important;
}      

.table-pilot li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-auto-pilot h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-auto-pilot h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-auto-pilot-01 {
    position: relative;
    margin: 16px 0;
}

.strip-auto-pilot-01:before {
    content: '';
    width: 500px;
    height: 11px;
    background: #AFC7DD;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-auto-pilot-01 h2 {
    margin-left: 10px;
}

#adap-strip-pilot-02:before {
    width: 561px;
}

#adap-strip-pilot-03:before {
    width: 484px;
}

#adap-strip-pilot-04:before {
    width: 403px;
}

#adap-strip-pilot-05:before {
    width: 331px;
}

@media (max-width: 480px) {
    .blog-auto-pilot h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-auto-pilot h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-auto-pilot img {
        margin: 24px 0;
    }
    .strip-auto-pilot-01:before {
        display: none;
    }
	.text-auto-pilot-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ Тендерный отдел на автопилоте: заменяем ручной поиск на коробочный AI КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ФИРМЕННЫЙ СТИЛЬ НА САМОМ ДЕЛЕ НАЧАЛО */
.blog-iden-corp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-iden-corp p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-iden-corp ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-iden-corp li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-iden-corp li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
} 

.blog-iden-corp img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-corporate {
    background-color: #E9D7FF !important;
}      

.table-corporate li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-iden-corp h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.vert-iden-corp-01 li {
    padding-left: 30px !important;
}

.vert-iden-corp-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #E9D7FF !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-iden-corporate-01 {
    position: relative;
    margin: 16px 0;
}

.strip-iden-corporate-01:before {
    content: '';
    width: 439px;
    height: 11px;
    background: #E9D7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-iden-corporate-01 h2 {
    margin-left: 10px;
}

#adap-strip-corporate-02:before {
    width: 340px;
}

#adap-strip-corporate-03:before {
    width: 510px;
}

#adap-strip-corporate-04:before {
    width: 570px;
}

#adap-strip-corporate-05:before {
    width: 290px;
}

#adap-strip-corporate-06:before {
    width: 511px;
}

#adap-strip-corporate-07:before {
    width: 511px;
}

@media (max-width: 480px) {
    .blog-iden-corp h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-iden-corp img {
        margin: 24px 0;
    }
	.text-iden-corp-02 {
		margin-top: 48px;
	}
    .strip-iden-corporate-01:before {
        display: none;
    }
    .vert-iden-corp-01 {
        margin: 48px 0;
        border: 1px solid #E9D7FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-iden-corp-01 ul {
        margin: 0 !important;
    }
    .vert-iden-corp-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-iden-corp-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ЧТО ТАКОЕ ФИРМЕННЫЙ СТИЛЬ НА САМОМ ДЕЛЕ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ORM тренды — 2026: что изменится, и к чему готовиться НАЧАЛО */
.blog-trend-prepare {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-trend-prepare p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-trend-prepare ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-trend-prepare li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-trend-prepare img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-prepare {
    background-color: #DCF9FE !important;
}      

.table-prepare li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-trend-prepare h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.long-trend-prepare-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 20px !important;
}

.long-trend-prepare-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 90px !important;
    border-radius: 0%;
    background: #DFDFDF;
    left: 1px;
    top: 7px !important;
}

.long-trend-prepare-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-trend-prepare-01 li:before {
    display: none;
}

.icon-spec-prepare-01 img {
	max-width: 100px !important;
	margin: 0 0 0 50px !important;
}

.icon-spec-prepare-02 img {
	max-width: 33px !important;
	margin: 0 0 0 20px !important;
}

.trend-prepare-spec {
    display: none;
}

.dig-prepare-spec p:first-child {
	text-transform: uppercase;
}

.adap-long-prepare-02 ul:before {
	height: 140px !important;
}

.adap-long-prepare-03 ul:before {
	height: 235px !important;
}

.adap-long-prepare-04 ul:before {
	height: 115px !important;
}

.adap-long-prepare-05 ul:before {
	height: 250px !important;
}

.strip-trend-prepare-01 {
    position: relative;
    margin: 16px 0;
}

.strip-trend-prepare-01:before {
    content: '';
    width: 673px;
    height: 11px;
    background: #DCF9FE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-trend-prepare-01 h2 {
    margin-left: 10px;
}

#adap-strip-prepare-02::before {
    width: 564px;
}

#adap-strip-prepare-03::before {
    width: 522px;
}

#adap-strip-prepare-04::before {
    width: 608px;
}

#adap-strip-prepare-05::before {
    width: 532px;
}

#adap-strip-prepare-06::before {
    width: 558px;
}

@media (max-width: 480px) {
    .blog-trend-prepare h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-trend-prepare img {
        margin: 24px 0;
    }
	.text-trend-prepare-02 {
		margin-top: 48px;
	}
    .strip-trend-prepare-01:before {
        display: none;
    }
    .long-trend-prepare-01 ul:before {
        display: none;
    }
	.long-trend-prepare-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
    .strip-trend-prepare-01:before {
        display: none;
    }
	.dig-prepare-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-prepare-spec p:first-child {
	    text-transform: none !important;
    }
	.icon-adap-prepare-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 10px;
	}
	.trend-prepare-spec {
    display: block;
}
}
/* СТИЛИ СТРАНИЦЫ ORM тренды — 2026: что изменится, и к чему готовиться КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Эмоции клиентов в отзывах: как понять реальное отношение к компании НАЧАЛО */
.blog-real-attit {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-real-attit p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-real-attit ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-real-attit li {
    position: relative;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-real-attit img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-attit {
    background-color: #FFCCAF !important;
}      

.table-attit li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-real-attit h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-real-attit h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-real-attit-01 {
    position: relative;
    margin: 16px 0;
}

.strip-real-attit-01:before {
    content: '';
    width: 410px;
    height: 11px;
    background: #FFCCAF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-real-attit-01 h2 {
    margin-left: 10px;
}

#adap-strip-attit-02:before {
    width: 346px;
}

.vert-real-attit-01 li {
    padding-left: 30px !important;
}

.vert-real-attit-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #CC4B00 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-attit-03:before {
    width: 505px;
}

#adap-strip-attit-04:before {
    width: 370px;
}

#adap-strip-attit-05:before {
    width: 447px;
}

#adap-strip-attit-06:before {
    width: 576px;
}

#adap-strip-attit-07:before {
    width: 494px;
}

#adap-strip-attit-08:before {
    width: 567px;
}

@media (max-width: 480px) {
    .blog-real-attit h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-stran-things h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-real-attit img {
        margin: 24px 0;
    }
    .strip-real-attit-01:before {
        display: none;
    }
    .vert-real-attit-01 {
        margin: 48px 0;
        border: 1px solid #CC4B00;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-real-attit-01 ul {
        margin: 0 !important;
    }
    .vert-real-attit-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-real-attit-01 li:before {
		display: none;
    }
	.text-real-attit-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ Эмоции клиентов в отзывах: как понять реальное отношение к компании КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ МАРКЕТИНГ “ОЧЕНЬ СТРАННЫХ ДЕЛ”: КАК СТАТЬ ФЕНОМЕНОМ XXI ВЕКА НАЧАЛО */
.blog-stran-things {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-stran-things p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-stran-things ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-stran-things li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-stran-things li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
} 

.blog-stran-things img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-things {
    background-color: #FFD8D8 !important;
}      

.table-things li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-stran-things h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-stran-things h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-stran-things-01 {
    position: relative;
    margin: 16px 0;
}

.strip-stran-things-01:before {
    content: '';
    width: 390px;
    height: 11px;
    background: #FFCFCE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-stran-things-01 h2 {
    margin-left: 10px;
}

.list-bold-dot li:before {
    font-size: 24px !important;
		top: -7px !important;
}

.vert-stran-things-01 li {
    padding-left: 30px !important;
}

.vert-stran-things-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFCFCE !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-things-02:before {
    width: 390px;
}

#adap-strip-things-03:before {
    width: 415px;
}

#adap-strip-things-04:before {
    width: 495px;
}

#adap-strip-things-05:before {
    width: 460px;
}

#adap-strip-things-06:before {
    width: 330px;
}

#adap-strip-things-07:before {
    width: 504px;
}

.text-stran-things-12 p {
	color: #333333 !important;
}

@media (max-width: 480px) {
    .blog-stran-things h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-stran-things h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-stran-things img {
        margin: 24px 0;
    }
    .strip-stran-things-01:before {
        display: none;
    }
    .vert-stran-things-01 {
        margin: 48px 0;
        border: 1px solid #D6B3FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-stran-things-01 ul {
        margin: 0 !important;
    }
    .vert-stran-things-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-stran-things-01 li:before {
		display: none;
    }
	.text-stran-things-02 {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ МАРКЕТИНГ “ОЧЕНЬ СТРАННЫХ ДЕЛ”: КАК СТАТЬ ФЕНОМЕНОМ XXI ВЕКА КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как проверить работодателя в 2026 году, если вы ничего о нем не знаете НАЧАЛО */
.blog-check-loyer {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-check-loyer p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-check-loyer ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-check-loyer li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-check-loyer li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.blog-check-loyer img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-loyer {
    background-color: #D8F2FF !important;
}      

.table-loyer li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-check-loyer h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-check-loyer h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-check-loyer-01 {
    position: relative;
    margin: 16px 0;
}

.strip-check-loyer-01:before {
    content: '' !important;
    width: 500px;
    height: 11px;
    background: #C0EBFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-check-loyer-01 h2 {
    margin-left: 10px;
}

.vert-check-loyer-01 li {
    padding-left: 30px !important;
}

.vert-check-loyer-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #C0EBFF !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-loyer-02:before {
    width: 566px;
}

#adap-strip-loyer-03:before {
    width: 561px;
}

.long-check-loyer-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-check-loyer-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 286px !important;
    border-radius: 0%;
    background: #DFDFDF;
    left: 1px;
    top: 7px !important;
}

.long-check-loyer-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-check-loyer-01 li:before {
    display: none;
}

.icon-spec-loyer-01 img {
	width: 100px;
	margin: 0 0 0 30px !important;
}

.dig-loyer-spec p:first-child {
	text-transform: uppercase;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-check-loyer h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-check-loyer h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-check-loyer img {
        margin: 24px 0;
    }
    .strip-check-loyer-01:before {
        display: none;
    }
    .long-check-loyer-01 ul:before {
        display: none;
    }
	.long-check-loyer-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-loyer-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 14px;
	}
	.dig-loyer-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-loyer-spec p:first-child {
	    text-transform: none !important;
    }
	.vert-check-loyer-01 {
        margin: 48px 0;
        border: 1px solid #C0EBFF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-check-loyer-01 ul {
        margin: 0 !important;
    }
    .vert-check-loyer-01 li {
			font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-check-loyer-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ Как проверить работодателя в 2026 году, если вы ничего о нем не знаете КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как проверить работодателя в 2026 году, если вы ничего о нем не знаете НАЧАЛО */
.blog-rep-stages {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rep-stages p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rep-stages ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rep-stages li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rep-stages li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #631B7D !important;
    left: 0;
    top: 6px !important;
}

.blog-rep-stages img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-stages {
    background-color: #CEA7FF !important;
}      

.table-stages li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rep-stages h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-rep-stages-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rep-stages-01:before {
    content: '' !important;
    width: 450px;
    height: 11px;
    background: #CEA7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rep-stages-01 h2 {
    margin-left: 10px;
}

#adap-strip-stages-02:before {
    width: 637px;
}

#adap-strip-stages-03:before {
    width: 476px;
}

#adap-strip-stages-04:before {
    width: 450px;
}

#adap-strip-stages-05:before {
    width: 502px;
}

#adap-strip-stages-06:before {
    width: 410px;
}

.vert-rep-stages-01 li {
    padding-left: 30px !important;
}

.vert-rep-stages-01 li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #631B7D !important;
    left: 1px !important;
    top: 4px !important;
}

.blog-rep-stages .blog-btn-01 {
    margin-top: 0 !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-rep-stages h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rep-stages img {
        margin: 24px 0;
    }
    .blog-rep-stages ul {
        margin: 24px 0;
    }
    .strip-rep-stages-01:before {
        display: none;
    }
	.vert-rep-stages-01 {
        margin: 48px 0;
        border: 1px solid #631B7D;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rep-stages-01 ul {
        margin: 0 !important;
    }
    .vert-rep-stages-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rep-stages-01 li:before {
		display: none;
    }
	.blog-btn-text p {
		font-style: normal !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Как проверить работодателя в 2026 году, если вы ничего о нем не знаете КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ИИ детекторы: что это, и можно ли их обойти НАЧАЛО */
.blog-ai-detect {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-ai-detect p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-ai-detect ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-ai-detect li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-ai-detect li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #375578 !important;
    left: 0;
    top: 6px !important;
}

.blog-ai-detect img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-detect {
    background-color: #CDD2D8 !important;
}      

.table-detect li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-ai-detect h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-ai-detect h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-ai-detect-01 {
    position: relative;
    margin: 16px 0;
}

.strip-ai-detect-01:before {
    content: '' !important;
    width: 430px;
    height: 11px;
    background: #CDD2D8;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-ai-detect-01 h2 {
    margin-left: 10px;
}

#adap-strip-detect-02:before {
    width: 430px;
}

#adap-strip-detect-03:before {
    width: 395px;
}

.blog-ai-detect .center {
	margin: 0 0 16px 0 !important;
}

.long-ai-detect-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin: 0 0 20px 10px !important;
}

.long-ai-detect-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 286px !important;
    border-radius: 0%;
    background: #375578;
    left: 1px;
    top: 7px !important;
}

.long-ai-detect-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-ai-detect-01 li:before {
    display: none;
}

.icon-spec-detect-01 img {
	width: 100px;
	margin: 0 0 0 10px !important;
}

.dig-detect-spec p:first-child {
	text-transform: uppercase;
}

.container-ai-detect {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-ai-detect img {
    max-width: 101px !important;
	margin: 0 16px 0 0;
}

.adap-long-detect-02 ul:before {
	height: 355px !important;
}

.adap-long-detect-03 ul:before {
	height: 235px !important;
}

.adap-long-detect-04 ul:before {
	height: 275px !important;
}

#adap-strip-detect-04:before {
    width: 460px;
}

#adap-strip-detect-05:before {
    width: 340px;
}

.vert-ai-detect-01 li {
    padding-left: 30px !important;
}

.vert-ai-detect-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #375578 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-detect-06:before {
    width: 510px;
}

@media (max-width: 480px) {
    .blog-ai-detect h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-ai-detect h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-ai-detect img {
        margin: 24px 0;
    }
    .strip-ai-detect-01:before {
        display: none;
    }
    .long-ai-detect-01 ul:before {
        display: none;
    }
	.long-ai-detect-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-detect-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 14px;
	}
	.dig-detect-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-detect-spec p:first-child {
	    text-transform: none !important;
    }
	.vert-ai-detect-01 {
        margin: 48px 0;
        border: 1px solid #375578;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-ai-detect-01 ul {
        margin: 0 !important;
    }
    .vert-ai-detect-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-ai-detect-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ ИИ детекторы: что это, и можно ли их обойти КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Отзывы на “Авито”: как продать на площадке товары и услуги НАЧАЛО */
.blog-rev-avito {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rev-avito p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rev-avito ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rev-avito li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rev-avito li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.blog-rev-avito img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-avito {
    background-color: #FFE9CF !important;
}      

.table-avito li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rev-avito h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-rev-avito h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-rev-avito-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rev-avito-01:before {
    content: '' !important;
    width: 343px;
    height: 11px;
    background: #FFD19A;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-rev-avito-01 h2 {
    margin-left: 10px;
}

.vert-rev-avito-01 li {
    padding-left: 30px !important;
}

.vert-rev-avito-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 75px !important;
    border-radius: 0% !important;
    background: #FFD19A !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-avito-02:before {
    width: 400px;
}

#adap-strip-avito-03:before {
    width: 470px;
}

#adap-strip-avito-04:before {
    width: 430px;
}

#adap-strip-avito-05:before {
    width: 495px;
}

#adap-strip-avito-06:before {
    width: 466px;
}

#adap-strip-avito-07:before {
    width: 387px;
}

.adap-vert-avito-01 li:before {
	height: 45px !important;
}

.container-rev-avito {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-rev-avito img {
    max-width: 90px !important;
	margin: 0 16px 0 0;
}

@media (max-width: 480px) {
    .blog-rev-avito h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-rev-avito h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-rev-avito img {
        margin: 24px 0;
    }
    .strip-rev-avito-01:before {
        display: none;
    }
    .vert-rev-avito-01 {
        margin: 48px 0;
        border: 1px solid #FFD19A;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rev-avito-01 ul {
        margin: 0 !important;
    }
    .vert-rev-avito-01 li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rev-avito-01 li:before {
		display: none;
    }
    .icon-rev-avito img {
        max-width: 60px !important;
    }
	.container-rev-avito .brand-icon-text {
		flex-direction: row !important;
		align-items: center !important;
		gap: 16px;
		margin-left: 0;
	}
	.container-rev-avito .brands-text-icon p {
			line-height: normal !important;
    }
    .container-rev-avito .brands-text-icon .semibold {
        font-size: 14px !important;
			line-height: normal;
    }
    .container-rev-avito .brands-text-icon p:last-child {
        font-size: 12px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Отзывы на “Авито”: как продать на площадке товары и услуги КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 10 громких скандалов из-за применения ИИ НАЧАЛО */
.blog-big-ai {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-big-ai p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-big-ai img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ai {
    background-color: #CEA7FF !important;
}      

.table-ai li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-big-ai h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.blog-big-ai h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.blog-big-ai .center {
	margin: 16px 0 !important;
}

.strip-big-ai-01 {
    position: relative;
    margin: 16px 0;
}

.strip-big-ai-01:before {
    content: '' !important;
    width: 545px;
    height: 11px;
    background: #FFB9A1;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-big-ai-01 h2 {
    margin-left: 10px;
}

.video-big-ai {
    margin-bottom: 16px !important;
}

#adap-strip-big-02:before {
    width: 550px;
}

@media (max-width: 480px) {
    .blog-big-ai h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-big-ai h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-big-ai img {
        margin: 24px 0;
    }
    .strip-big-ai-01:before {
        display: none;
    }
    .video-big-ai {
        margin: 24px 0;
    }
	.txt-mar-top {
		margin-top: 48px;
	}
}
/* СТИЛИ СТРАНИЦЫ 10 громких скандалов из-за применения ИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Кейс: как Markway заставил работать провокационные комментарии на себя НАЧАЛО */
.case-com-provo {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.case-com-provo p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.case-com-provo ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.case-com-provo li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.case-com-provo li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #2C3B50 !important;
    left: 0;
    top: 6px !important;
}

.case-com-provo img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-provo {
    background-color: #CAD5DF !important;
}      

.table-provo li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.case-com-provo h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.case-com-provo h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-com-provo-01 {
    position: relative;
    margin: 16px 0;
}

.strip-com-provo-01:before {
    content: '' !important;
    width: 625px;
    height: 11px;
    background: #CAD5DF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-com-provo-01 h2 {
    margin-left: 10px;
}

#adap-strip-provo-02:before {
    width: 550px;
}

.list-com-provo ol li {
    margin-bottom: 0 !important;
}

#adap-strip-provo-04:before {
    width: 630px;
}

#adap-strip-provo-05:before {
    width: 190px;
}

#adap-strip-provo-06:before {
    width: 555px;
}

#adap-strip-provo-07:before {
    width: 533px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .case-com-provo h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.case-com-provo h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .case-com-provo img {
        margin: 24px 0;
    }
    .strip-com-provo-01:before {
        display: none;
    }
    .case-com-provo .blog-btn-01 {
        margin-top: 0 !important;
    }
    .blog-btn-text p {
		font-style: normal !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Кейс: как Markway заставил работать провокационные комментарии на себя КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Книга “Экономика рекомендаций” НАЧАЛО */
.book-referral-economy {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.book-referral-economy p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.book-referral-economy ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.book-referral-economy li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.book-referral-economy li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.book-referral-economy img {
    max-width: 720px;
    margin-bottom: 16px;
}

.vert-book-referral li {
    padding-left: 30px !important;
}

.vert-book-referral li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 70px !important;
    border-radius: 0% !important;
    background: #C4D4FF !important;
    left: 1px !important;
    top: 4px !important;
}

.book-referral-economy .blog-btn-01 {
	display: block;
}

.btn-book {
	justify-content: center;
}

.btn-book div:nth-child(1) {
	width: auto;
}

.btn-book .blog-button {
	font-size: 16px !important;
}

@media (max-width: 480px) {
    .book-referral-economy img {
        margin: 24px 0;
    }
    .vert-book-referral {
        margin: 48px 0;
        border: 1px solid #C4D4FF;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-book-referral ul {
        margin: 0 !important;
    }
    .vert-book-referral li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-book-referral li:before {
		display: none;
    }
	.btn-book .blog-button {
	font-size: 12px !important;
}
}
/* СТИЛИ СТРАНИЦЫ Книга “Экономика рекомендаций” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Скандал в “Рандеву”: как Куршевель превратился в репутационный кризис НАЧАЛО */
.blog-scan-rendez {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-rendez p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-rendez ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-rendez li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-rendez li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -1px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.blog-scan-rendez img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-rendez {
    background-color: #FFE3EC !important;
}      

.table-rendez ol {
	padding-left: 20px !important;
}

.table-rendez li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-rendez h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-scan-rendez-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-rendez-01:before {
    content: '' !important;
    width: 520px;
    height: 11px;
    background: #FFE761;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-scan-rendez-01 h2 {
    margin-left: 10px;
}

#adap-strip-rendez-02:before {
    width: 585px;
}

#adap-strip-rendez-03:before {
    width: 452px;
}

#adap-strip-rendez-04:before {
    width: 576px;
}

.long-scan-rendez-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-scan-rendez-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 370px !important;
    border-radius: 0%;
    background: #DFDFDF;
    left: 1px;
    top: 7px !important;
}

.long-scan-rendez-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-scan-rendez-01 li:before {
    display: none;
}

.icon-spec-rendez-01 img {
	width: 100px;
	margin: 0 0 0 30px !important;
}

.dig-rendez-spec p:first-child {
	text-transform: uppercase;
}

.adap-long-rendez-02 ul::before {
    height: 160px !important;
}

#adap-strip-rendez-05:before {
    width: 276px;
}

.blog-btn-text p {
	margin-bottom: 0 !important
}

@media (max-width: 480px) {
    .blog-scan-rendez h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-rendez img {
        margin: 24px 0;
    }
    .strip-scan-rendez-01:before {
        display: none;
    }
    .long-scan-rendez-01 ul:before {
        display: none;
    }
	.long-scan-rendez-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-rendez-hd img {
		max-width: 30px !important;
		margin: 0 0 0 14px;
	}
	.dig-rendez-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-rendez-spec p:first-child {
	    text-transform: none !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Скандал в “Рандеву”: как Куршевель превратился в репутационный кризис КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Официальный ответ компании: 20 лайфхаков на любую ситуацию НАЧАЛО */
.blog-life-hacks {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-life-hacks p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-life-hacks img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-hacks ol {
    padding-left: 20px !important;
}

.table-hacks {
    background-color: #FFE9BD !important;
}      

.table-hacks li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-life-hacks h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.strip-life-hacks-01 {
    position: relative;
    margin: 16px 0;
}

.strip-life-hacks-01:before {
    content: '' !important;
    width: 480px;
    height: 11px;
    background: #FFE761;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-life-hacks-01 h2 {
    margin-left: 10px;
}

#adap-strip-hacks-02:before {
    width: 467px;
}

#adap-strip-hacks-03:before {
    width: 430px;
}

#adap-strip-hacks-04:before {
    width: 300px;
}

#adap-strip-hacks-05:before {
    width: 440px;
}

#adap-strip-hacks-06:before {
    width: 500px;
}

#adap-strip-hacks-07:before {
    width: 400px;
}

#adap-strip-hacks-08:before {
    width: 515px;
}

#adap-strip-hacks-09:before {
    width: 330px;
}

#adap-strip-hacks-10:before {
    width: 330px;
}

#adap-strip-hacks-11:before {
    width: 670px;
}

#adap-strip-hacks-12:before {
    width: 450px;
}

#adap-strip-hacks-13:before {
    width: 320px;
}

#adap-strip-hacks-14:before {
    width: 494px;
}

#adap-strip-hacks-15:before {
    width: 640px;
}

#adap-strip-hacks-16:before {
    width: 450px;
}

#adap-strip-hacks-17:before {
    width: 400px;
}

#adap-strip-hacks-18:before {
    width: 565px;
}

#adap-strip-hacks-19:before {
    width: 360px;
}

@media (max-width: 480px) {
    .blog-life-hacks h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-life-hacks img {
        margin: 24px 0;
    }
    .strip-life-hacks-01:before {
        display: none;
    }
	.space {
		display: block;
	}
}
/* СТИЛИ СТРАНИЦЫ Официальный ответ компании: 20 лайфхаков на любую ситуацию КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Отраслевые рейтинги: как они влияют на репутацию НАЧАЛО */
.blog-rank-ind {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rank-ind p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rank-ind ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rank-ind li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rank-ind li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #A47F65 !important;
    left: 0;
    top: 6px !important;
}

.blog-rank-ind img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-ind {
    background-color: #F6DCC9 !important;
}   

.table-ind ol {
	padding-left: 20px !important;
}

.table-ind li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-rank-ind h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.blog-rank-ind h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-rank-ind-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rank-ind-01:before {
    content: '' !important;
    width: 331px;
    height: 11px;
    background: #F6DCC9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-ind-02:before {
    width: 490px;
}

.container-rank-ind {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-rank-ind img {
    max-width: 101px !important;
	margin: 0 16px 0 0;
}

#adap-strip-ind-03:before {
    width: 385px;
}

#adap-strip-ind-04:before {
    width: 530px;
}

.long-rank-ind-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-rank-ind-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 300px !important;
    border-radius: 0%;
    background: #A47F65;
    left: 1px;
    top: 7px !important;
}

.long-rank-ind-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-rank-ind-01 li:before {
    display: none;
}

.icon-spec-ind-01 img {
	width: 100px;
	margin: 0 0 0 30px !important;
}

.dig-ind-spec p:first-child {
	text-transform: uppercase;
}

.container-rank-ind h3 {
	margin: 0 0 0 10px !important;
}

#adap-strip-ind-05:before {
    width: 490px;
}

#adap-strip-ind-06:before {
    width: 440px;
}

#adap-strip-ind-07:before {
    width: 460px;
}

#adap-strip-ind-08:before {
    width: 320px;
}

#adap-strip-ind-09:before {
    width: 530px;
}

@media (max-width: 480px) {
    .blog-rank-ind h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-rank-ind h3 {
        font-size: 16px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-rank-ind img {
        margin: 24px 0 !important;
    }
	.img-author-name-01 img {
		margin: 0 !important;
	}
    .strip-rank-ind-01:before {
        display: none;
    }
    .long-rank-ind-01 ul:before {
        display: none;
    }
	.long-rank-ind-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-ind-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 14px !important;
	}
	.dig-ind-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-ind-spec p:first-child {
	    text-transform: none !important;
    }
	.container-rank-ind h3 {
		margin: 24px 0 24px 10px !important;
 	}
	.container-rank-ind {
		gap: 0;
	}
	.container-rank-ind .brand-icon-text .icon-rank-ind img {
		margin: 0 0 16px 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Отраслевые рейтинги: как они влияют на репутацию КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как убрать из поиска ненужные результаты НАЧАЛО */
.blog-rem-unnec {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rem-unnec p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rem-unnec ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rem-unnec li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rem-unnec li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #94A082 !important;
    left: 0;
    top: 6px !important;
}

.blog-rem-unnec img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-unnec {
    background-color: #F6DCC9 !important;
}   

.table-unnec ol {
	padding-left: 20px !important;
}

.table-unnec li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-rem-unnec h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.blog-rem-unnec h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-rem-unnec-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rem-unnec-01:before {
    content: '' !important;
    width: 370px;
    height: 11px;
    background: #CDD7BF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-rem-unnec-01 li {
    padding-left: 30px !important;
}

.vert-rem-unnec-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #94A082 !important;
    left: 1px !important;
    top: 4px !important;
}

.list-rem-reg ol li::marker {
    font-weight: 300;
}

.long-rem-unnec-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-rem-unnec-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 115px !important;
    border-radius: 0%;
    background: #94A082;
    left: 1px;
    top: 7px !important;
}

.long-rem-unnec-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-rem-unnec-01 li:before {
    display: none;
}

.icon-spec-unnec-01 img {
	width: 100px;
	margin: 0 0 0 30px !important;
}

.dig-unnec-spec p:first-child {
	text-transform: uppercase;
}

@media (max-width: 480px) {
    .blog-rem-unnec h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-rem-unnec h3 {
        font-size: 16px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-rem-unnec img {
        margin: 24px 0 !important;
    }
	.img-author-name-01 img {
		margin: 0 !important;
	}
    .strip-rem-unnec-01:before {
        display: none;
    }
    .long-rem-unnec-01 ul:before {
        display: none;
    }
	.long-rem-unnec-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-unnec-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 14px !important;
	}
	.dig-unnec-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-unnec-spec p:first-child {
	    text-transform: none !important;
    }
    .vert-rem-unnec-01 {
        margin: 48px 0;
        border: 1px solid #94A082;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rem-unnec-01 ul {
        margin: 0 !important;
    }
    .vert-rem-unnec-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rem-unnec-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ Как убрать из поиска ненужные результаты КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как оценить репутацию бизнеса в AEO выдаче НАЧАЛО */
.blog-eval-aeo {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-eval-aeo p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-eval-aeo ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-eval-aeo li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-eval-aeo li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FFCEE9 !important;
    left: 0;
    top: 6px !important;
}

.blog-eval-aeo img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-aeo {
    background-color: #FFE3EC !important;
}   

.table-aeo ol {
	padding-left: 20px !important;
}

.table-aeo li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-eval-aeo h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.strip-eval-aeo-01 {
    position: relative;
    margin: 16px 0;
}

.strip-eval-aeo-01:before {
    content: '' !important;
    width: 300px;
    height: 11px;
    background: #FFCEE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-eval-aeo-01 li {
    padding-left: 30px !important;
}

.vert-eval-aeo-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 45px !important;
    border-radius: 0% !important;
    background: #FFCEE9 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-aeo-02:before {
    width: 443px;
}

#adap-strip-aeo-03:before {
    width: 382px;
}

.adap-vert-aeo-02 li:before {
    height: 75px !important;
}

#adap-strip-aeo-04:before {
    width: 534px;
}

#adap-strip-aeo-05:before {
    width: 360px;
}

@media (max-width: 480px) {
    .blog-eval-aeo h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-eval-aeo img {
        margin: 24px 0 !important;
    }
    .strip-eval-aeo-01:before {
        display: none;
    }
    .vert-eval-aeo-01 {
        margin: 48px 0;
        border: 1px solid #FFCEE9;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-eval-aeo-01 ul {
        margin: 0 !important;
    }
    .vert-eval-aeo-01 li {
			font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-eval-aeo-01 li:before {
		display: none;
    }
}
/* СТИЛИ СТРАНИЦЫ Как оценить репутацию бизнеса в AEO выдаче КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ почему отзывы так влияют на ваш мозг НАЧАЛО */
.blog-rev-brain {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rev-brain p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rev-brain ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rev-brain li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rev-brain li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #74BCC5 !important;
    left: 0;
    top: 6px !important;
}

.blog-rev-brain img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.table-brain {
    background-color: #BBE3E8 !important;
}   

.table-brain ol {
	padding-left: 20px !important;
}

.table-brain li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-rev-brain h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.vert-rev-brain-01 li {
    padding-left: 30px !important;
}

.vert-rev-brain-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 120px !important;
    border-radius: 0% !important;
    background: #74BCC5 !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-rev-brain-01 {
    position: relative;
    margin: 16px 0;
}

.strip-rev-brain-01:before {
    content: '' !important;
    width: 570px;
    height: 11px;
    background: #BBE3E8;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.adap-vert-brain-02 li:before {
    height: 70px !important;
}

.long-rev-brain-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 10px !important;
}

.long-rev-brain-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 155px !important;
    border-radius: 0%;
    background: #74BCC5;
    left: 1px;
    top: 0 !important;
}

.long-rev-brain-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-rev-brain-01 li:before {
    display: none;
}

.icon-spec-brain-01 img {
	width: 100px;
	margin: 0 0 0 30px !important;
}

.dig-brain-spec p:first-child {
	text-transform: uppercase;
}

#adap-strip-brain-02:before {
    width: 515px;
}

.adap-long-brain-02 ul:before {
    height: 300px !important;
}

.adap-long-brain-03 ul:before {
    height: 270px !important;
}

.adap-long-brain-04 ul:before {
    height: 180px !important;
}

#adap-strip-brain-03:before {
    width: 670px;
}

.adap-vert-brain-03 li:before {
    height: 45px !important;
}

@media (max-width: 480px) {
    .blog-rev-brain h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rev-brain img {
        margin: 24px 0 !important;
    }
    .strip-rev-brain-01:before {
        display: none;
    }
    .long-rev-brain-01 ul:before {
        display: none;
    }
	.long-rev-brain-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-brain-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 14px !important;
	}
	.dig-brain-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-brain-spec p:first-child {
	    text-transform: none !important;
    }
    .vert-rev-brain-01 {
        margin: 48px 0;
        border: 1px solid #94A082;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-rev-brain-01 ul {
        margin: 0 !important;
    }
    .vert-rev-brain-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rev-brain-01 li:before {
		display: none;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ почему отзывы так влияют на ваш мозг КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Анатомия идеального креатива: какой пост точно соберет охваты НАЧАЛО */
.blog-reach-which {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-reach-which p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-reach-which ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-reach-which li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-reach-which li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #AB5D5C !important;
    left: 0;
    top: 6px !important;
}

.blog-reach-which img {
    max-width: 720px;
    margin-bottom: 16px;
}

.table-which {
    background-color: #FFCDBC !important;
}   

.table-which ol {
	padding-left: 20px !important;
}

.table-which li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-reach-which h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.blog-reach-which h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.vert-reach-which-01 li {
    padding-left: 30px !important;
}

.vert-reach-which-01 li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 95px !important;
    border-radius: 0% !important;
    background: #AB5D5C !important;
    left: 1px !important;
    top: 4px !important;
}

.strip-reach-which-01 {
    position: relative;
    margin: 16px 0;
}

.strip-reach-which-01:before {
    content: '' !important;
    width: 475px;
    height: 11px;
    background: #FFCDBC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-which-02:before {
    width: 377px;
}

#adap-strip-which-03:before {
    width: 340px;
}

#adap-strip-which-04:before {
    width: 514px;
}

#adap-strip-which-05:before {
    width: 350px;
}

.blog-btn-text p {
    margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-reach-which h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-reach-which h3 {
        font-size: 16px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-reach-which img {
        margin: 24px 0 !important;
    }
    .strip-reach-which-01:before {
        display: none;
    }
    .vert-reach-which-01 {
        margin: 48px 0;
        border: 1px solid #AB5D5C;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-reach-which-01 ul {
        margin: 0 !important;
    }
    .vert-reach-which-01 li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-reach-which-01 li:before {
		display: none;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Анатомия идеального креатива: какой пост точно соберет охваты КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Скрытый маркетинг в 2026 году: делаем рекламу исподтишка НАЧАЛО */
.blog-mark-stealth {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-stealth p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-stealth ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-stealth li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-stealth li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F1E1FF !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-stealth img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.table-stealth {
    background-color: #F1E1FF !important;
}   

.table-stealth ol {
	padding-left: 20px !important;
}

.table-stealth li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-mark-stealth h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.blog-mark-stealth h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-mark-stealth-01 {
    position: relative;
    margin: 16px 0;
}

.strip-mark-stealth-01:before {
    content: '' !important;
    width: 315px;
    height: 11px;
    background: #E8CEFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.list-mark-stealth li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -5px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
} 

#adap-strip-stealth-02:before {
    width: 400px;
}

#adap-strip-stealth-03:before {
    width: 435px;
}

#adap-strip-stealth-04:before {
    width: 550px;
}

#adap-strip-stealth-05:before {
    width: 530px;
}

#adap-strip-stealth-06:before {
    width: 540px;
}

#adap-strip-stealth-07:before {
    width: 605px;
}

.text-mark-stealth .center {
	margin-top: 0 !important;
}

.container-mark-stealth {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
	gap: 16px;
}

.icon-mark-stealth img {
    max-width: 90px !important;
	margin: 0 16px 0 0 !important;
}

.container-mark-stealth .brand-icon-text p:first-child {
	margin-bottom: 8px !important;
	line-height: normal;
}

.container-mark-stealth .brand-icon-text p:last-child {
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .blog-mark-stealth h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-mark-stealth h3 {
        font-size: 16px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-mark-stealth img {
        margin: 24px 0 !important;
    }
    .strip-mark-stealth-01:before {
        display: none;
    }
    .container-mark-stealth .brand-icon-text .semibold {
        font-size: 14px !important;
    }
    .container-mark-stealth .brand-icon-text p:last-child {
        font-size: 12px !important;
    }
	.icon-mark-stealth img {
		margin: 24px 0 10px 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Скрытый маркетинг в 2026 году: делаем рекламу исподтишка КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Какой отзыв можно сделать вирусным НАЧАЛО */
.blog-can-viral {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-can-viral p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-can-viral ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-can-viral li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-can-viral li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D67415 !important;
    left: 0;
    top: 6px !important;
}

.blog-can-viral img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.blog-can-viral .center {
	margin: 16px 0 !important;
}

.table-viral {
    background-color: #FFCDBC !important;
}   

.table-viral ol {
	padding-left: 20px !important;
}

.table-viral li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-can-viral h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.long-can-viral-01 ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-can-viral-01 ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 100%;
    border-radius: 0%;
    background: #D67415;
    left: 1px;
    top: 1px !important;
}

.long-can-viral-01 li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-can-viral-01 li:before {
    display: none;
}

.icon-spec-viral-01 img {
	width: 100px;
	margin: 0 0 0 30px !important;
}

.dig-viral-spec p:first-child {
	text-transform: uppercase;
}

.strip-can-viral-01 {
    position: relative;
    margin: 16px 0;
}

.strip-can-viral-01:before {
    content: '' !important;
    width: 400px;
    height: 11px;
    background: #FFD3A9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-viral-02:before {
    width: 540px;
}

#adap-strip-viral-03:before {
    width: 420px;
}

#adap-strip-viral-04:before {
    width: 510px;
}

#adap-strip-viral-05:before {
    width: 470px;
}

.vert-can-viral li {
    padding-left: 30px !important;
}

.vert-can-viral li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 100% !important;
    border-radius: 0% !important;
    background: #D67415 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-viral-06:before {
    width: 690px;
}

@media (max-width: 480px) {
    .blog-can-viral h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-can-viral img {
        margin: 24px 0 !important;
    }
    .strip-can-viral-01:before {
        display: none;
    }
    .long-can-viral-01 ul:before {
        display: none;
    }
	.long-can-viral-01 ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
	.icon-adap-viral-hd img {
		max-width: 30px !important;
		margin: 0 0 16px 14px !important;
	}
	.dig-viral-spec p:nth-child(2) {
        font-style: normal !important;
    }
	.dig-viral-spec p:first-child {
	    text-transform: none !important;
    }
    .vert-can-viral {
        margin: 48px 0;
        border: 1px solid #D67415;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-can-viral ul {
        margin: 0 !important;
    }
    .vert-can-viral li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-can-viral li:before {
		display: none;
    }
	.blog-can-viral .center {
	margin: 16px 0 0 0 !important;
}
	.slider-adap {
        margin: 0 0 24px 0;
    }
	.slider-can-viral img {
		margin-top: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important
	}
}
/* СТИЛИ СТРАНИЦЫ Какой отзыв можно сделать вирусным КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 10 самых громких скандалов Олимпийских игр НАЧАЛО */
.blog-scan-olympic {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-olympic p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-olympic ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-olympic li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-olympic li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #F1E1FF !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-olympic img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.table-olympic {
    background-color: #E8ECFF !important;
}   

.table-olympic ol {
	padding-left: 20px !important;
}

.table-olympic li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-scan-olympic h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.blog-scan-olympic h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-scan-olympic-01 {
    position: relative;
    margin: 16px 0;
}

.strip-scan-olympic-01:before {
    content: '' !important;
    width: 460px;
    height: 11px;
    background: #CED6FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.video-scan-olympic {
	margin-bottom: 16px;
}

.blog-scan-olympic .center {
	margin: 16px 0 !important;
}

@media (max-width: 480px) {
    .blog-scan-olympic h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-scan-olympic h3 {
        font-size: 16px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-scan-olympic img {
        margin: 24px 0 !important;
    }
    .strip-scan-olympic-01:before {
        display: none;
    }
	.video-scan-olympic {
	margin: 24px 0;
}
	.cover-indent-none img {
		margin-top: 0 !important
	}
}
/* СТИЛИ СТРАНИЦЫ 10 самых громких скандалов Олимпийских игр КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ “Налог на розовое”: как 8 Марта превращается в маркетинговый триггер НАЧАЛО */
.blog-pink-tax {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-pink-tax p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-pink-tax ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-pink-tax li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-pink-tax li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0 !important;
	font-size: 16px !important; 
  	background: #000000 !important;
}

.blog-pink-tax img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.table-tax {
    background-color: #FFD8E7 !important;
}   

.table-tax ol {
	padding-left: 20px !important;
}

.table-tax li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-pink-tax h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin: 16px 0 16px 10px !important;
}

.blog-pink-tax h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.blog-pink-tax .center {
	margin: 0 0 16px 0 !important;
}

.strip-pink-tax {
    position: relative;
    margin: 16px 0;
}

.strip-pink-tax:before {
    content: '' !important;
    width: 305px;
    height: 11px;
    background: #FFCEE2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-tax-02:before{
    width: 375px;
}

#adap-strip-tax-02:before{
    width: 375px;
}

.vert-pink-tax li {
    padding-left: 30px !important;
    margin: 0 !important;
}

.vert-pink-tax li:before {
    content: '' !important;
    position: absolute;
    width: 4px !important;
    height: 100% !important;
    border-radius: 0% !important;
    background: #FFCEE2 !important;
    left: 1px !important;
    top: 4px !important;
}

#adap-strip-tax-03:before{
    width: 543px;
}

#adap-strip-tax-04:before{
    width: 420px;
}

@media (max-width: 480px) {
    .blog-pink-tax h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-pink-tax h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-pink-tax img {
        margin: 24px 0 !important;
    }
    .strip-pink-tax:before {
        display: none;
    }
    .vert-pink-tax {
        margin: 48px 0;
        border: 1px solid #FFCEE2;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-pink-tax ul {
        margin: 0 !important;
    }
    .vert-pink-tax li {
        font-style: italic !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-pink-tax li:before {
		display: none;
    }
    .cover-indent-none img {
        margin-top: 0 !important;
    }
	.video-pink-tax {
		margin: 24px 0;
	}
}
/* СТИЛИ СТРАНИЦЫ “Налог на розовое”: как 8 Марта превращается в маркетинговый триггер КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ GEO: как попасть в ответ ИИ по “лучшим компаниям” НАЧАЛО */
.blog-get-geo {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-get-geo p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-get-geo ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-get-geo li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-get-geo li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #023962 !important;
    left: 0;
    top: 6px !important;
}

.blog-get-geo img {
    max-width: 720px;
    margin-bottom: 16px;
}

.blog-get-geo .center {
    margin: 16px 0 !important;
}

.table-geo {
    background-color: #BBE2FF !important;
}   

.table-geo ol {
	padding-left: 20px !important;
}

.table-geo li {
    padding-left: 0 !important;
    margin-bottom: 8px !important;
	font-size: 14px !important;
}

.blog-get-geo h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin-left: 10px;
}

.blog-get-geo h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-get-geo {
    position: relative;
    margin: 16px 0;
}

.strip-get-geo:before {
    content: '' !important;
    width: 495px;
    height: 11px;
    background: #BBE2FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-geo-02::before {
    width: 453px;
}

#adap-strip-geo-03::before {
    width: 475px;
}

#adap-strip-geo-04::before {
    width: 565px;
}

#adap-strip-geo-05::before {
    width: 190px;
}

@media (max-width: 480px) {
    .blog-get-geo h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-get-geo h3 {
        font-size: 16px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-get-geo img {
        margin: 24px 0 !important;
    }
    .strip-get-geo:before {
        display: none;
    }
    .cover-indent-none img {
        margin-top: 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ GEO: как попасть в ответ ИИ по “лучшим компаниям” КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Запрет иностранных слов: 20 вопросов юристу НАЧАЛО */
.blog-foreign-ban {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-foreign-ban p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-foreign-ban ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-foreign-ban li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-foreign-ban li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0 !important;
	font-size: 16px !important; 
  	background: #000000 !important;
}

.blog-foreign-ban img {
    max-width: 720px;
    margin-bottom: 16px !important;
}

.table-ban ol {
    padding-left: 20px !important;
}      

.table-ban {
    background-color: #DDF2F9 !important;
}      

.table-ban li {
    padding-left: 0 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.blog-foreign-ban h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    margin: 16px 0 16px 10px !important;
}

.blog-foreign-ban h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-ban-foreign {
    position: relative;
    margin: 16px 0;
}

.strip-ban-foreign:before {
    content: '' !important;
    width: 405px;
    height: 11px;
    background: #DDF2F9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-ban-02:before {
	width: 315px;
}

#adap-strip-ban-03:before {
	width: 340px;
}

#adap-strip-ban-04:before {
	width: 580px;
}

.list-foreign-ban-01 li:before {
    font-size: 22px !important;
		top: -7px !important;
}

@media (max-width: 480px) {
    .blog-foreign-ban h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-foreign-ban h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
    .blog-foreign-ban img {
        margin: 24px 0 !important;
    }
	.strip-ban-foreign:before {
		display: none;
	}
    .cover-indent-none img {
        margin-top: 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Запрет иностранных слов: 20 вопросов юристу КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ORM для сетевого бизнеса: почему одна точка может все испортить НАЧАЛО */
.blog-bus-ruin {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-bus-ruin p {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-bus-ruin ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-bus-ruin li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-bus-ruin li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #095E45 !important;
    left: 0;
    top: 6px !important;
}

.blog-bus-ruin img {
    margin-bottom: 16px !important;
}

.table-ruin ol {
    padding-left: 20px !important;
}

.table-ruin {
    background-color: #CDF4E2 !important;
}      

.table-ruin li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-bus-ruin h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	  margin: 16px 0 16px 10px !important;
}

.strip-bus-ruin {
    position: relative;
    margin: 16px 0;
}

.strip-bus-ruin:before {
    content: '';
    width: 460px;
    height: 11px;
    background: #CDF4E2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-bus-ruin li {
    padding-left: 30px !important;
}

.vert-bus-ruin li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100% !important;
    border-radius: 0% !important;
    background: #095E45 !important;
    left: 1px !important;
    top: 0 !important;
}

#adap-strip-ruin-02:before {
    width: 505px;
}

#adap-strip-ruin-03:before {
    width: 485px;
}

.bus-ruin-cell th {
		width: 50%;
    background-color: #095E45;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
		text-align: center;
		padding: 16px;
}

.case-table-ruin table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 9px 12px;
	margin-bottom: 16px;
}

.high-dark-ruin, 
.high-light-ruin {
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    padding: 0 20px;
	  height: 52px;
	  text-align: center;
}

.high-dark-ruin {
    background-color: #CDF4E2;
}

.high-light-ruin {
    background-color: #ffffff;
    border: 1px solid #C4FFC9;
}

#adap-strip-ruin-04:before {
    width: 470px;
}

#adap-strip-ruin-05:before {
    width: 403px;
}

#adap-strip-ruin-07:before {
    width: 540px;
}

.long-vert-blog ul {
    position: relative;
    padding-left: 16px !important;
	margin-left: 35px;
}

.long-vert-blog ul:before {
    content: '';
    position: absolute;
    width: 2px !important;
    height: 100%;
    border-radius: 0%;
    background: #095E45;
    left: 1px;
    top: 0 !important;
}

.long-vert-blog li {
    padding-left: 0 !important;
    margin-left: 0;
}

.long-vert-blog li:before {
    display: none;
}

@media (max-width: 480px) {
    .blog-bus-ruin h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-bus-ruin img {
		margin: 24px 0 !important;
	}
    .blog-bus-ruin ul {
        margin: 24px 0 24px 10px !important;
    }
	.strip-bus-ruin:before {
		display: none;
	}
	.case-table-ruin table, 
.case-table-ruin thead, 
.case-table-ruin tbody, 
.case-table-ruin th, 
.case-table-ruin td, 
.case-table-ruin tr { 
  display: revert;
}
	.high-dark-ruin, 
	.high-light-ruin {
		font-size: 14px;
		padding: 10px;
	}
	.vert-bus-ruin {
        margin: 48px 0;
        border: 1px solid #095E45;
        border-radius: 8px;
        padding: 8px;
    }
    .vert-bus-ruin ul {
        margin: 0 !important;
    }
    .vert-bus-ruin li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-bus-ruin li:before {
		display: none;
    }
    .long-vert-blog ul:before {
        display: none;
    }
	.long-vert-blog ul {
		margin: 0 0 24px 10px !important;
		padding-left: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ ORM для сетевого бизнеса: почему одна точка может все испортить КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как удалить 139 отзывов за два месяца НАЧАЛО */
.blog-rev-ete {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rev-ete p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rev-ete ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rev-ete li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rev-ete li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #1E518B !important;
    left: 0;
    top: 6px !important;
}

.blog-rev-ete img {
    margin-bottom: 16px !important;
}

.blog-rev-ete .center {
	margin: 16px 0 !important;
}

.table-ete ol {
    padding-left: 20px !important;
}

.table-ete {
    background-color: #9BBEE5 !important;
}      

.table-ete li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rev-ete h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-rev-ete h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-rev-ete {
    position: relative;
    margin: 16px 0;
}

.strip-rev-ete:before {
    content: '';
    width: 460px;
    height: 11px;
    background: #9BBEE5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.dark-ete, 
.light-ete {
	font-size: 14px !important;
	 padding: 6px 12px !important;
}

.light-ete {
    border: 1px solid #1E518B !important;
    background-color: #ffffff !important;
}

.dark-ete {
    background-color: #1E518B !important;
    color: #ffffff !important;
}

.light-ete img {
	width: 15px;
	margin: 0 auto !important;
}

.rev-ete-cell th {
	width: auto !important;
	padding: 10px 20px !important;
	font-weight: 600 !important;
}

#adap-strip-ete-03:before {
    width: 260px;
}

#adap-strip-ete-04:before {
    width: 395px;
}

#adap-strip-ete-05:before {
    width: 145px;
}

.vert-rev-ete li {
    padding-left: 30px !important;
}

.vert-rev-ete li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100% !important;
    border-radius: 0% !important;
    background: #1E518B !important;
    left: 1px !important;
    top: 0 !important;
}

.blog-rev-ete .list-mar-none li::marker {
    font-weight: 400;
}

.blog-rev-ete .list-mar-none li {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-rev-ete h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rev-ete h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
	.blog-rev-ete ul {
        margin: 24px 0 24px 10px !important;
    }
	.vert-rev-ete {
        margin: 48px 0;
        border: 1px solid #1E518B;
        border-radius: 8px;
				padding: 8px;
    }
	.vert-rev-ete ul {
		margin: 0 !important;
	}
    .vert-rev-ete li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-rev-ete li:before {
		display: none;
    }
    .blog-rev-ete img {
		margin: 24px 0 !important;
	}
	.strip-rev-ete:before {
		display: none;
	}
	.rev-ete-table {
		display: none;
	}
	.rev-ete-adap {
        border: 1px solid #1E518B;
    }
}
/* СТИЛИ СТРАНИЦЫ Как удалить 139 отзывов за два месяца КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Markway и FuturoHome: как мы подняли SERM-индекс на 25% НАЧАЛО */
.blog-mark-futur {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mark-futur p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mark-futur ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mark-futur li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mark-futur li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #6FACDE !important;
    left: 0;
    top: 6px !important;
}

.blog-mark-futur .center {
	margin: 16px 0 !important;
}

.blog-mark-futur img {
    margin-bottom: 16px !important;
}

.table-futur ol {
    padding-left: 20px !important;
}

.table-futur {
    background-color: #D0EAFF !important;
}      

.table-futur li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mark-futur h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-mark-futur h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-mark-futur {
    position: relative;
    margin: 16px 0;
}

.strip-mark-futur:before {
    content: '';
    width: 150px;
    height: 11px;
    background: #D0EAFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-futur-02:before {
    width: 370px;
}

#adap-strip-futur-03:before {
    width: 503px;
}

.mark-futur-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 9px 12px;
	margin-bottom: 16px;
}

.mark-futur-cell th {
	border-radius: 10px;
}

.dark-futur, 
.light-futur {
	font-size: 12px !important;
	padding: 6px 12px !important;
}

.light-futur {
    border: 1px solid #6FACDE !important;
    background-color: #ffffff !important;
}

.dark-futur {
    background-color: #6FACDE !important;
    color: #ffffff !important;
}

#adap-strip-futur-04:before {
    width: 500px;
}

#adap-strip-futur-05:before {
    width: 600px;
}

#adap-strip-futur-06:before {
    width: 490px;
}

#adap-strip-futur-07:before {
    width: 260px;
}

#adap-strip-futur-08:before {
    width: 395px;
}

#adap-strip-futur-09:before {
    width: 180px;
}

.blog-mark-futur .list-mar-none li::marker {
    font-weight: 400;
}

.blog-mark-futur .list-mar-none li {
	margin-bottom: 0 !important;
}

.long-mark-futur li {
	padding-left: 0 !important;
}

.long-mark-futur ul:before {
    background: #6FACDE !important;
}

@media (max-width: 480px) {
    .blog-mark-futur h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-mark-futur h3 {
        font-size: 18px !important;
        margin: 24px 0 16px 10px !important;
    }
	.blog-mark-futur ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mark-futur img {
		margin: 24px 0 !important;
	}
	.strip-mark-futur:before {
		display: none;
	}
	.slider-futur-table img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.icon-adap-viral-hd img {
		margin: 0 0 16px 14px !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Markway и FuturoHome: как мы подняли SERM-индекс на 25% КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Удаление отзыва через суд: насколько это реально НАЧАЛО */
.blog-del-court {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-del-court p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-del-court ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-del-court li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-del-court li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #423D36 !important;
    left: 0;
    top: 6px !important;
}

.blog-del-court img {
    margin-bottom: 16px !important;
}

.table-court ol {
    padding-left: 20px !important;
}

.table-court {
    background-color: #F6EBD7 !important;
}      

.table-court li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-del-court h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-del-court {
    position: relative;
    margin: 16px 0;
}

.strip-del-court:before {
    content: '';
    width: 411px;
    height: 11px;
    background: #F6EBD7;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-court-02:before {
    width: 325px;
}

#adap-strip-court-03:before {
    width: 365px;
}

#adap-strip-court-04:before {
    width: 312px;
}

#adap-strip-court-05:before {
    width: 500px;
}

#adap-strip-court-06:before {
    width: 345px;
}

.container-del-court {
	display: flex;
    flex-direction: column;
    gap: 16px;
	margin-bottom: 16px;
}

.container-del-court .brand-icon-text {
	gap: 28px;
}

.icon-del-court img {
	max-width: 90px !important;
	margin: 0 !important;
}

.blog-cards-court {
  display: flex;
  gap: 20px;
	margin-bottom: 16px;
}

.card-court {
  flex: 1;
}

.court-title {
  background: #423D36;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.court-top {
  display: flex;
	height: 77px;
  gap: 5px;
  margin-bottom: 10px;
}

.court-icon {
  background: #F6EBD7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
	padding: 11px 9px;
}

.court-icon img {
	width: 55px;
  height: auto;
	margin: 0 auto !important;
}

.court-second-case img {
	width: 50px;
}

.court-text {
  background: #F6EBD7;
	font-size: 14px;
  border-radius: 10px;
  padding: 5px 26px 5px 10px;
  flex: 1;
}

.court-bottom {
  background: #F6EBD7;
  border-radius: 10px;
	font-size: 14px;
  padding: 5px 26px 5px 10px;
}

.vert-del-court li:before {
    content: '';
    position: absolute;
    width: 4px !important;
    height: 100% !important;
    border-radius: 0% !important;
    background: #423D36 !important;
    left: 1px !important;
    top: 0 !important;
}

@media (max-width: 480px) {
    .blog-del-court h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-del-court ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-del-court img {
		margin: 24px 0 !important;
	}
	.strip-del-court:before {
		display: none;
	}
	.blog-cards-court {
    flex-direction: column;
		margin: 24px 0;
  }
	.icon-del-court img {
		margin: 0 !important;
	}
  .card-court {
    margin: 0;
  }
	.court-icon img {
		width: 50px !important;
		margin: 0 !important;
	}
	.court-text {
		padding: 5px 0 5px 10px;
	}
	.container-del-court .brand-icon-text {
    gap: 16px;
}
	.vert-del-court {
        margin: 48px 0;
        border: 1px solid #423D36;
        border-radius: 8px;
				padding: 8px;
    }
	.vert-del-court ul {
		margin: 0 !important;
	}
    .vert-del-court li {
        margin: 0 !important;
        padding: 0 !important;
    }
	.vert-del-court li:before {
		display: none;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Удаление отзыва через суд: насколько это реально КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Сколько стоит управление репутацией в 2026 году НАЧАЛО */
.blog-orm-costin {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-orm-costin p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-orm-costin ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-orm-costin li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-orm-costin li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -7px !important;
	font-size: 24px !important; 
  	background: #000000 !important;
}

.blog-orm-costin img {
    margin-bottom: 16px !important;
}

.table-costin ol {
    padding-left: 20px !important;
}

.table-costin {
    background-color: #CED6FF !important;
}      

.table-costin li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-orm-costin h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-orm-costin h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-orm-costin {
    position: relative;
    margin: 16px 0;
}

.strip-orm-costin:before {
    content: '';
    width: 430px;
    height: 11px;
    background: #CED6FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.orm-costin-mar {
    margin-left: 16px;
}

.long-orm-costin ul:before {
    background: #C8C8C8 !important;
}

.long-orm-costin ul li {
	padding-left: 0 !important;
}

#adap-strip-costin-02:before {
    width: 595px;
}

#adap-strip-costin-03:before {
    width: 567px;
}

.dark-costin, 
.light-costin {
	font-size: 12px !important;
	padding: 6px 12px !important;
}

.light-costin {
    border: 1px solid #CED6FF !important;
    background-color: #ffffff !important;
}

.dark-costin {
    background-color: #CED6FF !important;
    color: #000000 !important;
	border-radius: 10px;
}

#adap-strip-costin-04:before {
    width: 420px;
}

.container-orm-costin {
	display: flex;
    flex-direction: column;
    gap: 16px;
	margin-bottom: 16px;
}

.container-orm-costin .brand-icon-text {
	gap: 28px;
}

.icon-orm-costin img {
	max-width: 100px !important;
	margin: 0 !important;
}

#adap-strip-costin-05:before {
    width: 370px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-orm-costin h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-orm-costin h3 {
        margin: 24px 0 16px 10px !important;
    }
	.blog-orm-costin ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-orm-costin img {
		margin: 24px 0 !important;
	}
	.strip-orm-costin:before {
		display: none;
	}
	.slider-orm-costin img {
		margin-top: 0 !important;
	}
    .icon-orm-costin img {
        max-width: 63px !important;
    }
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
    .container-orm-costin .brand-icon-text {
			flex-direction: row;
        align-items: center !important;
        gap: 16px;
    }
    .container-orm-costin .brand-icon-text .brands-text-icon p {
        font-size: 12px !important;
    }
	.container-orm-costin .brand-icon-text .brands-text-icon .semibold {
        font-size: 12px !important;
    }
	.orm-costin-mar {
    margin-left: 10px;
}
	.orm-costin-table {
display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Сколько стоит управление репутацией в 2026 году КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Ребрендинг компании: как управлять репутацией после перезагрузки НАЧАЛО */
.blog-after-reboot {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-after-reboot p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-after-reboot ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-after-reboot li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-after-reboot li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #930891 !important;
    left: 0;
    top: 6px !important;
}

.blog-after-reboot .center {
	margin: 16px 0 !important;
}

.blog-after-reboot img {
    margin-bottom: 16px !important;
}

.blog-after-reboot .center {
	margin-bottom: 0 !important;
}

.table-reboot ol {
    padding-left: 20px !important;
}

.table-reboot {
    background-color: #E5B2E5 !important;
}      

.table-reboot li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-after-reboot h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-after-reboot {
    position: relative;
    margin: 16px 0;
}

.strip-after-reboot:before {
    content: '';
    width: 575px;
    height: 11px;
    background: #E5B2E5;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.rebrand-slider-wrap {
  overflow: visible;
}

.rebrand-table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
	border-spacing: 8px 11px;
}

.rebrand-table thead th {
  background: #930891;
  color: #ffffff;
	border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  text-align: center;
}

.rebrand-table tbody td {
  background: #ffffff;
  padding: 11px 5px;
  font-size: 12px;
	font-weight: 500;
  color: #000000;
	border-radius: 10px;
  text-align: center;
  line-height: normal;
  border: 1px solid #930891;
}

.rebrand-mobile-label {
  display: none;
}

.after-reboot-txt p {
	font-size: 12px !important;
	margin-bottom: 0 !important;
	font-weight: 500 !important;
	line-height: normal !important;
	text-align: center !important;
}

#adap-strip-reboot-02:before {
    width: 505px;
}

#adap-strip-reboot-03:before {
    width: 395px;
}

#adap-strip-reboot-04:before {
    width: 395px;
}

#adap-strip-reboot-05:before {
    width: 430px;
}

@media (max-width: 768px) {
  .rebrand-slider-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 23px;
  }
	.reboot-w-1 { height: 43px; }
	.reboot-w-2 { height: 63px; }
  .rebrand-slider-wrap::-webkit-scrollbar {
    display: none;
  }
	.rebrand-table {
		margin-bottom: 16px;
	}
  .rebrand-table thead {
    display: none;
  }
  .rebrand-table {
    display: flex;
    flex-direction: row;
    gap: 25px;
    width: max-content;
  }
  .rebrand-table tbody {
    display: contents;
  }
	.after-reboot-txt {
		width: 300px;
		justify-content: center;
        align-items: center;
        display: flex;
		    border: 1px solid #930891;
    border-radius: 10px;
	}
  .rebrand-table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 80vw;
    max-width: 80vw;
    scroll-snap-align: center;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
  }
  .rebrand-table tbody td {
    background: transparent;
    border: none;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 0;
  }
  .rebrand-mobile-label {
    display: inline-block;
    background: #930891;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    border-radius: 10px;
		margin-bottom: 10px;
    width: 300px;
    box-sizing: border-box;
    text-align: center;
  }
	.after-reboot-txt p {
		font-size: 14px !important;
	}
	.blog-after-reboot h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-after-reboot ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-after-reboot img {
		margin: 24px 0 !important;
	}
	.strip-after-reboot:before {
		display: none;
	}
	.slider-after-reboot img {
		margin-top: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Ребрендинг компании: как управлять репутацией после перезагрузки КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Скандал с “Мираторгом”: как косвенные кризисы приводят к отмене брендов НАЧАЛО */
.blog-scan-miratorg {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-miratorg p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-miratorg ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-miratorg li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-miratorg img {
    margin-bottom: 16px !important;
}

.blog-scan-miratorg .center {
	font-size: 14px !important;
}

.table-miratorg ol {
    padding-left: 20px !important;
}

.table-miratorg {
    background-color: #FFEBCC !important;
}      

.table-miratorg li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-miratorg h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-scan-miratorg h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-scan-miratorg {
    position: relative;
    margin: 16px 0;
}

.strip-scan-miratorg:before {
    content: '';
    width: 530px;
    height: 11px;
    background: #FFE878;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-miratorg-02:before {
    width: 570px;
}

#adap-strip-miratorg-03:before {
    width: 425px;
}

#adap-strip-miratorg-04:before {
    width: 435px;
}

#adap-strip-miratorg-05:before {
    width: 535px;
}

.bold {
    font-weight: 700 !important;
}

@media (max-width: 480px) {
    .blog-scan-miratorg h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-miratorg h3 {
        margin: 24px 0 16px 10px !important;
    }
	.blog-scan-miratorg ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-scan-miratorg img {
		margin: 24px 0 !important;
	}
	.blog-scan-miratorg .center {
    margin: 24px 10px 16px 10px !important;
}
	.strip-scan-miratorg:before {
		display: none;
	}
}
/* СТИЛИ СТРАНИЦЫ Скандал с “Мираторгом”: как косвенные кризисы приводят к отмене брендов КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Метрики репутации в интернете: чего ждать от исполнителей НАЧАЛО */
.blog-rep-metrics {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rep-metrics p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rep-metrics ul {
	list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rep-metrics li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rep-metrics li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #4F5757 !important;
    left: 0;
    top: 6px !important;
}

.blog-rep-metrics img {
    margin-bottom: 16px !important;
}

.table-metrics ol {
    padding-left: 20px !important;
}

.table-metrics {
    background-color: #DBDEE3 !important;
}      

.table-metrics li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rep-metrics h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-rep-metrics h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-rep-metrics {
    position: relative;
    margin: 16px 0;
}

.strip-rep-metrics:before {
    content: '';
    width: 630px;
    height: 11px;
    background: #DBDEE3;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-metrics-02:before {
    width: 450px;
}

.rep-metrics-red, 
.rep-metrics-green {
	font-weight: 600 !important;
}

.rep-metrics-red {
	color: #FF0000;
}

.rep-metrics-green {
	color: #119902;
}

@media (max-width: 480px) {
    .blog-rep-metrics h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rep-metrics h3 {
        margin: 24px 0 16px 10px !important;
    }
	.blog-rep-metrics ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-rep-metrics img {
		margin: 24px 0 !important;
	}
	.strip-rep-metrics:before {
		display: none;
	}
	.img-adap-metrics-01 img {
		transform: scale(1.1);
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-adap-metrics img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Метрики репутации в интернете: чего ждать от исполнителей КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Отчет по управлению репутацией: что важно знать заказчику НАЧАЛО */
.blog-cust-imp {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-cust-imp p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-cust-imp ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-cust-imp li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-cust-imp li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #538C97 !important;
    left: 0;
    top: 6px !important;
}

.blog-cust-imp img {
    margin-bottom: 16px !important;
}

.table-imp ol {
    padding-left: 20px !important;
}

.table-imp {
    background-color: #C3E4EA !important;
}      

.table-imp li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-cust-imp h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

/* .blog-cust-imp .center {
	margin: 0 !important;
} */

.strip-cust-imp {
    position: relative;
    margin: 16px 0;
}

.strip-cust-imp:before {
    content: '';
    width: 440px;
    height: 11px;
    background: #C3E4EA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-imp-02:before {
    width: 473px;
}

.cust-imp-table {
	table-layout: auto !important;
}

.cust-imp-table thead th {
  background: #538C97 !important;
	padding: 14px 12px !important;
}

.cust-imp-table tbody td {
  border: 1px solid #538C97 !important;
}

#adap-strip-imp-03:before {
    width: 600px;
}

#adap-strip-imp-04:before {
    width: 350px;
}

#adap-strip-imp-05:before {
    width: 320px;
}

.vert-cust-imp li {
    padding-left: 30px !important;
}

.vert-cust-imp li:before {
    width: 4px !important;
    height: 100% !important;
    background: #538C97 !important;
}

#adap-strip-imp-06:before {
    width: 565px;
}

#adap-strip-imp-07:before {
    width: 115px;
}

@media (max-width: 768px) {
	.cust-imp-table tbody td {
		border: none !important;
	}
	.cust-imp-txt {
		border: 1px solid #538C97 !important;
	}
    .cust-label {
        background: #538C97 !important;
    }
	.blog-cust-imp h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-cust-imp ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-cust-imp img {
		margin: 24px 0 !important;
	}
	.strip-cust-imp:before {
		display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
	.vert-cust-imp ul {
		margin: 0 !important;
	}
	.icon-del-court img {
		margin: 0 !important;
	}
	.vert-cust-imp li {
    	padding-left: 0 !important;
    	margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Отчет по управлению репутацией: что важно знать заказчику КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Агенты влияния: как на самом деле они управляют репутацией НАЧАЛО */
.blog-agent-influ {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-agent-influ p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-agent-influ ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-agent-influ li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-agent-influ li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -7px !important;
	font-size: 24px !important; 
  	background: #000000 !important;
}

.blog-agent-influ img {
    margin-bottom: 16px !important;
}

.table-influ ol {
    padding-left: 20px !important;
}

.table-influ {
    background-color: #FFCEE9 !important;
}      

.table-influ li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-agent-influ h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-agent-influ h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 16px 0 16px 10px !important;
    line-height: 1.6 !important;
}

.strip-agent-influ {
    position: relative;
    margin: 16px 0;
}

.strip-agent-influ:before {
    content: '';
    width: 352px;
    height: 11px;
    background: #FFCEE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-influ-02:before {
    width: 580px;
}

.agent-influ-table thead th {
    background: #FFCEE9 !important;
    color: #000000 !important;
    font-size: 14px;
}

.agent-influ-table tbody td {
    border: 1px solid #FFCEE9 !important;
}

.influ-semibold {
	font-weight: 600;
}

.agent-influ-txt {
	font-size: 12px !important; 
}

#adap-strip-influ-03:before {
    width: 340px;
}

.vert-agent-influ li {
    padding-left: 30px !important;
}

.vert-agent-influ li:before {
		content: '' !important;
    width: 4px !important;
    height: 100% !important;
    background: #FFCEE9 !important;
    top: 0 !important;
}

.container-agent-influ {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.column-agent-influ-01 p {
		margin-bottom: 0 !important;
	}

.container-agent-influ .brand-icon-text {
	gap: 16px;
}

.icon-agent-influ img {
    max-width: 100px !important;
    margin: 0 !important;
}

#adap-strip-influ-04:before {
    width: 272px;
}

.list-agent-influ-01 li:before {
    font-size: 18px !important;
	top: -2px !important;
}

@media (max-width: 768px) {
	.agent-influ-txt {
		border: 1px solid #FFCEE9 !important;
		padding: 5px;
	}
	.blog-agent-influ .center {
		margin: 24px 20px 16px 20px !important;
	}
    .influ-label {
        background: #FFCEE9 !important;
			color: #000000 !important;
    }
	.blog-agent-influ h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-agent-influ ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-agent-influ img {
		margin: 24px 0 !important;
	}
	.strip-agent-influ:before {
		display: none;
	}
	.rebrand-table tbody td {
		border: none !important;
	}
	.influ-semibold {
	font-weight: 500;
}
	.vert-agent-influ ul {
		margin: 0 !important;
	}
	.vert-agent-influ li {
		font-style: italic !important;
		padding-left: 0 !important;
	}
	.vert-agent-influ {
        border: 1px solid #FFCEE9 !important;
    }
    .container-agent-influ p {
        font-size: 12px !important;
    }
    .container-agent-influ .brand-icon-text {
        flex-direction: row;
        align-items: center !important;
        gap: 16px;
    }
    .icon-agent-influ img {
        max-width: 70px !important;
    }
    .container-agent-influ .brand-icon-text .brands-text-icon .semibold {
        font-size: 12px !important;
    }
    .container-agent-influ .brand-icon-text .brands-text-icon p {
        font-size: 12px !important;
			margin-bottom: 10px !important;
    }
	.influ-case-second img {
		max-width: 100px !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Агенты влияния: как на самом деле они управляют репутацией КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Скандалы BTS и альбом Arirang: как негатив стал частью маркетинга НАЧАЛО */
.blog-scan-bts {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-bts p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-bts li {
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-bts img {
    margin-bottom: 16px !important;
}

.table-bts ol {
    padding-left: 20px !important;
}

.table-bts {
    background-color: #FFCEE9 !important;
}      

.table-bts li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-bts h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-scan-bts {
    position: relative;
    margin: 16px 0;
}

.strip-scan-bts:before {
    content: '';
    width: 460px;
    height: 11px;
    background: #FFCEE9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-bts-02:before {
    width: 310px;
}

#adap-strip-bts-03:before {
    width: 470px;
}

@media (max-width: 768px) {
	.blog-scan-bts h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-bts img {
		margin: 24px 0 !important;
	}
	.strip-scan-bts:before {
		display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Скандалы BTS и альбом Arirang: как негатив стал частью маркетинга КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Психология дизайна: какие эффекты управляют нашими решениями НАЧАЛО */
.blog-psych-dec {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-psych-dec p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-psych-dec ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-psych-dec li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-psych-dec li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #E1BD69 !important;
    left: 0;
    top: 6px !important;
}

.blog-psych-dec img {
    margin-bottom: 16px !important;
}

.table-dec ol {
    padding-left: 20px !important;
}

.table-dec {
    background-color: #FFEBC6 !important;
}      

.table-dec li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-psych-dec h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-psych-dec {
    position: relative;
    margin: 16px 0;
}

.strip-psych-dec:before {
    content: '';
    width: 340px;
    height: 11px;
    background: #FFEBC6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-dec-02:before {
    width: 450px;
}

.vert-psych-dec li {
    padding-left: 30px !important;
}

.vert-psych-dec li:before {
    width: 4px !important;
    height: 100% !important;
    background: #E1BD69 !important;
    top: 0 !important;
}

#adap-strip-dec-03:before {
    width: 415px;
}

#adap-strip-dec-04:before {
    width: 357px;
}

#adap-strip-dec-05:before {
    width: 580px;
}

.psych-dec-table thead th {
    background: #E1BD69 !important;
	  padding: 10px 20px !important;
}

.psych-dec-table tbody td {
    border: 1px solid #E1BD69 !important;
}

.psych-dec-txt {
	font-size: 12px !important; 
}

@media (max-width: 768px) {
	.psych-dec-txt {
		border: 1px solid #E1BD69 !important;
		padding: 5px;
	}
	.blog-psych-dec .center {
		margin: 24px 20px 16px 20px !important;
	}
    .dec-label {
        background: #E1BD69 !important;
    }
	.blog-psych-dec h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-psych-dec ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-psych-dec img {
		margin: 24px 0 !important;
	}
	.strip-psych-dec:before {
		display: none;
	}
	.rebrand-table tbody td {
		border: none !important;
	}
	.vert-psych-dec ul {
		margin: 0 !important;
	}
	.vert-psych-dec li {
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.vert-psych-dec {
        border: 1px solid #E1BD69 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Психология дизайна: какие эффекты управляют нашими решениями КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Слоп в контенте: что это, и почему он угрожает вашей репутации НАЧАЛО */
.blog-cont-slop {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-cont-slop p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-cont-slop ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-cont-slop li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-cont-slop img {
    margin-bottom: 16px !important;
}

.table-slop ol {
    padding-left: 20px !important;
}

.table-slop {
    background-color: #DDFFCE !important;
}      

.table-slop li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-cont-slop h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-cont-slop {
    position: relative;
    margin: 16px 0;
}

.strip-cont-slop:before {
    content: '';
    width: 260px;
    height: 11px;
    background: #DDFFCE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-cont-slop li {
    padding-left: 30px !important;
}

.vert-cont-slop li:before {
    width: 4px !important;
    height: 100% !important;
    background: #DDFFCE !important;
    top: 0 !important;
}

#adap-strip-slop-02:before {
    width: 440px;
}

.spec-slop-block {
	margin-left: 16px !important;
}

.long-cont-slop ul:before {
    background: #C8C8C8 !important;
}

.long-cont-slop li {
    padding-left: 0 !important;
    margin-left: 0;
}

.blog-cont-slop .icon-spec-viral-01 img {
    margin-bottom: 0 !important;
}

#adap-strip-slop-03:before {
    width: 630px;
}

#adap-strip-slop-04:before {
    width: 365px;
}

.video-cont-slop {
	margin-bottom: 16px !important;
}

.slop-label {
    font-weight: 500 !important;
}

.cont-slop-table thead th {
    background: #DDFFCE !important;
    font-size: 16px;
	color: #000000 !important;
}

.cont-slop-table {
	width: auto !important;
}

.cont-slop-table tbody td {
    border: none !important;
    background: #F5FFF1 !important;
	    padding: 11px 6px !important;
}

.cont-slop-txt {
	font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slop-w-1 {
    height: 52px;
}

.slop-w-2 {
    height: 105px;
}

@media (max-width: 480px) {
    .blog-cont-slop h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
.video-cont-slop {
	margin: 24px 0 !important;
}
  .blog-cont-slop img {
		margin: 24px 0 !important;
	}
	.strip-cont-slop:before {
		display: none;
	}
   .cont-slop-table tbody td {
		border: none !important;
	}
	.vert-cont-slop ul {
		margin: 0 !important;
	}
	.vert-cont-slop li {
		font-style: italic !important;
		padding-left: 0 !important;
	}
	.vert-cont-slop {
       border: 1px solid #DDFFCE !important;
    }
	.spec-slop-block {
		margin-left: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.cont-slop-txt {
		border: none !important;
		font-size: 12px !important;
		padding: 5px;
		background: #F5FFF1;
		font-weight: 400 !important;
	}
	.cont-slop-table tbody td {
		background: transparent !important;
	}
  .slop-label {
        background: #DDFFCE !important;
		color: #000000 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Слоп в контенте: что это, и почему он угрожает вашей репутации КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Продвижение туров в “Дзене”: Как превратить платформу в источник трафика НАЧАЛО */
.blog-zen-traf {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-zen-traf p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-zen-traf ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-zen-traf li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-zen-traf li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #FCA02C !important;
    left: 0;
    top: 6px !important;
}

.blog-zen-traf img {
    margin-bottom: 16px !important;
}

.table-traf ol {
    padding-left: 20px !important;
}

.table-traf {
    background-color: #FFDCAD !important;
}      

.table-traf li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-zen-traf h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-zen-traf {
    position: relative;
    margin: 16px 0;
}

.strip-zen-traf:before {
    content: '';
    width: 140px;
    height: 11px;
    background: #FFDCAD;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-traf-02:before {
    width: 490px;
}

.zen-tours-portrait {
    display: flex;
    align-items: center;
    justify-content: center;
		margin-top: 16px;
}

.list-portrait-stats ul {
	margin: 10px 0 10px 10px !important;
}

.list-portrait-stats li::before {
    border-radius: 50% !important;
	top: 4px !important;
}

.list-portrait-stats li {
    font-size: 12px !important;
		margin-bottom: 5px !important;
}

.list-portrait-stats p {
    font-weight: 600 !important;
    font-size: 12px !important;
		margin-bottom: 0 !important;
}

.list-green li::before { background: #81E565 !important; }
.list-blue li::before { background: #1B64A1 !important; }
.list-dark li::before { background: #123553 !important; }

#adap-strip-traf-03:before {
    width: 490px;
}

.zen-traf-table {
	width: auto !important;
}

.zen-traf-table thead th {
    background: #FCA02C !important;
	padding: 10px 20px !important;
}

.zen-traf-table tbody td {
    border: 1px solid #FCA02C !important;
}

.zen-traf-txt {
	font-size: 12px !important;
	font-weight: 400 !important;
}

.zen-traf-wrap {
	width: 100% !important;
}

.traf-w-3{
	display: flex;
    flex-direction: column;
    gap: 10px;
	}

.zen-traf-table .after-reboot-txt p {
	font-size: 12px !important;
    font-weight: 400 !important;
}

.stats-green {
	font-weight: 600 !important;
	color: #1C771D;
}

#adap-strip-traf-04:before {
    width: 242px;
}

.vert-zen-traf li {
    padding-left: 30px !important;
}

.vert-zen-traf li:before {
    width: 4px !important;
    height: 100% !important;
    background: #FCA02C !important;
    top: 0 !important;
}

#adap-strip-traf-05:before {
    width: 455px;
}

#adap-strip-traf-06:before {
    width: 607px;
}

.blog-zen-traf .center {
	margin: 0 !important;
}

@media (max-width: 768px) {
	.zen-traf-txt {
		border: 1px solid #FCA02C !important;
		padding: 5px;
	}
	.blog-zen-traf .center {
		margin: 24px 20px 16px 20px !important;
	}
    .traf-label {
        background: #FCA02C !important;
    }
	.blog-zen-traf h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.traf-w-1{height: 43px;}
.traf-w-2{height: 88px;}
.traf-w-3{height: 123px;}
	.traf-w-4{height: 53px;}
	.blog-zen-traf ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-zen-traf img {
		margin: 24px 0 !important;
	}
	.strip-zen-traf:before {
		display: none;
	}
	.zen-tours-portrait {
		flex-direction: column;
	}
	.rebrand-table tbody td {
		border: none !important;
	}
	.vert-zen-traf ul {
		margin: 0 !important;
	}
	.vert-zen-traf li {
		padding-left: 0 !important;
	}
	.vert-zen-traf {
        border: 1px solid #FCA02C !important;
    }
	.slider-zen-traf img {
		margin-top: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Продвижение туров в “Дзене”: Как превратить платформу в источник трафика КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Кейс: как раскрутить новый бренд в ВК с нуля НАЧАЛО */
.blog-brand-mote {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-brand-mote p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-brand-mote ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-brand-mote li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-brand-mote li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #7A97AF !important;
    left: 0;
    top: 6px !important;
}

.blog-brand-mote img {
    margin-bottom: 16px !important;
}

.table-mote ol {
    padding-left: 20px !important;
}

.table-mote {
    background-color: #CDDFE6 !important;
}      

.table-mote li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-brand-mote h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-brand-mote .center {
    margin: 16px 0 !important;
}

.strip-brand-mote {
    position: relative;
    margin: 16px 0;
}

.strip-brand-mote:before {
    content: '';
    width: 350px;
    height: 11px;
    background: #CDDFE6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-brand-mote li {
    padding-left: 30px !important;
}

.vert-brand-mote li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

#adap-strip-mote-02:before {
    width: 550px;
}

.video-brand-mote {
	margin-bottom: 16px;
}

.blog-brand-mote .table-center {
    margin: 0 !important;
}

.brand-mote-table thead th {
    background: #7A97AF !important;
	padding: 10px 20px !important;
}

.brand-mote-table thead th:first-child {
	width: 30%;
}

.brand-mote-table tbody td {
    border: 1px solid #7A97AF !important;
}

.brand-mote-txt {
	font-size: 12px !important; 
	font-weight: 400 !important;
}

#adap-strip-mote-03:before {
    width: 445px;
}

#adap-strip-mote-04:before {
    width: 535px;
}

#adap-strip-mote-05:before {
    width: 222px;
}

@media (max-width: 768px) {
	.brand-mote-txt {
		border: 1px solid #7A97AF !important;
		padding: 5px;
	}
	.blog-brand-mote .center {
		margin: 24px 20px 16px 20px !important;
	}
	.video-brand-mote {
	margin-bottom: 24px 0;
}
    .mote-label {
        background: #7A97AF !important;
    }
	.blog-brand-mote h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-brand-mote ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-brand-mote img {
		margin: 24px 0 !important;
	}
	.strip-brand-mote:before {
		display: none;
	}
	.rebrand-table tbody td {
		border: none !important;
	}
	.mote-w-1 {height: 43px;}
	.mote-w-2 {height: 88px;}
	.vert-brand-mote ul {
		margin: 0 !important;
	}
	.vert-brand-mote li {
		padding-left: 0 !important;
	}
	.vert-brand-mote {
        border: 1px solid #7A97AF !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Кейс: как раскрутить новый бренд в ВК с нуля КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как удалить отзыв на Авито: пошаговая инструкция  НАЧАЛО */
.blog-delete-instr {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-delete-instr p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-delete-instr ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-delete-instr li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-delete-instr li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #3A4646 !important;
    left: 0;
    top: 6px !important;
}

.blog-delete-instr img {
    margin-bottom: 16px !important;
}

.table-instr ol {
    padding-left: 20px !important;
}

.table-instr {
    background-color: #BDD9D9 !important;
}      

.table-instr li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-delete-instr h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-delete-instr {
    position: relative;
    margin: 16px 0;
}

.strip-delete-instr:before {
    content: '';
    width: 390px;
    height: 11px;
    background: #BDD9D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-delete-instr li {
    padding-left: 30px !important;
}

.vert-delete-instr li:before {
    width: 4px !important;
    height: 100% !important;
    background: #3A4646 !important;
    top: 0 !important;
}

.reasons-wrap {
    margin-bottom: 16px;
}

.reasons-slider {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.reasons-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reasons-col-header {
    background: #3A4646;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
}

.reasons-col-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reasons-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    line-height: 1.4;
    border: 1px solid #3A4646;
    color: #000000;
    background: #FFFFFF;
}

.reasons-item--light,
.reasons-item--dark {
    border: 1px solid #3A4646;
    color: #000000;
    background: #FFFFFF;
}

.delete-instr-table thead th {
    background: #3A4646 !important;
	padding: 10px 20px !important;
}

.delete-instr-table tbody td {
    border: 1px solid #3A4646 !important;
}

.delete-instr-txt {
	font-size: 12px !important;
	font-weight: 400 !important;
}

#adap-strip-instr-02:before {
    width: 472px;
}

#adap-strip-instr-03:before {
    width: 590px;
}

#adap-strip-instr-04:before {
    width: 620px;
}

.sec-comp-item {
    display: flex;
    gap: 10px;
	height: 33px;
    align-items: center;
	margin-bottom: 16px;
}

.comp-point {
    font-weight: 600;
	height: 100%;
    padding: 8px 18px;
    background: #3A4646;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px;
}

.comp-point-text {
		width: 100%;
	height: 100%;
	display: flex;
		align-items: center;
    border-radius: 10px;
    border: 1px solid #3A4646;
    padding: 0 12px;
    font-size: 12px;
	line-height: 115%;
}

#adap-strip-instr-05:before {
    width: 465px;
}

#adap-strip-instr-06:before {
    width: 432px;
}

#adap-strip-instr-07:before {
    width: 470px;
}

#adap-strip-instr-08:before {
    width: 103px;
}

@media (max-width: 768px) {
    .reasons-slider {
        overflow-x: auto;         scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 8px;
    }
    .reasons-col {
        min-width: 100%;
        scroll-snap-align: start;
    }
	 .reasons-slider::-webkit-scrollbar {
        display: none;
    }
	.delete-instr-txt {
		border: 1px solid #3A4646 !important;
		padding: 5px;
	}
	.blog-delete-instr .center {
		margin: 24px 20px 16px 20px !important;
	}
    .instr-label {
        background: #3A4646 !important;
    }
	.blog-delete-instr h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-delete-instr img {
		margin: 24px 0 !important;
	}
	.strip-delete-instr:before {
		display: none;
	}
	.rebrand-table tbody td {
		border: none !important;
	}
	.vert-delete-instr ul {
		margin: 0 !important;
	}
	.vert-delete-instr li {
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.vert-delete-instr {
        border: 1px solid #3A4646 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Как удалить отзыв на Авито: пошаговая инструкция  КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как нейросети видят отзывы о вашей компании: разбор ключевых ИИ НАЧАЛО */
.blog-neu-pany {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-neu-pany p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-neu-pany ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-neu-pany li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-neu-pany li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #746989 !important;
    left: 0;
    top: 6px !important;
}

.blog-neu-pany img {
    margin-bottom: 16px !important;
}

.blog-neu-pany .center {
    margin: 16px 0 !important;
}

.blog-neu-pany .table-center {
    margin: 0 !important;
}

.table-pany ol {
    padding-left: 20px !important;
}

.table-pany {
    background-color: #CECEEC !important;
}      

.table-pany li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-neu-pany h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-neu-pany {
    position: relative;
    margin: 16px 0;
}

.strip-neu-pany:before {
    content: '';
    width: 500px;
    height: 11px;
    background: #CECEEC;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-pany-02:before {
    width: 585px;
}

.neu-pany-table thead th {
    background: #746989 !important;
	padding: 10px 20px !important;
}

.neu-pany-table tbody td {
    border: 1px solid #746989 !important;
}

.neu-pany-txt {
	font-size: 12px !important; 
	font-weight: 400 !important;
}

#adap-strip-pany-03:before {
    width: 455px;
}

.vert-neu-pany li {
    padding-left: 30px !important;
}

.vert-neu-pany li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

#adap-strip-pany-04:before {
    width: 455px;
}

#adap-strip-pany-05:before {
    width: 455px;
}

#adap-strip-pany-06:before {
    width: 582px;
}

#adap-strip-pany-07:before {
    width: 625px;
}

#adap-strip-pany-08:before {
    width: 550px;
}

#adap-strip-pany-09:before {
    width: 195px;
}

@media (max-width: 768px) {
	.neu-pany-txt {
		border: 1px solid #746989 !important;
		padding: 5px;
	}
	.blog-neu-pany .center {
		margin: 24px 20px 16px 20px !important;
	}
    .pany-label {
        background: #746989 !important;
    }
	.blog-neu-pany h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-neu-pany ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-neu-pany img {
		margin: 24px 0 !important;
	}
	.img-adap-pany-01 img {
		    padding: 0 10px !important;
		margin: 0 0 16px 0 !important
	}
	.strip-neu-pany:before {
		display: none;
	}
	.rebrand-table tbody td {
		border: none !important;
	}
	.vert-neu-pany ul {
		margin: 0 !important;
	}
	.vert-neu-pany li {
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-neu-pany {
        border: 1px solid #746989 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Как нейросети видят отзывы о вашей компании: разбор ключевых ИИ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Скандалы NVIDIA: как бренд переживает “Рамагеддон” и другие проблемы НАЧАЛО */
.blog-scan-nvidia {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-scan-nvidia p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-nvidia ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-nvidia li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-nvidia li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0 !important;
	font-size: 16px !important; 
  	background: #000000 !important;
}

.blog-scan-nvidia img {
    margin-bottom: 16px !important;
}

.table-nvidia ol {
    padding-left: 20px !important;
}

.table-nvidia {
    background-color: #E5FFBA !important;
}      

.table-nvidia li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-nvidia h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-scan-nvidia {
    position: relative;
    margin: 16px 0;
}

.strip-scan-nvidia:before {
    content: '';
    width: 320px;
    height: 11px;
    background: #C6F874;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-scan-nvidia li {
    padding-left: 30px !important;
}

.vert-scan-nvidia li:before {
	content: '' !important;
    width: 4px !important;
    height: 100% !important;
    background: #C6F874 !important;
    top: 0 !important;
}

#adap-strip-nvidia-02:before {
    width: 600px;
}

#adap-strip-nvidia-03:before {
    width: 530px;
}

.scan-nvidia-table thead th {
    background: #C6F874 !important;
	padding: 10px 20px !important;
    color: #000000 !important;
}

.scan-nvidia-table tbody td {
    border: 1px solid #C6F874 !important;
	font-weight: 400 !important;
}

.scan-nvidia-txt {
	font-size: 12px !important; 
}

.long-vert-blog ul li {
	padding-left: 0 !important;
}

@media (max-width: 480px) {
    .blog-scan-nvidia h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-nvidia img {
		margin: 24px 0 !important;
	}
	.strip-scan-nvidia:before {
		display: none;
	}
	.scan-nvidia-table tbody td {
    	border: none !important;
}
    .nvidia-label {
        color: #000000 !important;
        background: #C6F874 !important;
    }
    .blog-scan-nvidia .reboot-w-1 { height: 53px; }
	.scan-nvidia-txt {
		border: 1px solid #C6F874 !important;
		padding: 5px;
	}
	.vert-scan-nvidia ul {
		margin: 0 !important;
	}
	.vert-scan-nvidia li {
		font-style: italic !important;
		padding-left: 0 !important;
	}
	.vert-scan-nvidia {
       border: 1px solid #C6F874 !important;
    }
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Скандалы NVIDIA: как бренд переживает “Рамагеддон” и другие проблемы КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Дизайн рассылок: осваиваем искусство первого клика НАЧАЛО */
.blog-des-mailing {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-des-mailing p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-des-mailing ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-des-mailing li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-des-mailing li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #68778C !important;
    left: 0;
    top: 6px !important;
}

.blog-scan-nvidia img {
    margin-bottom: 16px !important;
}

.blog-des-mailing .table-center {
	margin: 0 !important;
}

.table-mailing ol {
    padding-left: 20px !important;
}

.table-mailing {
    background-color: #B6C9E2 !important;
}      

.table-mailing li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-des-mailing h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

#seven-screen .form-screen-h3 {
	font-size: 42px!important;
	  color: #1a2129!important;
	  text-transform: uppercase!important;
	  line-height: 1.1!important;
	  text-align: left!important;
	  font-weight: 800!important;
	  margin: 40px 0 35px 0!important;
}

.strip-des-mailing {
    position: relative;
    margin: 16px 0;
}

.strip-des-mailing:before {
    content: '';
    width: 440px;
    height: 11px;
    background: #B6C9E2;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-des-mailing li {
    padding-left: 30px !important;
}

.vert-des-mailing li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

#adap-strip-mailing-02:before {
    width: 470px;
}

#adap-strip-mailing-03:before {
    width: 470px;
}

.des-mailing-table thead th:first-child {
	width: 30% !important;
}

.des-mailing-table thead th {
    background: #68778C !important;
	padding: 10px 20px !important;
}

.des-mailing-table tbody td {
    border: 1px solid #68778C !important;
}

.des-mailing-txt {
	font-size: 12px !important; 
	font-weight: 400 !important;
}

#adap-strip-mailing-04:before {
    width: 505px;
}

#adap-strip-mailing-05:before {
    width: 330px;
}

#adap-strip-mailing-06:before {
    width: 485px;
}

#adap-strip-mailing-07:before {
    width: 300px;
}

#adap-strip-mailing-08:before {
    width: 355px;
}

@media (max-width: 480px) {
    .blog-des-mailing h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-des-mailing img {
		margin: 24px 0 !important;
	}
	.strip-des-mailing:before {
		display: none;
	}
    .mailing-label {
        background: #68778C !important;
    }
	.des-mailing-txt {
		border: 1px solid #68778C !important;
		padding: 5px;
	}
    .blog-des-mailing .reboot-w-1 { height: 53px; }
    .blog-des-mailing .reboot-w-2 { height: 75px; }
    .des-mailing-table tbody td {
		border: none !important;
	}
	.vert-des-mailing ul {
		margin: 0 !important;
	}
	.vert-des-mailing li {
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.vert-des-mailing {
       border: 1px solid #68778C !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Дизайн рассылок: осваиваем искусство первого клика КОНЕЦ */
@media (max-width: 768px) {
	#seven-screen .form-screen-h3 {
		font-size: 30px!important;
	}
}

/* СТИЛИ СТРАНИЦЫ Промпт для анализа отзывов: как понять клиента за 5 минут НАЧАЛО */
.blog-rev-prompt {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rev-prompt p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rev-prompt ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rev-prompt li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rev-prompt li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #5F614B !important;
    left: 0;
    top: 6px !important;
}

.blog-rev-prompt img {
    margin-bottom: 16px !important;
}

.table-prompt ol {
    padding-left: 20px !important;
}

.table-prompt {
    background-color: #D1D5BA !important;
}      

.table-prompt li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rev-prompt h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-rev-prompt {
    position: relative;
    margin: 16px 0;
}

.strip-rev-prompt:before {
    content: '';
    width: 665px;
    height: 11px;
    background: #D1D5BA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-rev-prompt li {
    padding-left: 30px !important;
}

.vert-rev-prompt li:before {
    width: 4px !important;
    height: 100% !important;
    background: #5F614B !important;
    top: 0 !important;
}

#adap-strip-prompt-02:before {
    width: 455px;
}

#adap-strip-prompt-03:before {
    width: 577px;
}

#adap-strip-prompt-04:before {
    width: 485px;
}

.container-rev-prompt {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.icon-rev-prompt img {
    max-width: 60px !important;
    margin: 0 !important;
}

#adap-strip-prompt-05:before {
    width: 505px;
}

#adap-strip-prompt-06:before {
    width: 385px;
}

#adap-strip-prompt-07:before {
    width: 421px;
}

@media (max-width: 768px) {
	.blog-rev-prompt h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-rev-prompt ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-rev-prompt img {
		margin: 24px 0 !important;
	}
	.strip-rev-prompt:before {
		display: none;
	}
	.container-rev-prompt .brand-icon-text {
		flex-direction: row !important;
		align-items: center !important;
	}
	.icon-rev-prompt img {
    margin: 0 !important;
}
	.vert-rev-prompt ul {
		margin: 0 !important;
	}
	.vert-rev-prompt li {
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-rev-prompt {
        border: 1px solid #C3C4BC !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Промпт для анализа отзывов: как понять клиента за 5 минут КОНЕЦ */


/* СТИЛИ СТРАНИЦ РУБРИКИ НОВОСТЕЙ НАЧАЛО */
.mark-heading-news p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.mark-heading-news ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.mark-heading-news li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.mark-heading-news li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.mark-heading-news .bold {
	font-weight: 700;
}

.mark-heading-news img {
    margin-bottom: 16px !important;
}
/* СТИЛИ СТРАНИЦ РУБРИКИ НОВОСТЕЙ КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Репутационный капитал: как с его помощью сделать продажи НАЧАЛО */
.blog-rep-tal {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-rep-tal p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rep-tal ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rep-tal li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rep-tal li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.blog-rep-tal img {
    margin-bottom: 16px !important;
}

.table-tal ol {
    padding-left: 20px !important;
}

.table-tal {
    background-color: #D3E1B6 !important;
}      

.table-tal li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rep-tal h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-rep-tal .table-center {
	margin-bottom: 0 !important;
}

.strip-rep-tal {
    position: relative;
    margin: 16px 0;
}

.strip-rep-tal:before {
    content: '';
    width: 515px;
    height: 11px;
    background: #D3E1B6;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-rep-tal li {
    padding-left: 30px !important;
}

.vert-rep-tal li:before {
    content: '' !important;
    background: #869071 !important;
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

#adap-strip-tal-02:before {
    width: 365px;
}

.rep-tal-table thead th {
    background: #869071 !important;
	font-size: 16px !important; 
	padding: 20px !important;
}

.rep-tal-table tbody td {
    background: #EAEFE0 !important;
    border: none !important;
	padding: 16px 6px !important;
	height: 64px;
}

.rep-tal-txt {
	font-size: 14px !important; 
  font-weight: 400 !important;
}

.container-rep-tal {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.icon-rep-tal img {
    max-width: 90px !important;
    margin: 0 !important;
}

#adap-strip-tal-03:before {
    width: 655px;
}

#adap-strip-tal-04:before {
    width: 380px;
}

#adap-strip-tal-05:before {
    width: 563px;
}

#adap-strip-tal-06:before {
    width: 505px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-rep-tal h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rep-tal img {
		margin: 24px 0 !important;
	}
	.strip-rep-tal:before {
		display: none;
	}
	.container-rep-tal .brand-icon-text {
		flex-direction: row !important;
		align-items: center !important;
		gap: 16px;
	}
	.container-rep-tal .brand-icon-text p {
		line-height: normal !important; 
	}
	.container-rep-tal .brand-icon-text .semibold {
		font-size: 12px !important;
	}
	.rep-tal-txt {
		background: #EAEFE0 !important;
		border: none !important;
		padding: 5px;
	}
    .tal-label {
        background: #869071 !important;
			padding: 10px 0 !important;
    }
    .blog-rep-tal .reboot-w-1 { height: 50px; }
    .rep-tal-table tbody td {
		border: none !important;
			background: transparent !important;
			padding: 5px !important;
			height: auto !important;
	}
	.tal-table-row {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 5px !important;
	}
	.tal-table-row .tal-label {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 141px;
		padding: 8px 28px !important;
		font-size: 12px !important;
		height: 65px;
		margin-bottom: 0;
	}
	.tal-table-row .rep-tal-txt {
		width: 151px;
		font-size: 10px !important;
		height: 100%;
	}
	.vert-rep-tal ul {
		margin: 0 !important;
	}
	.vert-rep-tal li {
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.vert-rep-tal {
       border: 1px solid #869071 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Репутационный капитал: как с его помощью сделать продажи КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Мем 67: почему “сикс севен” стал замедленной миной для брендов НАЧАЛО */
.blog-mem-sixseven {
    display: block;
    max-width: 720px;
    margin: 0 auto;
}

.blog-mem-sixseven p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-mem-sixseven ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-mem-sixseven li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-mem-sixseven li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #358992 !important;
    left: 0;
    top: 6px !important;
}

.blog-mem-sixseven img {
    margin-bottom: 16px !important;
}

.table-sixseven ol {
    padding-left: 20px !important;
}

.table-sixseven {
    background-color: #A0D9DE !important;
}      

.table-sixseven li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-mem-sixseven h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-mem-sixseven {
    position: relative;
    margin: 16px 0;
}

.strip-mem-sixseven:before {
    content: '';
    width: 425px;
    height: 11px;
    background: #A0D9DE;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-sixseven-02:before {
    width: 260px;
}

#adap-strip-sixseven-03:before {
    width: 360px;
}

.container-mem-sixseven {
    display: flex;
	flex-direction: column;
}

.icon-mem-sixseven img {
    max-width: 90px !important;
    margin: 0 !important;
}

.container-mem-sixseven .brand-icon-text  {
	margin-bottom: 16px !important;
}

.container-mem-sixseven .brand-icon-text p {
	margin: 0 0 0 20px !important;
}

#adap-strip-sixseven-04:before {
    width: 382px;
}

#adap-strip-sixseven-05:before {
    width: 300px;
}

@media (max-width: 768px) {
	.blog-mem-sixseven h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
	.blog-mem-sixseven ul {
        margin: 24px 0 24px 10px !important;
    }
    .blog-mem-sixseven img {
		margin: 24px 0 !important;
	}
	.strip-mem-sixseven:before {
		display: none;
	}
	.container-mem-sixseven .brand-icon-text {
		        flex-direction: row;
        align-items: center !important;
}
	.icon-mem-sixseven img {
		margin: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
		margin: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Мем 67: почему “сикс севен” стал замедленной миной для брендов КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как вернуть клиента в кризис: 10 рабочих способов НАЧАЛО */
.blog-cli-crisis p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-cli-crisis ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-cli-crisis li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-cli-crisis li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.blog-cli-crisis .table-center {
	margin-bottom: 10px !important;
}

.blog-cli-crisis img {
    margin-bottom: 16px !important;
}

.table-crisis ol {
    padding-left: 20px !important;
}

.table-crisis {
    background-color: #D2ECFF !important;
}      

.table-crisis li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-cli-crisis h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-cli-crisis {
    position: relative;
    margin: 16px 0;
}

.strip-cli-crisis:before {
    content: '';
    width: 420px;
    height: 11px;
    background: #A9DAFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-cli-crisis li {
    padding-left: 30px !important;
}

.vert-cli-crisis li:before {
    content: '' !important;
    width: 4px !important;
    height: 100% !important;
    background: #A9DAFF !important;
    top: 0 !important;
}

#adap-strip-crisis-02:before {
    width: 505px;
}

#adap-strip-crisis-03:before {
    width: 380px;
}

.container-cli-crisis {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.container-cli-crisis .brand-icon-text .crisis-text p {
	margin-bottom: 5px !important;
}

.icon-cli-crisis img {
    max-width: 90px !important;
    margin: 0 !important;
}

.cli-crisis-table thead th {
    background: #A9DAFF !important;
    color: #000000 !important;
	font-size: 16px !important; 
	padding: 20px !important;
}

.cli-crisis-table tbody td {
    border: 1px solid #A9DAFF !important;
	padding: 10px 3px 10px 2px !important;
}

.cli-crisis-table .after-reboot-txt p {
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 0 !important;
}

#adap-strip-crisis-04:before {
    width: 320px;
}

#adap-strip-crisis-05:before {
    width: 535px;
}

.stoplist-table td {
    border: none !important;
    font-size: 15px !important;
	font-weight: 400 !important;
}

.stoplist-bad {
    background-color: #F8A474 !important;
    border-radius: 12px !important;
    width: 44% !important;
}

.stoplist-arrow img {
    width: 100%;
	margin: 0 auto !important;
    padding: 0 6px !important;
}

.stoplist-good {
    background-color: #C6F874 !important;
    border-radius: 12px !important;
    width: 44% !important;
}

.stoplist-good,
.stoplist-bad {
	height: 70px;
}

#adap-strip-crisis-06:before {
    width: 455px;
}

#adap-strip-crisis-07:before {
    width: 405px;
}

#adap-strip-crisis-08:before {
    width: 215px;
}

@media (max-width: 480px) {
    .blog-cli-crisis h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-cli-crisis img {
		margin: 24px 0 !important;
	}
	.strip-cli-crisis:before {
		display: none;
	}
	.container-cli-crisis .brand-icon-text {
		flex-direction: row !important;
		align-items: center !important;
		gap: 10px;
	}
.container-cli-crisis .crisis-text p,
.container-cli-crisis .crisis-text p .semibold {
		font-size: 11px !important;
		line-height: normal !important; 
	}
	.icon-cli-crisis img {
    max-width: 60px !important;
    margin: 0 !important;
}
	.cli-crisis-table tbody td {
		padding: 5px !important;
		border: none !important;
	}
	.cli-crisis-txt {
		border: 1px solid #A9DAFF !important;
		padding: 7px !important;
	}
	.cli-crisis-table .after-reboot-txt p,
	.cli-crisis-table .after-reboot-txt .semibold {
	font-size: 12px !important;
}
    .crisis-label {
        background: #A9DAFF !important;
		padding: 10px 0 !important;
			color: #000000 !important;
    }
    .blog-cli-crisis .reboot-w-1 { height: 52px; }
	.vert-cli-crisis ul {
		margin: 0 !important;
	}
	.vert-cli-crisis li {
        font-style: italic;
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-cli-crisis {
       border: 1px solid #A9DAFF !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.stoplist-table tr {
        gap: 12px;
    }
    .stoplist-bad,
    .stoplist-good {
        width: 100% !important;
			display: flex;
        justify-content: center;
        align-items: center;
    }
    .stoplist-arrow img {
        padding: 4px 0 !important;
			margin: 0 !important;
			 transform: rotate(90deg);
    }
	.img-author-name-01 img {
        margin: 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Как вернуть клиента в кризис: 10 рабочих способов КОНЕЦ */

/* СТИЛИ ИССЛЕДОВАНИЕ: Как отзывы влияют на репутацию в геосервисах: исследование 2026 НАЧАЛО */
.res-rep-aff p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.res-rep-aff ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-rep-aff li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.res-rep-aff li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #88ABE3 !important;
    left: 0;
    top: 6px !important;

}

.res-rep-aff img {
    margin-bottom: 16px !important;
}

.res-rep-aff h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-rep-aff {
    position: relative;
    margin: 16px 0;
}

.strip-rep-aff:before {
    content: '';
    width: 203px;
    height: 11px;
    background: #D4D6FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-aff-02:before {
    width: 400px;
}

#adap-strip-aff-03:before {
    width: 440px;
}

#adap-strip-aff-04:before {
    width: 470px;
}

#adap-strip-aff-05:before {
    width: 280px;
}

.icon-spec-viral-01 img {
    width: 100px;
    margin: 0 0 0 30px !important;
}

.long-rep-aff ul:before {
	background: #88ABE3 !important;
}

.res-rep-aff .btn-res-affect-01 {
	    width: 55%;
    margin: 16px auto;
}

.res-rep-aff .btn-res-affect-01 .btn-res-affect-02 {
	padding: 25px 105px;
		justify-content: center;
	}

.res-rep-aff .btn-res-affect-01 .btn-res-affect-02 .btn-res-affect {
		font-size: 16px !important;
	}

@media (max-width: 480px) {
    .res-rep-aff ul {
        margin: 24px 0 24px 10px !important;
    }
    .strip-rep-aff:before {
        display: none;
    }
    .res-rep-aff img {
        margin: 24px 0 !important;
    }
	.res-rep-aff .btn-res-affect-01 {
		width: 100%;
		height: auto;
	}
	.res-rep-aff .btn-res-affect-01 .btn-res-affect-02 {
		flex-direction: row;
		padding: 16px 8px;
	}
	.res-rep-aff .btn-res-affect-01 .btn-res-affect-02 .btn-res-affect {
		width: 60%;
	}
	.long-rep-aff ul {
		margin: 0 0 0 10px !important;
	}
	.icon-adap-viral-hd img {
        max-width: 30px !important;
        margin: 0 0 16px 14px !important;
    }
}
/* СТИЛИ ИССЛЕДОВАНИЕ: Как отзывы влияют на репутацию в геосервисах: исследование 2026 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как написать ответ на отзыв с помощью нейросети НАЧАЛО */
.blog-rev-ral p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-rev-ral ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-rev-ral li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-rev-ral li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #D16E2C !important;
    left: 0;
    top: 6px !important;

}

.blog-rev-ral img {
    margin-bottom: 16px !important;
}

.table-ral ol {
    padding-left: 20px !important;
}

.table-ral {
    background-color: #FFE5B9 !important;
}      

.table-ral li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-rev-ral h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-rev-ral .table-center {
	margin-bottom: 10px !important;
}

.strip-rev-ral {
    position: relative;
    margin: 16px 0;
}

.strip-rev-ral:before {
    content: '';
    width: 470px;
    height: 11px;
    background: #FFE5B9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-ral-02:before {
    width: 346px;
}

#adap-strip-ral-03:before {
    width: 346px;
}

.vert-rev-ral li {
    padding-left: 30px !important;
}

.vert-rev-ral li:before {
    content: '' !important;
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

#adap-strip-ral-04:before {
    width: 444px;
}

.rev-ral-table thead th {
    background: #D16E2C !important;
	padding: 8px 5px !important;
	font-size: 14px !important; 
}

.rev-ral-table tbody td {
    border: 1px solid #D16E2C !important;
	padding: 16px 6px !important;
}

.rev-ral-txt {
	font-size: 12px !important; 
  font-weight: 400 !important;
}

#adap-strip-ral-05:before {
    width: 595px;
}

#adap-strip-ral-06:before {
    width: 310px;
}

#adap-strip-ral-07:before {
    width: 407px;
}

.long-rev-ral ul:before {
    background: #D16E2C !important;
}

#adap-strip-ral-08:before {
    width: 585px;
}

#adap-strip-ral-09:before {
    width: 585px;
}

#adap-strip-ral-10:before {
    width: 585px;
}

#adap-strip-ral-11:before {
    width: 465px;
}

#adap-strip-ral-12:before {
    width: 465px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-rev-ral h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-rev-ral img {
		margin: 24px 0 !important;
	}
	.strip-rev-ral:before {
		display: none;
	}
	.rev-ral-table tbody td {
		padding: 5px !important;
	}
    .ral-label {
        background: #D16E2C !important;
    }
	.rev-ral-txt {
		border: 1px solid #D16E2C !important;
		padding: 5px;
	}
    .blog-rev-ral .reboot-w-1 { height: 36px; }
    .blog-rev-ral .reboot-w-2 { height: 44px; }
    .rev-ral-table tbody td {
		border: none !important;
	}
	.vert-rev-ral ul {
		margin: 0 !important;
	}
	.vert-rev-ral li {
		font-style: italic !important;
		padding-left: 0 !important;
		margin-bottom: 0 !important;
	}
	.vert-rev-ral {
       border: 1px solid #D16E2C !important;
    }
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
        margin: 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Как написать ответ на отзыв  с помощью нейросети КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ GERM: что это такое, и как управляют репутацией в генеративных ответах НАЧАЛО */
.blog-resp-gener p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-resp-gener ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-resp-gener li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-resp-gener li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.blog-resp-gener img {
    margin-bottom: 16px !important;
}

.table-gener ol {
    padding-left: 20px !important;
}

.table-gener {
    background-color: #FFE5B9 !important;
}      

.table-gener li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-resp-gener h2 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-resp-gener .table-center {
	margin-bottom: 0 !important;
}

.strip-resp-gener {
    position: relative;
    margin: 16px 0;
}

.strip-resp-gener:before {
    content: '';
    width: 170px;
    height: 11px;
    background: #FFD5C3;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-gener-02:before {
    width: 485px;
}

.resp-gener-table thead th {
    background: #FF9554 !important;
	font-size: 16px !important; 
	padding: 20px !important;
}

.resp-gener-table tbody td {
    background: #FEF5EC !important;
    border: none !important;
	height: 82px;
}

.resp-gener-txt {
	font-size: 13px !important; 
  font-weight: 400 !important;
}

.resp-gener-table tbody tr td:first-child  { 
			background: #FFECE0 !important;
}

.vert-resp-gener li {
    padding-left: 30px !important;
}

.vert-resp-gener li:before {
    content: '' !important;
    width: 4px !important;
    height: 100% !important;
	background: #FFA873 !important;
     top: 0 !important;
}

#adap-strip-gener-03:before {
    width: 320px;
}

#adap-strip-gener-04:before {
    width: 510px;
}

#adap-strip-gener-05:before {
    width: 460px;
}

.container-cli-crisis {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.icon-resp-gener img {
    max-width: 100px !important;
    margin: 0 !important;
}

#adap-strip-gener-06:before {
    width: 320px;
}

@media (max-width: 480px) {
    .blog-resp-gener h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-resp-gener img {
		margin: 24px 0 !important;
	}
	.strip-resp-gener:before {
		display: none;
	}
	.resp-gener-table tbody td {
		height: auto;
		background: transparent !important;
		padding: 5px !important;
	}
	.resp-gener-txt {
		border: none !important;
		padding: 7px !important;
	}
    .gener-label {
        background: #FF9554 !important;
		padding: 10px 0 !important;
    }
	.resp-gener-table tbody tr td:first-child {
    background: transparent !important;
}
    .blog-resp-gener .reboot-w-1 { 			
			background: #FFECE0 !important;
			height: 52px; 
	}
    .blog-resp-gener .reboot-w-2 { 
			background: #FEF5EC !important;
			height: 65px; 
	}
	.vert-resp-gener ul {
		margin: 0 !important;
	}
	.vert-resp-gener li {
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-resp-gener {
       border: 1px solid #FFA873 !important;
    }
	.icon-resp-gener img {
    margin: 0 !important;
}
	.img-author-name-01 img {
        margin: 0 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ GERM: что это такое, и как управляют репутацией в генеративных ответах КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ GEO оптимизация блога: как обновить статьи для нейросетей НАЧАЛО */
.blog-geo-corp p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-geo-corp ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-geo-corp li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-geo-corp li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #42290F !important;
    left: 0;
    top: 6px !important;

}

.blog-geo-corp img {
    margin-bottom: 16px !important;
}

.table-corp ol {
    padding-left: 20px !important;
}

.table-corp {
    background-color: #FFE5B9 !important;
}      

.table-corp li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-geo-corp h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-geo-corp .table-center {
	margin-bottom: 0 !important;
}

.blog-geo-corp .list-mar-none li::marker {
	font-weight: 400 !important;
}

.vert-geo-corp li {
    padding-left: 30px !important;
}

.vert-geo-corp li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

.strip-geo-corp {
    position: relative;
    margin: 16px 0;
}

.strip-geo-corp:before {
    content: '';
    width: 585px;
    height: 11px;
    background: #D4C8B3;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.geo-corp-table thead th {
    background: #42290F !important;
	font-size: 14px !important; 
	padding: 10px !important;
}

.geo-corp-table thead th:first-child {
	width: 20%;
}

.geo-corp-table tbody td {
    border: 1px solid #42290F !important;
	padding: 5px 6px !important;
	height: 64px;
}

.geo-corp-txt {
	font-size: 12px !important; 
  font-weight: 400 !important;
}

.long-geo-corp ul:before {
	background: #42290F !important;
}

#adap-strip-corp-02:before {
    width: 510px;
}

#adap-strip-corp-03:before {
    width: 635px;
}

#adap-strip-corp-04:before {
    width: 710px;
}

#adap-strip-corp-05:before {
    width: 440px;
}

@media (max-width: 480px) {
    .blog-geo-corp h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-geo-corp img {
		margin: 24px 0 !important;
	}
	.strip-geo-corp:before {
		display: none;
	}
	.geo-corp-table tbody td {
    padding: 5px !important;
    height: auto;
}
	.geo-corp-txt {
		border: 1px solid #42290F !important;
	}
    .corp-label {
        background: #42290F !important;
    }
    .blog-geo-corp .reboot-w-1 { height: 36px; }
    .blog-geo-corp .reboot-w-2 { height: 44px; }
    .blog-geo-corp .reboot-w-3 { height: 90px; }
    .blog-geo-corp .reboot-w-4 { height: 60px; }
    .geo-corp-table tbody td {
		border: none !important;
	}
	.vert-geo-corp ul {
		margin: 0 !important;
	}
	.vert-geo-corp li {
		font-style: italic !important;
		padding-left: 0 !important;
	}
	.vert-geo-corp {
       border: 1px solid #42290F !important;
    }
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ GEO оптимизация блога: как обновить статьи для нейросетей КОНЕЦ */

/* FAQ АККОРДЕОН */
.faq-geo-corp {
    margin: 16px 0 32px;
}

.faq-item {
    border-bottom: 1px solid #D4C8B3;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10px;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    line-height: 1.4;
    user-select: none;
    list-style: none;
    transition: color 0.2s;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question:hover {
    color: #42290F !important;
}

.faq-question::after {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Crect x='0' y='6' width='14' height='2' rx='1' fill='%2342290F'/%3E%3Crect x='6' y='0' width='2' height='14' rx='1' fill='%2342290F'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer {
    animation: faq-open 0.3s ease;
}

.faq-answer p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0 10px 0;
    line-height: 1.6;
}

/* СТИЛИ СТРАНИЦЫ Скандалы Met Gala: Обратная сторона платьев от кутюр НАЧАЛО */
.blog-scan-gala p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-gala ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-gala li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-gala img {
    margin-bottom: 16px !important;
}

.table-gala ol {
    padding-left: 20px !important;
}

.table-gala {
    background-color: #FFE9CF !important;
}      

.table-gala li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-gala h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-scan-gala .table-center {
	margin-bottom: 0 !important;
}

.vert-scan-gala li {
    padding-left: 30px !important;
}

.vert-scan-gala li:before {
    width: 4px !important;
		background: #FFD5C3 !important;
    height: 100% !important;
    top: 0 !important;
}

.strip-scan-gala {
    position: relative;
    margin: 16px 0;
}

.strip-scan-gala:before {
    content: '';
    width: 190px;
    height: 11px;
    background: #FFD5C3;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-gala-02:before {
    width: 270px;
}

#adap-strip-gala-03:before {
    width: 403px;
}

#adap-strip-gala-04:before {
    width: 390px;
}

.img-scan-gala p,
.gala-italic {
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 300 !important;
    color: #333333 !important;
}

.video-scan-gala {
	margin-bottom: 16px;
}

@media (max-width: 480px) {
    .blog-scan-gala h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-gala img {
		margin: 24px 0 !important;
	}
	.strip-scan-gala:before {
		display: none;
	}
	.vert-scan-gala ul {
		margin: 0 !important;
	}
	.vert-scan-gala li {
		font-style: italic !important;
		padding-left: 0 !important;
	}
	.vert-scan-gala {
       border: 1px solid #FFD19A !important;
    }
	.video-scan-gala {
		margin-bottom: 24px 0px;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.img-author-name-01 img {
        margin: 0 !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Скандалы Met Gala: Обратная сторона платьев от кутюр КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Как продвигать бизнес: (не)полное руководство НАЧАЛО */
.blog-comp-guide p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-comp-guide ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-comp-guide li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-comp-guide li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #BC775A !important;
    left: 0;
    top: 6px !important;

}

.blog-comp-guide img {
    margin-bottom: 16px !important;
}

.table-guide ol {
    padding-left: 20px !important;
}

.table-guide {
    background-color: #FFC7B0 !important;
}      

.table-guide li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-comp-guide h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-comp-guide .table-center {
	margin-bottom: 0 !important;
}

.strip-comp-guide {
    position: relative;
    margin: 16px 0;
}

.strip-comp-guide:before {
    content: '';
    width: 340px;
    height: 11px;
    background: #FFC7B0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-guide-02:before {
    width: 405px;
}

.comp-guide-table-01 thead th,
.comp-guide-table-02 thead th{
    background: #BC775A !important;
	font-size: 14px !important; 
	padding: 10px !important;
}

.comp-guide-table-01 tbody td, .comp-guide-table-02 tbody td{
    border: 1px solid #BC775A !important;
	padding: 10px 6px !important;
	font-weight: 400 !important;
	height: 45px;
}

.comp-guide-table-01 thead tr th:first-child {
	width: 20%;
}

.comp-guide-table-02 thead tr th:first-child {
	width: 32%;
}

.comp-guide-table-02 tbody td .after-reboot-txt p {
	font-weight: 400 !important;
	font-size: 12px !important;
	margin-bottom: 0 !important;
}

.comp-guide-txt {
	font-size: 12px !important; 
  font-weight: 400 !important;
}

#adap-strip-guide-03:before {
    width: 310px;
}

#adap-strip-guide-04:before {
    width: 305px;
}

#adap-strip-guide-05:before {
    width: 410px;
}

#adap-strip-guide-06:before {
    width: 420px;
}

#adap-strip-guide-07:before {
    width: 310px;
}

@media (max-width: 480px) {
    .blog-comp-guide h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-comp-guide img {
		margin: 24px 0 !important;
	}
	.strip-comp-guide:before {
		display: none;
	}
    .guide-label {
        background: #BC775A !important;
    }
	.comp-guide-txt {
		border: 1px solid #BC775A !important;
	}
    .blog-comp-guide .reboot-w-1 { height: 36px; }
    .blog-comp-guide .reboot-w-2 { height: 44px; }
    .blog-comp-guide .reboot-w-3 { height: 54px; }
    .blog-comp-guide .reboot-w-4 { height: 110px; }
    .comp-guide-table-01 tbody td,
	.comp-guide-table-02 tbody td{
		border: none !important;
		height: auto;
		padding: 5px !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Как продвигать бизнес: (не)полное руководство КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Чат-бот для сотрудников: нужно ли внедрять его на самом деле НАЧАЛО */
.blog-empl-chatbot p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-empl-chatbot ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-empl-chatbot li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-empl-chatbot li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -6px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.blog-empl-chatbot img {
    margin-bottom: 16px !important;
}

.table-chatbot ol {
    padding-left: 20px !important;
}

.table-chatbot {
    background-color: #FFF1E7 !important;
}      

.table-chatbot li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-empl-chatbot h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-empl-chatbot .table-center {
	margin-bottom: 0 !important;
}

.vert-empl-chatbot li {
    padding-left: 30px !important;
}

.vert-empl-chatbot li:before {
		content: '' !important;
		background: #FFD5C3 !important;
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

.strip-empl-chatbot {
    position: relative;
    margin: 16px 0;
}

.strip-empl-chatbot:before {
    content: '';
    width: 500px;
    height: 11px;
    background: #FFD5C3;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.long-empl-chatbot ul:before {
	background: #C8C8C8 !important;
}

#adap-strip-chatbot-02:before {
    width: 285px;
}

#adap-strip-chatbot-03:before {
    width: 360px;
}

.container-empl-chatbot .brand-icon-text {
	gap: 10px;
}

.icon-empl-chatbot img {
	max-width: 101px !important;
}

.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

#adap-strip-chatbot-04:before {
    width: 480px;
}

#adap-strip-chatbot-05:before {
    width: 545px;
}

#adap-strip-chatbot-06:before {
    width: 330px;
}

.empl-chatbot-table thead th {
    background: #FFA94D !important;
	font-size: 14px !important; 
	padding: 10px !important;
}

.empl-chatbot-table thead th:last-child {
	width: 20%;
}

.empl-chatbot-table tbody td {
    border: none !important;
    background: #FFF3E7 !important;;
	padding: 5px 6px !important;
	height: 64px;
}

.empl-chatbot-txt {
	font-size: 12px !important; 
    font-weight: 400 !important;
}

.empl-chatbot-table tbody tr td .after-reboot-txt p {
		font-size: 13px !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	}

@media (max-width: 480px) {
    .blog-empl-chatbot h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-empl-chatbot img {
		margin: 24px 0 !important;
	}
	.strip-empl-chatbot:before {
		display: none;
	}
	.empl-chatbot-table tbody td {
		background: transparent !important;
		height: auto;
		padding: 5px !important;
	}
	.empl-chatbot-txt {
        border: none !important;
        background: #FFF3E7 !important;
		padding: 7px !important;
	}
    .chatbot-label {
        background: #FFA94D !important;
		padding: 10px 0 !important;
    }
	.icon-empl-chatbot img {
	max-width: 80px !important;
}
	.container-empl-chatbot .brand-icon-text {
		flex-direction: row;
		align-items: center !important;
	}
	.container-empl-chatbot .brand-icon-text .crisis-text p {
		font-size: 13px !important;
	}
	.container-empl-chatbot .brand-icon-text .crisis-text .semibold {
		font-size: 13px !important;
	}
    .blog-empl-chatbot .reboot-w-1 { height: 50px; }
    .blog-empl-chatbot .reboot-w-2 { height: 64px; }
	.vert-empl-chatbot ul {
		margin: 0 !important;
	}
	.vert-empl-chatbot li {
        font-style: italic;
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-empl-chatbot {
       border: 1px solid #FFD19A !important;
    }
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Чат-бот для сотрудников: нужно ли внедрять его на самом деле КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Исследование: как получить отзыв через рассылки — 2026 НАЧАЛО */
.res-feed-ling p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.res-feed-ling ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-feed-ling li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.res-feed-ling li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #2374D4 !important;
    left: 0;
    top: 6px !important;

}

.res-feed-ling img {
    margin-bottom: 16px !important;
}

.res-feed-ling .center {
	margin-bottom: 16px !important;
}

.strip-feed-ling {
    position: relative;
    margin: 16px 0;
}

.strip-feed-ling:before {
    content: '';
    width: 220px;
    height: 11px;
    background: #E3F3FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-feed-ling p .semibold {
    text-transform: uppercase !important;
}

.text-back-ling {
    background-color: #F4F9FD;
    border: 1px solid #2374D4;
    padding: 16px 11px 0 11px;
	margin: 0 10px;
		border-radius: 20px;
}

.text-blue-feed {
    color: #2374D4 !important;
    font-weight: 600 !important;
}

#adap-strip-ling-02:before {
    width: 625px;
}

#adap-strip-ling-03:before {
    width: 345px;
}

#adap-strip-ling-04:before {
    width: 325px;
}

#adap-strip-ling-05:before {
    width: 410px;
}

#adap-strip-ling-06:before {
    width: 260px;
}

.long-feed-ling ul::before {
    background: #2374D4 !important;
}

.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

#adap-strip-ling-07:before {
    width: 330px;
}

.res-feed-ling .btn-res-affect-01 {
	    width: 55%;
    margin: 16px auto;
}

.res-feed-ling .btn-res-affect-01 .btn-res-affect-02 {
	padding: 25px 105px;
		justify-content: center;
	}

.res-feed-ling .btn-res-affect-01 .btn-res-affect-02 .btn-res-affect {
		font-size: 16px !important;
	}

@media (max-width: 480px) {
    .blog-feed-ling img {
		margin: 24px 0 !important;
	}
	.strip-feed-ling:before {
		display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.res-feed-ling .btn-res-affect-01 {
		width: 100%;
		height: auto;
	}
	.res-feed-ling .btn-res-affect-01 .btn-res-affect-02 {
		flex-direction: row;
		padding: 16px 8px;
	}
	.res-feed-ling .btn-res-affect-01 .btn-res-affect-02 .btn-res-affect {
		width: 60%;
	}
	.text-back-ling {
    	padding: 16px 27px 0 22px;
	}
}
/* СТИЛИ СТРАНИЦЫ Исследование: как получить отзыв через рассылки — 2026 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Фейковые видео: выпустить нельзя удалить НАЧАЛО */
.blog-fake-ted p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-fake-ted ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-fake-ted li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-fake-ted .list-fake-ted ul li {
	margin-bottom: 0 !important;
}

.blog-fake-ted li:before {
     content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.blog-fake-ted img {
    margin-bottom: 16px !important;
}

.table-ted ol {
    padding-left: 20px !important;
}

.table-ted {
    background-color: #E2EDFF !important;
}      

.table-ted li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-fake-ted h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-fake-ted .table-center {
	margin-bottom: 0 !important;
}

.strip-fake-ted {
    position: relative;
    margin: 16px 0;
}

.strip-fake-ted:before {
    content: '';
    width: 495px;
    height: 11px;
    background: #C7DDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-ted-02:before {
    width: 580px;
}

#adap-strip-ted-03:before {
    width: 480px;
}

#adap-strip-ted-04:before {
    width: 285px;
}

.video-fake-ted {
	margin-bottom: 16px;
}

.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

.fake-ted-table thead th {
    background: #4271BB !important;
	font-size: 16px !important; 
	padding: 20px !important;
}

.fake-ted-table thead th:first-child {
	width: 20%;
}

.fake-ted-table tbody td {
    border: none !important;
    background: #E2EDFF !important;
	padding: 5px 6px !important;
	height: 90px;
}

.fake-ted-txt {
	font-size: 14px !important; 
    font-weight: 400 !important;
}

.icon-fake-ted img {
    max-width: 101px !important;
	margin-bottom: 0 !important;
}

#adap-strip-ted-05:before {
    width: 375px;
}

.container-fake-ted {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.container-fake-ted .brand-icon-text {
		gap: 16px;
}

@media (max-width: 480px) {
    .blog-fake-ted h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-fake-ted img {
		margin: 24px 0 !important;
	}
	.strip-fake-ted:before {
		display: none;
	}
	.fake-ted-table tbody td {
		background: transparent !important;
		height: auto;
		padding: 5px !important;
	}
	.fake-ted-txt {
        border: none !important;
        background: #E2EDFF !important;
		padding: 7px !important;
	}
    .ted-label {
        height: 50px;
        background: #4271BB !important;
		padding: 16px 0 !important;
    }
    .ted-w-1 { height: 50px; }
    .ted-w-2 { height: 70px; }
    .ted-w-3 { height: 90px; }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
    .icon-fake-ted img {
        max-width: 80px !important;
		margin: 0 !important;
    }
	.container-fake-ted .brand-icon-text {
		flex-direction: row;
		align-items: center !important;
		gap: 10px;
	}
	.video-fake-ted {
		margin-bottom: 24px 0;
	}
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Фейковые видео: выпустить нельзя удалить КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ 9 фатальных ошибок GERM: репутация в глазах нейросетей НАЧАЛО */
.blog-germ-fatal p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-germ-fatal ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-germ-fatal li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-germ-fatal li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.blog-germ-fatal img {
    margin-bottom: 16px !important;
}

.table-fatal ol {
    padding-left: 20px !important;
}

.table-fatal {
    background-color: #E5FFFB !important;
}      

.table-fatal li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-germ-fatal h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-germ-fatal .table-center {
	margin-bottom: 0 !important;
}

.strip-germ-fatal {
    position: relative;
    margin: 16px 0;
}

.strip-germ-fatal:before {
    content: '';
    width: 315px;
    height: 11px;
    background: #CBF6F0;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.germ-fatal-table thead th {
    background: #6B948E !important;
	font-size: 14px !important; 
	padding: 10px !important;
}

.germ-fatal-table thead th:first-child {
	width: 20%;
}

.germ-fatal-table tbody td {
    border: none !important;
    background: #E5FFFB !important;
	padding: 5px 6px !important;
	height: 90px;
}

.germ-fatal-txt {
	font-size: 12px !important; 
    font-weight: 400 !important;
}

#adap-strip-fatal-02:before {
    width: 405px;
}

#adap-strip-fatal-03:before {
    width: 480px;
}

.vert-germ-fatal li {
    padding-left: 30px !important;
}

.vert-germ-fatal li:before {
    content: '' !important;
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
    background: #63E9D6 !important;
}

#adap-strip-fatal-04:before {
    width: 520px;
}

#adap-strip-fatal-05:before {
    width: 260px;
}

.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

.blog-germ-fatal .list-mar-none li::marker {
	font-weight: 400 !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-germ-fatal h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-germ-fatal img {
		margin: 24px 0 !important;
	}
	.strip-germ-fatal:before {
		display: none;
	}
	.germ-fatal-table tbody td {
		background: transparent !important;
		height: auto;
		padding: 5px !important;
	}
	.germ-fatal-txt {
        border: none !important;
        background: #E5FFFB !important;
		padding: 7px !important;
	}
    .fatal-label {
        background: #6B948E !important;
		padding: 16px 0 !important;
    }
    .blog-germ-fatal .reboot-w-1 { height: 50px; }
    .blog-germ-fatal .reboot-w-2 { height: 82px; }
    .blog-germ-fatal .reboot-w-3 { height: 90px; }
	.vert-germ-fatal ul {
		margin: 0 !important;
	}
	.vert-germ-fatal li {
        font-style: italic;
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-germ-fatal {
       border: 1px solid #63E9D6 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ 9 фатальных ошибок GERM: репутация в глазах нейросетей КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Шринкфляция: что это, и как продавать меньше без вреда для репутации НАЧАЛО */
.blog-sell-shrink p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-sell-shrink ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-sell-shrink li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-sell-shrink li:before {
     content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.blog-sell-shrink img {
    margin-bottom: 16px !important;
}

.table-v ol {
    padding-left: 20px !important;
}

.table-shrink {
    background-color: #E2EDFF !important;
}      

.table-shrink li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-sell-shrink h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-sell-shrink .center {
	margin: 0 !important;
}

.strip-sell-shrink {
    position: relative;
    margin: 16px 0;
}

.strip-sell-shrink:before {
    content: '';
    width: 260px;
    height: 11px;
    background: #C7DDFF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

#adap-strip-shrink-02:before {
    width: 520px;
}

#adap-strip-shrink-03:before {
    width: 410px;
}

#adap-strip-shrink-04:before {
    width: 390px;
}

#adap-strip-shrink-05:before {
    width: 130px;
}

#adap-strip-shrink-06:before {
    width: 400px;
}

.blog-sell-shrink .spec-slop-block .long-empl-chatbot ul li ol {
	margin-left: 10px !important;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-sell-shrink h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-sell-shrink img {
		margin: 24px 0 !important;
	}
	.strip-sell-shrink:before {
		display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.icon-adap-viral-hd img {
        margin: 0 0 16px 14px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ Шринкфляция: что это, и как продавать меньше без вреда для репутации КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Тренды потребительского поведения в 2026 году НАЧАЛО */
.blog-consum-beh p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-consum-beh ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-consum-beh li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-consum-beh li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #77C1B2 !important;
    left: 0;
    top: 6px !important;
}

.blog-consum-beh img {
    margin-bottom: 16px !important;
}

.table-beh ol {
    padding-left: 20px !important;
}

.table-beh {
    background-color: #B4ECDF !important;
}      

.table-beh li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-consum-beh h2, h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-consum-beh {
    position: relative;
    margin: 16px 0;
}

.strip-consum-beh:before {
    content: '';
    width: 395px;
    height: 11px;
    background: #B4ECDF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-consum-beh li {
    padding-left: 30px !important;
}

.vert-consum-beh li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

#adap-strip-beh-02:before {
    width: 405px;
}

#adap-strip-beh-03:before {
    width: 505px;
}

#adap-strip-beh-04:before {
    width: 515px;
}

.container-consum-beh .brand-icon-text .crisis-text h3 {
	margin: 0 0 0 30px !important;
}

.container-consum-beh .brand-icon-text {
	margin-bottom: 16px !important;
}

.icon-consum-beh img {
    max-width: 60px !important;
	margin-bottom: 0 !important;
}

.video-consum-beh {
	margin-bottom: 16px;
}

.blog-btn-text p {
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-consum-beh h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-consum-beh img {
		margin: 24px 0 !important;
	}
	.strip-consum-beh:before {
		display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
    .container-consum-beh .brand-icon-text {
        display: flex;
        flex-direction: row;
        align-items: center !important;
    }
.icon-consum-beh img {
	margin: 0 !important;
}
    .vert-consum-beh ul {
        margin: 0 !important;
    }
    .vert-consum-beh li {
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-consum-beh {
       border: 1px solid #63E9D6 !important;
    }
.video-consum-beh {
	margin: 24px 0;
}
}
/* СТИЛИ СТРАНИЦЫ Тренды потребительского поведения в 2026 году КОНЕЦ */


/* СТИЛИ СТРАНИЦЫ Исследование: на что жалуются покупатели в отзывах — 2026 НАЧАЛО */
.res-cust-lain p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.res-cust-lain ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.res-cust-lain .center {
	margin-top: 0 !important;
}

.res-cust-lain li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
	font-size: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.res-cust-lain li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #C6D3FF !important;
    left: 0;
    top: 6px !important;
}

.res-cust-lain img {
    margin-bottom: 16px !important;
}

.strip-cust-lain {
    position: relative;
    margin: 16px 0;
}

.strip-cust-lain:before {
    content: '';
    width: 195px;
    height: 11px;
    background: #DDE5FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.strip-cust-lain p {
    text-transform: uppercase;
}

.list-pink-lain ul li:before {
    background: #FDE0D8 !important;
}

#adap-strip-lain-02:before {
    width: 340px;
}

#adap-strip-lain-03:before {
    width: 420px;
}

#adap-strip-lain-04:before {
    width: 305px;
}

#adap-strip-lain-05:before {
    width: 540px;
}

.list-dots-lain ul li::before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	left: 0 !important;
	top: 0px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.cust-lain-table-01 thead th,
.cust-lain-table-02 thead th{
    color: #000000 !important;
    background: #E9EEFE !important;
	font-size: 12px !important; 
	padding: 10px !important;
}

.cust-lain-table-02 thead th {
    background: #FFE8E2 !important;
}

.cust-lain-table-01 thead th:last-child{
	width: 30%;
}

.cust-lain-table-02 thead th:first-child {
	width: 14%;
}

.cust-lain-table-01 tbody td {
    border: 1px solid #B9C9FF !important;
	padding: 0 29px !important;
	height: 55px;
}

.cust-lain-table-02 tbody td {
    border: 1px solid #FDDAD1 !important;
	padding: 15px 11px !important;
	height: 65px;
}

.cust-lain-txt {
	font-size: 10px !important; 
    font-weight: 400 !important;
}

.long-cust-lain ul:before {
	background: #DDE5FF !important;
}

.lain-upper {
	text-transform: uppercase;
}

.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

.res-cust-lain .btn-res-affect-01 {
	    width: 55%;
    margin: 16px auto;
}

.res-cust-lain .btn-res-affect-01 .btn-res-affect-02 {
	padding: 25px 105px;
		justify-content: center;
	}

.res-cust-lain .btn-res-affect-01 .btn-res-affect-02 .btn-res-affect {
		font-size: 16px !important;
	}

@media (max-width: 480px) {
    .blog-cust-lain img {
		margin: 24px 0 !important;
	}
	.strip-cust-lain:before {
		display: none;
	}
	.cust-lain-table-01 tbody td,
	.cust-lain-table-02 tbody td{
		border: none !important;
		background: transparent !important;
		height: auto;
		padding: 5px !important;
	}
	.cust-lain-table-02 td .cust-lain-txt {
        border: 1px solid #FFE8E2 !important;
		font-size: 14px !important;
		padding: 7px !important;
	}
    .cust-lain-table-01 td .cust-lain-txt {
        border: 1px solid #B9C9FF !important;
			font-size: 14px !important;
		padding: 7px !important;
	}
    .lain-blue-label {
        height: 32px;
        background: #E9EEFE !important;
		padding: 6px 0 !important;
			color: #000000 !important;
    }
    .lain-pink-label {
        height: 32px;
        background: #FFE8E2 !important;
		padding: 6px 0 !important;
			color: #000000 !important;
    }
    .lain-w-1 { height: 36px; }
    .lain-w-2 { height: 54px; }
    .lain-w-3 { height: 44px; }
	    .icon-adap-viral-hd img {
        max-width: 30px !important;
        margin: 0 0 16px 14px !important;
    }
	.res-cust-lain .btn-res-affect-01 {
		width: 100%;
		height: auto;
	}
	.res-cust-lain .btn-res-affect-01 .btn-res-affect-02 {
		flex-direction: row;
		padding: 16px 8px;
	}
	.res-cust-lain .btn-res-affect-01 .btn-res-affect-02 .btn-res-affect {
		width: 60%;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Исследование: на что жалуются покупатели в отзывах — 2026 КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Антикризисный маркетинг: как бренды выживают, когда рынок падает НАЧАЛО */
.blog-brands-surv p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-brands-surv ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-brands-surv li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
	font-size: 16px !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-brands-surv li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #445265 !important;
    left: 0;
    top: 6px !important;

}

.blog-brands-surv img {
    margin-bottom: 16px !important;
}

.table-surv ol {
    padding-left: 20px !important;
}

.table-surv {
    background-color: #B9C7DA !important;
}      

.table-surv li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-brands-surv h2, 
.blog-brands-surv h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 0 0 16px 10px !important;
}

.blog-brands-surv .table-center {
	margin-bottom: 0 !important;
}

.vert-brands-surv li {
    padding-left: 30px !important;
}

.vert-brands-surv li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

.strip-brands-surv {
    position: relative;
    margin: 16px 0;
}

.strip-brands-surv:before {
    content: '';
    width: 395px;
    height: 11px;
    background: #B9C7DA;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.brands-surv-table thead th {
    background: #445265 !important;
	font-size: 14px !important;
	padding: 10px !important;
}

.brands-surv-table tbody td {
    border: 1px solid #0E0E0E !important;
	padding: 5px 0 !important;
	height: 45px;
}

.brands-surv-txt {
	font-size: 14px !important; 
    font-weight: 400 !important;
}

.container-brands-surv .brand-icon-text {
	gap: 16px;
}

.icon-brands-surv img {
	max-width: 82px !important;
}

#adap-strip-surv-02:before {
    width: 480px;
}

#adap-strip-surv-03:before {
    width: 525px;
}

#adap-strip-surv-04:before {
    width: 395px;
}

#adap-strip-surv-05:before {
    width: 500px;
}

#adap-strip-surv-06:before {
    width: 500px;
}

#adap-strip-surv-07:before {
    width: 520px;
}

@media (max-width: 480px) {
    .blog-brands-surv h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-brands-surv img {
		margin: 24px 0 !important;
	}
	.strip-brands-surv:before {
		display: none;
	}
	.brands-surv-table tbody td {
		border: none !important;
		padding: 5px !important;
		height: auto;
	}
	.brands-surv-txt {
        border: 1px solid #445265 !important;
		padding: 7px !important;
	}
    .surv-label {
        background: #445265 !important;
		padding: 10px 0 !important;
    }
	.icon-brands-surv img {
    margin: 0 10px !important;
}
    .surv-w-1 { height: 36px; }
    .surv-w-2 { height: 54px; }
    .surv-w-3 { height: 44px; }
	.vert-brands-surv ul {
		margin: 0 !important;
	}
	.vert-brands-surv li {
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-brands-surv {
       border: 1px solid #445265 !important;
    }
	.container-brands-surv .brand-icon-text .crisis-text p {
		margin-left: 0 !important;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Антикризисный маркетинг: как бренды выживают, когда рынок падает КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Громкие скандалы ЧМ по футболу: от удара Зидана до звонка Трампа НАЧАЛО */
.blog-scan-fifa p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-scan-fifa ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-scan-fifa li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-scan-fifa li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #445265 !important;
    left: 0;
    top: 6px !important;

}

.blog-scan-fifa img {
    margin-bottom: 16px !important;
}

.table-fifa ol {
    padding-left: 20px !important;
}

.table-fifa {
    background-color: #FFAFA9 !important;
}      

.table-fifa li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-scan-fifa h2, 
.blog-scan-fifa h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 0 0 16px 10px !important;
}

.strip-scan-fifa {
    position: relative;
    margin: 16px 0;
}

.strip-scan-fifa:before {
    content: '';
    width: 530px;
    height: 11px;
    background: #FFAFA9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-fifa-03:before {
    width: 270px;
}

#adap-strip-fifa-04:before {
    width: 440px;
}

#adap-strip-fifa-05:before {
    width: 555px;
}

#adap-strip-fifa-06:before {
    width: 455px;
}

.video-scan-fifa {
    margin-bottom: 16px;
}

@media (max-width: 480px) {
    .blog-scan-fifa h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-scan-fifa img {
		margin: 24px 0 !important;
	}
	.strip-scan-fifa:before {
		display: none;
	}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
    .video-scan-fifa {
        margin-bottom: 24px 0;
    }
}
/* СТИЛИ СТРАНИЦЫ Громкие скандалы ЧМ по футболу: от удара Зидана до звонка Трампа КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ ZMOT: что это такое, и как меняет подход к продажам НАЧАЛО */
.blog-sale-zmot p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-sale-zmot ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-sale-zmot li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-sale-zmot li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: 0px !important;
	font-size: 18px !important; 
  	background: #000000 !important;
}

.blog-sale-zmot img {
    margin-bottom: 16px !important;
}

.table-zmot ol {
    padding-left: 20px !important;
}

.table-zmot {
    background-color: #C5F7FF !important;
}      

.table-zmot li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-sale-zmot h2, 
.blog-sale-zmot h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.blog-sale-zmot .table-center {
	margin-bottom: 0 !important;
}

.strip-sale-zmot {
    position: relative;
    margin: 16px 0;
}

.strip-sale-zmot:before {
    content: '';
    width: 170px;
    height: 11px;
    background: #C5F7FF;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-sale-zmot li {
    padding-left: 30px !important;
}

.vert-sale-zmot li:before {
    content: '' !important;
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
    background: #4068B8 !important;
}

.long-sale-zmot ul::before {
    background: #C8C8C8 !important;
}

#adap-strip-zmot-02:before {
    width: 520px;
}

#adap-strip-zmot-03:before {
    width: 535px;
}

.sale-zmot-table thead th {
    background: #4068B8 !important;
	font-size: 16px !important; 
	padding: 10px !important;
}

.sale-zmot-table thead th:first-child {
	width: 25%;
}

.sale-zmot-table tbody td {
    border: none !important;
    background: #E9FCFF !important;
	padding: 5px 6px !important;
	height: 83px;
}

.sale-zmot-txt {
	font-size: 13px !important; 
    font-weight: 400 !important;
}

#adap-strip-zmot-04:before {
    width: 455px;
}

#adap-strip-zmot-05:before {
    width: 360px;
}

#adap-strip-zmot-06:before {
    width: 310px;
}
.icon-spec-viral-01 img {
    margin: 0 0 0 30px !important;
}

@media (max-width: 480px) {
    .blog-sale-zmot h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-sale-zmot img {
		margin: 24px 0 !important;
	}
	.strip-sale-zmot:before {
		display: none;
	}
	.sale-zmot-table tbody td {
		height: auto;
		background: transparent !important;
		padding: 5px !important;
	}
	.sale-zmot-txt {
		border: none !important;
        background: #E9FCFF !important;
		padding: 7px !important;
	}
    .zmot-label {
        background: #4068B8 !important;
		padding: 10px 0 !important;
    }
    .zmot-w-1 { height: 50px; }
    .zmot-w-2 { height: 70px; }
	.vert-sale-zmot ul {
		margin: 0 !important;
	}
	.vert-sale-zmot li {
        font-style: italic;
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-sale-zmot {
       border: 1px solid #4068B8 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.icon-adap-viral-hd img {
        max-width: 30px !important;
        margin: 0 0 16px 14px !important;
    }
}
/* СТИЛИ СТРАНИЦЫ ZMOT: что это такое, и как меняет подход к продажам КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Дофаминовая петля: как клиентов подсаживают на удовольствие НАЧАЛО */
.blog-loop-dop p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-loop-dop ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-loop-dop li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-loop-dop li:before {
    content: "•" !important;
	width: 0 !important;
	height: 0 !important;
  	position: absolute;
  	left: 0 !important;
	top: -8px !important;
	font-size: 22px !important; 
  	background: #000000 !important;
}

.img-loop-dop img {
    margin: 0 auto 16px auto !important;
}

.table-dop ol {
    padding-left: 20px !important;
}

.table-dop {
    background-color: #F5FCD3 !important;
}      

.table-dop li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-loop-dop h2, 
.blog-loop-dop h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.strip-loop-dop {
    position: relative;
    margin: 16px 0;
}

.strip-loop-dop:before {
    content: '';
    width: 325px;
    height: 11px;
    background: #E6EEC3;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

.vert-loop-dop li {
    padding-left: 30px !important;
}

.vert-loop-dop li:before {
    content: '' !important;
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
    background: #C9D592 !important;
}

.video-blog-frame {
	margin-bottom: 16px;
}

#adap-strip-dop-02:before {
    width: 590px;
}

#adap-strip-dop-03:before {
    width: 480px;
}

#adap-strip-dop-04:before {
    width: 235px;
}

#adap-strip-dop-05:before {
    width: 310px;
}

#adap-strip-dop-06:before {
    width: 605px;
}

#adap-strip-dop-07:before {
    width: 485px;
}

#adap-strip-dop-08:before {
    width: 560px;
}

@media (max-width: 480px) {
    .blog-loop-dop h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-loop-dop img {
		margin: 24px 0 !important;
	}
	.strip-loop-dop:before {
		display: none;
	}
	.vert-loop-dop ul {
		margin: 0 !important;
	}
	.vert-loop-dop li {
        font-style: italic;
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-loop-dop {
       border: 1px solid #ACBF53 !important;
    }
	.cover-indent-none img {
		margin-top: 0 !important;
	}
	.video-blog-frame {
	margin: 24px 0;
}
}
/* СТИЛИ СТРАНИЦЫ Дофаминовая петля: как клиентов подсаживают на удовольствие КОНЕЦ */

/* СТИЛИ СТРАНИЦЫ Поколение Альфа: как повысить лояльность среди детей НАЧАЛО */
.blog-gen-alpha p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 16px !important;
}

.blog-gen-alpha ul {
    list-style: none;
    line-height: 20px;
    padding: 0;
    margin: 16px 0 16px 10px !important;
}

.blog-gen-alpha li {
    position: relative;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    color: #000000 !important;
}

.blog-gen-alpha li:before {
    content: '';
    position: absolute;
    width: 11px !important;
    height: 11px !important;
    border-radius: 0% !important;
    background: #B4885C !important;
    left: 0;
    top: 6px !important;
}

.blog-gen-alpha img {
    margin-bottom: 16px !important;
}

.table-alpha ol {
    padding-left: 20px !important;
}

.table-alpha {
    background-color: #F7F5D9 !important;
}      

.table-alpha li {
    font-size: 14px !important;
    padding-left: 0 !important;
    margin-bottom: 8px !important;
}

.blog-gen-alpha h2, 
.blog-gen-alpha h3 {
    font-size: 16px !important;
    text-align: start !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
	margin: 16px 0 16px 10px !important;
}

.vert-gen-alpha li {
    padding-left: 30px !important;
}

.vert-gen-alpha li:before {
    width: 4px !important;
    height: 100% !important;
    top: 0 !important;
}

.strip-gen-alpha {
    position: relative;
    margin: 16px 0;
}

.strip-gen-alpha:before {
    content: '';
    width: 425px;
    height: 11px;
    background: #F7F5D9;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: -1;
}

#adap-strip-alpha-02:before {
    width: 580px;
}

#adap-strip-alpha-03:before {
    width: 435px;
}

#adap-strip-alpha-04:before {
    width: 550px;
}

#adap-strip-alpha-05:before {
    width: 311px;
}

#adap-strip-alpha-06:before {
    width: 467px;
}

#adap-strip-alpha-07:before {
    width: 390px;
}

#adap-strip-alpha-08:before {
    width: 535px;
}

.blog-gen-alpha .brand-icon-text {
	margin-bottom: 16px !important;
}

.blog-gen-alpha .brand-icon-text h3 {
    margin: 0 0 0 10px !important;
}

.icon-gen-alpha img {
    max-width: 82px !important;
	margin-bottom: 0 !important;
}

@media (max-width: 480px) {
    .blog-gen-alpha h2 {
        font-size: 18px !important;
        margin: 48px 0 16px 10px !important;
    }
    .blog-gen-alpha img {
		margin: 24px 0 !important;
	}
	.strip-gen-alpha:before {
		display: none;
	}
	.vert-gen-alpha ul {
		margin: 0 !important;
	}
	.vert-gen-alpha li {
		padding-left: 0 !important;
        margin-bottom: 0 !important;
	}
	.vert-gen-alpha {
       border: 1px solid #B4885C !important;
    }
	.blog-gen-alpha .brand-icon-text {
		margin-left: 0 !important;
	}
	.icon-gen-alpha img {
	margin: 0 0 16px 0 !important;
}
	.cover-indent-none img {
		margin-top: 0 !important;
	}
}
/* СТИЛИ СТРАНИЦЫ Поколение Альфа: как повысить лояльность среди детей КОНЕЦ */