@-webkit-keyframes submenu-show {
	0% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0;
		border-color: transparent
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		border-color: rgba(112, 112, 112, .5)
	}
}

@keyframes submenu-show {
	0% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
		opacity: 0;
		border-color: transparent
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		border-color: rgba(112, 112, 112, .5)
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

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

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

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

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

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	font-size: 10px
}

*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-locale: auto;
	white-space: normal
}

@-ms-viewport {
	width: device-width
}

article, dialog, footer, header, main, nav, section {
	display: block
}

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	overflow-x: hidden
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

address, hr, ol, p, ul {
	margin-bottom: 1rem
}

h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-top: 0
}

address {
	font-style: normal;
	line-height: inherit
}

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

dt {
	font-weight: 700
}

b, strong {
	font-weight: bolder
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0066b2;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #00529b;
	text-decoration: underline
}

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

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

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

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

img, svg {
	vertical-align: middle
}

img {
	border-style: none
}

svg {
	overflow: hidden
}

[role=button], a, area, button, input, label, select, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	caption-side: bottom
}

caption, th {
	text-align: left
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	font-weight: 500;
	font-size: 1.4rem
}

@media (min-width: 768px) {
	label {
		font-size: 1.6rem
	}
}

@media (min-width: 1200px) {
	label {
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	label {
		font-size: 1.6rem
	}
}

button {
	border-radius: 0
}

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

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

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

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

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

input[type=date], input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: 0;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	line-height: 1.2;
	color: inherit
}

.h4, .h5, .h6, h4, h5, h6 {
	font-weight: 600
}

.h1, .h2, .h3, h1, h2, h3 {
	font-size: 2.6rem;
	font-weight: 500
}

.h2, .h3, h2, h3 {
	font-weight: 700
}

.h3, h3 {
	font-size: 1.6rem
}

@media (min-width: 768px) {
	.h3, h3 {
		font-size: 1.8rem
	}
}

@media (min-width: 1200px) {
	.h3, h3 {
		font-size: 1.6rem
	}
}

@media (min-width: 1550px) {
	.h3, h3 {
		font-size: 1.8rem
	}
}

.h4, .h5, h4, h5 {
	font-size: 1.8rem
}

.h6, h6 {
	font-size: 1.6rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.small, small {
	font-size: 80%;
	font-weight: 400
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.img-fluid {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

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

code {
	color: #e83e8c;
	word-break: break-word
}

a > code, pre code {
	color: inherit
}

pre {
	display: block;
	color: #212529
}

pre code {
	font-size: inherit;
	word-break: normal
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	max-width: 1432px
}

@media (min-width: 768px) {
	.container-fluid {
		padding-right: 40px;
		padding-left: 40px
	}
}

.row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col, .col-12, .col-3, .col-5, .col-6, .col-7, .col-9, .col-lg-11, .col-lg-4, .col-md, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-sm-12, .col-sm-6, .col-sm-8, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-3, .col-5, .col-6 {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-5, .col-6 {
	-ms-flex: 0 0 41.666667%;
	-webkit-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-12, .col-7, .col-9 {
	-ms-flex: 0 0 58.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-12, .col-9 {
	-ms-flex: 0 0 75%;
	-webkit-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-12 {
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width: 576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-12, .col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-3, .col-md-4 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5, .col-md-6 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7, .col-md-8 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

@media (min-width: 992px) {
	.col-lg-11, .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		-webkit-flex-basis: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-3, .col-xl-4 {
		-ms-flex: 0 0 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		-webkit-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5, .col-xl-6 {
		-ms-flex: 0 0 41.666667%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7, .col-xl-8 {
		-ms-flex: 0 0 58.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		-webkit-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-10, .col-xl-11 {
		-ms-flex: 0 0 83.333333%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		-webkit-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
}

.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	order: 13
}

@media (min-width: 768px) {
	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0
	}

	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1
	}
}

@media (min-width: 1200px) {
	.order-xl-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1
	}

	.order-xl-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #202427;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .5rem;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

@media (min-width: 1550px) {
	.form-control {
		padding: 1.2rem 2rem
	}
}

@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #202427;
	background-color: #fff;
	border-color: #707070;
	outline: 0;
	font-size: 1.6rem
}

.form-control::-webkit-input-placeholder {
	color: rgba(32, 36, 39, .5);
	opacity: 1
}

.form-control::-moz-placeholder {
	color: rgba(32, 36, 39, .5);
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: rgba(32, 36, 39, .5);
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: rgba(32, 36, 39, .5);
	opacity: 1
}

.form-control::placeholder {
	color: rgba(32, 36, 39, .5);
	opacity: 1
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-group {
	margin-bottom: 2rem;
	position: relative
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-control.is-valid {
	border-color: #28b352 !important
}

.form-control.is-valid:focus {
	border-color: #28b352 !important;
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-invalid {
	border-color: #dc3545 !important
}

.form-control.is-invalid:focus {
	border-color: #dc3545 !important;
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback {
	display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	background-color: #ee9aa2
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 1.15rem 2rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: .5rem;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

@media (min-width: 1550px) {
	.btn {
		padding: 1.4rem 2rem;
		font-size: 1.6rem
	}
}

.btn:focus, .btn:hover {
	text-decoration: none
}

.btn.focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-sm {
	padding: .75rem .5rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-secondary, .btn-secondary:hover {
	color: #fff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}

.btn-secondary.focus, .btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success, .btn-success:hover {
	color: #fff;
	background-color: #28b352;
	border-color: #28b352
}

.btn-success.focus, .btn-success:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28b352;
	border-color: #28b352
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #28b352;
	border-color: #28b352
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-secondary {
	color: #1f1f1f;
	background-color: transparent;
	background-image: none;
	border-color: #1f1f1f
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #1f1f1f;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #1f1f1f;
	border-color: #1f1f1f
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-light {
	color: #f8f7f9;
	background-color: transparent;
	background-image: none;
	border-color: #f8f7f9
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f7f9;
	border-color: #f8f7f9
}

.btn-outline-light.focus, .btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f7f9;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f7f9;
	border-color: #f8f7f9
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .5rem
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f7f9
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #00ADEF
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #1f1f1f;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	width: 100%
}

.input-group > .form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group > .form-control + .form-control {
	margin-left: -1px
}

.input-group > .form-control:focus {
	z-index: 3
}

.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 1
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append, .input-group-append .btn + .btn, .input-group-prepend .btn + .btn {
	margin-left: -1px
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-prepend > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #1f1f1f
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .3rem rgba(31, 31, 31, .25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 .3rem rgba(31, 31, 31, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	padding-left: 3rem
}

.custom-control-label::after, .custom-control-label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	content: ""
}

.custom-control-label::before {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #202427
}

.custom-control-label::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .5rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #1f1f1f
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.442' height='8.341' viewBox='0 0 9.442 8.341'%3E%3Cg id='check-mark' transform='translate(-0.001 -20.566)'%3E%3Cpath id='Path_381' data-name='Path 381' d='M9.03,20.63c-.426-.229-.9.213-1.18.475-.639.623-1.18,1.344-1.786,2-.672.721-1.295,1.442-1.983,2.147A5.912,5.912,0,0,0,3,26.562a21.51,21.51,0,0,0-1.753-1.7C.771,24.5-.016,24.235,0,25.1a5.555,5.555,0,0,0,1.77,3.114,1.872,1.872,0,0,0,1.2.688c.574.033,1.163-.655,1.508-1.032.606-.655,1.1-1.393,1.655-2.065.721-.885,1.458-1.753,2.163-2.655C8.735,22.6,10.128,21.22,9.03,20.63ZM.722,25.038a.124.124,0,0,0-.066.016.8.8,0,0,1-.18-.066h0Q.55,24.94.722,25.038Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #1f1f1f
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio.custom-control-inline {
	margin-right: 2rem
}

.custom-radio .custom-control-label {
	border: 1px solid rgba(112, 112, 112, .5);
	border-radius: .5rem;
	height: 5.4rem;
	padding-left: 4.5rem;
	padding-right: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff
}

@media (min-width: 768px) {
	.custom-radio .custom-control-label {
		padding-left: 5.9rem;
		padding-right: 3rem
	}
}

@media (min-width: 1200px) {
	.custom-radio .custom-control-label {
		height: 4.5rem
	}
}

@media (min-width: 1550px) {
	.custom-radio .custom-control-label {
		height: 5.4rem
	}
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
	border-color: #939393
}

.custom-radio .custom-control-label::after, .custom-radio .custom-control-label::before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1.5rem
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: transparent
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	width: 1.1rem;
	height: 1.1rem;
	background-color: #636363;
	border-radius: 50%;
	left: 1.9rem
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-control-label::before {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-control-label::before {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #1f1f1f;
	font-weight: 500;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
	color: #1f1f1f
}

.nav-link.disabled {
	color: #1f1f1f
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.navbar {
	position: relative;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.navbar, .navbar > .container, .navbar > .container-fluid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 768px) {
	.navbar > .container, .navbar > .container-fluid {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

.navbar-brand {
	display: inline-block;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

@media (min-width: 768px) {
	.navbar-brand {
		margin-right: 1rem
	}
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .5rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

@media (min-width: 768px) {
	.navbar-expand-md, .navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem
	}
}

@media (min-width: 1550px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 2rem;
		padding-left: 2rem
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl, .navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal
	}

	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem;
	margin-bottom: 0;
	list-style: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width: 1200px) {
	.breadcrumb {
		margin-bottom: 1rem
	}
}

@media (min-width: 1550px) {
	.breadcrumb {
		margin-bottom: 1.5rem;
		padding: 1.5rem 1rem
	}
}

.breadcrumb-item {
	font-size: 1rem
}

.breadcrumb-item a {
	color: #000
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 1rem
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .7rem;
	color: #000;
	content: "|"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #565f68
}

.page-link, .pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.pagination {
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .5rem .75rem;
	height: 5rem;
	width: 5rem;
	color: #1f1f1f;
	font-size: 1.6rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .5rem;
	margin-right: .5rem;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

@media (min-width: 768px) {
	.page-link {
		height: 5.4rem;
		width: 5.4rem
	}
}

.page-link:hover {
	z-index: 2;
	color: #000;
	text-decoration: none;
	background-color: rgba(112, 112, 112, .18);
	border-color: rgba(112, 112, 112, .18)
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-link:not(:disabled):not(.disabled):hover {
	border-color: #1f1f1f
}

.page-item.prev .page-link {
	padding-left: 1.25rem;
	font-size: 1.25rem;
	background-color: #f1f1f1;
	background: url(/assets/img/prev.svg) center no-repeat
}

.page-item.next .page-link {
	padding-right: 1.25rem;
	font-size: 1.25rem;
	background-color: #f1f1f1;
	background: url(/assets/img/next.svg) center no-repeat
}

.alert, .page-item.active span {
	position: relative;
	border-radius: .5rem
}

.page-item.active span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	border: 1px solid #000;
	margin-right: .5rem;
	z-index: 2;
	color: #000;
	background-color: #fff;
	border-color: #1f1f1f;
	padding: .5rem .75rem;
	height: 5rem;
	width: 5rem
}

@media (min-width: 768px) {
	.page-item.active span {
		height: 5.4rem;
		width: 5.4rem
	}
}

.page-item.disabled .page-link {
	color: #1f1f1f;
	pointer-events: none;
	cursor: auto
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-dark {
	background-color: #f2f1f3;
	border-color: #f2f1f3
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.media {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}

.close {
	float: right;
	font-size: 4rem;
	font-weight: 400;
	line-height: 2rem;
	color: #000;
	opacity: .3;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	text-decoration: none;
	color: #d03c4e;
	opacity: 1
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal, .modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

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

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-centered, .modal-dialog-scrollable {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}

.modal-dialog-scrollable {
	max-height: -webkit-calc(100% - 1rem);
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: -webkit-calc(100vh - 1rem);
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	min-height: -webkit-calc(100% - (.5rem * 2));
	min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered:before {
	display: block;
	height: -webkit-calc(100vh - (.5rem * 2));
	height: calc(100vh - (.5rem * 2));
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: ""
}

.modal-content, .modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content::before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .3
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: -webkit-calc(100% - 3.5rem);
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: -webkit-calc(100vh - 3.5rem);
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: -webkit-calc(100% - (1.75rem * 2));
		min-height: calc(100% - (1.75rem * 2))
	}

	.modal-dialog-centered::before {
		height: -webkit-calc(100vh - (1.75rem * 2));
		height: calc(100vh - (1.75rem * 2));
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content
	}
}

.tooltip {
	z-index: 1070;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.25rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip, .tooltip .arrow {
	position: absolute;
	display: block
}

.tooltip .arrow {
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .5rem
}

.align-middle {
	vertical-align: middle !important
}

.bg-light {
	background-color: #f8f7f9 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5 !important
}

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

.border {
	border: 1px solid rgba(112, 112, 112, .18) !important
}

.border-top {
	border-top: 1px solid rgba(112, 112, 112, .18) !important
}

.border-right {
	border-right: 1px solid rgba(112, 112, 112, .18) !important
}

.border-bottom {
	border-bottom: 1px solid rgba(112, 112, 112, .18) !important
}

.border-left {
	border-left: 1px solid rgba(112, 112, 112, .18) !important
}

.border-0 {
	border: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #d03c4e !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded {
	border-radius: .5rem !important
}

.rounded-lg {
	border-radius: .75rem !important
}

.rounded-bottom, .rounded-right {
	border-bottom-right-radius: .5rem !important
}

.rounded-right {
	border-top-right-radius: .5rem !important
}

.rounded-bottom {
	border-bottom-left-radius: .5rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.d-none {
	display: none !important
}

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

.d-block {
	display: block !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

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

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important
	}
}

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

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

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

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

	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

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

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

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

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.flex-column, .flex-row {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	-webkit-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	-webkit-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	flex-grow: 0 !important
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	flex-grow: 1 !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important
}

.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	-webkit-align-content: center !important;
	align-content: center !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	-webkit-align-self: flex-end !important;
	align-self: flex-end !important
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		align-items: center !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		-webkit-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		align-items: flex-end !important
	}
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

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

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

.h-100 {
	height: 100% !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.px-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.px-1 {
	padding-left: .25rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.ml-auto {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0 !important
	}

	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mx-md-0 {
		margin-left: 0 !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2 {
		margin-left: .5rem !important
	}

	.mr-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4 {
		margin-left: 1.5rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}

	.mx-md-5 {
		margin-left: 3rem !important
	}

	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.px-md-0 {
		padding-left: 0 !important
	}

	.pb-md-1 {
		padding-bottom: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pb-md-2 {
		padding-bottom: .5rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}

	.px-md-3 {
		padding-left: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}
}

@media (min-width: 992px) {
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}

	.pl-lg-2 {
		padding-left: .5rem !important
	}

	.pr-lg-3 {
		padding-right: 1rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mr-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5 {
		margin-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.pr-xl-3 {
		padding-right: 1rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5 {
		padding-left: 3rem !important
	}
}

.text-nowrap {
	white-space: nowrap !important
}

.text-wrap {
	white-space: normal !important
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-medium {
	font-weight: 500 !important
}

.font-weight-semibold {
	font-weight: 600 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.text-primary {
	color: #d03c4e !important
}

a.text-primary:focus, a.text-primary:hover {
	color: #97313c !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
	color: #bd2130 !important
}

.text-muted {
	color: #6c757d !important
}

.font-small {
	font-size: 1.2rem
}

.font-medium {
	font-size: 1.4rem
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	pre {
		white-space: pre-wrap !important;
		border: 1px solid #adb5bd
	}

	thead {
		display: table-header-group
	}

	img, pre, tr {
		page-break-inside: avoid
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	.container, body {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.table {
		border-collapse: collapse !important
	}

	.table td, .table th {
		background-color: #fff !important
	}
}

.main-block {
	min-height: -webkit-calc(100vh - 10rem);
	min-height: calc(100vh - 10rem)
}

@media (min-width: 768px) {
	.main-block {
		min-height: -webkit-calc(100vh - 10.5rem);
		min-height: calc(100vh - 10.5rem)
	}
}

@media (min-width: 1200px) {
	.main-block {
		min-height: -webkit-calc(100vh - 5.4rem);
		min-height: calc(100vh - 5.4rem)
	}
}

@media (min-width: 1550px) {
	.main-block {
		min-height: -webkit-calc(100vh - 7.2rem);
		min-height: calc(100vh - 7.2rem)
	}
}

.main-block.spinner {
	z-index: 9999
}

@media (min-width: 1200px) {
	.w-20 {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}
}

.item-del {
	font-size: 2.5rem;
	font-weight: 500;
	cursor: pointer;
	width: 3rem;
	min-width: 3rem;
	line-height: 3rem;
	text-align: center;
	position: absolute;
	color: #00ADEF;
	right: 0;
	top: 0
}

@media (min-width: 768px) {
	.item-del {
		position: static;
		color: rgba(112, 112, 112, .25);
		margin-right: 1rem
	}
}

.item-del:hover, .popup-header .close:hover {
	color: #00ADEF
}

.transition-all {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.mb-section {
	margin-bottom: 2rem
}

@media (min-width: 768px) {
	.mb-section {
		margin-bottom: 4rem
	}
}

@media (min-width: 1200px) {
	.mb-section {
		margin-bottom: 6rem
	}
}

.information-content {
	min-height: 35rem;
	font-size: 1.2rem
}

.information-content b, .information-content strong, .page-content b, .page-content strong {
	font-weight: 600
}

@media (min-width: 768px) {
	.information-content {
		min-height: 45rem;
		font-size: 1.4rem
	}
}

@media (min-width: 1200px) {
	.information-content {
		min-height: 50rem
	}
}

@media (min-width: 1550px) {
	.information-content {
		font-size: 1.6rem
	}
}

.how-it-works a {
	color: #1f1f1f;
	text-decoration: underline
}

@media (max-width: 767px) {
	.how-it-works svg {
		width: 3.5rem
	}

	.how-it-works h3 {
		font-size: 1.2rem
	}
}

@media (max-width: 1549px) {
	.page-content {
		font-size: 1.4rem
	}
}

.contact-us {
	font-size: 1.2rem
}

@media (min-width: 768px) {
	.contact-us {
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	.contact-us .page-title {
		font-size: 2.2rem
	}
}

.contact-us-title {
	width: 100%;
	max-width: 80px
}

@media (min-width: 768px) {
	.contact-us-title {
		max-width: 100px
	}
}

.contact-us-icon {
	width: 100%;
	max-width: 50px
}

@media (max-width: 767px) {
	.contact-us-icon {
		max-width: 35px
	}

	.contact-us-icon img {
		width: 22px;
		height: auto
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.content-2-col-md {
		padding-right: 5rem
	}

	.content-2-col-md + .content-2-col-md {
		padding-left: 5rem
	}
}

@media (min-width: 1200px) {
	.content-2-col {
		padding-right: 3rem
	}
}

@media (min-width: 1550px) {
	.content-2-col {
		padding-right: 8.5rem
	}
}

@media (min-width: 1200px) {
	.content-2-col + .content-2-col {
		padding-left: 3rem
	}
}

@media (min-width: 1550px) {
	.content-2-col + .content-2-col {
		padding-left: 8.5rem
	}
}

@media (min-width: 1200px) {
	.content-2-col-xl {
		padding-right: 8.5rem
	}

	.content-2-col-xl + .content-2-col-xl {
		padding-left: 8.5rem
	}
}

.page-title {
	font-size: 1.6rem;
	color: #000
}

@media (min-width: 768px) {
	.page-title {
		font-size: 2.2rem
	}
}

@media (min-width: 1550px) {
	.page-title {
		font-size: 2.6rem
	}

	.brand-title-width-fix {
		width: 766px !important
	}
}

.with-backdrop {
	-webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 9999px rgba(0, 0, 0, .3);
	background-color: #fff
}

.popup-header {
	background-color: #f4f4f4;
	font-weight: 500;
	font-size: 1.6rem
}

@media (min-width: 768px) {
	.popup-header {
		font-size: 1.8rem
	}
}

.request-form {
	max-width: 47.5rem
}

.request-form-title {
	font-size: 1.4rem;
	font-weight: 600
}

@media (min-width: 768px) {
	.request-form-title {
		font-size: 1.8rem;
		font-weight: 500
	}
}

@media (min-width: 1200px) {
	.request-form-title {
		font-size: 2rem
	}
}

@media (max-width: 1199px) {
	.nothing-found h1 {
		color: #d03c4e
	}
}

.custom-scroll {
	overflow-y: auto
}

.custom-scroll::-webkit-scrollbar {
	width: .5rem
}

.custom-scroll::-webkit-scrollbar-track {
	background: #d2d2d2;
	border-radius: .3rem
}

.custom-scroll::-webkit-scrollbar-thumb {
	background: #1f1f1f;
	border-radius: .3rem;
	-webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .161);
	box-shadow: 0 3px 1px rgba(0, 0, 0, .161)
}

.is-invalid ~ .input-group-append, .is-valid ~ .input-group-append {
	z-index: 3
}

.is-invalid ~ .input-group-append .btn {
	border-color: #d03c4e
}

.is-valid ~ .input-group-append .btn {
	border-color: #28b352
}

.custom-control-radio {
	position: relative
}

.custom-control-radio .invalid-feedback {
	display: block;
	bottom: -webkit-calc(100% + 1px);
	bottom: calc(100% + 1px);
	top: auto
}

@media (max-width: 767px) {
	.hidden-txt {
		height: 8.5rem;
		overflow: hidden;
		position: relative
	}

	.hidden-txt:not(.open):after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -15px;
		right: -15px;
		-webkit-box-shadow: inset #fff 0 -15px 10px;
		box-shadow: inset #fff 0 -15px 10px
	}
}

.more-btn.open {
	opacity: 0;
	visibility: hidden
}

.overflow-x-hidden {
	overflow-x: hidden
}

@media (min-width: 768px) {
	.account-operation-col {
		position: relative
	}

	.account-operation-col:before {
		z-index: -1;
		position: absolute;
		background-color: rgba(248, 247, 249, .56);
		right: -100%;
		left: -100%;
		content: '';
		bottom: 0;
		top: 0
	}
}

@media (min-width: 1200px) {
	.account-operation-col:before {
		top: -9rem;
		left: 0
	}
}

@media (min-width: 768px) {
	.account-operation {
		max-width: 45rem;
		margin: 0 auto
	}
}

.mob-accordion {
	position: relative;
	z-index: 1
}

@media (max-width: 767px) {
	.mob-accordion {
		display: none
	}
}

.mob-accordion-header {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1.6rem 2.5rem 1.6rem 1.5rem;
	margin-bottom: 0;
	position: relative
}

@media (max-width: 767px) {
	.mob-accordion-header {
		border: 1px solid rgba(112, 112, 112, .5);
		border-radius: .5rem;
		background-color: #f7f7f7;
		cursor: pointer;
		margin-bottom: 2rem;
		-webkit-transition: background-color .3s ease;
		-o-transition: background-color .3s ease;
		transition: background-color .3s ease
	}

	.mob-accordion-header.active, .mob-accordion-header:hover {
		background-color: #e6e6e6
	}

	.mob-accordion-header.active + .mob-accordion {
		display: block
	}

	.mob-accordion-header.active .down-arrow {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
}

@media (min-width: 768px) {
	.mob-accordion-header {
		font-size: 1.6rem;
		padding: 3rem 0
	}
}

.mob-accordion-header .down-arrow {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

select.form-control {
	height: 5rem;
	line-height: 2.4rem
}

@media (min-width: 768px) {
	select.form-control {
		height: 5.3rem;
		line-height: 2.7rem
	}
}

.title-bg {
	background-color: #f8f7f9;
	padding: 2rem 0
}

@media (min-width: 768px) {
	.title-bg {
		padding: 3.5rem 0
	}
}

@media (min-width: 1200px) {
	.title-bg {
		padding: 4rem 0
	}
}

.title-bg .text-danger {
	color: #ef223b
}

@media (max-width: 1199px) {
	.contact-form {
		max-width: 50rem;
		margin: 0 auto
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.border-content-right-md {
		border-right: 3px solid #1f1f1f
	}
}

@media (min-width: 1200px) {
	.border-content-right-xl {
		border-right: 3px solid #1f1f1f
	}
}

@media (max-width: 1199px) {
	.border-content-top-md {
		border-top: 3px solid #1f1f1f
	}
}

.info-block {
	background-color: #f2f1f3;
	padding: 2.5rem 2.5rem 1.5rem;
	margin-bottom: 1rem
}

.information-badge {
	font-size: 1.2rem;
	line-height: 1.15
}

@media (min-width: 768px) {
	.information-badge {
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	.information-badge {
		font-size: 1.6rem
	}

	.information-badge .font-weight-semibold {
		font-size: 1.8rem
	}
}

.hide-pass, .show-pass {
	position: absolute;
	right: 1rem;
	bottom: 1.25rem;
	z-index: 1
}

@media (min-width: 1550px) {
	.hide-pass, .show-pass {
		bottom: 1.5rem
	}
}

.pass-input {
	padding-right: 4.5rem
}

.red-alert {
	color: #ef223b;
	border: 1px solid #ef223b;
	font-weight: 500
}

.pass-link {
	font-size: 2.2rem;
	font-weight: 500
}

.slick-slider {
	overflow-x: hidden
}

.info-block-lnk {
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000;
	background-color: rgba(243, 243, 243, .7);
	border-radius: .7rem;
	margin-bottom: .8rem;
	padding: 1rem 3rem 1rem 1.5rem;
	text-transform: uppercase;
	border: 1px solid #b3b3b3;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative
}

@media (min-width: 1550px) {
	.info-block-lnk {
		font-size: 1.6rem;
		padding: 1.5rem 5rem 1.5rem 3.5rem
	}
}

.info-block-lnk:hover {
	background-color: #e6e6e6;
	color: #000
}

.info-block-lnk:hover .brand-item-arrow {
	opacity: 1;
	right: 1.5rem
}

@media (min-width: 1550px) {
	.info-block-lnk:hover .brand-item-arrow {
		right: 3.5rem
	}
}

.updated {
	margin-top: -3rem;
	color: rgba(86, 95, 104, .6);
	font-weight: 500;
	margin-bottom: 2rem
}

@media (min-width: 768px) {
	.updated {
		margin-bottom: 0
	}
}

@media (min-width: 1200px) {
	.privacy-term-content {
		padding-right: 4.5rem
	}
}

@media (min-width: 1550px) {
	.privacy-term-content {
		padding-left: 8rem;
		padding-right: 8rem
	}
}

@media (min-width: 768px) {
	.privacy-term-content .mob-accordion-header {
		padding: 3rem 0 1.5rem
	}
}

select.form-control {
	background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: -webkit-calc(100% - 1.5rem) -webkit-calc(2rem + 3px), -webkit-calc(100% - 1rem) -webkit-calc(2rem + 3px), -webkit-calc(100% - 3rem) 1rem;
	background-position: calc(100% - 1.5rem) calc(2rem + 3px), calc(100% - 1rem) calc(2rem + 3px), calc(100% - 3rem) 1rem;
	background-size: 5px 5px, 5px 5px, 1px 3rem;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 3rem
}

@media (min-width: 1200px) {
	.contact-us .order-first {
		padding-left: 4.5rem
	}
}

.page-image {
	height: 6.3rem;
	background-color: #f2f1f3;
	padding: 1rem 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.btn.add-blur, .spinner, .toast-parent.add-blur {
	-webkit-filter: blur(2px);
	filter: blur(2px)
}

.spinner {
	position: relative
}

.spinner:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	margin-left: -3rem;
	background-color: rgba(51, 51, 51, .65);
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out
}

body.spinner:after, body.spinner:before {
	position: fixed;
	z-index: 10
}

.btn-tooltip {
	border: 0;
	border-radius: 50%;
	color: #fff;
	background-color: rgba(208, 60, 78, .5);
	font-size: 1rem;
	padding: 0;
	line-height: 1.5rem;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.btn-tooltip:hover {
	background-color: #d03c4e
}

.shipping-info {
	background-color: #faefb2;
	color: #1f1f1f;
	margin-bottom: 3rem;
	font-size: 12px
}

@media (min-width: 768px) {
	.shipping-info {
		font-size: 14px
	}
}

@media (min-width: 1200px) {
	.col-xl-3-5 {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-flex-basis: 29.1666665%;
		-ms-flex-preferred-size: 29.1666665%;
		flex-basis: 29.1666665%;
		max-width: 29.1666665%
	}
}

.number-input {
	background-color: #fff;
	border-radius: .5rem;
	font-weight: 500;
	text-align: center;
	border: 1px solid rgba(32, 36, 39, .17);
	overflow: hidden;
	margin-right: 2rem;
	-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .051);
	box-shadow: 0 0 13px rgba(0, 0, 0, .051)
}

@media (min-width: 768px) {
	.number-input {
		border-radius: .7rem;
		border: 0;
		margin-right: 1rem
	}
}

.number-input-counter, .number-input-field {
	color: #202427;
	width: 4.5rem;
	position: relative
}

.number-input-counter {
	overflow: hidden
}

.number-input-counter.is-input .number-input-num {
	z-index: -1
}

.number-input-counter.is-input .number-input-field {
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1
}

.number-input-field {
	z-index: 2;
	opacity: 0;
	font-weight: 500;
	font-size: 1.6rem;
	border: 0;
	text-align: center;
	padding: .2rem 0
}

@media (min-width: 768px) {
	.number-input-field {
		padding: 1.1rem 0
	}
}

@media (min-width: 1550px) {
	.number-input-field {
		padding: 1.5rem 0
	}
}

.number-input-field:focus {
	font-size: 1.6rem
}

.number-input-num {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: visible;
	opacity: 1;
	padding: .2rem 0
}

@media (min-width: 768px) {
	.number-input-num {
		padding: 1.1rem 0
	}
}

@media (min-width: 1550px) {
	.number-input-num {
		padding: 1.5rem 0
	}
}

.number-input-btn {
	text-align: center;
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 2.5rem;
	padding: .2rem 0;
	line-height: 2rem;
	width: 2rem;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (min-width: 768px) {
	.number-input-btn {
		padding: 1.1rem 0
	}
}

@media (min-width: 1550px) {
	.number-input-btn {
		padding: 1.5rem 0
	}
}

.number-input-btn:active, .number-input-btn:hover {
	color: #000
}

.number-input-decrement {
	padding-left: .5rem
}

.number-input-increment {
	padding-right: .5rem
}

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 4;
	background-color: #fff;
	padding-top: .75rem;
	font-size: 1.2rem;
	-webkit-transition: padding-top .3s ease, font-size .3s ease;
	-o-transition: padding-top .3s ease, font-size .3s ease;
	transition: padding-top .3s ease, font-size .3s ease
}

header.not-search-form {
	padding-bottom: .75rem
}

@media (min-width: 768px) {
	header {
		padding-top: .75rem
	}

	header.not-search-form {
		padding-bottom: .75rem
	}
}

@media (min-width: 1200px) {
	header {
		padding-bottom: .75rem !important
	}
}

@media (min-width: 1550px) {
	header {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem !important
	}
}

header .header-search {
	margin: .75rem -1rem 0;
	padding: 1rem 1.5rem;
	background-color: #fbfafc;
	-webkit-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease
}

@media (min-width: 768px) {
	header .header-search {
		margin-left: -3rem;
		margin-right: -3rem;
		padding: .75rem 3rem
	}
}

@media (min-width: 1200px) {
	header .header-search {
		margin: 0;
		background-color: transparent;
		padding: 0 1.5rem 0 0
	}
}

.navbar-brand {
	width: 12.6rem;
	height: auto
}

@media (min-width: 768px) {
	.navbar-brand {
		width: 15rem
	}
}

.navbar-brand img {
	height: 2.8rem
}

@media (min-width: 768px) {
	.navbar-brand img {
		height: 3.3rem
	}

	#navbar .container-fluid {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width: 1200px) {
	#navbar .container-fluid {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (max-width: 767px) {
	#mob-menu {
		display: none;
		padding: 1rem 1.5rem 0;
		border: 1px solid rgba(112, 112, 112, .5);
		border-bottom-left-radius: .5rem;
		border-top-left-radius: .5rem
	}

	#mob-menu.show {
		position: absolute;
		top: 3rem;
		right: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-color: #fff;
		z-index: 11
	}
}

@media (min-width: 768px) {
	#mob-menu {
		height: 100%
	}
}

.menu-drop .menu-drop-item {
	color: #212529;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer
}

.clean-cart span, .menu-drop .menu-drop-item span {
	vertical-align: middle
}

@media (min-width: 768px) {
	.menu-drop {
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.mob-toggler {
	margin: 0 0 0 .5rem;
	border: 0;
	width: 3.5rem;
	text-align: center
}

.mob-toggler span:last-child {
	display: none
}

.mob-toggler.collapsed span:first-child {
	display: none
}

.mob-toggler.collapsed span:last-child {
	display: inline
}

.mob-toggler:focus {
	outline: 0
}

@media (max-width: 767px) {
	.right-menu {
		width: -webkit-calc(100% - 12.6rem);
		width: calc(100% - 12.6rem);
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (min-width: 1200px) {
	.right-menu {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

.menu-acc, .menu-cart, .menu-currency {
	border-bottom-left-radius: .5rem
}

.flag {
	width: 3rem
}

@media (min-width: 768px) {
	.flag {
		width: 2.5rem;
		margin-right: .5rem
	}
}

@media (min-width: 1550px) {
	.flag {
		width: 3rem
	}
}

.menu-lang-item {
	font-size: 1.2rem;
	padding: .8rem 0;
	color: #202427;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer
}

@media (min-width: 768px) {
	.menu-lang-item {
		padding: .4rem 2.3rem;
		font-size: 1.6rem
	}
}

@media (min-width: 1550px) {
	.menu-lang-item {
		font-size: 1.8rem
	}
}

.menu-lang-item.current-item, .menu-lang-item:hover {
	background-color: #f7f7f7;
	color: #202427
}

.menu-drop-title {
	font-size: .8rem;
	font-weight: 600;
	color: rgba(112, 112, 112, .5)
}

.vat-switch {
	border-bottom: 1px solid #1f1f1f
}

@media (min-width: 768px) {
	.vat-switch {
		border-bottom: 0
	}
}

.vat-switch label {
	font-size: 1.2rem;
	cursor: pointer
}

.vat-switch .custom-control-label::before {
	top: .1rem
}

.vat-switch .custom-control-label::after {
	top: -webkit-calc(.1rem + 2px);
	top: calc(.1rem + 2px)
}

.menu-cart {
	width: 30rem;
	display: none;
	position: absolute;
	background-color: transparent;
	color: #1f1f1f;
	z-index: 11;
	top: 0;
	font-size: 1.6rem;
	border-radius: .4rem;
	overflow: hidden
}

#currency-drop:hover .menu-currency, .menu-cart.menu-show {
	display: block;
	-webkit-animation: submenu-show .3s ease;
	animation: submenu-show .3s ease
}

@media (min-width: 768px) {
	.menu-cart {
		width: 60rem
	}
}

.menu-cart .btn {
	font-weight: 500
}

@media (max-width: 767px) {
	.menu-cart .btn-outline-secondary {
		padding: 0;
		background-color: transparent !important;
		text-decoration: underline;
		border: 0;
		color: #1f1f1f !important
	}

	.menu-cart img {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}
}

#cart-drop, .social li + li {
	margin-left: 1rem
}

@media (min-width: 992px) {
	#cart-drop {
		margin-left: 1.5rem
	}
}

@media (min-width: 1550px) {
	#cart-drop {
		margin-left: 2.5rem
	}
}

#cart-drop svg {
	width: 1.7rem
}

@media (min-width: 768px) {
	#cart-drop svg {
		width: 2.2rem
	}
}

.items-in-cart {
	background-color: #ef223b;
	color: #fff;
	position: absolute;
	top: -10px;
	left: 9px;
	min-width: 14px;
	height: 14px;
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	padding: 3px;
	border-radius: 7px
}

@media (min-width: 768px) {
	.items-in-cart {
		left: 13px
	}
}

.menu-cart-header {
	background-color: #1f1f1f;
	font-size: 1.6rem;
	color: #fff
}

@media (min-width: 1200px) {
	.menu-cart-header {
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	.menu-cart-header {
		font-size: 1.8rem
	}
}

.menu-cart-header .close:not(:hover) {
	color: #fff
}

.menu-cart-quantity {
	color: rgba(255, 255, 255, .7);
	font-size: 1.4rem
}

@media (min-width: 768px) {
	.menu-cart-quantity {
		font-size: 1.6rem
	}
}

@media (min-width: 1200px) {
	.menu-cart-quantity {
		font-size: 1.3rem
	}
}

@media (min-width: 1550px) {
	.menu-cart-quantity {
		font-size: 1.6rem
	}
}

.clean-cart {
	color: #828384;
	cursor: pointer;
	font-size: 1.2rem
}

@media (min-width: 768px) {
	.clean-cart {
		font-size: 1.4rem
	}
}

@media (min-width: 1200px) {
	.clean-cart {
		font-size: 1.3rem
	}
}

@media (min-width: 1550px) {
	.clean-cart {
		font-size: 1.6rem
	}
}

.clean-cart:hover {
	color: #d03c4e
}

.cart-items-header {
	background-color: rgba(218, 218, 218, .29)
}

.cart-items-header .cart-item-del.item-del {
	width: 3.5rem;
	min-width: 3.5rem
}

.menu-cart-items {
	max-height: 25rem;
	overflow-x: hidden
}

@media (min-width: 768px) {
	.menu-cart-items {
		max-height: 15.5rem
	}
}

.menu-cart-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
	position: relative;
	border: 1px solid rgba(143, 145, 146, .36);
	border-radius: .7rem;
	overflow: hidden;
	margin-right: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.menu-cart-item:last-child {
	margin-bottom: 0
}

@media (min-width: 768px) {
	.menu-cart-item {
		-webkit-box-align: normal;
		-webkit-align-items: normal;
		-ms-flex-align: normal;
		align-items: normal;
		border: 0;
		margin-bottom: 2.25rem
	}
}

.menu-cart-total {
	background-color: #f4f4f4;
	font-size: 1.6rem;
	font-weight: 600
}

@media (min-width: 768px) {
	.menu-cart-total {
		font-size: 1.8rem;
		font-weight: 500
	}
}

@media (min-width: 1550px) {
	.menu-cart-total {
		font-size: 2rem
	}
}

.cart-item-data {
	font-size: 1.4rem;
	width: 10.5rem;
	min-width: 10.5rem;
	margin-right: .5rem;
	padding: 1.5rem 0
}

@media (min-width: 768px) {
	.cart-item-data {
		padding: 0;
		margin-right: 1rem;
		max-width: 14rem;
		width: 14rem
	}
}

.cart-item-data img {
	width: 4.2rem
}

.cart-parameter-title {
	font-size: .8rem !important;
	color: rgba(32, 36, 39, .7) !important;
	font-weight: 600 !important
}

@media (min-width: 768px) {
	.cart-parameter-title {
		font-size: 1.4rem !important;
		color: rgba(32, 36, 39, .7) !important;
		font-weight: 400 !important
	}
}

@media (min-width: 1200px) {
	.cart-parameter-title {
		font-size: 1.2rem !important
	}
}

@media (min-width: 1550px) {
	.cart-parameter-title {
		font-size: 1.4rem !important
	}
}

.cart-item-quantity {
	width: 10.5rem;
	min-width: 10.5rem
}

@media (max-width: 767px) {
	.cart-item-quantity {
		background-color: #f7f7f7;
		padding: 1.5rem 1rem
	}
}

@media (min-width: 768px) {
	.cart-item-quantity {
		text-align: center;
		margin-right: 1rem;
		width: 8.6rem;
		min-width: 8.6rem
	}
}

.cart-item-quantity input {
	color: #202427;
	font-size: 1.6rem;
	width: 100%;
	text-align: center
}

.cart-item-quantity .number-input {
	margin-right: 0;
	border: 1px solid rgba(32, 36, 39, .5);
	border-radius: .2rem;
	overflow: hidden
}

@media (max-width: 767px) {
	.cart-item-quantity .number-input {
		width: 8.5rem;
		min-width: 8.5rem;
		border: 1px solid #d9dada
	}
}

.cart-item-quantity .number-input-counter {
	width: 4.4rem
}

.cart-item-quantity .number-input-decrement, .cart-item-quantity .number-input-increment {
	padding-right: .5rem;
	padding-left: .5rem
}

.cart-item-quantity .number-input-field, .cart-item-quantity .number-input-num {
	line-height: 2.4rem
}

@media (min-width: 1550px) {
	.cart-item-quantity .number-input-field, .cart-item-quantity .number-input-num {
		line-height: 2.6rem
	}
}

@media (max-width: 767px) {
	.cart-item-quantity .number-input-btn {
		background-color: #d9dada
	}
}

@media (min-width: 768px) {
	.cart-item-quantity .number-input-btn, .cart-item-quantity .number-input-field, .cart-item-quantity .number-input-num {
		padding-top: .2rem;
		padding-bottom: .2rem;
		height: 2.8rem
	}
}

.cart-item-del.item-del {
	margin-right: 0
}

@media (min-width: 768px) {
	.cart-item-del.item-del {
		position: static !important
	}
}

.cart-item-price {
	font-size: 1.2rem;
	font-weight: 500;
	width: 6.5rem;
	min-width: 6.5rem;
	overflow: hidden;
	color: #1f1f1f;
	margin-right: 1rem
}

@media (min-width: 768px) {
	.cart-item-price {
		font-weight: 400;
		font-size: 1.4rem;
		text-align: right
	}
}

.cart-item-total {
	font-size: 1.2rem;
	font-weight: 600;
	width: 7.5rem;
	min-width: 7.5rem;
	overflow: hidden
}

@media (min-width: 768px) {
	.cart-item-total {
		font-size: 1.6rem;
		font-weight: 500;
		width: 9rem;
		min-width: 9rem;
		text-align: right
	}
}

@media (min-width: 1200px) {
	.cart-item-total {
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	.cart-item-total {
		font-size: 1.6rem
	}
}

.cart-item-sku {
	color: #202427;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1
}

.cart-item-sku a {
	color: #202427
}

@media (min-width: 768px) {
	.cart-item-sku {
		font-size: 1.6rem
	}
}

@media (min-width: 1200px) {
	.cart-item-sku {
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	.cart-item-sku {
		font-size: 1.6rem
	}
}

.cart-item-title {
	color: rgba(32, 36, 39, .6);
	font-size: 1rem;
	font-weight: 500
}

@media (min-width: 768px) {
	.cart-item-title {
		font-size: 1.2rem
	}
}

.cart-item-weight {
	font-size: 1.2rem;
	font-weight: 500
}

.cart-item-number {
	color: rgba(32, 36, 39, .25);
	font-weight: 500;
	width: 1.75rem;
	min-width: 1.75rem;
	overflow: hidden;
	margin-right: .33rem;
	margin-left: .33rem;
	padding: 1.5rem 0;
	text-align: center
}

@media (min-width: 768px) {
	.cart-item-number {
		width: 2rem;
		margin-left: 0;
		min-width: 2rem;
		padding: 0;
		text-align: left
	}
}

.cart-item-brand {
	font-size: 1.2rem;
	color: #1f1f1f;
	margin-bottom: .5rem;
	overflow: hidden
}

@media (min-width: 768px) {
	.cart-item-brand {
		width: 6.5rem;
		min-width: 6.5rem;
		margin-right: 1rem;
		margin-bottom: 0
	}
}

.menu-cart-item .cart-item-brand {
	line-height: 1
}

.menu-cart-item .warehouse {
	font-size: 1rem
}

@media (min-width: 768px) {
	.menu-cart-item .warehouse {
		position: absolute;
		bottom: 0;
		padding-left: 2.25rem
	}
}

@media (max-width: 767px) {
	.empty-cart {
		font-size: 1.2rem
	}
}

.menu-currency {
	display: none;
	position: absolute;
	background-color: transparent;
	color: #1f1f1f;
	z-index: 11;
	width: 32rem;
	right: 0;
	top: 100%
}

@media (max-width: 500px) {
	.menu-currency {
		width: 29rem
	}
}

.curr-symbol {
	color: #707070
}

.curr-current {
	background-color: #1f1f1f;
	color: #fff;
	position: relative
}

.curr-current .curr-symbol {
	color: #bfbfbf
}

.curr-current:before {
	position: absolute;
	content: '';
	left: 1.25rem;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: -3px
}

.curr-item:not(.curr-current) {
	color: #000;
	text-decoration: none
}

.curr-short {
	font-weight: 500;
	width: 4rem;
	display: inline-block
}

.popup-header-curr-short {
	font-size: 1.6rem;
	font-weight: 600
}

.popup-header-curr-symbol {
	font-weight: 600;
	font-size: 1.4rem
}

#lang-drop:after, .menu-acc {
	position: absolute;
	background-color: #fff
}

.menu-acc {
	display: none;
	color: #1f1f1f;
	z-index: 11;
	width: 29rem;
	right: -4.5rem;
	top: 100%
}

@media (min-width: 768px) {
	.menu-acc {
		right: 0;
		width: 32rem;
		font-size: 1.4rem
	}
}

@media (min-width: 1550px) {
	.menu-acc {
		font-size: 1.6rem
	}
}

.menu-acc.menu-show {
	display: block;
	-webkit-animation: submenu-show .3s ease;
	animation: submenu-show .3s ease
}

.menu-acc .popup-header {
	font-size: 1.4rem
}

@media (min-width: 768px) {
	.menu-acc .popup-header {
		font-size: 1.6rem
	}
}

@media (min-width: 1550px) {
	.menu-acc .popup-header {
		font-size: 1.8rem
	}
}

.user-menu {
	margin-left: 2rem
}

@media (min-width: 1550px) {
	.user-menu {
		margin-left: 5rem
	}
}

.user-menu svg {
	width: 1.3rem
}

@media (min-width: 768px) {
	.user-menu svg {
		width: 1.7rem
	}
}

.acc-content a {
	color: #000;
	font-weight: 500
}

.acc-content .acc-footer a {
	color: rgba(0, 0, 0, .7)
}

@media (min-width: 768px) {
	#acc-drop .menu-drop-item {
		max-width: 12rem
	}
}

@media (min-width: 992px) {
	#acc-drop .menu-drop-item {
		max-width: 15rem
	}
}

@media (min-width: 1200px) {
	#acc-drop .menu-drop-item {
		max-width: 12rem
	}
}

@media (min-width: 1550px) {
	#acc-drop .menu-drop-item {
		max-width: 15rem
	}
}

#lang-drop, .menu-lang {
	border: 1px solid transparent;
	border-top-right-radius: .5rem
}

.menu-lang {
	background-color: #fff;
	color: #1f1f1f;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem
}

@media (min-width: 768px) {
	.menu-lang {
		display: none;
		position: absolute;
		z-index: 11;
		left: -1px;
		top: 100%
	}

	.menu-lang-list {
		height: auto;
		width: 23.5rem;
		max-height: 18rem;
		padding-right: 1.5rem
	}
}

#lang-drop {
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
	border-top-left-radius: .5rem
}

@media (max-width: 767px) {
	#lang-drop {
		width: 50%;
		padding-bottom: 0;
		min-width: 12rem
	}

	#lang-drop .menu-drop-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		background-color: #f7f7f7;
		padding-top: .7rem;
		padding-bottom: 1.3rem
	}
}

@media (min-width: 768px) {
	#lang-drop {
		white-space: nowrap;
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media (min-width: 1550px) {
	#lang-drop {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}

#lang-drop:after {
	bottom: -1px;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	z-index: 0
}

@media (min-width: 768px) {
	#lang-drop:hover {
		border: 1px solid rgba(112, 112, 112, .5);
		border-bottom-color: #fff
	}

	#lang-drop:hover:after {
		z-index: 12
	}

	#lang-drop:hover .menu-lang {
		display: block;
		-webkit-animation: submenu-show .3s ease;
		animation: submenu-show .3s ease;
		border: 1px solid rgba(112, 112, 112, .5)
	}
}

.menu-country {
	color: #1f1f1f;
	border-radius: .5rem;
	height: 17rem
}

@media (min-width: 768px) {
	.menu-country {
		display: none;
		position: absolute;
		background-color: #fff;
		z-index: 11;
		right: -1px;
		top: 100%;
		height: auto;
		width: 28rem;
		max-height: 18rem
	}

	.menu-country.with-backdrop {
		-webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, .3);
		box-shadow: 0 0 0 9999px rgba(0, 0, 0, .3);
		background-color: #fff
	}
}

@media (min-width: 992px) {
	.menu-country {
		width: 37rem
	}
}

.menu-country.menu-show {
	display: block;
	-webkit-animation: submenu-show .3s ease;
	animation: submenu-show .3s ease
}

@media (max-width: 767px) {
	#country-drop {
		width: 50%;
		padding-bottom: 0;
		min-width: 12rem
	}

	#country-drop .menu-drop-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		background-color: #f7f7f7;
		padding-top: .7rem;
		padding-bottom: 1.3rem
	}

	#country-drop .menu-country {
		margin-bottom: 1.5rem;
		margin-top: 1.5rem;
		position: relative
	}
}

@media (min-width: 768px) {
	#country-drop {
		white-space: nowrap;
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media (min-width: 1550px) {
	#country-drop {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

.chosen-country {
	max-width: 10rem
}

@media (min-width: 1200px) {
	.chosen-country {
		max-width: 7rem
	}
}

@media (min-width: 1550px) {
	.chosen-country {
		max-width: 8rem
	}
}

.header-search {
	width: 100%
}

@media (min-width: 1700px) {
	.header-search {
		max-width: 48rem
	}
}

.header-search .form-control {
	border-color: rgba(112, 112, 112, .25);
	border-right: 0;
	padding: .5rem 1rem
}

@media (min-width: 1550px) {
	.header-search .form-control {
		padding: .5rem 2rem
	}
}

.search-btn {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #d03c4e;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	background-color: #d03c4e;
	font-weight: 500;
	font-size: 1.2rem
}

.search-btn-new {
	padding: 1.25rem 1.5rem;
}

.form-register .register-btns .btn:focus, .search-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (min-width: 768px) {
	.search-btn {
		padding-top: .75rem;
		padding-bottom: .75rem;
		font-size: 1.6rem
	}
}

@media (min-width: 1200px) {
	.search-btn {
		padding-right: 1.3rem;
		padding-left: 1.3rem
	}
}

.upload-xl-btn {
	color: #8f9193;
	background-color: #f5f5f5;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.upload-xl-btn:hover {
	background-color: #8f9193;
	color: #f5f5f5
}

.form-login {
	background-color: #fff
}

.form-login label, .form-register label {
	font-weight: 400;
	color: rgba(31, 31, 31, .9)
}

.form-login .btn {
	font-weight: 500
}

.board a, .form-login small {
	text-decoration: underline
}

.form-register .register-btns .btn {
	background-color: #fff;
	color: #202427;
	border: 1px solid #202427
}

.form-register .register-btns .btn.active {
	background-color: #202427;
	color: #fff
}

.sign-forms.modal-dialog {
	max-width: 47rem
}

#nav-personal-tab {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

#nav-company-tab {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.register-header {
	font-size: 1.8rem;
	font-weight: 500
}

@media (min-width: 1550px) {
	.register-header {
		font-size: 2rem
	}
}

.form-check-sm {
	font-size: 1.2rem;
	color: #1f1f1f
}

.board {
	color: #fff;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 8.5rem;
	padding-bottom: 8.5rem
}

@media (min-width: 768px) {
	.board {
		height: 50vh;
		padding-top: 0;
		padding-bottom: 0
	}
}

.board a {
	font-size: 1.4rem;
	color: #fff
}

@media (min-width: 1550px) {
	.board a {
		font-size: 1.6rem
	}
}

.board .btn {
	color: #fff;
	background-color: #d03c4e;
	padding-right: 1.5rem;
	padding-left: 1.5rem
}

.board .btn span:first-child {
	display: none !important
}

@media (min-width: 768px) {
	.board .btn span:first-child {
		display: inline !important
	}
}

.board .btn span:last-child {
	display: inline !important
}

@media (min-width: 768px) {
	.board .btn span:last-child {
		display: none !important
	}

	.board .btn {
		padding-right: 4rem;
		padding-left: 4rem
	}
}

@media (min-width: 576px) {
	.board-form {
		max-width: 48rem
	}
}

@media (min-width: 1200px) {
	.board-form {
		max-width: 65rem
	}
}

.board-title {
	font-size: 2.2rem;
	font-weight: 400
}

@media (min-width: 576px) {
	.board-title {
		font-size: 2.6rem
	}
}

@media (min-width: 768px) {
	.board-title {
		font-size: 3.2rem
	}
}

@media (min-width: 1200px) {
	.board-title {
		font-size: 3.5rem
	}
}

@media (min-width: 1550px) {
	.board-title {
		font-size: 4.2rem
	}
}

.brands {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto
}

.brands .row {
	margin-left: -.2rem;
	margin-right: -.2rem
}

@media (min-width: 768px) {
	.brands .row {
		margin-left: -.5rem;
		margin-right: -.5rem
	}
}

.brands .w-20 {
	padding: .2rem
}

.brands .w-20.show-brand {
	display: block !important
}

@media (max-width: 1549px) {
	.brands h2 {
		font-size: 2.2rem
	}
}

@media (max-width: 767px) {
	.brands h2 {
		font-size: 1.8rem
	}
}

.brands .w-20:nth-child(15) ~ .w-20:not(.show-brand) {
	display: none
}

@media (max-width: 767px) {
	.brands .w-20:nth-child(8) ~ .w-20:not(.show-brand) {
		display: none
	}
}

@media (max-width: 1199px) {
	.brands .w-20:nth-child(12) ~ .w-20:not(.show-brand) {
		display: none
	}
}

.all-brands-btn {
	border-color: rgba(31, 31, 31, .3)
}

.all-brands-btn:active, .all-brands-btn:hover {
	border-color: rgba(31, 31, 31, .6) !important;
	background-color: rgba(232, 232, 232, .3) !important;
	color: #1f1f1f !important
}

@media (min-width: 768px) {
	.all-brands-btn {
		width: 33.33%
	}
}

@media (min-width: 1200px) {
	.all-brands-btn {
		width: 20%
	}
}

.brand-item-lnk {
	padding: 1.65rem 1rem;
	font-size: 1.4rem;
	background-color: #f7f7f7;
	letter-spacing: .23px;
	font-weight: 600;
	color: #1f1f1f;
	line-height: 1.15;
	text-decoration: none
}

@media (min-width: 768px) {
	.brand-item-lnk {
		padding-top: 2rem;
		padding-bottom: 2rem
	}
}

@media (min-width: 1200px) {
	.brand-item-lnk {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
		font-size: 1.3rem
	}
}

@media (min-width: 1550px) {
	.brand-item-lnk {
		font-size: 1.6rem;
		padding-left: 5.5rem;
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

@media (min-width: 1838px) {
	.brand-item-lnk {
		padding-left: -webkit-calc((100vw - 1720px) / 2);
		padding-left: calc((100vw - 1720px) / 2)
	}
}

@media (min-width: 1921px) {
	.brand-item-lnk {
		padding-left: 10rem
	}
}

.brand-item-lnk:hover {
	background-color: #f1f1f1;
	color: #1f1f1f;
	text-decoration: none
}

@media (min-width: 992px) {
	.brand-item-lnk:hover .brand-item-arrow {
		right: 4rem;
		opacity: 1
	}
}

@media (min-width: 1200px) {
	.brand-item-lnk:hover .brand-item-arrow {
		right: 3rem
	}
}

@media (min-width: 1550px) {
	.brand-item-lnk:hover .brand-item-arrow {
		right: 4rem
	}
}

.brand-item-arrow {
	position: absolute;
	right: 8rem;
	opacity: 0;
	top: 50%;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	-ms-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center
}

.advantages-wrap {
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto
}

.advantages > .row {
	margin-left: -4px;
	margin-right: -4px
}

@media (max-width: 767px) {
	.advantages img {
		width: 100%
	}
}

@media (max-width: 400px) {
	.advantages img {
		height: 19rem;
		width: auto;
		max-width: none
	}
}

.advantage-item {
	border: 2px solid #fff;
	position: relative
}

.advantage-item:hover .advantage-img:before {
	background-color: rgba(23, 23, 23, .4)
}

.advantage-data {
	position: absolute;
	overflow: hidden;
	top: 4rem;
	bottom: 3rem;
	left: 1.5rem;
	color: #fff;
	z-index: 1;
	font-size: 1.4rem
}

@media (max-width: 575px) {
	.advantage-data {
		width: 25rem
	}

	.advantage-data br {
		display: none
	}
}

@media (min-width: 576px) {
	.advantage-data {
		top: 6rem;
		left: 6rem;
		right: 6rem;
		bottom: 6rem
	}
}

@media (min-width: 768px) {
	.advantage-data {
		top: 3rem;
		left: 3rem;
		right: 3rem;
		bottom: 3rem
	}
}

@media (min-width: 992px) {
	.advantage-data {
		top: 5rem;
		bottom: 5rem;
		left: 5rem;
		right: 5rem
	}
}

@media (min-width: 1200px) {
	.advantage-data {
		bottom: 3rem;
		left: 3.5rem;
		right: 3.5rem
	}
}

@media (min-width: 1550px) {
	.advantage-data {
		font-size: 1.6rem;
		top: 6rem;
		bottom: 5rem;
		left: 5.5rem;
		right: 5.5rem
	}
}

@media (min-width: 1820px) {
	.advantage-data {
		left: -webkit-calc((100vw - 1720px) / 2);
		left: calc((100vw - 1720px) / 2)
	}
}

@media (min-width: 1921px) {
	.advantage-data {
		left: 10rem;
		right: 10rem
	}
}

.advantage-title {
	font-weight: 500;
	font-size: 1.8rem
}

@media (min-width: 768px) {
	.advantage-title {
		font-size: 2rem
	}
}

@media (min-width: 1200px) {
	.advantage-title {
		font-size: 1.6rem
	}
}

@media (min-width: 1550px) {
	.advantage-title {
		font-size: 2.2rem
	}
}

.advantage-img {
	position: relative
}

@media (max-width: 400px) {
	.advantage-img {
		overflow: hidden
	}
}

.advantage-img:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(23, 23, 23, .86);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.advantages .slick-initialized .slick-slide {
	padding-left: 0;
	padding-right: 0
}

.advantages .slick-initialized .slick-slide:focus, .brand-items .slick-initialized .slick-slide:focus {
	outline: 0
}

.advantages .slick-list {
	width: 84%;
	overflow: visible
}

.find-banner {
	background-color: #000;
	color: #fff;
	padding-top: 5rem;
	padding-bottom: 5rem
}

@media (min-width: 768px) {
	.find-banner {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
}

@media (min-width: 1200px) {
	.find-banner {
		padding-top: 0;
		padding-bottom: 0
	}
}

.find-banner-txt {
	max-width: 23rem;
	font-size: 1.4rem;
	color: rgba(223, 223, 223, .7)
}

@media (min-width: 768px) {
	.find-banner-txt {
		max-width: 36.5rem;
		color: #fff
	}
}

@media (min-width: 1200px) {
	.find-banner-txt {
		max-width: 37.5rem
	}
}

@media (min-width: 1550px) {
	.find-banner-txt {
		font-size: 1.6rem;
		max-width: 46.5rem;
		padding-left: 9rem
	}
}

.find-banner-title {
	font-size: 2rem;
	font-weight: 500
}

@media (min-width: 1200px) {
	.find-banner-title {
		font-size: 2.2rem
	}
}

@media (min-width: 1550px) {
	.find-banner-title {
		padding-left: 9rem;
		font-size: 2.2rem
	}
}

@media (max-width: 991px) {
	.find-banner-content {
		max-width: 40rem;
		margin: 0 auto
	}
}

.brand-image {
	position: relative
}

.brand-item-wrap {
	border-radius: .5rem;
	overflow: hidden;
	padding: 0 .4rem 1.2rem
}

.brand-item-label {
	font-size: 1.4rem;
	color: rgba(86, 95, 104, .6)
}

.brand-items .slick-list {
	width: 82%;
	overflow: visible
}

.brand-items .slick-list:before {
	position: absolute;
	content: '';
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
	z-index: 1
}

.brand-items .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.brand-items .slick-slide {
	height: auto
}

.brand-item {
	border: 1px solid rgba(112, 112, 112, .54);
	border-bottom: 0;
	padding: 2rem 3rem 1rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem
}

@media (min-width: 768px) {
	.brand-item {
		padding: 3rem
	}
}

@media (min-width: 1550px) {
	.brand-item {
		padding: 3rem 3.5rem
	}
}

@media (max-width: 1549px) {
	.brand-item .add-to-cart-price {
		font-size: 2.7rem
	}
}

@media (max-width: 767px) {
	.brand-item .add-to-cart-price {
		font-size: 2rem
	}
}

.brand-item-name {
	font-weight: 700;
	color: #202427;
	text-transform: uppercase
}

.brand-item-name a {
	color: #202427
}

@media (min-width: 1550px) {
	.brand-item-name {
		font-size: 2rem
	}
}

.brand-item-sku {
	color: #202427;
	font-weight: 500;
	font-size: 1.4rem
}

@media (min-width: 1550px) {
	.brand-item-sku {
		font-size: 1.6rem
	}
}

.brand-item-manufacturer {
	color: #202427;
	font-weight: 500;
	font-size: 1.4rem
}

@media (min-width: 1550px) {
	.brand-item-manufacturer {
		font-size: 1.6rem
	}
}

.brand-item-display {
	background-color: #f5f5f5
}

@media (min-width: 768px) {
	.brand-item-display .display-brand {
		font-size: 2rem
	}
}

.brand-item-display .display-spare {
	font-size: 1.2rem
}

@media (min-width: 768px) {
	.brand-item-display .display-spare {
		font-size: 1.4rem
	}
}

.single-item-number {
	font-size: 1.6rem;
	color: #9f9f9f;
	font-weight: 600
}

.single-item-old-number {
	font-size: 1.4rem;
	color: rgba(86, 95, 104, .4);
	font-weight: 500
}

.single-item-brand {
	border: 1px solid #f2f2f2
}

.single-item-data {
	border-bottom: 1px solid #bdbdbd
}

.single-item-data .single-item-data-title {
	border-bottom: 3px solid #333
}

.single-item-data-title {
	margin-bottom: -1px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #333
}

@media (min-width: 768px) {
	.single-item-data-title {
		font-size: 1.6rem
	}
}

.single-part-parameters {
	background-color: #f9f9f9;
	border-radius: .4rem
}

.single-part-parameter {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.single-item-content {
	position: relative;
	font-size: 1.2rem;
	padding-top: 1rem;
	margin-bottom: 7rem;
	line-height: 2
}

@media (min-width: 1200px) {
	.single-item-content {
		font-size: 1.4rem;
		padding-top: 3rem
	}
}

.single-item-description {
	width: 100%
}

@media (min-width: 992px) {
	.single-item-description {
		max-width: 50%
	}
}

.inc-vat {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1
}

@media (min-width: 768px) {
	.inc-vat {
		font-size: 1.4rem
	}
}

@media (min-width: 1200px) {
	.inc-vat {
		font-size: 1.2rem
	}
}

@media (min-width: 1550px) {
	.inc-vat {
		font-size: 1.4rem
	}
}

.order-by-request {
	background-color: #f7f7f7
}

.order-by-request-icon {
	min-width: 1.6rem;
	height: 1.6rem;
	width: 1.6rem;
	background-color: #d03c4e
}

.single-item-board-wrap {
	width: 100%;
	min-width: 100%
}

@media (min-width: 768px) {
	.single-item-board-wrap {
		width: 350px;
		min-width: 350px;
		padding-right: 1.5rem;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: -webkit-sticky;
		position: sticky;
		top: 10.3rem
	}
}

@media (min-width: 992px) {
	.single-item-board-wrap {
		width: 370px;
		min-width: 370px;
		padding-right: 1.5rem
	}
}

@media (min-width: 1200px) {
	.single-item-board-wrap {
		top: 11.25rem;
		padding-right: 2.8rem
	}
}

@media (min-width: 1550px) {
	.single-item-board-wrap {
		width: 450px;
		min-width: 450px;
		padding-right: 3rem;
		top: 13.35rem
	}
}

@media (min-width: 1700px) {
	.single-item-board-wrap {
		top: 7.25rem;
		width: 525px;
		min-width: 525px
	}
}

.single-item-wares {
	width: 100%;
	min-width: 100%
}

@media (min-width: 768px) {
	.single-item-wares {
		width: auto;
		min-width: auto;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 1.5rem
	}
}

@media (min-width: 1200px) {
	.single-item-wares {
		padding-left: 2.8rem
	}
}

@media (min-width: 1550px) {
	.single-item-wares {
		padding-left: 3rem
	}
}

.parameter-title {
	color: #828282;
	font-weight: 500;
	font-size: 1rem
}

@media (min-width: 992px) {
	.parameter-title {
		font-size: 1.4rem
	}
}

.parameter-value {
	color: #202427;
	font-size: 1.2rem
}

@media (min-width: 992px) {
	.parameter-value {
		font-size: 1.6rem
	}
}

.warehouse-item {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width: 1400px) {
	.warehouse-item {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.warehouse-item .parameter-title, .warehouse-item .parameter-value {
	font-size: 1rem
}

@media (min-width: 768px) {
	.warehouse-item .parameter-value {
		font-size: 1.2rem
	}
}

@media (min-width: 992px) {
	.warehouse-item .parameter-value {
		font-size: 1.4rem
	}
}

@media

.add-to-cart-price {
	color: #1f1f1f;
	font-weight: 500;
	font-size: 2.7rem;
	line-height: 1;
	margin-bottom: 1.5rem
}

@media (min-width: 768px) {
	.add-to-cart-price {
		font-size: 4rem;
		width: 100%
	}
}

@media (min-width: 1200px) {
	.add-to-cart-price {
		font-size: 3rem
	}
}

@media (min-width: 1550px) {
	.add-to-cart-price {
		font-size: 4rem
	}
}

@media (max-width: 767px) {
	.add-to-cart-price > div:last-child {
		line-height: 3rem
	}
}

.new-label {
	left: 0;
	top: 2rem;
	background-color: #ffe200;
	z-index: 1;
	font-size: 1rem
}

@media (min-width: 768px) {
	.new-label {
		top: 3rem;
		font-size: 1.6rem
	}
}

.search-sku {
	font-size: 4.8rem;
	color: #00adef
}

.search-results {
	max-width: 1200px
}

.search-results-header {
	border-top-right-radius: .4rem;
	border-top-left-radius: .4rem;
	border: 1px solid #e0e0e0;
	font-size: 1rem
}

@media (min-width: 992px) {
	.search-results-header {
		font-size: 1.2rem
	}
}

.search-manufacturer {
	max-width: 100%;
	width: 100%
}

@media (min-width: 768px) {
	.search-manufacturer {
		max-width: 20%;
		width: 20%
	}
}

.search-part {
	max-width: 100%;
	width: 100%
}

@media (min-width: 768px) {
	.search-part {
		max-width: 16%;
		width: 16%
	}
}

.search-row {
	border: 1px solid #e0e0e0;
	color: #333;
	border-radius: .6rem;
	-webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 24px rgba(0, 0, 0, .12)
}

@media (min-width: 768px) {
	.search-row {
		border: 0;
		border-bottom: 1px solid #e0e0e0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.search-row .search-part {
	font-size: 1rem
}

@media (min-width: 576px) {
	.search-row .search-part {
		font-size: 1.2rem
	}
}

@media (min-width: 992px) {
	.search-row .search-part {
		font-size: 1.4rem
	}
}

.search-row .search-description {
	font-size: 1rem
}

@media (min-width: 768px) {
	.search-row .search-description {
		font-size: 1.2rem
	}
}

@media (min-width: 992px) {
	.search-row .search-description {
		font-size: 1.4rem
	}
}

.search-row .parameter-title {
	font-size: .8rem
}

.search-description {
	max-width: 100%;
	width: 100%
}

@media (min-width: 768px) {
	.search-description {
		max-width: 25%;
		width: 25%
	}
}

@media (min-width: 992px) {
	.search-description {
		max-width: 32%;
		width: 32%
	}
}

.search-price {
	max-width: 100%;
	width: 100%
}

@media (min-width: 768px) {
	.search-price {
		max-width: 39%;
		width: 39%
	}
}

@media (min-width: 992px) {
	.search-price {
		max-width: 32%;
		width: 32%
	}
}

.search-link {
	width: 10rem;
	min-width: 10rem;
	border: 1px solid #111;
	background-color: #111;
	color: #fff;
	border-radius: .4rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 1.2rem
}

@media (min-width: 768px) {
	.search-link {
		font-size: 1.4rem;
		width: 13rem;
		min-width: 13rem;
		border: 1px solid #bbb;
		background-color: transparent;
		color: #111
	}
}

.search-link:hover {
	border: 1px solid #111;
	background-color: #111;
	color: #fff;
	text-decoration: none
}

.search-found {
	font-size: 1.2rem
}

@media (min-width: 768px) {
	.search-found {
		font-size: 1.4rem
	}
}

.search-price-from {
	font-size: 1rem
}

@media (min-width: 768px) {
	.search-price-from {
		font-size: 1.2rem
	}
}

.search-price-value {
	font-size: 1rem
}

@media (min-width: 576px) {
	.search-price-value {
		font-size: 1.4rem
	}
}

@media (min-width: 992px) {
	.search-price-value {
		font-size: 1.6rem
	}
}

.warehouse-item {
	-webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
	border: 1px solid #e0e0e0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden
}

.warehouse-item:hover {
	-webkit-box-shadow: 0 4px 24px transparent;
	box-shadow: 0 4px 24px transparent;
	border-color: #e0e0e0
}

.warehouse-item.added-to-cart {
	border-color: #c0e8b6
}

.warehouse-item .inc-vat {
	font-size: 1rem
}

.warehouse-item .btn {
	padding: .5rem .7rem;
	font-size: 1.2rem;
	text-transform: unset
}

.warehouse-item .number-input-field, .warehouse-item .number-input-num {
	padding: .6rem 0;
	font-size: 1.2rem
}

.warehouse-item .number-input-btn {
	padding: .4rem 0;
	font-size: 2rem
}

.warehouse-name {
	width: 100%;
	min-width: 100%
}

.warehouse-qty, .warehouse-shipping, .warehouse-sku {
	width: 33.33%;
	min-width: 33.33%
}

@media (min-width: 1200px) {
	.warehouse-qty {
		width: 25%;
		min-width: 25%
	}

	.warehouse-shipping {
		width: 15%;
		min-width: 15%
	}

	.warehouse-name {
		width: 40%;
		min-width: 40%
	}

	.warehouse-sku {
		width: 20%;
		min-width: 20%
	}
}

@media (min-width: 1400px) {
	.warehouse-qty {
		width: 16%;
		min-width: 16%
	}

	.warehouse-shipping {
		width: 10%;
		min-width: 10%
	}

	.warehouse-name {
		width: 27%;
		min-width: 27%
	}

	.warehouse-sku {
		width: 15%;
		min-width: 15%
	}
}

.warehouse-input > * {
	margin-left: 1.5rem;
	margin-bottom: .25rem;
	margin-top: .25rem
}

@media (min-width: 1550px) {
	.warehouse-input > * {
		margin-left: 0
	}

	.warehouse-input {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content
	}
}

.warehouse-api {
	color: #28b352;
	font-size: 1rem
}

.number-input {
	margin: 0;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.warehouse-price-amount {
	font-size: 1.2rem;
	color: #333;
	line-height: 1
}

@media (min-width: 768px) {
	.warehouse-price-amount {
		font-size: 1.4rem
	}
}

@media (min-width: 992px) {
	.warehouse-price-amount {
		font-size: 1.8rem
	}
}

.warehouse-add-block {
	background-color: #f9f9f9;
	padding: 1rem 1.5rem;
	margin-bottom: -1.5rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	width: 100%
}

@media (min-width: 1200px) {
	.warehouse-add-block {
		margin-top: 1rem
	}
}

@media (min-width: 1400px) {
	.warehouse-add-block {
		background-color: transparent;
		margin: 0;
		padding: 0;
		width: auto
	}
}

.page-404 {
	color: #fff;
	background-image: url('/assets/img/404.png');
	height:-webkit-calc(100vh - 3.7rem);
	height:calc(100vh - 3.7rem);
	background-position:center;
	min-height: 30rem
}
@media (min-width: 768px) {
	.page-404 {
		height: -webkit-calc(100vh - 5.2rem);
		height: calc(100vh - 5.2rem)
	}
}

@media (min-width: 1200px) {
	.page-404 {
		height: -webkit-calc(100vh - 5.4rem);
		height: calc(100vh - 5.4rem)
	}
}

@media (min-width: 1550px) {
	.page-404 {
		height: -webkit-calc(100vh - 6.3rem);
		height: calc(100vh - 6.3rem)
	}
}

.title-404 {
	font-size: 12rem;
	opacity: .6;
	line-height: 1
}

@media (min-width: 768px) {
	.title-404 {
		font-size: 28rem
	}
}

@media (min-width: 1200px) {
	.title-404 {
		font-size: 31rem
	}
}

@media (min-width: 1550px) {
	.title-404 {
		font-size: 46rem
	}
}

@media (max-width: 1549px) {
	.content-404 {
		font-size: 1.4rem
	}
}

.copyright {
	color: #565f68;
	background-color: #f5f4f7;
	font-size: 1.2rem
}

@media (min-width: 1200px) {
	.copyright {
		font-size: 1.4rem
	}
}

.copyright a {
	color: #565f68
}

.footer-intro {
	max-width: 55rem;
	margin: 0 auto;
	color: #202427;
	font-size: 1.4rem
}

@media (min-width: 1200px) {
	.footer-intro {
		max-width: 31rem;
		margin: 0;
		font-size: 1.2rem
	}
}

@media (min-width: 1550px) {
	.footer-intro {
		font-size: 1.4rem
	}
}

.social-item {
	width: 3.8rem;
	height: 3.8rem;
	position: relative
}

.social-item svg:last-child {
	position: absolute;
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.social-item:hover svg:last-child {
	z-index: 1;
	opacity: 1
}

.footer-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 3rem
}

@media (min-width: 768px) {
	.footer-title {
		margin-bottom: 2.5rem;
		font-size: 1.6rem
	}
}

@media (min-width: 1200px) {
	.footer-title {
		font-weight: 600
	}
}

@media (min-width: 1550px) {
	.footer-title {
		font-size: 1.8rem
	}
}

.footer-additional .footer-title {
	margin-bottom: 1rem
}

@media (min-width: 768px) {
	.footer-additional .footer-title {
		margin-bottom: .3rem
	}
}

@media (min-width: 1200px) {
	.footer-additional .footer-title {
		margin-bottom: 0
	}
}

.footer-data {
	font-size: 1.4rem;
	text-align: center
}

@media (min-width: 768px) {
	.footer-data {
		text-align: left
	}
}

.footer-data a {
	color: rgba(31, 31, 31, .7);
	text-decoration: none
}

@media (min-width: 768px) {
	.footer-data a {
		font-size: 1.4rem
	}
}

.footer-data:hover {
	color: #1f1f1f;
	text-decoration: none
}

.footer-additional-imgs {
	height: 4rem
}

.footer-additional-imgs img + img {
	margin-left: 1.5rem
}

.footer-logo, .footer-logo svg {
	width: 15.5rem;
	height: auto
}

@media (min-width: 768px) {
	.footer-logo, .footer-logo svg {
		width: 18rem
	}
}

@media (min-width: 1550px) {
	.footer-logo, .footer-logo svg {
		width: 23.8rem
	}
}

#ask-question {
	background-color: #fff
}

.ask-question {
	z-index: 2;
	max-width: 47.8rem;
	position: fixed;
	bottom: 0
}

@media (max-width: 500px) {
	.ask-question {
		max-width: -webkit-calc(100% - 30px);
		max-width: calc(100% - 30px)
	}
}

.ask-question > .btn {
	border-radius: 0;
	background-color: #d2d2d2;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.6rem;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem
}

@media (max-width: 767px) {
	.ask-question > .btn {
		padding: 1.15rem 1.75rem
	}
}

@media (min-width: 1550px) {
	.ask-question > .btn {
		font-size: 1.8rem
	}
}

.ask-question > .btn.collapsed {
	width: auto
}

@media (max-width: 767px) {
	.ask-question > .btn.collapsed {
		width: 5.75rem
	}

	.ask-question > .btn.collapsed .ml-3 {
		display: none
	}
}

.ask-question > .btn.collapsed .close, .slick-slide.slick-loading img {
	display: none
}

@media (min-width: 768px) {
	.ask-question > .btn.collapsed {
		font-size: 1rem;
		padding: 1rem 1.5rem
	}

	.ask-question > .btn.collapsed svg {
		width: 17px;
		height: 14px
	}
}

.ask-question-form {
	padding: 1.4rem 2.5rem;
	border: 1px solid #d2d2d2
}

.ask-question-form .form-control {
	font-size: 1.4rem
}

@media (max-width: 767px) {
	.ask-question-form .form-group {
		margin-bottom: 1rem
	}

	.ask-question-form .form-control {
		padding: .5rem 2rem;
		max-height: 9rem
	}
}

@media (min-width: 768px) {
	.ask-question-form {
		padding: 2rem 5rem 3rem
	}
}

.leave-question {
	color: #000
}

@media (max-width: 1199px) {
	.leave-question {
		font-size: 1.4rem
	}
}

.cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #575757;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .16);
	z-index: 11;
	color: #fff;
	font-size: 1.2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}

@media (min-width: 1550px) {
	.cookie-banner {
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-size: 1.4rem
	}
}

.cookie-banner a {
	color: #fff;
	text-decoration: underline
}

.btn-close-cookie {
	color: #fff;
	border-color: #fff;
	padding: .5rem 2rem
}

.slick-list, .slick-slider {
	position: relative;
	display: block
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-initialized .slick-slide, .slick-slide img {
	display: block
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}