*, *:before, *:after {
    box-sizing: inherit;
    }
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,font,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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    }
body {
	line-height: 1;
    zoom: 1;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}
body, html {
    color: #252525;
    background-color: #F6F6F6;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0;
    }
p {
	margin-bottom: 1.4em;
	hyphenate: auto;
	hyphenate-before: 2;
	hyphenate-after: 3;
	hyphenate-lines: 3;
	orphans: 4;
	}
p:before {
	content: "";
	width: 8em;
	display: block;
	overflow: hidden;
	}
p.last {
    margin-bottom: 0;
    }
ol, ul {
	list-style-type: none;
	}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none;
	}
strong {
	font-weight: 700;
	}
em {
	font-style: italic;
	}
small,
.small {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: initial;
    letter-spacing: initial;
    }
.small.description {
    margin-top: 4px;
    }
.btn .small.description {
    opacity: .67;
    margin-top: 6px;
    }
blockquote {
    background: rgba(25,25,25,.027);
    padding: 1em 1.5em;
    margin: 2em 0;
    }
blockquote.warning {
    background: #e94848;
    color: #fff;
    }
a {
	color: #039BE5;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	}
a:hover {
    color: #0277BD;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	}
a:focus {
	outline: 1px dotted invert;
	}
a:active, a:focus {
	outline: none !important;
	}
img {
    max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	width: auto \9;
	}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	}
button, input {
	*overflow: visible;
	line-height: normal;
	}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
	}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
	-webkit-appearance: button;
	}
textarea {
	overflow: auto;
	vertical-align: top;
	}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}
code {
    background: #fff;
    padding: 0 4px;
    line-height: 1.2;
    }
.fix {
	*zoom: 1;
	}
.fix:before,.fix:after {
	display: table;
	content: "";
	line-height: 0;
	}
.fix:after {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.textleft {
	text-align: left;
	}
.textright {
	text-align: right;
	}
.textjustify {
	text-align: justify;
	}
.textcenter {
	text-align: center;
	}
.clear {
	clear: both;
	}
.block {
	display: block;
	}
.fw {
    width: 100%;
    }
.error-report {
    margin: .6em 0;
    color: #e94848;
    }
.error {
    color: #e94848;
    font-weight: 600;
    }
.nowrap {
    white-space: nowrap;
    }
.upcase {
    text-transform: uppercase;
    }
.bold {
    font-weight: 600;
    }
h1, h2, h3, h4, h5, h6 {
	margin: .4em 0;
	text-rendering: optimizelegibility;
	font-weight: 400;
	}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	font-size: 16px;
	}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit;
	}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
	color: inherit;
	}
h1 {
	font-size: 2.8em;
	}
h2 {
	font-size: 2.4em;
	}
h3 {
	font-size: 1.8em;
	}
h4 {
	font-size: 1.5em;
	}
h5 {
	font-size: 1.25em;
	}
h6 {
	font-size: 1.125em;
	}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: .4em;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	}
hr {
    height: 1px;
    border: 0;
    background: #dfdfdf;
    margin: 30px 0;
    }




.section-wrapper {
    padding: 1em;
    }
.content-wrapper {
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    }
.content-wrapper.restrict {
    max-width: 490px;
    }
.content-wrapper.wide {
    max-width: 98%;
    }
span.loader {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    background-image: url('loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    width: 50px;
    height: 41px;
    }

.g-recaptcha {
    margin: 25px 0;
    }
.g-recaptcha.textcenter > div {
    margin: 0 auto;
    }
@media screen and (max-width: 490px) {
    .g-recaptcha {
        margin: 25px -1em;
        text-align: center;
        }
    .g-recaptcha > div {
        margin: 0 auto;
        }
}



.btn {
	display: inline-block;
	position: relative;
	padding: 5px 12px 4px 12px;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.2;
	color: #252525;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	border: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
	text-shadow: none;
	transition: box-shadow .3s,background-color .3s,color .3s,transform .3s;
	}
.btn:hover {
	text-decoration: none;
	background-color: #E6E6E6;
	background-position: 0 -25px;
	color: #000;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
	transition: box-shadow .3s,background-color .3s,color .3s,transform .3s;
	}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}
.btn.active,
.btn:active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -ms-box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -o-box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9 \9;
	outline: 0;
	}
.btn-micro {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 8px 4px 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    }
.btn-mini {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    padding: 7px 12px 6px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
    }
.btn-small {
    padding: 5px 12px;
	letter-spacing: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}
.btn-large {
	letter-spacing: 2px;
	padding: 11px 25px;
	line-height: 1.2;
	font-weight: 400;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}
.btn-bg {
    background-color: #f6f6f6;
	}
.btn-primary,
a.btn-primary,
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor {
	color: #FFF;
	border: none;
	}
.btn-primary.btn-large,
a.btn-primary.btn-large,
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor {
	padding: 11px 25px;
	}
.btn-primary.btn-small,
a.btn-primary.btn-small {
    display: inline-block;
    vertical-align: top;
	padding: 4px 12px 6px 14px;
	}
.btn-primary:hover,
a.btn-primary:hover,
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor:hover {
	color: #FFF;
	}
.btn-primary,
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor {
	background: #4285f4;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
	/*border-color: #1569D6 #1569D6 #0E4790;*/
	/*border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);*/
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor:hover,
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor:active {
    background-color: #558ff1;
    box-shadow: 0 2px 1px -1px rgba(66,133,244,.2), 0 1px 1px 0 rgba(66,133,244,.14), 0 1px 3px 0 rgba(66,133,244,.12);
	}
.btn-dark,
a.btn-dark {
	color: #FFF;
	background: #888;
	}
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active {
	color: #FFF;
	background: #444;
	}
button.btn::-moz-focus-inner {
	padding: 0;
	border: 0;
	}
button.btn[disabled]{
    opacity: .67;
    }
form {
	margin: 0 0 1.4em;
	}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	clear: both;
	}
fieldset.second {
    border: solid 1px #dfdfdf;
    padding: 12px 16px 0 16px;
    margin: 0 -16px 16px -16px;
    }
fieldset.with-legend {
	border-top: solid 1px #dfdfdf;
    padding-top: 20px;
    margin: 30px 0 50px 0;
    }
legend {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
    color: #474747;
    text-shadow: none;
    padding-right: 10px;
    }
.second legend {
    padding-left: 8px;
    }
label,
input,
button,
select,
textarea {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: normal;
	}
label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	opacity: .87;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 4px;
	cursor: pointer;
	}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	height: auto;
	padding: 10px 16px;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: normal;
	color: #424242;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	}
input,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}
input, textarea, select {
	width: 100%;
	height: auto;
	}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-ms-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #4285f4;
    border-color: rgba(66,133,244,.6);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
	}
select[disabled],
textarea[disabled],
input[disabled] {
    opacity: .47;
    cursor: not-allowed;
    }
input[type="radio"],
input[type="checkbox"] {
	margin: 0 6px 0 0;
	line-height: normal;
	cursor: pointer;
	}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
	}
input[type="checkbox"]:checked {
    background: #4285f4;
    }
select,
input[type="file"] {
	*margin-top: 4px;
	}
select {
	border: 1px solid #CCC;
	background-color: #FFF;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	}
select:not([multiple]) {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.406 8.578l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 24px;
    }
select::-ms-expand {
    display: none;
    }
select[multiple],
select[size] {
	height: auto;
	}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(0,0,0,.27);
	}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: rgba(0,0,0,.27);
	}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.27);
	}
input.text-small,
select.text-small,
textarea.text-small {
    font-size: 14px;
    }
input.small-input {
    font-size: 12px;
    padding: 6px 12px;
    display: inline-block;
    vertical-align: top;
    padding-left: 70px;
    width: 100%;
    }
input.small-input[disabled] {
    background: transparent;
    cursor: text;
    opacity: 1;
    }

@media screen and (max-width: 490px) {
    fieldset.second {
        border-width: 0;
        padding: 12px 0 0 0;
        margin: 0 0 16px 0;
        }
    .second legend {
        padding-left: 0;
        font-size: 14px;
        color: #878787;
        }
    .action-button {
        text-align: center;
        }
}



.checkbox {
    margin: 20px 0;
    }
.checkbox > label {
    margin-bottom: 10px;
    }
.checkbox .checkbox-label {
    position: relative;
    display: block;
    height: 20px;
    line-height: 20px;
    width: 44px;
    background: #e6e6e6;
    border-radius: 100px;
    cursor: pointer;
    transition: all 300ms ease;
    text-indent: 54px;
    white-space: nowrap;
    }
.checkbox .checkbox-label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #aaa;
    box-shadow: 0 1px 4px rgba(37,37,37,.17);
    content: "";
    transition: all 300ms ease;
    }
.checkbox .checkbox-label:active:after {
    transform: scale(1.15, 0.85);
    }
.checkbox .checkbox-input {
    display: none;
    }
.checkbox .checkbox-input:checked ~ label {
    background: #a7c3f1;
    }
.checkbox .checkbox-input:checked ~ label:after {
    left: 20px;
    background: #4285f4;
    }
.checkbox .checkbox-input:disabled ~ label {
    opacity: .47;
    pointer-events: none;
    }
.checkbox .checkbox-input:disabled ~ label:after {
    }



.subtitle {
    font-size: 24px;
    }
.special-size {
    position: relative;
    width: 65%;
    margin: 0 auto;
    }
.special-label {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 58px;
    height: 29px;
    font-size: 11px;
    line-height: 29px;
    text-align: center;
    }
.special-label a {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    line-height: 29px;
    }
@media screen and (max-width: 490px) {
    .special-size {
        width: 100%;
        }
    .subtitle {
        font-size: 20px;
        }
}



.span-1 {
    position: relative;
    margin-bottom: 2em;
    }
.span-2 {
    position: relative;
    display: block;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-bottom: 2em;
    }
.span-23 {
    position: relative;
    display: block;
    float: left;
    width: 65.5%;
    margin-right: 3.5%;
    margin-bottom: 2em;
    }
.span-3 {
    position: relative;
    display: block;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2em;
    }
.span-2.last,
.span-3.last,
.span-23.last {
    margin-right: 0;
    clear: right;
    }
.button-2 {
    display: block !important;
    float: left;
    width: 49%;
    padding: 0 !important;
    margin-right: 2% !important;
    margin-bottom: 4px;
    }
.button-2:nth-of-type(2n) {
    margin-right: 0 !important;
    }
.button-3 {
    display: block !important;
    float: left;
    width: 32%;
    padding: 0 !important;
    margin-right: 2% !important;
    margin-bottom: 4px;
    }
.button-3:nth-of-type(3n) {
    margin-right: 0 !important;
    }
.button-4 {
    display: block !important;
    float: left;
    width: 23.5%;
    padding: 0 !important;
    margin-right: 2% !important;
    margin-bottom: 4px;
    }
.button-4:nth-of-type(4n) {
    margin-right: 0 !important;
    }
.button-2.last,
.button-3.last,
.button-4.last {
    margin-right: 0 !important;
    clear: right;
    }



@media screen and (max-width: 490px) {
    input.text-small,
    select.select-small {
        width: 100%;
        }
    .span-2,
    .span-3,
    .span-23,
    .button-2:not(.text-small),
    .button-3:not(.text-small),
    .button-4:not(.text-small) {
        display: block;
        float: none;
        width: 100%;
        margin-right: 0;
        }
}


.type-tabs,
.type-item {
    position: relative;
    }
.type-helper-clearfix:after {
    clear: both;
    }
.type-helper-clearfix:before,
.type-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    }
.type-tabs .type-tabs-panel {
    display: block;
    padding: 1em 0;
    }
.type-tabs .type-tabs-nav {
    display: block;
    margin: 0 0 1.8em 0;
    padding: 0;
    text-align: center;
    }
.type-tabs .type-tabs-nav li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 3px 6px 3px;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    }
.type-tabs .type-tabs-nav li.type-tabs-active .type-tabs-anchor {
    cursor: pointer;
    }
.type-tabs .type-tabs-nav .type-tabs-anchor {
    text-decoration: none;
    display: block;
    }
.type-description {
    font-size: 14px;
    }
.type-item .type-sticker {
    position: absolute;
    display: block;
    width: 25px;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e94848;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    }
.type-item .type-sticker > span {
    display: block;
    width: 100%;
    position: absolute;
    top: calc(50% - 8px);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }
.type-item .type-sticker:hover {
    background: #f16262;
    }
@media screen and (max-width: 490px) {
    .type-tabs .type-tabs-nav li {
        margin: 0 2px 6px 2px;
        width: 48%;
        }
}
@media screen and (max-width: 375px) {
    .type-tabs .type-tabs-nav li {
        margin: 0 2px 6px 2px;
        width: 98%;
        }
}



.code-area {
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
    }
.code-area .image {
    display: inline-block;
    position: relative;
    }
.code-area .image img {
    margin: 16px;
    }
.code-area .image .overlay {
    display: block;
    position: absolute;
    opacity: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37,37,37,.87);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik01LjAxNiAxOGgxMy45Njl2Mi4wMTZoLTEzLjk2OXYtMi4wMTZ6TTE4Ljk4NCA5bC02Ljk4NCA2Ljk4NC02Ljk4NC02Ljk4NGgzLjk4NHYtNmg2djZoMy45ODR6Ij48L3BhdGg+PC9zdmc+);
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
    }
.code-area .image:hover .overlay {
    display: block;
    opacity: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
    }
.code-data-text {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    position: relative;
    }
.code-data-text.word-break {
    word-break: break-all;
    white-space: inherit;
    overflow: inherit;
    line-height: 1.3;
    text-align: left;
    }
.code-data-text.max-height {
    max-height: 300px;
    overflow-y: auto;
    }
.code-data-text.active {
    font-family: 'qr-icons' !important;
    font-size: 10px;
    }
.code-data-text.sized {
    font-size: 5px;
    }
.code-data-text.colored {
    color: #4285f4;
    }
.code-data-text.fonted {
    font-family: monospace;
    }
.code-data-text.bg-white {
    background-color: #fff;
    padding: 30px;
    }
.code-data-text.bg-transparent {
    background-color: transparent;
    padding: 25px 0;
    }
.code-data-text.error {
    background-color: #e94848 !important;
    color: #fff !important;
    padding: 30px;
    }
.code-data-text.with-buttons {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    }
.code-data-text.with-counter {
    padding-bottom: 0 !important;
    }
.code-data-text-top,
.code-data-text-bottom {
    background: #fff;
    padding: 16px;
    }


.ui-slider {
    position: relative;
    text-align: left;
    }
.ui-slider-horizontal {
    height: 44px;
    margin: 0;
    margin-bottom: 4px;
    }
.ui-slider-horizontal.ui-slider-handle-custom {
    height: 8px;
    margin: 22px 0 22px 0;
    }
.ui-widget {
    font-size: 16px;
    }
.ui-widget-content {
    border: 0;
    background: #dfdfdf;
    color: #252525;
    cursor: pointer;
    }
.ui-corner-all {
    border-radius: 2px;
    }
.ui-widget.ui-widget-content {
    border: 0;
    }
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button:hover,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    background: #e6e6e6;
    font-weight: normal;
    color: #252525;
    }
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0;
    background: #dadada;
    font-weight: normal;
    color: #252525;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
    }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active.ui-button:hover,
.ui-button:focus {
    border: 0;
    background: #4285f4;
    font-weight: normal;
    color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
    }
.ui-slider .ui-slider-handle {
    position: absolute;
    display: block;
    z-index: 2;
    width: 8px;
    height: 100%;
    background: #fff;
    border: 1px solid #ccc;
    -ms-touch-action: none;
    touch-action: none;
    box-shadow: 0 0 6px 0 rgba(37,37,37,.17);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    }
.ui-slider-handle-custom .ui-slider-handle {
    border: 1px solid #fff;
    margin-left: -18px;
    width: 36px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    text-align: center;
    font-size: 13px;
    line-height: 42px;
    color: #252525;
    background: #fff;
    border-radius: 18px;
    }
.ui-slider-handle.ui-slider-handle-2x {
    margin-left: -22px;
    width: 44px;
    }
.ui-slider-handle.ui-slider-handle-3x {
    margin-left: -27px;
    width: 54px;
    }
.ui-slider .ui-slider-handle.ui-state-active,
.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-focus {
    border: 1px solid #ccc;
    color: #4285f4;
    border-color: #4285f4;
    border-color: rgba(66,133,244,.6);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(66,133,244,.4);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
    }
.ui-widget-header {
    border: solid 1px #ccc;
    background: #dfdfdf;
    color: #252525;
    font-weight: bold;
    }
.ui-slider .ui-slider-range {
    position: absolute;
    background: #4285f4;
    z-index: 1;
    display: block;
    border: 0;
    }
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    }
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    }
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
    }
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }
.ui-button {
    padding: 0 12px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 44px;
    margin-right: 2px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
    }
.ui-slider-label {
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    line-height: 44px;
    color: #252525;
    padding: 0 16px;
    }
.ui-slider-label.label-left {
    left: 0;
    }
.ui-slider-label.label-left.range-min {
    color: #fff;
    }
.ui-slider-label.label-right {
    right: 0;
    }
.ui-slider-label.label-right.range-max {
    color: #fff;
    }
.ui-slider-label.label-sticky.label-right {
    left: 0;
    }
.ui-slider-label.label-sticky.label-left {
    left: 0;
    margin-left: -48px;
    }
.ui-change-slider-buttons {
    margin-top: 8px;
    }
.ui-copy-to-buffer {
    position: relative;
    }
.ui-copy-to-buffer > span {
    position: absolute;
    left: -60px;
    }
.ui-static-text-count {
    position: relative;
    opacity: .67;
    line-height: 14px;
    }
.ui-dynamic-text-count {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 14px;
    opacity: .67;
    }
.ui-dynamic-text-count .limit {
    font-weight: 600;
    color: #e94848;
    }
.ui-logs-data {
    margin-top: 10px;
    }



.table {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2em;
	}
.table.table-auto {
	width: auto;
	}
.table th {
	font-weight: 300;
	background-color: rgba(37,37,37,.87);
	color: #fff;
	padding: 10px 16px;
	}
.table td {
	vertical-align: top;
	border-top: 1px solid rgba(37,37,37,.037);
	padding: 10px 16px;
	}
.table-condensed th,
.table-condensed td {
	padding: 6px 10px;
	font-size: 11px;
	text-align: left;
	}
.table-condensed th {
	font-size: 10px;
	}
.table-centered th,
.table-centered td {
	text-align: center;
	}
.table tbody tr:hover td,
.table tbody tr:hover th {
	background-color: rgba(37,37,37,.027);
	}




.app-visible {
    display: none;
    }

.mobile-visible {
    display: block;
    }


@media all and (display-mode: standalone) {
    .app-visible {
        display: block;
        }
    .mobile-visible {
        display: none;
        }
}
