html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,::after,::before {
	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: -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,.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%;
	padding-right: 15px;
	padding-left: 15px;
}

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

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

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

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

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

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

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

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

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

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

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

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

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

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

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

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

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

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

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

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

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

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

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

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

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

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

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

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

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

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

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

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

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

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

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

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

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

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

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

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

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

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

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

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

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

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

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

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

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

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

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

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-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: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

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

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-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;
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
}

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

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

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important;
}

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

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

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

.justify-content-between {
	-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 {
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

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

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

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

.align-items-stretch {
	-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;
	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;
	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;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-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;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

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

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

	.justify-content-sm-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

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

	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-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;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

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

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

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

	.justify-content-md-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

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

	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-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;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

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

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

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

	.justify-content-lg-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

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

	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-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;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

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

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

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

	.justify-content-xl-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

.m-0 {
	margin: 0!important;
}

.mt-0,.my-0 {
	margin-top: 0!important;
}

.mr-0,.mx-0 {
	margin-right: 0!important;
}

.mb-0,.my-0 {
	margin-bottom: 0!important;
}

.ml-0,.mx-0 {
	margin-left: 0!important;
}

.m-1 {
	margin: .25rem!important;
}

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

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

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

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

.m-2 {
	margin: .5rem!important;
}

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

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

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

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

.m-3 {
	margin: 1rem!important;
}

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

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

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

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

.m-4 {
	margin: 1.5rem!important;
}

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

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

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

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

.m-5 {
	margin: 3rem!important;
}

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

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

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

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

.p-0 {
	padding: 0!important;
}

.pt-0,.py-0 {
	padding-top: 0!important;
}

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

.pb-0,.py-0 {
	padding-bottom: 0!important;
}

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

.p-1 {
	padding: .25rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
	margin: -.25rem!important;
}

.mt-n1,.my-n1 {
	margin-top: -.25rem!important;
}

.mr-n1,.mx-n1 {
	margin-right: -.25rem!important;
}

.mb-n1,.my-n1 {
	margin-bottom: -.25rem!important;
}

.ml-n1,.mx-n1 {
	margin-left: -.25rem!important;
}

.m-n2 {
	margin: -.5rem!important;
}

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

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

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

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

.m-n3 {
	margin: -1rem!important;
}

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

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

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

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

.m-n4 {
	margin: -1.5rem!important;
}

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

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

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

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

.m-n5 {
	margin: -3rem!important;
}

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

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

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

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

.m-auto {
	margin: auto!important;
}

.mt-auto,.my-auto {
	margin-top: auto!important;
}

.mr-auto,.mx-auto {
	margin-right: auto!important;
}

.mb-auto,.my-auto {
	margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
	margin-left: auto!important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important;
	}

	.mt-sm-0,.my-sm-0 {
		margin-top: 0!important;
	}

	.mr-sm-0,.mx-sm-0 {
		margin-right: 0!important;
	}

	.mb-sm-0,.my-sm-0 {
		margin-bottom: 0!important;
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0!important;
	}

	.m-sm-1 {
		margin: .25rem!important;
	}

	.mt-sm-1,.my-sm-1 {
		margin-top: .25rem!important;
	}

	.mr-sm-1,.mx-sm-1 {
		margin-right: .25rem!important;
	}

	.mb-sm-1,.my-sm-1 {
		margin-bottom: .25rem!important;
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: .25rem!important;
	}

	.m-sm-2 {
		margin: .5rem!important;
	}

	.mt-sm-2,.my-sm-2 {
		margin-top: .5rem!important;
	}

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

	.mb-sm-2,.my-sm-2 {
		margin-bottom: .5rem!important;
	}

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

	.m-sm-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-sm-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-sm-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-sm-0 {
		padding: 0!important;
	}

	.pt-sm-0,.py-sm-0 {
		padding-top: 0!important;
	}

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

	.pb-sm-0,.py-sm-0 {
		padding-bottom: 0!important;
	}

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

	.p-sm-1 {
		padding: .25rem!important;
	}

	.pt-sm-1,.py-sm-1 {
		padding-top: .25rem!important;
	}

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

	.pb-sm-1,.py-sm-1 {
		padding-bottom: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-sm-n1 {
		margin: -.25rem!important;
	}

	.mt-sm-n1,.my-sm-n1 {
		margin-top: -.25rem!important;
	}

	.mr-sm-n1,.mx-sm-n1 {
		margin-right: -.25rem!important;
	}

	.mb-sm-n1,.my-sm-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-sm-n1,.mx-sm-n1 {
		margin-left: -.25rem!important;
	}

	.m-sm-n2 {
		margin: -.5rem!important;
	}

	.mt-sm-n2,.my-sm-n2 {
		margin-top: -.5rem!important;
	}

	.mr-sm-n2,.mx-sm-n2 {
		margin-right: -.5rem!important;
	}

	.mb-sm-n2,.my-sm-n2 {
		margin-bottom: -.5rem!important;
	}

	.ml-sm-n2,.mx-sm-n2 {
		margin-left: -.5rem!important;
	}

	.m-sm-n3 {
		margin: -1rem!important;
	}

	.mt-sm-n3,.my-sm-n3 {
		margin-top: -1rem!important;
	}

	.mr-sm-n3,.mx-sm-n3 {
		margin-right: -1rem!important;
	}

	.mb-sm-n3,.my-sm-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-sm-n3,.mx-sm-n3 {
		margin-left: -1rem!important;
	}

	.m-sm-n4 {
		margin: -1.5rem!important;
	}

	.mt-sm-n4,.my-sm-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-sm-n4,.mx-sm-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-sm-n4,.my-sm-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-sm-n4,.mx-sm-n4 {
		margin-left: -1.5rem!important;
	}

	.m-sm-n5 {
		margin: -3rem!important;
	}

	.mt-sm-n5,.my-sm-n5 {
		margin-top: -3rem!important;
	}

	.mr-sm-n5,.mx-sm-n5 {
		margin-right: -3rem!important;
	}

	.mb-sm-n5,.my-sm-n5 {
		margin-bottom: -3rem!important;
	}

	.ml-sm-n5,.mx-sm-n5 {
		margin-left: -3rem!important;
	}

	.m-sm-auto {
		margin: auto!important;
	}

	.mt-sm-auto,.my-sm-auto {
		margin-top: auto!important;
	}

	.mr-sm-auto,.mx-sm-auto {
		margin-right: auto!important;
	}

	.mb-sm-auto,.my-sm-auto {
		margin-bottom: auto!important;
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto!important;
	}
}

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

	.mt-md-0,.my-md-0 {
		margin-top: 0!important;
	}

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

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

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

	.m-md-1 {
		margin: .25rem!important;
	}

	.mt-md-1,.my-md-1 {
		margin-top: .25rem!important;
	}

	.mr-md-1,.mx-md-1 {
		margin-right: .25rem!important;
	}

	.mb-md-1,.my-md-1 {
		margin-bottom: .25rem!important;
	}

	.ml-md-1,.mx-md-1 {
		margin-left: .25rem!important;
	}

	.m-md-2 {
		margin: .5rem!important;
	}

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

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

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

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

	.m-md-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-md-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-md-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-md-0 {
		padding: 0!important;
	}

	.pt-md-0,.py-md-0 {
		padding-top: 0!important;
	}

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

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

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

	.p-md-1 {
		padding: .25rem!important;
	}

	.pt-md-1,.py-md-1 {
		padding-top: .25rem!important;
	}

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

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

	.pl-md-1,.px-md-1 {
		padding-left: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-md-n1 {
		margin: -.25rem!important;
	}

	.mt-md-n1,.my-md-n1 {
		margin-top: -.25rem!important;
	}

	.mr-md-n1,.mx-md-n1 {
		margin-right: -.25rem!important;
	}

	.mb-md-n1,.my-md-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-md-n1,.mx-md-n1 {
		margin-left: -.25rem!important;
	}

	.m-md-n2 {
		margin: -.5rem!important;
	}

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

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

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

	.ml-md-n2,.mx-md-n2 {
		margin-left: -.5rem!important;
	}

	.m-md-n3 {
		margin: -1rem!important;
	}

	.mt-md-n3,.my-md-n3 {
		margin-top: -1rem!important;
	}

	.mr-md-n3,.mx-md-n3 {
		margin-right: -1rem!important;
	}

	.mb-md-n3,.my-md-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-md-n3,.mx-md-n3 {
		margin-left: -1rem!important;
	}

	.m-md-n4 {
		margin: -1.5rem!important;
	}

	.mt-md-n4,.my-md-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-md-n4,.mx-md-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-md-n4,.my-md-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-md-n4,.mx-md-n4 {
		margin-left: -1.5rem!important;
	}

	.m-md-n5 {
		margin: -3rem!important;
	}

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

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

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

	.ml-md-n5,.mx-md-n5 {
		margin-left: -3rem!important;
	}

	.m-md-auto {
		margin: auto!important;
	}

	.mt-md-auto,.my-md-auto {
		margin-top: auto!important;
	}

	.mr-md-auto,.mx-md-auto {
		margin-right: auto!important;
	}

	.mb-md-auto,.my-md-auto {
		margin-bottom: auto!important;
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto!important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important;
	}

	.mt-lg-0,.my-lg-0 {
		margin-top: 0!important;
	}

	.mr-lg-0,.mx-lg-0 {
		margin-right: 0!important;
	}

	.mb-lg-0,.my-lg-0 {
		margin-bottom: 0!important;
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0!important;
	}

	.m-lg-1 {
		margin: .25rem!important;
	}

	.mt-lg-1,.my-lg-1 {
		margin-top: .25rem!important;
	}

	.mr-lg-1,.mx-lg-1 {
		margin-right: .25rem!important;
	}

	.mb-lg-1,.my-lg-1 {
		margin-bottom: .25rem!important;
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: .25rem!important;
	}

	.m-lg-2 {
		margin: .5rem!important;
	}

	.mt-lg-2,.my-lg-2 {
		margin-top: .5rem!important;
	}

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

	.mb-lg-2,.my-lg-2 {
		margin-bottom: .5rem!important;
	}

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

	.m-lg-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-lg-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-lg-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-lg-0 {
		padding: 0!important;
	}

	.pt-lg-0,.py-lg-0 {
		padding-top: 0!important;
	}

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

	.pb-lg-0,.py-lg-0 {
		padding-bottom: 0!important;
	}

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

	.p-lg-1 {
		padding: .25rem!important;
	}

	.pt-lg-1,.py-lg-1 {
		padding-top: .25rem!important;
	}

	.pr-lg-1,.px-lg-1 {
		padding-right: .25rem!important;
	}

	.pb-lg-1,.py-lg-1 {
		padding-bottom: .25rem!important;
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-lg-n1 {
		margin: -.25rem!important;
	}

	.mt-lg-n1,.my-lg-n1 {
		margin-top: -.25rem!important;
	}

	.mr-lg-n1,.mx-lg-n1 {
		margin-right: -.25rem!important;
	}

	.mb-lg-n1,.my-lg-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-lg-n1,.mx-lg-n1 {
		margin-left: -.25rem!important;
	}

	.m-lg-n2 {
		margin: -.5rem!important;
	}

	.mt-lg-n2,.my-lg-n2 {
		margin-top: -.5rem!important;
	}

	.mr-lg-n2,.mx-lg-n2 {
		margin-right: -.5rem!important;
	}

	.mb-lg-n2,.my-lg-n2 {
		margin-bottom: -.5rem!important;
	}

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

	.m-lg-n3 {
		margin: -1rem!important;
	}

	.mt-lg-n3,.my-lg-n3 {
		margin-top: -1rem!important;
	}

	.mr-lg-n3,.mx-lg-n3 {
		margin-right: -1rem!important;
	}

	.mb-lg-n3,.my-lg-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-lg-n3,.mx-lg-n3 {
		margin-left: -1rem!important;
	}

	.m-lg-n4 {
		margin: -1.5rem!important;
	}

	.mt-lg-n4,.my-lg-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-lg-n4,.mx-lg-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-lg-n4,.my-lg-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-lg-n4,.mx-lg-n4 {
		margin-left: -1.5rem!important;
	}

	.m-lg-n5 {
		margin: -3rem!important;
	}

	.mt-lg-n5,.my-lg-n5 {
		margin-top: -3rem!important;
	}

	.mr-lg-n5,.mx-lg-n5 {
		margin-right: -3rem!important;
	}

	.mb-lg-n5,.my-lg-n5 {
		margin-bottom: -3rem!important;
	}

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

	.m-lg-auto {
		margin: auto!important;
	}

	.mt-lg-auto,.my-lg-auto {
		margin-top: auto!important;
	}

	.mr-lg-auto,.mx-lg-auto {
		margin-right: auto!important;
	}

	.mb-lg-auto,.my-lg-auto {
		margin-bottom: auto!important;
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto!important;
	}
}

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

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

	.mr-xl-0,.mx-xl-0 {
		margin-right: 0!important;
	}

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

	.ml-xl-0,.mx-xl-0 {
		margin-left: 0!important;
	}

	.m-xl-1 {
		margin: .25rem!important;
	}

	.mt-xl-1,.my-xl-1 {
		margin-top: .25rem!important;
	}

	.mr-xl-1,.mx-xl-1 {
		margin-right: .25rem!important;
	}

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

	.ml-xl-1,.mx-xl-1 {
		margin-left: .25rem!important;
	}

	.m-xl-2 {
		margin: .5rem!important;
	}

	.mt-xl-2,.my-xl-2 {
		margin-top: .5rem!important;
	}

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

	.mb-xl-2,.my-xl-2 {
		margin-bottom: .5rem!important;
	}

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

	.m-xl-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-xl-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-xl-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-xl-0 {
		padding: 0!important;
	}

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

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

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

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

	.p-xl-1 {
		padding: .25rem!important;
	}

	.pt-xl-1,.py-xl-1 {
		padding-top: .25rem!important;
	}

	.pr-xl-1,.px-xl-1 {
		padding-right: .25rem!important;
	}

	.pb-xl-1,.py-xl-1 {
		padding-bottom: .25rem!important;
	}

	.pl-xl-1,.px-xl-1 {
		padding-left: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-xl-n1 {
		margin: -.25rem!important;
	}

	.mt-xl-n1,.my-xl-n1 {
		margin-top: -.25rem!important;
	}

	.mr-xl-n1,.mx-xl-n1 {
		margin-right: -.25rem!important;
	}

	.mb-xl-n1,.my-xl-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-xl-n1,.mx-xl-n1 {
		margin-left: -.25rem!important;
	}

	.m-xl-n2 {
		margin: -.5rem!important;
	}

	.mt-xl-n2,.my-xl-n2 {
		margin-top: -.5rem!important;
	}

	.mr-xl-n2,.mx-xl-n2 {
		margin-right: -.5rem!important;
	}

	.mb-xl-n2,.my-xl-n2 {
		margin-bottom: -.5rem!important;
	}

	.ml-xl-n2,.mx-xl-n2 {
		margin-left: -.5rem!important;
	}

	.m-xl-n3 {
		margin: -1rem!important;
	}

	.mt-xl-n3,.my-xl-n3 {
		margin-top: -1rem!important;
	}

	.mr-xl-n3,.mx-xl-n3 {
		margin-right: -1rem!important;
	}

	.mb-xl-n3,.my-xl-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-xl-n3,.mx-xl-n3 {
		margin-left: -1rem!important;
	}

	.m-xl-n4 {
		margin: -1.5rem!important;
	}

	.mt-xl-n4,.my-xl-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-xl-n4,.mx-xl-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-xl-n4,.my-xl-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-xl-n4,.mx-xl-n4 {
		margin-left: -1.5rem!important;
	}

	.m-xl-n5 {
		margin: -3rem!important;
	}

	.mt-xl-n5,.my-xl-n5 {
		margin-top: -3rem!important;
	}

	.mr-xl-n5,.mx-xl-n5 {
		margin-right: -3rem!important;
	}

	.mb-xl-n5,.my-xl-n5 {
		margin-bottom: -3rem!important;
	}

	.ml-xl-n5,.mx-xl-n5 {
		margin-left: -3rem!important;
	}

	.m-xl-auto {
		margin: auto!important;
	}

	.mt-xl-auto,.my-xl-auto {
		margin-top: auto!important;
	}

	.mr-xl-auto,.mx-xl-auto {
		margin-right: auto!important;
	}

	.mb-xl-auto,.my-xl-auto {
		margin-bottom: auto!important;
	}

	.ml-xl-auto,.mx-xl-auto {
		margin-left: auto!important;
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	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 {
	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;
	text-decoration-skip-ink: none;
}

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;
}

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;
}

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: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
}

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

figure {
	margin: 0 0 1rem;
}

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

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

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;
}

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=button],[type=reset],[type=submit],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] {
	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-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;
}

@font-face {
	font-family:Calibri;font-weight:700;font-style:normal;src:url(../fonts/Calibri/calibrib.eot);src:url(../fonts/Calibri/calibrib.eot?#iefix) format("embedded-opentype"),url(../fonts/Calibri/calibrib.woff) format("woff"),url(../fonts/Calibri/calibrib.ttf) format("truetype");
}

@font-face {
	font-family:Calibri;font-weight:400;font-style:normal;src:url(../fonts/Calibri/Calibri_r.eot);src:url(../fonts/Calibri/Calibri_r.eot?#iefix) format("embedded-opentype"),url(../fonts/Calibri/Calibri_r.woff) format("woff"),url(../fonts/Calibri/Calibri_r.ttf) format("truetype");
}

@font-face {
	font-family:Sensei;font-weight:500;font-style:normal;src:url(../fonts/Sensei/Sensei_m.eot);src:url(../fonts/Sensei/Sensei_m.eot?#iefix) format("embedded-opentype"),url(../fonts/Sensei/Sensei_m.woff) format("woff"),url(../fonts/Sensei/Sensei_m.ttf) format("truetype");
}

@font-face {
	font-family:Verdana;font-weight:400;font-style:normal;src:url(../fonts/Verdana/verdana_r.eot);src:url(../fonts/Verdana/verdana_r.eot?#iefix) format("embedded-opentype"),url(../fonts/Verdana/verdana_r.woff) format("woff"),url(../fonts/Verdana/verdana_r.ttf) format("truetype");
}

@font-face {
	font-family:Dereza;font-weight:700;font-style:normal;src:url(../fonts/Dereza/Dereza_semibold.eot);src:url(../fonts/Dereza/Dereza_semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/Dereza/Dereza_semibold.woff) format("woff"),url(../fonts/Dereza/Dereza_semibold.ttf) format("truetype");
}

* {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,ol,p,ul {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	overflow-x: hidden;
}

.no-scroll {
	overflow: hidden;
}

.scroll-y {
	overflow-y: scroll;
}

h4 {
	font-size: 33px;
	line-height: 37.08px;
	color: #000;
	font-family: Sensei;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

h6 {
	font-weight: 700;
	font-family: Calibri;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

p {
	font-weight: 400;
	font-family: Calibri;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	h4 {
		font-size: 30px;
		padding: 0 20px;
	}

	h6 {
		text-align: center;
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb__container {
	max-width: 1218px;
	width: 100%;
}

.breadcrumb__list {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb__item {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: 1px;
}

.breadcrumb__item-link, .breadcrumb__item-link span{
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: 1px;
}

.breadcrumb__item-link:hover {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.breadcrumb__item:not(:last-child):after {
	content: '/';
	display: inline-block;
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-right: 5px;
}

.breadcrumb__item:last-child span{
	border-bottom: 2px solid #000;
}

@media screen and (max-width:1300px) {
	.breadcrumb {
		padding: 0 20px;
	}
}

@media screen and (max-width:1199px) {
	.breadcrumb__container {
		max-width: 80%;
	}
}

@media screen and (max-width:1199px) {
	.breadcrumb {
		padding: 0 0;
	}

	.breadcrumb__container {
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.footer__info-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 130px;
}

.footer__info-items-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 5px 5px 10px 0 #646464;
	box-shadow: 5px 5px 10px 0 #646464;
	list-style-type: none;
}

.footer__info-item {
	max-width: 297px;
	max-height: 312px;
	min-width: 297px;
	min-height: 312px;
	position: relative;
}

.footer__info-item-title {
	font-size: 55px;
	color: #fff;
	font-family: Calibri;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.footer__info-item-description {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -5px;
}

.footer__info-item-description-text {
	max-width: 220px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	font-family: Calibri;
}

.footer__info-item-img {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 52px;
}

.footer__item-n1 {
	background-color: #f6921e;
}

.footer__item-n1 .footer__info-item-title {
	margin-top: 13px;
	margin-left: 11px;
}

.footer__item-n2 {
	background-color: #ff4f38;
}

.footer__item-n2 .footer__info-item-img {
	margin-top: 44px;
}

.footer__item-n2 .footer__info-item-title {
	margin-top: 11px;
}

.footer__item-n2 .footer__info-item-description-text {
	max-width: 310px;
}

.footer__item-n3 {
	background-color: #44cf87;
}

.footer__item-n3 .footer__info-item-title {
	margin-top: 11px;
}

.footer__item-n4 {
	background-color: #bf79e1;
}

.footer__item-n4 .footer__info-item-title {
	margin-top: 11px;
	margin-left: -9px;
}

.footer__bottom-contacts {
	height: 235px;
	background: url(../img/footer/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: -113px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__bottom-contacts-wrapper {
	max-width: 1515px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__bottom-contacts-left {
	margin-top: 141px;
	margin-left: 5px;
}

.footer__bottom-contacts-left-text {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

.footer__bottom-contacts-center {
	margin-top: 137px;
	margin-left: 90px;
}

.footer__bottom-contacts-center-link {
	font-weight: 700;
	font-family: Calibri;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.footer__bottom-contacts-center-link:hover {
	cursor: pointer;
	border-bottom: 2px solid transparent;
	color: #fff;
	text-decoration: none;
}

.footer__bottom-contacts-right {
	margin-top: 141px;
}

.footer__bottom-contacts-right-text {
	text-align: right;
}

.footer__bottom-contacts-right-text a {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

@media screen and (max-width:1550px) {
	.footer__bottom-contacts-wrapper {
		padding: 0 30px;
	}
}

@media screen and (max-width:1199px) {
	.footer__info-item {
		margin-right: 20px;
		margin-top: 20px;
	}

	.footer__info-items {
		margin-top: 110px;
	}

	.footer__info-items-wrapper {
		padding: 0 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:767px) {
	.footer__info-item {
		margin-top: 20px;
	}

	.footer__info-items {
		margin-top: 30px;
	}

	.footer__info-items-wrapper {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

	.footer__bottom-contacts {
		background-color: #4ac2f1;
		margin-top: 20px;
		height: auto;
	}

	.footer__bottom-contacts-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 0;
	}

	.footer__bottom-contacts-left {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}

	.footer__bottom-contacts-center {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		margin-top: 10px;
	}

	.footer__bottom-contacts-right {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
	}

	.footer__bottom-contacts-right-text {
		text-align: center;
	}
}

@media screen and (max-width:636px) {
	.footer__info-items-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:630px) {
	.footer__info-item {
		margin-right: 0;
	}
}

.header {
	background-image: url(../img/header/background.png);
	height: 196px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 300;
	background-size: cover;
	margin: 0 auto;
}

.header__mobile-menu {
	display: none;
	z-index: 334;
}

.header__menu-mobile {
	display: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	right: -10000px;
	z-index: 333;
}

.header__menu-mobile-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none;
	padding-top: 150px;
}

.header__menu-mobile-item {
	margin-top: 25px;
}

.header__menu-mobile-item:first-child {
	margin-top: 0;
}

.header__menu-items {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 61px;
	margin-top: 55px;
}

.header__menu-item {
	position: relative;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__menu-item:hover {
	cursor: pointer;
}

.header__menu-item:nth-child(1) {
	width: 140px;
	margin-right: 30px;
}

.header__menu-item:nth-child(1):hover {
	background-image: url(../img/header/li_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(2) {
	margin-right: 56px;
	width: 200px;
}

.header__menu-item:nth-child(2):hover {
	background-image: url(../img/header/li_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(3) {
	margin-right: 48px;
	width: 280px;
}

.header__menu-item:nth-child(3):hover {
	background-image: url(../img/header/li_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(4) {
	margin-right: 29px;
	width: 200px;
}

.header__menu-item:nth-child(4):hover {
	background-image: url(../img/header/li_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(5) {
	margin-right: 24px;
	width: 150px;
}

.header__menu-item:nth-child(5):hover {
	background-image: url(../img/header/li_5.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(6) {
	width: 200px;
}

.header__menu-item:nth-child(6):hover {
	background-image: url(../img/header/li_6.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item-link {
	font-family: Calibri,sans-serif;
	font-size: 18px;
	line-height: 21.89px;
	letter-spacing: .25px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.header__menu-item-link:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__logo-link {
	z-index: 334;
}

.header__logo-img {
	margin-top: 29px;
	margin-right: -40px;
	z-index: 334;
}

.open-mobile-menu {
	right: 0;
}

*,:after,:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
}

.menu-icon .dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%);
	-webkit-transition: margin .4s ease .4s,width .4s ease;
	-webkit-transition--moz-transition: margin .4s ease .4s,width .4s ease;
	-webkit-transition--moz-transition--o-transition: margin .4s ease .4s,width .4s ease;
	-webkit-transition--moz-transition--o-transition-transition: margin .4s ease .4s,width .4s ease;
}

.menu-icon .dot:nth-of-type(1) {
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%) rotate(45deg);
}

.menu-icon .dot:nth-of-type(2) {
	margin-top: -20px;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%) rotate(-45deg);
}

.menu-icon .dot:nth-of-type(3) {
	margin-top: -20px;
	margin-left: 20px;
}

.menu-icon .dot:nth-of-type(4) {
	margin-left: -20px;
}

.menu-icon .dot:nth-of-type(6) {
	margin-left: 20px;
}

.menu-icon .dot:nth-of-type(7) {
	margin-top: 20px;
	margin-left: -20px;
}

.menu-icon .dot:nth-of-type(8) {
	margin-top: 20px;
}

.menu-icon .dot:nth-of-type(9) {
	margin-top: 20px;
	margin-left: 20px;
}

.menu-icon.clicked .dot {
	-webkit-transition: margin .4s ease,width .4s ease .4s;
	-webkit-transition--moz-transition: margin .4s ease,width .4s ease .4s;
	-webkit-transition--moz-transition--o-transition: margin .4s ease,width .4s ease .4s;
	-webkit-transition--moz-transition--o-transition-transition: margin .4s ease,width .4s ease .4s;
	margin-left: 0;
	margin-top: 0;
}

.menu-icon.clicked .dot:nth-of-type(1) {
	width: 50px;
}

.menu-icon.clicked .dot:nth-of-type(2) {
	width: 50px;
}

.active_1 {
	background-image: url(../img/header/li_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_2 {
	background-image: url(../img/header/li_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_3 {
	background-image: url(../img/header/li_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_4 {
	background-image: url(../img/header/li_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_5 {
	background-image: url(../img/header/li_5.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_6 {
	background-image: url(../img/header/li_6.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

@media screen and (min-width:2000px) {
	.header {
		background: #4ac2f1;
		background-size: cover;
	}
}

@media screen and (max-width:1800px) {
	.header__menu-items {
		padding-left: 65px;
	}

	.header__menu-item {
		margin-right: 50px;
	}
}

@media screen and (max-width:1565px) {
	.header__menu-items {
		padding-left: 25px;
	}

	.header__menu-item {
		margin-right: 36px;
	}

	.header__menu-item-link {
		font-size: 17px;
	}

	.header__logo-img {
		margin-right: 0;
	}
}

@media screen and (max-width:1366px) {
	.header__menu-items {
		padding-left: 0;
	}

	.header__menu-item {
		margin-right: 26px;
	}

	.header__menu-item-link {
		font-size: 16px;
	}

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

@media screen and (max-width:1199px) {
	.header {
		height: 100px;
		position: relative;
		background-size: inherit;
	}

	.header__menu-items {
		display: none;
	}

	.header__menu-item-link {
		font-size: 18px;
	}

	.header__mobile-menu {
		display: block;
		right: 40px;
		left: inherit;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		top: 31px;
	}

	.header__menu-mobile {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #00c3f4;
	}

	.header__menu-mobile:hover {
		cursor: pointer;
	}

	.header__logo {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 20px;
	}

	.header__logo-img {
		width: 80px;
		margin-top: 10px;
	}
}

@media screen and (max-width:767px) {
	.header {
		height: 80px;
		position: relative;
	}

	.header__logo-img {
		width: 60px;
		height: auto;
		margin-top: 0;
	}

	.header__container {
		height: 100%;
	}

	.header__row {
		height: 100%;
	}

	.header__mobile-menu {
		top: 18%;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		right: 30px;
	}

	.header__col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.master-class__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin-left: 55px;
}

.master-class__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 341px;
	height: 262px;
	width: 100%;
	margin-right: 55px;
}

.master-class__file {
	display: block;
}

.master-class__image {
	width: 100%;
	height: auto;
}

.master-class__file {
	text-align: center;
	margin-top: 30px;
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	display: block;
	max-width: 70px;
}

.master-class__file:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:1199px) {
	.master-class__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	.master-class__item {
		margin-top: 25px;
		height: auto;
		margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	.master-class__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		padding: 0 10px;
	}

	.master-class__item {
		margin-top: 25px;
		height: auto;
		margin-right: 0;
	}
}

.about__breadcrumb {
	margin-top: 71px;
}

.about__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 9px;
}

.about__container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.about__wrapper {
	max-width: 1218px;
	padding-left: 2px;
}

.about__category-items {
	margin-top: 20px!important;
}

.about__reviews .reviews {
	margin-top: 89px;
	background: url(../img/index/air.png),url(../img/about/about__reviews_banner.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
}
@media screen and (min-width:3500px) {
	.about__reviews .reviews {
             background-position: 51% top,center 93%;
	}
}


@media screen and (max-width:1300px) {
	.about__wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width:1199px) {
	.about__breadcrumb {
		margin-top: 50px;
	}

	.about__wrapper {
		padding: 0 30px;
	}

	.about__title {
		margin-top: 50px;
	}

	.about__reviews .reviews {
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.about__wrapper {
		padding: 0 20px;
	}

	.about__title {
		margin-top: 25px;
	}

	.about__breadcrumb {
		margin-top: 40px;
	}

	.about__reviews .reviews {
		margin-top: 10px;
	}
}

.creativity__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.creativity__banner {
	margin-left: -18px;
	width: 100%;
	height: 100%;
	max-width: 1230px;
}

.creativity__hit {
	margin-top: 17px;
}

.creativity__reviews {
	margin-top: 56px;
}

.creativity__reviews .reviews {
	background: url(../img/index/air.png),url(../img/about/about__reviews_banner.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
}

.crocodile {
	width: 480px;
	height: 152px;
	background: url(../img/crocodile.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 466px 151px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 48px;
	left: 267px;
}

.crocodile__text {
	font-size: 21px;
	line-height: 18px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
	margin-top: -30px;
	max-width: 60%;
}

.chick {
	width: 299px;
	height: 300px;
	background: url(../img/chick.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 299px 300px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 280px;
	top: 27px;
}

.chick__text {
	max-width: 86%;
	font-size: 21px;
	line-height: 18px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

.cow {
	width: 214px;
	height: 277px;
	background: url(../img/cow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 214px 277px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -34px;
	left: 271px;
}

.cow__text {
	max-width: 90%;
	font-size: 21px;
	line-height: 18px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width:1750px) {
	.creativity__banner {
		margin-left: 0;
	}

	.crocodile {
		left: 5%;
	}

	.chick {
		right: 5%;
	}

	.cow {
		left: 5%;
	}
}

@media screen and (max-width:1400px) {
	.crocodile {
		left: 10px;
	}

	.chick {
		right: 10px;
	}

	.cow {
		left: 10px;
	}
}

@media screen and (max-width:1500px) {
	.creativity__breadcrumb {
		padding-left: 20px;
	}
}

@media screen and (max-width:1199px) {
	.creativity__banner {
		margin-left: 0;
	}

	.crocodile {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}

	.chick {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}

	.cow {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}
}

.advantage__title {
	margin-top: 105px;
}

.advantage__banner {
	width: 100%;
	height: auto;
}

@media screen and (max-width:1199px) {
	.advantage__banner {
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	.advantage__title {
		margin-top: 20px;
	}
}

.big-slider {
	margin-top: 128px;
}

.big-slider__container {
	width: 100%;
}

.big-slider__item {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.big-slider__item-img {
	width: 100%;
	height: auto;
}

.big-slider__bottom-background {
	position: absolute;
	bottom: -10.5%;
	width: 100%;
	z-index: 10;
}

.big-slider .swiper-pagination {
	z-index: 11;
	bottom: 0;
	width: 100%;
}

.big-slider .swiper-pagination-bullet {
	background: url(../img/index/pag_1.png);
	height: 16px;
	width: 20px;
	opacity: 1;
	position: relative;
	margin-right: 12px;
	outline: 0;
}

.big-slider .swiper-pagination-bullet:nth-child(1) {
	margin-left: 16px;
}

.big-slider .swiper-pagination-bullet:nth-child(2) {
	background: url(../img/index/pag_2.png);
}

.big-slider .swiper-pagination-bullet:nth-child(3) {
	background: url(../img/index/pag_3.png);
}

.big-slider .swiper-pagination-bullet:nth-child(4) {
	background: url(../img/index/pag_4.png);
}

.big-slider .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #232fa1;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 3px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #232fa1;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 3px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #44cf87;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 2px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: #f6921e;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 5.5px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #bf79e1;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	left: 5px;
	border-radius: 50%;
}

@media screen and (max-width:1800px) {
	.big-slider__bottom-background {
		bottom: -67px;
	}
}

@media screen and (max-width:1600px) {
	.big-slider__bottom-background {
		bottom: -58px;
	}
}

@media screen and (max-width:1500px) {
	.big-slider__bottom-background {
		bottom: -48px;
	}
}

@media screen and (max-width:1250px) {
	.big-slider__bottom-background {
		bottom: -45px;
	}
}

@media screen and (max-width:1000px) {
	.big-slider {
		margin-top: 160px;
	}
}

@media screen and (max-width:1199px) {
	.big-slider {
		margin-top: 0;
	}

	.big-slider .swiper-pagination {
		background-color: #4ac2f1;
		bottom: 0;
		height: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.big-slider__bottom-background {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.big-slider {
		margin-top: 0;
	}

	.big-slider__bottom-background {
		display: none;
	}

	.big-slider .swiper-pagination {
		bottom: 0;
		background-color: #4ac2f1;
		height: 15px;
	}

	.big-slider .swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		background: 0 0;
		border: 1px solid #fff;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1),.big-slider .swiper-pagination-bullet:nth-child(2),.big-slider .swiper-pagination-bullet:nth-child(3),.big-slider .swiper-pagination-bullet:nth-child(4) {
		background: 0 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width:500px) {
	.big-slider .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		background: 0 0;
		border: 1px solid #fff;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1),.big-slider .swiper-pagination-bullet:nth-child(2),.big-slider .swiper-pagination-bullet:nth-child(3),.big-slider .swiper-pagination-bullet:nth-child(4) {
		background: 0 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.category-items {
	margin-top: 60px;
}

.category-items__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 35px;
}

.category-items__list {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 65px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category-items__list-item {
	height: 451px;
	width: 338px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-right: 100px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.category-items__list-item:hover {
	-webkit-box-shadow: 5px 5px 8px #7e7e7e;
	box-shadow: 5px 5px 8px #7e7e7e;
}

.category-items__list-item:hover .category-items__list-item-smile {
	opacity: 1;
	cursor: pointer;
}

.category-items__list-item-smile {
	position: absolute;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.category-items__list-item:nth-child(3n) {
	margin-right: 0;
}
.category-items__list-item .category-items__list-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.category-items__list-item-title {
	font-family: Calibri;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	bottom: 37px;
}

.category-items__list-item-title:hover {
	cursor: pointer;
	text-decoration: underline;
}

.category-items__list-item-title-double {
	bottom: 11px;
}

.smile_1 {
	top: 160px;
	left: -80px;
}

.smile_2 {
	top: -50px;
	left: -50px;
}

.smile_3 {
	top: -40px;
	right: -75px;
}

@media screen and (max-width:1350px) {
	.smile_3 {
		right: 0;
	}
}

@media screen and (max-width:1199px) {
	.category-items {
		margin-top: 0;
	}

	.category-items__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 35px;
	}

	.category-items__list-item {
		margin: 0 auto;
		margin-top: 20px;
	}

	.category-items__list-item:nth-child(1) {
		margin-top: 0;
	}

	.category-items__list-item:nth-child(3n) {
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.category-items__list-item {
		width: 100%;
		max-width: 338px;
	}

	.category-items__list-item-smile {
		display: none;
	}
}

.gallery-card__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

.gallery-card__items-wrapper {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 20px;
}

.gallery-card__item {
	max-width: 283px;
	max-height: 286px;
	min-width: 283px;
	min-height: 286px;
	width: 283px;
	height: 286px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-top: 20px;
}

.gallery-card__item:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
	background: -o-linear-gradient(top,transparent,#000);
	background: linear-gradient(top,transparent,#000);
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.gallery-card__item:hover:after {
	opacity: .2;
}

.gallery-card__item-img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1199px) {
	.gallery-card__items-wrapper {
		padding-left: 0;
		padding: 0 20px;
	}

	.gallery-card__item {
		margin-right: 20px;
	}
}

@media screen and (max-width:700px) {
	.gallery-card__item {
		margin-right: 0;
	}
}

@media screen and (max-width:665px) {
	.gallery-card__items {
		margin-top: 30px;
	}

	.gallery-card__items-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.leader-opinion {
	background: url(../img/index/leader_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 862px;
	margin-top: -46px;
}

.leader-opinion__title {
	margin-top: 87px;
}

.leader-opinion__video-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	margin-top: 52px;
	width: 1091px;
	height: 605px;
	border: 1px solid #7f7f7f;
}

.leader-opinion__video-list-item {
	width: 1091px;
	height: 605px;
	position: relative;
}

.leader-opinion__video_preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.leader-opinion .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/index/Left.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
}

.leader-opinion .swiper-button-prev:after {
	content: '';
}

.leader-opinion .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/index/Right.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
}

.leader-opinion .swiper-button-next:after {
	content: '';
}

.leader-opinion__buttons {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: absolute;
	top: 58.7%;
	left: 0;
	right: 0;
}

@media screen and (max-width:1199px) {
	.leader-opinion {
		margin-top: 0;
		height: auto;
	}

	.leader-opinion__video-list {
		width: 100%;
	}

	.leader-opinion .swiper-button-prev {
		background: url(../img/index/left_mob.png);
		background-repeat: no-repeat;
		width: 45px;
		height: 45px;
		left: 23px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 16px 24px;
	}

	.leader-opinion .swiper-button-next {
		background: url(../img/index/right_mob.png);
		background-repeat: no-repeat;
		width: 45px;
		height: 45px;
		right: 24px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 16px 24px;
	}

	.leader-opinion__buttons {
		top: 62%;
	}
}

@media screen and (max-width:767px) {
	.leader-opinion__video-list {
		height: 500px;
		margin-top: 25px;
	}

	.leader-opinion__video-list-item {
		border: 1px solid #7f7f7f;
	}

	.leader-opinion__title {
		margin-top: 30px;
	}

	.leader-opinion .swiper-button-prev {
		background: url(../img/index/left_mob.png);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		left: 23px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 13px 21px;
	}

	.leader-opinion .swiper-button-next {
		background: url(../img/index/right_mob.png);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		right: 24px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 13px 23px;
	}
}

@media screen and (max-width:500px) {
	.leader-opinion__video-list {
		height: 300px;
	}
}

@media screen and (max-width:400px) {
	.leader-opinion__video-list {
		height: 200px;
	}
}

.reviews {
	background: url(../img/index/air.png),url(../img/index/reviews_back.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
	height: 810px;
}

.reviews__title {
	margin-top: 41px;
}

.reviews__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
	height: 550px;
	max-width: 610px;
}

.reviews__item {
	height: 550px;
	max-width: 610px;
	width: 610px;
	background-repeat: no-repeat;
	background-position: center center;
}

.reviews__item-title {
	margin-top: 132px;
}

.reviews__item-title h4 {
	text-transform: none;
	font-size: 45px;
}

.reviews__item-description {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 23px;
}

.reviews__item-description-text {
	max-width: 350px;
	font-family: Calibri;
	font-weight: 400;
	font-size: 19px;
	line-height: 21px;
	color: #000;
}

.reviews .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/index/Left.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	left: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.reviews .swiper-button-prev:hover {
	cursor: pointer;
	-webkit-transform: scale(.91);
	-ms-transform: scale(.91);
	transform: scale(.91);
}

.reviews .swiper-button-prev:after {
	content: '';
}

.reviews .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/index/Right.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	right: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.reviews .swiper-button-next:hover {
	cursor: pointer;
	-webkit-transform: scale(.91);
	-ms-transform: scale(.91);
	transform: scale(.91);
}

.reviews .swiper-button-next:after {
	content: '';
}

.reviews__buttons {
	max-width: 750px;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
@media screen and (min-width:3500px) {
	.reviews {
             background-position: 51% top,center 93%;
	}
}
@media screen and (max-width:1199px) {
	.reviews {
		background: 0 0!important;
		height: auto;
	}

	.reviews__container-fluid {
		background: -o-linear-gradient(60deg,#a357d3,#d5afed);
		background: linear-gradient(30deg,#a357d3,#d5afed);
	}

	.reviews__title {
		margin-bottom: 35px;
		margin-top: 25px;
	}

	.reviews__list {
		margin-top: 0;
	}

	.reviews__buttons {
		margin-top: -120px;
	}
}

@media screen and (max-width:767px) {
	.reviews__item {
		background: 0 0!important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.reviews__item-title {
		margin-top: 0;
	}

	.reviews__item-title h4 {
		color: #fff;
	}

	.reviews__item-description-text {
		color: #fff;
	}

	.reviews .swiper-button-prev {
		left: 10px;
	}

	.reviews .swiper-button-next {
		right: 10px;
	}

	.reviews__list {
		height: 400px;
	}
}

@media screen and (max-width:500px) {
	.reviews__item-title h4 {
		font-size: 25px;
	}

	.reviews__item-description {
		margin-top: 10px;
	}

	.reviews__item-description-text {
		font-size: 17px;
		line-height: 18px;
		padding: 0 20px;
	}

	.reviews .swiper-button-prev {
		top: 50%;
	}

	.reviews .swiper-button-next {
		top: 50%;
	}

	.reviews__buttons {
		margin-top: 0;
	}
}

.feedback {
	background: url(../img/feedback/back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 1447px;
}

.feedback__tomain {
	width: 154px;
	height: 55px;
	background: url(../img/feedback/btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	line-height: 21px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border: none;
	margin-top: 15px;
	z-index: 10;
	outline: 0;
}

.feedback__tomain:hover {
	cursor: pointer;
	color: #fff;
}

.feedback__tomain-wrap {
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 180px;
}

.feedback__stroke {
	width: 311px;
	height: 222px;
	background: url(../img/feedback/stroke.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-family: Dereza;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	color: #000;
	position: absolute;
	top: 309px;
	left: 323px;
}

.feedback__stroke p {
	font-weight: 700;
	font-family: Dereza;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	color: #000;
}

.feedback__footer {
	margin-top: -198px;
}

.feedback__breadcrumb {
	position: absolute;
	margin-top: 0;
	left: 205px;
	top: 230px;
}

.feedback__breadcrumb .breadcrumb__container {
	max-width: 1512px;
}

.feedback__container {
	width: 100%;
	height: 100%;
	height: 1217px;
	background: url(../img/feedback/misha_no.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1051px 1217px;
	margin-top: 233px;
	padding-top: 373px;
}

.feedback__form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -5px;
}

.feedback__form-btn {
	width: 154px;
	height: 55px;
	background: url(../img/feedback/btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	line-height: 21px;
	color: #fff;
	border: none;
	margin-top: 15px;
	z-index: 10;
	outline: 0;
	padding-left: 40px;
	text-align: left;
}

.feedback__form-btn:hover {
	cursor: pointer;
}

.feedback__form-item {
	width: 100%;
	max-width: 395px;
	height: 34px;
	border: 2px solid #000;
	border-radius: 10px;
	padding-left: 25px;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	outline: 0;
	margin-top: 25px;
}

.feedback__form-item-textarea {
	min-height: 243px;
	max-height: 243px;
	max-width: 395px;
	min-width: 395px;
	padding-top: 20px;
	margin-top: 25px;
	padding-right: 25px;
}

.feedback__form-item::-webkit-input-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__form-item::-moz-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__form-item:-moz-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__form-item:-ms-input-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 94px;
}

.feedback__checkbox:hover {
	cursor: pointer;
}

.feedback__checkbox-style {
	width: 34px;
	height: 34px;
	min-width: 34px;
	min-height: 34px;
	max-width: 34px;
	background: url(../img/feedback/point_.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.feedback__checkbox-style:hover {
	cursor: pointer;
}

.feedback__checkbox-active:after {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	background: url(../img/feedback/point_active.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.feedback__checkbox-text {
	max-width: 580px;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
	line-height: 17px;
}

.feedback__checkbox-text:hover {
	cursor: pointer;
}

.feedback__checkbox-link {
	color: #4ac2f1;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.feedback__checkbox-link:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #4ac2f1;
}

.feedback__item-checkbox {
	display: none;
}

@media screen and (max-width:1850px) {
	.feedback__stroke {
		left: 10%;
		top: 21%;
	}
}

@media screen and (max-width:1600px) {
	.feedback__stroke {
		left: 5%;
		top: 21%;
	}

	.feedback__breadcrumb {
		left: 7%;
	}
}

@media screen and (max-width:1400px) {
	.feedback__stroke {
		left: 1%;
		top: 21%;
	}

	.feedback__breadcrumb {
		left: 7%;
	}
}

@media screen and (max-width:1300px) {
	.feedback__stroke {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		left: 10px;
		top: 19%;
	}

	.feedback__breadcrumb {
		left: 7%;
	}
}

@media screen and (max-width:1199px) {
	.feedback__container {
		margin-top: 115px;
	}

	.feedback__stroke {
		display: none;
	}

	.feedback__breadcrumb {
		top: 3%;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.feedback {
		height: auto;
	}

	.feedback__tomain-wrap {
		top: 150px;
		bottom: 0;
	}

	.feedback__container {
		background: 0 0;
		padding-top: 0;
		height: auto;
		margin-top: 0;
		min-height: -webkit-calc(100vh - 272px);
		min-height: calc(100vh - 272px);
	}

	.feedback__footer {
		margin-top: 0;
	}

	.feedback__footer .footer__info-items {
		margin-top: 0;
	}

	.feedback__footer .footer__bottom-contacts {
		margin-top: 0;
	}

	.feedback__form {
		padding: 0 15px;
	}

	.feedback__form-btn {
		margin-bottom: 30px;
	}

	.feedback__form-item-textarea {
		width: 100%;
		min-width: inherit;
	}

	.feedback__title {
		margin-top: 65px;
	}

	.feedback__checkbox {
		margin-top: 25px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.feedback__checkbox-link {
		color: #fff;
	}

	.feedback__checkbox-link:hover {
		color: #fff;
	}
}

.master-class__breadcrumb .breadcrumb__container {
	max-width: 1512px;
}

@media screen and (max-width:1550px) {
	.master-class__breadcrumb .breadcrumb__container {
		padding-left: 20px;
	}
}

.model__title {
	margin-top: 9px;
}

.model__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_4.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.model__title {
		margin-top: 30px;
	}

	.model__container {
		background: #ee79d9;
		height: auto;
		padding: 20px 0;
	}
}

.origami__title {
	margin-top: 13px;
}

.origami__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_2.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.origami__title {
		margin-top: 30px;
	}

	.origami__container {
		background: #64db9d;
		height: auto;
		padding: 20px 0;
	}
}

.paint__title {
	margin-top: 45px;
}

.paint__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_1.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.paint__container {
		background: #f8aa36;
		height: auto;
		padding: 20px 0;
	}
}

.preview {
	max-width: 1920px;
	margin: 0 auto;
}

.preview__container {
	padding-left: 190px;
	padding-bottom: 380px;
}

.preview__title {
	margin-top: 44px;
}

.preview__title h4 {
	text-align: left;
}

.preview__description {
	margin-top: 43px;
}

.preview__back {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: -1;
	width: 100%;
	max-width: 1920px;
	height: auto;
}

.preview__hint {
	background: url(../img/master_class/hint.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 311px;
	height: 222px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 215px;
	top: 68px;
}

.preview__hint-text {
	font-weight: 700;
	font-family: Dereza;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	text-align: center;
}

.has_tag_1 {
	font-weight: 700;
	color: #fea23e;
}

.has_tag_2 {
	font-weight: 700;
	color: #4ac2f1;
}

@media screen and (max-width:1800px) {
	.preview__back {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		right: inherit;
	}

	.preview__hint {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		right: 30px;
	}
}

@media screen and (max-width:1560px) {
	.preview__container {
		padding-bottom: 280px;
	}

	.preview__back {
		bottom: 20px;
	}

	.preview__hint {
		top: 10px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
}

@media screen and (max-width:1480px) {
	.preview {
		overflow-x: hidden;
	}

	.preview__back {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		right: -300px;
	}

	.preview__hint {
		top: -10px;
	}
}

@media screen and (max-width:1300px) {
	.preview__back {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		right: -350px;
		top: 150px;
	}

	.preview__hint {
		right: 0;
	}
}

@media screen and (max-width:1199px) {
	.preview {
		height: auto;
	}

	.preview__back {
		display: none;
	}

	.preview__container {
		padding: 0 50px;
	}

	.preview__hint {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.preview {
		height: auto;
	}

	.preview__back {
		display: none;
	}

	.preview__container {
		padding: 0 20px;
	}

	.preview__title h4 {
		text-align: center;
	}
}

.puzzles__title {
	margin-top: 17px;
}

.puzzles__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_3.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.puzzles__title {
		margin-top: 30px;
	}

	.puzzles__container {
		background: #ff695a;
		height: auto;
		padding: 20px 0;
	}
}

.school__reviews {
	margin-top: 58px;
}

.school__hit {
	margin-top: -212px;
}

.school__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.school__banner {
	width: 100%;
	max-width: 1400px;
	height: 100%;
	margin-top: 50px;
	margin-left: -30px;
}

.school__breadcrumb {
	margin-top: 62px;
}

.school__breadcrumb .breadcrumb__container {
	max-width: 1507px;
}

.school .crocodile {
	width: 497px;
	height: 159px;
	background: url(../img/school/crocodile.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 497px 159px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 176px;
	left: 253px;
}

.school .crocodile__text {
	font-size: 21px;
	line-height: 18px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
	margin-top: -30px;
	max-width: 60%;
}

.school .chick {
	width: 299px;
	height: 301px;
	background: url(../img/school/chick.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 299px 301px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 228px;
	top: 390px;
}

.school .chick__text {
	max-width: 86%;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

.school .cow {
	width: 214px;
	height: 277px;
	background: url(../img/school/cow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 214px 277px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 217px;
	left: 241px;
}

.school .cow__text {
	max-width: 90%;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width:1750px) {
	.school__breadcrumb .breadcrumb__container {
		padding-left: 20px;
	}

	.school .crocodile {
		left: 10%;
	}

	.school .cow {
		left: 10%;
	}

	.school .chick {
		right: 7%;
	}
}

@media screen and (max-width:1500px) {
	.school .crocodile {
		left: 2%;
	}

	.school .cow {
		left: 2%;
	}

	.school .chick {
		right: 2%;
	}
}

@media screen and (max-width:1300px) {
	.school .crocodile {
		left: 1%;
	}

	.school .cow {
		left: 1%;
		bottom: 170px;
	}

	.school .chick {
		right: 1%;
	}
}

@media screen and (max-width:1199px) {
	.school__banner {
		margin-left: 0;
	}

	.school .chick,.school .cow,.school .crocodile {
		display: none;
	}

	.school__hit {
		margin-top: -130px;
	}
}

@media screen and (max-width:767px) {
	.school__hit {
		margin-top: -50px;
	}
}

.hit__title {
	margin-top: 59px;
}

.hit__container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
}

.hit__wrapper {
	max-width: 950px;
	min-height: 560px;
	height: auto;
}

.hit__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	max-width: 330px;
	width: 330px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit__item-title {
	display: inline-block;
	text-align: center;
	font-weight: 400;
	font-family: Verdana;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	margin-top: 20px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit__item-img-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hit__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hit .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/index/Left.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	left: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit .swiper-button-prev:after {
	content: '';
}

.hit .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/index/Right.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	right: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit .swiper-button-next:after {
	content: '';
}

.hit__buttons {
	max-width: 1200px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 50%;
}

.hit__swiper-pagination {
	display: none;
}

.hit .swiper-button-next:hover,.hit .swiper-button-prev:hover {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.swiper-slide-active .hit__item-title {
	font-size: 14px;
	line-height: 18px;
}

.swiper-slide-active.hit__item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width:767px) {
	.hit__wrapper {
		width: 320px;
	}

	.hit__container {
		margin-top: 0;
	}

	.hit .swiper-button-prev {
		display: none;
	}

	.hit .swiper-button-next {
		display: none;
	}

	.hit__swiper-pagination {
		display: block;
	}
}

.wr-and-dr .crocodile {
	top: 42px;
	background: url('../img/green_crocodile.png');
        width: 473px;
}

.wr-and-dr .chick {
	top: 119px;
	background: url('../img/green_chick.png');
	right: 100px;
        width: 304px;
}

.wr-and-dr .cow {
	background: url('../img/green_cow.png');
	right: 130px;
        width: 218px;
}

.wr-and-dr__breadcrumb .breadcrumb__container {
	max-width: 1510px;
}

.wr-and-dr__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wr-and-dr__banner {
	margin-top: 42px;
	width: 100%;
	height: 100%;
	max-width: 1116px;
}

.wr-and-dr__reviews .reviews {
	background: url(../img/index/air.png),url(../img/wratinganddrawing/reviews__banner.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
}

@media screen and (max-width:1199px) {
	.wr-and-dr__container {
		padding: 0 30px;
	}

	.wr-and-dr__banner {
		margin-left: 0;
	}
}
@media screen and (min-width:2350px) {
    .wr-and-dr__reviews .reviews {
	background-position: 51% top,center 93%;
    }
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,::after,::before {
	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: -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,.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%;
	padding-right: 15px;
	padding-left: 15px;
}

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

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

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

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

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

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

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

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

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

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

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

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

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

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

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

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

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

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

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

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

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

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

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

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

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

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

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

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

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

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

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

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

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

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

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

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

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

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

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

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

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

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

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

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

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

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

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

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-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;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

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

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

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

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-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: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		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: -ms-flexbox!important;
		display: flex!important;
	}

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

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-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;
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
}

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

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

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important;
}

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

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

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

.justify-content-between {
	-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 {
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

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

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

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

.align-items-stretch {
	-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;
	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;
	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;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-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;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

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

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

	.justify-content-sm-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

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

	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-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;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

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

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

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

	.justify-content-md-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

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

	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-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;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

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

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

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

	.justify-content-lg-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

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

	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-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;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

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

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

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

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

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

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

	.justify-content-xl-between {
		-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 {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

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

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

	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-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;
		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;
		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;
		align-self: stretch!important;
	}
}

.m-0 {
	margin: 0!important;
}

.mt-0,.my-0 {
	margin-top: 0!important;
}

.mr-0,.mx-0 {
	margin-right: 0!important;
}

.mb-0,.my-0 {
	margin-bottom: 0!important;
}

.ml-0,.mx-0 {
	margin-left: 0!important;
}

.m-1 {
	margin: .25rem!important;
}

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

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

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

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

.m-2 {
	margin: .5rem!important;
}

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

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

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

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

.m-3 {
	margin: 1rem!important;
}

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

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

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

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

.m-4 {
	margin: 1.5rem!important;
}

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

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

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

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

.m-5 {
	margin: 3rem!important;
}

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

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

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

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

.p-0 {
	padding: 0!important;
}

.pt-0,.py-0 {
	padding-top: 0!important;
}

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

.pb-0,.py-0 {
	padding-bottom: 0!important;
}

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

.p-1 {
	padding: .25rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
	margin: -.25rem!important;
}

.mt-n1,.my-n1 {
	margin-top: -.25rem!important;
}

.mr-n1,.mx-n1 {
	margin-right: -.25rem!important;
}

.mb-n1,.my-n1 {
	margin-bottom: -.25rem!important;
}

.ml-n1,.mx-n1 {
	margin-left: -.25rem!important;
}

.m-n2 {
	margin: -.5rem!important;
}

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

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

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

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

.m-n3 {
	margin: -1rem!important;
}

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

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

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

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

.m-n4 {
	margin: -1.5rem!important;
}

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

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

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

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

.m-n5 {
	margin: -3rem!important;
}

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

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

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

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

.m-auto {
	margin: auto!important;
}

.mt-auto,.my-auto {
	margin-top: auto!important;
}

.mr-auto,.mx-auto {
	margin-right: auto!important;
}

.mb-auto,.my-auto {
	margin-bottom: auto!important;
}

.ml-auto,.mx-auto {
	margin-left: auto!important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important;
	}

	.mt-sm-0,.my-sm-0 {
		margin-top: 0!important;
	}

	.mr-sm-0,.mx-sm-0 {
		margin-right: 0!important;
	}

	.mb-sm-0,.my-sm-0 {
		margin-bottom: 0!important;
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0!important;
	}

	.m-sm-1 {
		margin: .25rem!important;
	}

	.mt-sm-1,.my-sm-1 {
		margin-top: .25rem!important;
	}

	.mr-sm-1,.mx-sm-1 {
		margin-right: .25rem!important;
	}

	.mb-sm-1,.my-sm-1 {
		margin-bottom: .25rem!important;
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: .25rem!important;
	}

	.m-sm-2 {
		margin: .5rem!important;
	}

	.mt-sm-2,.my-sm-2 {
		margin-top: .5rem!important;
	}

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

	.mb-sm-2,.my-sm-2 {
		margin-bottom: .5rem!important;
	}

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

	.m-sm-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-sm-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-sm-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-sm-0 {
		padding: 0!important;
	}

	.pt-sm-0,.py-sm-0 {
		padding-top: 0!important;
	}

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

	.pb-sm-0,.py-sm-0 {
		padding-bottom: 0!important;
	}

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

	.p-sm-1 {
		padding: .25rem!important;
	}

	.pt-sm-1,.py-sm-1 {
		padding-top: .25rem!important;
	}

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

	.pb-sm-1,.py-sm-1 {
		padding-bottom: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-sm-n1 {
		margin: -.25rem!important;
	}

	.mt-sm-n1,.my-sm-n1 {
		margin-top: -.25rem!important;
	}

	.mr-sm-n1,.mx-sm-n1 {
		margin-right: -.25rem!important;
	}

	.mb-sm-n1,.my-sm-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-sm-n1,.mx-sm-n1 {
		margin-left: -.25rem!important;
	}

	.m-sm-n2 {
		margin: -.5rem!important;
	}

	.mt-sm-n2,.my-sm-n2 {
		margin-top: -.5rem!important;
	}

	.mr-sm-n2,.mx-sm-n2 {
		margin-right: -.5rem!important;
	}

	.mb-sm-n2,.my-sm-n2 {
		margin-bottom: -.5rem!important;
	}

	.ml-sm-n2,.mx-sm-n2 {
		margin-left: -.5rem!important;
	}

	.m-sm-n3 {
		margin: -1rem!important;
	}

	.mt-sm-n3,.my-sm-n3 {
		margin-top: -1rem!important;
	}

	.mr-sm-n3,.mx-sm-n3 {
		margin-right: -1rem!important;
	}

	.mb-sm-n3,.my-sm-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-sm-n3,.mx-sm-n3 {
		margin-left: -1rem!important;
	}

	.m-sm-n4 {
		margin: -1.5rem!important;
	}

	.mt-sm-n4,.my-sm-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-sm-n4,.mx-sm-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-sm-n4,.my-sm-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-sm-n4,.mx-sm-n4 {
		margin-left: -1.5rem!important;
	}

	.m-sm-n5 {
		margin: -3rem!important;
	}

	.mt-sm-n5,.my-sm-n5 {
		margin-top: -3rem!important;
	}

	.mr-sm-n5,.mx-sm-n5 {
		margin-right: -3rem!important;
	}

	.mb-sm-n5,.my-sm-n5 {
		margin-bottom: -3rem!important;
	}

	.ml-sm-n5,.mx-sm-n5 {
		margin-left: -3rem!important;
	}

	.m-sm-auto {
		margin: auto!important;
	}

	.mt-sm-auto,.my-sm-auto {
		margin-top: auto!important;
	}

	.mr-sm-auto,.mx-sm-auto {
		margin-right: auto!important;
	}

	.mb-sm-auto,.my-sm-auto {
		margin-bottom: auto!important;
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto!important;
	}
}

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

	.mt-md-0,.my-md-0 {
		margin-top: 0!important;
	}

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

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

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

	.m-md-1 {
		margin: .25rem!important;
	}

	.mt-md-1,.my-md-1 {
		margin-top: .25rem!important;
	}

	.mr-md-1,.mx-md-1 {
		margin-right: .25rem!important;
	}

	.mb-md-1,.my-md-1 {
		margin-bottom: .25rem!important;
	}

	.ml-md-1,.mx-md-1 {
		margin-left: .25rem!important;
	}

	.m-md-2 {
		margin: .5rem!important;
	}

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

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

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

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

	.m-md-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-md-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-md-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-md-0 {
		padding: 0!important;
	}

	.pt-md-0,.py-md-0 {
		padding-top: 0!important;
	}

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

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

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

	.p-md-1 {
		padding: .25rem!important;
	}

	.pt-md-1,.py-md-1 {
		padding-top: .25rem!important;
	}

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

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

	.pl-md-1,.px-md-1 {
		padding-left: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-md-n1 {
		margin: -.25rem!important;
	}

	.mt-md-n1,.my-md-n1 {
		margin-top: -.25rem!important;
	}

	.mr-md-n1,.mx-md-n1 {
		margin-right: -.25rem!important;
	}

	.mb-md-n1,.my-md-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-md-n1,.mx-md-n1 {
		margin-left: -.25rem!important;
	}

	.m-md-n2 {
		margin: -.5rem!important;
	}

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

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

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

	.ml-md-n2,.mx-md-n2 {
		margin-left: -.5rem!important;
	}

	.m-md-n3 {
		margin: -1rem!important;
	}

	.mt-md-n3,.my-md-n3 {
		margin-top: -1rem!important;
	}

	.mr-md-n3,.mx-md-n3 {
		margin-right: -1rem!important;
	}

	.mb-md-n3,.my-md-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-md-n3,.mx-md-n3 {
		margin-left: -1rem!important;
	}

	.m-md-n4 {
		margin: -1.5rem!important;
	}

	.mt-md-n4,.my-md-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-md-n4,.mx-md-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-md-n4,.my-md-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-md-n4,.mx-md-n4 {
		margin-left: -1.5rem!important;
	}

	.m-md-n5 {
		margin: -3rem!important;
	}

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

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

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

	.ml-md-n5,.mx-md-n5 {
		margin-left: -3rem!important;
	}

	.m-md-auto {
		margin: auto!important;
	}

	.mt-md-auto,.my-md-auto {
		margin-top: auto!important;
	}

	.mr-md-auto,.mx-md-auto {
		margin-right: auto!important;
	}

	.mb-md-auto,.my-md-auto {
		margin-bottom: auto!important;
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto!important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important;
	}

	.mt-lg-0,.my-lg-0 {
		margin-top: 0!important;
	}

	.mr-lg-0,.mx-lg-0 {
		margin-right: 0!important;
	}

	.mb-lg-0,.my-lg-0 {
		margin-bottom: 0!important;
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0!important;
	}

	.m-lg-1 {
		margin: .25rem!important;
	}

	.mt-lg-1,.my-lg-1 {
		margin-top: .25rem!important;
	}

	.mr-lg-1,.mx-lg-1 {
		margin-right: .25rem!important;
	}

	.mb-lg-1,.my-lg-1 {
		margin-bottom: .25rem!important;
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: .25rem!important;
	}

	.m-lg-2 {
		margin: .5rem!important;
	}

	.mt-lg-2,.my-lg-2 {
		margin-top: .5rem!important;
	}

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

	.mb-lg-2,.my-lg-2 {
		margin-bottom: .5rem!important;
	}

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

	.m-lg-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-lg-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-lg-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-lg-0 {
		padding: 0!important;
	}

	.pt-lg-0,.py-lg-0 {
		padding-top: 0!important;
	}

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

	.pb-lg-0,.py-lg-0 {
		padding-bottom: 0!important;
	}

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

	.p-lg-1 {
		padding: .25rem!important;
	}

	.pt-lg-1,.py-lg-1 {
		padding-top: .25rem!important;
	}

	.pr-lg-1,.px-lg-1 {
		padding-right: .25rem!important;
	}

	.pb-lg-1,.py-lg-1 {
		padding-bottom: .25rem!important;
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-lg-n1 {
		margin: -.25rem!important;
	}

	.mt-lg-n1,.my-lg-n1 {
		margin-top: -.25rem!important;
	}

	.mr-lg-n1,.mx-lg-n1 {
		margin-right: -.25rem!important;
	}

	.mb-lg-n1,.my-lg-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-lg-n1,.mx-lg-n1 {
		margin-left: -.25rem!important;
	}

	.m-lg-n2 {
		margin: -.5rem!important;
	}

	.mt-lg-n2,.my-lg-n2 {
		margin-top: -.5rem!important;
	}

	.mr-lg-n2,.mx-lg-n2 {
		margin-right: -.5rem!important;
	}

	.mb-lg-n2,.my-lg-n2 {
		margin-bottom: -.5rem!important;
	}

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

	.m-lg-n3 {
		margin: -1rem!important;
	}

	.mt-lg-n3,.my-lg-n3 {
		margin-top: -1rem!important;
	}

	.mr-lg-n3,.mx-lg-n3 {
		margin-right: -1rem!important;
	}

	.mb-lg-n3,.my-lg-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-lg-n3,.mx-lg-n3 {
		margin-left: -1rem!important;
	}

	.m-lg-n4 {
		margin: -1.5rem!important;
	}

	.mt-lg-n4,.my-lg-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-lg-n4,.mx-lg-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-lg-n4,.my-lg-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-lg-n4,.mx-lg-n4 {
		margin-left: -1.5rem!important;
	}

	.m-lg-n5 {
		margin: -3rem!important;
	}

	.mt-lg-n5,.my-lg-n5 {
		margin-top: -3rem!important;
	}

	.mr-lg-n5,.mx-lg-n5 {
		margin-right: -3rem!important;
	}

	.mb-lg-n5,.my-lg-n5 {
		margin-bottom: -3rem!important;
	}

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

	.m-lg-auto {
		margin: auto!important;
	}

	.mt-lg-auto,.my-lg-auto {
		margin-top: auto!important;
	}

	.mr-lg-auto,.mx-lg-auto {
		margin-right: auto!important;
	}

	.mb-lg-auto,.my-lg-auto {
		margin-bottom: auto!important;
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto!important;
	}
}

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

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

	.mr-xl-0,.mx-xl-0 {
		margin-right: 0!important;
	}

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

	.ml-xl-0,.mx-xl-0 {
		margin-left: 0!important;
	}

	.m-xl-1 {
		margin: .25rem!important;
	}

	.mt-xl-1,.my-xl-1 {
		margin-top: .25rem!important;
	}

	.mr-xl-1,.mx-xl-1 {
		margin-right: .25rem!important;
	}

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

	.ml-xl-1,.mx-xl-1 {
		margin-left: .25rem!important;
	}

	.m-xl-2 {
		margin: .5rem!important;
	}

	.mt-xl-2,.my-xl-2 {
		margin-top: .5rem!important;
	}

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

	.mb-xl-2,.my-xl-2 {
		margin-bottom: .5rem!important;
	}

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

	.m-xl-3 {
		margin: 1rem!important;
	}

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

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

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

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

	.m-xl-4 {
		margin: 1.5rem!important;
	}

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

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

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

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

	.m-xl-5 {
		margin: 3rem!important;
	}

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

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

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

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

	.p-xl-0 {
		padding: 0!important;
	}

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

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

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

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

	.p-xl-1 {
		padding: .25rem!important;
	}

	.pt-xl-1,.py-xl-1 {
		padding-top: .25rem!important;
	}

	.pr-xl-1,.px-xl-1 {
		padding-right: .25rem!important;
	}

	.pb-xl-1,.py-xl-1 {
		padding-bottom: .25rem!important;
	}

	.pl-xl-1,.px-xl-1 {
		padding-left: .25rem!important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.m-xl-n1 {
		margin: -.25rem!important;
	}

	.mt-xl-n1,.my-xl-n1 {
		margin-top: -.25rem!important;
	}

	.mr-xl-n1,.mx-xl-n1 {
		margin-right: -.25rem!important;
	}

	.mb-xl-n1,.my-xl-n1 {
		margin-bottom: -.25rem!important;
	}

	.ml-xl-n1,.mx-xl-n1 {
		margin-left: -.25rem!important;
	}

	.m-xl-n2 {
		margin: -.5rem!important;
	}

	.mt-xl-n2,.my-xl-n2 {
		margin-top: -.5rem!important;
	}

	.mr-xl-n2,.mx-xl-n2 {
		margin-right: -.5rem!important;
	}

	.mb-xl-n2,.my-xl-n2 {
		margin-bottom: -.5rem!important;
	}

	.ml-xl-n2,.mx-xl-n2 {
		margin-left: -.5rem!important;
	}

	.m-xl-n3 {
		margin: -1rem!important;
	}

	.mt-xl-n3,.my-xl-n3 {
		margin-top: -1rem!important;
	}

	.mr-xl-n3,.mx-xl-n3 {
		margin-right: -1rem!important;
	}

	.mb-xl-n3,.my-xl-n3 {
		margin-bottom: -1rem!important;
	}

	.ml-xl-n3,.mx-xl-n3 {
		margin-left: -1rem!important;
	}

	.m-xl-n4 {
		margin: -1.5rem!important;
	}

	.mt-xl-n4,.my-xl-n4 {
		margin-top: -1.5rem!important;
	}

	.mr-xl-n4,.mx-xl-n4 {
		margin-right: -1.5rem!important;
	}

	.mb-xl-n4,.my-xl-n4 {
		margin-bottom: -1.5rem!important;
	}

	.ml-xl-n4,.mx-xl-n4 {
		margin-left: -1.5rem!important;
	}

	.m-xl-n5 {
		margin: -3rem!important;
	}

	.mt-xl-n5,.my-xl-n5 {
		margin-top: -3rem!important;
	}

	.mr-xl-n5,.mx-xl-n5 {
		margin-right: -3rem!important;
	}

	.mb-xl-n5,.my-xl-n5 {
		margin-bottom: -3rem!important;
	}

	.ml-xl-n5,.mx-xl-n5 {
		margin-left: -3rem!important;
	}

	.m-xl-auto {
		margin: auto!important;
	}

	.mt-xl-auto,.my-xl-auto {
		margin-top: auto!important;
	}

	.mr-xl-auto,.mx-xl-auto {
		margin-right: auto!important;
	}

	.mb-xl-auto,.my-xl-auto {
		margin-bottom: auto!important;
	}

	.ml-xl-auto,.mx-xl-auto {
		margin-left: auto!important;
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	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 {
	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;
	text-decoration-skip-ink: none;
}

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;
}

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;
}

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: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em;
}

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

figure {
	margin: 0 0 1rem;
}

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

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

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;
}

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=button],[type=reset],[type=submit],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] {
	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-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;
}

@font-face {
	font-family:Calibri;font-weight:700;font-style:normal;src:url(../fonts/Calibri/calibrib.eot);src:url(../fonts/Calibri/calibrib.eot?#iefix) format("embedded-opentype"),url(../fonts/Calibri/calibrib.woff) format("woff"),url(../fonts/Calibri/calibrib.ttf) format("truetype");
}

@font-face {
	font-family:Calibri;font-weight:400;font-style:normal;src:url(../fonts/Calibri/Calibri_r.eot);src:url(../fonts/Calibri/Calibri_r.eot?#iefix) format("embedded-opentype"),url(../fonts/Calibri/Calibri_r.woff) format("woff"),url(../fonts/Calibri/Calibri_r.ttf) format("truetype");
}

@font-face {
	font-family:Sensei;font-weight:500;font-style:normal;src:url(../fonts/Sensei/Sensei_m.eot);src:url(../fonts/Sensei/Sensei_m.eot?#iefix) format("embedded-opentype"),url(../fonts/Sensei/Sensei_m.woff) format("woff"),url(../fonts/Sensei/Sensei_m.ttf) format("truetype");
}

@font-face {
	font-family:Verdana;font-weight:400;font-style:normal;src:url(../fonts/Verdana/verdana_r.eot);src:url(../fonts/Verdana/verdana_r.eot?#iefix) format("embedded-opentype"),url(../fonts/Verdana/verdana_r.woff) format("woff"),url(../fonts/Verdana/verdana_r.ttf) format("truetype");
}

@font-face {
	font-family:Dereza;font-weight:700;font-style:normal;src:url(../fonts/Dereza/Dereza_semibold.eot);src:url(../fonts/Dereza/Dereza_semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/Dereza/Dereza_semibold.woff) format("woff"),url(../fonts/Dereza/Dereza_semibold.ttf) format("truetype");
}

* {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5,h6,ol,p,ul {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	overflow-x: hidden;
}

.no-scroll {
	overflow: hidden;
}

.scroll-y {
	overflow-y: scroll;
}

h4 {
	font-size: 33px;
	line-height: 37.08px;
	color: #000;
	font-family: Sensei;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

h6 {
	font-weight: 700;
	font-family: Calibri;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

p {
	font-weight: 400;
	font-family: Calibri;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	h4 {
		font-size: 30px;
		padding: 0 20px;
	}

	h6 {
		text-align: center;
	}
}

.breadcrumb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb__container {
	max-width: 1218px;
	width: 100%;
}

.breadcrumb__list {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb__item {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: 1px;
}

.breadcrumb__item-link, .breadcrumb__item-link span {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: 1px;
        #text-transform: lowercase;
}

.breadcrumb__item-link:hover {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.breadcrumb__item:last-child:before {
	content: '/';
	display: inline-block;
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
}

.breadcrumb__item:last-child span{
	border-bottom: 2px solid #000;
        text-transform: lowercase;
}

@media screen and (max-width:1300px) {
	.breadcrumb {
		padding: 0 20px;
	}
}

@media screen and (max-width:1199px) {
	.breadcrumb__container {
		max-width: 80%;
	}
}

@media screen and (max-width:1199px) {
	.breadcrumb {
		padding: 0 0;
	}

	.breadcrumb__container {
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.footer__info-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 130px;
}

.footer__info-items-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 5px 5px 10px 0 #646464;
	box-shadow: 5px 5px 10px 0 #646464;
	list-style-type: none;
}

.footer__info-item {
	max-width: 297px;
	max-height: 312px;
	min-width: 297px;
	min-height: 312px;
	position: relative;
}

.footer__info-item-title {
	font-size: 55px;
	color: #fff;
	font-family: Calibri;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
}

.footer__info-item-description {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -5px;
}

.footer__info-item-description-text {
	max-width: 220px;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	font-family: Calibri;
}

.footer__info-item-img {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 52px;
}

.footer__item-n1 {
	background-color: #f6921e;
}

.footer__item-n1 .footer__info-item-title {
	margin-top: 13px;
	margin-left: 11px;
}

.footer__item-n2 {
	background-color: #ff4f38;
}

.footer__item-n2 .footer__info-item-img {
	margin-top: 44px;
}

.footer__item-n2 .footer__info-item-title {
	margin-top: 11px;
}

.footer__item-n2 .footer__info-item-description-text {
	max-width: 310px;
}

.footer__item-n3 {
	background-color: #44cf87;
}

.footer__item-n3 .footer__info-item-title {
	margin-top: 11px;
}

.footer__item-n4 {
	background-color: #bf79e1;
}

.footer__item-n4 .footer__info-item-title {
	margin-top: 11px;
	margin-left: -9px;
}

.footer__bottom-contacts {
	height: 235px;
	background: url(../img/footer/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: -113px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__bottom-contacts-wrapper {
	max-width: 1515px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__bottom-contacts-left {
	margin-top: 141px;
	margin-left: 5px;
}

.footer__bottom-contacts-left-text {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

.footer__bottom-contacts-center {
	margin-top: 137px;
	margin-left: 90px;
}

.footer__bottom-contacts-center-link {
	font-weight: 700;
	font-family: Calibri;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.footer__bottom-contacts-center-link:hover {
	cursor: pointer;
	border-bottom: 2px solid transparent;
	color: #fff;
	text-decoration: none;
}

.footer__bottom-contacts-right {
	margin-top: 141px;
}

.footer__bottom-contacts-right-text {
	text-align: right;
}

.footer__bottom-contacts-right-text a {
	font-weight: 400;
	font-family: Calibri;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

@media screen and (max-width:1550px) {
	.footer__bottom-contacts-wrapper {
		padding: 0 30px;
	}
}

@media screen and (max-width:1199px) {
	.footer__info-item {
		margin-right: 20px;
		margin-top: 20px;
	}

	.footer__info-items {
		margin-top: 110px;
	}

	.footer__info-items-wrapper {
		padding: 0 20px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width:767px) {
	.footer__info-item {
		margin-top: 20px;
	}

	.footer__info-items {
		margin-top: 30px;
	}

	.footer__info-items-wrapper {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}

	.footer__bottom-contacts {
		background-color: #4ac2f1;
		margin-top: 20px;
		height: auto;
	}

	.footer__bottom-contacts-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 0;
	}

	.footer__bottom-contacts-left {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}

	.footer__bottom-contacts-center {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		margin-top: 10px;
	}

	.footer__bottom-contacts-right {
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
	}

	.footer__bottom-contacts-right-text {
		text-align: center;
	}
}

@media screen and (max-width:636px) {
	.footer__info-items-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:630px) {
	.footer__info-item {
		margin-right: 0;
	}
}

.header {
	background-image: url(../img/header/background.png);
	height: 196px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 300;
	background-size: cover;
	margin: 0 auto;
}

.header__mobile-menu {
	display: none;
	z-index: 334;
}

.header__menu-mobile {
	display: none;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	right: -10000px;
	z-index: 333;
}

.header__menu-mobile-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none;
	padding-top: 150px;
}

.header__menu-mobile-item {
	margin-top: 25px;
}

.header__menu-mobile-item:first-child {
	margin-top: 0;
}

.header__menu-items {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 61px;
	margin-top: 55px;
}

.header__menu-item {
	position: relative;
	height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__menu-item:hover {
	cursor: pointer;
}

.header__menu-item:nth-child(1) {
	width: 140px;
	margin-right: 30px;
}

.header__menu-item:nth-child(1):hover {
	background-image: url(../img/header/li_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(2) {
	margin-right: 56px;
	width: 200px;
}

.header__menu-item:nth-child(2):hover {
	background-image: url(../img/header/li_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(3) {
	margin-right: 48px;
	width: 280px;
}

.header__menu-item:nth-child(3):hover {
	background-image: url(../img/header/li_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(4) {
	margin-right: 29px;
	width: 200px;
}

.header__menu-item:nth-child(4):hover {
	background-image: url(../img/header/li_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(5) {
	margin-right: 24px;
	width: 150px;
}

.header__menu-item:nth-child(5):hover {
	background-image: url(../img/header/li_5.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item:nth-child(6) {
	width: 200px;
}

.header__menu-item:nth-child(6):hover {
	background-image: url(../img/header/li_6.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.header__menu-item-link {
	font-family: Calibri,sans-serif;
	font-size: 18px;
	line-height: 21.89px;
	letter-spacing: .25px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.header__menu-item-link:hover {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header__logo-link {
	z-index: 334;
}

.header__logo-img {
	margin-top: 29px;
	margin-right: -40px;
	z-index: 334;
}

.open-mobile-menu {
	right: 0;
}

*,:after,:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%);
	width: 50px;
	height: 50px;
}

.menu-icon .dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%);
	-webkit-transition: margin .4s ease .4s,width .4s ease;
	-webkit-transition--moz-transition: margin .4s ease .4s,width .4s ease;
	-webkit-transition--moz-transition--o-transition: margin .4s ease .4s,width .4s ease;
	-webkit-transition--moz-transition--o-transition-transition: margin .4s ease .4s,width .4s ease;
}

.menu-icon .dot:nth-of-type(1) {
	margin-top: -20px;
	margin-left: -20px;
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%) rotate(45deg);
}

.menu-icon .dot:nth-of-type(2) {
	margin-top: -20px;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform--ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform--moz-transform--ms-transform--o-transform-transform: translate(-50%,-50%) rotate(-45deg);
}

.menu-icon .dot:nth-of-type(3) {
	margin-top: -20px;
	margin-left: 20px;
}

.menu-icon .dot:nth-of-type(4) {
	margin-left: -20px;
}

.menu-icon .dot:nth-of-type(6) {
	margin-left: 20px;
}

.menu-icon .dot:nth-of-type(7) {
	margin-top: 20px;
	margin-left: -20px;
}

.menu-icon .dot:nth-of-type(8) {
	margin-top: 20px;
}

.menu-icon .dot:nth-of-type(9) {
	margin-top: 20px;
	margin-left: 20px;
}

.menu-icon.clicked .dot {
	-webkit-transition: margin .4s ease,width .4s ease .4s;
	-webkit-transition--moz-transition: margin .4s ease,width .4s ease .4s;
	-webkit-transition--moz-transition--o-transition: margin .4s ease,width .4s ease .4s;
	-webkit-transition--moz-transition--o-transition-transition: margin .4s ease,width .4s ease .4s;
	margin-left: 0;
	margin-top: 0;
}

.menu-icon.clicked .dot:nth-of-type(1) {
	width: 50px;
}

.menu-icon.clicked .dot:nth-of-type(2) {
	width: 50px;
}

.active_1 {
	background-image: url(../img/header/li_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_2 {
	background-image: url(../img/header/li_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_3 {
	background-image: url(../img/header/li_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_4 {
	background-image: url(../img/header/li_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_5 {
	background-image: url(../img/header/li_5.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.active_6 {
	background-image: url(../img/header/li_6.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

@media screen and (min-width:2000px) {
	.header {
		background: #4ac2f1;
		background-size: cover;
	}
}

@media screen and (max-width:1800px) {
	.header__menu-items {
		padding-left: 65px;
	}

	.header__menu-item {
		margin-right: 50px;
	}
}

@media screen and (max-width:1565px) {
	.header__menu-items {
		padding-left: 25px;
	}

	.header__menu-item {
		margin-right: 36px;
	}

	.header__menu-item-link {
		font-size: 17px;
	}

	.header__logo-img {
		margin-right: 0;
	}
}

@media screen and (max-width:1366px) {
	.header__menu-items {
		padding-left: 0;
	}

	.header__menu-item {
		margin-right: 26px;
	}

	.header__menu-item-link {
		font-size: 16px;
	}

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

@media screen and (max-width:1199px) {
	.header {
		height: 100px;
		position: relative;
		background-size: inherit;
	}

	.header__menu-items {
		display: none;
	}

	.header__menu-item-link {
		font-size: 18px;
	}

	.header__mobile-menu {
		display: block;
		right: 40px;
		left: inherit;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		top: 31px;
	}

	.header__menu-mobile {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #00c3f4;
	}

	.header__menu-mobile:hover {
		cursor: pointer;
	}

	.header__logo {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 20px;
	}

	.header__logo-img {
		width: 80px;
		margin-top: 10px;
	}
}

@media screen and (max-width:767px) {
	.header {
		height: 80px;
		position: relative;
	}

	.header__logo-img {
		width: 60px;
		height: auto;
		margin-top: 0;
	}

	.header__container {
		height: 100%;
	}

	.header__row {
		height: 100%;
	}

	.header__mobile-menu {
		top: 18%;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		right: 30px;
	}

	.header__col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.master-class__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin-left: 55px;
}

.master-class__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 341px;
	height: 262px;
	width: 100%;
	margin-right: 55px;
}

.master-class__file {
	display: block;
}

.master-class__image {
	width: 100%;
	height: auto;
}

.master-class__file {
	text-align: center;
	margin-top: 30px;
	color: #fff;
	text-decoration: underline;
	font-weight: 400;
	font-family: Verdana;
	font-size: 14px;
	line-height: 18px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	display: block;
	max-width: 70px;
}

.master-class__file:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:1199px) {
	.master-class__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	.master-class__item {
		margin-top: 25px;
		height: auto;
		margin-right: 0;
	}
}

@media screen and (max-width:767px) {
	.master-class__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		padding: 0 10px;
	}

	.master-class__item {
		margin-top: 25px;
		height: auto;
		margin-right: 0;
	}
}

.about__breadcrumb {
	margin-top: 71px;
}

.about__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 9px;
}

.about__container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.about__wrapper {
	max-width: 1218px;
	padding-left: 2px;
}

.about__category-items {
	margin-top: 20px!important;
}

.about__reviews .reviews {
	margin-top: 89px;
	background: url(../img/index/air.png),url(../img/about/about__reviews_banner.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
}
@media screen and (min-width:3500px) {
	.about__reviews .reviews {
             background-position: 51% top,center 93%;
	}
}


@media screen and (max-width:1300px) {
	.about__wrapper {
		padding: 0 20px;
	}
}

@media screen and (max-width:1199px) {
	.about__breadcrumb {
		margin-top: 50px;
	}

	.about__wrapper {
		padding: 0 30px;
	}

	.about__title {
		margin-top: 50px;
	}

	.about__reviews .reviews {
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.about__wrapper {
		padding: 0 20px;
	}

	.about__title {
		margin-top: 25px;
	}

	.about__breadcrumb {
		margin-top: 40px;
	}

	.about__reviews .reviews {
		margin-top: 10px;
	}
}

.creativity__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.creativity__banner {
	margin-left: -18px;
	width: 100%;
	height: 100%;
	max-width: 1230px;
}

.creativity__hit {
	margin-top: 17px;
}

.creativity__reviews {
	margin-top: 150px;
}

.creativity__reviews .reviews {
	background: url(../img/index/air.png),url(../img/about/about__reviews_banner.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
}

.crocodile {
	width: 480px;
	height: 152px;
	background: url(../img/crocodile.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 466px 151px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 48px;
	left: 267px;
}

.crocodile__text {
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
	margin-top: -30px;
	max-width: 60%;
}

.chick {
	width: 299px;
	height: 300px;
	background: url(../img/chick.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 299px 300px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 280px;
	top: 27px;
}

.chick__text {
	max-width: 86%;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

.cow {
	width: 214px;
	height: 277px;
	background: url(../img/cow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 214px 277px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -34px;
	left: 271px;
}

.cow__text {
	max-width: 90%;
	font-size: 19px;
	line-height: 21px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width:1750px) {
	.creativity__banner {
		margin-left: 0;
	}

	.crocodile {
		left: 5%;
	}

	.chick {
		right: 5%;
	}

	.cow {
		left: 5%;
	}

	.wr-and-dr .chick {
		right: 10px;
	}

	.wr-and-dr .chick {
		right: 30px;
	}
}

@media screen and (max-width:1400px) {
	.crocodile {
		left: 10px;
	}

	.chick {
		right: 10px;
	}

	.cow {
		left: 10px;
	}
}

@media screen and (max-width:1500px) {
	.creativity__breadcrumb {
		padding-left: 20px;
	}
}

@media screen and (max-width:1199px) {
	.creativity__banner {
		margin-left: 0;
	}

	.crocodile {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}

	.chick {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}

	.cow {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
	}
}

.advantage__title {
	margin-top: 105px;
}

.advantage__banner {
	width: 100%;
	height: auto;
}

@media screen and (max-width:1199px) {
	.advantage__banner {
		margin-top: 0;
	}
}

@media screen and (max-width:767px) {
	.advantage__title {
		margin-top: 20px;
	}
}

.big-slider {
	margin-top: 128px;
}

.big-slider__container {
	width: 100%;
}

.big-slider__item {
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.big-slider__item-img {
	width: 100%;
	height: auto;
}

.big-slider__bottom-background {
	position: absolute;
	bottom: -10.5%;
	width: 100%;
	z-index: 10;
}

.big-slider .swiper-pagination {
	z-index: 11;
	bottom: 0;
	width: 100%;
}

.big-slider .swiper-pagination-bullet {
	background: url(../img/index/pag_1.png);
	height: 16px;
	width: 20px;
	opacity: 1;
	position: relative;
	margin-right: 12px;
	outline: 0;
}

.big-slider .swiper-pagination-bullet:nth-child(1) {
	margin-left: 16px;
}

.big-slider .swiper-pagination-bullet:nth-child(2) {
	background: url(../img/index/pag_2.png);
}

.big-slider .swiper-pagination-bullet:nth-child(3) {
	background: url(../img/index/pag_3.png);
}

.big-slider .swiper-pagination-bullet:nth-child(4) {
	background: url(../img/index/pag_4.png);
}

.big-slider .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #232fa1;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 3px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #232fa1;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 3px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #44cf87;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 2px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: #f6921e;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	left: 5.5px;
	border-radius: 50%;
}

.big-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: #bf79e1;
	position: absolute;
	top: 3px;
	bottom: 0;
	right: 0;
	left: 5px;
	border-radius: 50%;
}

@media screen and (max-width:1800px) {
	.big-slider__bottom-background {
		bottom: -67px;
	}
}

@media screen and (max-width:1500px) {
	.big-slider__bottom-background {
		bottom: -48px;
	}
}

@media screen and (max-width:1250px) {
	.big-slider__bottom-background {
		bottom: -45px;
	}
}

@media screen and (max-width:1000px) {
	.big-slider {
		margin-top: 160px;
	}
}

@media screen and (max-width:1199px) {
	.big-slider {
		margin-top: 0;
	}

	.big-slider .swiper-pagination {
		background-color: #4ac2f1;
		bottom: 0;
		height: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.big-slider__bottom-background {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.big-slider {
		margin-top: 0;
	}

	.big-slider__bottom-background {
		display: none;
	}

	.big-slider .swiper-pagination {
		bottom: 0;
		background-color: #4ac2f1;
		height: 15px;
	}

	.big-slider .swiper-pagination-bullet {
		width: 11px;
		height: 11px;
		background: 0 0;
		border: 1px solid #fff;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1),.big-slider .swiper-pagination-bullet:nth-child(2),.big-slider .swiper-pagination-bullet:nth-child(3),.big-slider .swiper-pagination-bullet:nth-child(4) {
		background: 0 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after {
		width: 9px;
		height: 9px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width:500px) {
	.big-slider .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		background: 0 0;
		border: 1px solid #fff;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1),.big-slider .swiper-pagination-bullet:nth-child(2),.big-slider .swiper-pagination-bullet:nth-child(3),.big-slider .swiper-pagination-bullet:nth-child(4) {
		background: 0 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.big-slider .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after {
		width: 5px;
		height: 5px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.category-items {
	margin-top: 60px;
}

.category-items__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 35px;
}

.category-items__list {
	list-style-type: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 65px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.category-items__list-item {
	height: 451px;
	width: 338px;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-right: 100px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.category-items__list-item:hover {
	-webkit-box-shadow: 5px 5px 8px #7e7e7e;
	box-shadow: 5px 5px 8px #7e7e7e;
}

.category-items__list-item:hover .category-items__list-item-smile {
	opacity: 1;
	cursor: pointer;
}
.category-items__list-item .category-items__list-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.category-items__list-item-smile {
	position: absolute;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.category-items__list-item:nth-child(3n) {
	margin-right: 0;
}

.category-items__list-item-title {
	font-family: Calibri;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	bottom: 37px;
}

.category-items__list-item-title:hover {
	cursor: pointer;
	text-decoration: underline;
}

.category-items__list-item-title-double {
	bottom: 11px;
}

.smile_1 {
	top: 160px;
	left: -80px;
}

.smile_2 {
	top: -50px;
	left: -50px;
}

.smile_3 {
	top: -40px;
	right: -75px;
}

@media screen and (max-width:1350px) {
	.smile_3 {
		right: 0;
	}
}

@media screen and (max-width:1199px) {
	.category-items {
		margin-top: 0;
	}

	.category-items__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 35px;
	}

	.category-items__list-item {
		margin: 0 auto;
		margin-top: 20px;
	}

	.category-items__list-item:nth-child(1) {
		margin-top: 0;
	}

	.category-items__list-item:nth-child(3n) {
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	.category-items__list-item {
		width: 100%;
		max-width: 338px;
	}

	.category-items__list-item-smile {
		display: none;
	}
}

.gallery-card__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

.gallery-card__items-wrapper {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 20px;
}

.gallery-card__item {
	max-width: 283px;
	max-height: 286px;
	min-width: 283px;
	min-height: 286px;
	width: 283px;
	height: 286px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-top: 20px;
}

.gallery-card__item:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
	background: -o-linear-gradient(top,transparent,#000);
	background: linear-gradient(top,transparent,#000);
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.gallery-card__item:hover:after {
	opacity: .2;
}

.gallery-card__item-img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1199px) {
	.gallery-card__items-wrapper {
		padding-left: 0;
		padding: 0 20px;
	}

	.gallery-card__item {
		margin-right: 20px;
	}
}

@media screen and (max-width:700px) {
	.gallery-card__item {
		margin-right: 0;
	}
}

@media screen and (max-width:665px) {
	.gallery-card__items {
		margin-top: 30px;
	}

	.gallery-card__items-wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.leader-opinion {
	background: url(../img/index/leader_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 862px;
	margin-top: -46px;
}

.leader-opinion__title {
	margin-top: 87px;
}

.leader-opinion__video-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	margin-top: 52px;
	width: 1091px;
	height: 605px;
	border: 1px solid #7f7f7f;
}

.leader-opinion__video-list-item {
	width: 1091px;
	height: 605px;
	position: relative;
}

.leader-opinion__video_preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.leader-opinion .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/index/Left.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
}

.leader-opinion .swiper-button-prev:after {
	content: '';
}

.leader-opinion .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/index/Right.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
}

.leader-opinion .swiper-button-next:after {
	content: '';
}

.leader-opinion__buttons {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	position: absolute;
	top: 58.7%;
	left: 0;
	right: 0;
}

@media screen and (max-width:1199px) {
	.leader-opinion {
		margin-top: 0;
		height: auto;
	}

	.leader-opinion__video-list {
		width: 100%;
	}

	.leader-opinion .swiper-button-prev {
		background: url(../img/index/left_mob.png);
		background-repeat: no-repeat;
		width: 45px;
		height: 45px;
		left: 23px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 16px 24px;
	}

	.leader-opinion .swiper-button-next {
		background: url(../img/index/right_mob.png);
		background-repeat: no-repeat;
		width: 45px;
		height: 45px;
		right: 24px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 16px 24px;
	}

	.leader-opinion__buttons {
		top: 62%;
	}
}

@media screen and (max-width:767px) {
	.leader-opinion__video-list {
		height: 500px;
		margin-top: 25px;
	}

	.leader-opinion__video-list-item {
		border: 1px solid #7f7f7f;
	}

	.leader-opinion__title {
		margin-top: 30px;
	}

	.leader-opinion .swiper-button-prev {
		background: url(../img/index/left_mob.png);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		left: 23px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 13px 21px;
	}

	.leader-opinion .swiper-button-next {
		background: url(../img/index/right_mob.png);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		right: 24px;
		border-radius: 50%;
		background-color: #4ac2f1;
		background-position: center center;
		background-size: 13px 23px;
	}
}

@media screen and (max-width:500px) {
	.leader-opinion__video-list {
		height: 300px;
	}
}

@media screen and (max-width:400px) {
	.leader-opinion__video-list {
		height: 200px;
	}
}

.reviews {
	background: url(../img/index/air.png),url(../img/index/reviews_back.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
	height: 810px;
}

.reviews__title {
	margin-top: 41px;
}

.reviews__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
	height: 550px;
	max-width: 610px;
}

.reviews__item {
	height: 550px;
	max-width: 610px;
	width: 610px;
	background-repeat: no-repeat;
	background-position: center center;
}

.reviews__item-title {
	margin-top: 132px;
}

.reviews__item-title h4 {
	text-transform: none;
	font-size: 45px;
}

.reviews__item-description {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 23px;
}

.reviews__item-description-text {
	max-width: 350px;
	font-family: Calibri;
	font-weight: 400;
	font-size: 19px;
	line-height: 21px;
	color: #000;
}

.reviews .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/index/Left.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	left: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.reviews .swiper-button-prev:hover {
	cursor: pointer;
	-webkit-transform: scale(.91);
	-ms-transform: scale(.91);
	transform: scale(.91);
}

.reviews .swiper-button-prev:after {
	content: '';
}

.reviews .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/index/Right.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	right: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.reviews .swiper-button-next:hover {
	cursor: pointer;
	-webkit-transform: scale(.91);
	-ms-transform: scale(.91);
	transform: scale(.91);
}

.reviews .swiper-button-next:after {
	content: '';
}

.reviews__buttons {
	max-width: 750px;
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
@media screen and (min-width:3500px) {
	.reviews {
             background-position: 51% top,center 93%;
	}
}


@media screen and (max-width:1199px) {
	.reviews {
		background: 0 0!important;
		height: auto;
	}

	.reviews__container-fluid {
		background: -o-linear-gradient(60deg,#a357d3,#d5afed);
		background: linear-gradient(30deg,#a357d3,#d5afed);
	}

	.reviews__title {
		margin-bottom: 35px;
		margin-top: 25px;
	}

	.reviews__list {
		margin-top: 0;
	}

	.reviews__buttons {
		margin-top: -120px;
	}
}

@media screen and (max-width:767px) {
	.reviews__item {
		background: 0 0!important;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.reviews__item-title {
		margin-top: 0;
	}

	.reviews__item-title h4 {
		color: #fff;
	}

	.reviews__item-description-text {
		color: #fff;
	}

	.reviews .swiper-button-prev {
		left: 10px;
	}

	.reviews .swiper-button-next {
		right: 10px;
	}

	.reviews__list {
		height: 400px;
	}
}

@media screen and (max-width:500px) {
	.reviews__item-title h4 {
		font-size: 25px;
	}

	.reviews__item-description {
		margin-top: 10px;
	}

	.reviews__item-description-text {
		font-size: 17px;
		line-height: 18px;
		padding: 0 20px;
	}

	.reviews .swiper-button-prev {
		top: 50%;
	}

	.reviews .swiper-button-next {
		top: 50%;
	}

	.reviews__buttons {
		margin-top: 0;
	}
}

.feedback {
	background: url(../img/feedback/back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 1447px;
}

.feedback__tomain {
	width: 154px;
	height: 55px;
	background: url(../img/feedback/btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	line-height: 21px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border: none;
	margin-top: 15px;
	z-index: 10;
	outline: 0;
}

.feedback__tomain:hover {
	cursor: pointer;
	color: #fff;
}

.feedback__tomain-wrap {
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 180px;
}

.feedback__stroke {
	width: 311px;
	height: 222px;
	background: url(../img/feedback/stroke.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-family: Dereza;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	color: #000;
	position: absolute;
	top: 309px;
	left: 323px;
}

.feedback__stroke p {
	font-weight: 700;
	font-family: Dereza;
	font-size: 18px;
	text-align: center;
	line-height: 21px;
	color: #000;
}

.feedback__footer {
	margin-top: -198px;
}

.feedback__breadcrumb {
	position: absolute;
	margin-top: 0;
	left: 205px;
	top: 230px;
}

.feedback__breadcrumb .breadcrumb__container {
	max-width: 1512px;
}

.feedback__container {
	width: 100%;
	height: 100%;
	height: 1217px;
	background: url(../img/feedback/misha_no.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1051px 1217px;
	margin-top: 233px;
	padding-top: 373px;
}

.feedback__form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -5px;
}

.feedback__form-btn {
	width: 154px;
	height: 55px;
	background: url(../img/feedback/btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	line-height: 21px;
	color: #fff;
	border: none;
	margin-top: 15px;
	z-index: 10;
	outline: 0;
	padding-left: 40px;
	text-align: left;
}

.feedback__form-btn:hover {
	cursor: pointer;
}

.feedback__form-item {
	width: 100%;
	max-width: 395px;
	height: 34px;
	border: 2px solid #000;
	border-radius: 10px;
	padding-left: 25px;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	outline: 0;
	margin-top: 25px;
}

.feedback__form-item-textarea {
	min-height: 243px;
	max-height: 243px;
	max-width: 395px;
	min-width: 395px;
	padding-top: 20px;
	margin-top: 25px;
	padding-right: 25px;
}

.feedback__form-item::-webkit-input-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__form-item::-moz-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__form-item:-moz-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__form-item:-ms-input-placeholder {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
}

.feedback__checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 94px;
}

.feedback__checkbox:hover {
	cursor: pointer;
}

.feedback__checkbox-style {
	width: 34px;
	height: 34px;
	min-width: 34px;
	min-height: 34px;
	max-width: 34px;
	background: url(../img/feedback/point_.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.feedback__checkbox-style:hover {
	cursor: pointer;
}

.feedback__checkbox-active:after {
	content: '';
	display: block;
	width: 18px;
	height: 17px;
	background: url(../img/feedback/point_active.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.feedback__checkbox-text {
	max-width: 580px;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 700;
	font-family: Calibri;
	vertical-align: center;
	line-height: 17px;
}

.feedback__checkbox-text:hover {
	cursor: pointer;
}

.feedback__checkbox-link {
	color: #4ac2f1;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.feedback__checkbox-link:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #4ac2f1;
}

.feedback__item-checkbox {
	display: none;
}

@media screen and (max-width:1850px) {
	.feedback__stroke {
		left: 10%;
		top: 21%;
	}
}

@media screen and (max-width:1600px) {
	.feedback__stroke {
		left: 5%;
		top: 21%;
	}

	.feedback__breadcrumb {
		left: 7%;
	}
}

@media screen and (max-width:1400px) {
	.feedback__stroke {
		left: 1%;
		top: 21%;
	}

	.feedback__breadcrumb {
		left: 7%;
	}
}

@media screen and (max-width:1300px) {
	.feedback__stroke {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		left: 10px;
		top: 19%;
	}

	.feedback__breadcrumb {
		left: 7%;
	}
}

@media screen and (max-width:1199px) {
	.feedback__container {
		margin-top: 115px;
	}

	.feedback__stroke {
		display: none;
	}

	.feedback__breadcrumb {
		top: 3%;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.feedback {
		height: auto;
	}

	.feedback__tomain-wrap {
		top: 150px;
		bottom: 0;
	}

	.feedback__container {
		background: 0 0;
		padding-top: 0;
		height: auto;
		margin-top: 0;
		min-height: -webkit-calc(100vh - 272px);
		min-height: calc(100vh - 272px);
	}

	.feedback__footer {
		margin-top: 0;
	}

	.feedback__footer .footer__info-items {
		margin-top: 0;
	}

	.feedback__footer .footer__bottom-contacts {
		margin-top: 0;
	}

	.feedback__form {
		padding: 0 15px;
	}

	.feedback__form-btn {
		margin-bottom: 30px;
	}

	.feedback__form-item-textarea {
		width: 100%;
		min-width: inherit;
	}

	.feedback__title {
		margin-top: 65px;
	}

	.feedback__checkbox {
		margin-top: 25px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.feedback__checkbox-link {
		color: #fff;
	}

	.feedback__checkbox-link:hover {
		color: #fff;
	}
}

.master-class__breadcrumb .breadcrumb__container {
	max-width: 1512px;
}

@media screen and (max-width:1550px) {
	.master-class__breadcrumb .breadcrumb__container {
		padding-left: 20px;
	}
}

.model__title {
	margin-top: 9px;
}

.model__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_4.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.model__title {
		margin-top: 30px;
	}

	.model__container {
		background: #ee79d9;
		height: auto;
		padding: 20px 0;
	}
}

.origami__title {
	margin-top: 13px;
}

.origami__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_2.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.origami__title {
		margin-top: 30px;
	}

	.origami__container {
		background: #64db9d;
		height: auto;
		padding: 20px 0;
	}
}

.paint__title {
	margin-top: 45px;
}

.paint__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_1.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.paint__container {
		background: #f8aa36;
		height: auto;
		padding: 20px 0;
	}
}

.preview {
	max-width: 1920px;
	margin: 0 auto;
}

.preview__container {
	padding-left: 190px;
	padding-bottom: 380px;
}

.preview__title {
	margin-top: 44px;
}

.preview__title h4 {
	text-align: left;
}

.preview__description {
	margin-top: 43px;
}

.preview__back {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: -1;
	width: 100%;
	max-width: 1920px;
	height: auto;
}

.preview__hint {
	background: url(../img/master_class/hint.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 311px;
	height: 222px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 215px;
	top: 68px;
}

.preview__hint-text {
	font-weight: 700;
	font-family: Dereza;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	text-align: center;
}

.has_tag_1 {
	font-weight: 700;
	color: #fea23e;
}

.has_tag_2 {
	font-weight: 700;
	color: #4ac2f1;
}

@media screen and (max-width:1800px) {
	.preview__back {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		right: inherit;
	}

	.preview__hint {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		right: 30px;
	}
}

@media screen and (max-width:1560px) {
	.preview__container {
		padding-bottom: 280px;
	}

	.preview__back {
		bottom: 20px;
	}

	.preview__hint {
		top: 10px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
}

@media screen and (max-width:1480px) {
	.preview {
		overflow-x: hidden;
	}

	.preview__back {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		right: -300px;
	}

	.preview__hint {
		top: -10px;
	}
}

@media screen and (max-width:1300px) {
	.preview__back {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		right: -350px;
		top: 150px;
	}

	.preview__hint {
		right: 0;
	}
}

@media screen and (max-width:1199px) {
	.preview {
		height: auto;
	}

	.preview__back {
		display: none;
	}

	.preview__container {
		padding: 0 50px;
	}

	.preview__hint {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.preview {
		height: auto;
	}

	.preview__back {
		display: none;
	}

	.preview__container {
		padding: 0 20px;
	}

	.preview__title h4 {
		text-align: center;
	}
}

.puzzles__title {
	margin-top: 17px;
}

.puzzles__container {
	width: 100%;
	height: 678px;
	background: url(../img/master_class/plash_3.png);
	background-repeat: no-repeat;
	margin-top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
}

@media screen and (max-width:1199px) {
	.puzzles__title {
		margin-top: 30px;
	}

	.puzzles__container {
		background: #ff695a;
		height: auto;
		padding: 20px 0;
	}
}

.school__reviews {
	margin-top: 58px;
}

.school__hit {
	margin-top: -212px;
}

.school__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.school__banner {
	width: 100%;
	max-width: 1400px;
	height: 100%;
	margin-top: 50px;
	margin-left: -30px;
}

.school__breadcrumb {
	margin-top: 62px;
}

.school__breadcrumb .breadcrumb__container {
	max-width: 1507px;
}

.school .crocodile {
	width: 497px;
	height: 159px;
	background: url(../img/school/crocodile.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 497px 159px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 176px;
	left: 253px;
}

.school .crocodile__text {
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
	margin-top: -30px;
	max-width: 60%;
}

.school .chick {
	width: 299px;
	height: 301px;
	background: url(../img/school/chick.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 299px 301px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 228px;
	top: 390px;
}

.school .chick__text {
	max-width: 86%;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

.school .cow {
	width: 214px;
	height: 277px;
	background: url(../img/school/cow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 214px 277px;
	position: absolute;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 217px;
	left: 241px;
}

.school .cow__text {
	max-width: 90%;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-family: Dereza;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width:1750px) {
	.school__breadcrumb .breadcrumb__container {
		padding-left: 20px;
	}

	.school .crocodile {
		left: 10%;
	}

	.school .cow {
		left: 10%;
	}

	.school .chick {
		right: 7%;
	}
}

@media screen and (max-width:1500px) {
	.school .crocodile {
		left: 2%;
	}

	.school .cow {
		left: 2%;
	}

	.school .chick {
		right: 2%;
	}
}

@media screen and (max-width:1300px) {
	.school .crocodile {
		left: 1%;
	}

	.school .cow {
		left: 1%;
		bottom: 170px;
	}

	.school .chick {
		right: 1%;
	}
}

@media screen and (max-width:1199px) {
	.school__banner {
		margin-left: 0;
	}

	.school .chick,.school .cow,.school .crocodile {
		display: none;
	}

	.school__hit {
		margin-top: -130px;
	}
}

@media screen and (max-width:767px) {
	.hit__container .hit__items {
		height: 90%;
	}
	.school__hit {
		margin-top: -50px;
	}
}

.hit__title {
	margin-top: 59px;
}

.hit__container {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
}

.hit__wrapper {
	max-width: 950px;
	min-height: 560px;
	height: auto;
}

.hit__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	max-width: 330px;
	width: 330px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit__item-title {
	display: inline-block;
	text-align: center;
	font-weight: 400;
	font-family: Verdana;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	margin-top: 20px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit__item-img-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hit__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hit .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url(../img/index/Left.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	left: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit .swiper-button-prev:after {
	content: '';
}

.hit .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url(../img/index/Right.png);
	background-repeat: no-repeat;
	outline: 0;
	top: 59%;
	right: 0;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.hit .swiper-button-next:after {
	content: '';
}

.hit__buttons {
	max-width: 1200px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 50%;
}

.hit__swiper-pagination {
	display: none;
}

.hit .swiper-button-next:hover,.hit .swiper-button-prev:hover {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.swiper-slide-active .hit__item-title {
	font-size: 14px;
	line-height: 18px;
}

.swiper-slide-active.hit__item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width:767px) {
	.hit__wrapper {
		width: 320px;
	}

	.hit__container {
		margin-top: 20px;
	}

	.hit .swiper-button-prev {
		display: none;
	}

	.hit .swiper-button-next {
		display: none;
	}

	.hit__swiper-pagination {
		display: block;
	}
}

.wr-and-dr .crocodile {
	top: 42px;
	left: 130px;
        width: 473px;
}

.wr-and-dr .chick {
	top: 119px;
        width: 304px;
}

.wr-and-dr .cow {
	left: auto;
	right: 130px;
        width: 218px;
}

@media screen and (max-width: 1750px) {
	.wr-and-dr .cow {
		right: 5%;
	}
}

@media screen and (max-width: 1400px) {
	.wr-and-dr .cow {
		right: 10px;
	}
}

.wr-and-dr__breadcrumb .breadcrumb__container {
	max-width: 1510px;
}

.wr-and-dr__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wr-and-dr__banner {
	margin-top: 42px;
	width: 100%;
	height: 100%;
}

.wr-and-dr__reviews .reviews {
	background: url(../img/index/air.png),url(../img/wratinganddrawing/reviews__banner.png);
	background-size: 1541px 159px,1920px 678px;
	background-repeat: no-repeat,no-repeat;
	background-position: 56% top,center 93%;
}

@media screen and (max-width:1199px) {
	.wr-and-dr__container {
		padding: 0 30px;
	}

	.wr-and-dr__banner {
		margin-left: 0;
	}
}

@media screen and (max-width:1600px) {
	.big-slider__bottom-background {
		bottom: -58px;
	}

	.wr-and-dr__banner {
		max-width: 900px;
	}

	.wr-and-dr .cow {
		bottom: 0px;
	}

	.wr-and-dr .chick {
		top: 0px;
	}

	.wr-and-dr .crocodile {
		left: 15px;
	}
}

@media screen and (max-width:1366px) {
	.wr-and-dr__banner {
		max-width: 700px;
		margin-top: 90px;
	}

	.wr-and-dr .cow {
		right: 30px;
	}

	.wr-and-dr .crocodile {
		top: 30px;
	}
}
@media screen and (min-width:2350px) {
    .wr-and-dr__reviews .reviews {
	background-position: 51% top,center 93%;
    }
}
@media screen and (min-width: 1920px) {
	.wr-and-dr {
		max-width: 1920px;
		margin: 0 auto;
	}
}

.creativity__breadcrumb .breadcrumb__container {
	max-width: 1510px;
}
.school__breadcrumb .breadcrumb__container {
	max-width: 1510px;
}
.master-class__breadcrumb .breadcrumb__container {
	max-width: 1510px;
}
.feedback__breadcrumb .breadcrumb__container {
	max-width: 1510px;
}

@media screen and (max-width: 1750px)
{
	.wr-and-dr__breadcrumb .breadcrumb__container {
			max-width: 1250px;
	}
	.creativity__breadcrumb .breadcrumb__container {
			max-width: 1250px;
	}
	.school__breadcrumb .breadcrumb__container {
			max-width: 1250px;
	}
	.master-class__breadcrumb .breadcrumb__container {
		max-width: 1250px;
	}
	.feedback__breadcrumb .breadcrumb__container {
		max-width: 1250px;
	}
}

@media screen and (max-width: 1450px)
{
	.wr-and-dr__breadcrumb .breadcrumb__container {
			max-width: 1200px;
	}
	.creativity__breadcrumb .breadcrumb__container {
			max-width: 1200px;
	}
	.school__breadcrumb .breadcrumb__container {
		max-width: 1200px;
	}
	.master-class__breadcrumb .breadcrumb__container {
		max-width: 1200px;
	}
	.feedback__breadcrumb .breadcrumb__container {
		max-width: 1200px;
	}
}
.lg-on .lg-backdrop {
	background-color: rgba(0,94,188,0.71);
}