/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@-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: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
.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: -10px;
	margin-left: -10px;
	gap: 20px 0;
}

.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, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.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.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.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.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

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

.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.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

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

.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.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

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

.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.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@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.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.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.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.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.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.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.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.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.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}
@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.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.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.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.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.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.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.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.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.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 992px) {
	.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.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.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.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.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.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.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.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.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.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
.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: 992px) {
	.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 (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-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 {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	    align-self: auto !important;
}

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

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

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	    align-self: center !important;
}

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

.align-self-stretch {
	-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 {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		    align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-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 {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		    align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		    align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.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 {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		    align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		    align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		    align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		    align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		    align-self: stretch !important;
	}
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.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(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-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 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms 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("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms 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-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	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 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* OWL & BOOTSTRAP & FONTS */
body {
	margin: 0;
	line-height: 1.2;
	font-size: 16px;
	color: #121212;
	font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 12px;
	}
}

input, textarea, select, button {
	outline: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Manrope", sans-serif;
}

input, textarea, select {
	display: block;
	width: 100%;
	line-height: 58px;
	height: 60px;
	border: 1px solid #F4F4F4;
	border-radius: 6px;
	background: #F4F4F4;
	padding: 0 16px;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
input:hover, textarea:hover, select:hover {
	border-color: rgba(18, 18, 18, 0.1019607843);
}
input:focus, textarea:focus, select:focus {
	border-color: rgba(18, 18, 18, 0.2392156863);
}
input.error, textarea.error, select.error {
	border-color: #E73420;
	background: rgba(231, 52, 32, 0.08);
}
@media screen and (max-width: 767px) {
	input, textarea, select {
		line-height: 43px;
		height: 45px;
		font-size: 12px;
	}
}

textarea {
	line-height: 1.2;
	padding: 16px;
	height: 150px;
	resize: none;
}

.formGroup {
	display: block;
}
.formGroup-title {
	display: block;
	margin-bottom: 10px;
}
.formGroup-error {
	color: #E73420;
	display: block;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.formGroup-error {
		font-size: 10px;
	}
}

button {
	cursor: pointer;
}

img {
	max-width: 100%;
}

a {
	color: #F68627;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 500;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 28px;
	margin: 50px 0 40px;
}
h1.padding {
	padding-right: 80px;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 18px;
		margin: 30px 0 25px;
	}
}

h2 {
	font-size: 28px;
	margin: 60px 0 40px;
}
h2.padding {
	padding-right: 80px;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 18px;
		margin: 30px 0 25px;
	}
}

p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 600;
}

blockquote {
	background: #F4F4F4;
	border-radius: 6px;
	font-size: 16px;
	margin: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
blockquote:before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 0;
	width: 2px;
	background: #F68627;
}
blockquote.full {
	height: 100%;
}
@media screen and (max-width: 767px) {
	blockquote {
		font-size: 14px;
	}
}

.blockquote {
	margin-top: 30px;
}

.blockin {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

/* HEADER */
.header {
	background: #fff;
}
.header.open .header__menu {
	display: none !important;
}
.header.open .header__search {
	display: none;
}
.header.open .search {
	display: block;
}
.header.open > .d-flex {
	gap: 8px;
}
.header__top.fixed {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #121212;
	font-weight: 600;
	gap: 12px;
}
.header__logo img {
	max-width: 70px;
	min-width: 70px;
}
.header__logo span {
	opacity: 0.6;
	width: 100px;
}
.header__top {
	height: 85px;
	background: #F4F4F4;
	position: sticky;
	top: 0;
	z-index: 9;
}
.header__block {
	padding-left: 24px;
	font-size: 14px;
	color: #121212;
	font-weight: 600;
}
.header__map {
	background: url(../images/h-map.svg) 0 50% no-repeat;
}
.header__work {
	background: url(../images/h-work.svg) 0 50% no-repeat;
	opacity: 0.6;
}
.header__mail {
	background: url(../images/h-mail.svg) 0 50% no-repeat;
}
.header__phone {
	background: url(../images/h-phone.svg) 0 50% no-repeat;
}
.header__menu {
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
	max-width: 920px;
}
.header__menu > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__menu > ul > li {
	position: relative;
}
.header__menu > ul > li:hover ul {
	visibility: visible;
	opacity: 1;
}
.header__menu > ul > li:hover > a {
	color: #F68627;
}
.header__menu > ul > li:hover > a span {
	-webkit-transform: scaleY(-1);
	        transform: scaleY(-1);
}
.header__menu > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	color: #121212;
	font-weight: 500;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__menu > ul > li > a span {
	min-width: 10px;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url(../images/menu-arrow.svg) 50% 50% no-repeat;
}
.header__menu > ul > li ul {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	top: 100%;
	left: 50%;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 40px 25px 25px;
	margin: 0;
	list-style: none;
}
.header__menu > ul > li ul:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.header__menu > ul > li ul li {
	position: relative;
	margin-top: 15px;
}
.header__menu > ul > li ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #2A2A2A;
}
.header__menu > ul > li ul li a:hover {
	color: #F68627;
}
.header__search {
	min-width: 48px;
	height: 48px;
	width: 48px;
	background: #F1F1F1 url(../images/search.svg) 50% 50% no-repeat;
	border-radius: 6px;
	border: 0;
}
.header__bottom {
	min-height: 88px;
	white-space: nowrap;
	position: sticky;
	top: 85px;
	z-index: 2;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__bottom .d-flex {
	gap: 30px;
}
.header__bottom > .d-flex {
	gap: 8px;
}
.header__bottom-right {
	gap: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 991px) {
	.header.fixed {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.header__bottom {
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	.header.open .header__logo {
		display: none !important;
	}
	.header__bottom {
		white-space: normal;
		min-height: 60px;
		position: relative;
		top: auto;
	}
	.header__logo {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		font-size: 10px;
		color: #121212;
		gap: 8px !important;
	}
	.header__logo img {
		max-width: 52px;
		min-width: 52px;
	}
	.header__logo span {
		opacity: 1;
		width: 130px;
	}
	.header__top {
		height: 37px;
	}
	.header__block {
		font-size: 11px;
	}
	.header .footer__soc {
		gap: 6px;
	}
	.header .footer__soc a {
		max-width: 21px;
	}
	.header__search {
		width: 36px;
		height: 36px;
		min-width: 36px;
		background-size: 20px 20px;
	}
}

.search {
	display: none;
	width: 100%;
	position: relative;
}
.search input {
	height: 48px;
	line-height: 46px;
	padding-left: 40px;
	background: #F1F1F1 url(../images/search-icon.svg) 16px 16px no-repeat;
}
.search input:focus + div {
	display: block;
}
.search__list {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	padding: 20px;
	background: #F1F1F1;
	border-radius: 6px;
	display: none;
}
.search__list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.search__list ul li {
	margin-top: 20px;
}
.search__list ul li:first-child {
	margin: 0;
}
.search__list ul li a {
	color: #121212;
	font-weight: 500;
}
.search__list ul li a:hover {
	color: #F68627;
}
@media screen and (max-width: 767px) {
	.search input {
		line-height: 36px;
		height: 36px;
		background-position: 10px 10px;
		padding-left: 35px;
	}
	.search__list {
		padding: 16px;
	}
	.search__list ul li {
		margin-top: 15px;
	}
}

.burger {
	width: 20px;
	position: relative;
	cursor: pointer;
	height: 15px;
	display: block;
}
.burger__wrap {
	min-width: 36px;
	height: 36px;
	width: 36px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F68627;
	border: 0;
	border-radius: 6px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
	top: 0px;
}
.burger span:nth-child(2), .burger span:nth-child(3) {
	top: 6px;
	width: 70%;
	margin-left: auto;
	left: 30%;
}
.burger span:nth-child(4) {
	top: 12px;
}
.burger.open span:nth-child(1) {
	top: 6px;
	width: 0%;
	left: 50%;
}
.burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	width: 100%;
}
.burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	width: 100%;
}
.burger.open span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%;
}

.mobile {
	background: rgba(18, 18, 18, 0.5019607843);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.mobile.open {
	visibility: visible;
	opacity: 1;
}
.mobile.open .mobile__wrap {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.mobile__wrap {
	max-width: 260px;
	margin-left: auto;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	padding: 20px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}
.mobile__close {
	width: 45px;
	height: 45px;
	background: #F4F4F4 url(../images/closebut.svg) 50% 50% no-repeat;
	border-radius: 2px;
	border: 0;
}
.mobile__block {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #ECECEC;
}
.mobile__block-title {
	font-weight: 600;
	margin-bottom: 14px;
}
.mobile__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 14px;
	margin-bottom: 20px;
}
.mobile__tel a {
	font-size: 20px;
	color: #76787A;
}
.mobile__menu {
	margin-top: 30px;
}
.mobile__menu > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile__menu > ul > li {
	margin-top: 20px;
}
.mobile__menu > ul > li:first-child {
	margin: 0;
}
.mobile__menu > ul > li > a {
	font-size: 14px;
	color: #141414;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
}
.mobile__menu > ul > li > a span {
	min-width: 10px;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url(../images/menu-arrow.svg) 50% 50% no-repeat;
}
.mobile__menu > ul > li > a.active span {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.mobile__menu > ul > li ul {
	display: none;
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}
.mobile__menu > ul > li ul li {
	margin-top: 18px;
}
.mobile__menu > ul > li ul li:first-child {
	margin: 0;
}
.mobile__menu > ul > li ul li a {
	color: #76787A;
}

/* HEADER */
/* CONTENT */
.siteButton {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 48px;
	background: #F68627;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	color: #FAFAFA;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.siteButton:hover {
	background: #CE650B;
}
.siteButton.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.siteButton.medium {
	font-size: 16px;
	min-height: 60px;
}
.siteButton.white {
	color: #fff;
	border: 1px solid #fff;
	background: none;
}
.siteButton.white:hover {
	background: #fff;
	color: #121212;
}
.siteButton.orange {
	background: #F63F27;
}
.siteButton.padding {
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.siteButton {
		font-size: 12px;
		min-height: 45px;
	}
	.siteButton.medium {
		min-height: 45px;
	}
}

.pageText__block {
	line-height: 1.5;
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.owl-carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	font-size: 0;
	line-height: 0;
}
.owl-carousel .owl-nav div {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
}
.owl-carousel .owl-nav div:first-child {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	margin-top: 40px;
}
.owl-carousel .owl-dots div {
	cursor: pointer;
	width: 34px;
	height: 2px;
	background: rgba(18, 18, 18, 0.2196078431);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 2px;
}
.owl-carousel .owl-dots div.active {
	background: #121212;
	width: 10px;
}
@media screen and (max-width: 767px) {
	.owl-carousel .owl-dots {
		margin-top: 20px;
	}
	.owl-carousel .owl-nav {
		gap: 24px;
	}
	.owl-carousel .owl-nav div {
		width: 21px;
		height: 21px;
	}
}

.content {
	padding: 20px 0 60px;
}
@media screen and (max-width: 767px) {
	.content {
		padding-bottom: 32px;
	}
}

.path {
	font-size: 12px;
	color: rgba(42, 42, 42, 0.8);
}
.path a, .path span {
	color: rgba(42, 42, 42, 0.4);
}
.path a:hover {
	color: #F68627;
}
.path span {
	margin: 0 5px;
}

.pageBlocks {
	overflow: hidden;
	padding: 60px 0;
}
.pageBlocks__block {
	margin-top: 60px;
}
.pageBlocks__block:first-child {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.pageBlocks {
		padding: 30px 0;
	}
	.pageBlocks__block {
		margin-top: 60px;
	}
}

.detail__img {
	display: block;
	width: 100%;
	padding: 23px;
	background: #EEEEEE;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.detail__price {
	font-size: 24px;
	font-weight: bold;
	padding-left: 28px;
	margin-bottom: 30px;
}
.detail__left {
	margin: 0 -5px;
}
.detail__left > div {
	padding: 0 5px;
}
@media screen and (max-width: 991px) {
	.detail__left {
		gap: 8px;
	}
	.detail__price {
		padding: 0;
		font-size: 18px;
		margin-bottom: 25px;
	}
}

.table {
	overflow-x: auto;
}
.table table {
	width: 100%;
	border: 1px solid #E6E6E6;
	background: #F6F6F6;
	border-radius: 6px;
	border-spacing: 0;
}
.table table th {
	height: 60px;
	padding: 10px 20px;
	border-left: 1px solid #E7E7E7;
	text-align: left;
}
.table table th:first-child {
	border-left: 0;
}
.table table td {
	height: 60px;
	padding: 10px 20px;
	border-left: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
}
.table table td:first-child {
	border-left: 0;
}
.table table tr:first-child td, .table table tr:first-child th {
	border-top: 0;
}
.table strong {
	font-weight: 600;
}
.table__info {
	color: #F68627;
}
.table__center {
	text-align: center;
}
.table__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 14px 20px;
}
.table .showMob {
	display: none;
}
@media screen and (max-width: 767px) {
	.table table {
		font-size: 13px;
	}
	.table table th {
		padding: 5px;
		height: 40px;
		text-align: center;
	}
	.table table td {
		padding: 5px;
		height: 40px;
	}
	.table__button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.table__button .siteButton {
		width: 100%;
	}
}
@media screen and (max-width: 350px) {
	.table .hideMob {
		display: none;
	}
	.table .showMob {
		display: initial;
	}
}

.premium {
	padding: 20px;
	background: #F4F4F4;
	height: 100%;
	border-radius: 6px;
	line-height: 1.3;
}
@media screen and (min-width: 992px) {
	.premiumRow > .col-lg-4 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 20%;
		        flex: 0 0 20%;
		max-width: 20%;
	}
}
.premium__img {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F68627;
	border-radius: 6px;
	margin-bottom: 26px;
}
.premium__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	margin-bottom: 25px;
	color: rgba(18, 18, 18, 0.3019607843);
	font-weight: 800;
}
.premium__top .premium__img {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.premium {
		padding: 15px;
	}
	.premium__img {
		margin-bottom: 15px;
	}
	.premiumRow {
		margin: 0 -5px;
		gap: 10px 0;
	}
	.premiumRow > div {
		padding: 0 5px;
	}
	.premium__top {
		margin-bottom: 15px;
		gap: 12px;
	}
}

.gost {
	min-height: 118px;
	gap: 30px;
	background: #F4F4F4;
	border-radius: 6px;
	padding: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.gost__img {
	min-width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gost__title {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}
.gost__text {
	color: rgba(18, 18, 18, 0.8588235294);
}
@media screen and (max-width: 767px) {
	.gost {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 10px;
	}
	.gost__img {
		max-width: 30px;
		min-width: 30px;
	}
}

.siteForm {
	background: rgba(20, 20, 20, 0.8509803922) url(../images/site-form.jpg) 50% 50% no-repeat;
	background-size: cover;
	min-height: 475px;
	color: #fff;
	position: relative;
	padding: 32px 0;
	overflow: hidden;
}
.siteForm:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.03))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#141414));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #141414 100%);
}
.siteForm h2 {
	font-size: 42px;
}
.siteForm__left {
	max-width: 500px;
}
.siteForm__block-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	height: 100%;
}
.siteForm__block-title {
	font-size: 14px;
	margin-bottom: 20px;
}
.siteForm__block-tel {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: 600;
	padding-left: 33px;
	background: url(../images/site-form-tel.svg) 0 50% no-repeat;
}
.siteForm__soc {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.siteForm__soc a {
	width: 48px;
}
.siteForm__soc a img {
	display: block;
	width: 100%;
}
.siteForm__right {
	padding-left: 70px;
}
.siteForm .oferta a {
	color: #fff;
	borde-rcolor: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 743px) {
	.siteForm:before {
		display: none;
	}
	.siteForm h2 {
		font-size: 22px;
	}
	.siteForm__right {
		padding: 30px 0 0;
	}
	.siteForm__right:before {
		content: "";
		position: absolute;
		top: 0;
		left: -20px;
		right: -20px;
		bottom: -32px;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0.03))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#141414));
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #141414 100%);
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.siteForm__soc a {
		max-width: 32px;
	}
	.siteForm__block-title {
		font-size: 12px;
	}
	.siteForm__block-title br {
		display: none;
	}
	.siteForm__block-tel {
		font-size: 13px;
		line-height: 33px;
		padding: 0 10px 0 31px;
		border-radius: 4px;
		border: 1px solid rgba(255, 255, 255, 0.0392156863);
		background: rgba(255, 255, 255, 0.0196078431) url(../images/site-form-tel.svg) 10px 50% no-repeat;
		background-size: 13px 13px;
	}
}

.video {
	position: relative;
	padding-top: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 580px) {
	.video {
		padding-top: 70%;
	}
}

.sliderTopArrow .owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
}
@media screen and (max-width: 767px) {
	.sliderTopArrow .owl-nav {
		top: -46px;
	}
}

.sliderTopArrowRelative {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.sliderTopArrowRelative .owl-nav {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	margin-bottom: 25px;
	margin-left: auto;
}
.sliderTopArrowRelative .owl-stage-outer {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.production {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #F4F4F4;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	border-radius: 6px;
	padding: 20px;
}
.production img {
	display: block;
	width: auto !important;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.clientSlider .owl-nav {
	position: absolute;
	top: -47px;
	right: 0;
}
.clientSlider.owl-carousel {
	margin: 0;
	display: block;
	width: 100%;
}
.clientSlider.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.clientSlider.owl-carousel .col-md-3 {
	width: 100%;
	padding: 0;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.clientSlider {
		margin-right: -20px !important;
		padding-right: 20px;
		width: auto;
	}
	.clientSlider .owl-stage-outer {
		overflow: visible;
	}
}

.client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 15px;
	border: 1px solid rgba(226, 226, 226, 0.8);
	border-radius: 6px;
	min-height: 150px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.client span {
	font-weight: 600;
	color: #F68627;
	padding-right: 26px;
	background: url(../images/p-arrow.svg) 100% 50% no-repeat;
}
.client img {
	max-height: 58px;
}
.client.client_a:hover {
	border-color: #F68627;
}
@media screen and (max-width: 767px) {
	.client {
		min-height: 90px;
	}
}

.faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.faq__block {
	border: 1px solid #E2E2E2;
	border-radius: 6px;
}
.faq__block-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	min-height: 77px;
	padding: 20px 80px 20px 30px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
}
.faq__block-title:before {
	content: "";
	position: absolute;
	top: 21px;
	right: 21px;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	background: #DADADA;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.faq__block-title:after {
	content: "";
	position: absolute;
	top: 33px;
	right: 33px;
	background: url(../images/faq.svg) 0 0 no-repeat;
	width: 11px;
	height: 11px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.faq__block-title.active:before {
	background: #F68627;
}
.faq__block-title.active:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.faq__block-body {
	padding: 10px 32px 32px;
	display: none;
}
@media screen and (max-width: 767px) {
	.faq {
		gap: 10px;
	}
	.faq__block-title {
		font-size: 14px;
		min-height: 58px;
		padding-left: 16px;
	}
	.faq__block-title:before {
		top: 16px;
		right: 16px;
		width: 26px;
		height: 26px;
	}
	.faq__block-title:after {
		top: 23px;
		right: 23px;
	}
	.faq__block-body {
		padding: 0 16px 25px;
	}
}

.vid__block {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.vid__block {
		margin-top: 25px;
	}
}

.titleBlock {
	margin-bottom: 40px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 26px;
}
.titleBlock h2 {
	margin: 0;
}
.titleBlock__arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	font-size: 0;
	line-height: 0;
}
.titleBlock__arrow div {
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
}
.titleBlock__arrow div:first-child {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.titleBlock__arrow.style2 {
	border: 1px solid #B5B5B5;
	height: 52px;
	border-radius: 0 6px 6px 0;
	border-left: 0;
	gap: 0;
}
.titleBlock__arrow.style2 div {
	height: 50px;
	width: 62px;
}
.titleBlock__arrow.style2 div:first-child {
	border-left: 1px solid #B5B5B5;
}
.titleBlock__arrow.mob {
	margin-bottom: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: none;
}
.titleBlock__yandex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 16px;
	background: #141414;
	padding: 0 22px;
	border-radius: 6px 0 0 6px;
	height: 52px;
	color: #fff;
	gap: 16px;
}
@media screen and (max-width: 767px) {
	.titleBlock {
		margin-bottom: 25px;
	}
	.titleBlock__arrow {
		gap: 20px;
	}
	.titleBlock__arrow.mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.titleBlock__yandex {
		padding: 0 15px;
		font-size: 12px;
		gap: 10px;
		-webkit-box-flex: 2;
		    -ms-flex-positive: 2;
		        flex-grow: 2;
	}
	.titleBlock__right {
		width: 100%;
	}
}

.productSlider {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.productSlider .owl-nav {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	margin-left: auto;
	margin-bottom: 25px;
}
.productSlider .owl-stage-outer {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.product {
	padding: 20px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	background: #F4F4F4;
	gap: 30px;
	position: relative;
	z-index: 1;
}
.product__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.product__title {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0 5px;
}
.product__text {
	font-size: 12px;
	color: rgba(20, 20, 20, 0.6588235294);
}
.product__price {
	font-size: 18px;
	color: rgba(20, 20, 20, 0.8);
	font-weight: 700;
	margin-bottom: 14px;
}
.product__params ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product__params ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 15px;
	font-size: 14px;
	gap: 5px;
	line-height: 1;
}
.product__params ul li span {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.product__params ul li span:last-child {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.product__params ul li:before {
	content: "";
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
	border-bottom: 1px dashed rgba(20, 20, 20, 0.1803921569);
}
.product__bottom {
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.product {
		padding: 10px;
		gap: 18px;
	}
	.product__title, .product__price {
		font-size: 12px;
	}
	.product__text {
		font-size: 10px;
	}
	.product__params ul li {
		margin-top: 10px;
		font-size: 10px;
	}
}

.reviews {
	padding: 32px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
}
.reviews__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: #989898;
	font-size: 13px;
}
.reviews__info-name {
	font-weight: 500;
	margin-bottom: 6px;
	color: #141414;
	font-size: 16px;
}
.reviews__star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reviews__star div {
	width: 16px;
	height: 16px;
	background: url(../images/star.svg);
}
.reviews__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	color: #989898;
}
.reviews__img {
	width: 48px;
}
.reviews__img img {
	display: block;
	width: 100%;
	height: 48px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
.reviews__text {
	margin-top: 16px;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.reviews {
		padding: 20px;
	}
	.reviews__text {
		font-size: 12px;
	}
}

.colors {
	padding: 40px;
	background: #F4F4F4;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 10px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.colors__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	gap: 40px 20px;
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
	-ms-flex-preferred-size: 13%;
	    flex-basis: 13%;
}
.colors__block div {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	.colors {
		gap: 12px;
		padding: 16px;
	}
	.colors__block {
		width: 48px;
		gap: 10px;
	}
	.colors__block div {
		width: 48px;
		height: 48px;
	}
}

.calcBlock {
	background: #F4F4F4;
	border-radius: 6px;
	overflow: hidden;
}
.calcBlock .row {
	margin: 0;
	gap: 0;
}
.calcBlock .row > div {
	padding: 0;
}
.calcBlock__left {
	padding: 28px;
}
.calcBlock__text {
	margin: 28px 0;
	max-width: 550px;
}
.calcBlock__img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.calcBlock__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.calcBlock__button {
	gap: 20px;
}
.calcBlock__tel {
	font-size: 18px;
	color: #121212;
	font-weight: 600;
	padding-left: 25px;
	background: url(../images/h-phone.svg) 0 50% no-repeat;
}
@media screen and (max-width: 767px) {
	.calcBlock__left {
		padding: 16px;
	}
	.calcBlock__text {
		margin: 16px 0;
	}
	.calcBlock__button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 19px;
	}
	.calcBlock__button .siteButton {
		width: 100%;
	}
}

.count {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	background: #F4F4F4;
	border-radius: 6px;
	height: 100%;
	text-align: center;
	min-height: 178px;
}
.count div {
	font-size: 44px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.count {
		min-height: 139px;
		gap: 10px;
	}
	.count div {
		font-size: 28px;
	}
}

.folder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 30px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 19px;
	border-radius: 6px;
	background: #F4F4F4;
	font-size: 16px;
	font-weight: 500;
	color: #121212;
}
@media screen and (max-width: 767px) {
	.folder {
		padding: 16px;
		gap: 16px;
		font-size: 12px;
	}
}

.slider__item {
	height: 420px;
	background: #F4F4F4;
	border-radius: 6px;
}
.slider .owl-nav {
	position: absolute;
	top: calc(50% - 24px);
	height: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	left: 30px;
	right: 30px;
}
.slider .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.slider__item {
		height: 380px;
	}
}

@media screen and (max-width: 767px) {
	.premiumMini .premium {
		font-size: 11.5px;
	}
}
@media screen and (max-width: 350px) {
	.header__block {
		background: none;
		padding-left: 0px;
	}
	.premiumMini .premium {
		font-size: 10px;
	}
	.premiumMini .premium__text {
		margin-left: -3px;
	}
}
/* CONTENT */
/* FOOTER */
.footer {
	background: #F4F4F4;
}
.footer__top {
	background: #EFEFEF;
	min-height: 80px;
	padding: 25px 0;
}
.footer__top .d-flex {
	gap: 17px 10px;
}
.footer__block {
	padding-left: 24px;
	font-size: 14px;
	font-weight: 600;
}
.footer__block a {
	color: #121212;
}
.footer__address {
	background: url(../images/f-address.svg) 0 0 no-repeat;
}
.footer__work {
	background: url(../images/f-work.svg) 0 50% no-repeat;
}
.footer__phone {
	background: url(../images/f-phone.svg) 0 50% no-repeat;
}
.footer__mail {
	background: url(../images/f-mail.svg) 0 50% no-repeat;
}
.footer__soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	line-height: 0;
	gap: 8px;
}
.footer__logo {
	font-size: 0;
	line-height: 0;
	min-width: 60px;
}
.footer__center {
	margin-bottom: 60px;
}
.footer__center-left {
	gap: 24px;
}
.footer__menu {
	padding-left: 60px;
	line-height: 1;
}
.footer__menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer__menu > ul > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer__menu > ul > li > ul > li {
	margin-top: 20px;
}
.footer__menu > ul > li > ul > li:first-child {
	margin: 0;
}
.footer__menu > ul > li > ul > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	vertical-align: top;
	font-weight: 600;
	color: #121212;
	gap: 10px;
}
.footer__menu > ul > li > ul > li > a:hover {
	color: #F68627;
}
.footer__menu > ul > li > ul > li > a span {
	display: none;
	width: 10px;
	height: 10px;
	background: url(../images/f-arrow-menu.svg) 50% 50% no-repeat;
	margin-top: 5px;
}
.footer__menu > ul > li > ul > li > a.active span {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.footer__menu > ul > li > ul > li ul {
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}
.footer__menu > ul > li > ul > li ul li {
	margin-top: 20px;
}
.footer__menu > ul > li > ul > li ul li:first-child {
	margin: 0;
}
.footer__menu > ul > li > ul > li ul li a {
	color: rgba(18, 18, 18, 0.8);
}
.footer__menu > ul > li > ul > li ul li a:hover {
	color: #F68627;
}
.footer__bottom {
	padding: 48px 0;
}
.footer__info {
	color: rgba(18, 18, 18, 0.8);
	font-size: 12px;
	gap: 10px;
}
.footer__info-block {
	padding-right: 15px;
	background: url(../images/footer-info-border.svg) 100% 50% no-repeat;
}
.footer__info-block:last-child {
	padding: 0;
	background: none;
}
.footer__info a {
	color: rgba(18, 18, 18, 0.8);
}
.footer__info a:hover {
	color: #121212;
}
@media screen and (max-width: 767px) {
	.footer__bottom {
		padding: 24px 0;
	}
	.footer__center {
		margin-bottom: 30px;
	}
	.footer__info-block {
		padding: 0;
		background: none;
		margin-top: 12px;
	}
	.footer__info-block:first-child {
		margin: 0;
	}
	.footer__menu {
		padding: 0;
		font-size: 14px;
	}
	.footer__menu > ul {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
		display: -ms-grid;
		display: grid;
		gap: 0 10px;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.footer__menu > ul > li {
		margin-top: 20px;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.footer__menu > ul > li:nth-child(3) {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.footer__menu > ul > li:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer__menu > ul > li:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}
	.footer__menu > ul > li > ul > li a span {
		display: block;
	}
	.footer__menu > ul > li > ul > li ul {
		display: none;
	}
}

/* FOOTER */
/* POPUP */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 15px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: rgba(18, 18, 18, 0.5019607843);
	z-index: 10;
	display: none;
}
.popup__wrap {
	display: inline-block;
	vertical-align: middle;
	max-width: 860px;
	width: 100%;
	padding: 100px 40px;
	background: #ffffff;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	color: #000000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	border-radius: 6px;
}
.popup h2 {
	text-align: center;
	font-size: 36px;
}
.popup__closebut {
	position: absolute;
	top: 44px;
	right: 44px;
	width: 26px;
	height: 26px;
	background: url(../images/closebut.svg) 0 0 no-repeat;
	cursor: pointer;
}
.popup:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.popup h2 {
		font-size: 18px;
	}
	.popup__wrap {
		padding: 60px 20px;
	}
	.popup__closebut {
		top: 20px;
		right: 20px;
	}
}

.oferta {
	position: relative;
	padding-left: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.2;
	min-height: 18px;
	font-size: 14px;
}
.oferta label {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.oferta label input {
	display: none;
}
.oferta label input:checked + span {
	background: #fff url(../images/check.svg) 50% 50% no-repeat;
}
.oferta label span {
	border-radius: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(20, 20, 20, 0.4);
	display: block;
	background: #fff;
}
.oferta a {
	border-bottom: 1px solid #fff;
}
.oferta a:hover {
	border-color: transparent;
}
@media screen and (max-width: 767px) {
	.oferta {
		font-size: 9px;
	}
}

/* POPUP */
/*# sourceMappingURL=styles.css.map */