/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.clearfix:before, .container:before, .clearfix:after, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .container:before, .clearfix:after, .container:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@font-face {
  font-family: 'Intro';
  src: url("../fonts/Intro-Bold.eot");
  src: url("../fonts/Intro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Bold.woff2") format("woff2"), url("../fonts/Intro-Bold.woff") format("woff"), url("../fonts/Intro-Bold.ttf") format("truetype"), url("../fonts/Intro-Bold.svg#Intro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF UI  Text';
  src: url("../fonts/SFUIText-Light.eot");
  src: url("../fonts/SFUIText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Light.woff2") format("woff2"), url("../fonts/SFUIText-Light.woff") format("woff"), url("../fonts/SFUIText-Light.ttf") format("truetype"), url("../fonts/SFUIText-Light.svg#SFUIText-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SF UI  Text';
  src: url("../fonts/SFUIText-BoldG1.eot");
  src: url("../fonts/SFUIText-BoldG1.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-BoldG1.woff2") format("woff2"), url("../fonts/SFUIText-BoldG1.woff") format("woff"), url("../fonts/SFUIText-BoldG1.ttf") format("truetype"), url("../fonts/SFUIText-BoldG1.svg#SFUIText-BoldG1") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF UI  Text';
  src: url("../fonts/SFUIText-Semibold.eot");
  src: url("../fonts/SFUIText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Semibold.woff2") format("woff2"), url("../fonts/SFUIText-Semibold.woff") format("woff"), url("../fonts/SFUIText-Semibold.ttf") format("truetype"), url("../fonts/SFUIText-Semibold.svg#SFUIText-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Regular.eot");
  src: url("../fonts/SFUIText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Regular.woff2") format("woff2"), url("../fonts/SFUIText-Regular.woff") format("woff"), url("../fonts/SFUIText-Regular.ttf") format("truetype"), url("../fonts/SFUIText-Regular.svg#SFUIText-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SF UI  Text';
  src: url("../fonts/SFUIText-Medium.eot");
  src: url("../fonts/SFUIText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium.woff2") format("woff2"), url("../fonts/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium.ttf") format("truetype"), url("../fonts/SFUIText-Medium.svg#SFUIText-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Bold.eot");
  src: url("../fonts/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/SFUIDisplay-Bold.ttf") format("truetype"), url("../fonts/SFUIDisplay-Bold.svg#SFUIDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Light.eot");
  src: url("../fonts/SFUIDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Light.woff2") format("woff2"), url("../fonts/SFUIDisplay-Light.woff") format("woff"), url("../fonts/SFUIDisplay-Light.ttf") format("truetype"), url("../fonts/SFUIDisplay-Light.svg#SFUIDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Semibold.eot");
  src: url("../fonts/SFUIDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Semibold.woff") format("woff"), url("../fonts/SFUIDisplay-Semibold.ttf") format("truetype"), url("../fonts/SFUIDisplay-Semibold.svg#SFUIDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SFUIDisplay-Regular.eot");
  src: url("../fonts/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SFUIDisplay-Regular.ttf") format("truetype"), url("../fonts/SFUIDisplay-Regular.svg#SFUIDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.container_lg {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: auto; }

.container_fluid {
  padding: 0 20px; }

.container {
  padding: 0 20px;
  margin: auto; }

@media (min-width: 992px) {
  .container {
    max-width: 975px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1130px; } }

.btn {
  display: inline-block;
  min-width: 170px;
  min-height: 44px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  text-align: center;
  font-family: "SF UI Text", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 15px;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border: none;
  outline: none; }

.btn_lg {
  min-width: 200px;
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
  -webkit-border-radius: 34px;
          border-radius: 34px; }

.btn.btn_normal {
  color: #fff;
  border: 1px solid #fff; }

.btn.btn_demo {
  background: #00fbc9;
  background: -webkit-linear-gradient(207deg, #00fbc9, #00e1ed);
  background: -o-linear-gradient(207deg, #00fbc9, #00e1ed);
  background: linear-gradient(-117deg, #00fbc9, #00e1ed);
  color: #fff;
  -webkit-box-shadow: 0px 25px 27px 0px rgba(0, 142, 214, 0.21);
          box-shadow: 0px 25px 27px 0px rgba(0, 142, 214, 0.21); }
  .btn.btn_demo:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 142, 214, 0.21);
            box-shadow: 0 0 0 0 rgba(0, 142, 214, 0.21); }

.centered {
  height: 100%;
  text-align: center; }
  .centered:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.3em; }

.centered__inner {
  display: inline-block;
  width: 99%;
  vertical-align: middle; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-font-variant-ligatures: none;
       font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-weight: 300; }

h1,
h2 {
  font-family: "Intro", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  color: #2d2d33;
  text-transform: uppercase; }

h2 {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.025em; }

h3 {
  font-size: 18px;
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  color: #2d2d33;
  text-transform: uppercase;
  line-height: 1.38889;
  letter-spacing: 0.025em; }

.bottom-dash:after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background: #01e7e7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 30px auto; }

@media screen and (min-width: 992px) {
  .bottom-dash:after {
    margin: 30px 0; } }

.scroll-down {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 157px;
  background-image: url("../img/bottom.svg");
  -webkit-background-size: 1600px 157px;
          background-size: 1600px 157px;
  background-position: center top;
  background-repeat: no-repeat;
  top: 100%;
  margin-top: -28px;
  text-align: center; }
  .scroll-down a {
    color: #0096e0;
    text-decoration: none;
    display: block;
    height: 30px;
    width: 110px;
    margin: auto;
    line-height: 30px; }

.col-sm-6_l {
  float: left; }

.col-sm-6_r {
  float: right; }

@media (min-width: 768px) {
  .col-sm-6_l,
  .col-sm-6_r {
    float: left;
    width: 50%; } }

@media (min-width: 992px) {
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-6_special {
    float: right; } }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-home_1 {
  background-image: url(../img/figure_home.png);
  background-position: -276px -330px;
  width: 106px;
  height: 66px; }

.icon-home_2 {
  background-image: url(../img/figure_home.png);
  background-position: -276px -215px;
  width: 117px;
  height: 115px; }

.icon-home_3 {
  background-image: url(../img/figure_home.png);
  background-position: 0px -215px;
  width: 276px;
  height: 213px; }

.icon-home_4 {
  background-image: url(../img/figure_home.png);
  background-position: 0px 0px;
  width: 346px;
  height: 215px; }

.icon-home_5 {
  background-image: url(../img/figure_home.png);
  background-position: -382px -330px;
  width: 106px;
  height: 62px; }

.icon-home_6 {
  background-image: url(../img/figure_home.png);
  background-position: -346px 0px;
  width: 341px;
  height: 198px; }

.icon-home_7 {
  background-image: url(../img/figure_home.png);
  background-position: -393px -215px;
  width: 140px;
  height: 88px; }

.icon-home_8 {
  background-image: url(../img/figure_home.png);
  background-position: -533px -215px;
  width: 139px;
  height: 81px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-sc1_1 {
  background-image: url(../img/figure_sc1.png);
  background-position: 0px 0px;
  width: 335px;
  height: 276px; }

.icon-sc1_2 {
  background-image: url(../img/figure_sc1.png);
  background-position: -335px 0px;
  width: 335px;
  height: 192px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-sc2_1 {
  background-image: url(../img/figure_sc2.png);
  background-position: 0px 0px;
  width: 336px;
  height: 261px; }

.icon-sc2_2 {
  background-image: url(../img/figure_sc2.png);
  background-position: -336px 0px;
  width: 336px;
  height: 194px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-sc3_1 {
  background-image: url(../img/figure_sc3.png);
  background-position: 0px 0px;
  width: 334px;
  height: 356px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-sc4_1 {
  background-image: url(../img/figure_sc4.png);
  background-position: 0px 0px;
  width: 168px;
  height: 345px; }

.icon-sc4_2 {
  background-image: url(../img/figure_sc4.png);
  background-position: -168px 0px;
  width: 142px;
  height: 84px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-sc5_1 {
  background-image: url(../img/figure_sc5.png);
  background-position: -274px -277px;
  width: 106px;
  height: 66px; }

.icon-sc5_2 {
  background-image: url(../img/figure_sc5.png);
  background-position: -137px -238px;
  width: 106px;
  height: 62px; }

.icon-sc5_3 {
  background-image: url(../img/figure_sc5.png);
  background-position: -274px 0px;
  width: 159px;
  height: 100px; }

.icon-sc5_4 {
  background-image: url(../img/figure_sc5.png);
  background-position: -274px -100px;
  width: 159px;
  height: 92px; }

.icon-sc5_5 {
  background-image: url(../img/figure_sc5.png);
  background-position: 0px 0px;
  width: 137px;
  height: 350px; }

.icon-sc5_6 {
  background-image: url(../img/figure_sc5.png);
  background-position: -274px -192px;
  width: 146px;
  height: 85px; }

.icon-sc5_7 {
  background-image: url(../img/figure_sc5.png);
  background-position: -137px 0px;
  width: 137px;
  height: 238px; }

.icon-sc5_8 {
  background-image: url(../img/figure_sc5.png);
  background-position: 0px -350px;
  width: 105px;
  height: 59px; }

html,
body {
  background: #fff; }

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrap {
  position: relative; }

.site-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding-top: 27px; }
  .site-nav .container_lg {
    height: 100%; }

.nav__logo {
  float: left;
  position: relative;
  z-index: 100; }
  .nav__logo img,
  .nav__logo span {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.3em; }
  .nav__logo span {
    line-height: 44px;
    margin-left: 30px;
    color: #fff;
    padding-left: 30px;
    font-family: "SF UI Text", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
    border-left: 1px solid #fff; }

.nav__navbar-menu {
  float: right;
  padding-right: 40px;
  position: relative;
  z-index: 1002; }

.navbar-menu__item {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-family: "SF UI Text", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s; }
  .navbar-menu__item + .navbar-menu__item {
    margin-left: 40px; }
  .navbar-menu__item a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
  .navbar-menu__item .btn_normal {
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s; }

.nav__burger {
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  padding-top: 10px;
  margin-top: 2px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1002; }
  .nav__burger .bar {
    display: block;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    height: 1px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; }
  .nav__burger .bar + .bar {
    margin-top: 8px; }
  .nav__burger .bar:nth-child(2) {
    width: 20px;
    margin-left: 15px; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e3234;
  opacity: 0.7;
  z-index: 1000;
  display: none;
  cursor: pointer; }

.aside-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  background: #fff;
  z-index: 1001;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
       -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
  padding: 100px 25px 15px;
  overflow: auto; }

@media screen and (min-width: 768px) {
  .aside-menu {
    width: 620px;
    padding: 100px 35px 30px 165px; } }

.show-main-nav-menu .nav__burger .bar {
  background: #2d2d33; }

.show-main-nav-menu .nav__burger .bar:nth-child(2) {
  opacity: 0; }

.show-main-nav-menu .nav__burger .bar:nth-child(1) {
  -webkit-transform: translate(0, 9px) rotate(-45deg);
      -ms-transform: translate(0, 9px) rotate(-45deg);
       -o-transform: translate(0, 9px) rotate(-45deg);
          transform: translate(0, 9px) rotate(-45deg); }

.show-main-nav-menu .nav__burger .bar:nth-child(3) {
  -webkit-transform: translate(0, -9px) rotate(45deg);
      -ms-transform: translate(0, -9px) rotate(45deg);
       -o-transform: translate(0, -9px) rotate(45deg);
          transform: translate(0, -9px) rotate(45deg); }

.show-main-nav-menu .overlay {
  display: block; }

.show-main-nav-menu .aside-menu {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.show-main-nav-menu .navbar-menu__item {
  color: #2d2d33; }
  .show-main-nav-menu .navbar-menu__item a {
    color: #2d2d33; }

.show-main-nav-menu nav .btn.btn_normal {
  border-color: #2d2d33;
  color: #2d2d33; }

.aside-menu__menu {
  border-bottom: 1px solid rgba(204, 210, 234, 0.46);
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .aside-menu__menu li {
    margin-bottom: 5px; }
  .aside-menu__menu a {
    font-family: "SF UI Text", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    color: #2d2d33;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0 10px;
    display: block; }
    .aside-menu__menu a:hover {
      font-weight: 600; }

.aside-menu__socials li {
  display: inline-block;
  margin-bottom: 10px; }

.aside-menu__socials li + li {
  margin-left: 15px; }

.socials {
  color: #2d2d33;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #2d2d33;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.socials_telegram {
  background-image: url("../img/telegram_icon.svg");
  -webkit-background-size: 16px 14px;
          background-size: 16px 14px;
  background-position: 4px center; }

@media screen and (min-width: 768px) {
  .aside-menu__menu {
    padding-bottom: 30px;
    margin-bottom: 45px; } }

/* start home */
.home {
  height: 668px;
  background-color: #0096e0;
  background-image: url("../img/home.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: right top;
  padding-top: 100px;
  position: relative;
  overflow: hidden; }

.home__figure {
  text-align: right; }

.home-figure {
  width: 446px;
  height: 460px;
  position: relative;
  margin: auto;
  display: inline-block;
  margin-top: 22px; }

[class*="icon-home_"] {
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.icon-home_1 {
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
       -o-transform: translate(0, 40px);
          transform: translate(0, 40px);
  opacity: 0; }

.icon-home_2 {
  left: 143px;
  top: 67px;
  z-index: 10;
  opacity: 0;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translate(0, 38px);
      -ms-transform: translate(0, 38px);
       -o-transform: translate(0, 38px);
          transform: translate(0, 38px); }

.icon-home_3 {
  left: 62px;
  top: 71px;
  z-index: 9;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translate(0, 48px);
      -ms-transform: translate(0, 48px);
       -o-transform: translate(0, 48px);
          transform: translate(0, 48px); }

.icon-home_4 {
  left: 19px;
  top: 109px;
  z-index: 8;
  -webkit-transform: translate(-24px, 60px);
      -ms-transform: translate(-24px, 60px);
       -o-transform: translate(-24px, 60px);
          transform: translate(-24px, 60px); }

.icon-home_5 {
  left: 0;
  top: 43px;
  opacity: 0; }

.icon-home_6 {
  left: 18;
  top: 185px; }

.icon-home_7 {
  right: 1px;
  bottom: 52px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translate(0, 55px);
      -ms-transform: translate(0, 55px);
       -o-transform: translate(0, 55px);
          transform: translate(0, 55px); }

.icon-home_8 {
  right: 1px;
  bottom: 0;
  opacity: 0; }

.animate [class*="icon-home_"] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.animate .icon-home_1,
.animate .icon-home_2,
.animate .icon-home_3,
.animate .icon-home_7,
.animate .icon-home_8,
.animate .icon-home_5 {
  opacity: 1; }

.home__text__heading {
  color: #fff;
  font-size: 26px;
  line-height: 1.28571;
  letter-spacing: 0.05em;
  margin-bottom: 20px; }

.home__text__subheading {
  color: #fff;
  font-family: "SF UI Text", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55556;
  margin-bottom: 30px; }

.home__text__buttons {
  text-align: center; }
  .home__text__buttons .btn {
    margin-bottom: 20px; }
    .home__text__buttons .btn:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .home__text {
    padding-top: 54px; }
  .home__text__heading {
    font-size: 28px;
    margin-bottom: 40px; }
  .home__text__subheading {
    margin-bottom: 54px; }
  .home__text__buttons {
    text-align: left; }
    .home__text__buttons .btn {
      margin-bottom: 0;
      margin-right: 40px; }
      .home__text__buttons .btn:last-child {
        margin-right: 0; } }

@media (min-width: 992px) {
  .home__text__inner {
    max-width: 900px; }
  .home__text {
    float: left;
    width: 500px; }
  .home__figure {
    float: left;
    width: 400px;
    overflow: visible; } }

@media (min-width: 1200px) {
  .home__text,
  .home__figure {
    width: 50%;
    float: left; } }

/* end home */
/* start sc1 */
.sc {
  overflow: hidden;
  position: relative;
  z-index: 1; }

.screens {
  position: relative;
  background: #fff;
  max-width: 1920px;
  margin: auto;
  overflow: hidden; }

.sc1 {
  padding: 20px 0; }

.sc1__text {
  text-align: center; }

.sc__text__inner {
  max-width: 465px;
  display: inline-block;
  text-align: center; }

.sc__text__description {
  letter-spacing: 0.025em;
  color: #2d2d33;
  font-size: 16px;
  line-height: 1.75; }

.sc1__figure {
  width: 335px;
  height: 316px;
  position: relative;
  margin: 0 auto 20px;
  visibility: visible !important; }
  .sc1__figure .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

@media screen and (max-width: 359px) {
  .sc1__figure {
    -webkit-transform: scale(0.9) translateX(-10%);
        -ms-transform: scale(0.9) translateX(-10%);
         -o-transform: scale(0.9) translateX(-10%);
            transform: scale(0.9) translateX(-10%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; } }

.icon-sc1_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
       -o-transform: translate(0, 20px);
          transform: translate(0, 20px); }

.icon-sc1_2 {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
       -o-transform: translate(0, -20px);
          transform: translate(0, -20px); }

.animate .icon-sc1_1,
.animate .icon-sc1_2 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

@media screen and (min-width: 992px) {
  .screens__bg {
    width: 2700px;
    height: 1025px;
    position: absolute;
    top: 485px;
    left: -960px;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
            transform: rotate(30deg);
    background: #dbe1ff;
    opacity: 0.3; }
  .sc1__text {
    text-align: right; }
  .sc1 {
    padding: 210px 0 130px; }
  .sc__text__inner {
    text-align: left; }
  .sc1__figure {
    margin: -30px auto 0; } }

@media screen and (min-width: 1600px) {
  .screens__bg {
    left: -365px; } }

/* end sc1 */
/* start sc2 */
.sc2 {
  padding: 20px 0; }
  .sc2 .sc__text__inner {
    max-width: 435px; }

.sc2__figure {
  width: 335px;
  height: 290px;
  position: relative;
  margin: 0 auto 20px;
  visibility: visible !important; }
  .sc2__figure .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

@media screen and (max-width: 359px) {
  .sc2__figure {
    -webkit-transform: scale(0.9) translateX(-10%);
        -ms-transform: scale(0.9) translateX(-10%);
         -o-transform: scale(0.9) translateX(-10%);
            transform: scale(0.9) translateX(-10%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; } }

.icon-sc2_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, 15px);
      -ms-transform: translate(0, 15px);
       -o-transform: translate(0, 15px);
          transform: translate(0, 15px); }

.icon-sc2_2 {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
       -o-transform: translate(0, -15px);
          transform: translate(0, -15px); }

.animate .icon-sc2_1,
.animate .icon-sc2_2 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.sc2__text {
  text-align: center; }

@media screen and (min-width: 992px) {
  .sc2__text {
    text-align: left; }
  .sc2 {
    padding: 30px 0 45px; }
  .sc2__figure {
    margin: 0 auto; } }

/* end sc2 */
/* start sc3 */
.sc3 {
  padding: 20px 0; }
  .sc3 .sc__text__inner {
    max-width: 420px; }

.sc3__figure {
  width: 334px;
  height: 356px;
  position: relative;
  margin: 0 auto 20px; }
  .sc3__figure .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

@media screen and (max-width: 359px) {
  .sc3__figure {
    -webkit-transform: scale(0.9) translateX(-10%);
        -ms-transform: scale(0.9) translateX(-10%);
         -o-transform: scale(0.9) translateX(-10%);
            transform: scale(0.9) translateX(-10%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; } }

.sc3__text {
  text-align: center; }

@media screen and (min-width: 992px) {
  .sc3__text {
    text-align: right; }
  .sc3 {
    padding: 70px 0 45px; }
  .sc3__figure {
    margin: -15px auto 0; } }

/* end sc3 */
/* start sc4 */
.sc4 {
  padding: 20px 0; }
  .sc4 .sc__text__inner {
    max-width: 435px; }

.sc4__figure {
  width: 167px;
  height: 388px;
  position: relative;
  margin: 0 auto 20px;
  visibility: visible !important; }
  .sc4__figure .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.icon-sc4_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0, 23px);
      -ms-transform: translate(0, 23px);
       -o-transform: translate(0, 23px);
          transform: translate(0, 23px); }

.icon-sc4_2 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, -23px);
      -ms-transform: translate(0, -23px);
       -o-transform: translate(0, -23px);
          transform: translate(0, -23px); }

.animate .icon-sc4_1,
.animate .icon-sc4_2 {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.sc4__text {
  text-align: center; }

@media screen and (min-width: 992px) {
  .sc4__text {
    text-align: left;
    margin-top: 110px; }
  .sc4 {
    padding: 60px 0 180px; }
  .sc4__figure {
    margin: 0 auto; } }

.screens .scroll-down {
  background-image: url("../img/bottom2.svg");
  width: 190px;
  left: 50%;
  margin-left: -95px; }

/* end sc4 */
/* start presentation */
.presentation {
  background-image: url("../img/bg2.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  height: 670px;
  position: relative;
  overflow: hidden; }

.presentation__text {
  max-width: 440px;
  margin: auto;
  text-align: center; }

.presentation__header {
  color: #fff;
  margin-top: 144px; }

.bottom-dash_center:after {
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center; }

.scroll-down_ontop {
  bottom: auto;
  top: 0;
  background-image: url("../img/bottom2.svg");
  margin-top: -129px; }
  .scroll-down_ontop a {
    margin-top: 127px; }

.col-sm-4 {
  padding: 0 20px; }

@media screen and (min-width: 768px) {
  .col-sm-4 {
    float: left;
    width: 33.3%; } }

/* end presentation */
/* start support section */
.support {
  margin-top: -220px;
  padding: 0 20px;
  background: #f9fbff;
  padding-bottom: 60px; }

.support__inner {
  max-width: 1200px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin: auto;
  padding: 45px 0 50px;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(33, 38, 55, 0.21);
          box-shadow: 0px 15px 27px 0px rgba(33, 38, 55, 0.21); }

.support__header {
  margin-bottom: 58px; }

.support__feature {
  max-width: 230px;
  margin: 0 auto 40px; }

.feature__icon {
  height: 55px;
  text-align: center; }

.feature__description {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em; }

.feature__heading {
  margin: 24px 0 16px; }

@media screen and (min-width: 768px) {
  .support__inner {
    padding: 145px 0 150px; }
  .support__feature {
    margin: 0 auto; } }

/* end support section */
/* start pricing section */
.pricing {
  padding: 50px 0 75px;
  background: #f9fbff; }
  .pricing .btn.btn_demo {
    -webkit-box-shadow: 0px 15px 27px 0px rgba(233, 238, 255, 0.81);
            box-shadow: 0px 15px 27px 0px rgba(233, 238, 255, 0.81); }
    .pricing .btn.btn_demo:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(233, 238, 255, 0.81);
              box-shadow: 0 0 0 0 rgba(233, 238, 255, 0.81); }
  .pricing .bottom-dash_center {
    margin-bottom: 60px; }

.pricing-col {
  max-width: 270px;
  margin: 0 auto 50px;
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(233, 238, 255, 0.81);
          box-shadow: 0px 15px 27px 0px rgba(233, 238, 255, 0.81);
  min-height: 413px;
  position: relative; }

.pricing__title {
  font-size: 18px;
  line-height: 1.55556;
  padding-bottom: 24px;
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #e8eaf5;
  margin-bottom: 24px;
  letter-spacing: 0.025em;
  text-transform: uppercase; }

.pricing__price {
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 6px;
  text-transform: uppercase; }

.pricing_description {
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8eaf5;
  margin-bottom: 20px; }

.pricing__additional {
  font-size: 16px;
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 1.5; }
  .pricing__additional b {
    font-weight: 600;
    display: block;
    line-height: 1.625; }

.pricing__button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
       -o-transform: translate(0, 50%);
          transform: translate(0, 50%); }

@media screen and (min-width: 768px) {
  .pricing {
    padding: 150px 0 175px; }
  .pricing-col {
    margin: 0 auto; } }

/* end pricing section */
/* start sc5 */
.sc5 {
  padding: 25px 0;
  position: relative;
  z-index: 1;
  background: #f9fbff; }
  .sc5 .sc__text__inner {
    max-width: 430px; }

.sc5__figure {
  width: 440px;
  height: 515px;
  position: relative;
  margin: 0 auto 20px;
  z-index: 10; }
  .sc5__figure .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

[class*="icon-sc5_"] {
  position: absolute; }

.animate [class*="icon-sc5_"] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.icon-sc5_1 {
  right: 0;
  top: 10px;
  z-index: 1;
  -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
       -o-transform: translate(0, 40px);
          transform: translate(0, 40px); }

.icon-sc5_2 {
  right: 0;
  top: 55px; }

.icon-sc5_3 {
  left: 0;
  bottom: 50px;
  z-index: 1;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
       -o-transform: translate(0, 50px);
          transform: translate(0, 50px); }

.icon-sc5_4 {
  left: 0;
  bottom: 0; }

.icon-sc5_5 {
  left: 140px;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
       -o-transform: translate(0, 20px);
          transform: translate(0, 20px); }

.icon-sc5_6 {
  left: 138px;
  top: 282px; }

.icon-sc5_7 {
  top: 145px;
  left: 200px;
  z-index: 1;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
       -o-transform: translate(0, 20px);
          transform: translate(0, 20px); }

.icon-sc5_8 {
  left: 230px;
  top: 340px; }

@media screen and (max-width: 359px) {
  .sc5__figure {
    -webkit-transform: scale(0.6) translateX(-30%);
        -ms-transform: scale(0.6) translateX(-30%);
         -o-transform: scale(0.6) translateX(-30%);
            transform: scale(0.6) translateX(-30%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    margin: -80px auto; } }

@media screen and (min-width: 360px) and (max-width: 411px) {
  .sc5__figure {
    -webkit-transform: scale(0.7) translateX(-20%);
        -ms-transform: scale(0.7) translateX(-20%);
         -o-transform: scale(0.7) translateX(-20%);
            transform: scale(0.7) translateX(-20%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    margin: -50px auto; } }

@media screen and (min-width: 412px) and (max-width: 480px) {
  .sc5__figure {
    -webkit-transform: scale(0.85) translateX(-10%);
        -ms-transform: scale(0.85) translateX(-10%);
         -o-transform: scale(0.85) translateX(-10%);
            transform: scale(0.85) translateX(-10%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    margin: -10px auto; } }

.sc5__text {
  text-align: center; }

@media screen and (min-width: 992px) {
  .sc5__text {
    text-align: right; }
  .sc5 {
    padding: 25px 0; } }

.mobile-platforms {
  margin-top: 45px; }

[class*="mobile-platforms__"] {
  display: inline-block;
  width: 140px;
  height: 44px;
  background-image: -webkit-linear-gradient(207deg, #00fbc9, #00e1ed);
  background-image: -o-linear-gradient(207deg, #00fbc9, #00e1ed);
  background-image: linear-gradient(-117deg, #00fbc9, #00e1ed);
  vertical-align: middle;
  margin-right: -0.3em;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(233, 238, 255, 0.81);
          box-shadow: 0px 15px 27px 0px rgba(233, 238, 255, 0.81); }
  [class*="mobile-platforms__"] a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  [class*="mobile-platforms__"] svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  [class*="mobile-platforms__"] + [class*="mobile-platforms__"] {
    margin-left: 30px; }

@media screen and (max-width: 767px) {
  [class*="mobile-platforms__"] {
    display: block;
    margin: 0 auto; }
  [class*="mobile-platforms__"] + [class*="mobile-platforms__"] {
    margin: 20px auto 0; } }

/* end sc5 */
/* start footer section */
.footer {
  height: 575px;
  background-image: url("../img/footer.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top;
  position: relative; }
  .footer form {
    max-width: 420px;
    margin: auto;
    padding: 50px 0; }

.form-group {
  margin-bottom: 25px; }
  .form-group:nth-of-type(3) {
    margin-bottom: 60px; }

.form-control {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  outline: none;
  height: 35px;
  font-family: "SF UI Display", "Arial", "Helvetica", sans-serif;
  font-size: 16px; }
  .form-control::-webkit-input-placeholder {
    color: #fff; }
  .form-control::-moz-placeholder {
    color: #fff; }
  .form-control:-ms-input-placeholder {
    color: #fff; }
  .form-control::-ms-input-placeholder {
    color: #fff; }
  .form-control::placeholder {
    color: #fff; }

.footer-heading {
  color: #fff; }

.footer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  color: #fff;
  line-height: 49px;
  font-size: 12px; }
  .footer-bottom a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle; }

.footer-bottom__inner {
  max-width: 1220px;
  margin: auto;
  border-top: 1px solid #fff; }

.telegram-icon_white {
  width: 27px;
  height: 27px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding-top: 5px;
  text-align: center;
  margin-left: 7px; }

@media screen and (min-width: 768px) {
  .footer form {
    padding: 100px 0 100px; }
  .footer-bottom {
    font-size: 14px;
    height: 49px; }
    .footer-bottom .col-sm-6_r {
      text-align: right; }
  .telegram-icon_white {
    margin-left: 37px; } }

.modal-content {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }

.modal-form {
  background: #fefefe;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  max-width: 520px;
  margin: auto;
  padding: 50px 30px 80px;
  position: relative; }
  .modal-form .form-control {
    color: #2d2d33;
    font-size: 16px;
    border-bottom-color: #2d2d33; }
    .modal-form .form-control::-webkit-input-placeholder {
      color: #2d2d33; }
    .modal-form .form-control::-moz-placeholder {
      color: #2d2d33; }
    .modal-form .form-control:-ms-input-placeholder {
      color: #2d2d33; }
    .modal-form .form-control::-ms-input-placeholder {
      color: #2d2d33; }
    .modal-form .form-control::placeholder {
      color: #2d2d33; }
  .modal-form .form-group:nth-of-type(2) {
    margin-bottom: 25px; }
  .modal-form .form-group:nth-of-type(3) {
    margin-bottom: 0; }
  .modal-form .submit-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -22px; }

.modal-heading {
  color: #2d2d33; }

#watch-video .modal-dialog {
  width: auto;
  max-width: 860px; }
  #watch-video .modal-dialog .modal-body {
    width: 300px;
    height: 170px; }
    #watch-video .modal-dialog .modal-body iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 768px) {
  #watch-video .modal-dialog .modal-body {
    width: 600px;
    margin: auto;
    height: 340px; } }

@media screen and (min-width: 992px) {
  #watch-video .modal-dialog .modal-body {
    width: 860px;
    margin: auto;
    height: 485px; } }

/* end footer section */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?ekgjan") format("truetype"), url("../fonts/icomoon.woff?ekgjan") format("woff"), url("../fonts/icomoon.svg?ekgjan#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icommoon {
  display: inline-block; }

[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icomoon-telegram_icon:before {
  content: "\e900"; }

.icomoon-google-plus:before {
  content: "\ea8b"; }

.icomoon-facebook:before {
  content: "\ea90"; }

.icomoon-instagram:before {
  content: "\ea92"; }

.icomoon-whatsapp:before {
  content: "\ea93"; }

.icomoon-twitter:before {
  content: "\ea96"; }

.icomoon-linkedin2:before {
  content: "\eaca"; }

.socials_facebook {
  line-height: 27px;
  text-align: center; }

.back-to-top {
  display: none; }

@media screen and (max-width: 767px) {
  .back-to-top {
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    color: #333;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 1000;
    padding-top: 0px; }
    .back-to-top.show {
      display: block; } }
