body{

	/* MAIN COLORS */
	--color-primary: #c32760;
	--color-primary-dark: #b3005f;
	--color-primary-light: #FFD6EC;
	--color-primary-lighter: #fff0f8;
	--color-primary-lightest: #fffafd;

	/* IMG */
	--img-arrow-down: url("../../img/sontelle/arrowDown.svg");
	--img-arrow-right: url("../../img/sontelle/arrowRightSlider.svg");
	--img-arrow-circle-down: url("../../img/sontelle/selectSizeIcon.svg");
	--img-check-bitrix: url("../../img/sontelle/check.svg");
}


.sontelle .about-company-links .about-company-links__wrapper .left-content .title, .about-company-links .about-company-links__wrapper .right-content .title {
	color: var(--color-white);
}
.sontelle .about-company-links .about-company-links__wrapper .left-content .sub-title, .about-company-links .about-company-links__wrapper .right-content .sub-title {
	color: var(--color-white);
}
.sontelle .about-company-links .about-company-links__wrapper .left-content .details, .about-company-links .about-company-links__wrapper .right-content .details {
	color: var(--color-white);
	border-color: var(--color-white);
}
.sontelle .about-company-links .about-company-links__wrapper .left-content .details:hover, .about-company-links .about-company-links__wrapper .right-content .details:hover {
	background-color: var(--color-white);
	color: var(--color-primary);
}