/*!
 *
 *	Project:	EasyDoc
 *	Author:		Petr Urbanek - www.r4ms3s.cz
 *	Twitter:	@r4ms3scz
 *
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  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;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
.c:after {
  content: "";
  display: table;
  clear: both;
}
/* Silka */
@font-face {
  font-family: 'Silka';
  src: url('fonts/silka-regular-webfont.woff2') format('woff2'), url('fonts/silka-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('fonts/silka-semibold-webfont.woff2') format('woff2'), url('fonts/silka-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('fonts/silka-bold-webfont.woff2') format('woff2'), url('fonts/silka-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
p {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Silka', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  color: #303246;
  text-rendering: optimizelegibility;
}
h2 {
  margin: 0 0 32px 0;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2em;
}
h3 {
  margin: 0 0 32px 0;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2em;
  font-weight: 700;
}
h4 {
  margin: 0 0 32px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 700;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
dl {
  margin-bottom: 0;
}
hr {
  margin: 0;
  border: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
/* ---------
HTML
--------- */
html {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  height: 100%;
}
/* ---------
BODY
--------- */
body {
  margin: 0;
  line-height: 1;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
  color: #000;
  background: #fff;
}
/* ---------
LINKS
--------- */
a {
  color: #000;
  text-decoration: underline;
  text-decoration-skip: ink;
}
a:hover {
  text-decoration: none;
}
/* ---------
UI
--------- */
.btn-purple {
  display: inline-block;
  min-width: 160px;
  padding: 15px 20px 12px 20px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-family: 'Silka', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  background: #E61B72;
  background: linear-gradient(45deg, #941B80 -0.04%, #E61B72 100.01%);
  box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-purple:hover {
  background: #941B80;
}
.btn-purple:disabled,
.btn-purple[disabled] {
  color: #A1A1A1;
  background: #E4E4E4;
  cursor: default;
}
.btn-purple:disabled:hover,
.btn-purple[disabled]:hover {
  background: #E4E4E4;
}
/* ---------
FORM
--------- */
form {
  display: block;
  width: 100%;
}
form .item-input,
form .item-area,
form .item-switch {
  position: relative;
  margin: 0 0 32px 0;
  width: 100%;
}
form .item-btn {
  text-align: right;
}
form label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
form label:after {
  content: "";
  display: table;
  clear: both;
}
form label sup {
  top: -3px;
  left: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  color: #941B80;
}
form .btn-right {
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #E61B72;
}
form input[type="text"],
form input[type="password"],
form textarea {
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #8C8D99;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: normal;
  color: #303246;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  outline: 0;
  border-color: #303246;
  box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
}
form .disabled {
  border-color: #8C8D99;
  background: #D0D0D6;
}
form .disabled:focus {
  border-color: #8C8D99;
  background: #D0D0D6;
  box-shadow: none;
}
form .error {
  border-color: #EDAB00;
  background: rgba(237, 171, 0, 0.05);
}
form .error:focus {
  border-color: #EDAB00;
  background: rgba(237, 171, 0, 0.05);
}
form .input-show {
  padding-right: 50px;
}
form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 128px;
  height: 128px;
}
form .input-show-password {
  position: absolute;
  right: 20px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/frontend/ico-show.svg) center center no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
}
form .input-show-password:hover {
  opacity: 1;
}
.item-switch label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 62px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #303246;
  cursor: pointer;
  vertical-align: top;
}
.item-switch input {
  position: absolute;
  left: 4px;
  top: 4px;
  visibility: hidden;
}
.item-switch input:checked + .like-switch {
  border-color: #27AE60;
  background: url(../images/frontend/ico-checkbox.svg) 8px center no-repeat #27AE60;
}
.item-switch input:checked + .like-switch:before {
  left: 26px;
  background: #fff;
}
.item-switch .like-switch {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 24px;
  border: 1px solid #303246;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item-switch .like-switch:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #303246;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* ---------
LOGIN
--------- */
.login-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1000;
}
.show-login .login-overlay {
  display: block;
}
.login-panel {
  position: fixed;
  right: -480px;
  top: 0;
  padding: 64px 50px  0 64px;
  width: 100%;
  height: 100%;
  max-width: 480px;
  background: #F0EFED;
  box-shadow: 0px 12px 32px rgba(26, 26, 26, 0.24);
  z-index: 1010;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.show-login .login-panel {
  right: 0;
}
.login-panel h3 {
  margin: 0 0 8px 0;
}
.login-panel p {
  margin: 0 0 48px 0;
}
.login-panel-content {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
}
.login-header {
  position: relative;
  padding: 0 40px 0 0;
}
.login-header .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  background: url(../images/frontend/ico-close.svg) right center no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.login-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 50px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.login-footer a {
  color: #E61B72;
}
/* ---------
LAYOUT
--------- */
.page {
  width: 100%;
  overflow: hidden;
}
.in {
  position: relative;
  margin: 0 auto 0;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1220px;
  width: 100%;
}
.in:after {
  content: "";
  display: table;
  clear: both;
}
/* ---------
HEADER
--------- */
header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
header h1 {
  display: inline-block;
  width: 192px;
  height: 48px;
  background: url(../images/frontend/logo.svg) 0 center no-repeat;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
}
.header-bg {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;
  width: 200%;
  height: 200%;
  background: #303246;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
/* ---------
HEADER - PANEL
--------- */
.header-panel {
  padding: 35px 0 45px 0;
  overflow: hidden;
}
.header-panel h1 {
  float: left;
}
.header-panel .btn-purple {
  float: right;
}
/* ---------
HEADER - CONTENT
--------- */
.header-content {
  position: relative;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content .item-desc {
  padding-right: 80px;
  padding-bottom: 30px;
}
.header-content .item-img {
  width: 620px;
  flex-grow: 0;
  flex-shrink: 1;
}
.header-content .item-img img {
  display: block;
  position: relative;
  left: -20px;
}
.header-content .btn-scroll-to {
  position: absolute;
  left: 0;
  bottom: 64px;
  display: inline-block;
  padding: 0 0 0 34px;
  font-family: 'Silka', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 600;
  color: #941B80;
  background: -webkit-linear-gradient(45deg, #941B80, #E61B72);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
}
.header-content .btn-scroll-to:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/frontend/arrow-bottom.svg) 0 center no-repeat;
}
/* ---------
FOOTER
--------- */
footer {
  padding: 36px 0;
  background: #303246;
}
footer .item-left {
  float: left;
  max-width: 50%;
  min-height: 56px;
  line-height: 56px;
}
footer .item-left p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #8C8D99;
}
footer .item-right {
  float: right;
  max-width: 50%;
  min-height: 56px;
  line-height: 56px;
  text-align: right;
}
footer h4 {
  display: inline-block;
  margin: 0 26px 0 0;
  width: 150px;
  height: 56px;
  border-right: 1px solid #585A6B;
  background: url(../images/frontend/logo-white.svg) 0 center no-repeat;
  background-size: 118px auto;
  vertical-align: middle;
  text-indent: -9999px;
  overflow: hidden;
}
footer p {
  display: inline-block;
  color: #F0EFED;
  vertical-align: middle;
}
footer p a {
  color: #E61B72;
}
/* ---------
SECTION
--------- */
section {
  width: 100%;
}
/* ---------
WHY EASYDOC
--------- */
.why-easydoc {
  background: #E61B72;
  background: linear-gradient(45deg, #941B80 -0.04%, #E61B72 100.01%);
  overflow: hidden;
}
.why-easydoc .in {
  padding-top: 64px;
  padding-bottom: 64px;
}
.why-easydoc .in:before {
  content: '';
  position: absolute;
  left: 82px;
  top: 0;
  width: 270px;
  height: 100%;
  background: url(../images/frontend/why-question-bg.svg) 0 center no-repeat;
  background-size: 100% auto;
}
.why-easydoc h2 {
  position: relative;
  margin-bottom: 48px;
  color: #F0EFED;
  text-align: right;
  z-index: 2;
}
.why-easydoc ol {
  position: relative;
  margin: 0 -20px;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
  overflow: hidden;
  z-index: 2;
  counter-reset: li;
}
.why-easydoc ol li {
  position: relative;
  display: inline-block;
  padding: 80px 20px 0 20px;
  width: 20%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
  color: #F0EFED;
  vertical-align: top;
  counter-increment: li;
}
.why-easydoc ol li:before {
  content: counter(li) '.';
  position: absolute;
  left: 20px;
  top: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-family: 'Silka', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 48px;
  font-weight: 600;
  color: #000;
  background: #fff;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(26, 26, 26, 0.2);
}
/* ---------
WHY EASYDOC
--------- */
.how-work {
  padding: 64px 0 0 0;
}
/* WHY EASYDOC - ITEM */
.work-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0 128px 0;
}
.work-item:last-child {
  padding-bottom: 64px;
}
.work-item .item-img {
  position: relative;
}
.work-item .item-img i {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Silka', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 140px;
  font-size: 14rem;
  line-height: 1.2em;
  font-weight: 600;
  font-style: normal;
  color: #941B80;
  background: -webkit-linear-gradient(45deg, #941B80, #E61B72);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.work-item .item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.work-item .item-desc {
  width: 420px;
  flex-grow: 0;
}
.work-item .item-desc p {
  margin: 0 0 18px 0;
}
.work-item .item-desc p:last-child {
  margin: 0;
}
.work-item .item-desc ul {
  margin: 0 0 18px 0;
}
.work-item .item-desc ul:last-child {
  margin: 0;
}
.work-item .item-desc li {
  position: relative;
  margin: 0 0 2px 0;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
}
.work-item .item-desc li:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #303246;
}
.work-item-imgleft {
  justify-content: flex-end;
}
.work-item-imgleft .item-img {
  order: 1;
  padding-left: 130px;
  padding-right: 80px;
}
.work-item-imgleft .item-desc {
  order: 2;
}
.work-item-imgright .item-img {
  order: 2;
  padding-right: 130px;
  padding-left: 80px;
}
.work-item-imgright .item-img i {
  right: 0;
  left: auto;
}
.work-item-imgright .item-desc {
  order: 1;
}
/* ---------
FORM
--------- */
.form {
  padding: 64px 0;
  background: #E61B72;
  background: linear-gradient(45deg, #941B80 -0.04%, #E61B72 100.01%);
}
.form .item-desc {
  float: left;
  padding-right: 40px;
  width: 50%;
}
.form .item-desc h2,
.form .item-desc p {
  color: #F0EFED;
}
.form .item-form {
  float: right;
  padding-left: 40px;
  width: 50%;
}
/* FORM - CONTENT */
.form-content {
  padding: 32px;
  background: #fff;
  box-shadow: 0px 12px 32px rgba(26, 26, 26, 0.24);
}
.error-page {
  display: flex;
  margin-top: 50px;
}
.error-page-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.error-page-left > div h1,
.error-page-left > div h2,
.error-page-left > div h3,
.error-page-left > div h4 {
  font-size: 48px;
  line-height: 58px;
  color: #303246;
  margin: 0 0 32px 0;
}
.error-page-left > div p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.error-page-right {
  flex-grow: 1;
  text-align: right;
}
/* ---------
NOTIFICATION
--------- */
.notification-panel {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 20px 32px 20px;
  width: 100%;
  height: auto;
  z-index: 1100;
}
.notification-panel .item-error,
.notification-panel .item-success {
  position: relative;
  display: block;
  margin: 0 auto 32px;
  padding: 20px 20px 20px 36px;
  max-width: 1024px;
  width: 100%;
  min-height: 88px;
  line-height: 88px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 24px 40px rgba(26, 26, 26, 0.16);
}
.notification-panel .item-error {
  background: #EDAB00;
}
.notification-panel .item-error p {
  background-image: url(../images/frontend/ico-error.svg);
}
.notification-panel .item-success {
  background: #6FCF97;
}
.notification-panel .item-success p {
  background-image: url(../images/frontend/ico-success.svg);
}
.notification-panel p {
  display: inline-block;
  padding: 0 30px 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #303246;
  background-position: 0 center;
  background-repeat: no-repeat;
  vertical-align: middle;
  letter-spacing: 0.4px;
}
.notification-panel .notification-close {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1220px) {
  /* ---------
  TYPO
  --------- */
  h2 {
    margin: 0 0 22px 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2em;
  }
  h3 {
    margin: 0 0 22px 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
  }
  /* ---------
  HEADER
  --------- */
  .header-bg {
    margin-left: -10px;
  }
  /* ---------
  HEADER - CONTENT
  --------- */
  .header-content {
    padding-bottom: 100px;
  }
  .header-content .item-desc {
    padding-right: 40px;
  }
  .header-content .item-desc h2,
  .header-content .item-desc p {
    max-width: 400px;
  }
  .header-content .item-img {
    width: 520px;
  }
  .header-content .item-img img {
    width: 580px;
    height: auto;
  }
  /* ---------
  FORM
  --------- */
  .form .item-desc {
    padding-right: 20px;
  }
  .form .item-form {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1010px) {
  /* ---------
  TYPO
  --------- */
  h2 {
    margin: 0 0 18px 0;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  h3 {
    margin: 0 0 18px 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
  }
  p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
  }
  /* ---------
  FORM
  --------- */
  form .item-input,
  form .item-area,
  form .item-switch {
    margin: 0 0 20px 0;
  }
  form label {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  form label sup {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
  }
  form .btn-right {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  form input,
  form textarea {
    padding: 12px 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  form textarea {
    min-height: 100px;
    height: 100px;
  }
  form .input-show-password {
    right: 14px;
    bottom: 11px;
  }
  .item-switch label {
    padding-left: 56px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  /* ---------
  NOTIFICATION
  --------- */
  .notification-panel {
    padding: 0 20px 2px 20px;
  }
  .notification-panel .item-error,
  .notification-panel .item-success {
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 0;
    line-height: 1em;
  }
  /* ---------
  LOGIN
  --------- */
  .login-panel {
    padding: 40px 30px  0 40px;
    max-width: 400px;
  }
  .login-panel-content {
    padding-bottom: 80px;
  }
  .login-footer {
    padding: 0 0 40px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  /* ---------
  LAYOUT
  --------- */
  .page {
    width: 100%;
    overflow: hidden;
  }
  .in {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ---------
  HEADER - PANEL
  --------- */
  .header-panel {
    padding: 25px 0 35px 0;
  }
  /* ---------
  HEADER
  --------- */
  .header-bg {
    margin-left: -10px;
  }
  /* ---------
  HEADER - CONTENT
  --------- */
  .header-content {
    padding-bottom: 80px;
  }
  .header-content .item-img {
    width: 420px;
  }
  .header-content .item-img img {
    width: 470px;
  }
  .header-content .btn-scroll-to {
    bottom: 40px;
    padding: 0 0 0 28px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .header-content .btn-scroll-to:before {
    width: 28px;
    height: 28px;
    background-size: 20px auto;
  }
  /* ---------
  FOOTER
  --------- */
  footer {
    padding: 20px 0;
  }
  /* ---------
  WHY EASYDOC
  --------- */
  .why-easydoc .in {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-easydoc .in:before {
    left: 42px;
    width: 220px;
    height: 100%;
  }
  .why-easydoc h2 {
    margin-bottom: 30px;
  }
  .why-easydoc ol {
    margin: 0 -14px;
  }
  .why-easydoc ol li {
    padding: 56px 14px 0 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  .why-easydoc ol li:before {
    left: 14px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  /* ---------
  WHY EASYDOC
  --------- */
  .how-work {
    padding: 50px 0 0 0;
  }
  /* WHY EASYDOC - ITEM */
  .work-item {
    padding: 0 0 80px 0;
  }
  .work-item:last-child {
    padding-bottom: 40px;
  }
  .work-item .item-img i {
    font-size: 100px;
    font-size: 10rem;
    line-height: 1.2em;
  }
  .work-item .item-desc p {
    margin: 0 0 10px 0;
  }
  .work-item .item-desc p:last-child {
    margin: 0;
  }
  .work-item .item-desc ul {
    margin: 0 0 10px 0;
  }
  .work-item .item-desc ul:last-child {
    margin: 0;
  }
  .work-item .item-desc li {
    padding: 0 0 0 24px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
  }
  .work-item .item-desc li:before {
    left: 6px;
    top: 9px;
  }
  .work-item-imgleft .item-img {
    padding-left: 90px;
    padding-right: 20px;
  }
  .work-item-imgright .item-img {
    padding-right: 90px;
    padding-left: 20px;
  }
  /* ---------
  FORM
  --------- */
  .form {
    padding: 50px 0;
  }
  /* FORM - CONTENT */
  .form-content {
    padding: 20px;
  }
}
@media screen and (max-width: 850px) {
  /* ---------
  UI
  --------- */
  .btn-purple {
    min-width: 120px;
    padding: 11px 14px 8px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  /* ---------
  HEADER
  --------- */
  header h1 {
    width: 160px;
    height: 36px;
    background-size: auto 30px;
  }
  /* ---------
  HEADER - CONTENT
  --------- */
  .header-content {
    padding-bottom: 80px;
  }
  .header-content .item-img {
    width: 360px;
  }
  .header-content .item-img img {
    left: 24px;
    width: 360px;
  }
  .header-content .item-desc {
    padding-right: 0px;
  }
  .header-content .item-desc p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  .header-content .btn-scroll-to {
    bottom: 40px;
    padding: 0 0 0 28px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .header-content .btn-scroll-to:before {
    width: 28px;
    height: 28px;
    background-size: 20px auto;
  }
  /* ---------
  FOOTER
  --------- */
  footer {
    padding: 20px 0;
  }
  footer .item-left {
    float: none;
    margin: 0 0 40px 0;
    max-width: 100%;
  }
  footer .item-left p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  footer .item-right {
    float: none;
    max-width: 100%;
    min-height: 0;
    line-height: 1em;
    text-align: left;
  }
  footer .item-right p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  /* ---------
  FORM
  --------- */
  .form .item-desc {
    padding-right: 10px;
  }
  .form .item-form {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  /* ---------
  TYPO
  --------- */
  h2 {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2em;
  }
  h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  /* ---------
  FORM
  --------- */
  form .item-input,
  form .item-area,
  form .item-switch {
    margin: 0 0 20px 0;
  }
  form input,
  form textarea {
    padding: 10px 12px;
  }
  form textarea {
    min-height: 90px;
    height: 90px;
  }
  form .input-show-password {
    right: 12px;
    bottom: 9px;
  }
  /* ---------
  NOTIFICATION
  --------- */
  .notification-panel .item-error,
  .notification-panel .item-success {
    margin: 0 auto 16px;
    padding: 14px 14px 14px 18px;
  }
  .notification-panel p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .notification-panel .notification-close {
    right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  /* ---------
  LOGIN
  --------- */
  .login-panel {
    padding: 30px 20px 0 20px;
    max-width: 320px;
  }
  .login-panel-content {
    padding-bottom: 60px;
  }
  .login-footer {
    padding: 0 0 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  /* ---------
  LAYOUT
  --------- */
  .page {
    width: 100%;
    overflow: hidden;
  }
  .in {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* ---------
  HEADER
  --------- */
  header h1 {
    background-size: auto 26px;
  }
  /* ---------
  HEADER
  --------- */
  .header-bg {
    display: none;
  }
  /* ---------
  HEADER - PANEL
  --------- */
  .header-panel {
    padding: 20px 0 30px 0;
  }
  /* ---------
  HEADER - CONTENT
  --------- */
  .header-content {
    display: block;
    padding-bottom: 20px;
  }
  .header-content .item-desc {
    margin: 0 auto 0;
    max-width: 400px;
    padding: 0 0 20px 0;
  }
  .header-content .item-desc p {
    margin-bottom: 20px;
  }
  .header-content .item-img {
    width: 100%;
  }
  .header-content .item-img img {
    margin: 0 auto 0;
    width: 100%;
    max-width: 500px;
    left: 0;
  }
  .header-content .btn-scroll-to {
    position: relative;
    bottom: 0;
  }
  /* ---------
  WHY EASYDOC
  --------- */
  .why-easydoc .in {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .why-easydoc .in:before {
    left: auto;
    right: -120px;
    width: 300px;
    height: 100%;
  }
  .why-easydoc h2 {
    margin: 0;
  }
  .why-easydoc ol li {
    width: 33.333%;
    margin: 38px 0 0 0;
  }
  /* ---------
  WHY EASYDOC
  --------- */
  .how-work {
    padding: 30px 0 0 0;
  }
  /* WHY EASYDOC - ITEM */
  .work-item {
    padding: 0 0 60px 0;
  }
  .work-item:last-child {
    padding-bottom: 20px;
  }
  .work-item .item-img i {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.2em;
  }
  .work-item .item-desc li {
    padding: 0 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  .work-item .item-desc li:before {
    left: 4px;
    top: 8px;
  }
  .work-item-imgleft .item-img {
    padding-left: 60px;
    padding-right: 20px;
  }
  .work-item-imgright .item-img {
    padding-right: 60px;
    padding-left: 10px;
  }
  /* ---------
  FORM
  --------- */
  .form {
    padding: 30px 0;
  }
  .form .item-desc {
    float: none;
    margin: 0 auto 30px;
    padding-right: 0;
    width: 100%;
    max-width: 400px;
  }
  .form .item-form {
    float: none;
    margin: 0 auto 0;
    padding-left: 0;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 550px) {
  /* ---------
  WHY EASYDOC
  --------- */
  .how-work {
    padding: 30px 0 20px 0;
  }
  /* WHY EASYDOC - ITEM */
  .work-item {
    display: block;
  }
  .work-item .item-img {
    margin: 0 auto 10px;
    max-width: 320px;
  }
  .work-item .item-img i {
    top: 50%;
    margin-top: -48px;
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.2em;
  }
  .work-item .item-img img {
    width: 100%;
    height: auto;
  }
  .work-item .item-desc {
    margin: 0 auto 0;
    max-width: 320px;
    width: 100%;
  }
  .work-item-imgleft .item-img {
    padding-left: 80px;
    padding-right: 0;
  }
  .work-item-imgright .item-img {
    padding-right: 80px;
    padding-left: 0;
  }
}
@media screen and (max-width: 440px) {
  /* ---------
  TYPO
  --------- */
  h2 {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }
  h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em;
  }
  h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  /* ---------
  UI
  --------- */
  .btn-purple {
    min-width: 0;
    padding: 8px 10px 8px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  /* ---------
  NOTIFICATION
  --------- */
  .notification-panel {
    padding: 0 10px 1px 10px;
  }
  .notification-panel .item-error,
  .notification-panel .item-success {
    margin: 0 auto 8px;
  }
  /* ---------
  LOGIN
  --------- */
  .login-panel {
    padding: 20px;
  }
  .login-panel p {
    margin: 0 0 20px 0;
  }
  /* ---------
  HEADER
  --------- */
  header h1 {
    width: 140px;
    height: 30px;
    background-size: auto 24px;
  }
  /* ---------
  HEADER - CONTENT
  --------- */
  .header-content .item-img {
    width: auto;
    margin: 0 -20px 0 0;
  }
  /* ---------
  FOOTER
  --------- */
  footer .item-left {
    min-height: 0;
    line-height: 1em;
  }
  footer .item-left p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  footer h4 {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    height: 30px;
    border-right: 0;
    background-size: auto 24px;
  }
  /* ---------
  WHY EASYDOC
  --------- */
  .why-easydoc .in:before {
    right: -180px;
    width: 380px;
    height: 100%;
  }
  .why-easydoc ol li {
    width: 50%;
  }
}
/*
  https://cssgradient.io/
*/
/*
  http://apps.eky.hk/css-triangle-generator/
*/
/* 
  -webkit-transform:translate3d(0,0,0);
*/
/* 
  -webkit-backface-visibility: hidden;
*/
/*
  -webkit-transform: rotate(45deg) scale(2);
*/
/*
  select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:none;
    cursor:pointer;
  }
*/
/*
  pointer-events:none;
*/
/*
  word-wrap: break-word!important;
  word-break: break-word!important;
*/
/* 
  .transition(all .2s ease-in-out);
*/
/* 
  http://cubic-bezier.com/
*/
/*
  -webkit-animation: pulse 4s infinite ease-in-out;
  -webkit-animation-delay: .5s;

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate3d(0,0,0);
    }
    40% {
      -webkit-transform: translate3d(0,30px,0);
    }
    100% {
      -webkit-transform: translate3d(0,0,0);
    }
  }
*/
/*
  -webkit-animation: eye .6s ease-in-out;
  -webkit-animation-delay: .5s;
  -webkit-animation-fill-mode:forwards;
  -webkit-animation-iteration-count: 1;

  @-webkit-keyframes eye {
    0% {
      height:7px;
    }
    30% {
      height:4px;
    }
    60% {
      height:7px;
    }
    100% {
      height:0;
    }
  }
*/
/*
  display:block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
*/
/*
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
*/
/*
  overflow:hidden;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
*/
/* 
  @media screen and (max-width: 1024px) , screen and (max-height: 768px)
*/
/*
  @media screen and (max-width: 1024px) and (max-height: 768px)
*/
/*
  $('*').each(function() {
      if ($(this).width() > 320) {
          console.log($(this).html(), $(this).attr('class'));
      }
  });
  
  
  [].forEach.call(document.querySelectorAll("*"),function(a){a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)})
*/
