﻿

/* Start:/local/templates/UATuning/css/bundle.css?1717789576213197*/
body.swal2-shown {
	overflow-y: hidden
}

body.swal2-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.swal2-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	background-color: transparent;
	z-index: 1060
}

.swal2-container.swal2-fade {
	-webkit-transition: background-color .1s;
	transition: background-color .1s
}

.swal2-container.swal2-shown {
	background-color: rgba(0, 0, 0, .4)
}

.swal2-modal {
	background-color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	position: relative;
	max-width: 100%
}

.swal2-modal:focus {
	outline: 0
}

.swal2-modal.swal2-loading {
	overflow-y: hidden
}

.swal2-modal .swal2-title {
	color: #595959;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: none;
	position: relative;
	margin: 0 0 .4em;
	padding: 0;
	display: block;
	word-wrap: break-word
}

.swal2-modal .swal2-buttonswrapper {
	margin-top: 15px
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
	opacity: .4;
	cursor: no-drop
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-color: transparent;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 7.5px;
	vertical-align: top;
	background-color: transparent !important;
	color: transparent;
	cursor: default;
	border-radius: 100%;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
	margin-left: 30px;
	margin-right: 30px
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
	display: inline-block;
	content: '';
	margin-left: 5px;
	vertical-align: -1px;
	height: 15px;
	width: 15px;
	border: 3px solid #999;
	-webkit-box-shadow: 1px 1px 1px #fff;
	box-shadow: 1px 1px 1px #fff;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
	animation: rotate-loading 1.5s linear 0s infinite normal
}

.swal2-modal .swal2-styled {
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
	margin: 15px 5px 0;
	padding: 10px 32px
}

.swal2-modal .swal2-image {
	margin: 20px auto;
	max-width: 100%
}

.swal2-modal .swal2-close {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 38px;
	height: 40px;
	font-size: 36px;
	line-height: 40px;
	font-family: serif;
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	color: #ccc;
	-webkit-transition: color .1s ease;
	transition: color .1s ease
}

.swal2-modal .swal2-close:hover {
	color: #d55
}

.swal2-modal>.swal2-checkbox,
.swal2-modal>.swal2-file,
.swal2-modal>.swal2-input,
.swal2-modal>.swal2-radio,
.swal2-modal>.swal2-select,
.swal2-modal>.swal2-textarea {
	display: none
}

.swal2-modal .swal2-content {
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	position: relative;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	color: #545454;
	word-wrap: break-word
}

.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
	margin: 20px auto
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
	-webkit-transition: border-color .3s, -webkit-box-shadow .3s;
	transition: border-color .3s, -webkit-box-shadow .3s;
	transition: border-color .3s, box-shadow .3s;
	transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s
}

.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
	border-color: #f27474 !important;
	-webkit-box-shadow: 0 0 2px #f27474 !important;
	box-shadow: 0 0 2px #f27474 !important
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
	outline: 0;
	border: 1px solid #b4dbed;
	-webkit-box-shadow: 0 0 3px #c4e6f5;
	box-shadow: 0 0 3px #c4e6f5
}

.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .3s .03s ease;
	transition: opacity .3s .03s ease;
	opacity: .8
}

.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
	-webkit-transition: opacity .3s .03s ease;
	transition: opacity .3s .03s ease;
	opacity: .8
}

.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
	-webkit-transition: opacity .3s .03s ease;
	transition: opacity .3s .03s ease;
	opacity: .8
}

.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
	color: #e6e6e6
}

.swal2-modal .swal2-range input {
	float: left;
	width: 80%
}

.swal2-modal .swal2-range output {
	float: right;
	width: 20%;
	font-size: 20px;
	font-weight: 600;
	text-align: center
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
	height: 43px;
	line-height: 43px;
	vertical-align: middle;
	margin: 20px auto;
	padding: 0
}

.swal2-modal .swal2-input {
	height: 43px;
	padding: 0 12px
}

.swal2-modal .swal2-input[type=number] {
	max-width: 150px
}

.swal2-modal .swal2-file {
	font-size: 20px
}

.swal2-modal .swal2-textarea {
	height: 108px;
	padding: 12px
}

.swal2-modal .swal2-select {
	color: #545454;
	font-size: inherit;
	padding: 5px 10px;
	min-width: 40%;
	max-width: 100%
}

.swal2-modal .swal2-radio {
	border: 0
}

.swal2-modal .swal2-radio label:not(:first-child) {
	margin-left: 20px
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
	vertical-align: middle
}

.swal2-modal .swal2-radio input {
	margin: 0 3px 0 0
}

.swal2-modal .swal2-checkbox {
	color: #545454
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
	vertical-align: middle
}

.swal2-modal .swal2-validationerror {
	background-color: #f0f0f0;
	margin: 0 -20px;
	overflow: hidden;
	padding: 10px;
	color: #808080;
	font-size: 16px;
	font-weight: 300;
	display: none
}

.swal2-modal .swal2-validationerror::before {
	content: '!';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ea7d7d;
	color: #fff;
	line-height: 24px;
	text-align: center;
	margin-right: 10px
}

@supports(-ms-accelerator:true) {
	.swal2-range input {
		width: 100% !important
	}

	.swal2-range output {
		display: none
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.swal2-range input {
		width: 100% !important
	}

	.swal2-range output {
		display: none
	}
}

.swal2-icon {
	width: 80px;
	height: 80px;
	border: 4px solid transparent;
	border-radius: 50%;
	margin: 20px auto 30px;
	padding: 0;
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.swal2-icon.swal2-error {
	border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
	position: relative;
	display: block
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px
}

.swal2-icon.swal2-warning {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f8bb86;
	border-color: #facea8;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-info {
	font-family: 'Open Sans', sans-serif;
	color: #3fc3ee;
	border-color: #9de0f6;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-question {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #87adbd;
	border-color: #c9dae1;
	font-size: 60px;
	line-height: 80px;
	text-align: center
}

.swal2-icon.swal2-success {
	border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px
}

.swal2-icon.swal2-success .swal2-success-ring {
	width: 80px;
	height: 80px;
	border: 4px solid rgba(165, 220, 134, .2);
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
	width: 7px;
	height: 90px;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.swal2-progresssteps {
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0
}

.swal2-progresssteps li {
	display: inline-block;
	position: relative
}

.swal2-progresssteps .swal2-progresscircle {
	background: #3085d6;
	border-radius: 2em;
	color: #fff;
	height: 2em;
	line-height: 2em;
	text-align: center;
	width: 2em;
	z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
	margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
	margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
	background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle {
	background: #add8e6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline {
	background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
	background: #3085d6;
	height: .4em;
	margin: 0 -1px;
	z-index: 10
}

[class^=swal2] {
	-webkit-tap-highlight-color: transparent
}

@-webkit-keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	80% {
		-webkit-transform: scale(.95);
		transform: scale(.95)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

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

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

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

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

.swal2-show {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s
}

.swal2-show.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}

.swal2-hide {
	-webkit-animation: hideSweetAlert .15s forwards;
	animation: hideSweetAlert .15s forwards
}

.swal2-hide.swal2-noanimation {
	-webkit-animation: none;
	animation: none
}

@-webkit-keyframes animate-success-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@keyframes animate-success-tip {
	0% {
		width: 0;
		left: 1px;
		top: 19px
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px
	}

	100% {
		width: 25px;
		left: 14px;
		top: 45px
	}
}

@-webkit-keyframes animate-success-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@keyframes animate-success-long {
	0% {
		width: 0;
		right: 46px;
		top: 54px
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px
	}

	100% {
		width: 47px;
		right: 8px;
		top: 38px
	}
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}

	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

@keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}

	100% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg)
	}
}

.swal2-animate-success-line-tip {
	-webkit-animation: animate-success-tip .75s;
	animation: animate-success-tip .75s
}

.swal2-animate-success-line-long {
	-webkit-animation: animate-success-long .75s;
	animation: animate-success-long .75s
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animate-error-icon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}
}

@keyframes animate-error-icon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}
}

.swal2-animate-error-icon {
	-webkit-animation: animate-error-icon .5s;
	animation: animate-error-icon .5s
}

@-webkit-keyframes animate-x-mark {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

@keyframes animate-x-mark {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	50% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		margin-top: 26px;
		opacity: 0
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1
	}
}

.swal2-animate-x-mark {
	-webkit-animation: animate-x-mark .5s;
	animation: animate-x-mark .5s
}

@-webkit-keyframes rotate-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@charset "UTF-8";

@font-face {
	font-family: "gulp-svg-font";
	src: url("../../../../../../local/templates/UATuning/fonts/svg-font/gulp-svg-font.eot");
	src: url("../../../../../../local/templates/UATuning/fonts/svg-font/gulp-svg-font.eot") format("eot"), url("../../../../../../local/templates/UATuning/fonts/svg-font/gulp-svg-font.woff") format("woff"), url("../../../../../../local/templates/UATuning/fonts/svg-font/gulp-svg-font.ttf") format("truetype"), url("/local/templates/UATuning/css/../fonts/svg-font/gulp-svg-font.svg#gulp-svg-font") format("svg")
}

.icon-address:before,
.icon-arrow-down:before,
.icon-arrow-for-circle-left:before,
.icon-arrow-for-circle-right:before,
.icon-arrow-right:before,
.icon-arrow-small:before,
.icon-car-class-1:before,
.icon-car-class-2:before,
.icon-car-class-3:before,
.icon-car-class-4:before,
.icon-car-class-5:before,
.icon-car-class-6:before,
.icon-clock:before,
.icon-close:before,
.icon-gps:before,
.icon-insta-outline:before,
.icon-insta:before,
.icon-letter:before,
.icon-person:before,
.icon-phone-outline:before,
.icon-phone:before,
.icon-play:before,
.icon-plus:before,
.link-more:before,
.slick-prev:before,
.slick-next:before,
.nice-select:after,
div.jx-controller:before,
.header-phones__icon:before,
.ip-point:before,
.review__title:before,
.slick-card__more:before {
	font-family: "gulp-svg-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none
}

.icon-address:before {
	content: ""
}

.icon-arrow-down:before {
	content: ""
}

.icon-arrow-for-circle-left:before {
	content: ""
}

.icon-arrow-for-circle-right:before {
	content: ""
}

.icon-arrow-right:before {
	content: ""
}

.icon-arrow-small:before {
	content: ""
}

.icon-car-class-1:before {
	content: ""
}

.icon-car-class-2:before {
	content: ""
}

.icon-car-class-3:before {
	content: ""
}

.icon-car-class-4:before {
	content: ""
}

.icon-car-class-5:before {
	content: ""
}

.icon-car-class-6:before {
	content: ""
}

.icon-clock:before {
	content: ""
}

.icon-close:before {
	content: ""
}

.icon-gps:before {
	content: ""
}

.icon-insta-outline:before {
	content: ""
}

.icon-insta:before {
	content: ""
}

.icon-letter:before {
	content: ""
}

.icon-person:before {
	content: ""
}

.icon-phone-outline:before {
	content: ""
}

.icon-phone:before {
	content: ""
}

.icon-play:before {
	content: ""
}

.icon-plus:before {
	content: ""
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row-grid-xs>[class*="col-"]+[class*="col-"] {
	margin-top: 20px
}

.row-grid-sm>[class*="col-"]+[class*="col-"] {
	margin-top: 30px
}

.row-grid-md>[class*="col-"]+[class*="col-"] {
	margin-top: 50px
}

.row-grid-lg>[class*="col-"]+[class*="col-"] {
	margin-top: 70px
}

.row-grid-xl>[class*="col-"]+[class*="col-"] {
	margin-top: 80px
}

[class*="row-grid"]>[class*="col-xs-"]+[class*="col-xs-"] {
	margin-top: 0
}

@media(min-width:381px) {
	[class*="row-grid"]>[class*="col-sp-"]+[class*="col-sp-"] {
		margin-top: 0
	}
}

@media(min-width:481px) {
	[class*="row-grid"]>[class*="col-sl-"]+[class*="col-sl-"] {
		margin-top: 0
	}
}

@media(min-width:576px) {
	[class*="row-grid"]>[class*="col-sm-"]+[class*="col-sm-"] {
		margin-top: 0
	}
}

@media(min-width:769px) {
	[class*="row-grid"]>[class*="col-md-"]+[class*="col-md-"] {
		margin-top: 0
	}
}

@media(min-width:992px) {
	[class*="row-grid"]>[class*="col-lg-"]+[class*="col-lg-"] {
		margin-top: 0
	}
}

@media(min-width:1200px) {
	[class*="row-grid"]>[class*="col-xl-"]+[class*="col-xl-"] {
		margin-top: 0
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

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

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

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

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

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

@media(min-width:576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:769px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media(min-width:1200px) {
	.row {
		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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sp-1,
.col-sp-2,
.col-sp-3,
.col-sp-4,
.col-sp-5,
.col-sp-6,
.col-sp-7,
.col-sp-8,
.col-sp-9,
.col-sp-10,
.col-sp-11,
.col-sp-12,
.col-sp,
.col-sl-1,
.col-sl-2,
.col-sl-3,
.col-sl-4,
.col-sl-5,
.col-sl-6,
.col-sl-7,
.col-sl-8,
.col-sl-9,
.col-sl-10,
.col-sl-11,
.col-sl-12,
.col-sl,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media(min-width:576px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sp-1,
	.col-sp-2,
	.col-sp-3,
	.col-sp-4,
	.col-sp-5,
	.col-sp-6,
	.col-sp-7,
	.col-sp-8,
	.col-sp-9,
	.col-sp-10,
	.col-sp-11,
	.col-sp-12,
	.col-sp,
	.col-sl-1,
	.col-sl-2,
	.col-sl-3,
	.col-sl-4,
	.col-sl-5,
	.col-sl-6,
	.col-sl-7,
	.col-sl-8,
	.col-sl-9,
	.col-sl-10,
	.col-sl-11,
	.col-sl-12,
	.col-sl,
	.col-sm-1,
	.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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.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-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.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-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:769px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sp-1,
	.col-sp-2,
	.col-sp-3,
	.col-sp-4,
	.col-sp-5,
	.col-sp-6,
	.col-sp-7,
	.col-sp-8,
	.col-sp-9,
	.col-sp-10,
	.col-sp-11,
	.col-sp-12,
	.col-sp,
	.col-sl-1,
	.col-sl-2,
	.col-sl-3,
	.col-sl-4,
	.col-sl-5,
	.col-sl-6,
	.col-sl-7,
	.col-sl-8,
	.col-sl-9,
	.col-sl-10,
	.col-sl-11,
	.col-sl-12,
	.col-sl,
	.col-sm-1,
	.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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.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-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.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-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:992px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sp-1,
	.col-sp-2,
	.col-sp-3,
	.col-sp-4,
	.col-sp-5,
	.col-sp-6,
	.col-sp-7,
	.col-sp-8,
	.col-sp-9,
	.col-sp-10,
	.col-sp-11,
	.col-sp-12,
	.col-sp,
	.col-sl-1,
	.col-sl-2,
	.col-sl-3,
	.col-sl-4,
	.col-sl-5,
	.col-sl-6,
	.col-sl-7,
	.col-sl-8,
	.col-sl-9,
	.col-sl-10,
	.col-sl-11,
	.col-sl-12,
	.col-sl,
	.col-sm-1,
	.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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.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-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.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-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media(min-width:1200px) {

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sp-1,
	.col-sp-2,
	.col-sp-3,
	.col-sp-4,
	.col-sp-5,
	.col-sp-6,
	.col-sp-7,
	.col-sp-8,
	.col-sp-9,
	.col-sp-10,
	.col-sp-11,
	.col-sp-12,
	.col-sp,
	.col-sl-1,
	.col-sl-2,
	.col-sl-3,
	.col-sl-4,
	.col-sl-5,
	.col-sl-6,
	.col-sl-7,
	.col-sl-8,
	.col-sl-9,
	.col-sl-10,
	.col-sl-11,
	.col-sl-12,
	.col-sl,
	.col-sm-1,
	.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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.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-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.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-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		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
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.33333%
}

.pull-2 {
	right: 16.66667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.33333%
}

.pull-5 {
	right: 41.66667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.33333%
}

.pull-8 {
	right: 66.66667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.33333%
}

.pull-11 {
	right: 91.66667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.33333%
}

.push-2 {
	left: 16.66667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.33333%
}

.push-5 {
	left: 41.66667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.33333%
}

.push-8 {
	left: 66.66667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.33333%
}

.push-11 {
	left: 91.66667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

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

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

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

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

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

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

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

	.col-sp-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-sp-0 {
		right: auto
	}

	.pull-sp-1 {
		right: 8.33333%
	}

	.pull-sp-2 {
		right: 16.66667%
	}

	.pull-sp-3 {
		right: 25%
	}

	.pull-sp-4 {
		right: 33.33333%
	}

	.pull-sp-5 {
		right: 41.66667%
	}

	.pull-sp-6 {
		right: 50%
	}

	.pull-sp-7 {
		right: 58.33333%
	}

	.pull-sp-8 {
		right: 66.66667%
	}

	.pull-sp-9 {
		right: 75%
	}

	.pull-sp-10 {
		right: 83.33333%
	}

	.pull-sp-11 {
		right: 91.66667%
	}

	.pull-sp-12 {
		right: 100%
	}

	.push-sp-0 {
		left: auto
	}

	.push-sp-1 {
		left: 8.33333%
	}

	.push-sp-2 {
		left: 16.66667%
	}

	.push-sp-3 {
		left: 25%
	}

	.push-sp-4 {
		left: 33.33333%
	}

	.push-sp-5 {
		left: 41.66667%
	}

	.push-sp-6 {
		left: 50%
	}

	.push-sp-7 {
		left: 58.33333%
	}

	.push-sp-8 {
		left: 66.66667%
	}

	.push-sp-9 {
		left: 75%
	}

	.push-sp-10 {
		left: 83.33333%
	}

	.push-sp-11 {
		left: 91.66667%
	}

	.push-sp-12 {
		left: 100%
	}

	.offset-sp-0 {
		margin-left: 0%
	}

	.offset-sp-1 {
		margin-left: 8.33333%
	}

	.offset-sp-2 {
		margin-left: 16.66667%
	}

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

	.offset-sp-4 {
		margin-left: 33.33333%
	}

	.offset-sp-5 {
		margin-left: 41.66667%
	}

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

	.offset-sp-7 {
		margin-left: 58.33333%
	}

	.offset-sp-8 {
		margin-left: 66.66667%
	}

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

	.offset-sp-10 {
		margin-left: 83.33333%
	}

	.offset-sp-11 {
		margin-left: 91.66667%
	}
}

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

	.col-sl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-sl-0 {
		right: auto
	}

	.pull-sl-1 {
		right: 8.33333%
	}

	.pull-sl-2 {
		right: 16.66667%
	}

	.pull-sl-3 {
		right: 25%
	}

	.pull-sl-4 {
		right: 33.33333%
	}

	.pull-sl-5 {
		right: 41.66667%
	}

	.pull-sl-6 {
		right: 50%
	}

	.pull-sl-7 {
		right: 58.33333%
	}

	.pull-sl-8 {
		right: 66.66667%
	}

	.pull-sl-9 {
		right: 75%
	}

	.pull-sl-10 {
		right: 83.33333%
	}

	.pull-sl-11 {
		right: 91.66667%
	}

	.pull-sl-12 {
		right: 100%
	}

	.push-sl-0 {
		left: auto
	}

	.push-sl-1 {
		left: 8.33333%
	}

	.push-sl-2 {
		left: 16.66667%
	}

	.push-sl-3 {
		left: 25%
	}

	.push-sl-4 {
		left: 33.33333%
	}

	.push-sl-5 {
		left: 41.66667%
	}

	.push-sl-6 {
		left: 50%
	}

	.push-sl-7 {
		left: 58.33333%
	}

	.push-sl-8 {
		left: 66.66667%
	}

	.push-sl-9 {
		left: 75%
	}

	.push-sl-10 {
		left: 83.33333%
	}

	.push-sl-11 {
		left: 91.66667%
	}

	.push-sl-12 {
		left: 100%
	}

	.offset-sl-0 {
		margin-left: 0%
	}

	.offset-sl-1 {
		margin-left: 8.33333%
	}

	.offset-sl-2 {
		margin-left: 16.66667%
	}

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

	.offset-sl-4 {
		margin-left: 33.33333%
	}

	.offset-sl-5 {
		margin-left: 41.66667%
	}

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

	.offset-sl-7 {
		margin-left: 58.33333%
	}

	.offset-sl-8 {
		margin-left: 66.66667%
	}

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

	.offset-sl-10 {
		margin-left: 83.33333%
	}

	.offset-sl-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-sm-0 {
		right: auto
	}

	.pull-sm-1 {
		right: 8.33333%
	}

	.pull-sm-2 {
		right: 16.66667%
	}

	.pull-sm-3 {
		right: 25%
	}

	.pull-sm-4 {
		right: 33.33333%
	}

	.pull-sm-5 {
		right: 41.66667%
	}

	.pull-sm-6 {
		right: 50%
	}

	.pull-sm-7 {
		right: 58.33333%
	}

	.pull-sm-8 {
		right: 66.66667%
	}

	.pull-sm-9 {
		right: 75%
	}

	.pull-sm-10 {
		right: 83.33333%
	}

	.pull-sm-11 {
		right: 91.66667%
	}

	.pull-sm-12 {
		right: 100%
	}

	.push-sm-0 {
		left: auto
	}

	.push-sm-1 {
		left: 8.33333%
	}

	.push-sm-2 {
		left: 16.66667%
	}

	.push-sm-3 {
		left: 25%
	}

	.push-sm-4 {
		left: 33.33333%
	}

	.push-sm-5 {
		left: 41.66667%
	}

	.push-sm-6 {
		left: 50%
	}

	.push-sm-7 {
		left: 58.33333%
	}

	.push-sm-8 {
		left: 66.66667%
	}

	.push-sm-9 {
		left: 75%
	}

	.push-sm-10 {
		left: 83.33333%
	}

	.push-sm-11 {
		left: 91.66667%
	}

	.push-sm-12 {
		left: 100%
	}

	.offset-sm-0 {
		margin-left: 0%
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

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

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

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

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

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

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:769px) {
	.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
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-md-0 {
		right: auto
	}

	.pull-md-1 {
		right: 8.33333%
	}

	.pull-md-2 {
		right: 16.66667%
	}

	.pull-md-3 {
		right: 25%
	}

	.pull-md-4 {
		right: 33.33333%
	}

	.pull-md-5 {
		right: 41.66667%
	}

	.pull-md-6 {
		right: 50%
	}

	.pull-md-7 {
		right: 58.33333%
	}

	.pull-md-8 {
		right: 66.66667%
	}

	.pull-md-9 {
		right: 75%
	}

	.pull-md-10 {
		right: 83.33333%
	}

	.pull-md-11 {
		right: 91.66667%
	}

	.pull-md-12 {
		right: 100%
	}

	.push-md-0 {
		left: auto
	}

	.push-md-1 {
		left: 8.33333%
	}

	.push-md-2 {
		left: 16.66667%
	}

	.push-md-3 {
		left: 25%
	}

	.push-md-4 {
		left: 33.33333%
	}

	.push-md-5 {
		left: 41.66667%
	}

	.push-md-6 {
		left: 50%
	}

	.push-md-7 {
		left: 58.33333%
	}

	.push-md-8 {
		left: 66.66667%
	}

	.push-md-9 {
		left: 75%
	}

	.push-md-10 {
		left: 83.33333%
	}

	.push-md-11 {
		left: 91.66667%
	}

	.push-md-12 {
		left: 100%
	}

	.offset-md-0 {
		margin-left: 0%
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

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

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

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

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

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

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media(min-width: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
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-lg-0 {
		right: auto
	}

	.pull-lg-1 {
		right: 8.33333%
	}

	.pull-lg-2 {
		right: 16.66667%
	}

	.pull-lg-3 {
		right: 25%
	}

	.pull-lg-4 {
		right: 33.33333%
	}

	.pull-lg-5 {
		right: 41.66667%
	}

	.pull-lg-6 {
		right: 50%
	}

	.pull-lg-7 {
		right: 58.33333%
	}

	.pull-lg-8 {
		right: 66.66667%
	}

	.pull-lg-9 {
		right: 75%
	}

	.pull-lg-10 {
		right: 83.33333%
	}

	.pull-lg-11 {
		right: 91.66667%
	}

	.pull-lg-12 {
		right: 100%
	}

	.push-lg-0 {
		left: auto
	}

	.push-lg-1 {
		left: 8.33333%
	}

	.push-lg-2 {
		left: 16.66667%
	}

	.push-lg-3 {
		left: 25%
	}

	.push-lg-4 {
		left: 33.33333%
	}

	.push-lg-5 {
		left: 41.66667%
	}

	.push-lg-6 {
		left: 50%
	}

	.push-lg-7 {
		left: 58.33333%
	}

	.push-lg-8 {
		left: 66.66667%
	}

	.push-lg-9 {
		left: 75%
	}

	.push-lg-10 {
		left: 83.33333%
	}

	.push-lg-11 {
		left: 91.66667%
	}

	.push-lg-12 {
		left: 100%
	}

	.offset-lg-0 {
		margin-left: 0%
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

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

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

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

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

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

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-xl-0 {
		right: auto
	}

	.pull-xl-1 {
		right: 8.33333%
	}

	.pull-xl-2 {
		right: 16.66667%
	}

	.pull-xl-3 {
		right: 25%
	}

	.pull-xl-4 {
		right: 33.33333%
	}

	.pull-xl-5 {
		right: 41.66667%
	}

	.pull-xl-6 {
		right: 50%
	}

	.pull-xl-7 {
		right: 58.33333%
	}

	.pull-xl-8 {
		right: 66.66667%
	}

	.pull-xl-9 {
		right: 75%
	}

	.pull-xl-10 {
		right: 83.33333%
	}

	.pull-xl-11 {
		right: 91.66667%
	}

	.pull-xl-12 {
		right: 100%
	}

	.push-xl-0 {
		left: auto
	}

	.push-xl-1 {
		left: 8.33333%
	}

	.push-xl-2 {
		left: 16.66667%
	}

	.push-xl-3 {
		left: 25%
	}

	.push-xl-4 {
		left: 33.33333%
	}

	.push-xl-5 {
		left: 41.66667%
	}

	.push-xl-6 {
		left: 50%
	}

	.push-xl-7 {
		left: 58.33333%
	}

	.push-xl-8 {
		left: 66.66667%
	}

	.push-xl-9 {
		left: 75%
	}

	.push-xl-10 {
		left: 83.33333%
	}

	.push-xl-11 {
		left: 91.66667%
	}

	.push-xl-12 {
		left: 100%
	}

	.offset-xl-0 {
		margin-left: 0%
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

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

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

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

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

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

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

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

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

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

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

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-faded {
	background-color: #f7f7f7
}

.bg-primary {
	background-color: #0275d8 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #025aa5 !important
}

.bg-success {
	background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44 !important
}

.bg-info {
	background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5 !important
}

.bg-warning {
	background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f !important
}

.bg-danger {
	background-color: #d9534f !important
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c !important
}

.bg-inverse {
	background-color: #292b2c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #101112 !important
}

.border-0 {
	border: 0 !important
}

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

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

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

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

.rounded {
	border-radius: .25rem
}

.rounded-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-right {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-left {
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

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

.rounded-0 {
	border-radius: 0
}

.clearfix::after {
	display: block;
	content: "";
	clear: both
}

.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-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:381px) {
	.d-sp-none {
		display: none !important
	}

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

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

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

	.d-sp-table {
		display: table !important
	}

	.d-sp-table-cell {
		display: table-cell !important
	}

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

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

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

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

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

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

	.d-sl-table {
		display: table !important
	}

	.d-sl-table-cell {
		display: table-cell !important
	}

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

	.d-sl-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-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:769px) {
	.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-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-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-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
	}
}

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

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

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

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

.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;
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

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

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

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

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

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

@media(min-width:381px) {
	.flex-sp-first {
		-ms-flex-order: -1;
		order: -1
	}

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

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

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

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

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

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

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

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

	.flex-sp-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

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

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

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

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

	.justify-content-sp-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

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

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

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

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

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

	.align-content-sp-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sp-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

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

	.align-content-sp-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sp-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sp-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

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

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

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

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

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

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

@media(min-width:481px) {
	.flex-sl-first {
		-ms-flex-order: -1;
		order: -1
	}

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

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

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

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

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

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

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

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

	.flex-sl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

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

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

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

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

	.justify-content-sl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

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

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

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

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

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

	.align-content-sl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

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

	.align-content-sl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

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

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

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

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

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

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

@media(min-width:576px) {
	.flex-sm-first {
		-ms-flex-order: -1;
		order: -1
	}

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

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

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

	.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;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

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

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

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

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

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

@media(min-width:769px) {
	.flex-md-first {
		-ms-flex-order: -1;
		order: -1
	}

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

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

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

	.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;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

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

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

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

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

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

@media(min-width:992px) {
	.flex-lg-first {
		-ms-flex-order: -1;
		order: -1
	}

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

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

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

	.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;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

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

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

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

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

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

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

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

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

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

	.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;
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

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

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

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

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

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

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media(min-width:381px) {
	.float-sp-left {
		float: left !important
	}

	.float-sp-right {
		float: right !important
	}

	.float-sp-none {
		float: none !important
	}
}

@media(min-width:481px) {
	.float-sl-left {
		float: left !important
	}

	.float-sl-right {
		float: right !important
	}

	.float-sl-none {
		float: none !important
	}
}

@media(min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media(min-width:769px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

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

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

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

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

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

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

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

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

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

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

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

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

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

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

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

.pl-0 {
	padding-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

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

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

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

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

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

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

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

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

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

	.ml-sp-0 {
		margin-left: 0 !important
	}

	.mx-sp-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-sp-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

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

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

	.mr-sp-1 {
		margin-right: .25rem !important
	}

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

	.ml-sp-1 {
		margin-left: .25rem !important
	}

	.mx-sp-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-sp-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

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

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

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

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

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

	.mx-sp-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-sp-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

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

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

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

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

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

	.mx-sp-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-sp-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

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

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

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

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

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

	.mx-sp-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-sp-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

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

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

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

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

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

	.mx-sp-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-sp-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

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

	.pt-sp-0 {
		padding-top: 0 !important
	}

	.pr-sp-0 {
		padding-right: 0 !important
	}

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

	.pl-sp-0 {
		padding-left: 0 !important
	}

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

	.py-sp-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

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

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

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

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

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

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

	.py-sp-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

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

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

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

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

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

	.px-sp-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-sp-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

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

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

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

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

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

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

	.py-sp-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

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

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

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

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

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

	.px-sp-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-sp-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

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

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

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

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

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

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

	.py-sp-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

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

	.mt-sp-auto {
		margin-top: auto !important
	}

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

	.mb-sp-auto {
		margin-bottom: auto !important
	}

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

	.mx-sp-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sp-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

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

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

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

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

	.ml-sl-0 {
		margin-left: 0 !important
	}

	.mx-sl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.my-sl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

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

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

	.mr-sl-1 {
		margin-right: .25rem !important
	}

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

	.ml-sl-1 {
		margin-left: .25rem !important
	}

	.mx-sl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.my-sl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

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

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

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

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

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

	.mx-sl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.my-sl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

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

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

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

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

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

	.mx-sl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.my-sl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

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

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

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

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

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

	.mx-sl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.my-sl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

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

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

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

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

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

	.mx-sl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.my-sl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

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

	.pt-sl-0 {
		padding-top: 0 !important
	}

	.pr-sl-0 {
		padding-right: 0 !important
	}

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

	.pl-sl-0 {
		padding-left: 0 !important
	}

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

	.py-sl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

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

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

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

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

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

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

	.py-sl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

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

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

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

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

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

	.px-sl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.py-sl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

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

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

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

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

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

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

	.py-sl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

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

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

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

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

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

	.px-sl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.py-sl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

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

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

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

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

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

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

	.py-sl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

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

	.mt-sl-auto {
		margin-top: auto !important
	}

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

	.mb-sl-auto {
		margin-bottom: auto !important
	}

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

	.mx-sl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto {
		margin-left: auto !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media(min-width:381px) {
	.text-sp-left {
		text-align: left !important
	}

	.text-sp-right {
		text-align: right !important
	}

	.text-sp-center {
		text-align: center !important
	}
}

@media(min-width:481px) {
	.text-sl-left {
		text-align: left !important
	}

	.text-sl-right {
		text-align: right !important
	}

	.text-sl-center {
		text-align: center !important
	}
}

@media(min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media(min-width:769px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media(min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-normal {
	font-weight: normal
}

.font-weight-bold {
	font-weight: bold
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff !important
}

.text-muted {
	color: #636c72 !important
}

a.text-muted:focus,
a.text-muted:hover {
	color: #4b5257 !important
}

.text-primary {
	color: #0275d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #025aa5 !important
}

.text-success {
	color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
	color: #449d44 !important
}

.text-info {
	color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5 !important
}

.text-warning {
	color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f !important
}

.text-danger {
	color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c !important
}

.text-gray-dark {
	color: #292b2c !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #101112 !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden !important
}

.hidden-xs-up {
	display: none !important
}

@media(max-width:380px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media(min-width:381px) {
	.hidden-sp-up {
		display: none !important
	}
}

@media(max-width:480px) {
	.hidden-sp-down {
		display: none !important
	}
}

@media(min-width:481px) {
	.hidden-sl-up {
		display: none !important
	}
}

@media(max-width:575px) {
	.hidden-sl-down {
		display: none !important
	}
}

@media(min-width:576px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media(max-width:768px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media(min-width:769px) {
	.hidden-md-up {
		display: none !important
	}
}

@media(max-width:991px) {
	.hidden-md-down {
		display: none !important
	}
}

@media(min-width:992px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media(max-width:1199px) {
	.hidden-lg-down {
		display: none !important
	}
}

@media(min-width:1200px) {
	.hidden-xl-up {
		display: none !important
	}
}

.hidden-xl-down {
	display: none !important
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.bg-black {
	background: #000;
	color: #fff
}

.bg-blue,
.bg-main {
	background: #efc22a
}

.bg-alto {
	background: #dedede
}

.bg-alto .slick-dots button:before {
	color: #fff
}

.bg-mainshaft {
	color: #fff;
	background: #202020
}

.bg-mainshaft .table-default thead,
.bg-mainshaft .static-content table thead,
.static-content .bg-mainshaft table thead {
	background: #000
}

.bg-mainshaft--light {
	color: #fff;
	background: #2c2c2c
}

.bg-cod-grey {
	color: #fff;
	background: #1b1b1b
}

.clr-white {
	color: #fff
}

.clr-white ol span {
	color: #fff !important
}

.clr-grey {
	color: #818181
}

.clr-grey ol span {
	color: #818181 !important
}

@font-face {
	font-family: "bebas";
	src: url("../../../../../../local/templates/UATuning/fonts/BebasNeueRegular.eot");
	src: url("../../../../../../local/templates/UATuning/fonts/BebasNeueRegular.eot") format("embedded-opentype"), url("../../../../../../local/templates/UATuning/fonts/BebasNeueRegular.woff") format("woff"), url("../../../../../../local/templates/UATuning/fonts/BebasNeueRegular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "bebas-bold";
	src: url("../../../../../../local/templates/UATuning/fonts/BebasNeueBold.eot");
	src: url("../../../../../../local/templates/UATuning/fonts/BebasNeueBold.eot") format("embedded-opentype"), url("../../../../../../local/templates/UATuning/fonts/BebasNeueBold.woff") format("woff"), url("../../../../../../local/templates/UATuning/fonts/BebasNeueBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "gotham-light";
	src: url("../../../../../../local/templates/UATuning/fonts/GothamProLight.eot");
	src: url("../../../../../../local/templates/UATuning/fonts/GothamProLight.eot") format("embedded-opentype"), url("../../../../../../local/templates/UATuning/fonts/GothamProLight.woff") format("woff"), url("../../../../../../local/templates/UATuning/fonts/GothamProLight.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: "gotham-medium";
	src: url("../../../../../../local/templates/UATuning/fonts/GothamProMedium.eot");
	src: url("../../../../../../local/templates/UATuning/fonts/GothamProMedium.eot") format("embedded-opentype"), url("../../../../../../local/templates/UATuning/fonts/GothamProMedium.woff") format("woff"), url("../../../../../../local/templates/UATuning/fonts/GothamProMedium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal
}

h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
	font-family: "bebas-bold";
	line-height: 1.2
}

h1,
.h1-like {
	font-size: 80px
}

@media screen and (max-width:991px) {

	h1,
	.h1-like {
		font-size: 72px
	}
}

@media screen and (max-width:768px) {

	h1,
	.h1-like {
		font-size: 64px
	}
}

@media screen and (max-width:479px) {

	h1,
	.h1-like {
		font-size: 56px
	}
}

h2,
.h2-like {
	font-size: 46px
}

@media screen and (max-width:991px) {

	h2,
	.h2-like {
		font-size: 41.4px
	}
}

@media screen and (max-width:768px) {

	h2,
	.h2-like {
		font-size: 36.8px
	}
}

@media screen and (max-width:479px) {

	h2,
	.h2-like {
		font-size: 32.2px
	}
}

h3,
.h3-like {
	font-size: 24px
}

@media screen and (max-width:991px) {

	h3,
	.h3-like {
		font-size: 21.6px
	}
}

@media screen and (max-width:768px) {

	h3,
	.h3-like {
		font-size: 19.2px
	}
}

@media screen and (max-width:479px) {

	h3,
	.h3-like {
		font-size: 16.8px
	}
}

h4,
.h4-like {
	font-size: 18px
}

@media screen and (max-width:991px) {

	h4,
	.h4-like {
		font-size: 16.2px
	}
}

@media screen and (max-width:768px) {

	h4,
	.h4-like {
		font-size: 14.4px
	}
}

@media screen and (max-width:479px) {

	h4,
	.h4-like {
		font-size: 12.6px
	}
}

h5,
.h5-like {
	font-size: 14px
}

@media screen and (max-width:991px) {

	h5,
	.h5-like {
		font-size: 12.6px
	}
}

@media screen and (max-width:768px) {

	h5,
	.h5-like {
		font-size: 11.2px
	}
}

@media screen and (max-width:479px) {

	h5,
	.h5-like {
		font-size: 9.8px
	}
}

h6,
.h6-like {
	font-size: 10px
}

@media screen and (max-width:991px) {

	h6,
	.h6-like {
		font-size: 9px
	}
}

@media screen and (max-width:768px) {

	h6,
	.h6-like {
		font-size: 8px
	}
}

@media screen and (max-width:479px) {

	h6,
	.h6-like {
		font-size: 7px
	}
}

h1,
.h1-like {
	letter-spacing: .03em
}

h3,
.h3-like {
	letter-spacing: 2px
}

p+p {
	margin-top: 20px
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

*:before,
*:after {
	box-sizing: inherit
}

body {
	min-width: 320px;
	font: 14px/1.5 'gotham-light', sans-serif;
	color: #000;
	padding-right: 0 !important
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle
}

iframe {
	max-width: 100%;
	min-height: 350px
}

@media screen and (max-width:639px) {
	iframe {
		min-height: 300px
	}
}

@media screen and (max-width:479px) {
	iframe {
		min-height: 0
	}
}

ul,
li {
	list-style: none
}

table {
	width: 100%;
	border-collapse: collapse
}

a,
input,
textarea {
	color: inherit
}

video {
	display: block
}

pre {
	font-family: inherit
}

code {
	font-family: inherit;
	max-width: 100%;
	white-space: normal
}

a {
	font-size: inherit;
	text-decoration: none
}

i,
.ip-point {
	display: inline-block;
	font: normal normal normal 20px/1 "gulp-svg-font";
	vertical-align: middle
}

i.icon-flip,
.icon-flip.ip-point {
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

i.icon-md,
.icon-md.ip-point {
	font-size: 29px
}

i.icon-lg,
.icon-lg.ip-point {
	font-size: 34px
}

i.icon-car,
.icon-car.ip-point {
	font-size: 30px
}

textarea {
	resize: none
}

button {
	margin: 0;
	font-size: 16px;
	background: transparent;
	outline: none;
	border: none;
	cursor: pointer;
	overflow: visible
}

.slider-arrow-next {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: 0 0;
	width: 60px;
	height: 60px
}

.slider-arrow-prev {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -60px 0;
	width: 60px;
	height: 60px
}

.sp-arrow-left {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -120px 0;
	width: 32px;
	height: 32px
}

.sp-arrow-right {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -67px -60px;
	width: 32px;
	height: 32px
}

.sp-clock {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -40px -94px;
	width: 16px;
	height: 16px
}

.sp-email {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -99px -78px;
	width: 17px;
	height: 12px
}

.sp-gps {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -23px -94px;
	width: 17px;
	height: 17px
}

.sp-insta-white {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -120px -32px;
	width: 29px;
	height: 29px
}

.sp-insta {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: 0 -94px;
	width: 23px;
	height: 24px
}

.sp-location {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: 0 -118px;
	width: 13px;
	height: 19px
}

.sp-more {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: 0 -60px;
	width: 34px;
	height: 34px
}

.sp-phone-sm {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -99px -60px;
	width: 18px;
	height: 18px
}

.sp-phone {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -120px -61px;
	width: 27px;
	height: 27px
}

.sp-scroll {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -34px -60px;
	width: 33px;
	height: 33px
}

[class*="sp-"] {
	display: inline-block;
	vertical-align: middle
}

.img-cover {
	object-fit: cover;
	font-family: "object-fit: cover";
	height: 100%
}

p strong,
p b {
	font-family: "gotham-medium";
	font-weight: normal
}

.remove-margin {
	margin: 0 !important
}

.overflow-container {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.link-default {
	transition: color .2s
}

.link-default:hover,
.link-default:focus {
	color: #efc22a
}

.link-border,
.shine-step__text a {
	color: #efc22a;
	transition: border-color .2s;
	border-bottom: 1px solid #efc22a
}

.link-border:hover,
.shine-step__text a:hover,
.link-border:focus,
.shine-step__text a:focus {
	border-color: transparent
}

.link-blue,
.static-content a {
	position: relative;
	color: #efc22a
}

.link-blue:before,
.static-content a:before {
	display: block;
	position: absolute;
	content: " ";
	width: 0;
	height: 1px;
	background: #efc22a;
	left: 0;
	bottom: 0;
	transition: width .2s
}

.link-blue:hover:before,
.static-content a:hover:before,
.link-blue:focus:before,
.static-content a:focus:before {
	width: 100%
}

.link-more {
	display: inline-block;
	transition: color .2s
}

.link-more:before {
	content: ""
}

.link-more:hover,
.link-more:focus {
	color: #efc22a
}

.link-more:before {
	display: inline-block;
	font-size: 34px;
	vertical-align: middle;
	margin-right: 10px
}

@media screen and (max-width:1366px) {
	.link-more:before {
		font-size: 24px
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide {
	outline: none !important
}

.slick-loading .slick-list {
	background: #fff url("../../../../../../local/templates/UATuning/images/ajax-loader.gif") center center no-repeat
}

@font-face {
	font-family: "slick";
	src: url("../../../../../../local/templates/UATuning/fonts/slick/slick.eot");
	src: url("../../../../../../local/templates/UATuning/fonts/slick/slick.eot") format("embedded-opentype"), url("../../../../../../local/templates/UATuning/fonts/slick/slick.woff") format("woff"), url("../../../../../../local/templates/UATuning/fonts/slick/slick.ttf") format("truetype"), url("../../../../../../local/templates/UATuning/fonts/slick/slick.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	background: #efc22a;
	border-radius: 50%;
	color: #fff;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	transition: background .2s;
	z-index: 10
}

@media screen and (max-width:767px) {

	.slick-prev,
	.slick-next {
		display: none !important
	}
}

@media screen and (max-width:639px) {

	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px
	}
}

.slick-prev:hover,
.slick-next:hover {
	outline: none;
	background: #133371;
	color: transparent
}

.slick-prev:hover:before,
.slick-next:hover:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 1
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:639px) {

	.slick-prev:before,
	.slick-next:before {
		font-size: 14px
	}
}

.slick-prev {
	right: 40px;
	top: 40%
}

.slick-prev:before {
	content: ""
}

@media screen and (max-width:639px) {
	.slick-prev {
		right: 14px
	}
}

@media screen and (max-width:379px) {
	.slick-prev {
		top: 35%
	}
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px
}

.slick-next {
	right: 40px;
	top: 60%
}

.slick-next:before {
	content: ""
}

@media screen and (max-width:639px) {
	.slick-next {
		right: 14px
	}
}

@media screen and (max-width:379px) {
	.slick-next {
		top: 65%
	}
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	font-family: "slick";
	font-size: 11px;
	line-height: 10px;
	text-align: center;
	color: #dfdfdf;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #efc22a;
	opacity: 1
}

.remodal__close {
	position: absolute;
	top: 90px;
	right: 45px;
	transition: all .3s
}

@media screen and (max-width:768px) {
	.remodal__close {
		top: 15px;
		right: 15px
	}
}

.remodal__close:hover,
.remodal__close:focus {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

html.remodal-is-locked {
	-ms-touch-action: none;
	touch-action: none
}

.remodal,
[data-remodal-id] {
	display: none;
	overflow: hidden
}

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: ""
}

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.remodal-is-initialized {
	display: inline-block
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	filter: blur(3px)
}

.remodal-overlay {
	background: rgba(43, 46, 56, .9)
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	animation-duration: .3s;
	animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
	animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
	animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
	padding: 10px 10px 0
}

.remodal {
	background: #dfdfdf;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;
	transform: translate3d(0, 0, 0);
	color: #2b2e38
}

@media screen and (max-width:768px) {
	.remodal {
		padding: 30px 20px
	}
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	animation-duration: .3s;
	animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
	animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
	animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
	vertical-align: middle
}

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition: color .2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent
}

.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	transition: background .2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0
}

.remodal-confirm {
	color: #fff;
	background: #81c784
}

.remodal-confirm:hover,
.remodal-confirm:focus {
	background: #66bb6a
}

.remodal-cancel {
	color: #fff;
	background: #e57373
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	background: #ef5350
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;
	border: 0
}

@keyframes remodal-opening-keyframes {
	from {
		transform: scale(1.05);
		opacity: 0
	}

	to {
		transform: none;
		opacity: 1
	}
}

@keyframes remodal-closing-keyframes {
	from {
		transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(.95);
		opacity: 0
	}
}

@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@media only screen and (min-width:641px) {
	.remodal {
		max-width: 1320px;
		padding: 0 60px
	}
}

.lt-ie9 .remodal-overlay {
	background: #2b2e38
}

.lt-ie9 .remodal {
	width: 700px
}

.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none
}

.slideout-menu-left {
	left: 0
}

.slideout-menu-right {
	right: 0
}

.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #fff;
	min-height: 100vh
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden
}
.slideout-open .slideout-menu {
	display: block
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 40px;
	top: 40%
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 40px;
	left: auto;
	top: 60%
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-ms-transform: scale(0);
	transform: scale(0);
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #efc22a;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:after {
	content: ""
}

.nice-select:after {
	display: block;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 1px;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: all .15s ease-in-out
}

.nice-select.open:after {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	padding: 5px 0
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	color: #000;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: bold
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

div.juxtapose {
	width: 100%;
	font-family: Helvetica, Arial, sans-serif
}

div.juxtapose .jx-knightlab {
	display: none
}

div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

div.jx-handle {
	position: absolute;
	height: 100%;
	width: 60px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -30px
}

.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0
}

div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: #efc22a
}

.vertical div.jx-control {
	height: 6px;
	width: 100%;
	background-color: #f3f3f3;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: #efc22a;
	border-radius: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

div.jx-controller:before {
	content: ""
}

div.jx-controller:before {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2
}

.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative
}

div.jx-arrow {
	display: none;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	transition: all .2s ease
}

.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	transition: all .2s ease
}

div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #f3f3f3 transparent transparent
}

div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #f3f3f3
}

.vertical div.jx-arrow.jx-left {
	left: 0;
	top: 2px;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f3f3f3 transparent
}

.vertical div.jx-arrow.jx-right {
	right: 0;
	top: initial;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #f3f3f3 transparent transparent transparent
}

div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0;
	top: 0
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0;
	bottom: 0
}

div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden
}

.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: initial
}

div.jx-image img {
	height: 100%;
	z-index: 5;
	position: absolute;
	margin-bottom: 0;
	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial
}

.vertical div.jx-image img {
	height: initial;
	width: 100%
}

div.jx-image.jx-left {
	left: 0;
	background-position: left
}

div.jx-image.jx-left img {
	left: 0
}

div.jx-image.jx-right {
	right: 0;
	background-position: right
}

div.jx-image.jx-right img {
	right: 0;
	bottom: 0
}

.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top
}

.veritcal div.jx-image.jx-left img {
	top: 0
}

.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom
}

.veritcal div.jx-image.jx-right img {
	bottom: 0
}

div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle
}

div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0
}

div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0
}

.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute
}

.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: initial
}

div.jx-credit {
	line-height: 1.1;
	font-size: .75em
}

div.jx-credit em {
	font-weight: bold;
	font-style: normal
}

div.jx-image.transition {
	transition: width .5s ease
}

div.jx-handle.transition {
	transition: left .5s ease
}

.vertical div.jx-image.transition {
	transition: height .5s ease
}

.vertical div.jx-handle.transition {
	transition: top .5s ease
}

a.jx-knightlab {
	background-color: #000;
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	display: table;
	height: 14px;
	line-height: 14px;
	padding: 1px 4px 1px 5px;
	position: absolute;
	right: 0;
	text-decoration: none;
	z-index: 10
}

a.jx-knightlab div.knightlab-logo {
	display: inline-block;
	vertical-align: middle;
	height: 8px;
	width: 8px;
	background-color: #c34528;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: -1.25px;
	position: relative;
	cursor: pointer
}

a.jx-knightlab:hover {
	background-color: #000;
	background-color: rgba(0, 0, 0, .35)
}

a.jx-knightlab:hover div.knightlab-logo {
	background-color: #ce4d28
}

a.jx-knightlab span.juxtapose-name {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 10px;
	padding-left: .375em;
	vertical-align: middle;
	line-height: normal;
	text-shadow: none
}

div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000
}

a.jx-knightlab:focus span.juxtapose-name {
	color: #000;
	border: none
}

.video-wrap {
	position: relative;
	cursor: pointer
}

.video-wrap.is-active:before {
	opacity: 0
}

.video-wrap.is-active .video-wrap__play {
	-ms-transform: translate(-50%, -50%) scale(1.3);
	transform: translate(-50%, -50%) scale(1.3);
	opacity: 0
}

.video-wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .4);
	transition: opacity .1s
}

.video-wrap__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all .1s;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	font-family: "gotham-medium";
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.video-wrap__play:hover .video-wrap__icon,
.video-wrap__play:focus .video-wrap__icon {
	background: #133371
}

.video-wrap__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	background: #efc22a;
	margin-right: 20px;
	transition: background .2s
}

@media screen and (max-width:479px) {
	.video-wrap__icon {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

.video-wrap__icon i,
.video-wrap__icon .ip-point {
	font-size: 30px
}

@media screen and (max-width:479px) {

	.video-wrap__icon i,
	.video-wrap__icon .ip-point {
		font-size: 16px
	}
}

.video-wrap__text {
	white-space: nowrap
}

.video-wrap__media {
	width: 100%
}

.table-default,
.static-content table {
	min-width: 800px;
	width: 100%;
	font-family: "gotham-medium"
}

@media screen and (max-width:479px) {

	.table-default,
	.static-content table {
		min-width: 680px
	}
}

.table-default thead,
.static-content table thead {
	background: #202020;
	color: #fff
}

.table-default thead td:first-child>*,
.static-content table thead td:first-child>*,
.table-default thead th:first-child>*,
.static-content table thead th:first-child>* {
	font-family: "gotham-medium";
	font-size: 16px;
	margin: 0;
	text-align: left
}

.table-default thead td:nth-child(1n+2),
.static-content table thead td:nth-child(1n+2),
.table-default thead th:nth-child(1n+2),
.static-content table thead th:nth-child(1n+2) {
	text-align: center
}

.table-default tbody,
.static-content table tbody {
	color: #000
}

.table-default tbody tr:nth-child(odd) td,
.static-content table tbody tr:nth-child(odd) td {
	background: #dedede
}

.table-default tbody tr:nth-child(even) td,
.static-content table tbody tr:nth-child(even) td {
	background: #c6c3c3
}

.table-default td,
.static-content table td,
.table-default th,
.static-content table th {
	padding: 24px 30px
}

@media screen and (max-width:991px) {

	.table-default td,
	.static-content table td,
	.table-default th,
	.static-content table th {
		padding: 16px 28px
	}
}

@media screen and (max-width:639px) {

	.table-default td,
	.static-content table td,
	.table-default th,
	.static-content table th {
		padding: 10px 22px
	}
}

@media screen and (max-width:479px) {

	.table-default td,
	.static-content table td,
	.table-default th,
	.static-content table th {
		padding: 10px 18px
	}
}

.table-default td:first-child,
.static-content table td:first-child,
.table-default th:first-child,
.static-content table th:first-child {
	width: 460px
}

@media screen and (max-width:479px) {

	.table-default td:first-child,
	.static-content table td:first-child,
	.table-default th:first-child,
	.static-content table th:first-child {
		width: 150px
	}
}

.table-default td:nth-child(1n+2),
.static-content table td:nth-child(1n+2),
.table-default th:nth-child(1n+2),
.static-content table th:nth-child(1n+2) {
	text-align: center
}

.table-default a,
.static-content table a {
	color: #000
}

.table-caption {
	font-family: "gotham-medium";
	font-size: 10px;
	margin-top: 10px
}

td[colspan] {
	text-align: center
}

.table-imitation {
	font-family: "gotham-medium"
}

.table-imitation__head {
	background: #1b1b1b;
	padding: 24px 30px;
	font-size: 16px;
	color: #fff;
	vertical-align: middle
}

.btn {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	height: 40px;
	line-height: 42px;
	font-family: "bebas-bold";
	color: #fff;
	background-color: #efc22a;
	cursor: pointer;
	transition: background-color .2s;
	text-transform: uppercase;
	letter-spacing: .05em;
	letter-spacing: .05em;
	overflow: visible
}

.btn:hover,
.btn:focus {
	background: #133371
}

.btn-status {
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important
}

.btn-status--ajax {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	pointer-events: none;
	background-color: transparent !important;
	color: transparent !important;
	background-image: url("../../../../../../local/templates/UATuning/images/preload.gif") !important
}

.btn-status--ajax:before,
.btn-status--ajax:after {
	opacity: 0
}

.list-square li,
.static-content>ul li,
.static-content table ul li,
.shine-step__text ul li {
	position: relative;
	padding-left: 20px
}

.list-square li:nth-child(1n+2),
.static-content>ul li:nth-child(1n+2),
.static-content table ul li:nth-child(1n+2),
.shine-step__text ul li:nth-child(1n+2) {
	margin-top: 10px
}

.list-square li:before,
.static-content>ul li:before,
.static-content table ul li:before,
.shine-step__text ul li:before {
	display: block;
	position: absolute;
	content: " ";
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #efc22a
}

.list-number,
.static-content>ol {
	color: #efc22a;
	padding-left: 20px
}

.list-number li,
.static-content>ol li {
	list-style-type: decimal
}

.list-number li:nth-child(1n+2),
.static-content>ol li:nth-child(1n+2) {
	margin-top: 10px
}

.list-number span,
.static-content>ol span {
	color: #000
}

.input-default {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	margin: 0;
	padding: 10px 20px;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font: 14px/1.37 "Open sans", Verdana, sans-serif;
	transition: all .5s ease
}

@media screen and (max-width:991px) {
	.input-default {
		padding: 12px
	}
}

.input-default:focus {
	border-color: #efc22a;
	box-shadow: inset 0 1px 1px rgba(78, 109, 177, .7), rgba(78, 109, 177, .5);
	outline: 0
}

.input-default:-ms-input-placeholder {
	color: #303030;
	font-size: 14px
}

@media screen and (max-width:379px) {
	.input-default:-ms-input-placeholder {
		font-size: 13px
	}
}

.input-default:-moz-placeholder {
	color: #303030;
	font-size: 14px
}

@media screen and (max-width:379px) {
	.input-default:-moz-placeholder {
		font-size: 13px
	}
}

.input-default::-moz-placeholder {
	color: #303030;
	font-size: 14px
}

@media screen and (max-width:379px) {
	.input-default::-moz-placeholder {
		font-size: 13px
	}
}

.input-default::-webkit-input-placeholder {
	color: #303030;
	font-size: 14px
}

@media screen and (max-width:379px) {
	.input-default::-webkit-input-placeholder {
		font-size: 13px
	}
}

.input-default:-ms-input-placeholder {
	color: #303030;
	font-size: 14px
}

.input-default::placeholder {
	color: #303030;
	font-size: 14px
}

@media screen and (max-width:379px) {
	.input-default:-ms-input-placeholder {
		font-size: 13px
	}

	.input-default::placeholder {
		font-size: 13px
	}
}

.input-default.input-validation-error {
	border-color: #ee4d55;
	box-shadow: 0 0 6px #ee4d55
}

.input-default.input-validation-error:-ms-input-placeholder {
	color: #ee4d55
}

.input-default.input-validation-error:-moz-placeholder {
	color: #ee4d55
}

.input-default.input-validation-error::placeholder {
	color: #ee4d55
}

.hamburger {
	width: 40px;
	height: 24px;
	position: relative;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer
}

@media screen and (min-width:1025px) {
	.hamburger {
		display: none
	}
}

.hamburger.is-open span:nth-child(1) {
	top: 10px;
	width: 0;
	left: 50%
}

.hamburger.is-open span:nth-child(2) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger.is-open span:nth-child(3) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hamburger.is-open span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%
}

.hamburger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out
}

.hamburger span:nth-child(1) {
	top: 0
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 10px
}

.hamburger span:nth-child(4) {
	top: 20px
}

.mobile-nav {
	font-family: "bebas-bold";
	background: #202020;
	color: #fff;
	padding-top: 71px;
}

@media screen and (max-width:639px) {
	.mobile-nav {
		padding-top: 71px !important
	}
}

.mobile-nav--push {
	padding-top: 142px
}

.mobile-nav__inner {
	padding-top: 20px
}

.mobile-nav__item.current .mobile-nav__link {
	color: #efc22a
}

.mobile-nav__link {
	display: block;
	padding: 4px 20px;
	font-size: 18px;
	letter-spacing: 1px
}

.mobile-nav__order {
	margin-top: 30px;
	margin-left: 20px
}

.mobile-subnav {
	display: none;
	padding: 6px 0;
	background: #2c2c2c
}

.mobile-subnav__item.current .mobile-subnav__link {
	color: #efc22a
}

.mobile-subnav__link {
	display: block;
	padding: 2px 20px;
	letter-spacing: 1px
}

.pager {
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-family: "gotham-medium";
	margin: 60px 0
}

.pager__caption {
	margin-right: 15px
}

.pager__list {
	display: -ms-flexbox;
	display: flex
}

.pager__list li:nth-child(1n+2) {
	margin-left: 12px
}

.pager__list a {
	transition: color .2s
}

.pager__list a:hover,
.pager__list a:focus {
	color: #efc22a
}

.pager__list span {
	color: #efc22a;
	border-bottom: 1px solid #efc22a
}

.form {
	text-align: left;
	padding: 45px 10px
}

div.form__title {
	color: #efc22a;
	margin-bottom: 90px;

	font-size: 46px;
	font-family: "bebas-bold";
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	div.form__title {
		font-size: 41px;
	}
}

@media screen and (max-width: 768px) {
	div.form__title {
		font-size: 36px;
	}
}

@media screen and (max-width:639px) {
	.form {
		padding: 25px 0
	}
}

.form__title {
	color: #efc22a;
	margin-bottom: 90px
}

.form__field {
	height: 40px
}

.form__field.is-textarea {
	height: 220px
}

.form__field.is-textarea textarea {
	padding-top: 20px
}

.form__field:nth-child(1n+2) {
	margin-top: 50px
}

@media screen and (max-width:639px) {
	.form__field:nth-child(1n+2) {
		margin-top: 25px
	}
}

.form__submit {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: auto
}

@media screen and (max-width:768px) {
	.form__submit {
		margin-top: 40px
	}
}

.static-content>*:first-child {
	margin-top: 0
}

.static-content>*:last-child {
	margin-bottom: 0
}

.static-content h3 {
	margin-top: 100px;
	margin-bottom: 35px
}

.static-content>ul {
	margin: 40px 0
}

@media screen and (max-width:639px) {
	.static-content>ul {
		margin: 30px 0
	}
}

.static-content>ol {
	margin: 40px 0
}

@media screen and (max-width:639px) {
	.static-content>ol {
		margin: 30px 0
	}
}

.static-content>*:not(.slick):not(.juxtapose):not(.video-wrap):not(.overflow-container):not(img) {
	max-width: 840px
}

.static-content .juxtapose,
.static-content .video-wrap {
	margin: 70px 0
}

@media screen and (max-width:639px) {

	.static-content .juxtapose,
	.static-content .video-wrap {
		margin: 50px 0
	}
}

.static-content .slick {
	margin: 80px 0
}

@media screen and (max-width:639px) {
	.static-content .slick {
		margin: 50px 0
	}
}

.static-content .overflow-container:not(:first-child) {
	margin-top: 50px
}

.static-content .overflow-container+.overflow-container {
	margin-top: 0
}

.static-content .overflow-container+.overflow-container i,
.static-content .overflow-container+.overflow-container .ip-point {
	opacity: 0
}

.static-content>img {
	display: block;
	margin: 60px 0;
	width: auto !important;
	height: auto !important
}

.static-content>p img {
	display: block;
	width: 100% !important;
	height: auto !important
}

.static-content a {
	font-family: "gotham-medium"
}

.static-content strong {
	font-family: "gotham-medium"
}

.static-content .overflow-container+.overflow-container thead i,
.static-content .overflow-container+.overflow-container thead .ip-point {
	display: none
}

.static-content iframe {
	width: 100% !important;
	height: auto !important
}

.container-proto,
.container-lg,
.container,
.container-md,
.container-sm,
.container-xs {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px
}

.container-lg {
	max-width: 1540px
}

.container {
	max-width: 1340px
}

.container-md {
	max-width: 820px
}

.container-sm {
	max-width: 640px
}

.container-xs {
	max-width: 520px
}

[class*="maw"] {
	width: 100%
}

.maw-lg {
	max-width: 800px
}

.maw-sm {
	max-width: 600px
}

.maw-xs {
	max-width: 480px
}

.wrapper {
	position: relative;
	padding-top: 142px;
	min-height: calc(100vh - 300px);
	overflow: hidden
}

@media screen and (max-width:639px) {
	.wrapper {
		padding-top: 71px
	}
}

@media screen and (min-width:640px) {
	.wrapper:before {
		display: block;
		position: absolute;
		content: " ";
		top: 0;
		left: 0;
		width: 100%;
		height: 142px;
		background: #202020
	}
}

.gutter {
	padding-left: 20px;
	padding-right: 20px
}

.block {
	padding-top: 120px;
	padding-bottom: 120px
}

@media screen and (max-width:991px) {
	.block {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.block h2 {
	margin-bottom: 80px
}

.block h3 {
	margin-bottom: 60px
}

.block-sm {
	padding-top: 40px;
	padding-bottom: 40px
}

@media screen and (max-width:991px) {
	.block-sm {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

.block-sm h2 {
	margin-bottom: 80px
}

.block-sm h3 {
	margin-bottom: 30px
}

.block-xs {
	padding-top: 40px;
	padding-bottom: 40px
}

.mb-sm {
	margin-bottom: 30px
}

.mb-md {
	margin-bottom: 60px
}

.mb-lg {
	margin-bottom: 80px;
	gap: 50px;
}

.mb-xl {
	margin-bottom: 120px
}

.row-multi [class*="col-"] {
	margin-bottom: 80px
}

.row-multi-sm [class*="col-"] {
	margin-bottom: 30px
}

.u-grid-1-2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -70px
}

.u-grid-1-2>* {
	width: 50%;
	padding-left: 70px;
	float: left
}

@media screen and (max-width:991px) {
	.u-grid-1-2 {
		margin-left: 0
	}

	.u-grid-1-2>* {
		width: 100%;
		padding-left: 0;
		margin-top: 40px
	}
}

.u-grid-1-3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -90px
}

.u-grid-1-3>* {
	width: 33.33333%;
	padding-left: 90px;
	float: left
}

@media screen and (max-width:991px) {
	.u-grid-1-3 {
		margin-left: 0
	}

	.u-grid-1-3>* {
		width: 100%;
		padding-left: 0;
		margin-top: 40px
	}
}

.u-grid-1-5 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -70px
}

.u-grid-1-5>* {
	width: 20%;
	padding-left: 70px;
	float: left
}

@media screen and (max-width:991px) {
	.u-grid-1-5 {
		margin-left: -40px;
		-ms-flex-pack: center;
		justify-content: center
	}

	.u-grid-1-5>* {
		width: 33.3333%;
		padding-left: 40px;
		margin-top: 60px
	}
}

@media screen and (max-width:639px) {
	.u-grid-1-5 {
		margin-left: -30px
	}

	.u-grid-1-5>* {
		width: 50%;
		padding-left: 30px;
		margin-top: 40px
	}
}

@media screen and (max-width:379px) {
	.u-grid-1-5 {
		margin-left: 0
	}

	.u-grid-1-5>* {
		width: 100%;
		padding-left: 0;
		margin-top: 40px
	}
}

.page-head {
	padding: 30px 0 60px
}

@media screen and (max-width:479px) {
	.page-head {
		padding-bottom: 50px
	}
}

.page-head--black {
	background: #000;
	color: #fff;
	background-position: 100% 50%;
	background-size: contain;
	background-repeat: no-repeat
}

.page-head--black .breadcrumbs a:after {
	color: #fff
}

@media screen and (max-width:379px) {
	.page-head__title {
		font-size: 30px
	}
}

.contact-us {
	padding: 60px 0
}

.contact-us__inner {
	max-width: 1000px;
	padding: 70px;
	margin: 0 auto;
	background: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:899px) {
	.contact-us__inner {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media screen and (max-width:639px) {
	.contact-us__inner {
		padding: 40px 20px
	}
}

.contact-us__text {
	font-family: "bebas";
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .05em
}

@media screen and (max-width:379px) {
	.contact-us__text {
		font-size: 26px
	}
}

@media screen and (max-width:768px) {
	.contact-us__text br {
		display: none
	}
}

.contact-us__btn {
	margin-left: 30px
}

@media screen and (max-width:899px) {
	.contact-us__btn {
		margin-left: 0;
		margin-top: 40px
	}
}

.row-cards [class*="col-"] {
	display: -ms-flexbox;
	display: flex
}

.slick {
	padding-bottom: 40px
}

.card-feature__ic-wrap {
	max-width: 60px;
	margin-bottom: 20px
}

.card-feature__text {
	max-width: 420px
}

.card-feature+.card-feature {
	margin-top: 50px
}

.text-block {
	max-width: 600px;
	margin: 20px 0 60px
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	color: #818181;
	transition: top .1s
}

@media screen and (max-width:639px) {
	.header {
		top: -71px
	}

	.header .header-bot__logo {
	}
}

.header--scrolled {
	top: -71px
}

.header--scrolled .header-bot__logo {
	width: 200px
}

@media screen and (max-width:639px) {
	.header__navigation {
		display: none
	}
}

.header-top {
	background: #202020
}

.header-top__inner {
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-left: calc(180px + 20px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 71px
}

@media screen and (max-width:768px) {
	.header-top__inner {
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-left: 0
	}
}

.header-top__phone {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: "gotham-medium"
}

@media screen and (max-width:768px) {
	.header-top__phone {
		display: none
	}
}

.header-top__email {
	font-family: "gotham-medium"
}

@media screen and (max-width:991px) {
	.header-top__email {
		display: none
	}
}

.header-top__show-all {
	font-family: "gotham-medium";
	font-size: 14px;
	color: #818181;
	transition: color .2s
}

.header-top__show-all:hover,
.header-top__show-all.is-active {
	color: #efc22a
}

.header-top__show-all i,
.header-top__show-all .ip-point {
	font-size: 12px;
	margin-left: 10px
}

.divider-sm {
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #fff;
	margin: 0 10px;
	vertical-align: middle
}

.header-bot {
	background: #2c2c2c
}

.header-bot__inner {
	position: relative;
	padding-left: calc(225px + 20px);
	height: 71px
}
@media screen and (max-width:1024px) {
	.header-bot__inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center
	}
}

.header-bot__logo {
position: absolute;
top: 47%;
left: 20px;
transform: translateY(-50%);
width: 200px;
transition: width .1s;
}
.header-bot__logo img { 
width: 100%;
object-fit: cover;
}
@media screen and (max-width:1024px) {
	.header-bot__navigation {
		display: none
	}
}

.header-bot__subnav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #111;
	height: 0;
	overflow: hidden
}

.header-bot__subnav .subnav {
	display: block;
	opacity: 0;
	visibility: visible;
	position: static;
	transition: none;
	padding-bottom: 30px
}

.header-bot__subnav .subnav__inner {
	max-width: 1200px
}
.header-bot__phone {
	font-size: 28px;
	color: #fff;
	padding: 10px 20px;
	margin-right: 20px;
	margin-bottom: -5px;
}

@media screen and (min-width:1025px) {
	.header-bot__menu,
	.header-bot__phone {
		display: none
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.nav__item:hover .nav__link,
.nav__item:focus .nav__link {
	background: #e9e9e9;
	color: #efc22a
}

.nav__item.current .nav__link {
	border-color: #efc22a;
	transition: all .2s linear
}

.nav__item.is-active .nav__link {
	background: #e9e9e9;
	color: #efc22a
}

.nav__link {
	display: block;
	font-family: "bebas-bold";
	font-size: 24px;
	color: #fff;
	height: 71px;
	line-height: 80px;
	border-bottom: 10px solid transparent;
	padding: 0 15px;
	transition: all .1s linear;
	letter-spacing: 1px
}

.subnav {
	opacity: 0;
	visibility: hidden;
	background: #111;
	position: absolute;
	top: 100%;
	left: 20px;
	z-index: 1000;
	width: calc(100% - 40px);
	padding-bottom: 30px
}

.subnav__item {
	margin-top: 30px
}

.subnav .subnav-link {
	position: relative;
	display: block;
}

.subnav .subnav-link:before {
	opacity: 0;
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e448a;
	transition: all .2s;
	z-index: 1
}

.subnav .subnav-link:hover:before,
.subnav .subnav-link:focus:before {
	opacity: .7
}

.subnav .subnav-link__text {
	color: #fff;text-shadow: .5px .5px .5px black;
	font-family: "bebas-bold";
	font-size: 24px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: .05em;
	top: 20px;
	left: 20px;
	z-index: 2
}

.header-phones {
	display: none;
	position: absolute;
	top: 71px;
	left: 35%;
	z-index: 3;
	background: #e8e8e8;
	width: 270px;
	padding: 40px 30px
}

.header-phones__item {
	display: -ms-flexbox;
	display: flex
}

.header-phones__item:nth-child(1n+2) {
	margin-top: 24px
}

.header-phones__icon {
	color: #939494;
	margin-right: 18px;
	font-size: 20px
}

.header-phones__icon:before {
	content: ""
}

.header-phones__tel {
	font-family: "gotham-medium";
	color: #000
}

.header-phones span {
	display: block
}

.breadcrumbs {
	margin-bottom: 100px
}

@media screen and (max-width:1366px) {
	.breadcrumbs {
		margin-bottom: 80px
	}
}

@media screen and (max-width:768px) {
	.breadcrumbs {
		margin-bottom: 60px
	}
}

@media screen and (max-width:479px) {
	.breadcrumbs {
		margin-bottom: 40px
	}
}

.breadcrumbs a,
.breadcrumbs span {
	display: inline-block;
	font-size: 12px;
	font-family: "gotham-medium";
	text-transform: lowercase
}

.breadcrumbs span.last {
	color: #efc22a
}

.breadcrumbs a {
	transition: color .2s
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
	color: #efc22a
}

.breadcrumbs a:after {
	display: inline-block;
	content: "-";
	margin: 0 4px;
	color: #000
}

.footer-top {
	background: #000;
	padding: 40px 0 0px;
	color: #fff
		/*818181*/
}

@media screen and (max-width:768px) {
	.footer-top {
		padding: 40px 0
	}
}

.footer-top__title {
	display: block;
	font-family: "bebas";
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 30px
}

.footer-top__list li:nth-child(1n+2) {
	margin-top: 10px
}

.footer-top__list a {
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #212121
}

.footer-top__list a:hover,
.footer-top__list a:focus {
	border-color: transparent
}

.footer-top a {
	transition: all .2s
}

.footer-top a:hover,
.footer-top a:focus {
	color: #c1c1c1;
	/*1a479d*/
}

.footer-top p {
	margin: 12px 0;
	font-size: 12px;
	font-weight: 600;
}

.footer-bot {
	font-size: 12px;
	padding: 20px 0;
	background: #000000;
	color: #fff
}

.footer-bot__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:379px) {
	.footer-bot__inner {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media screen and (max-width:379px) {
	.footer-bot__dev {
		margin-top: 10px
	}
}

.p-home {
	color: #fff
}

.vjs-control-bar {
	display: none
}

.vjs-hidden {
	display: none
}

.video-js {
	width: 100% !important;
	height: 100% !important
}

.hero-video-dimensions {
	width: 100%;
	height: 100%
}

.hero-video-dimensions video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover"
}

.hero {
	position: relative;
	color: #fff;
	overflow: hidden;
	height: calc(100vh - 142px);
	min-height: 650px
}

@media screen and (max-width:768px) {
	.hero {
		min-height: 500px
	}
}

@media screen and (max-width:639px) {
	.hero {
		height: calc(100vh - 71px)
	}
}

.hero__video-wrap {
	width: 100%;
	height: 100%;
	background: #000
}

.hero__video-poster {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../../../../../local/templates/UATuning/video/Blink-screenshot-01-00.jpg");
	z-index: 1
}

.hero__background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-image: url("../../../../../../local/templates/UATuning/images/hero-bg-2.jpg")
}

@media screen and (max-width:991px) {
	.hero__background {
		background-position: 60% 50%;
		display: block;
	}

	.hero__video-wrap {
		display: none;
	}
}

.hero__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.hero__inner {
	padding-top: 100px
}

@media screen and (max-width:639px) {
	.hero__inner {
		padding-top: 70px
	}
}

.hero__title {
	opacity: 0;
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	margin-bottom: 180px;
	animation-name: animateHomeTitle;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards
}

@media screen and (max-width:1366px) {
	.hero__title {
		margin-bottom: 100px
	}
}

@media screen and (max-width:379px) {
	.hero__title {
		font-size: 41px
	}
}

.hero__subtitle {
	opacity: 0;
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	font-family: "gotham-medium";
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em;
	animation-name: animateHomeSubtitle;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards
}

.hero__scroll {
	opacity: 0;
	-ms-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
	position: absolute;
	left: 50%;
	bottom: 40px;
	animation-name: animateHomeScrolldown;
	animation-duration: .6s;
	animation-delay: 1.6s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards
}

@media screen and (max-width:1024px) {
	.hero__scroll {
		bottom: 70px
	}
}

@media screen and (max-width:768px) {
	.hero__scroll {
		bottom: 40px
	}
}

.hero__scroll i,
.hero__scroll .ip-point {
	font-size: 34px;
	color: #fff
}

@keyframes animateHomeTitle {
	from {
		opacity: 0;
		transform: translateX(-50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes animateHomeSubtitle {
	from {
		opacity: 0;
		transform: translateY(-50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes animateHomeScrolldown {
	from {
		opacity: 0;
		transform: translate(-50%, -20px)
	}

	to {
		opacity: 1;
		transform: translate(-50%, 0)
	}
}

.home-features {
	position: relative
}

@media screen and (min-width:768px) {
	.home-features {
		height: 100vh;
		min-height: 700px
	}
}

.home-features .slick-tabs {
	background: #000;
	color: #fff;
	height: 100%;
	overflow: hidden
}

@media screen and (max-width:767px) {
	.home-features .slick-tabs {
		padding-bottom: 40px
	}
}

.home-features .slick-tabs .slick-list,
.home-features .slick-tabs .slick-track {
	height: 100%
}

.home-features .slick-tabs .slick-dots {
	bottom: 25px
}

.home-features .slick-tabs__item {
	height: 100%
}

@media screen and (min-width:768px) {
	.home-features .slick-tabs__item img {
		object-fit: cover;
		font-family: "object-fit: cover";
		width: 100%
	}
}

.home-features .slick-tabs__info {
	padding: 20px
}

@media screen and (min-width:768px) {
	.home-features .slick-tabs__info {
		display: none
	}
}

.home-features .slick-tabs__slide-title {
	font-family: "bebas-bold";
	font-size: 24px;
	margin-bottom: 20px
}

.home-features .slick-interface {
	max-width: 1240px;
	width: 100%;
	padding: 0 20px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	z-index: 2
}

@media screen and (max-width:767px) {
	.home-features .slick-interface {
		display: none
	}
}

.home-features .slick-btns {
	display: -ms-flexbox;
	display: flex
}

.home-features .slick-btns__item {
	-ms-flex: 1;
	flex: 1;
	height: 120px;
	padding: 27px;
	background: rgba(0, 0, 0, .8);
	cursor: pointer;
	font-family: "bebas-bold";
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	transition: background .4s
}

.home-features .slick-btns__item:nth-child(1n+2) {
	margin-left: 1px
}

.home-features .slick-btns__item--active {
	background: rgba(48, 73, 153, .6)
}

.home-features .slick-content {
	padding: 30px 40px;
	margin-top: 1px;
	background: rgba(0, 0, 0, .8)
}

.home-features .slick-content__item {
	opacity: 0;
	display: none
}

.home-features .slick-content__item.is-visible {
	opacity: 1;
	display: block
}

.image-points {
	position: relative
}

@media screen and (max-width:767px) {
	.image-points {
		display: none
	}
}

.ip-select {
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 3
}

.ip-select__inner {
	display: -ms-flexbox;
	display: flex
}

.ip-select__btn {
	font-family: "gotham-medium";
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .05em
}

.ip-select__btn.is-active {
	color: #efc22a
}

.ip-select__btn:after {
	display: inline-block;
	content: "|";
	color: #efc22a;
	margin: 0 10px
}

.ip-select__btn:last-child:after {
	display: none
}

.ip-tabs {
	width: 100%;
	height: 100%
}

.ip-tabs__item:nth-child(1n+2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.ip-tabs__item:nth-child(1n+2) {
	opacity: 0;
	visibility: hidden
}

.ip-tabs img {
	width: 100%
}

.ip-point {
	position: absolute;
	font-size: 34px;
	cursor: pointer;
	transition: transform .2s;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 5
}

.ip-point:before {
	content: ""
}

.ip-point.is-active {
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.card-ip {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	width: 35%;
	min-width: 400px;
	padding: 60px 60px 40px 60px;
	background: #242424;
	color: #fff;
	z-index: 5
}

@media screen and (max-width:1366px) {
	.card-ip {
		padding: 30px
	}
}

@media screen and (max-width:991px) {
	.card-ip {
		padding: 20px
	}
}

.card-ip__title {
	font-family: "bebas-bold";
	font-size: 24px;
	margin-bottom: 35px
}

@media screen and (max-width:1366px) {
	.card-ip__title {
		margin-bottom: 20px
	}
}

.card-ip__text {
	margin-bottom: 50px
}

@media screen and (max-width:1366px) {
	.card-ip__text {
		margin-bottom: 30px
	}
}

.card-ip__more {
	color: #fff !important
}

.preview-grid__item {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

.card-preview {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #000
}
.card-preview.work-examples {
	justify-content: start;
}

.card-preview__info {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px 25px 25px;
	transition: background .2s
}

.card-preview__info:hover,
.card-preview__info:focus {
	background: #3a3a3ac8;
}

.card-preview__title {
	font-family: "bebas-bold";
	font-size: 24px;
	margin-bottom: 35px
}
.work-examples .card-preview__title {
	margin-bottom: 0px;
	margin-top: 10px;
}

.card-preview__text {
	margin-bottom: 35px
}

.card-preview__more {
	margin-top: auto
}

.card-preview__more:before {
	background-image: url(../../../../../../local/templates/UATuning/images/sprite.png);
	background-position: -67px -60px;
	width: 32px;
	height: 32px;
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin-right: 12px
}

.card-preview__img-w {
	position: relative
}

.card-preview__insta {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: all .2s
}

.card-preview__insta:hover,
.card-preview__insta:focus {
	color: #efc22a
}

.card-preview__insta span {
	font-family: "gotham-medium";
	font-size: 10px;
	margin-left: 12px
}

@media screen and (min-width:769px) {
	.card-lg {
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (min-width:769px) {
	.card-lg__img-w {
		width: 790px
	}
}

@media screen and (max-width:768px) {
	.card-lg__img-w img {
		height: auto
	}
}

.card-lg__info {
	padding: 60px 25px
}

@media screen and (min-width:769px) {
	.card-lg__info {
		width: 400px
	}
}

.card-lg__info h3,
.card-lg__info .h3-like {
	margin-bottom: 35px
}

.card-lg__info h3:not(:first-child),
.card-lg__info .h3-like:not(:first-child) {
	margin-top: 60px
}

.card-lg__info p {
	margin: 30px 0
}

.card-lg__info .link-more {
	margin-top: 30px
}







.contact-brick {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.contact-brick+.contact-brick {
	margin-top: 30px
}

.contact-brick i,
.contact-brick .ip-point {
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.insta-modal {
	position: relative;
	width: auto;
	padding: 0 60px;
	overflow: visible;
	background: transparent
}

@media screen and (max-width:1366px) {
	.insta-modal {
		padding: 0 40px
	}
}

@media screen and (max-width:768px) {
	.insta-modal {
		padding: 0 20px
	}
}

@media screen and (max-width:479px) {
	.insta-modal {
		padding: 0 10px
	}
}

.insta-modal__title {
	font-family: "bebas-bold";
	font-size: 18px;
	min-height: 27px;
	text-align: left;
	color: #fff;
	margin-bottom: 35px
}

.insta-modal__content {
	background: #fff;
	overflow: hidden
}

@media screen and (min-width:769px) {
	.insta-modal__content [class*="col-"] {
		position: static
	}
}

.insta-modal__content--keep-static [class*="col-"] {
	position: static !important
}

.insta-modal__btn {
	position: relative
}

@media screen and (min-width:769px) {
	.insta-modal__btn {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.insta-modal__btn--prev {
	left: 0
}

@media screen and (max-width:768px) {
	.insta-modal__btn--prev {
		float: left;
		margin-left: 20px;
		margin-top: 10px
	}
}

.insta-modal__btn--next {
	right: 0
}

@media screen and (max-width:768px) {
	.insta-modal__btn--next {
		float: right;
		margin-right: 20px;
		margin-top: 10px
	}
}

.insta-modal__btn i,
.insta-modal__btn .ip-point {
	font-size: 34px;
	color: #fff
}

@media screen and (max-width:768px) {

	.insta-modal__btn i,
	.insta-modal__btn .ip-point {
		color: #efc22a
	}
}

.insta-modal .remodal-close {
	left: auto;
	right: 0;
	color: #fff;
	transition: transform .3s ease-in-out
}

.insta-modal .remodal-close:hover,
.insta-modal .remodal-close:focus {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.insta-card {
	padding: 20px
}

.insta-card__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px
}

.insta-card__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: "gotham-medium";
	color: #efc22a
}

.insta-card__text {
	font-family: "gotham-medium";
	margin-bottom: 20px
}

.insta-card__tags {
	font-family: "gotham-medium"
}

.p-about .contact-us {
	background: #1b1b1b;
	padding-top: 0
}

.slick-about .slick-dots {
	bottom: -45px
}

@media screen and (max-width:768px) {
	.slick-about .slick-dots {
		bottom: -30px
	}
}

.slick-team {
	padding-bottom: 40px
}

@media screen and (max-width:991px) {
	.slick-team .slick-arrow {
		display: none !important
	}
}

.team-slide {
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:639px) {
	.team-slide {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.team-slide__img-w {
	min-width: 180px
}

@media screen and (max-width:639px) {
	.team-slide__img-w {
		margin-bottom: 30px
	}
}

@media screen and (max-width:639px) {
	.team-slide__img-w img {
		margin: 0 auto
	}
}

@media screen and (min-width:992px) {
	.team-slide__info {
		padding-right: 110px;
		max-width: 540px
	}
}

@media screen and (min-width:640px) {
	.team-slide__info {
		padding-left: 45px
	}
}

.team-slide__title {
	color: #efc22a;
	margin-bottom: 35px
}

.insta-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px
}

@media screen and (max-width:991px) {
	.insta-head {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media screen and (max-width:479px) {
	.insta-head {
		margin-bottom: 50px
	}
}

.insta-head__title {
	margin-bottom: 0 !important
}

.insta-acc {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width:991px) {
	.insta-acc {
		margin-top: 30px
	}
}

@media screen and (max-width:479px) {
	.insta-acc {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.insta-acc__channel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.insta-acc__img-w {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.insta-acc__name {
	font-family: "gotham-medium";
	font-size: 20px;
	margin: 0 40px 0 17px
}

@media screen and (max-width:379px) {
	.insta-acc__name {
		font-size: 15px
	}
}

.insta-acc__btn {
	font-size: 16px
}

@media screen and (max-width:479px) {
	.insta-acc__btn {
		margin-top: 15px
	}
}

.video-block .video-block__title {
	margin-bottom: 50px
}

.video-block__subtitle {
	font-family: "gotham-medium";
	margin-bottom: 30px
}

.card-insta {
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.card-insta:hover .link-defalt,
.card-insta:focus .link-defalt {
	color: #efc22a
}

.card-insta:hover .card-insta__text,
.card-insta:focus .card-insta__text {
	opacity: 1
}

.card-insta__img-w {
	position: relative;
	padding-bottom: 66.5625%
}

.card-insta__img-w img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%
}

.card-insta__panel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	transition: opacity .2s ease-in-out
}

.card-insta__text {
	opacity: 0;
	padding: 25px 20px;
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	transition: opacity .2s ease-in-out
}

.card-insta__text-inner {
	max-height: 60px;
	overflow: hidden
}

.card-insta__more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	background: rgba(0, 0, 0, .6)
}

.card-news:hover .card-news__img-w img,
.card-news:focus .card-news__img-w img {
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.card-news__img-w {
	overflow: hidden;
	margin-bottom: 40px
}

.card-news__img-w img {
	transition: transform .4s ease-in-out
}

.card-news__date {
	font-family: "gotham-medium";
	color: #efc22a;
	margin-bottom: 6px
}

.card-news__title {
	margin-bottom: 25px
}

.p-contacts h2 {
	margin-bottom: 20px
}

.p-contacts i,
.p-contacts .ip-point {
	color: #efc22a;
	margin-right: 12px
}

.p-contacts .highlighted {
	font-family: "bebas-bold";
	font-size: 24px;
	margin: 25px 0
}

@media screen and (max-width:479px) {
	.p-contacts .highlighted .link-default {
		display: block
	}
}

.highlighted-row {
	display: -ms-flexbox;
	display: flex
}

.highlighted-row__icon {
	padding-right: 3px
}

.contacts-region+.contacts-region {
	margin-top: 20px
}

.review {
	max-width: 540px
}

.review__head {
	margin-bottom: 54px
}

.review__title:before {
	content: ""
}

.review__title:before {
	font-size: 16px;
	color: #efc22a;
	vertical-align: baseline;
	margin-right: 10px
}

.review+.review {
	margin-top: 100px
}

@media screen and (max-width:575px) {
	.shine-nav {
		max-width: 380px;
		margin: 0 auto
	}
}

.shine-nav .row+.row {
	margin-top: 30px
}

.shine-link {
	display: block;
	position: relative;
	color: #fff;
	cursor: pointer;
}

.shine-link:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #efc22a;
	transition: opacity .2s
}

.shine-link:hover:before,
.shine-link:focus:before {
	opacity: .7
}

@media screen and (min-width:640px) {
	.shine-link--lg .shine-link__title {
		font-size: 40px
	}
}

.shine-link--lg .shine-link__img-w img {
	object-fit: cover;
	font-family: "object-fit: cover";
	min-height: 200px
}

.shine-link__title {
	position: absolute;
	left: 25px;
	right: 25px;
	top: 30px
}

@media screen and (max-width:991px) {
	.shine-link__title {
		top: 15px
	}
}

.shine-link__more {
	position: absolute;
	left: 25px;
	bottom: 30px;
	color: #fff !important
}

@media screen and (max-width:991px) {
	.shine-link__more {
		bottom: 15px
	}
}

.shine-intro {
	margin: 40px 0 70px
}

.slick-card {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 380px;
	background: #efc22a;
	padding: 40px;
	color: #fff
}

@media screen and (max-width:639px) {
	.slick-card {
		padding: 20px;
		width: auto;
		bottom: 0;
		top: auto;
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media screen and (max-width:479px) {
	.slick-card {
		padding: 10px
	}
}

.slick-card__title {
	margin-bottom: 35px
}

@media screen and (max-width:639px) {
	.slick-card__title {
		margin-bottom: 20px
	}
}

@media screen and (max-width:479px) {
	.slick-card__title {
		margin-bottom: 0 !important
	}
}

.slick-card__text {
	font-size: 14px;
	margin-bottom: 35px
}

@media screen and (max-width:639px) {
	.slick-card__text {
		display: none
	}
}

.slick-card__more {
	font-size: 12px;
	color: #fff !important
}

.slick-card__more:before {
	content: ""
}

.slick-card__more:before {
	font-size: 34px;
	margin-right: 10px;
	vertical-align: middle
}

@media screen and (max-width:768px) {
	.slick-card__more:before {
		font-size: 24px
	}
}

@media screen and (max-width:639px) {
	.slick-card__more:before {
		font-size: 18px
	}
}

.shine-list__item {
	padding: 30px 0
}

.shine-step__num {
	font-family: "gotham-medium";
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px
}

.shine-step__title {
	margin-bottom: 20px
}

.shine-step__text {
	max-width: 800px
}

.shine-step__text ul {
	margin: 30px 0
}

.shine-step .slick {
	margin-top: 60px
}

.shine-detailing__string,
.shine-detailing p {
	font-family: "gotham-medium";
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .05em
}

@media screen and (max-width:639px) {

	.shine-detailing__string,
	.shine-detailing p {
		font-size: 16px
	}
}

@media screen and (max-width:379px) {

	.shine-detailing__string,
	.shine-detailing p {
		font-size: 14px
	}
}

.shine-detailing__string+.shine-detailing__string,
.shine-detailing p+.shine-detailing__string,
.shine-detailing__string+.shine-detailing p,
.shine-detailing p+.shine-detailing p {
	margin-top: 35px
}

@media screen and (max-width:479px) {

	.shine-detailing__string+.shine-detailing__string,
	.shine-detailing p+.shine-detailing__string,
	.shine-detailing__string+.shine-detailing p,
	.shine-detailing p+.shine-detailing p {
		margin-top: 20px
	}
}

.p-partners .contact-us {
	background: #1b1b1b
}

.partners-grid [class*="col-"] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.card-comm__link {
	font-family: "bebas-bold";
	font-size: 24px;
	color: #efc22a;
	margin-bottom: 30px
}

.certificate {
	position: relative;
	max-width: 900px
}

@media screen and (max-width:1279px) {
	.certificate {
		display: none
	}
}

.certificate__case {
	position: relative;
	z-index: 2
}

.certificate__card {
	position: absolute;
	top: 10px;
	right: -290px;
	z-index: 1
}

@media screen and (min-width:1280px) {
	.certificate-mobile {
		display: none
	}
}

.p-gallery {
	color: #fff;
	background: #1b1b1b
}

.select-block {
	margin-bottom: 30px
}

.select-block__title {
	margin-bottom: 20px
}

.model-class__name {
	font-family: "bebas-bold";
	font-size: 46px;
	line-height: 46px;
	color: #efc22a;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: 30px
}

.model-class__list li {
	display: -ms-flexbox;
	display: flex
}

.model-class__list li .key {
	-ms-flex: 0 0 55px;
	flex: 0 0 55px;
	font-family: "gotham-medium"
}

.model-class__list li .value {
	margin-left: 20px
}

.p-UATuning-wall.is-ie .serviced-cars__bars {
	width: 100%
}

.serviced-cars__item {
	opacity: 0;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:767px) {
	.serviced-cars__item {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.serviced-cars__item:nth-child(1n+2) {
	margin-top: 120px
}

@media screen and (max-width:767px) {
	.serviced-cars__item:nth-child(1n+2) {
		margin-top: 80px
	}
}

.serviced-cars__logo {
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	padding-right: 10px
}

@media screen and (max-width:767px) {
	.serviced-cars__logo {
		margin-bottom: 20px
	}
}

.serviced-cars__bars {
	-ms-flex: auto;
	flex: auto;
	padding-top: 20px
}

.stat-bar {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 20px
}

.stat-bar+.stat-bar {
	margin-top: 120px
}

.stat-bar__item {
	text-align: right;
	border-right: 1px solid #fff;
	position: relative;
	height: 100%
}

.stat-bar__item:nth-child(odd) {
	background: #efc22a
}

.stat-bar__item:nth-child(even) {
	background: #4e6db1
}

@media screen and (max-width:768px) {
	.stat-bar__item {
		min-width: 10px
	}
}

.stat-bar__model {
	opacity: 0;
	position: relative;
	top: -100%;
	right: 0;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-family: "gotham-medium";
	font-size: 12px;
	white-space: nowrap;
	display: inline-block
}

@media screen and (max-width:639px) {
	.stat-bar__model {
		-ms-transform: scale(.8) rotate(-45deg);
		transform: scale(.8) rotate(-45deg)
	}
}

.stat-bar__count {
	opacity: 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 6px;
	color: #fff
}

@media screen and (max-width:768px) {
	.stat-bar__count {
		padding-right: 2px;
		font-size: 12px;
		line-height: 20px
	}
}

.flexy-pagehead {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:639px) {
	.flexy-pagehead {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.total-cars {
	font-family: "bebas-bold"
}

@media screen and (max-width:639px) {
	.total-cars {
		margin-top: 40px
	}
}

.total-cars__nums {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 4px;
	text-indent: 4px;
	font-size: 80px;
	line-height: 1.2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff
}

.total-cars__nums:before {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	display: inline-block;
	content: "";
	left: 0;
	width: 100%;
	height: 70px;
	background: #000;
	z-index: -1
}

.total-cars__dynamic {
	-ms-transform: translateX(-1px);
	transform: translateX(-1px);
	-ms-flex: 1;
	flex: 1
}

.total-cars__stripes span {
	border-right: 1px solid #fff;
	height: 100%;
	position: absolute;
	top: 0
}

.total-cars__stripes span:nth-child(1) {
	left: 25%
}

.total-cars__stripes span:nth-child(2) {
	left: 50%
}

.total-cars__stripes span:nth-child(3) {
	left: 75%
}

.total-cars__stripes span:nth-child(4) {
	left: 100%
}

.total-cars__stripes span:nth-child(5) {
	left: 125%
}

.total-cars__caption {
	font-size: 24px;
	text-align: right
}

@media screen and (min-width:640px) {
	.p-details .static-content ul li:nth-child(1n+2) {
		margin-top: 30px
	}
}

.details-block__num {
	font-family: "gotham-medium";
	font-size: 50px;
	color: #c4c2c2;
	line-height: 1;
	margin-bottom: 30px
}

.protection-hero {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("/local/templates/UATuning/css/../img/protection-bg.png");
	background-position: 100% 50%;
	background-size: contain;
	background-repeat: no-repeat
}

@media screen and (max-width:991px) {
	.protection-hero {
		background-image: none
	}
}

.protection-hero__text {
	max-width: 1040px;
	margin-bottom: 80px
}

@media screen and (max-width:639px) {
	.protection-hero__text {
		margin-bottom: 40px
	}
}

.comparator {
	display: -ms-flexbox;
	display: flex;
	margin: 60px -30px
}

@media screen and (max-width:768px) {
	.comparator {
		margin-top: 0;
		margin-bottom: 0;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.comparator>* {
	padding: 0 30px
}

.comparator__list {
	-ms-flex: 0 0 370px;
	flex: 0 0 370px
}

@media screen and (max-width:1279px) {
	.comparator__list {
		-ms-flex-preferred-size: 300px;
		flex-basis: 300px
	}
}

.comparator__car {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

@media screen and (max-width:1279px) {
	.comparator__car {
		-ms-flex-preferred-size: 260px;
		flex-basis: 260px
	}
}

@media screen and (max-width:991px) {
	.comparator__car {
		display: none
	}
}

.comparator__charts {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media screen and (max-width:991px) {
	.comparator__charts {
		margin-left: auto;
		max-width: 500px
	}
}

@media screen and (max-width:768px) {
	.comparator__charts {
		margin: 0 auto
	}
}

.comparator-list {
	color: #fff
}

@media screen and (max-width:768px) {
	.comparator-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -20px
	}
}

@media screen and (max-width:768px) {
	.comparator-list__item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 20px
	}
}

@media screen and (max-width:379px) {
	.comparator-list__item {
		width: 100%;
		margin-bottom: 15px
	}
}

@media screen and (min-width:769px) {
	.comparator-list__item:nth-child(1n+2) {
		margin-top: 40px
	}
}

.comparator-list__btn {
	font-size: 24px;
	font-family: "bebas-bold";
	color: #fff;
	transition: color .2s;
	text-align: left
}

@media screen and (max-width:479px) {
	.comparator-list__btn {
		font-size: 20px
	}
}

.comparator-list__btn:hover {
	color: #efc22a
}

.comparator-list__btn.is-active {
	color: #efc22a
}

.comparator-list__btn:disabled {
	cursor: default
}

.comparator-list__link {
	font-family: "gotham-medium"
}

.comp-car__img-w {
	position: relative;
	overflow: hidden
}

.comp-car__mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 23
}

.comp-car__glare {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 274px;
	background: url("/local/templates/UATuning/css/../img/glare.png") no-repeat;
	background-size: contain;
	z-index: 1
}

.chart-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.chart-list__item {
	width: 50%;
	margin-bottom: 80px
}

@media screen and (max-width:768px) {
	.chart-list__item {
		margin-bottom: 60px
	}
}

@media screen and (max-width:479px) {
	.chart-list__item {
		margin-bottom: 40px
	}
}

.chart {
	position: relative;
	width: 145px;
	height: 132px
}

.chart__inter {
	position: relative
}

@media screen and (max-width:379px) {
	.chart__circle {
		max-width: 100px
	}
}

.chart__circle path {
	stroke-linejoin: round;
	stroke-dashoffset: 365.477;
	stroke-dasharray: 0, 999999px
}

.chart__web {
	position: absolute;
	top: 0;
	left: 0
}

@media screen and (max-width:379px) {
	.chart__web {
		max-width: 100px
	}
}

.chart__name {
	position: absolute;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	font-family: "bebas-bold";
	font-size: 22px;
	color: #fff
}

@media screen and (max-width:479px) {
	.chart__name {
		font-size: 18px
	}
}

@media screen and (max-width:379px) {
	.chart__name {
		font-size: 16px;
		left: 20%
	}
}

.chart__min {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: "gotham-medium"
}

.chart__max {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ff5656;
	font-family: "gotham-medium"
}

@media screen and (max-width:379px) {
	.chart__max {
		right: 20px
	}
}

.comparator-list__link {
	cursor: pointer
}

.modal-info {
	text-align: left;
	padding: 40px 0 0;
	background: transparent
}

.modal-info__inner {
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:768px) {
	.modal-info__inner {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.modal-info__lb {
	background: #dfdfdf;
	padding: 30px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media screen and (min-width:769px) {
	.modal-info__lb {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		padding: 50px 40px
	}
}

@media screen and (max-width:379px) {
	.modal-info__lb {
		padding: 20px
	}
}

.modal-info__rb {
	padding: 30px;
	color: #fff;
	background: #efc22a;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media screen and (min-width:769px) {
	.modal-info__rb {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding: 50px 30px
	}
}

@media screen and (max-width:379px) {
	.modal-info__rb {
		padding: 20px
	}
}

.modal-info .remodal__close {
	top: 0;
	right: 0
}

.icon-col i,
.icon-col .ip-point {
	position: absolute
}

.icon-col *:not(i):not(.ip-point) {
	display: block;
	padding-left: 30px
}

.p-notfound {
	padding-bottom: 100px
}

.notfound-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:768px) {
	.notfound-block {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.notfound-block__text {
	font-family: "gotham-light"
}

@media screen and (min-width:769px) {
	.notfound-block__text {
		-ms-flex-preferred-size: 800px;
		flex-basis: 800px
	}
}

@media screen and (max-width:768px) {
	.notfound-block__text {
		text-align: center
	}
}

.notfound-block__text a {
	font-family: "gotham-medium";
	color: #efc22a;
	border-bottom: 1px solid transparent;
	transition: border-color .2s
}

.notfound-block__text a:hover,
.notfound-block__text a:focus {
	border-color: #efc22a
}

@media screen and (max-width:768px) {
	.notfound-block__img-w {
		max-width: 160px;
		margin: 0 auto 40px
	}
}

@media screen and (min-width:769px) {
	.notfound-block__img-w {
		margin-top: -260px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.no-width {
	max-width: 100% !important
}

.insta-hidden {
	display: none;
}
/* End */


/* Start:/local/templates/UATuning/css/custom.css?171778957614960*/
.breadcrumbs a.last{
    pointer-events: none;
    color: #efc22a;
}
.breadcrumbs a.last:after{
    display: none;
}
.grecaptcha-badge {
    bottom: 7px !important;
}
.subnav-link__img-w {
    max-height: 130px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#set_route{
    padding: 0 10px;
}
.routes_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 25px 0;
}
.routes_title h2{
    margin: 0;
}
.routes_title .remodal__close {
    position: relative;
    top: 0;
    right: 0;
    transition: all .3s;
}
.routes_box {
    display: flex;
    padding-bottom: 30px;
}
.routes_box__list {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.routes_box__list_hs{
    position: relative;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 10px;
    margin-right: -20px;
    /* height: 396px; высота если включен поиск*/
    height: 443px;
}
.routes_box__list-scroll{
    position: relative;
    overflow: auto;
    padding-right: 20px;
}
.routes_box__map{
    position: relative;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
}
.route_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    border-top: 1px solid #c3c3c3;
    padding: 6px 0;
    cursor: pointer;
    transition: 300ms;
}
#clean_route:hover,
.route_item.r_active,
.route_item:hover{
    background: #d0d4da;
    transition: 300ms;
}
#map_route{
    width: 100%;
    height: 400px;
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
#clean_route {
    transition: 300ms;
    border: 1px solid #c3c3c3;
    padding: 5px 10px;
    max-width: 175px;
    margin-top: 10px;
    background: transparent;
    cursor: pointer;
}
#route_search {
    background: #e8e8e8;
    width: calc(100% - 25px);
    box-shadow: none;
    border: 1px solid #c3c3c3;
    padding: 9px 10px;
    margin-bottom: 10px;
    font-size: 15px;
    outline: none;
    margin-right: 25px;
    transition: 300ms;
}
#route_search:active,
#route_search:focus{
    background: #fbfbfb;
    transition: 300ms;
}
@media(max-width: 1024px){
    .routes_box {
        flex-wrap: wrap;
    }
    .routes_box__list {
        width: 100%;
        margin-bottom: 15px;
    }
    .routes_box__map{
        width: 100%;
    }
}
@media(max-width: 414px){
    #map_route{
        height: 300px;
    }
}




/*защита / покрытие автомобиля керамикой нового поколения 9н+ 3.0 */
.white_link{color:#fff!important;}
.w_block{max-width: 100%!important;}
.main-content__advantages{    margin-left: 20px;}

.main-content__advantages .row{    padding: 20px 0px;}

.service-fact b {  
display: block;
  font-size: 15px;
}

@media (max-width: 768px) {
.service-fact b {  display: initial;}
.service-fact{ 
margin-top: 11px;
    border-left: 3px solid #efc22a;
    padding-left: 10px;
}
.main-content__advantages .row{    margin:  0;}
.main-content__advantages{margin-left: 0px;}
}
.b_title{
  margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: "bebas-bold";
    line-height: 1.2;
}


.section__left-part {
  margin-bottom: 0;
  padding-right: 30px;
}
svg{width: 80px;height: 80px;display: block;text-align: center;margin: 20px auto;}

.section__title b, .section__title strong {
  font-weight: 300;
  color: #f33;
}
.mt {
  margin-top: 60px;
}
.block-sm h2 {
  margin-bottom: 40px;
}
.preferences_extended .preferences__item {
  margin-bottom: 45px;
}
.preferences {
  text-align: center;
  margin-bottom: -25px;
}
.preferences_extended {
  margin-bottom: -45px;
    padding-top: 20px;
}
.preferences__item {
  margin-bottom: 25px;
}
.preferences_extended .preferences__item {
  margin-bottom: 45px;
}
.preferences__info {
  margin-top: 25px;
  padding: 0 15px;
}
.preferences__icon svg {
  width: 80px;
  height: 80px;
}


.details-block h2 {  
  max-width: 100%!important;
  text-align: center;
}
.variant {
  margin-bottom: 60px
}
.variant-holder .variant:last-child {
  margin-bottom: 0;
}
.variant-holder + .difference {
  margin-top: 60px;
}
.variant__item {
  margin-bottom: 40px;
  text-transform: uppercase;
  max-width: 302px
}
@media (min-width: 992px) {
  .variant__item {
    float: right;
  }
}
.variant__item-content {
  height: 130px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  min-width: 302px;
}
.variant__item-content:before {
  content: '';
  display: block;
  background: #0770a9;
  position: absolute;
  left: -87px;
  top: 50%;
  width: 260px;
  height: 260px;
  margin-top: -130px;
  border-radius: 50%;
}
.variant__item_important .variant__item-content:before {
  background: #f33;
}
.variant__item-title {
  -ms-flex: 0 0 173px;
  flex: 0 0 173px;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.variant__item-title__holder {
  padding-left: 20px;
}
.variant__item-title b {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
.variant__item-title_small b {
  font-size: 20px;
  line-height: 20px;
}
.variant__item-description {
  color: #030303;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px 0 20px;
  font-weight: 400;
}
.variant__item-description b {
  color: #f33;
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.variant__item-description_small b {
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 575px) {
  .variant__item-description {
    font-size: 11px;
    line-height:16px;
  }
  .variant__item-description b {
    font-size: 20px;
    line-height: 26px;
  }
}
.variant__item-image {
  margin-left: -1px;
}
.variant__item-image svg {
  width: 92px;
  height: 95px;
}
.variant__item-layers {
  margin-bottom: 2px;
}
.variant__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.variant__consist {
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.stars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.star {
  display: block;
  width: 24px;
  height: 24px;
  border: 0;
  text-indent: -9999px;
  outline: none;
/*
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center no-repeat;
  */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQ1Ny44ODggMjEwLjY3MmwtMTM5LjUwNC0yMC4yNzItNjIuMzg0LTEyNi40LTYyLjM4NCAxMjYuNC0xMzkuNTA0IDIwLjI3MiAxMDAuOTQ0IDk4LjM4NC0yMy44NCAxMzguOTI4IDEyNC43NjgtNjUuNiAxMjQuNzY4IDY1LjYtMjMuODQtMTM4LjkyOGMwIDAgMTAwLjk0NC05OC4zODQgMTAwLjk0NC05OC4zODR6Ij48L3BhdGg+PC9zdmc+);
  background-size: 24px 24px;
  background-position: center;
  background-repeat:no-repat;
  transition: background 0.25s ease;
}
.stars_1 .star:nth-child(1),
.stars_2 .star:nth-child(1),
.stars_3 .star:nth-child(1),
.stars_4 .star:nth-child(1),
.stars_5 .star:nth-child(1),
.stars_2 .star:nth-child(2),
.stars_3 .star:nth-child(2),
.stars_4 .star:nth-child(2),
.stars_5 .star:nth-child(2),
.stars_3 .star:nth-child(3),
.stars_4 .star:nth-child(3),
.stars_5 .star:nth-child(3),
.stars_4 .star:nth-child(4),
.stars_5 .star:nth-child(4),
.stars_5 .star:nth-child(5) {
/*
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23efac00%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
  */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2VmYWMwMCIgZD0iTTQ1Ny44ODggMjEwLjY3MmwtMTM5LjUwNC0yMC4yNzItNjIuMzg0LTEyNi40LTYyLjM4NCAxMjYuNC0xMzkuNTA0IDIwLjI3MiAxMDAuOTQ0IDk4LjM4NC0yMy44NCAxMzguOTI4IDEyNC43NjgtNjUuNiAxMjQuNzY4IDY1LjYtMjMuODQtMTM4LjkyOGMwIDAgMTAwLjk0NC05OC4zODQgMTAwLjk0NC05OC4zODR6Ij48L3BhdGg+PC9zdmc+);

}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
  width: 100%;
}

.table th,
.table td {
  padding: 8px 15px;
  vertical-align: top;
  background: #fff;
}
.table th {
  font-weight: 400;
}
.star-column {
  width: 185px;
}
 
.works-items {
	margin-bottom: -30px!important;
	margin-left: -15px;
	margin-right: -15px;
}
.works-item {
	margin-bottom: 30px
}
.works-item img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.works-item__image {
	display: block;
	position: relative;
}

.important {
  color: #f33;
}
.tabs {
  position: relative; /* Относительное позиционирование */
  text-align: center;
}
.tab, .tab-title {
  display: inline-block; /* Выстраиваем по горизонтали */
  margin: 0 auto;
}
.tab input[type="radio"] { display: none; }
.tab-title {
  /* background: #ccc; */ /* Цвет фона */
  /* padding: 5px 10px; */ /* Поля вокруг текста */
  border: 1px solid #666; /* Параметры рамки */
  border-bottom: none; /* Снизу линию убираем */
  -ms-flex: 1;
  flex: 1;
  /* height: 120px; */
  padding: 15px 24px;
  background: rgba(0,0,0,.8);
  cursor: pointer;
  font-family: "bebas-bold";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  transition: background .4s;
  margin: 0px -1px;
}
.tab-content {
  position: absolute; /* Абсолютное позиционирование */
  border: 1px solid #666; /* Параметры рамки */
  padding: 10px; /* Поля вокруг текста */
  left: 0; /* Размещаем у левого края */
  width: calc(100% - 20px); /* Ширина содержимого */
  display: none; /* Прячем вкладку */
}

.tab :checked + .tab-title {
  position: relative; /* Относительное позиционирование */
  background: #fff; /* Цвет фона */
  /*top: 1px; // Сдвигаем вниз */
  z-index: 1; /* Отображаем поверх содержимого */
  background: rgba(48,73,153,.6);
}
.tab :checked ~ .tab-content {
  display: block; /* Показываем активную вкладку */
}
.step-tabs{
  margin-bottom: 200px;
}
 
.tabs-interface{}
.tabs-interface .tabs{}
.tabs-interface .tabs .tab{}
.tabs-interface .tab-item h3{margin-top: 20px!important;}
.tabs-interface .tabs .tab .tab-item{
  padding: 30px 40px;
  margin-top: 1px;
  background: rgba(0,0,0,.8);
  color: #fff;
  /* display: block; */
  /* position: relative; */
}


.facts__item b {
  display: block;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #f33;
}
.facts__item-holder {
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}

iframe {
  max-width: 100%;
 /* min-height: 250px; */
  height: auto;
}
.videowrapper {display:block;margin-bottom:20px;float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;height:0;}
.yt-video-thumb .videowrapper {margin-bottom:0;position:relative;}
.yt-video-thumb .videowrapper:after{content:'';display:block;position:absolute;left:0;top:0;bottom:0;right:0;border-bottom:5px solid #ff3333;opacity:0;transition:opacity .3s ease;}
.slick-current .yt-video-thumb .videowrapper:after,.active .yt-video-thumb .videowrapper:after {opacity:1}
.videowrapper iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
.video-b__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.video-block_left {margin-bottom: 30px;}
@media (min-width: 992px) {
	.video-block_left {
		margin-bottom: 0;
		/*margin-right: 30px;*/
	}
/*	.video-block_right {	margin-left: 30px;}*/
}
.link-more:before{
    display:none!important;
}
.img-podrobnee{
    width: 40%;
}

@media (max-width: 779px) {
.tabs-interface .tabs .tab{    display: flex;}
.tabs-interface .tabs .tab .tab-item{position: relative;}
}
 


button.btn.header-top__write {
    color: #000000;
    background-color: #ffffff;
    transition: all .1s linear;
}


button.btn.header-top__write:hover {
    color: #ffffff;
    background-color: #efc22a;
    transition: all .1s linear;
}

     
.toggled-block{
    display: none;
 margin-bottom:60px;
}

@media (min-width: 576px){
.toggled-block{  padding-left: 30px; }
}
.questions h3{
    border-bottom: 1px dashed;
    cursor: pointer;
display:inline-block;
 margin-top: 0;
    margin-bottom: 25px;
    max-height: 9001em;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;

}

.questions ul{ margin: 10px;}
.questions ul li{
    list-style: disc;
    margin-left: 30px;
}

.chars-table th{
    vertical-align: inherit;
    background: black;
    color: #fff;
}

 .card-preview__more {
    background: url(../../../../../../local/templates/UATuning/images/more_btn.png) left top no-repeat;
    background-size: contain;
 }
    .card-preview__more:before {
      background-image: none ;
}

.shine-link img {width: 100%; height: 100%;}

blockquote {
display: block;
    background: #e9e9e9;
    padding: 30px 20px 20px 65px;
    margin: 1rem 0;
    position: relative;
    font-size: 16px;
    font-weight: bold; 
    color: #efc22a;
    text-align: justify;
}

blockquote::before {
    content: "\201D";
    font-size: 100px;
    font-weight: bold;
    color: #efc22a;
    position: absolute;
    left: 10px;
    top: -15px;
}

.icon-car-class-7:before 
{
    content: "";
    display: block;
    background: url("../../../../../../upload/icons/Mercedes-Benz-V-class.png");
    background-size: contain;
    width: 90px;
    height: 32px;
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/UATuning/template_styles.css?1717789577925*/
.slick-prev:before {
    content: "prev-next";
    font-size: 0px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../../../../../../local/templates/UATuning/images/arrow_left_white.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100%;
}

.slick-next:before {
    content: "prev-next";
    font-size: 0px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../../../../../../local/templates/UATuning/images/arrow_right_white.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100%;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: transparent !important;
    transition: .2s;
}


.slick-prev:hover, .slick-next:hover {
    opacity: 0.75;
    transition: .2s;
}

 
/* End */
/* /local/templates/UATuning/css/bundle.css?1717789576213197 */
/* /local/templates/UATuning/css/custom.css?171778957614960 */
/* /local/templates/UATuning/template_styles.css?1717789577925 */
