@font-face {
	font-display: fallback;
	font-family: Sailec;
	font-weight: 400;
	src: url("../fonts/Sailec-Regular.woff2") format("woff2"), url("../fonts/Sailec-Regular.woff") format("woff");
}
@font-face {
	font-display: fallback;
	font-family: Sailec;
	font-weight: 500;
	src: url("../fonts/Sailec-Medium.woff2") format("woff2"), url("../fonts/Sailec-Medium.woff") format("woff");
}
@font-face {
	font-display: fallback;
	font-family: Sailec;
	font-weight: 700;
	src: url("../fonts/Sailec-Bold.woff2") format("woff2"), url("../fonts/Sailec-Bold.woff") format("woff");
}
@font-face {
	font-display: fallback;
	font-family: Sailec;
	font-weight: 800;
	src: url("../fonts/Sailec-Black.woff2") format("woff2"), url("../fonts/Sailec-Black.woff") format("woff");
}
@font-face {
	font-family: framework7 icons;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Framework7Icons-Custom.eot");
	src: url("../fonts/Framework7Icons-Custom.woff2") format("woff2"), url("../fonts/Framework7Icons-Custom.woff") format("woff"), url("../fonts/Framework7Icons-Custom.ttf") format("truetype");
	font-display: block;
}
.f7-icons,
.framework7-icons {
	font-family: framework7 icons;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	font-feature-settings: "liga";
	text-align: center;
}
/*!normalize.css v3.0.0 | MIT License | git.io/normalize*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: 0 0;
	color: #2196f3;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
optgroup,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
td,
th {
	padding: 0;
}
body {
	font-family: Sailec, -apple-system, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1.75;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
@media(max-width:600px) {
	body {
		line-height: 1.6;
	}
}
.break-word {
	word-break: break-word;
}
.center {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
@media(max-width:1000px) {
	.home-block {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.center {
		padding-left: 30px;
		padding-right: 30px;
	}
	.internal-header .logo-holder {
		margin-right: 30px !important;
	}
}
@media(max-width:800px) {
	.center {
		padding-left: 15px;
		padding-right: 15px;
	}
	.internal-header .logo-holder {
		margin-right: 15px !important;
	}
	#img-js {
		margin-right: 30px !important;
	}
}
@media(max-width:480px) {
	.center.iframe-online {
		padding-left: 0;
		padding-right: 0;
	}
}
a:hover {
	text-decoration: underline;
}
ul {
	padding-left: 30px;
	list-style-position: inside;
}
li {
	margin: 5px 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}
.h1,
h1 {
	font-size: 40px;
	line-height: 1.2;
	margin: .7em 0;
}
.h1:first-child,
h1:first-child {
	margin-top: 0;
}
.h2,
h2 {
	font-size: 32px;
	line-height: 1.3;
	margin: 1em 0 .5em;
}
.h3,
h3 {
	font-size: 26px;
	line-height: 1.4;
	margin: 1em 0;
}
.h4,
h4 {
	font-size: 20px;
	margin: 1em 0;
	line-height: 1.4;
}
.h5,
h5 {
	font-size: 18px;
	line-height: 1.3;
}
main {
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
main img {
	max-width: 100%;
}
.centered,
.text-align-center {
	text-align: center;
}
.large-text {
	font-size: 18px;
}
@media(max-width:600px) {
	.large-text {
		font-size: 16px;
	}
}
.row {
	display: flex;
}
.row .col-50 {
	width: 50%;
}
.row .col-33 {
	width: 33.33333333%;
}
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
header {
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}
.home-header {
	height: 700px;
	box-sizing: border-box;
	position: relative;
	color: #000;
	z-index: 1;
	background: #fff;
}
.home-header .mobile-preview-button {
	display: none;
}
.home-header>.center {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.home-header .logo-title svg {
	width: 336px;
	height: auto;
}
.home-header .slogan {
	font-size: 44px;
	margin: 20px -2px;
	font-weight: 700;
	line-height: 1.2;
}
.home-header .content {
	float: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-shrink: 10;
	width: 60%;
	height: 100%;
}
.home-header .buttons-links {
	align-self: flex-start;
	width: 100%;
}
.home-header .buttons a,
.message-form .buttons a {
	background: #2196f3;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-size: 24px;
	text-decoration: none;
	border-radius: 44px;
	transition: .2s;
	font-weight: 700;
	padding: 0 30px;
	box-shadow: 0 10px 20px rgba(33, 150, 243, .3);
	min-width: 200px;
}
.home-header .buttons a:hover,
.message-form .buttons a:hover {
	box-shadow: 0 10px 20px rgba(33, 150, 243, .5);
}
.home-header .buttons a:active,
.message-form .buttons a:active {
	box-shadow: 0 5px 10px rgba(33, 150, 243, .2);
}
.home-header .buttons a i,
.message-form .buttons a i {
	font-size: 34px;
	width: 1em;
	height: 1em;
	margin-right: 5px;
}
.home-header .links {
	margin: 25px 0 20px;
}
.home-header .links a {
	border: none;
	border-radius: 50px;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	transition: .2s;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.home-header .links a:last-child {
	margin-right: 0;
}
.home-header .links a:hover {
	text-decoration: underline;
}
.home-header .phone {
	flex-shrink: 0;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2);
	width: 385px;
	height: 680px;
	padding: 5px;
	border-radius: 25px;
	background: #000;
	align-self: center;
	margin-left: 60px;
	position: relative;
	margin-right: -10px;
	box-sizing: border-box;
}
.home-header .phone .iframe-wrapper {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}
.home-header .phone iframe {
	height: 100%;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 20px;
}
.home-header .phone .theme-switch {
	position: absolute;
	right: 100%;
	top: 70px;
	white-space: nowrap;
	background: #fff;
	box-shadow: -8px 2px 7px rgba(0, 0, 0, .1);
	border-radius: 5px 0 0 5px;
	padding: 3px;
}
.home-header .phone .theme-switch i {
	font-size: 22px;
	width: 22px;
	height: 22px;
	display: block;
}
.home-header .phone .theme-switch a {
	text-align: center;
	background: #ddd;
	text-decoration: none;
	color: #777;
	padding: 5px;
	display: block;
	font-size: 12px;
	position: relative;
	font-weight: 700;
}
.home-header .phone .theme-switch a span {
	display: block;
}
.home-header .phone .theme-switch a:hover {
	background: #ddd;
	color: #555;
}
.home-header .phone .theme-switch a:first-child {
	border-radius: 4px 4px 0 0;
}
.home-header .phone .theme-switch a:last-child {
	border-radius: 0 0 4px 4px;
}
.home-header .phone .theme-switch a.active {
	background: #2196f3;
	color: #fff;
	box-shadow: 0 0 5px rgba(33, 150, 243, .5);
}
.home-header .phone .theme-switch a.active:hover .theme-icon {
	opacity: 0;
}
.home-header .phone .theme-switch a.active:hover .fullscreen {
	opacity: 1;
}
.home-header .phone .theme-switch .fullscreen {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 1;
	opacity: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
@media(max-width:969px) {
	.home-header .phone {
		width: 320px;
		height: 600px;
	}
}
@media(max-width:903px) {
	.home-header .slogan {
		font-size: 38px;
	}
}
@media(max-width:838px) {
	.home-header .slogan {
		font-size: 34px;
	}
}
@media(max-width:768px) {
	.home-header {
		height: auto;
		overflow: hidden;
	}
	.home-header .content {
		width: 100%;
		align-items: center;
	}
	.home-header .logo-title {
		text-align: center;
		max-width: 500px;
	}
	.home-header .logo-title svg {
		max-width: 100%;
	}
	.home-header .slogan {
		text-align: center;
		font-size: 44px;
	}
	.home-header .buttons-links {
		align-self: center;
		text-align: center;
	}
	.home-header .links {
		text-align: center;
	}
	.home-header .buttons,
	.message-form .buttons {
		text-align: center;
	}
	.home-header .phone {
		position: absolute;
		left: calc(100vw + 50%);
		margin: 0 0 0 15px;
		max-width: 320px;
		height: calc(100% - 30px);
		max-height: 600px;
		transform: translateX(-50%);
	}
	.home-header:not(.mobile-preview-enabled) .phone {
		box-shadow: none;
	}
	.home-header:not(.mobile-preview-enabled) .phone .theme-switch {
		opacity: 0;
	}
	.home-header .mobile-preview-button {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 2px;
		top: 45%;
		height: 34px;
		margin-top: -17px;
		width: 34px;
		background-color: #2196f3;
		color: #fff;
		border-radius: 50%;
		box-shadow: 0 5px 10px rgba(33, 150, 243, .3);
		cursor: pointer;
	}
	.home-header .mobile-preview-button i:first-child {
		position: absolute;
		font-size: 24px;
		right: 25px;
		color: #2196f3;
	}
	.home-header .mobile-preview-button i {
		font-size: 24px;
	}
	.home-header .content,
	.home-header .mobile-preview-button,
	.home-header .mobile-preview-button i,
	.home-header .phone,
	.home-header .theme-switch {
		transition: transform .6s, box-shadow .6s, opacity .6s;
	}
	.mobile-preview-enabled .content {
		transform: translateX(-100vw);
		opacity: 0;
	}
	.mobile-preview-enabled .phone {
		transform: translateX(calc(-100vw - 49%));
	}
	.mobile-preview-enabled .theme-switch {
		opacity: 1;
	}
	.mobile-preview-enabled .mobile-preview-button {
		transform: translateX(calc(-100vw + 38px));
	}
	.mobile-preview-enabled .mobile-preview-button i:first-child {
		transform: translateX(40px) rotate(180deg);
	}
}
@media(max-width:480px) {
	.home-header .logo-title {
		max-width: 320px;
	}
	.home-header .slogan,
	.docs-content h1,
	.home-block h2 {
		font-size: 34px !important;
	}
	.home-header .links {
		margin-bottom: 0;
	}
}
.internal-header {
	box-sizing: border-box;
	position: relative;
	z-index: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #2196f3;
}
.internal-header>.center {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 100%;
}
.internal-header .logo-holder {
	margin-top: -20px;
	margin-right: 40px;
	margin-bottom: -20px;
	width: 150px;
	height: 150px;
	flex-shrink: 0;
}
.internal-header .logo {
	background: url("../img/logo.svg") center/67% no-repeat #fff;
	display: block;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	transition: box-shadow .6s, transform .6s;
	border-radius: 50%;
	margin-top: 11px;
}
.internal-header .logo:hover {
	transform: scale(1.05);
}
.internal-header .header-content {
	width: 100%;
	flex-shrink: 10;
	margin-right: 10px;
}
.internal-header .title {
	font-size: 42px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	color: #fff;
}
.internal-header ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	font-weight: 500;
	font-size: 15px;
}
.internal-header ul.nav li {
	margin: 0;
	position: relative;
}
.internal-header ul.nav li:hover ul {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translateX(-50%) translateY(0px);
}
.internal-header ul.nav ul {
	font-size: 14px;
	opacity: 0;
	font-weight: 400;
	pointer-events: none;
	visibility: hidden;
	position: absolute;
	background: #fff;
	box-shadow: 0 10px 50px rgba(0, 0, 0, .3);
	z-index: 500;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px 20px;
	white-space: nowrap;
	border-radius: 5px;
	left: 50%;
	transition: .2s;
	transform: translateX(-50%) translateY(10px);
	top: 100%;
}
.internal-header ul.nav ul:before {
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 10px;
	left: 0;
	content: '';
}
.internal-header ul.nav ul:after {
	content: '';
	width: 0;
	height: 0;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
}
.internal-header ul.nav ul li.divider {
	height: 1px;
	background: rgba(0, 0, 0, .1);
	margin-left: -20px;
	margin-right: -20px;
}
.internal-header ul.nav ul li+li {
	margin-top: 6px;
}
.internal-header ul.nav ul a {
	color: #000;
	text-decoration: none;
}
.internal-header ul.nav ul a:hover {
	color: #2196f3;
}
.internal-header ul.nav>li {
	margin: 5px 15px 5px 0;
}
.internal-header ul.nav>li>a {
	color: inherit;
	text-decoration: none;
	display: block;
	color: #fff;
}
.internal-header ul.nav>li.active>a,
.internal-header ul.nav>li:hover>a {
	color: #ffc107;
}
@media(max-width:960px) {
	.internal-header .header-content {
		max-width: 100%;
		min-width: 0;
		width: auto;
	}
	.internal-header .logo-holder {
		width: 130px;
		height: 130px;
	}
	.internal-header .logo {
		width: 130px;
		height: 130px;
	}
	.internal-header .title {
		font-size: 32px;
	}
}
@media(max-width:900px) {
	.internal-header .header-content {
		width: 100%;
		margin-right: 0;
	}
}
@media(max-width:610px) {
	.internal-header .title {
		font-size: 30px;
		margin-bottom: 19px;
	}
}
@media(max-width:590px) {
	.internal-header .title {
		font-size: 28px;
		margin-bottom: 23px;
	}
}
@media(max-width:560px) {
	.internal-header .title {
		font-size: 26px;
		margin-bottom: 27px;
	}
}
@media(max-width:530px) {
	.internal-header {
		padding-bottom: 6px;
	}
	.internal-header .center {
		flex-direction: column;
	}
	.internal-header .title {
		margin-left: 125px;
		margin-top: -78px;
		margin-bottom: 0;
		height: 112px;
	}
	.internal-header .logo-holder {
		margin-top: -12px;
		width: 110px;
		height: 110px;
	}
	.internal-header .logo {
		width: 110px;
		height: 110px;
	}
	.internal-header ul.nav>li:hover>a {
		background: 0 0;
		opacity: .7;
	}
	.internal-header ul.nav>li:first-child ul {
		left: 0;
		margin-left: 0;
		transform: translateX(0%) translateY(10px);
	}
	.internal-header ul.nav>li:first-child ul:after {
		left: 20px;
	}
	.internal-header ul.nav>li:first-child:hover ul {
		transform: translateX(0%) translateY(0px);
	}
}
@media(max-width:380px) {
	.home-header .slogan,
	.docs-content h1,
	.home-block h2 {
		font-size: 32px !important;
	}
	.internal-header ul.nav {
		display: block;
		padding-top: 0.1px;
	}
	.internal-header ul.nav>li ul {
		left: 0;
		margin-left: 0;
		transform: translateX(0%) translateY(10px);
	}
	.internal-header ul.nav>li ul:after {
		left: 20px;
	}
	.internal-header ul.nav>li:hover ul {
		transform: translateX(0%) translateY(0px);
	}
	.internal-header ul.nav ul {
		white-space: normal;
	}
}
@media(max-width:280px) {
	.internal-header .title {
		font-size: 22px;
		margin-right: -5px;
		word-wrap: break-word;
	}
}
.home-block {
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
.home-block h2 {
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	margin-bottom: .9em;
	margin-top: .2em;
}
.home-block h2 i {
	font-size: 44px;
}
.home-block h3 {
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: 40px;
	margin-bottom: 30px;
}
.home-block .text {
	font-size: 20px;
	text-align: center;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.home-block.home-block-blue {
	background: #2196f3;
	color: #fff;
}
.home-block.home-block-blue h2,
.home-block.home-block-blue h3 {
	color: #fff;
}
.home-block .screenshot,
.home-block .screenshots {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.home-block .screenshot img, #img-js {
	max-height: 640px;
	max-width: 100%;
	align-self: flex-start;
}
.home-block .screenshots img {
	max-height: 940px;
	max-width: 100%;
	align-self: flex-start;
}
@media(min-width:801px) {
	.home-block-left .center,
	.home-block-right .center {
		display: flex;
		flex-wrap: wrap;
		min-height: 520px;
		align-items: center;
	}
	.home-block-left .text,
	.home-block-left h2,
	.home-block-right .text,
	.home-block-right h2 {
		text-align: left;
		width: 60%;
		margin: 0;
	}
	.home-block-left .screenshot,
	.home-block-left .screenshots,
	.home-block-right .screenshot,
	.home-block-right .screenshots {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: calc(40% - 40px - 40px);
		margin: 0;
	}
	.home-block-left .screenshot img,
	.home-block-left .screenshots img,
	.home-block-right .screenshot img,
	.home-block-right .screenshots img {
		margin: 10px !important;
	}
	.home-block-left .center {
		justify-content: flex-start;
	}
	.home-block-left .screenshot,
	.home-block-left .screenshots {
		right: 40px;
	}
	.home-block-right .center {
		justify-content: flex-end;
	}
	.home-block-right .screenshot,
	.home-block-right .screenshots {
		left: 40px;
	}
}
.home-projects {
	text-align: center;
}
.home-projects .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.home-projects a {
	color: #000;
	width: 25%;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.home-projects a:hover {
	text-decoration: none;
}
.home-projects a:hover .link-title {
	text-decoration: underline;
}
.home-projects .link-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	color: #2196f3;
}
.home-projects .link-text {
	font-size: 18px;
	line-height: 1.2;
	opacity: .8;
	padding: 6px 10px;
}
.home-get-started .buttons {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
#info-js {
	margin-top: -20px;
}
.home-get-started .buttons a {
	background: #2196f3;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 44px;
	transition: .2s;
	font-weight: 700;
	padding: 0 20px;
	box-shadow: 0 10px 20px rgba(33, 150, 243, .3);
	min-height: 50px;
	min-width: 200px;
	font-size: 18px;
	margin: 5px;
}
.home-get-started .buttons a:hover {
	box-shadow: 0 10px 20px rgba(33, 150, 243, .5);
}
.home-get-started .buttons a:active {
	box-shadow: 0 5px 10px rgba(33, 150, 243, .2);
}
.home-get-started .buttons a.selected {
	background: #ffc107;
	box-shadow: 0 10px 20px rgba(255, 193, 7, .3);
}
.home-get-started .buttons a.selected:hover {
	box-shadow: 0 10px 20px rgba(255, 193, 7, .5);
}
.home-get-started .buttons a.selected:active {
	box-shadow: 0 5px 10px rgba(255, 193, 7, .2);
}
.home-sponsors .home-sponsors-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home-sponsors .home-sponsors-list .home-sponsors-item {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-items: center;
	justify-content: center;
	text-align: center;
	margin: 10px;
}
.home-sponsors .home-sponsors-list a {
	width: 90%;
	height: 90%;
	font-size: 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-items: center;
	justify-content: center;
	margin: auto;
}
.home-sponsors .home-sponsors-list .home-sponsor-diamond,
.home-sponsors .home-sponsors-list .home-sponsor-gold,
.home-sponsors .home-sponsors-list .home-sponsor-platinum {
	width: 140px;
	height: 140px;
}
.home-sponsors .home-sponsors-list img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.home-sponsors .home-sponsor-gold {
	box-shadow: 0 10px 40px rgba(230, 230, 12, .3);
}
.home-sponsors .home-sponsor-silver {
	box-shadow: 0 10px 40px rgba(140, 140, 180, .3);
}
.home-sponsors .home-sponsors-separator {
	height: 1px;
	width: 100%;
	margin: 20px 0;
	background: #e2e2e2;
}
.home-sponsors .sponsor-badge {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 2px;
	top: 2px;
	border-radius: 4px;
	box-sizing: border-box;
}
.home-sponsors .sponsor-badge.sponsor-badge-platinum {
	background: linear-gradient(to right bottom, #ffddf4 45%, #f1b7e7 55%);
	box-shadow: 0 0 0 1px #f1b7e7;
}
.home-sponsors .sponsor-badge.sponsor-badge-gold {
	background: linear-gradient(to right bottom, #fffc2c 50%, #e1e206 50%);
	box-shadow: 0 0 0 1px #e1e206;
}
.home-sponsors .sponsor-badge.sponsor-badge-silver {
	background: linear-gradient(to right bottom, #eee 50%, #dadada 50%);
	box-shadow: 0 0 0 1px #eee;
}
.home-sponsors .sponsor-badge.sponsor-badge-topSupporter {
	display: none;
}
@media(max-width:800px) {
	.home-projects a {
		width: 33.33333333%;
	}
}
@media(max-width:600px) {
	.home-header .slogan,
	.docs-content h1,
	.home-block h2 {
		font-size: 38px;
	}
	.home-block h3 {
		font-size: 32px;
	}
	.home-block .text {
		font-size: 18px;
		line-height: 1.75;
	}
	.home-block .header-sponsor {
		width: 100%;
		max-width: 300px;
		box-sizing: border-box;
	}
	.home-projects a {
		width: 50%;
		margin-bottom: 30px;
	}
	.home-projects .link-title {
		font-size: 16px;
	}
	.home-projects .link-text {
		font-size: 14px;
		padding: 3px 5px;
	}
}
.docs-content {
	font-family: -apple-system, system-ui, Helvetica Neue, Helvetica, Arial, sans-serif;
	flex-shrink: 10;
	box-sizing: border-box;
	position: relative;
	min-width: 0;
	width: 100%;
}
.docs-content h1 {
	margin-top: 0;
}
.docs-content h3 {
	margin: 0;
}
.message-form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 600px;
}
.message-form fieldset {
	border: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #fff;
	box-sizing: border-box;
	line-height: 1.3;
}
.message-form fieldset legend {
	font-weight: 700;
	display: block;
	margin: 0;
}
.message-form fieldset p {
	margin-top: 0;
}
.message-form fieldset p:last-child {
	margin-bottom: 0;
}
@media(min-width:1100px) {
	.message-form-col {
		float: left;
		width: calc(50% - 8px);
	}
	.message-form-col+.message-form-col {
		float: right;
	}
}
.message-form-radio {
	display: inline-flex;
	margin-right: 32px;
	align-items: center;
	cursor: pointer;
}
.message-form-radio input {
	margin: 0 8px 0 0;
}
.message-form-input {
	display: flex;
}
.message-form-input input[type=text],
.message-form-input textarea {
	border-radius: 4px;
	padding: 4px 8px;
	border: 1px solid #ddd;
	width: 100%;
}
:root {
	--table-monospace-font-size: inherit;
	--pre-code-padding: 20px;
	--pre-code-line-height: 20px;
	--pre-code-font-size: 13.5px;
	--pre-code-border-radius: 4px;
}
footer {
	background: #fff;
	color: #000;
	border-top: 10px solid #2196f3;
	position: relative;
	z-index: 100;
	font-size: 14px;
	line-height: 1.5;
}
footer .center {
	padding-top: 40px;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .links {
	display: flex;
	justify-content: space-between;
}
footer .links a {
	color: inherit;
}
footer .links-block {
	text-align: left;
	margin-right: 30px;
}
footer .links-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .links-block li {
	margin: 10px 0;
}
footer .links-block li:last-child {
	margin-bottom: 0;
}
footer .links-block-title {
	font-size: 16px;
	font-weight: 700;
}
footer .copy {
	padding: 30px 0;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	overflow: hidden;
}
footer .copy .clearfix {
	display: none;
}
footer .copy a {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
footer .copy p {
	margin: 5px 0;
}
footer .copy p:first-child {
	margin-top: 0;
}
footer .copy p:last-child {
	margin-bottom: 0;
}
footer .copy-left {
	float: left;
}
footer .copy-right {
	float: right;
	text-align: right;
	flex-shrink: 0;
}
@media(max-width:700px) {
	footer .center {
		padding-top: 10px;
	}
	footer .links {
		flex-direction: column;
	}
	footer .links-block {
		order: 1;
		margin-top: 30px;
	}
	footer .copy {
		flex-direction: column;
	}
	footer .copy-left {
		float: none;
		margin-bottom: 30px;
	}
	footer .copy-right {
		float: none;
		text-align: left;
	}
}
.color-red {
	color: #f44336;
}
.color-amber {
	color: #ffc107;
}
.color-green {
	color: #4caf50;
}
#send {
	margin-bottom: 40px;
}
.stores {
	width: 160px;
	height: 50px;
}
#img-js {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	border: 5px solid #000;
	border-radius: 25px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2);
}
.iframe-online {
	text-align: center;
}
iframe#online {
	border: 1px solid #d6d6d6;
	width: calc(100% - 2px);
	min-width: 300px;
	max-width: 700px;
	height: calc(100vh - 10px);
	max-height: 670px;
}