/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: smartic
* Version: 2.3.6
*/

.talent__subtitle {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.talent__subtitle::before,
.talent__subtitle::after {
	content: "";
	display: inline-block;
	width: 13px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex: 0 0 auto;
}

.talent__subtitle::before {
	background-image: url("/wp-content/uploads/2026/05/Group-11.svg");
}

.talent__subtitle::after {
	background-image: url("/wp-content/uploads/2026/05/Group-12.svg");
}

.global__tille-before {
	display: inline-flex;
	align-items: center;
	gap: 20px;
}

.global__tille-before::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 5px;
	background: url("/wp-content/uploads/2026/05/Line-1.svg") center/contain no-repeat;
	flex: 0 0 30px;
}
.with-line {
	display: inline-flex;
	align-items: center;
	gap: 20px; /* расстояние до текста */
}
.talent__image-shadow{
	opacity: 0.45;
}
.with-line::before {
	position: absolute;
	content: "";
	width: 256px;
	height: 24px;
	flex: 0 0 30px;
	right: 505px;
	background: url(/wp-content/uploads/2026/05/Vector-2.svg) center / contain no-repeat;
}

.talent-shadow {
	display: block;
	position: absolute;
	left: var(--ts-x, 10px);
	top: var(--ts-y, 885px);
	width: var(--ts-w, 679px);
	height: var(--ts-h, 657px);
	background: linear-gradient(var(--ts-angle, 223.06deg), #adadad 43%, rgba(173, 173, 173, 0) 100%);
	opacity: var(--ts-opacity, 0.45);
	mix-blend-mode: multiply;
	pointer-events: none;
	clip-path: polygon(0 23%, 39% 0, 100% 8%, 0 100%);
}

.smartic-handheld-footer-bar {
  display: none !important;
}

@media screen and (max-width: 1366px){
	.with-line::before {
		right: 335px;
	}
}

@media screen and (max-width: 767px){
	.with-line::before {
		display: none;
	}
}