.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -o-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -o-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -o-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.btn-experiment,
.btn-sign-up {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 0 0.9375rem 0;
    font-weight: 500;
    line-height: $line-height;
    text-align: center;
    text-decoration: none;
    outline: none;
}
.btn-experiment,
.btn-sign-up,
.btn-experiment:hover,
.btn-sign-up:hover,
.btn-experiment:active,
.btn-sign-up:active,
.btn-experiment:focus,
.btn-sign-up:focus {
    text-shadow: 0 -1px 0 black(0.2);
    color: #fff !important;
}
.btn-experiment,
.btn-sign-up {
    border: 0;
    background-color: #359f71;
    border-color: #308f66;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.25rem 0 #2a7f5a;
    box-shadow: 0 0.25rem 0 #2a7f5a;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    -ms-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}
.btn-experiment:hover,
.btn-sign-up:hover,
.btn-experiment:focus,
.btn-sign-up:focus {
    background-color: #4cc390;
}
.btn-experiment:active,
.btn-sign-up:active {
    top: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-experiment[disabled],
.btn-sign-up[disabled] {
    border: 0;
    background-color: #359f71;
    border-color: #308f66;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.25rem 0 #2a7f5a;
    box-shadow: 0 0.25rem 0 #2a7f5a;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
    -ms-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
    cursor: default;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.btn-experiment[disabled]:hover,
.btn-sign-up[disabled]:hover,
.btn-experiment[disabled]:focus,
.btn-sign-up[disabled]:focus {
    background-color: #4cc390;
}
.btn-experiment[disabled]:active,
.btn-sign-up[disabled]:active {
    top: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    -webkit-box-shadow: 0 0.25rem 0 #2a7f5a;
    box-shadow: 0 0.25rem 0 #2a7f5a;
}
.btn-experiment[disabled]:hover,
.btn-sign-up[disabled]:hover,
.btn-experiment[disabled]:focus,
.btn-sign-up[disabled]:focus {
    background-color: #359f71;
}
.btn-experiment,
.topbar .btn-experiment {
    padding: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    font-size: 0.875rem;
}
.about-text .btn-experiment,
.btn-sign-up {
    padding: 1.375rem;
    padding-right: 2.75rem;
    padding-bottom: 1.375rem;
    padding-left: 2.75rem;
    font-size: 1.25rem;
}
.container,
.steps,
.footer-container,
.sign-up-container,
.topbar-container {
    *zoom: 1;
    width: auto;
    max-width: 1160px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.container:before,
.steps:before,
.footer-container:before,
.sign-up-container:before,
.topbar-container:before,
.container:after,
.steps:after,
.footer-container:after,
.sign-up-container:after,
.topbar-container:after {
    content: '';
    display: table;
}
.container:after,
.steps:after,
.footer-container:after,
.sign-up-container:after,
.topbar-container:after {
    clear: both;
}
.footer .logo a,
.gonorth-logo a,
.logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.menu-list li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
}
nav > ul,
nav > ol,
.step-list,
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.step-item:not(:nth-child(4))::after {
    position: absolute;
    display: block;
    content: '';
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,
body {
    font-size: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 99%;
    color: inherit;
    font: inherit;
    margin: 0;
}
input,
select {
    vertical-align: middle;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
fieldset {
    border: 1px solid #f2f2f2;
    margin: 0 0.125rem;
    padding: 0.35rem 0.625rem 0.75rem;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
figure {
    margin: 1.875rem 3.75rem;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1.125rem;
}
a {
    background: transparent;
}
a,
a:hover {
    text-decoration: none;
}
*:active,
*:hover,
*:focus {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
ol {
    list-style: inside decimal;
}
ul {
    list-style: inside disc;
}
ul,
ol,
dd {
    margin-bottom: 1.875rem;
    margin-left: 1.875rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
ul li,
ol li {
    margin-bottom: 0.625rem;
}
ul li li,
ol li li {
    margin-bottom: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
q,
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
abbr {
    text-transform: lowercase;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
ins {
    background-color: #f2f2f2;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #f2f2f2;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
small {
    font-size: 85%;
}
strong,
th {
    font-weight: bold;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5rem;
}
sub {
    bottom: 0.25rem;
}
p {
    margin-bottom: 1.5625rem;
}
p + p {
    margin-top: -0.3125rem;
}
pre {
    padding: 0.9375rem;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
    overflow: auto;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    background: #e6e6e6;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    -webkit-text-stroke: 1px transparent;
    -moz-text-stroke: 1px transparent;
    -ms-text-stroke: 1px transparent;
    text-stroke: 1px transparent;
    -webkit-font-smoothing: antialiase;
}
body,
select {
    color: #445767;
}
a,
a:visited {
    color: #308f66;
    -webkit-transition: color, 0.2s ease-out;
    -moz-transition: color, 0.2s ease-out;
    -o-transition: color, 0.2s ease-out;
    -ms-transition: color, 0.2s ease-out;
    transition: color, 0.2s ease-out;
}
a:hover {
    color: #38a777;
}
a:active {
    color: #2b815c;
}
::-moz-selection,
::selection {
    background: #359f71;
    color: #fff;
    text-shadow: none;
}
.arrow-left,
.arrow-right {
    display: inline-block;
    color: rgba(68,87,103,0.2);
}
.arrow-left::before,
.arrow-right::before {
    font-family: "icomoon";
}
.arrow-left:hover,
.arrow-right:hover,
.arrow-left:active,
.arrow-right:active {
    color: rgba(68,87,103,0.6);
}
.arrow-left::before {
    content: "\e60b";
}
.arrow-right::before {
    content: "\e60a";
}
.form-row ~ .form-row {
    margin-top: 10px;
}
.form-submit {
    margin-top: 30px;
}
.form-submit button[type="submit"] {
    margin: 0;
}
input[type="text"],
input[type="email"] {
    display: block;
    width: 100%;
    height: 60px;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: Arial;
}
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?-i1y7ku");
    src: url("../fonts/icomoon.eot?#iefix-i1y7ku") format('embedded-opentype'), url("../fonts/icomoon.woff?-i1y7ku") format('woff'), url("../fonts/icomoon.ttf?-i1y7ku") format('truetype'), url("../fonts/icomoon.svg?-i1y7ku#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-speach:before {
    content: "\e600";
}
.icon-pie-chart:before {
    content: "\e601";
}
.icon-like:before {
    content: "\e603";
}
.icon-layers:before {
    content: "\e604";
}
.icon-globe:before {
    content: "\e605";
}
.icon-friends:before {
    content: "\e606";
}
.icon-check:before {
    content: "\e607";
}
.icon-bar-chart:before {
    content: "\e608";
}
.icon-baloon:before {
    content: "\e609";
}
.icon-arrow-right:before {
    content: "\e60a";
}
.icon-arrow-left:before {
    content: "\e60b";
}
.title {
    line-height: 1;
    font-size: 2.6875rem;
}
.about-us {
    padding: 150px 0;
}
.about-text {
    *zoom: 1;
    width: auto;
    max-width: 760px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 150px;
    text-align: center;
}
.about-text:before,
.about-text:after {
    content: '';
    display: table;
}
.about-text:after {
    clear: both;
}
.about-text .title {
    margin: 0 0 20px 0;
}
.about-text > p {
    font-size: 1.375rem;
}
.step-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 21.25%;
    margin-left: 0%;
    margin-right: 5%;
    position: relative;
    text-align: center;
}
.step-item:before,
.step-item:after {
    content: '';
    display: table;
}
.step-item:after {
    clear: both;
}
.step-item:nth-child(4n) {
    margin-right: 0%;
    float: right;
}
.step-item:nth-child(4n + 1) {
    clear: both;
}
.step-item i {
    display: block;
    margin-bottom: 20px;
    font-size: 7.5rem;
    color: #359f71;
}
.step-item:not(:nth-child(4))::after {
    top: 30px;
    right: -42px;
    content: "\e60a";
    font-family: 'icomoon';
    font-size: 2.9375rem;
    color: rgba(0,0,0,0.1);
}
.features {
    padding: 150px 0;
}
.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.feature-list .feature-item {
    *zoom: 1;
    width: auto;
    max-width: 900px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
.feature-list .feature-item:before,
.feature-list .feature-item:after {
    content: '';
    display: table;
}
.feature-list .feature-item:after {
    clear: both;
}
.feature-list .feature-item ~ .feature-item {
    margin-top: 120px;
}
.feature-icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
}
.feature-icon:before,
.feature-icon:after {
    content: '';
    display: table;
}
.feature-icon:after {
    clear: both;
}
.feature-icon:last-child {
    margin-right: 0%;
}
.feature-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 57.655555555555566%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 8.011111111111134%;
}
.feature-text:before,
.feature-text:after {
    content: '';
    display: table;
}
.feature-text:after {
    clear: both;
}
.feature-text:last-child {
    margin-right: 0%;
}
.feature-item:nth-child(2n) .feature-icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 68.6666666666667%;
}
.feature-item:nth-child(2n) .feature-icon:before,
.feature-item:nth-child(2n) .feature-icon:after {
    content: '';
    display: table;
}
.feature-item:nth-child(2n) .feature-icon:after {
    clear: both;
}
.feature-item:nth-child(2n) .feature-icon:last-child {
    margin-right: 0%;
}
.feature-item:nth-child(2n) .feature-text {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 57.655555555555566%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: -34.3333333333333%;
}
.feature-item:nth-child(2n) .feature-text:before,
.feature-item:nth-child(2n) .feature-text:after {
    content: '';
    display: table;
}
.feature-item:nth-child(2n) .feature-text:after {
    clear: both;
}
.feature-item:nth-child(2n) .feature-text:last-child {
    margin-right: 0%;
}
.feature-item:nth-child(1) .feature-text {
    margin-top: 28px;
}
.feature-item:nth-child(2) .feature-text {
    margin-top: 45px;
}
.feature-item:nth-child(3) .feature-text {
    margin-top: 8px;
}
.feature-item:nth-child(4) .feature-text {
    margin-top: 30px;
}
.feature-item:nth-child(5) .feature-text {
    margin-top: 50px;
}
.feature-icon i {
    display: block;
    width: 100%;
    height: 282px;
    max-height: 282px;
    line-height: 282px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #359f71;
    font-size: 8.75rem;
    text-align: center;
    text-shadow: 0 4px 0 rgba(0,0,0,0.2);
    color: #fff;
}
.feature-text h3 {
    font-size: 2.0625rem;
    margin: 0;
}
.feature-text p {
    font-size: 1.5625rem;
    margin: 30px 0 0 0;
}

.plans {
    padding: 50px 0;
    text-align: center;
}
.plan-division-horizontal {
    padding: 25px 0;
    background: #222c34;
    text-align: center;
}
.plan-division-horizontal .title {
    color: #fff;
}
.plan{
    display: inline-block;
    padding: 6px 6px 15px 6px;
    width:170px;
    height:170px;
    border:2px;
    border-color:#359f71;;
    border-style: solid;
    border-radius: 5px;
    margin:25px 35px 20px 0px; 
    text-align: center;
    color:  #fff;
}

.plan:hover {
    /*color: #222c34;*/ 
    color: #fff; 
    border: 2px;
    /*background: #cacaca;*/
    /*border-style: dotted;*/
    border-style: solid;
    border-radius: 5px;
    /*border-color:#222c34;*/
    border-color:#fff;
}

.bottomSelect{
    background-color: #528B8B;  
    cursor: pointer;
    display: block;
    margin-left: 27px;
    margin-top:38px; 
    border-radius: 6px;
    color:#fff;
    width: 90px; 
    height: 30px;
}

.bottomSelect:hover{
    background-color:  #008B8B;
}

.bottomSelect span{
    margin-top:3px; 
    position: absolute;
    margin-left: -75px; 
}

input:checked + .plan {
    border: 3px;
    border-style: solid;
    border-color:#3CB371;
    /*color: #7FFFD4;*/ 
}

.imageOk{
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left:-13px;
    margin-top: -65px; 
    background-repeat: no-repeat;
}

input:checked + .plan .imageOk{
    background-image: url(../images/ok.png);
}
.radioPlan{
    position:absolute;
    z-index:-9999; 
    margin-top:50px;
}
.titlePlan{
    background-color:#359f71;;
    width: 100%;
    margin-bottom:25px;
    border-radius: 2px;
    padding:5px 5px;
        font-family: "Raleway",sans-serif;

}

.fontDescPlan{
    /*color:#458B74;*/
    font-family: "Raleway",sans-serif;
}

.footer {
    padding: 60px 0;
    background: #cacaca;
    font-size: 1rem;
}
.footer .logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 18.4583333333333%;
    margin-left: 0%;
    margin-right: 3%;
    height: 45px;
    background: url("../images/logo-black.svg") no-repeat;
    -webkit-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    background-size: 100%, auto;
    margin-top: 13px;
}
.footer .logo:before,
.footer .logo:after {
    content: '';
    display: table;
}
.footer .logo:after {
    clear: both;
}
.footer .logo:last-child {
    margin-right: 0%;
}
.footer .contact-info {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 6.866666666666701%;
    color: #8d8d8d;
    line-height: 1.6;
    font-family: Arial;
}
.footer .contact-info:before,
.footer .contact-info:after {
    content: '';
    display: table;
}
.footer .contact-info:after {
    clear: both;
}
.footer .contact-info:last-child {
    margin-right: 0%;
}
.footer .telephone {
    color: #359f71;
    margin: 0;
    font-size: 1.875rem;
}
.footer .social {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 6.866666666666701%;
}
.footer .social:before,
.footer .social:after {
    content: '';
    display: table;
}
.footer .social:after {
    clear: both;
}
.footer .social:last-child {
    margin-right: 0%;
}
.footer .social ul {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer .social ul li {
    display: inline;
    list-style: none;
    margin-right: 10px;
}
.footer .social ul li:last-child {
    margin-right: 0;
}
.footer .developed-by {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 14.166666666666702%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 2.575%;
    text-align: right;
}
.footer .developed-by:before,
.footer .developed-by:after {
    content: '';
    display: table;
}
.footer .developed-by:after {
    clear: both;
}
.footer .developed-by:last-child {
    margin-right: 0%;
}
.footer .developed-by .label {
    display: block;
    font-weight: 700;
    font-size: 0.875rem;
    color: rgba(0,0,0,0.8);
}
.gonorth-logo {
    display: block;
    float: right;
    background: url("../images/gonorth-logo.png") no-repeat;
    width: 104px;
    height: 41px;
    margin-top: 10px;
}
.header {
    background: #18222b url("../images/header-bg.jpg") no-repeat center center;
    height: 800px;
    /*height: 545px;*/
    padding-top: 75px;
}
.header-container {
    *zoom: 1;
    width: auto;
    max-width: 640px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 80px 0;
}
.header-container:before,
.header-container:after {
    content: '';
    display: table;
}
.header-container:after {
    clear: both;
}
.logo {
    background: url("../images/logo.svg") no-repeat;
    width: 395px;
    height: 86px;
    -webkit-background-size: 100%, auto;
    -moz-background-size: 100%, auto;
    background-size: 100%, auto;
    margin: 0 auto;
}
.logo h1 {
    margin: 0;
}
.header-slogan {
    margin: 20px 0 0 0;
    text-align: center;
    font-weight: 100;
    font-size: 47px;
    line-height: 1.2;
    color: #adbdca;
}
.header-image {
    width: 800px;
    height: 450px;
    margin: 0 auto;
}
.screens {
    position: relative;
    background: #222c34;
    /*padding: 150px 0;*/
    padding: 100px 0;
    text-align: center;
}
.screens-container {
    display: table;
    margin: 0 auto;
}
.screens .title {
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.screens .btn-experiment {
    text-align: center;
    /*margin-left: 636px;*/
}
.screen-list {
    overflow: hidden;
    list-style: none;
    padding: 50px 0 0 0;
    margin: 0;
}
.screen-item {
    float: left;
    width: 350px;
    position: relative;
    margin-bottom: 0;
    margin-right: 20px;
}
.screen-item img {
    width: 100%;
}
.screen-item:hover .screen-image {
    top: -50px;
    border-color: #359f71;
}
.screen-image {
    z-index: 99;
    position: relative;
    top: 0;
    border: 5px solid #fff;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: border-color, top;
    -moz-transition-property: border-color, top;
    -o-transition-property: border-color, top;
    -ms-transition-property: border-color, top;
    transition-property: border-color, top;
}
.screen-title {
    z-index: 98;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    background: #359f71;
    line-height: 50px;
    color: #fff;
}
.arrow-left,
.arrow-right {
    position: absolute;
    font-size: 5.625rem;
    top: 305.5px;
}
.arrow-left,
.arrow-right,
.arrow-left:visited,
.arrow-right:visited {
    color: #33424e;
}
.arrow-left:hover,
.arrow-right:hover,
.arrow-left:active,
.arrow-right:active {
    color: #546d81;
}
.arrow-left {
    left: 30px;
}
.arrow-right {
    right: 30px;
}
.sign-up {
    background: #222c34;
    padding: 150px 0;
}
.alert-success {
    display: none;
    margin: 0 0 30px 0;
    padding: 10px 15px;
    background: #359f71;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #3cb581;
    text-align: center;
    color: #fff;
}
.sign-up-form {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 57.0833333333333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align:center;

}
.sign-up-form:before,
.sign-up-form:after {
    content: '';
    display: table;
}
.sign-up-form:after {
    clear: both;
}
.sign-up-form:last-child {
    margin-right: 0%;
}
.sign-up-form .title {
    /*color: #fff;*/
    text-align: center;
    margin: 0 0 60px 0;
}
.sign-up-form .form-submit {
    text-align: center;
}
.sign-up-icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.3333333333333%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 8.5833333333333%;
    margin-top: 72px;
    text-align: center;
}
.sign-up-icon:before,
.sign-up-icon:after {
    content: '';
    display: table;
}
.sign-up-icon:after {
    clear: both;
}
.sign-up-icon:last-child {
    margin-right: 0%;
}
.sign-up-icon img {
    width: 75%;
}
.topbar {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    background: #171c1f;
    border-bottom: 4px solid #263542;
}
.topbar .logo {
    float: left;
    width: 0;
    height: 0;
    margin: 18px 50px 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.topbar.fixed .logo {
    width: 150px;
    height: 33px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.menu {
    float: left;
}
.menu-list li {
    margin: 0;
}
.menu-list .menu-item {
    margin-right: 20px;
}
.menu-item a {
    display: block;
    padding: 25px 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #7c919e;
    text-transform: uppercase;
}
.menu-item a:hover,
.menu-item a.active {
    color: #359f71;
}
.topbar .btn-experiment {
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
.img-logo-expede {
    float: left;
    margin-left: 50px;
    margin-top: 25px;
    margin-bottom: 0;
}
