b, strong {
	font-weight: bold;
}
 
small, .small {
	font-size: .75em;
}

 sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

 code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="submit"] {
	-webkit-appearance: button;
	outline: none !important;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}

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

summary {
	display: list-item;
	cursor: pointer;
}

[hidden] {
	display: none !important;
}

body {
	font: normal .875rem/1.5 var(--fonts);
	color: #000;
	background-color: var(--bgcolor);
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-width: 320px;
	position: relative;
}

@media (min-width: 768px) {
	body {
		font-size: 1rem;
	}
}

.wrp {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {
	.wrp {
		max-width: 92rem;
	}

	.wrp {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

a {
	color: var(--lcolor);
	text-decoration: none;
}

@media (min-width: 992px) {
	a {
		transition: color .2s ease;
	}

	a:hover {
		color: var(--lhcolor);
	}
}

.toolbar {
	position: sticky;
	right: 0;
	z-index: 100;
	pointer-events: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	padding: 1rem;
	margin-top: -4.5rem;
}

.toolbar img, .toolbar svg {
	display: block;
}

.toolbar button, .toolbar a {
	pointer-events: auto;
	cursor: pointer;
}

@media (max-width: 1259px) {
	.toolbar {
		left: 0;
		bottom: 0;
		position: fixed;
		margin-top: 0;
	}
}

@media (min-width: 1260px) {
	.toolbar {
		top: 0;
	}
}

.cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.fit-cover {
	position: relative;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	flex-grow: 1;
}

.fit-cover img {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	min-width: calc(100% + 1px);
	height: 100%;
	transform: translateX(-50%);
	object-fit: cover;
	object-position: center center;
	-o-object-position: center center;
	-o-object-fit: cover;
}

.w-100 {
	width: 100%;
}

.bg-white {
	background-color: #FFFFFF !important;
}

.s-green {
	background-color: var(--s_green)!important;
	background-image: linear-gradient(180deg, var(--s_green_bg_1) 0%, var(--s_green_bg_2) 100%)!important;
	box-shadow: 0 .25rem .5rem 0 var(--s_green);
}

.s-red {
	background-color: var(--s_red);
	background-image: linear-gradient(180deg, var(--s_red_bg_1) 0%, var(--s_red_bg_2) 100%);
	box-shadow: 0 .25rem .5rem 0 var(--s_red);
}

@media (min-width: 992px) {

	.btn.s-green:hover {
		box-shadow: 0 .25rem .5rem 0 var(--s_green), 0 0 0 .25rem var(--s_green);
	}

	.btn.s-red:hover {
		box-shadow: 0 .25rem .5rem 0 var(--s_red), 0 0 0 .25rem var(--s_red);
	}
}

.c-icon {
	min-width: 2rem;
	max-width: 2rem;
	height: 2rem;
	border-radius: 50%;
	padding: .375rem;
	display: inline-block;
	vertical-align: top;
}

.c-icon > svg {
	width: 1.25rem;
	height: 1.25rem;
	display: block;
	color: #fff;
}

@media (min-width: 640px) {
	.c-icon {
		min-width: 2.5rem;
		max-width: 2.5rem;
		height: 2.5rem;
		padding: .5rem;
	}

	.c-icon > svg {
		width: 1.5rem;
		height: 1.5rem;
	}
}

.small, small {
	font-size: .75rem;
}

.text {
	line-height: 1.65;
}

.text h1 {
	font-size: 1.5rem;
}

.text h2 {
	font-size: 1.3rem;
}

.text h3 {
	font-size: 1.1rem;
}

.text h4, .text h5 {
	font-size: 1rem;
}

.text h6 {
	font-size: .75rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.text h1 {
		font-size: 1.5rem;
	}

	.text h2 {
		font-size: 1.3rem;
	}

	.text h3 {
		font-size: 1.1rem;
	}

	.text h4, .text h5 {
		font-size: 1rem;
	}
}

.heading {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.heading {
		font-size: 1.75rem;
	}
}

.img {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 1.125rem;
}

.title {
	line-height: 1.3;
	font-weight: bold;
	margin: 0;
}

.title a {
	color: var(--lcolor);
}

.open > .dropdown-menu {
	display: block !important;
}

.dropdown {
	position: relative;
}

.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 101;
	left: 0;
	border-radius: .75rem;
	font-size: .875rem;
	margin-top: .25rem;
	background-color: var(--header-bg);
	font-weight: normal;
	box-shadow: 0 .5rem 4rem -.5rem rgba(0,0,0,0.1), 0 .25rem 1.5rem 0 rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);
	color: var(--color_link_menu)!important;
}

.dropdown-form {
	min-width: 240px;
	padding: 1.25rem;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

@media (min-width: 992px) {

	.modal {
		-webkit-overflow-scrolling: touch;
	}
}

.btn {
	height: 2.5rem;
	line-height: 1.5rem;
	padding: .5rem 1rem;
	border-radius: 1.25rem;
	font-size: .875rem;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border: 0 none;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	text-decoration: none !important;
	color: #fff !important;
	transition: box-shadow ease .15s, background-color ease .15s, transform ease .1s, opacity ease .1s;
}

.btn:active {
	opacity: .8;
}

.form-group {
	margin-top: 1.25rem;
	margin-bottom: 0 !important;
}

.form-group:first-of-type {
	margin-top: 0 !important;
}

.form-group > label {
	display: block;
	font-size: .75rem;
	line-height: 1.2;
	margin-bottom: .5rem;
	text-transform: uppercase;
	opacity: .8;
}

label.form-group {
	color: var(--color_link_menu);
	display: block;
	line-height: 1.2;
	font-size: .75rem;
}

@media (min-width: 576px) {

	.form-group {
		margin-top: 1.5rem;
		margin-bottom: 0 !important;
	}

	label.form-group, .form-group > label {
		margin-bottom: .75rem;
	}
}

select, input[type="text"], input[type="date"], input[type="time"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"] {
	display: inline-block;
	width: 100%;
	height: 2.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: inherit;
	padding: calc(.5rem - 1px) .75rem;
	background: var(--form-control-bg);
	border: 1px solid var(--form-control-brd);
	border-radius: .375rem;
	outline: none !important;
	box-shadow: 0 .125rem .75rem 0 rgba(23,43,61,0.05);
	transition: border .2s linear 0s, box-shadow .2s linear 0s;
	background-clip: padding-box;
}

select:focus, input:focus {
	border-color: var(--form-control-brd-f);
	box-shadow: 0 .125rem .75rem 0 rgba(23,43,61,0.1);
}

::placeholder {
	color: var(--placeholder);
	opacity: 1;
}

::-moz-placeholder {
	color: var(--placeholder);
	opacity: 1;
}

::-webkit-input-placeholder {
	color: var(--placeholder);
	opacity: 1;
}

input[type="radio"] {
	line-height: normal;
	margin: -2px 6px 0 0;
	vertical-align: middle;
}

 input[type="image"], input[type="submit"], input[type="button"], input[type="radio"] {
	width: auto;
}

select[multiple], select {
	-webkit-appearance: none;
	appearance: none;
}

select[multiple] {
	height: auto;
	min-height: 6em;
}

select:not([multiple]) {
	padding-right: 2rem;
	background-position: calc(100% - .375rem) 50%;
	background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	background-image: var(--select-arrow);
}

input:focus {
	outline: none;
}

 input[type="image"] {
	height: auto;
	width: 100%;
	padding: .25rem;
}

.item {
	position: relative;
}

.item-link::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.d-none {
	display: none !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {

	.d-lg-block {
		display: block !important;
	}
}

@keyframes load_rotate {
	100% {
		transform: rotate(360deg);
	}
}

.hide {
	background-color: #f0f0f0;
	padding: 5px;
	color: #f97330;
	margin: 0 0 1em 0;
}

.hide a {
	text-decoration: underline;
}

.hide a:hover {
	text-decoration: none;
}

@media (max-width: 500px) {

	.form-group > label {
		font-size: .75rem;
	}
}

.social-links {
	display: flex;
}

.social-links a {
	opacity: .9;
	min-width: 2rem;
	height: 2rem;
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
	background-color: #F5F6F7;
	border-radius: .375rem;
}

.social-links a:not(:first-child) {
	margin-left: 1rem;
}

@media (min-width: 992px) {
	.social-links a {
		transition: opacity .2s ease, box-shadow .2s ease;
	}

	.social-links a:hover {
		opacity: 1;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
	}
}

.block {
	background-color: var(--block-bg);
	border-radius: 1.125rem;
	margin-top: 1rem;
}

@media(min-width:1040px) {
	.block {
		margin-top: 2rem;
	}
}