:root {
	--font: 'Golos Text', sans-serif;
	--primary-color: #FF6D48;
	--primary-color-hover: #e56240;
	--primary-color-active: #d85c3d;
	--primary-color-text-hover: #ff7b5a;
	--primary-color-text-active: #ff8263;
	--primary-color-rgba: rgba(255, 109, 72, .25);
	--primary-color-rgba-half: rgba(255, 109, 72, .5);
	--primary-color-filter: hue-rotate(-200.2deg) brightness(1.22) saturate(1.26);
	--secondary-color: #141517;
	--tiffany-color: #2E8C85;
	--tiffany-color-hover: #217F78;
	--text-color: #141517;
}

body {
	font-family: var(--font);
}

.image-filter{
	filter: var(--primary-color-filter);
}

.b24-widget-button-inner-block{
	background: var(--primary-color) !important;
}

.b24-widget-button-pulse{
	border-color: var(--primary-color) !important;
}

.b24-widget-button-inner-mask{
	background: var(--primary-color) !important;
}

.b24-widget-button-crmform,
.b24-widget-button-openline_livechat,
.b24-window-close,
.b24-form-btn{
	background-color: var(--primary-color) !important;
}

.b24-form-field-agreement a.b24-form-field-agreement-link{
	color: var(--primary-color) !important;
}

.b24-form-field-agreement a.b24-form-field-agreement-link:hover{
	color: var(--primary-color-text-hover) !important;
}

.b24-form-btn:hover{
	background-color: var(--primary-color-hover) !important;
}

.b24-form-btn:active{
	background-color: var(--primary-color-active) !important;
}

.b24-form-wrapper.b24-form-border-bottom{
	border-bottom-color: var(--primary-color) !important;
}

.bx-livechat-head{
	filter: hue-rotate(-200.2deg) brightness(1.22) saturate(1.26);
}

.b24-form-control-container input[type="checkbox"]{
	/* accent-color: var(--primary-color); */
	filter: hue-rotate(-200.2deg) brightness(1.22) saturate(1.26);
}