@font-face {
    font-family: 'icons';
    src: url("../fonts/icons/icons.eot");
    src: url("../fonts/icons/icons.eot?#iefix") format('eot'), url("../fonts/icons/icons.woff2") format('woff2'), url("../fonts/icons/icons.woff") format('woff'), url("../fonts/icons/icons.ttf") format('truetype'), url("../fonts/icons/icons.svg#icons") format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-spin {
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;
}

.icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check1:before {
    content: '\EA01';
}

.icon-check2:before {
    content: '\EA02';
}

.icon-cross1:before {
    content: '\EA03';
}

.icon-error:before {
    content: '\EA04';
}

.icon-file-item:before {
    content: '\EA05';
}

.icon-file:before {
    content: '\EA06';
}

.icon-info:before {
    content: '\EA07';
}

.icon-input-bag:before {
    content: '\EA08';
}

.icon-input-mail:before {
    content: '\EA09';
}

.icon-input-phone:before {
    content: '\EA0A';
}

.icon-input-point:before {
    content: '\EA0B';
}

.icon-input-ticket:before {
    content: '\EA0C';
}

.icon-input-user:before {
    content: '\EA0D';
}

.icon-success:before {
    content: '\EA0E';
}

.icon-user:before {
    content: '\EA0F';
}

.icon-warning:before {
    content: '\EA10';
}

/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

    a:active,
    a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

optgroup {
    font-weight: bold;
}

button,
input { /* 1 */
    overflow: visible;
}

button,
select { /* 1 */
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    color: #65707e;
    font-size: 16px;
    font-size: 1.6rem;
    overflow-x: hidden;
}

main {
    padding: 0 25px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.btn {
    display: block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    min-width: 260px;
    height: 60px;
    line-height: 60px;
    background-color: #00afef;
    border-radius: 1px;
    box-shadow: 0 5px 15px rgba(111,206,255,0.5);
    border: 0;
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
}

    .btn:disabled,
    .btn[disabled],
    .btn[disabled="disabled"] {
        opacity: 0.5;
        box-shadow: none;
        cursor: default;
        color: #fff !important;
    }

        .btn:disabled:hover,
        .btn[disabled]:hover,
        .btn[disabled="disabled"]:hover {
            background-color: #00afef;
            box-shadow: none;
        }

    .btn:hover {
        background-color: #009ff1;
        box-shadow: 0 5px 15px rgba(111,206,255,0.9);
    }

    .btn.simple {
        height: 50px;
        line-height: 50px;
        background: #fff;
        color: #00afef;
        border: 1px solid #00afef;
        box-shadow: none;
        margin-bottom: 5px;
    }

        .btn.simple:hover {
            background-color: #00afef;
            box-shadow: none;
            color: #fff;
        }

    .btn > span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.1;
    }

a.btn,
a.btn:hover {
    text-decoration: none;
}

form {
    padding-bottom: 25px;
    margin-left: -25px;
    margin-right: -25px;
    text-align: center;
}

    form.bordered {
        padding: 25px;
        border: solid #e8ecf1;
        border-width: 1px 0;
    }

        form.bordered fieldset {
            border: 0;
        }

    form fieldset {
        padding: 25px 25px 0;
        border: solid #e8ecf1;
        border-width: 1px 0 0;
        text-align: left;
        font-size: 13px;
        font-size: 1.3rem;
    }

        form fieldset legend {
            margin: 0 auto;
            padding: 0 30px;
            font-weight: bold;
            font-size: 22px;
            font-size: 2.2rem;
            color: #38414d;
            background: #fff;
        }

        form fieldset .legend {
            display: block;
            margin-bottom: 10px;
            color: #949da9;
        }

    form .buttons {
        margin: 0 25px;
    }

    form .control {
        position: relative;
        display: block;
        margin: 0 0 25px;
        font-size: 13px;
    }

        form .control.off {
            display: none;
        }

        form .control .msg {
            padding: 5px;
            color: #9ba0a6;
            font-style: italic;
            font-size: 13px;
        }

        form .control label {
            display: inline-block;
            margin: 0 0 8px;
            height: 22px;
            line-height: 22px;
            font-weight: bold;
            font-size: 13px;
            font-size: 1.3rem;
            cursor: pointer;
        }

    form .required:after {
        position: relative;
        top: 2px;
        display: inline-block;
        margin-left: 3px;
        content: '*';
        color: #00afef;
        font-size: 120%;
    }

    form .control.filled .text-input.icon:before {
        color: #85cb32;
    }

    form .control.error .msg {
        color: #ff4642;
        font-style: normal;
    }

    form .control.error .text-input input {
        border-color: #ff4642;
    }

    form .control.error .text-input.icon:before {
        color: #ff4642;
    }

    form .control.alone {
        margin-left: 25px;
        margin-right: 25px;
    }

    form .text-input {
        position: relative;
    }

        form .text-input.icon:before {
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            width: 49px;
            line-height: 48px;
            box-sizing: border-box;
            font-size: 16px;
            text-align: center;
            border-left: 1px solid #e8ecf1;
            background: #fff;
            color: #d2d5db;
        }

        form .text-input.icon input {
            padding-right: 68px;
        }

        form .text-input.focus input {
            border-color: #00afef;
        }

        form .text-input.focus.icon:before {
            color: #00afef;
        }

        form .text-input input {
            padding: 13px 19px;
            width: 100%;
            height: 50px;
            font-size: 15px;
            font-size: 1.5rem;
            color: #38414d;
            background-color: #fff;
            border: 1px solid #cbd4e0;
            border-radius: 1px;
            box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
            outline: 0;
            box-sizing: border-box;
        }

            form .text-input input:disabled {
                border-color: #ebeff5;
                box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
                color: #949da9;
            }

        form .text-input .suggestions {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin-top: -1px;
            max-height: 150px;
            background: #fff;
            overflow: auto;
            border: solid #00afef;
            border-width: 0 1px 1px;
            border-top: 1px solid #cbd4e0;
            z-index: 130;
        }

            form .text-input .suggestions .suggestion {
                padding: 5px 19px;
                cursor: pointer;
            }

                form .text-input .suggestions .suggestion:hover {
                    background-color: #00afef;
                    color: #fff;
                }

    form .iradio,
    form .icheckbox {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background: #fff;
        border: 1px solid #d8e0eb;
        box-sizing: border-box;
    }

        form .iradio.checked,
        form .icheckbox.checked {
            border-color: #85cb32;
            background-color: #85cb32;
        }

        form .iradio + label,
        form .icheckbox + label {
            margin-left: 30px;
        }

    form .iradio {
        border-radius: 50%;
    }

        form .iradio.checked:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -4px 0 0 -4px;
            width: 8px;
            height: 8px;
            background-color: #fff;
            border-radius: 50%;
        }

    form .icheckbox.checked:after {
        display: inline-block;
        font: normal normal normal 14px/1 'icons';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\EA01';
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 12px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    form .select-input {
        position: relative;
    }

        form .select-input:before,
        form .select-input:after {
            content: '';
        }

        form .select-input:before {
            display: block;
            position: absolute;
            top: 0;
            right: 50px;
            bottom: 0;
            width: 1px;
            background: #e8ecf1;
        }

        form .select-input:after {
            position: absolute;
            top: 50%;
            right: 21px;
            width: 0;
            height: 0;
            background: 0;
            border-style: solid;
            content: '';
            display: inline-block;
            border-width: 5px 3px 0 3px;
            border-color: #b7bcc3 transparent transparent transparent;
        }

        form .select-input select {
            padding: 0 19px;
            width: 100%;
            height: 50px;
            border: 1px solid #cbd4e0;
            background: #fff;
            border-radius: 1px;
            -webkit-appearance: none;
            -moz-appearance: none;
            box-sizing: border-box;
            box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
            outline: 0;
            color: #38414d;
        }

            form .select-input select::-ms-expand {
                display: none;
            }

            form .select-input select:focus,
            form .select-input select:active {
                border-color: #00afef;
            }

            form .select-input select:disabled {
                border-color: #ebeff5;
                box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
                color: #949da9;
            }

    form .input-group {
        margin: 0 0 25px;
        text-align: center;
    }

        form .input-group .control {
            display: inline-block;
            margin: 0 10px;
        }

    form p {
        color: #f00;
        font-size: 13px;
        color: #9ba0a6;
        font-style: italic;
    }

.basic {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .basic li {
        position: relative;
        padding-left: 30px;
    }

        .basic li:before {
            content: '';
            position: absolute;
            top: 8px;
            left: 11px;
            display: block;
            width: 6px;
            height: 6px;
            background: #85cb32;
        }

table {
    margin: 25px 0;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #e8ecf1;
}

    table th,
    table td {
        padding: 10px;
        text-align: left;
        border: 1px solid #e8ecf1;
        color: #38414d;
    }

        table th.nopadding,
        table td.nopadding {
            padding: 0;
        }

        table td small {
            display: block;
            font-style: italic;
            font-size: 13px;
            color: #9ba0a6;
            font-weight: normal;
        }

    table thead th,
    table tbody .subtitle th {
        background: #f8fafc;
        font-size: 15px;
        font-weight: bold;
    }

    table tbody th,
    table tbody td {
        font-size: 13px;
    }

    table tbody th {
        width: 280px;
        font-weight: normal;
        box-sizing: border-box;
    }

    table tbody td {
        font-weight: bold;
    }

    table.symetric tbody th,
    table.symetric tbody td {
        width: 50%;
    }

h1 {
    margin: 0 0 20px;
    padding: 0 20px;
    color: #c0c6cd;
    line-height: 1.2;
    text-align: center;
    font-size: 26px;
}

p {
    font-size: 15px;
    font-size: 1.5rem;
}

    p a {
        color: #00afef;
        text-decoration: none;
    }

        p a:hover {
            text-decoration: underline;
        }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.selectize-dropdown,
.selectize-input {
    position: relative;
}

    .selectize-dropdown,
    .selectize-input,
    .selectize-input input {
        color: #38414d;
        font-size: 15px;
        font-size: 1.5rem;
    }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    display: inline-block;
    background-color: #fff;
    cursor: text;
}

.selectize-input {
    display: inline-block;
    padding: 0 19px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cbd4e0;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 1px;
    box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
}

    .selectize-input:after {
        content: '';
        display: block;
        clear: left;
    }

    .selectize-input.disabled,
    .selectize-input.disabled * {
        cursor: default !important;
    }

    .selectize-input > * {
        display: inline-block;
        zoom: 1;
        vertical-align: baseline;
    }

    .selectize-input > input {
        display: inline-block !important;
        margin: 0 2px 0 0;
        padding: 0 !important;
        height: 50px;
        min-height: 0 !important;
        max-height: none !important;
        max-width: 100% !important;
        text-indent: 0 !important;
        border: 0 none !important;
        background: none !important;
        line-height: 50px !important;
        -webkit-user-select: auto !important;
        box-shadow: none !important;
    }

        .selectize-input > input::-ms-clear {
            display: none;
        }

        .selectize-input > input:focus {
            outline: none !important;
        }

    .selectize-input.dropdown-active::before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #cbd4e0;
        height: 1px;
    }

.selectize-dropdown {
    position: absolute;
    background: #fff;
    margin: -1px 0 0 0;
    border: 1px solid #00afef;
    border-top: 0 none;
    box-sizing: border-box;
    border-radius: 0 0 1px 1px;
    box-shadow: 0 18px 30px rgba(0,23,74,0.1);
    z-index: 30;
}

    .selectize-dropdown [data-selectable] {
        padding: 5px 19px;
        cursor: pointer;
        overflow: hidden;
    }

        .selectize-dropdown [data-selectable] .highlight {
            background: rgba(125,168,208,0.2);
            border-radius: 1px;
        }

    .selectize-dropdown .active {
        background-color: #00afef;
        color: #fff;
    }

        .selectize-dropdown .active.create {
            color: #00afef;
        }

    .selectize-dropdown .create {
        color: #00afef;
    }

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 150px;
}

.selectize-control {
    height: 50px;
}

    .selectize-control.single .selectize-input,
    .selectize-control.single .selectize-input input {
        cursor: pointer;
    }

        .selectize-control.single .selectize-input:before {
            content: '';
            position: absolute;
            top: 0;
            right: 50px;
            bottom: 0;
            width: 1px;
            background: #e8ecf1;
        }

        .selectize-control.single .selectize-input:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 23px;
            width: 0;
            height: 0;
            background: 0;
            border-style: solid;
            content: '';
            display: inline-block;
            border-width: 5px 3px 0 3px;
            border-color: #b7bcc3 transparent transparent transparent;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .selectize-control.single .selectize-input.dropdown-active {
            border-color: #00afef;
        }

        .selectize-control.single .selectize-input.input-active,
        .selectize-control.single .selectize-input.input-active input {
            cursor: text;
        }

    .selectize-control .selectize-input.disabled {
        opacity: 0.5;
        background-color: #fafafa;
    }

.alert {
    margin: 0 0 25px;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

    .alert:before {
        display: inline-block;
        font: normal normal normal 14px/1 'icons';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 2px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .alert.warning {
        background-color: #fff7d8;
        color: #bf9e1f;
    }

        .alert.warning:before {
            content: '\EA10';
            color: #e9ca53;
        }

    .alert.success {
        background-color: #edffda;
        color: #4d961c;
    }

        .alert.success:before {
            content: '\EA0E';
            color: #a2d669;
        }

    .alert.error {
        background-color: #ffe9ed;
        color: #e54a4a;
    }

        .alert.error:before {
            content: '\EA04';
            color: #eb9ea8;
        }

    .alert.info {
        background-color: #e8f9ff;
        color: #268fb5;
    }

        .alert.info:before {
            content: '\EA07';
            color: #7ec5e0;
        }

.help {
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #d2d5db;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    text-align: center;
    cursor: pointer;
}

.isempty {
    width: 100%;
    height: 100%;
}

.isempty-text {
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #e8ecf1;
    background-color: #f6fdff;
    box-shadow: inset 0 0 0 10px #fff;
    box-sizing: border-box;
    text-align: center;
}

    .isempty-text span {
        display: inline-block;
        color: #7096a1;
        font-weight: bold;
    }

        .isempty-text span small {
            display: block;
        }

.tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 1px;
    box-shadow: 0 18px 30px rgba(0,23,74,0.1);
    z-index: 30;
    color: #9ba0a6;
    font-size: 13px;
}

    .tooltip.visible {
        display: block;
    }

    .tooltip:before,
    .tooltip:after {
        content: '';
        position: absolute;
    }

    .tooltip:before {
        top: -9px;
        left: 32px;
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        content: '';
        display: inline-block;
        border-width: 0 7px 9px 7px;
        border-color: transparent transparent #e8ecf1 transparent;
    }

    .tooltip:after {
        top: -8px;
        left: 33px;
        width: 0;
        height: 0;
        background: 0;
        border-style: solid;
        content: '';
        display: inline-block;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #fff transparent;
    }

    .tooltip b {
        display: block;
        margin-bottom: 10px;
    }

footer {
    margin-top: 50px;
    padding: 0 25px;
    height: 100px;
    line-height: 100px;
    background-color: #f5f7f9;
}

    footer .in:before,
    footer .in:after {
        content: "";
        display: table;
    }

    footer .in:after {
        clear: both;
    }

    footer p {
        float: left;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        color: #949da9;
    }

        footer p + p {
            float: right;
            font-size: 13px;
            text-align: right;
        }

    footer .gis {
        position: relative;
        display: inline-block;
        margin-top: -5px;
        padding-top: 25px;
        line-height: 1;
        color: #949da9;
        text-decoration: none;
        vertical-align: middle;
    }

        footer .gis img {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
        }

header {
    position: relative;
    margin: 0 0 25px;
    padding: 32px 0;
    background: #fff url("../img/header-bg.png") repeat-x top left;
    box-shadow: 0 2px 7px rgba(0,23,74,0.1);
    text-align: center;
    z-index: 20;
    transition: all 1s;
}

    header.off {
        margin-top: 150px;
        transition: all 1s;
    }

        header.off .toggle:before {
            content: '\EA03';
        }

    header:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        height: 4px;
        background: #00afef url("../img/header-bg-blue.png") repeat-x top left;
    }

    header .logo {
        margin: 0 0 25px;
    }

        header .logo a {
            display: block;
        }

        header .logo img {
            display: block;
            margin: 0 auto;
            width: auto;
            height: 52px;
        }

    header .info:before {
        content: '';
        width: 36px;
        height: 30px;
        display: inline-block;
        background: url("../img/header-icon.png") no-repeat left top;
        background-size: auto 30px;
        vertical-align: middle;
    }

    header .info strong {
        font-size: 15px;
        color: #949da9;
    }

        header .info strong small {
            display: inline-block;
            font-size: 15px;
            font-weight: normal;
        }

            header .info strong small:before {
                content: '/ ';
            }

    header .toggle {
        position: absolute;
        top: 17px;
        right: 17px;
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background-color: #00afef;
        box-shadow: 0 5px 15px rgba(111,206,255,0.5);
        border-radius: 50%;
    }

        header .toggle:before {
            display: inline-block;
            font: normal normal normal 14px/1 'icons';
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\EA0F';
            position: relative;
            top: -2px;
            width: 18px;
            height: 18px;
            color: #fff;
            font-size: 18px;
            vertical-align: middle;
        }

nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00afef;
    z-index: 10;
}

    nav ul {
        margin: 0 25px;
        padding: 0;
        list-style: none;
    }

        nav ul li + li {
            border-top: 1px solid #19c1ff;
        }

    nav a {
        display: block;
        width: 100%;
        height: 75px;
        line-height: 75px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
    }

.fieldset-group > .col.off {
    display: none;
}

.files {
    margin: 25px 0;
}

    .files .button {
        display: block;
        margin: 15px 0;
        padding: 0 10px;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        border: 1px solid #cbd4e0;
        background-color: #fff;
        border-radius: 1px;
        box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
    }

        .files .button.file span {
            position: relative;
            top: -2px;
            display: inline-block;
            padding-left: 40px;
            vertical-align: middle;
            line-height: 1;
        }

            .files .button.file span:before {
                display: inline-block;
                font: normal normal normal 14px/1 'icons';
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\EA05';
                position: absolute;
                top: 50%;
                left: 0;
                display: block;
                font-size: 26px;
                color: #d2d5db;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .files .button.file span a {
                display: block;
                color: #ff4642;
            }

            .files .button.file span b {
                display: inline-block;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .files .button.select {
            overflow: hidden;
            cursor: pointer;
            border-style: dashed;
            border-color: #d7d7d7;
            text-align: center;
        }

            .files .button.select input {
                position: absolute;
                top: -100px;
                left: 200px;
            }

            .files .button.select span {
                color: #00afef;
                font-size: 14px;
            }

                .files .button.select span b {
                    text-decoration: underline;
                }

                .files .button.select span .icon {
                    position: relative;
                    top: 2px;
                    font-size: 16px;
                }

.filesx {
    margin: 25px 0;
}

    .filesx .list:before,
    .filesx .list:after {
        content: "";
        display: table;
    }

    .filesx .list:after {
        clear: both;
    }

    .filesx .button {
        position: relative;
        display: block;
        float: left;
        margin: 15px 15px 15px 0;
        width: 190px;
        height: 150px;
        box-sizing: border-box;
        border: 1px solid #cbd4e0;
        background-color: #fff;
        border-radius: 1px;
        box-shadow: inset 0 2px 3px rgba(0,72,114,0.04);
    }

        .filesx .button span {
            display: block;
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .filesx .button.file span {
            line-height: 1.6;
        }

            .filesx .button.file span:before {
                display: inline-block;
                font: normal normal normal 14px/1 'icons';
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\EA05';
                display: block;
                margin: 0 auto 5px;
                font-size: 26px;
                color: #d2d5db;
            }

            .filesx .button.file span b {
                display: block;
                padding: 10px;
                display: inline-block;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .filesx .button.file span a {
                display: block;
                color: #ff4642;
            }

        .filesx .button.select {
            overflow: hidden;
            cursor: pointer;
            border-style: dashed;
            border-color: #d7d7d7;
        }

            .filesx .button.select span {
                color: #00afef;
                font-size: 14px;
            }

                .filesx .button.select span b {
                    text-decoration: underline;
                }

                .filesx .button.select span .icon {
                    position: relative;
                    top: 2px;
                    font-size: 16px;
                }

            .filesx .button.select input {
                position: absolute;
                top: -100px;
                left: 200px;
            }

.map {
    margin: 25px 0;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
}

    .map .map-box {
        margin-top: 10px;
    }

.steps {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    counter-reset: steps-counter;
    overflow: hidden;
}

    .steps:before,
    .steps:after {
        content: "";
        display: table;
    }

    .steps:after {
        clear: both;
    }

    .steps li {
        float: left;
        width: 16.666666666666668%;
    }

    .steps a.step {
        display: block;
        text-decoration: none;
    }

    .steps li .step {
        position: relative;
        width: 100%;
        height: 35px;
    }

        .steps li .step:before,
        .steps li .step:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 50%;
            height: 3px;
            background-color: #e8ecf1;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .steps li .step:after {
            left: 50%;
        }

        .steps li .step span {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            font: 0/0;
            text-shadow: none;
            color: transparent;
            z-index: 20;
        }

            .steps li .step span:before {
                content: counter(steps-counter);
                display: block;
                margin: 0 auto;
                width: 35px;
                height: 35px;
                line-height: 36px;
                color: #fff;
                font-size: 14px;
                font-size: 1.4rem;
                font-family: arial;
                font-weight: bold;
                text-align: center;
                background-color: #d2d5db;
                border: solid #fff;
                border-width: 0 5px;
                border-radius: 50%;
                counter-increment: steps-counter;
            }

    .steps li.passed .step:before,
    .steps li.passed .step:after,
    .steps li.passed .step span:before {
        background-color: #00afef;
    }

    .steps li.passed .step span:before {
        content: '\EA01';
        font-family: 'icons';
        font-size: 16px;
    }

    .steps li.current .step:before,
    .steps li.current .step span:before {
        background-color: #00afef;
    }

.tutorial {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-transform: translate3D(100%, 0, 0);
    -ms-transform: translate3D(100%, 0, 0);
    transform: translate3D(100%, 0, 0);
    transition: all 500ms;
    box-shadow: -18px 0 30px rgba(0,23,74,0.1), inset 0 2px 3px rgba(0,72,114,0.04);
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

    .tutorial.show {
        visibility: visible;
        -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
        transition: all 500ms;
    }

    .tutorial .text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 25px;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tutorial h2 {
        margin: 0 50px 0 0;
        color: #38414d;
        font-size: 18px;
    }

    .tutorial p {
        color: #65707e;
        font-size: 15px;
    }

    .tutorial ul {
        font-size: 15px;
    }

    .tutorial .close {
        position: absolute;
        top: 25px;
        right: 25px;
        padding-left: 44px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        color: #fff;
        background: #00afef;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 50%;
    }

        .tutorial .close i {
            position: absolute;
            top: 16px;
            left: 16px;
            display: block;
            width: 12px;
            height: 12px;
            line-height: 12px;
            font-size: 12px;
        }

@media screen and (min-width: 768px) {

    body {
        position: relative;
        min-height: 100%;
    }

    main {
        margin: 0 auto;
        padding: 0 25px;
        padding-bottom: 100px;
    }

    .btn {
        display: inline-block;
        margin: 0;
        padding: 0 55px;
        width: auto;
    }

    form {
        margin-left: auto;
        margin-right: auto;
    }

        form.bordered {
            padding: 47px;
            border-width: 1px;
        }

        form .buttons {
            height: 60px;
            line-height: 60px;
        }

            form .buttons:before,
            form .buttons:after {
                content: "";
                display: table;
            }

            form .buttons:after {
                clear: both;
            }

            form .buttons .btn {
                padding: 0;
                width: 220px;
            }

                form .buttons .btn.simple {
                    margin-top: 5px;
                    width: 180px;
                }

            form .buttons .left {
                float: left;
                margin-right: 10px;
            }

            form .buttons .right {
                float: right;
                margin-left: 10px;
            }

        form fieldset {
            margin: 25px auto;
            padding: 25px 44px 0;
            border-width: 1px;
            box-sizing: border-box;
        }

        form .text-input.short {
            width: 50%;
        }

        form .control.inline {
            text-align: left;
        }

            form .control.inline:before,
            form .control.inline:after {
                content: "";
                display: table;
            }

            form .control.inline:after {
                clear: both;
            }

            form .control.inline > * {
                float: left;
                width: 73%;
            }

            form .control.inline label {
                margin: 0;
                padding-right: 10px;
                width: 27%;
                height: 50px;
                line-height: 50px;
                box-sizing: border-box;
            }

                form .control.inline label span {
                    display: inline-block;
                    line-height: 1;
                    vertical-align: middle;
                }

            form .control.inline .required:after {
                display: none;
            }

            form .control.inline .required span:after {
                position: relative;
                top: 2px;
                display: inline-block;
                margin-left: 3px;
                content: '*';
                color: #00afef;
                font-size: 120%;
            }

        form .control.alone {
            margin-left: 0;
            margin-right: 0;
        }

        form .control .with-button:before,
        form .control .with-button:after {
            content: "";
            display: table;
        }

        form .control .with-button:after {
            clear: both;
        }

        form .control .with-button .text-input {
            float: left;
            width: 58%;
        }

        form .control .with-button .btn {
            float: right;
            margin: 0;
            padding: 0;
            width: 38%;
        }

            form .control .with-button .btn span {
                display: inline-block;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    h1 {
        margin-bottom: 60px;
        padding: 0;
        font-size: 40px;
        font-size: 4rem;
    }

    .alert {
        position: relative;
        margin-left: 58px;
        padding: 22px;
    }

        .alert:before {
            position: absolute;
            top: 50%;
            left: -38px;
            margin-top: -9px;
            z-index: 20;
            font-size: 18px;
            font-size: 1.8rem;
        }

        .alert:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: -58px;
            width: 57px;
            z-index: 10;
        }

        .alert.warning:after {
            background-color: #fff0b6;
        }

        .alert.success:after {
            background-color: #d9fbb4;
        }

        .alert.error:after {
            background-color: #ffd9de;
        }

        .alert.info:after {
            background-color: #cff2ff;
        }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .row:before,
        .row:after {
            content: "";
            display: table;
        }

        .row:after {
            clear: both;
        }

        .row .col {
            float: left;
            padding: 0 10px;
            width: 50%;
            box-sizing: border-box;
        }

        .row .col80 {
            float: left;
            padding: 0 10px;
            width: 100px;
            box-sizing: border-box;
        }

    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 25px;
        margin: 0;
    }

    header {
        margin: 0;
        padding: 50px 0;
        height: 100px;
        line-height: 100px;
        box-shadow: none;
    }

        header.off {
            margin-top: 76px;
        }

        header > * {
            display: inline-block;
            line-height: 1;
            vertical-align: middle;
        }

        header .logo {
            margin: 0;
        }

            header .logo img {
                width: auto;
                height: auto;
            }

        header .info {
            position: relative;
            margin-left: 40px;
            padding-left: 130px;
            height: 100px;
            line-height: 100px;
            border-left: 1px solid #e8ecf1;
        }

            header .info:before {
                position: absolute;
                top: 50%;
                left: 30px;
                width: 72px;
                height: 60px;
                background-size: auto;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            header .info strong {
                display: inline-block;
                line-height: 1.3;
                vertical-align: middle;
                font-size: 20px;
                text-align: left;
            }

                header .info strong small {
                    display: block;
                    font-size: 16px;
                }

                    header .info strong small:before {
                        display: none;
                    }

    nav {
        top: -76px;
    }

        nav ul li {
            display: inline-block;
        }

        nav a {
            margin-right: 50px;
        }

    .fieldset-group fieldset {
        width: 80%;
    }

    .files .list:before,
    .files .list:after {
        content: "";
        display: table;
    }

    .files .list:after {
        clear: both;
    }

    .files .button {
        position: relative;
        float: left;
        margin: 15px 15px 15px 0;
        padding: 0;
        width: 190px;
        height: 150px;
        line-height: normal;
    }

        .files .button span {
            display: block;
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            box-sizing: border-box;
        }

        .files .button.file span {
            top: 50%;
            padding: 0;
            line-height: 1.6;
        }

            .files .button.file span:before {
                position: static;
                display: block;
                margin: 0 auto;
            }

            .files .button.file span b {
                display: block;
                padding: 10px;
                display: inline-block;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .files .button.file span a {
                display: block;
                color: #ff4642;
            }

    .steps {
        margin: 0 0 50px;
    }

        .steps li .step {
            padding-bottom: 27px;
            height: 40px;
            line-height: 40px;
        }

            .steps li .step:before,
            .steps li .step:after {
                top: 60px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

            .steps li .step span {
                position: static;
                display: inline-block;
                padding: 0 9px;
                height: auto;
                line-height: 1;
                font-size: 13px;
                color: #65707e;
                font-weight: bold;
                vertical-align: middle;
                box-sizing: border-box;
                text-align: center;
            }

                .steps li .step span:before {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    content: '' !important;
                    width: 6px;
                    height: 6px;
                    border: 3px solid #00afef;
                    background-color: #fff !important;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                    z-index: 20;
                }

    .tutorial {
        width: 504px;
        -webkit-transform: translate3D(110%, 0, 0);
        -ms-transform: translate3D(110%, 0, 0);
        transform: translate3D(110%, 0, 0);
        overflow: visible;
    }

        .tutorial .text {
            padding: 140px 50px 50px;
        }

        .tutorial h2 {
            margin: 0;
        }

        .tutorial .close {
            right: auto;
            left: -42px;
            padding: 0 25px 0 60px;
            width: auto;
            height: 60px;
            line-height: 60px;
            border-radius: 0;
            font-size: 15px;
            cursor: pointer;
        }

            .tutorial .close i {
                top: 26px;
                left: 26px;
                width: 8px;
                height: 8px;
                line-height: 8px;
                font-size: 8px;
            }
}

@media screen and (min-width: 769px) {

    main {
        margin: 0 auto;
        padding: 0;
        padding-bottom: 200px;
        max-width: 1200px;
    }

    .content {
        margin: 0 auto;
        padding-bottom: 50px;
        max-width: 1000px;
    }

    .in {
        margin: 0 auto;
        max-width: 1200px;
    }

    form .select-input:before,
    form .select-input:after {
        display: none;
    }

    table {
        margin: 30px 0;
    }

        table th,
        table td {
            padding: 20px 30px;
        }

    .isempty-text {
        position: relative;
        box-shadow: inset 0 0 0 50px #fff;
    }

        .isempty-text span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 22px;
        }

            .isempty-text span small {
                font-size: 15px;
            }

    header {
        transition: none;
    }

        header.off {
            margin-top: 0;
            transition: none;
        }

        header .toggle {
            display: none;
        }

    nav {
        top: 36px;
        right: 30px;
        left: auto;
        background-color: #fff;
        border-radius: 17px;
        box-shadow: 0 10px 25px rgba(0,72,114,0.07);
        z-index: 30;
        font-size: 13px;
        color: #00afef;
    }

        nav ul {
            margin: 0;
        }

            nav ul li {
                display: inline-block;
                height: 34px;
                line-height: 34px;
                white-space: nowrap;
            }

                nav ul li + li {
                    border: none;
                }

                    nav ul li + li:before {
                        content: '/';
                        display: inline-block;
                        font-weight: bold;
                    }

        nav a {
            display: inline-block;
            width: auto;
            height: auto;
            margin: 0 19px;
            line-height: inherit;
            font-size: 13px;
            color: #00afef;
        }

    .fieldset-group {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 0;
        text-align: center;
    }

        .fieldset-group > .col {
            display: inline-block;
            padding: 0 20px;
            width: 50%;
            box-sizing: border-box;
            vertical-align: top;
        }

        .fieldset-group fieldset {
            width: 100%;
            max-width: inherit;
        }

            .fieldset-group fieldset.focus {
                box-shadow: 0 18px 30px rgba(0,23,74,0.1);
            }

    .tg {
        position: relative;
        display: table;
        margin: 59px 0;
        margin-left: -20px;
        margin-right: -20px;
        height: 100%;
        width: 100%;
    }

    .tg-col {
        display: table-cell;
        padding: 0 20px;
        width: 50%;
        height: 100%;
        vertical-align: top;
        box-sizing: border-box;
    }

    .tg-col-fixed {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .tg-col table {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {

    form {
        margin: 25px 0 0px 0;
    }

        form fieldset {
            padding: 50px 50px 25px;
        }

        form .buttons {
            padding: 0 25px;
        }

            form .buttons.full {
                margin: 0;
                padding-left: 0;
                padding-right: 0;
            }

        form .width1 {
            width: 480px;
        }

        form .width2 {
            width: 380px;
        }

    .steps {
        margin: 0 auto 80px;
        max-width: 1200px;
    }
}

@-webkit-keyframes icon-spin {

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-spin {

    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* suggestion box */
form .text-input .suggestions .suggestionSelected {
    background-color: #00afef;
    color: #fff;
}
