.after-item {
    margin-bottom: 15px;
}
.why-video__text {
    font-family: "IBM Plex Sans", serif;
    font-size: 23px;
    line-height: 112%;
}
@media only screen and (max-width: 720px) {
    .why-video__text {
    font-size: 16px;
}}
@media screen and (min-width: 1200px) {
    .position-banner__item b {
        font-size: 17px;
    }
    .brand-item p {
        font-size: 18px;
    }
}
.fixed-included-btn {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 60;
	max-width: 280px;
	min-height: 58px;
	padding: 14px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 18px;
	background: radial-gradient(100% 100% at 50% 0%, #FF0012 0%, rgba(255, 0, 18, 0) 100%), #C82C37;
	box-shadow: 0 12px 35px rgba(200, 44, 55, 0.35);
	color: #fff;
	font: 700 13px/1.25 "IBM Plex Sans", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	transition: .35s;
}

.fixed-included-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 100%;
	background: rgba(255, 255, 255, 0.45);
	filter: blur(12px);
	transform: translateX(-80px) skewX(-35deg);
	animation: fixed-included-light 3s linear infinite;
}

.fixed-included-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 45px rgba(200, 44, 55, 0.45);
}

.fixed-included-btn span {
	position: relative;
	z-index: 2;
}

@keyframes fixed-included-light {
	0% {
		transform: translateX(-80px) skewX(-35deg);
	}
	30% {
		transform: translateX(330px) skewX(-35deg);
	}
	100% {
		transform: translateX(330px) skewX(-35deg);
	}
}

@media only screen and (max-width: 720px) {
	.fixed-included-btn {
		left: 15px;
		bottom: 15px;
		max-width: 220px;
		min-height: 48px;
		padding: 11px 15px;
		border-radius: 14px;
		font-size: 10px;
		letter-spacing: .7px;
	}
}

/* Фиксированная кнопка "Состав креативного продюсирования" */
.fixed-included-btn {
	width: 280px;
}

/* Переносим стрелку наверх к левой кнопке */
.page-top {
	right: auto !important;
	left: 312px !important;
	bottom: 20px !important;
	z-index: 70 !important;
}

/* Виджет Telegram справа снизу */
.fixed-tg-widget {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 70;
	min-height: 60px;
	padding: 12px 20px 12px 14px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	border-radius: 18px;
	background: rgba(18, 18, 18, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
	color: #fff;
	font: 700 13px/1.25 "IBM Plex Sans", sans-serif;
	letter-spacing: .7px;
	text-transform: uppercase;
	transition: .35s;
	overflow: hidden;
}

.fixed-tg-widget::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(100% 100% at 0% 0%, rgba(200, 44, 55, 0.35) 0%, rgba(200, 44, 55, 0) 65%);
	pointer-events: none;
}

.fixed-tg-widget:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
	border-color: rgba(200, 44, 55, 0.6);
}

.fixed-tg-widget__icon {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	background: #C82C37;
	position: relative;
	z-index: 2;
}

.fixed-tg-widget__icon img {
	width: 18px;
	height: 18px;
	display: block;
}

.fixed-tg-widget__text {
	position: relative;
	z-index: 2;
	white-space: nowrap;
}

@media only screen and (max-width: 720px) {
	.fixed-included-btn {
		left: 15px;
		bottom: 15px;
		width: 210px;
		max-width: none;
		min-height: 44px;
		padding: 10px 12px;
		border-radius: 14px;
		font-size: 9px;
		line-height: 1.2;
		letter-spacing: .5px;
	}

	.page-top {
		left: 235px !important;
		right: auto !important;
		bottom: 15px !important;
		width: 44px !important;
		height: 44px !important;
		border-radius: 14px !important;
		z-index: 70 !important;
	}

	.page-top i {
		font-size: 14px;
	}

	.fixed-tg-widget {
		left: auto;
		right: 20px;
		bottom: 15px;
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
		border-radius: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: rgba(18, 18, 18, 0.94);
	}

	.fixed-tg-widget__text {
		display: none;
	}

	.fixed-tg-widget__icon {
		width: 28px;
		height: 28px;
		background: #C82C37;
	}

	.fixed-tg-widget__icon img {
		width: 15px;
		height: 15px;
	}
}

/* Скрываем все возражения после третьего */
.doubts:not(.doubts-open) .doubts-item:nth-child(n+4) {
	display: none;
}

/* Когда блок открыт — показываем все */
.doubts.doubts-open .doubts-item {
	display: flex;
}

/* Кнопка Подробнее */
.doubts-more-btn {
	width: fit-content;
	min-width: 220px;
	height: 60px;
	margin: 35px auto 0;
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 18px;
	background: radial-gradient(100% 100% at 50% 0%, #FF0012 0%, rgba(255, 0, 18, 0) 100%), #C82C37;
	box-shadow: 0 12px 35px rgba(200, 44, 55, 0.35);
	color: #fff;
	font: 700 13px/1.25 "IBM Plex Sans", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: .35s;
}

.doubts-more-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 100%;
	background: rgba(255, 255, 255, 0.45);
	filter: blur(12px);
	transform: translateX(-80px) skewX(-35deg);
	animation: doubts-more-light 3s linear infinite;
}

.doubts-more-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 45px rgba(200, 44, 55, 0.45);
}

.doubts-more-btn span {
	position: relative;
	z-index: 2;
}

.doubts.doubts-open .doubts-more-btn {
	display: none;
}

@keyframes doubts-more-light {
	0% {
		transform: translateX(-80px) skewX(-35deg);
	}
	30% {
		transform: translateX(280px) skewX(-35deg);
	}
	100% {
		transform: translateX(280px) skewX(-35deg);
	}
}

@media only screen and (max-width: 720px) {
	.doubts-more-btn {
		width: 100%;
		height: 54px;
		margin-top: 25px;
		border-radius: 14px;
		font-size: 12px;
	}
}

.eyeliner-info {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.eyeliner-info > p {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.eyeliner-mini-list {
	margin: 30px auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 300px));
	justify-content: center;
	gap: 20px;
}

.eyeliner-mini-card {
	min-height: auto;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.eyeliner-mini-card__icon {
	display: block;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 1;
}

.eyeliner-mini-card p {
	margin: 0 !important;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 400;
	color: #121212;
	text-align: center;
}
.one-photo {
    width: 1179px;
    right: -420px;
    top: -420px;
}

@media only screen and (max-width: 1200px) {
	.eyeliner-mini-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 720px) {
	.eyeliner-info {
		text-align: center;
	}

	.eyeliner-info > p {
		text-align: center;
	}

	.eyeliner-mini-list {
		margin: 24px auto;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.eyeliner-mini-card {
		min-height: auto;
		padding: 18px 15px;
		border-radius: 16px;
	}

	.eyeliner-mini-card__icon {
		margin-bottom: 8px;
		font-size: 26px;
	}

	.eyeliner-mini-card p {
		font-size: 16px;
	}
	.eyeliner-title p {
	    text-align: center; 
	}
	.one-photo {
    width: 380px;
    right: -102px;
    top: -10px;
}
}

.one-term {
	width: fit-content;
	max-width: 710px;
	margin-top: 24px;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
}

.one-term span {
	display: block;
	flex-shrink: 0;
	font-size: 24px;
	line-height: 1;
}

.one-term p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
}

.contact {
    margin-bottom: 100px;
}
.receive {
    margin-bottom: 60px;
}
@media only screen and (max-width: 720px) {
	.one-term {
		width: 100%;
		margin-top: 18px;
		padding: 16px;
		align-items: flex-start;
		border-radius: 16px;
		font-size: 16px;
	}

	.one-term span {
		font-size: 22px;
		transform: translateY(1px);
	}
	.one-term p {
	    font-size: 14px;
	}
	.contact {
    margin-bottom: 60px;
}
.receive {
    margin-bottom: 20px;
}
}


/* Второй блок: картинка + 6 карточек поверх */
.brand-false-wrap {
	display: flex;
	align-items: center;
	position: relative;
}

.brand-false-photo {
	width: 414px;
	display: block;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.brand-false-wrap .brand-false-list {
	width: 905px;
	margin-left: -120px;
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 15px;
	box-sizing: border-box;
}

.brand-false-wrap .brand-item {
	width: 100% !important;
	min-height: 126px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.brand-false-wrap .brand-item p {
	width: 100%;
}

/* Тёмный блок "Мы превращаем ваш бизнес..." */
.brand-choice {
	margin-top: 55px;
	padding: 50px 35px 45px;
	border-radius: 30px;
	background-color: #121212;
	background-image: url("../images/bg/2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: visible;
	box-sizing: border-box;
}

.brand-choice__top {
	min-height: 250px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	position: relative;
	z-index: 2;
}

.brand-choice__title {
	margin-top: 0 !important;
	max-width: 810px;
	color: #fff;
	text-align: left;
}

.brand-choice__title b {
	color: #fff;
}

.brand-choice__photo {
	width: 456px;
	display: block;
	flex-shrink: 0;
	margin-top: -141px;
	margin-right: -46px;
	position: relative;
	z-index: 1;
}

/* Карточки внутри тёмного блока */
.brand-choice .brand-true-list {
	width: 1130px;
	max-width: 100%;
	margin: -148px auto 0;
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	box-sizing: border-box;
}

.brand-choice .brand-item {
	width: 100% !important;
	min-height: 132px;
	padding: 25px 20px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	box-shadow: none;
	box-sizing: border-box;
}

.brand-choice .brand-item p {
	color: #fff;
}

.brand-choice .brand-item b {
	color: #fff;
}

.brand-choice .brand-item span {
	color: #fff;
}

/* Адаптация второго блока: картинка + карточки */
@media only screen and (max-width: 1200px) {
	.brand-false-wrap {
		flex-direction: column;
		align-items: center;
	}

	.brand-false-photo {
		width: 414px;
		max-width: 100%;
		margin: 0 auto;
	}

	.brand-false-wrap .brand-false-list {
		width: 100%;
		margin-left: 0;
		margin-top: -45px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.brand-false-wrap .brand-item {
		min-height: 120px;
	}
}

@media only screen and (max-width: 720px) {
	.brand-false-wrap {
		margin-top: 0;
	}

	.brand-false-photo {
		width: 300px;
		max-width: 100%;
		display: none;
	}

	.brand-false-wrap .brand-false-list {
		margin-top: -25px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.brand-false-wrap .brand-item {
		min-height: auto;
		padding: 18px 16px;
		border-radius: 16px;
	}

	.brand-false-wrap .brand-item p {
		font-size: 16px;
		line-height: 1.35;
	}

	.brand-false-wrap .brand-item p br {
		display: none;
	}
}

/* Адаптация блока "Мы превращаем ваш бизнес..." */
@media only screen and (max-width: 1200px) {
	.brand-choice {
		margin-top: 50px;
		padding: 40px 30px;
		border-radius: 30px;
		background-size: cover;
		background-position: center top;
	}

	.brand-choice__top {
		min-height: auto;
		align-items: flex-start;
		gap: 20px;
	}

	.brand-choice__title {
		max-width: 420px;
		text-align: left;
	}

	.brand-choice__photo {
		width: 330px;
		margin-top: -70px;
		margin-right: -10px;
	}

	.brand-choice .brand-true-list {
		width: 100%;
		margin-top: 25px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.brand-choice .brand-item {
		min-height: 130px;
	}
}

@media only screen and (max-width: 720px) {
	.brand-choice {
		margin-top: 35px;
		padding: 30px 18px 24px;
		border-radius: 20px;
		background-size: cover;
		background-position: center top;
		overflow: hidden;
	}

	.brand-choice__top {
		flex-direction: column;
		gap: 18px;
	}

	.brand-choice__title {
		max-width: 100%;
		text-align: left;
		font-size: 27px !important;
	}

	.brand-choice__photo {
		width: 280px;
		max-width: 100%;
		margin: -30px auto;
	}

	.brand-choice .brand-true-list {
		width: 100%;
		margin-top: 20px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.brand-choice .brand-item {
		min-height: auto;
		padding: 18px 16px;
		border-radius: 16px;
	}

	.brand-choice .brand-item p {
		font-size: 16px;
		line-height: 1.35;
	}

	.brand-choice .brand-item p br {
		display: none;
	}
}

/* Новый brand-info: 4 карточки */
.brand-info-new {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 248px 253px 295px 344px;
	gap: 20px;
	align-items: stretch;
	text-align: left;
	font-size: initial;
	line-height: normal;
}

.brand-info-new p {
	margin: 0 !important;
}

.brand-info-card {
	min-height: 230px;
	box-sizing: border-box;
}

.brand-info-card_1,
.brand-info-card_2,
.brand-info-card_3 {
	padding: 20px;
	display: flex;
	gap: 20px;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.3);
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
}

.brand-info-card__title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #121212;
}

.brand-info-card__text {
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
	color: #121212;
}

.brand-info-card__text b {
	font-weight: 700;
	color: #121212;
}

.brand-info-card_4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.brand-info-card__cta {
	max-width: 344px;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	color: #313131;
	text-align: center;
}

.brand-info-card__btn {
	width: 300px !important;
	max-width: 100%;
	height: 70px;
	margin: 24px auto 0 !important;
	border-radius: 18px;
	font-size: 13px;
}

@media only screen and (max-width: 1200px) {
	.brand-info-new {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.brand-info-card {
		min-height: 210px;
	}

	.brand-info-card_4 {
		padding: 20px;
		grid-column: span 2;
	}

	.brand-info-card__cta {
		max-width: 560px;
	}
}

@media only screen and (max-width: 720px) {
	.brand-info-new {
		margin-top: 30px;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.brand-info-card {
		min-height: auto;
	}

	.brand-info-card_1,
	.brand-info-card_2,
	.brand-info-card_3 {
		min-height: 190px;
		padding: 18px 16px;
		border-radius: 16px;
	}

	.brand-info-card__title {
		font-size: 17px;
		line-height: 1.3;
	}

	.brand-info-card__text {
		font-size: 15px;
		line-height: 1.4;
	}

	.brand-info-card_4 {
		grid-column: auto;
		padding: 14px 0 0;
	}

	.brand-info-card__cta {
		max-width: 100%;
		font-size: 20px;
		line-height: 1.35;
	}

	.brand-info-card__btn {
		width: 100% !important;
		height: 64px;
		margin-top: 20px !important;
		border-radius: 16px;
	}
}

.video-about {
	margin-top: 100px;
}

.video-about__head {
	text-align: center;
}

.video-about__title {
	color: #121212;
}

.video-about__subtitle {
	margin-top: 18px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	color: #313131;
	text-align: center;
}

.video-about__box {
	margin-top: 40px;
	position: relative;
}

.video-about__frame {
	width: 100%;
	height: 600px;
	display: block;
	object-fit: cover;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-about__text {
	width: 245px;
	color: #fff;
	font-family: "Vasek", serif;
	font-size: 53px;
	line-height: 52%;
	pointer-events: none;
	position: absolute;
	left: 60px;
	top: 60px;
	z-index: 2;
}

@media only screen and (max-width: 1200px) {
	.video-about {
		margin-top: 70px;
	}

	.video-about__frame {
		height: 500px;
	}

	.video-about__text {
		font-size: 44px;
		left: 40px;
		top: 40px;
	}
}

@media only screen and (max-width: 720px) {
	.video-about {
		margin-top: 50px;
	}

	.video-about__subtitle {
		margin-top: 12px;
		font-size: 18px;
	}

	.video-about__box {
		margin-top: 30px;
	}

	.video-about__frame {
		height: 250px;
		border-radius: 20px;
	}

	.video-about__text {
		width: 170px;
		font-size: 32px;
		left: 20px;
		top: 20px;
	}
}

.after p {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

.after p span {
    color: #fff;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .after p {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
}

.after p span {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}
}