/**
* Файл стилей для настройки шаблона.
* Регистрировать этот файл для подключения в шаблоне не нужно
*/

:root {
	--button-color: #0a1d48;
	--button-text: rgba(255,255,255,.98);
	--button-color-hover: #1c4093;
	--button-text-hover: #fff;
	--basic-company: #0a1d48;
	--second-company: #1c4093;
	--basic-company-text: #fff;
	--second-company-text: #fff;
	--bg: #f2f2f2;
	--body-text: #333;
	--body-heading: #333;
	--boxed-color: #fff;
	--boxed-text: #333;
	--button-second-color: #222;
	--button-second-text: #fff;
	--shadow-color: 0 2px 5px rgba(0, 0, 0, .3);
	--border-color: #dfdfdf;
	--blue: #1c3f93;
	--yellow: #f7c53f;
	--darkblue: #0a1d48;
	--lightblue: #3363d5;
	--black: #333;
	--lightgray: #a5a5a5;
	--gray: #5a5a5a;
	--white: rgba(255, 255, 255, .98);
	--transparent: transparent;
	--transition: all .2s ease;
	--font-family: "e-Ukraine", sans-serif;
}

.jssocials-share-logo, .footer__social {
	--fa-style: 500;
}

.jssocials-share-logo.fa-volume-control-phone {
	--fa-style: 600;
}
