:root {

	--font-regular: normal normal 14px/22px Verdana, Arial, Helvetica, sans-serif;
	--font-bold: normal bold 14px/22px Verdana, Arial, Helvetica, sans-serif;

	--color-text-1: #14272a;
	--color-text-2: #afc8c8;
	--color-text-3: #fff;
	--color-text-4: #fa0f19;
	--color-text-5: #094551;
	--color-text-6: #0f3c46;
	--color-text-7: #268835;
	--color-text-8: #b0c8c8;
	--color-text-9: #337ab7;
	--color-text-10: #143e47;
	--color-text-11: #d0e1e0;

	--color-bg-1: #fff;
	--color-bg-2: #fa0f19;
	--color-bg-3: #094551;
	--color-bg-4: #0f3c46;
	--color-bg-5: #d0e1e0;
	--color-bg-6: #afc8c8;
	--color-bg-7: #d5e5e4;
	--color-bg-8: #113c4f;
	--color-bg-9: #9ba782;
	--color-bg-10: #dee9e9;
	--color-bg-11: #e7f0f0;

	--color-border-1: #fff;
	--color-border-2: #fa0f19;
	--color-border-3: #afc8c8;
	--color-border-4: #0f3c46;
	--color-border-5: #e2e2e2;
	--color-border-6: #14272A;

	--swiper-pagination-bottom: 20px;
	--swiper-pagination-bullet-height: 22px;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-width: 22px;
	--swiper-pagination-color: var(--color-bg-1);
	--swiper-navigation-color: var(--color-text-3);
}
