@font-face {
	font-display: swap;
	font-family: 'Geometria';
	src: url('../fonts/Geometria.eot');
	src: url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria.woff') format('woff'),
	url('../fonts/Geometria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Geometria Medium';
	src: url('../fonts/Geometria-Medium.eot');
	src: url('../fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Geometria-Medium.woff') format('woff'),
	url('../fonts/Geometria-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Light.woff') format('woff'),
	url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat Regular';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Regular.woff') format('woff'),
	url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat Medium';
	src: url('../fonts/Montserrat-Medium.eot');
	src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Medium.woff') format('woff'),
	url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat SemiBold';
	src: url('../fonts/Montserrat-SemiBold.eot');
	src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-SemiBold.woff') format('woff'),
	url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: 'Montserrat Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Montserrat-Bold.woff') format('woff'),
	url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root,
:root[data-theme=light] {
	--white: #fff;
	--rgb-black: 33, 37, 41;
	--black: #212529;
	--rgb-vd-gray: 47, 52, 57;
	--vd-gray: #2f3439;
	--text-color: #212529;
	--nav-color: #747474;
	--footer-color: #fff;
	--bg-color: #fff;
	--calendar-bg: #ebf3fa;
	--calendar-day: #145b9c;
	--calendar-day: rgba(20, 91, 156, .4);
	--calendar-wday: #00457b;
	--calendar-wday: rgba(0, 69, 123, .7);
	--input-bg: #ebf3fa;
	--main-bg: #fff;
	--dark-bg: #2f3439;
	--dark-bg-color: var(--vl-blue);
	--label-color: #747474;
	--rgb-red: 204, 44, 17;
	--l-red: #f7e0dc;
	--red: #cc2c11;
	--d-red: #95220e;
	--vl-blue: #ebf3fa;
	--rgb-l-blue: 93, 165, 232;
	--l-blue: #5da5e8;
	--rgb-blue: 20, 91, 156;
	--blue: #145b9c;
	--rgb-d-blue: 0, 69, 123;
	--d-blue: #00457b;
	--m-blue: #204664;
	--l-gray: #f9f9f9;
	--gray: #f0f0f0;
	--d-gray: #747474;
	--rgb-green: 16, 124, 16;
	--l-green: #dbebdb;
	--green: #107c10;
	--rgb-yellow: 250, 231, 0;
	--yellow: #fae700;
	--font-light: 'Montserrat Light', sans-serif;
	--font-normal: 'Montserrat Regular', sans-serif;
	--font-medium: 'Montserrat Medium', sans-serif;
	--font-semibold: 'Montserrat SemiBold', sans-serif;
	--font-bold: 'Montserrat Bold', sans-serif;
	--font-size: 1rem;
	--line-height: 1.5;
	--text-align: left;
	--border-color-translucent: rgba(0, 0, 0, 0.175);
	--border-radius-sm-bottom: 0 0 5px 5px;
	--border-radius-sm-left: 5px 0 0 5px;
	--border-radius-sm-right: 0 5px 5px 0;
	--border-radius-sm: 5px;
	--border-radius-sm-top: 5px 5px 0 0;
	--border-radius: 10px;
	--border-radius-top: 10px 10px 0 0;
	--border-radius-lg: 15px;
	--border-radius-xl: 20px;
	--border-radius-2xl: 40px;
	--b-shadow: 0 8px 8px 0 rgba(116, 116, 116, 0.5);
	--shadow: 0 0 8px 0 rgba(116, 116, 116, 0.5);
	--transition: all .25s linear 0s
}

:root[data-theme=dark] {
	--text-color: #fff;
	--nav-color: #fff;
	--footer-color: #747474;
	--bg-color: #212529;
	--bg-color: var(--vd-gray);
	--calendar-bg: #212529;
	--calendar-day: #747474;
	--calendar-wday: #2f3439;
	--input-bg: #2f3439;
	--main-bg: #2f3439;
	--dark-bg: #212529;
	--dark-bg-color: var(--black);
	--shadow: 0px 8px 8px 0px rgba(33, 37, 41, 0.5)
}

*,
*::before,
*::after {
	box-sizing: border-box
}

*:focus {
	outline: none
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

.smart-captcha {
	min-width: auto !important
}

body {
	min-height: 100vh;
	margin: 0;
	font-family: var(--font-normal);
	font-size: var(--font-size);
	line-height: var(--line-height);
	background-color: var(--bg-color);
	color: var(--text-color);
	text-align: var(--text-align);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h6, h5, h4, h3, h2, h1 {
	margin: 0 0 1rem;
	font-weight: 500;
	line-height: 1.2;
	font-family: var(--font-semibold);
	color: var(--text-color)
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

h2 {
	font-size: calc(1.325rem + 0.9vw)
}

h3 {
	font-size: calc(1.3rem + 0.6vw)
}

h4 {
	font-size: calc(1.275rem + 0.3vw)
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

.inline-block {
	display: inline-block
}

.w-25 {
	width: 25px !important
}

.w-30 {
	width: 30px !important
}

.w-50 {
	width: 50px !important
}

.w-75 {
	width: 75px !important
}

.w-100 {
	width: 100px !important
}

.w-100p {
	width: 100% !important
}

.w-150 {
	width: 150px !important
}

.h-100p {
	height: 100%
}

.mb-0 {
	margin-bottom: 0
}

.mt-0 {
	margin-top: 0
}

.mt-50 {
	margin-top: 50px
}

@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem
	}

	h2 {
		font-size: 2rem
	}

	h3 {
		font-size: 1.75rem
	}

	h4 {
		font-size: 1.5rem
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul {
	padding-left: 2rem
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

strong {
	font-weight: bolder
}

small {
	font-size: 0.875em
}

small.little {
	font-size: 0.5em
}

a,
.link {
	cursor: pointer;
	color: var(--blue);
	font-family: var(--font-medium);
	text-decoration: none;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition)
}

a:hover,
.link:hover {
	color: var(--d-blue)
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block;
	width: 100%;
	cursor: pointer
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden],
.hidden {
	display: none !important
}

iframe {
	border: 0
}