*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	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
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

.alert-danger {
	z-index: 9999
}

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=datetime-local],
input[type=month],
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: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

@-ms-viewport {
	width: device-width
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:1060px) {
	.container {
		max-width: 1030px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-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-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1060px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-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-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1060px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1060px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-slide-bottom .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.mfp-slide-bottom.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-slide-bottom.mfp-removing .mfp-with-anim {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: orange;
	color: #fff
}

::selection {
	background-color: orange;
	color: #fff
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

svg {
	fill: currentColor
}

.clear {
	color: #fff
}

.red {
	color: #c22228
}

body {
	font-size: 16px;
	min-width: 300px;
	position: relative;
	line-height: 1.2;
	font-family: "Arial", sans-serif;
	color: #3a3a3a;
	opacity: 1
}

.mg5 {
	margin-top: 5px
}

.mg10 {
	margin-top: 10px
}

.mg15 {
	margin-top: 15px
}

.mg20 {
	margin-top: 20px
}

.mg25 {
	margin-top: 25px
}

.mg30 {
	margin-top: 30px
}

.mg40 {
	margin-top: 40px
}

.mg50 {
	margin-top: 50px
}

.up {
	text-transform: uppercase
}

.old {
	text-decoration: line-through
}

.bold {
	font-weight: 700
}

.semi {
	font-weight: 500
}

.light {
	font-weight: 300
}

.purple {
	color: #855386
}

.blue {
	color: #00b4c8
}

.red {
	color: #e31611
}

.block1 {
	background: url(../images/b1.jpg) no-repeat center top;
	height: 1197px
}

.block1 .container {
	position: relative;
	padding-top: 45px;
	padding-left: 130px
}

.b1-header {
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 40px
}

.b1-header b {
	text-transform: uppercase
}

.b1-subheader {
	font-size: 52px;
	color: #00b4c8;
	font-weight: 700;
	text-transform: uppercase
}

.b1-under-subheader {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 30px
}

.b1-under-subheader__text {
	position: relative;
	z-index: 2
}

.b1-under-subheader::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #f2a2a2;
	bottom: 0;
	left: 0;
	width: 100%
}

.b1-list {
	margin-bottom: 30px
}

.b1-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px
}

.b1-list__item+.b1-list__item {
	margin-top: 15px
}

.b1-list__img {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.b1-list__tx {
	margin-left: 15px
}

.b1-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.b1-container .left {
	margin-right: 30px
}

.b1-action {
	width: 380px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.b1-package {
	/* margin-left: -152px */
}

.b1-action-form {
	background-color: #07dada;
	-webkit-box-shadow: 0 0 12px 0 rgba(173, 167, 161, .3);
	box-shadow: 0 0 12px 0 rgba(173, 167, 161, .3);
	border-radius: 20px;
	position: relative
}

.b1-action-form__header {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 30px;
	font-weight: 700
}

.b1-action-form__sale {
	background: #f2a2a2;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 10px
}

.b1-action-form__sale .big {
	font-size: 36px;
	display: block
}

.b1-action-form__container {
	padding: 15px 40px 30px 40px
}

.b1-action-form__label {
	display: block
}

.b1-action-form__label+.b1-action-form__label {
	margin-top: 10px
}

.b1-action-form__label+.button {
	margin-top: 20px
}

.input {
	display: block;
	width: 100%;
	height: 48px;
	background: #f7f7f7;
	border: 1px solid #c7c7c7;
	border-radius: 10px;
	margin-top: 3px;
	padding: 0 0 0 10px
}

.input:focus {
	outline: 0;
	padding: 0 10px
}

.button {
	position: relative;
	z-index: 3;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 100%;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	border: none;
	text-transform: uppercase;
	padding: 20px;
	background-color: #ed362e;
	border-radius: 30px
}

.button:focus {
	outline: 0
}

.__js-scroll-form:hover {
	text-decoration: none;
}

.b1-action-sale {
	margin-top: 30px;
	padding-left: 60px
}

.b1-action-sale__head {
	color: #e41712;
	font-size: 24px;
	font-weight: 700
}

.b1-action-sale__new-price {
	color: #e41712;
	font-size: 50px;
	font-weight: 700
}

.b1-action-sale__old-price {
	font-size: 20px;
	text-decoration: line-through
}

.block2 {
	padding-bottom: 80px;
	/* margin-top: -140px */
}

.block2__header {
	font-size: 48px;
	color: #111538;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	text-align: center
}

.block2__header-text {
	position: relative;
	z-index: 2
}

.block2__header::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #fce9e9;
	bottom: 0;
	left: 0;
	width: 100%
}

.block2__subtitle {
	font-size: 30px;
	color: #21afbf;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px
}

.block2__text {
	font-size: 24px;
	text-align: center
}

.block2__containter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px
}

.block2-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px
}

.block2-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.block2-list__item+.block2-list__item {
	margin-top: 50px
}

.block2-list__counter {
	width: 70px;
	height: 70px;
	background-color: #e31611;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	position: relative
}

.block2-list__counter::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 70px;
	height: 70px;
	border: 1px solid #f2a2a2
}

.block2-list__header {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #e31611
}

.block2-list__text {
	font-size: 18px
}

.block-sos {
	background-color: #fff9f9
}

.block-sos .container {
	padding-top: 80px;
	padding-bottom: 80px
}

.block-sos-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.block-sos-content__sos {
	font-size: 72px;
	color: #e31611;
	font-weight: 700;
	margin-right: 60px;
	text-transform: uppercase
}

.block-sos-content__text {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700
}

.block3 {
	height: 844px;
	background: url(../images/b2.jpg) no-repeat center top
}

.block3 .container {
	padding-top: 70px;
	position: relative
}

.b3-header {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 180px
}

.b3-header__text {
	position: relative;
	z-index: 2
}

.b3-header::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #99eaee;
	bottom: 0;
	left: 0;
	width: 100%
}

.b3-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -70px
}

.b3-list__item {
	width: 50%;
	margin-top: 60px;
	text-align: center
}

.b3-list__item:first-child {
	padding-right: 200px
}

.b3-list__item:nth-child(2) {
	padding-left: 200px
}

.b3-list__item:nth-child(3) {
	padding-left: 80px;
	padding-right: 40px
}

.b3-list__item:last-child {
	padding-right: 80px;
	padding-left: 40px
}

.b3-list__header {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase
}

.b3-list__text {
	font-size: 20px
}

.b3-img {
	position: absolute;
	top: 175px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.block4 {
	background: url(../images/b3.jpg) no-repeat center bottom;
	height: 1182px
}

.block4 .container {
	padding-top: 80px;
	position: relative
}

.block4 .button {
	width: 280px;
	display: block;
	margin-top: 24px;
	margin-left: 525px;
	text-align: center;
}

.b4-header {
	width: 500px;
	font-size: 36px;
	font-weight: 700
}

.b4-header__subtitle {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	width: 650px;
	position: relative;
	margin-bottom: 30px
}

.b4-header__subtitle-text {
	position: relative;
	z-index: 2
}

.b4-header__subtitle::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #fac8c9;
	bottom: 0;
	left: 0;
	width: 100%
}

.b4-list {
	width: 780px
}

.b4-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.b4-list__item:nth-child(2) {
	padding-left: 180px
}

.b4-list__item:last-child {
	padding-left: 330px
}

.b4-list__item::after {
	content: '';
	height: 1px;
	background-color: #0d0d0d;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.b4-list__item+.b4-list__item {
	margin-top: -25px
}

.b4-list__text {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

.b4-list__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.b4-list__img::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #fff
}

.block5 {
	margin-top: -300px
}

.block5 .container {
	position: relative;
	padding-bottom: 50px
}

.block5-header {
	margin-bottom: 70px
}

.block5-header__top {
	font-size: 49px;
	font-weight: 700;
	text-transform: uppercase
}

.block5-header__bottom {
	font-weight: 700;
	font-size: 24px
}

.block5-header__footer {
	font-size: 36px;
	color: #00b4c8;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
	width: 770px
}

.block5-header__footer-text {
	position: relative;
	z-index: 2
}

.block5-header__footer::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #caecf0;
	bottom: 0;
	left: 0;
	width: 100%
}

.block5-header__content {
	margin-left: 560px;
}

.block5-header__content p {
	margin: 0;
	font-size: 24px
}

.block5-header__content p:first-child {
	margin-left: -130px
}

.block5-header__content p+p {
	margin-top: 40px
}

.block5-header__content p:last-of-type {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #e31611;
	margin-bottom: 50px
}

.block5-img {
	position: absolute;
	top: 250px;
	left: -50px
}

.block5-img__after,
.block5-img__before {
	font-size: 36px;
	font-weight: 700;
	position: absolute
}

.block5-img__before {
	top: -20px;
	left: 245px
}

.block5-img__after {
	bottom: -25px;
	left: 220px
}

.block5-subheader {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	position: relative
}

.block5-subheader-text {
	position: relative;
	z-index: 2
}

.block5-subheader::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #caecf0;
	bottom: 0;
	left: 0;
	width: 100%
}

.block5-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.block5-list__item {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.block5-list__item:nth-child(2n) .block5-list-picture {
	background-color: #bffdfd
}

.block5-list__item:last-child {
	margin-left: auto;
	margin-right: auto
}

.block5-list-picture {
	height: 200px;
	width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 50px;
	background-color: #ffcccd;
	padding-top: 20px;
	position: relative;
	border-radius: 30px
}

.block5-list-picture__header {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 0 10px
}

.block5-list-picture__img {
	position: absolute;
	top: 90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.block5-list__text {
	padding: 0 20px;
	text-align: center
}

.block6 {
	height: 1029px;
	background: url(../images/b4.jpg) no-repeat center
}

.block6 .container {
	padding-top: 80px;
	position: relative
}

.block6 .right {
	margin-left: 370px
}

.b6__prof-txt {
	width: 100%
}

.b6__header {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px
}

.b6__header .big {
	font-size: 42px;
	display: block
}

.b6__text {
	font-size: 20px
}

.b6__text p+p {
	margin-top: 15px
}

.b6__prof {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px
}

.b6__sign {
	margin-top: 10px
}

.block8 {
	background: #f3f3f3
}

.block8 .container {
	padding-top: 45px;
	padding-bottom: 45px
}

.b8-container {
	border: 2px solid #8050a4;
	padding: 40px;
	height: 298px;
	background: url(../img/shape.png) no-repeat top right
}

.b8-wrap {
	width: 485px;
	position: relative
}

.b8__header {
	font-size: 36px;
	color: #da4750;
	font-weight: 700;
	margin-bottom: 20px
}

.b8__pack {
	width: 553px;
	height: 339px;
	background: url(../img/pack3.png) no-repeat center;
	top: -54px;
	right: -600px;
	position: absolute
}

.block9 .container {
	padding-top: 45px;
	padding-bottom: 45px
}

.block10 {
	height: auto;
	background-size: cover;
	padding-bottom: 20px;
}

.b9__header {
	text-align: center;
	font-size: 36px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700
}

.b9-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.b9-list__item {
	width: 25%;
	text-align: center
}

.b9-list__header {
	font-size: 24px;
	color: #00b4c8;
	padding: 0 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700
}

.b9-list__text {
	font-size: 18px;
	padding: 0 15px
}

.block7 {
	margin-top: -350px
}

.b7-header {
	font-size: 44px;
	text-transform: uppercase;
	color: #00b4c8;
	font-weight: 700;
	text-align: right
}

.b7-header .big {
	font-size: 60px;
	display: block
}

.b7-header__subtitle {
	font-size: 44px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width: 590px;
	margin-left: auto;
	text-align: center;
	margin-bottom: 60px
}

.b7-header__subtitle-text {
	position: relative;
	z-index: 2
}

.b7-header__subtitle::after {
	content: '';
	position: absolute;
	height: 20px;
	background: #fce9e9;
	bottom: 0;
	left: 0;
	width: 100%
}

.review-list {
	margin-bottom: 30px
}

.review-list__item {
	width: 100%;
	border: 1px solid #f2a2a2;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px
}

.review-list__header {
	background-color: #f2a2a2;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 350px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px
}

.review-list__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 140px;
	padding-top: 20px
}

.review-list__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.review-list__name {
	font-size: 24px
}

.review-list__text {
	font-size: 20px;
	line-height: 1.4;
	padding: 0 40px
}

.review-list.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	border: 1px solid #f2a2a2;
	background: 0 0
}

.review-list.owl-theme .owl-dots .owl-dot.active span,
.review-list.owl-theme .owl-dots .owl-dot:hover span {
	background: #f2a2a2
}

.review-list.owl-theme .owl-dots .owl-dot:focus {
	outline: 0
}

.mobile {
	display: none
}

.timer {
	margin-top: 15px
}

.timer.full-width {
	width: 100%;
	margin-right: 0
}

.timer__header {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px
}

.timer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.timer__item+.timer__item {
	margin-left: 40px
}

.timer__item-tx {
	font-size: 40px;
	font-weight: 700;
	line-height: 1
}

.timer__item-label {
	font-size: 14px;
	text-align: center;
	margin-top: -5px
}

.footer {
	margin-top: -100px
}

.footer .container {
	padding-top: 20px;
	padding-bottom: 20px
}

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-right {
	margin-top: -70px
}

.footer-left {
	width: 430px;
	font-weight: 700
}

.footer__text {
	text-align: center
}

.overflow {
	overflow: hidden
}

@media (max-width:1059.98px) {
	.block1 {
		background: #ffecec;
		height: auto
	}

	.pc {
		display: none
	}

	.mobile {
		display: block
	}

	.block1 .container {
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 15px
	}

	.b1-header b {
		font-size: 24px;
		display: block
	}

	.b1-header {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}

	.b1-subheader {
		font-size: 33px
	}

	.b1-container .left {
		margin-right: 0;
		text-align: center;
	}

	.b1-list {
		max-width: 300px;
		display: block;
		margin: 0 auto 30px;
	}

	.b1-under-subheader {
		font-size: 25px
	}

	.b1-under-subheader::after {
		height: 10px
	}

	.b1-list__tx {
		font-size: 16px
	}

	.b1-container {
		display: block
	}

	.b1-package {
		margin-left: 0;
		        margin-bottom: 20px;
		width: 100%
	}

	.b1-package img {
/*		width: 100%;*/
		max-height: 300px;
        height: 100%;
	}

	.b1-action-sale {
		padding-left: 0;
		margin-top: 0
	}

	.block2 {
		margin-top: 0
	}

	.b1-action.mobile-first-screen {
		width: 100%;
		text-align: center
	}

	.block2 .container {
		padding-top: 20px;
		padding-bottom: 40px
	}

	.block2__header-text {
		font-size: 24px;
		padding: 0 20px
	}

	.block2__header::after {
		height: 10px
	}

	.block2__subtitle {
		font-size: 16px
	}

	.block2__text {
		font-size: 16px
	}

	.block2__containter {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.block2-img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}

	.block2-img img {
		width: 100%
	}

	.block2-list__header {
		font-size: 16px
	}

	.block2-list__text {
		font-size: 16px
	}

	.block2 {
		padding-bottom: 0
	}

	.block-sos .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.block-sos-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center
	}

	.block-sos-content__sos {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.block3 {
		background: #9bf2f2;
		height: auto
	}

	.block3 .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.b3-header {
		font-size: 24px;
		padding: 0 30px;
		margin-bottom: 30px
	}

	.b3-img {
		display: none
	}

	.b3-list {
		margin-top: -40px
	}

	.b3-list__item {
		width: 100%
	}

	.b3-list__item:first-child {
		padding-right: 0
	}

	.b3-list__item:nth-child(2) {
		padding-left: 0
	}

	.b3-list__item {
		margin-top: 40px
	}

	.b3-list__item:nth-child(3) {
		padding: 0
	}

	.b3-list__item:last-child {
		padding: 0
	}

	.block4 {
		height: auto;
		background: #ffcccd
	}

	.block4 .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.b4-header__subtitle {
		width: 100%;
		font-size: 24px;
		text-align: center
	}

	.b4-header {
		width: 100%;
		font-size: 24px;
		text-align: center
	}

	.b4-list__item::after {
		display: none
	}

	.b4-list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -40px
	}

	.b4-list__item {
		width: 50%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.b4-list__item {
		margin-top: 40px
	}

	.b4-list__item+.b4-list__item {
		margin-top: 40px
	}

	.b4-list__text {
		margin-right: 0
	}

	.b4-list__img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 10px
	}

	.b4-list__item:nth-child(2) {
		padding-left: 0
	}

	.b4-list__item:last-child {
		padding-left: 0
	}

	.block5 {
		margin-top: 0
	}

	.block5 .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.block5-header__top {
		font-size: 44px;
		text-align: center
	}

	.block5-header__footer {
		font-size: 24px;
		width: 100%;
		text-align: center
	}

	.block5-header__bottom {
		text-align: center
	}

	.block5-header {
		margin-bottom: 40px
	}

	.block5-img {
		position: initial;
		width: 100%
	}

	.block5-img img {
		width: 100%
	}

	.block5-img__before {
		display: none
	}

	.block5-img__after {
		display: none
	}

	.block5-header__content {
		margin-left: 0;
		margin-top: 30px
	}

	.block5-header__content p+p {
		margin-top: 20px
	}

	.block5-header__content p:first-child {
		margin-left: 0
	}

	.block5-header__content p {
		font-size: 16px
	}

	.block4 .button {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		display: block
	}

	.block5-header__content {
		margin-bottom: 40px
	}

	.block5-subheader {
		font-size: 24px
	}

	.block5-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.block5-list__item {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}

	.block5-list-picture {
		margin-bottom: 40px
	}

	.block5-list__item:nth-child(2n) .block5-list__text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 0
	}

	.block5-list__item+.block5-list__item {
		margin-top: 30px
	}

	.block6 {
		background: #9bf2f2;
		height: auto
	}

	.block6 .right {
		margin-left: 0
	}

	.b6__header {
		font-size: 24px;
		text-align: center
	}

	.b6__header .big {
		font-size: 24px
	}

	.block6 .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.b6__text {
		font-size: 16px
	}

	.block7 {
		margin-top: 0
	}

	.block7 .container {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.b6__prof {
		text-align: center
	}

	.b7-header {
		font-size: 24px;
		text-align: center
	}

	.b7-header .big {
		font-size: 24px
	}

	.b7-header__subtitle {
		font-size: 24px;
		width: 100%;
		text-align: center
	}

	.review-list__header {
		width: 100%
	}

	.review-list__data {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-top: 90px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}

	.review-list__name {
		font-size: 16px;
		text-align: center
	}

	.review-list__avatar {
		margin-right: 0
	}

	.review-list__text {
		font-size: 16px
	}

	.b9-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: -20px
	}

	.b9-list__item {
		width: 100%;
		margin-top: 20px
	}

	.b1-action {
		width: 100%
	}

	.button {
		font-size: 18px
	}

	.footer {
		margin-top: 0
	}

	.b1-action-sale {
		margin-top: 20px;
		text-align: center
	}

	.footer-left {
		width: 100%
	}

	.footer-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer-right {
		margin-top: 0;
		text-align: center
	}
}

#mop_holder .mop_col img.prod_img {
	padding-top: 80px
}

.red-tooltip+.tooltip>.tooltip-inner {
	background-color: red
}

.red-tooltip+.tooltip.top>.tooltip-arrow {
	border-top-color: red
}

.mop_input {
	color: #000 !important;
	background: #fff !important
}

#mop_holder {
	position: fixed;
	display: none;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(44%, #999), to(#666));
	background: linear-gradient(to bottom, #ccc 0, #999 44%, #666 100%);
	border-radius: 15px;
	padding: 10px;
	z-index: 9999;
	-webkit-box-shadow: 0 0 30px #888;
	box-shadow: 0 0 30px #888
}

#mop_holder .mop_col {
	width: 49%;
	padding: 0;
	float: left;
	text-align: center;
	overflow: hidden
}

#mop_holder .mop_col_left {
	width: 40%
}

#mop_holder .mop_padder {
	padding: 10px
}

#mop_holder .mop_col_right {
	width: 59%
}

#mop_holder .mop_full {
	width: 100%;
	padding: 20px;
	text-align: center
}

#mop_holder .mop_col img.prod_img {
	width: 100%;
	height: auto
}

#mop_holder a {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer
}

#mop_holder .mop_buynowbtn {
	padding: 10px 20px;
	background: red;
	border-radius: 8px;
	text-shadow: 1px 1px 5px #a9a9a9;
	font-size: 18px;
	line-height: 1.5em
}

#mop_holder input {
	border-radius: 8px;
	margin: 2px;
	padding: 7px;
	width: 90%;
	border: solid 1px gray
}

#mop_holder .mop_form-row {
	padding: 3px
}

#mop_holder a.mop_close {
	position: absolute;
	top: 10px;
	right: 15px
}

#mop_holder .mop_full .mop_form-row {
	width: 50%;
	float: left;
	text-align: center
}

#mop_holder .mop_text {
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 130%
}

#mop_holder .mop_footer {
	font-size: 12px;
	color: #fff;
	text-align: center
}

#mop_holder .mop_header {
	margin: 5px 30px;
	padding: 10px;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: #ffc000;
	border: solid 1px #f79646;
	font-weight: 700;
	border-radius: 4px
}

#mop_holder .buynow {
	margin: 0 !important
}

@media (max-width:1000px) {
	#mop_holder {
		display: none !important
	}
}

.kmacb-form2 .modal-block .title {
	font-size: 17px !important
}

.scroll-form:hover {
	text-decoration: none;
	color: #fff;
}

.phone-wrapper{
	display: flex;
    gap: 5px;
}

.phone-wrapper .phone-code {

    flex: 0 0 65px;
    padding: 0px 10px;
    opacity: 0.85;
    pointer-events: none;


    width: 25%;
    background: #fff;
        border: 1px solid #c7c7c7;
        border-radius: 10px;
}