.quote {
	margin: 0 0 24px;
	padding-block: 16px;
	padding-inline: 24px;

	border-radius: var(--radius-md);
	background: var(--color-accent-alt);
}

.quote--border {
	background: transparent;
	border: 1px solid var(--color-accent);
}

h2 a, h3 a, h4 a, h5 a {
	color: currentColor;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: var(--color-accent);
	text-decoration: none;
}

.header__menu-link--selected {
    color: var(--color-accent) !important;
}

.b24-crm-button-icon {
	color: #ffffff;
}

.b24-widget-button-position-bottom-right {
	right: 19px !important;
	bottom: 39px !important;
}

.main-page .section__title-text,
.main-page .about__title-text {
	font-size: clamp(24px, 4.21053vw, 48px);
}

ul.styled {
	margin-block: 1.275em;
}
ul.styled li {
	position: relative;
	padding-left: 1.875em;
}
ul.styled li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  top: 5px;
  left: 0;  /* place the SVG at the start of the padding */
  width: 0.875rem;
  height: 0.875rem;
  background-color: currentColor;
  mask: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5284 0.286187C13.4368 0.195505 13.3279 0.123527 13.2078 0.074408C13.0877 0.0252889 12.959 0 12.8289 0C12.6989 0 12.5701 0.0252889 12.45 0.074408C12.33 0.123527 12.221 0.195505 12.1294 0.286187L4.78987 7.5038L1.70625 4.46582C1.61116 4.37563 1.49891 4.30469 1.37591 4.25708C1.2529 4.20949 1.12155 4.18614 0.98936 4.18838C0.857168 4.19062 0.72672 4.21841 0.605468 4.27017C0.484213 4.32194 0.374527 4.39664 0.28267 4.49001C0.190813 4.58341 0.118586 4.69364 0.070111 4.81444C0.0216364 4.93524 -0.0021364 5.06424 0.000150652 5.19405C0.00243771 5.32387 0.0307398 5.45198 0.0834402 5.57106C0.136141 5.69015 0.212208 5.79787 0.3073 5.88806L4.09038 9.60331C4.18197 9.69398 4.29093 9.76596 4.41098 9.81509C4.53104 9.8642 4.65981 9.88951 4.78987 9.88951C4.91992 9.88951 5.04869 9.8642 5.16873 9.81509C5.28878 9.76596 5.39776 9.69398 5.48933 9.60331L13.5284 1.70843C13.6284 1.61783 13.7082 1.50787 13.7628 1.38548C13.8174 1.26309 13.8456 1.13092 13.8456 0.997308C13.8456 0.863693 13.8174 0.731527 13.7628 0.609138C13.7082 0.486748 13.6284 0.376788 13.5284 0.286187Z" fill="currentColor"/></svg>') no-repeat;
}