html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{visibility:hidden;width:100%}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{visibility:visible}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	
}
a {
	color:  #333;
	text-decoration: none;
}
select, input, textarea {
	font-family: 'Akrobat-Regular';
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-1 {
	flex: 1;
}
.flex-row {
	flex-direction: row;
}
.flex-column {
	flex-direction: column;
}
.align-items-center {
	align-items: center;
}
.align-items-start {
	align-items: flex-start;
}
.align-items-end {
	align-items: flex-end;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-start {
	justify-content: flex-start;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: flex-end;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.header {
	padding: 10px 0;
	background: white;
	border-bottom: 1px solid #eee;
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
	-moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
	-o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.upload-wrapper h3 {
	padding-top: 1px;
	padding-left: 42px;
	padding-bottom: 1px;
	background-image: url(../image/bullet.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto 26px;
	font-size: 22px;
}
.subtitle {
	position: relative;
	font-family: 'Akrobat-Regular';
	display: inline-table;
	font-size: 22px;
	color: #999;
}
.subtitle:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 200px;
	height: 1px;
	background: #15151530;
}
.subtitle:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100px;
	height: 1px;
	background: #ffb716;
}
.phone {
	background: #333;
	padding: 10px 20px;
	border-radius: 20px;
}
.phone > a {
	color: #e3e312;
}
.dots {
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 0;
	right: 0;
}
.dots li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.dots li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	border-radius: 50%;
	background-color: #333;
	border: 2px solid #fff;
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}
.dots li.active a {
	background-color: #e3e312;
}
.owl-carousel.clients .item {
	padding: 20px;
	background: white;
	border-radius: 20px;
}
.cookie {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.mobile-menu {
	position: fixed;
	top: 50px;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: #f9f9f9;
	padding: 10px;
	transition: left 0.4s ease;
	transform: translate3d(0, 0, 0);
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: 3px 0px 3px 0px rgb(0 0 0 / 15%);
	-moz-box-shadow: 3px 0px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 0px 3px 0px rgb(0 0 0 / 15%);
}
body.open .mobile-menu {
	left: 0;
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper.mobile {
	grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.input-group {
	display: flex;
	margin: 5px 0;
	padding: 3px 0px;
	border: 1px solid #ddd;
	background: #fff;
}
.input-group span.fa {
	font-size: 16px;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	color: #01cd74;
}
.input-group input, .input-group textarea {
	flex: 1;
	color: #333;
	text-align: left;
	letter-spacing: 1px;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: transparent;
}
.btn {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	font-weight: 500;
	color: #414448;
	background-color: #fff;
	border: 1px solid #ccc;
	outline: none;
	padding: 5px 10px;
	cursor: pointer;
	vertical-align: baseline;
}
.btn.blue {
	color: #fff;
	background-color: #0052cc;
	border: 1px solid #07c;
}
.btn.blue:hover {
	background-color: #0d40b7;
}
.btn.red {
	color: #fff;
	background-color: #ff4040;
	border: 1px solid #ff4040;
}
.btn:active {
	transform: translateY(1px);
}
.dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	z-index: 9997;
}
.dialog:before {
	content: '';
	display: block;
	position: fixed;
	background: rgba(0, 0, 0, .08);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9998;
}
.dialog-content {
	position: absolute;
	top: 5%;
	color: #222222;

	max-width: 650px;
	height: auto;
	background-color: #ffff;
	box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
	z-index: 9999;
}
.dialog-body {

}
.dialog-title {
	flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-top {
	padding: 10px 10px 0 10px;
}
.dialog-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.dialog-top .text {
	font-size: 1.2rem;
}
.dialog-top .slogan {
	margin-top: 5px;
	font-size: .8rem;
	color: #787878;
}
.dialog-minimize,
.dialog-maximize,
.dialog-close {
	display: inline-block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(image/tool-sprites-gray.gif);
	cursor: pointer;
}
.dialog-minimize {
	background-position: 0 -15px;
}
.dialog-minimize:hover {
	background-position: -15px -15px;
}
.dialog-maximize {
	background-position: 0 -30px;
}
.dialog-maximize:hover {
	background-position: -15px -30px;
}
.dialog-close {
	/*background-position: 0 0;*/
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="25" height="25" viewBox="0 0 320 512"><g fill="%23999"><path d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z"></path></g></svg>');
	background-repeat: no-repeat;
	background-position: center center;
}
.dialog-close:hover {
}
.dialog-show {
	-webkit-animation: dialog-show 0.2s;
	animation: dialog-show 0.2s;
}
.dialog-hide {
	-webkit-animation: dialog-hide 0.15s forwards;
	animation: dialog-hide 0.15s forwards;
}
@-webkit-keyframes dialog-show {
	0% {
		transform: scale(0.7);
	}
	45% {
		transform: scale(1.05);
	}
	80% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes dialog-show {
	0% {
		transform: scale(0.7);
	}
	45% {
		transform: scale(1.05);
	}
	80% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes dialog-hide {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

@keyframes dialog-hide {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}