/* ========================================
   Theme variables
   ======================================== */
html {
	--theme-base-color: #d2ae4d;
	--theme-base-opacity-color: #d2ae4d1a;
	--theme-more-color: #d2ae4d;
	--theme-border-radius: 4px;
	--theme-text-transform: none;
	--theme-letter-spacing: normal;
	--theme-button-font-size: 0%;
	--theme-button-padding-2px: 0%;
	--theme-button-padding-1px: 0%;
	--theme-more-color-hue: 44;
	--theme-more-color-saturation: 60%;
	--theme-more-color-lightness: 56%;
	--theme-base-color-hue: 44;
	--theme-base-color-saturation: 60%;
	--theme-base-color-lightness: 56%;
	--theme-lightness-hover-diff: 6%;
}

/* ========================================
   Services Hero
   ======================================== */
.services-hero {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	padding: 60px 40px;
	margin: 0 0 20px 0;
	overflow: hidden;
	background: url('../images/hero-bg.webp') 0 0 no-repeat;
	background-size: cover;
	border: 1px solid #3a3a3a;
	border-radius: 24px;
}
.services-hero .services-hero-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 0.6;
	color: #fff;
}
.services-hero .services-hero-text {
	margin: 24px 0 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color: rgba(255,255,255,0.8);
}
.services-hero .services-hero-btn {
	max-width: 210px;
	margin: 24px 0 44px 0;
}
.services-hero .services-hero-bottom {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.services-hero .services-hero-bottom img {
	margin-left: 20px;
	height: 35px;
	width: auto;
}
.services-hero .services-hero-title strong {
	color: #D2AE4D;
}

/* ========================================
   Legacy / Template styles
   ======================================== */
div.page-top-wrapper { margin-bottom: 0 !important; }
.mixitup-container .tabs { display: none !important; }

.map-block { font-family: 'Roboto'; width: 100%; overflow: hidden; }
.map-block .map-block-top { width: 100%; height: 570px; background: url('../images/practice/map.png') 0 0 no-repeat; background-size: contain; }
.map-block .map-block-middle { width: 100%; margin: 60px 0 0 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.map-block .map-block-middle .left { width: 45%; font-size: 38px; line-height: 48px; color: #fff; font-weight: 500; }
.map-block .map-block-middle .right { width: 45%; font-size: 19px; line-height: 32px; color: #ccc; }
.map-block .map-block-bottom { margin: 0; }
.map-block .map-block-bottom .map-block-bottom-title { margin: 30px 0 15px 0; font-size: 21px; line-height: 48px; font-weight: 500; color: #FCECEC; }
.map-block .map-block-bottom ul { display: flex; flex-wrap: wrap; }
.map-block .map-block-bottom li { width: calc(100% / 6); color: #ccc; font-size: 15px; line-height: 25px; margin: 0; }
.map-block .map-block-bottom li::before { content: "•"; width: auto; height: auto; color: #ccc; line-height: 25px; background: unset; top: 0; }

.practice-cases { background: #121212; padding: 80px 0; border-top: 1px solid #5E5E5E; }
.practice-cases .practice-cases-title { margin: 0 0 40px 0; font-weight: 600; font-size: 38px; line-height: 48px; color: #fff; }

.benefits-wrap { border-top: 1px solid #5e5e5e; }
.practice-benefits { padding: 80px 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.practice-benefits .left { width: 40%; }
.practice-benefits .left .title { font-size: 49px; line-height: 60px; color: #fff; font-weight: 500; }
.practice-benefits .left p { font-size: 15px; line-height: 25px; color: #ccc; margin: 30px 0 0 0; }
.practice-benefits .right { width: 30%; text-align: right; }
.practice-benefits .right p { position: relative; color: #D2AE4E; font-size: 288px; line-height: 288px; font-weight: 600; margin: 0; padding-right: 60px; }
.practice-benefits .right p::after { content: "лет"; position: absolute; top: 0; right: 0; color: #D2AE4E; font-size: 42px; line-height: 60px; font-weight: 600; transform: rotate(270deg); }
.practice-benefits .right span { display: block; text-align: center; font-size: 15px; line-height: 25px; color: #ccc; margin: 15px 0 0 0; }

.benefit-block { border-top: 1px solid #5E5E5E; padding: 44px 0; }
.benefit-block .maxwidth-theme { padding: 0; }
.benefit-block .benefit-block-title { color: #fff; font-weight: 600; font-size: 21px; line-height: 33px; }

.practice-contacts { background: #121212; padding: 80px 0; border-top: 1px solid #5E5E5E; border-bottom: 1px solid #5E5E5E; }
.practice-form { padding-top: 80px; }

/* tizers */
.tizers-list__item { display: flex; height: 100%; flex-direction: row; }
.tizers-list__item--column { flex-direction: column; }
.tizers-list__item--column.tizers-list__item--centered { text-align: center; align-items: center; }
.tizers-list__item--vertical-centered { align-items: center; }
.tizers-list__item-image-wrapper { flex-shrink: 0; }
.tizers-list__item-wrapper.bordered { border-radius: 4px; }
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered { margin-right: -1px; margin-bottom: -1px; border-radius: 0; }
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP { margin-bottom: 19px; }
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT { margin-top: 4px; margin-right: 21px; }
.tizers-list__item-image-text { font-size: 45px; line-height: 45px; }
.tizers-list__item-image-text--size-50 { font-size: 50px; line-height: 50px; }
.tizers-list__item-image-wrapper--PICTURES { overflow: hidden; border-radius: 50%; }
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP { width: 140px; height: 140px; margin-bottom: 26px; }
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT { width: 80px; height: 80px; margin-right: 27px; }
.tizers-list__item-image-picture { width: 100%; height: 100%; background-size: cover; background-position: center; }
.tizers-list__item-image-wrapper--ICONS { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.tizers-list__item-image-wrapper--ICONS svg { max-width: 100%; max-height: 100%; }
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS { margin-bottom: 26px; }
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS { margin-right: 28px; }
.tizers-list__item-text-wrapper { display: flex; flex-direction: column; margin-top: -.25em; }
.bx-ie .tizers-list__item-text-wrapper { flex-grow: 1; }
.tizers-list__item-descr { margin-top: 8px; }
.tizers-list__item--with-bg { background-color: transparent; }
.tizers-list__item--with-bg:hover { background-color: transparent; }
.tizers-list__item--narrow-with-bg { padding: 48px; }
.tizers-list__item--wide-with-bg { padding: 56px; }
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP { margin-bottom: 13px; }
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP { padding: 47px 47px 42px 47px; }
.tizers { margin: -1px 0 0 0; }
.tizers-list { padding: 40px 0 35px 0; background-color: transparent; }
.tizers-list__item-name { font-size: 1em; }
.tizers-list__item-descr { margin-top: 3px; font-size: .86667em; }
.practice-contacts .index-block__title { font-size: 49px; line-height: 60px; font-weight: 500; }

/* ========================================
   Legacy responsive
   ======================================== */
@media (min-width: 992px) and (max-width: 1279px) {
	.map-block .map-block-top { height: 400px; }
}
@media (max-width: 991px) {
	.map-block .map-block-top { background-image: url('../images/practice/map-mobile.png'); background-size: contain; background-position: center center; }
	.map-block .map-block-middle { display: block; margin-top: 40px; }
	.map-block .map-block-middle .left { width: 100%; font-size: 28px; line-height: 36px; }
	.map-block .map-block-middle .right { width: 100%; margin: 20px 0 0 0; font-size: 15px; line-height: 25px; }
	.map-block .map-block-bottom .map-block-bottom-title { font-size: 15px; line-height: 24px; }
	.map-block .map-block-bottom li { width: calc(100% / 4); }
	.practice-cases .practice-cases-title { font-size: 28px; line-height: 36px; }
	.practice-benefits .left { width: 60%; }
	.practice-benefits .left .title { font-size: 28px; line-height: 36px; }
	.practice-benefits .right p { font-weight: 400; font-size: 200px; }
	div.tizers-list__items-wrapper { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
	.practice-contacts .index-block__title { font-size: 28px; line-height: 36px; }
}
@media (max-width: 767px) {
	.map-block .map-block-top { height: 400px; }
	.map-block .map-block-middle .left { font-size: 20px; line-height: 26px; }
	.map-block .map-block-bottom li { width: calc(100% / 2); }
	.practice-cases .practice-cases-title { font-size: 20px; line-height: 26px; }
	.practice-contacts .index-block__title { font-size: 20px; line-height: 26px; }
	.practice-benefits { padding: 40px 0; display: block; }
	.practice-benefits .left { width: 100%; }
	.practice-benefits .right { width: 100%; text-align: center; }
	.practice-benefits .right p { padding: 0; }
	.practice-benefits .right p::after { right: 50%; margin-right: -144px; }
}
@media (max-width: 600px) {
	.map-block .map-block-top { height: 300px; }
	.map-block .map-block-middle { margin-top: 30px; }
}
@media (max-width: 450px) {
	.tizers-list__item { flex-direction: column; }
	.tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper { margin-bottom: 15px; }
}
@media (min-width: 451px) {
	.bx-ie .tizers-list__item-text-wrapper { flex-basis: 0%; }
}

/* ========================================
   RGN BEM — bento container
   ======================================== */
.rgn-bento {
	background: #0a0a0a;
	padding: 40px 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}
.rgn-bento__grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* ========================================
   RGN BEM — block (base bento card)
   ======================================== */
.rgn-block {
	background: #1a1a1a;
	padding: 50px;
	border-radius: 24px;
}
.rgn-block--awards {
	padding: 60px 50px;
}
.rgn-block--analyze {
	background: url('../images/analyze.jpg') center/cover no-repeat;
	border: 1px solid #3d3428;
}
.rgn-block__title {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 40px 0;
}
.rgn-block__title--compact {
	margin-bottom: 15px;
}
.rgn-block__title--medium {
	margin-bottom: 25px;
}
.rgn-block__subtitle {
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin: 0 0 40px 0;
	max-width: 700px;
}

/* ========================================
   RGN BEM — hero (stats block)
   ======================================== */
.rgn-hero__row {
	display: flex;
	gap: 40px;
	align-items: stretch;
	flex-wrap: wrap;
}
.rgn-hero__content {
	flex: 1;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.rgn-hero__text {
	font-size: 18px;
	line-height: 30px;
	color: #ccc;
	margin: 0 0 40px 0;
}
.rgn-hero__stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.rgn-hero__stat {
	text-align: center;
}
.rgn-hero__stat-value {
	font-size: 56px;
	line-height: 56px;
	font-weight: 600;
	color: #D2AE4E;
}
.rgn-hero__stat-label {
	font-size: 15px;
	color: #999;
	margin-top: 10px;
}
.rgn-hero__media {
	flex: 1;
	min-width: 300px;
}
.rgn-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

/* ========================================
   RGN BEM — expertise
   ======================================== */
.rgn-expertise__row {
	display: flex;
	gap: 50px;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.rgn-expertise__content {
	flex: 1;
	min-width: 300px;
}
.rgn-expertise__title {
	font-size: 32px;
	line-height: 42px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.rgn-expertise__text {
	font-size: 16px;
	line-height: 28px;
	color: #999;
	margin: 0;
	max-width: 600px;
}
.rgn-expertise__diagram {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%) scale(1.5);
	transform-origin: right center;
	display: flex;
	align-items: center;
	gap: 24px;
}
.rgn-expertise__node {
	text-align: center;
}
.rgn-expertise__icon {
	width: 96px;
	height: 96px;
	background: #252525;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.rgn-expertise__node-title {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.rgn-expertise__node-label {
	font-size: 13px;
	color: #666;
}

/* ========================================
   RGN BEM — services
   ======================================== */
.rgn-services__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}
.rgn-services__card {
	padding: 30px;
	background: linear-gradient(135deg, #2a2520 0%, #1f1a15 100%);
	border-radius: 16px;
	border: 1px solid #3d3428;
}
.rgn-services__card-title {
	font-size: 18px;
	line-height: 26px;
	color: #D2AE4E;
	font-weight: 600;
	margin-bottom: 12px;
}
.rgn-services__card-text {
	font-size: 15px;
	line-height: 24px;
	color: #999;
	margin: 0;
}

/* ========================================
   RGN BEM — prices
   ======================================== */
.rgn-prices__list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.rgn-prices__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #333;
}
.rgn-prices__item--last {
	border-bottom: none;
}
.rgn-prices__name {
	font-size: 16px;
	color: #fff;
}
.rgn-prices__value {
	font-size: 18px;
	color: #D2AE4E;
	font-weight: 600;
	white-space: nowrap;
	margin-left: 20px;
}
.rgn-prices__calc {
	margin-top: 40px;
	padding: 30px;
	background: linear-gradient(135deg, #2a2520 0%, #1f1a15 100%);
	border-radius: 16px;
	border: 1px solid #3d3428;
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}
.rgn-prices__calc-emoji {
	font-size: 48px;
}
.rgn-prices__calc-body {
	flex: 1;
	min-width: 250px;
}
.rgn-prices__calc-title {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 8px;
}
.rgn-prices__calc-text {
	font-size: 15px;
	color: #999;
	line-height: 1.5;
}
.rgn-prices__calc-btn {
	white-space: nowrap;
}

/* ========================================
   RGN BEM — advantages
   ======================================== */
.rgn-advantages__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.rgn-advantages__card {
	padding: 30px;
	background: #252525;
	border-radius: 16px;
}
.rgn-advantages__card-title {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 12px;
}
.rgn-advantages__card-text {
	font-size: 15px;
	line-height: 24px;
	color: #999;
	margin: 0;
}

/* ========================================
   RGN BEM — analyze (free analysis)
   ======================================== */
.rgn-analyze__content {
	max-width: 700px;
}
.rgn-analyze__list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.rgn-analyze__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	color: #ccc;
	line-height: 1.5;
	margin-bottom: 0;
}
.rgn-analyze__check {
	color: #D2AE4E;
	font-size: 20px;
}
.rgn-analyze__btn {
	white-space: nowrap;
	padding: 18px 40px;
	font-size: 16px;
}

/* ========================================
   RGN BEM — team
   ======================================== */
.rgn-team__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
}
.rgn-team__member {
	text-align: center;
	padding: 30px;
	background: #252525;
	border-radius: 16px;
}
.rgn-team__photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 20px;
	display: block;
}
.rgn-team__name {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}
.rgn-team__role {
	font-size: 13px;
	color: #D2AE4E;
	line-height: 1.4;
}
.rgn-team__cta {
	text-align: center;
	margin-top: 30px;
}
.rgn-team__link {
	display: inline-block;
	padding: 14px 36px;
	border: 1px solid #D2AE4E;
	color: #D2AE4E;
	text-decoration: none;
	border-radius: 12px;
	font-size: 15px;
	transition: all 0.3s;
}

/* ========================================
   RGN BEM — awards
   ======================================== */
.rgn-awards__row {
	display: flex;
	gap: 40px;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.rgn-awards__content {
	flex: 1;
	min-width: 300px;
}
.rgn-awards__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
}
.rgn-awards__badge {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 160px;
	text-align: left;
}
.rgn-awards__badge-img {
	height: 40px;
	width: auto;
	margin-bottom: 10px;
}
.rgn-awards__badge-desc {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
.rgn-awards__shield {
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
}
.rgn-awards__shield svg {
	width: 200px;
	height: auto;
}

/* ========================================
   RGN BEM — media
   ======================================== */
.rgn-media__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 50px;
}
.rgn-media__gallery-item {
	border-radius: 16px;
	overflow: hidden;
}
.rgn-media__gallery-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}
.rgn-media__logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 15px;
	align-items: center;
}
.rgn-media__logo {
	background: #fff;
	border-radius: 8px;
	padding: 12px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rgn-media__logo-img {
	height: 25px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

/* ========================================
   RGN BEM — contacts
   ======================================== */
.rgn-contacts__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
}
.rgn-contacts__card {
	padding: 25px;
	background: #252525;
	border-radius: 16px;
}
.rgn-contacts__card-label {
	font-size: 13px;
	color: #666;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.rgn-contacts__card-value {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.rgn-contacts__card-hint {
	color: #999;
	font-size: 14px;
}
.rgn-contacts__link {
	color: #D2AE4E;
	text-decoration: none;
}
.rgn-contacts__note {
	margin-top: 30px;
	padding: 20px 30px;
	background: linear-gradient(135deg, #D2AE4E 0%, #b8943d 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.rgn-contacts__note-text {
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 500;
}

/* ========================================
   RGN BEM — responsive
   ======================================== */
@media (max-width: 1200px) {
	.rgn-expertise__diagram {
		position: static;
		transform: none;
		transform-origin: center center;
		width: 100%;
		justify-content: center;
	}
	.rgn-awards__shield {
		position: static;
		transform: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.services-hero {
		padding: 40px 24px;
	}
	.services-hero .services-hero-title {
		font-size: 22px;
		line-height: 1.3;
	}
	.services-hero .services-hero-title br {
		display: none;
	}
	.services-hero .services-hero-bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		align-items: center;
	}
	.services-hero .services-hero-bottom p {
		grid-column: 1 / -1;
		font-size: 13px;
	}
	.services-hero .services-hero-bottom img {
		margin-left: 0;
		height: 28px;
	}
	.rgn-awards__badge {
		max-width: none;
	}
	.rgn-block {
		padding: 30px;
	}
	.rgn-block--awards {
		padding: 30px;
	}
	.rgn-block__title {
		font-size: 24px;
		line-height: 32px;
	}
	.rgn-hero__row {
		gap: 20px;
	}
	.rgn-hero__stat-value {
		font-size: 40px;
		line-height: 40px;
	}
	.rgn-expertise__row {
		gap: 30px;
	}
	.rgn-expertise__title {
		font-size: 24px;
		line-height: 32px;
	}
	.rgn-media__gallery {
		grid-template-columns: 1fr;
	}
}
