

/* Start:/local/templates/rosveb/css/cooperation.css?178963571714476*/
/* Cooperation page */

html {
	scroll-behavior: smooth;
}

.page-company-cooperation .page-top-info .topic {
	display: none;
}

.page-company-cooperation .container {
	margin-bottom: -80px;
	padding-top: 40px;
	padding-bottom: 40px;

	background: #f8f8f8;
}

.page-company-cooperation .side-menu__link--active {
	background-color: rgb(237 234 230) !important;
}

.dhco-page {
	--dhco-accent: var(--theme-base-color, #b85c38);
	--dhco-dark: #22252a;
	--dhco-soft: #edeae6;
	--dhco-text: #555963;

	padding-bottom: 72px;

	color: var(--dhco-dark);
}

.dhco-page *,
.dhco-page *::before,
.dhco-page *::after {
	box-sizing: border-box;
}

.dhco-eyebrow {
	display: block;

	margin-bottom: 16px;

	color: var(--dhco-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.dhco-eyebrow--light {
	color: #d98260;
}

.dhco-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 50%;

	background: rgba(255, 255, 255, 0.16);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.dhco-arrow svg {
	display: block;
	width: 18px;
	height: 12px;

	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.dhco-hero {
	min-height: 0;
	overflow: hidden;
	border-radius: 14px;

	background: var(--dhco-dark);
	color: #fff;
}

.dhco-hero__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	padding: 64px 48px 56px;
}

.dhco-hero__title {
	max-width: 700px;
	margin: 0;

	color: #fff;
	font-size: clamp(42px, 4vw, 58px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.dhco-hero__lead {
	max-width: 670px;
	margin: 26px 0 0;

	color: rgba(255, 255, 255, 0.74);
	font-size: 18px;
	line-height: 1.55;
}

.dhco-final__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 32px;

	margin-top: 34px;
}

.dhco-hero__navigation {
	display: inline-flex;
	align-self: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
}

.dhco-hero__navigation-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 20px;
	border-radius: 100px;

	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dhco-hero__navigation-link:hover,
.dhco-hero__navigation-link:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	text-decoration: none;
}

.dhco-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 54px;
	padding: 6px 20px 6px 20px;
	border: 0;
	border-radius: 8px;

	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dhco-button:hover,
.dhco-button:focus-visible {
	text-decoration: none;
}

.dhco-button:focus-visible,
.dhco-hero__navigation-link:focus-visible,
.dhco-service-links a:focus-visible,
.dhco-final__contact:focus-visible {
	outline: 2px solid var(--dhco-accent);
	outline-offset: 3px;
}

.dhco-button--light {
	border: 0;

	background: rgba(255, 255, 255, 0.11);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	color: #fff;
}

.dhco-button--light .dhco-arrow {
	flex: 0 0 18px;
	width: 18px;
	height: 12px;
	border-radius: 0;

	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.dhco-button--light:hover,
.dhco-button--light:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.dhco-section {
	margin-top: 104px;
}

.dhco-section--intro {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
	gap: 64px 48px;
}

.dhco-section__heading {
	max-width: 720px;
}

.dhco-section__heading--wide {
	max-width: 880px;
}

.dhco-section__title,
.dhco-direction__title,
.dhco-final__title {
	margin: 0;

	color: var(--dhco-dark);
	font-size: clamp(34px, 3.5vw, 46px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.08;
}

.dhco-section__lead {
	align-self: end;
	max-width: 580px;
	margin: 0;

	color: var(--dhco-text);
	font-size: 18px;
	line-height: 1.6;
}

.dhco-section__description {
	max-width: 700px;
	margin: 20px 0 0;

	color: var(--dhco-text);
	font-size: 18px;
	line-height: 1.55;
}

.dhco-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-column: 1 / -1;
	gap: 10px;

	margin: 0;
	padding: 0;

	list-style: none;
}

.dhco-process__item {
	position: relative;

	display: flex;
	flex-direction: column;
	min-height: 174px;
	margin: 0;
	padding: 24px 20px 20px;
	overflow: hidden;
	border-radius: 10px;

	background: var(--dhco-soft);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.dhco-process__item:hover {
	background: #f2efeb;
	transform: translateY(-2px);
}

.dhco-process__item::before {
	display: none;

	content: none;
}

.dhco-process__number {
	position: absolute;
	z-index: 0;
	top: 16px;
	right: 18px;

	color: rgba(34, 37, 42, 0.12);
	font-size: 54px;
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
}

.dhco-process__item strong {
	position: relative;
	z-index: 1;

	display: block;
	min-height: 46px;
	padding-right: 50px;

	color: var(--dhco-dark);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.dhco-process__item p {
	position: relative;
	z-index: 1;

	margin: 12px 0 0;

	color: var(--dhco-text);
	font-size: 14px;
	line-height: 1.5;
}

.dhco-directions {
	margin-top: 104px;
}

.dhco-direction {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	min-height: 520px;
	overflow: hidden;
	border-radius: 12px;

	background: var(--dhco-soft);
	scroll-margin-top: 110px;
}

.dhco-direction + .dhco-direction {
	margin-top: 48px;
}

.dhco-direction--reverse .dhco-direction__media {
	order: 2;
}

.dhco-direction__media {
	min-width: 0;
	min-height: 100%;

	background: #d7d2cc;
}

.dhco-direction__media picture,
.dhco-direction__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.dhco-direction__media img {
	object-fit: cover;
}

.dhco-direction__content {
	position: relative;

	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 0;
	padding: 48px;
}

.dhco-direction__number {
	position: absolute;
	top: 24px;
	right: 28px;

	color: rgba(34, 37, 42, 0.09);
	font-size: 76px;
	font-weight: 800;
	letter-spacing: -0.07em;
	line-height: 1;
}

.dhco-direction__title {
	max-width: 650px;
	font-size: clamp(30px, 3vw, 42px);
}

.dhco-direction__lead {
	max-width: 640px;
	margin: 20px 0 0;

	color: var(--dhco-text);
	font-size: 17px;
	line-height: 1.55;
}

.dhco-checklist {
	display: grid;
	gap: 10px;

	max-width: 670px;
	margin: 26px 0 0;
	padding: 0;

	list-style: none;
}

.dhco-checklist li {
	position: relative;

	margin: 0;
	padding-left: 26px;

	color: #3d4046;
	font-size: 15px;
	line-height: 1.5;
}

.dhco-checklist li::before {
	position: absolute;
	top: 0.55em;

	width: 9px;
	height: 5px;
	border-bottom: 2px solid var(--dhco-accent);
	border-left: 2px solid var(--dhco-accent);

	content: '';
	transform: rotate(-45deg);
}

.dhco-service-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;

	margin-top: 28px;
}

.dhco-service-links a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 42px;
	padding: 9px 13px;
	border-radius: 7px;

	background: rgba(255, 255, 255, 0.7);
	color: var(--dhco-dark);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dhco-service-links a:hover,
.dhco-service-links a:focus-visible {
	background: var(--dhco-dark);
	color: #fff;
	text-decoration: none;
}

.dhco-service-links__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 12px;

	color: var(--dhco-accent);
}

.dhco-service-links__arrow svg {
	display: block;
	width: 18px;
	height: 12px;

	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	transition: transform 0.2s ease;
}

.dhco-service-links a:hover .dhco-service-links__arrow svg,
.dhco-service-links a:focus-visible .dhco-service-links__arrow svg {
	transform: translateX(2px);
}

.dhco-section--benefits {
	padding: 48px;
	border-radius: 14px;

	background: #f1efec;
}

.dhco-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;

	margin-top: 36px;
}

.dhco-benefit {
	position: relative;

	min-height: 160px;
	padding: 24px;
	overflow: hidden;
	border-radius: 9px;

	background: rgba(255, 255, 255, 0.72);
}

.dhco-benefit__number {
	position: absolute;
	top: 14px;
	right: 18px;

	color: rgba(34, 37, 42, 0.08);
	font-size: 58px;
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
}

.dhco-benefit h3 {
	position: relative;

	max-width: calc(100% - 76px);
	margin: 0;

	color: var(--dhco-dark);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.dhco-benefit p {
	position: relative;

	margin: 12px 0 0;

	color: var(--dhco-text);
	font-size: 14px;
	line-height: 1.5;
}

.dhco-final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
	gap: 48px;

	margin-top: 104px;
	padding: 48px;
	overflow: hidden;
	border-radius: 14px;

	background: var(--dhco-dark);
	color: #fff;
}

.dhco-final__content {
	align-self: center;
}

.dhco-final__title {
	max-width: 700px;

	color: #fff;
}

.dhco-final__text {
	max-width: 650px;
	margin: 20px 0 0;

	color: rgba(255, 255, 255, 0.68);
	font-size: 17px;
	line-height: 1.55;
}

.dhco-final__contact {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}

.dhco-final__contact:hover,
.dhco-final__contact:focus-visible {
	color: #fff;
	text-decoration: none;
}

.dhco-final__facts {
	display: grid;
	gap: 10px;
	height: max-content;
}

.dhco-final-fact {
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 100px;
	padding: 18px 22px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 10px;

	background: rgba(255, 255, 255, 0.06);
}

.dhco-final-fact strong {
	display: block;

	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.dhco-final-fact span {
	display: block;

	margin-top: 7px;

	color: rgba(255, 255, 255, 0.58);
	font-size: 14px;
	line-height: 1.35;
}

@media (max-width: 1199px) {

	.dhco-hero__content {
		padding: 44px 36px;
	}

	.dhco-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dhco-direction__content {
		padding: 40px;
	}
}

@media (max-width: 991px) {

	.dhco-section,
	.dhco-directions,
	.dhco-final {
		margin-top: 80px;
	}

	.dhco-section--intro {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.dhco-section__lead {
		max-width: 760px;
	}

	.dhco-process {
		margin-top: 18px;
	}

	.dhco-direction {
		grid-template-columns: 1fr;
	}

	.dhco-direction--reverse .dhco-direction__media {
		order: 0;
	}

	.dhco-direction__media {
		min-height: 420px;
	}

	.dhco-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dhco-final {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.dhco-final__facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {

	.page-company-cooperation .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.dhco-page {
		padding-bottom: 48px;
	}

	.dhco-eyebrow {
		margin-bottom: 12px;

		font-size: 11px;
	}

	.dhco-hero {
		min-height: 0;
		border-radius: 10px;
	}

	.dhco-hero__content {
		padding: 32px 22px;
	}

	.dhco-hero__title {
		font-size: clamp(34px, 10vw, 44px);
		line-height: 1.05;
	}

	.dhco-hero__lead {
		margin-top: 20px;

		font-size: 16px;
		line-height: 1.5;
	}

	.dhco-final__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 20px;
		margin-top: 26px;
	}

	.dhco-button {
		width: 100%;
	}

	.dhco-hero__navigation {
		display: flex;
		align-self: stretch;
		flex-wrap: nowrap;
		max-width: 100%;
		overflow-x: auto;
		margin-top: 26px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.dhco-hero__navigation::-webkit-scrollbar {
		display: none;
	}

	.dhco-hero__navigation-link {
		flex: 0 0 auto;
		min-height: 42px;
		padding: 9px 17px;

		font-size: 14px;
	}

	.dhco-section,
	.dhco-directions,
	.dhco-final {
		margin-top: 64px;
	}

	.dhco-section__title,
	.dhco-final__title {
		font-size: clamp(30px, 8.7vw, 38px);
	}

	.dhco-section__lead,
	.dhco-section__description {
		font-size: 16px;
		line-height: 1.5;
	}

	.dhco-process {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.dhco-process__item {
		min-height: 150px;
		padding: 22px 20px 20px;
	}

	.dhco-process__number {
		font-size: 44px;
	}

	.dhco-direction {
		border-radius: 9px;
		scroll-margin-top: 80px;
	}

	.dhco-direction + .dhco-direction {
		margin-top: 28px;
	}

	.dhco-direction__media {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.dhco-direction__content {
		padding: 30px 22px;
	}

	.dhco-direction__number {
		top: 18px;
		right: 20px;

		font-size: 56px;
	}

	.dhco-direction__title {
		font-size: 29px;
		line-height: 1.08;
	}

	.dhco-direction__lead {
		margin-top: 16px;

		font-size: 16px;
		line-height: 1.5;
	}

	.dhco-checklist {
		margin-top: 22px;
	}

	.dhco-checklist li {
		font-size: 14px;
	}

	.dhco-service-links {
		align-items: stretch;
		flex-direction: column;
		margin-top: 24px;
	}

	.dhco-service-links a {
		justify-content: space-between;
	}

	.dhco-section--benefits {
		padding: 30px 20px;
		border-radius: 10px;
	}

	.dhco-benefits {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 26px;
	}

	.dhco-benefit {
		min-height: 150px;
		padding: 22px;
	}

	.dhco-benefit h3 {
		margin-top: 0;
	}

	.dhco-final {
		gap: 26px;
		padding: 30px 20px;
		border-radius: 10px;
	}

	.dhco-final__text {
		font-size: 16px;
		line-height: 1.5;
	}

	.dhco-final__contact {
		align-self: flex-start;
	}

	.dhco-final__facts {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.dhco-final-fact {
		min-height: 88px;
	}
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

	.dhco-button,
	.dhco-hero__navigation-link,
	.dhco-process__item,
	.dhco-service-links a {
		transition: none;
	}

	.dhco-service-links__arrow svg {
		transition: none;
	}
}

/* End */
/* /local/templates/rosveb/css/cooperation.css?178963571714476 */
