@charset "UTF-8";
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;
  vertical-align: baseline;
}

body, html {
  height: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

input[type="submit"], button {
  cursor: pointer;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "ProximaNova Light";
  src: url("fonts/proxima_nova-light.woff2") format("woff2"), url("fonts/proxima_nova-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova Regular";
  src: url("fonts/proxima_nova-regular.woff2") format("woff2"), url("fonts/proxima_nova-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Thin";
  src: url("fonts/helveticaneuecyr-thin.woff2") format("woff2"), url("fonts/helveticaneuecyr-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Light";
  src: url("fonts/helveticaneuecyr-light.woff2") format("woff2"), url("fonts/helveticaneuecyr-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Regular";
  src: url("fonts/helveticaneuecyr-roman.woff2") format("woff2"), url("fonts/helveticaneuecyr-roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Medium";
  src: url("fonts/helveticaneuecyr-medium.woff2") format("woff2"), url("fonts/helveticaneuecyr-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue Bold";
  src: url("fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Thin";
  src: local(Roboto Thin), url("fonts/roboto/Roboto-Thin.eot");
  src: url("fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("fonts/roboto/Roboto-Thin.woff") format("woff"), url("fonts/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Roboto Light";
  src: local(Roboto Light), url("fonts/roboto/Roboto-Light.eot");
  src: url("fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Light.woff2") format("woff2"), url("fonts/roboto/Roboto-Light.woff") format("woff"), url("fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto Regular";
  src: local(Roboto Regular), url("fonts/roboto/Roboto-Regular.eot");
  src: url("fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("fonts/roboto/Roboto-Regular.woff") format("woff"), url("fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto Medium";
  src: url("fonts/roboto/Roboto-Medium.eot");
  src: url("fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("fonts/roboto/Roboto-Medium.woff") format("woff"), url("fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("fonts/roboto/Roboto-Bold.eot");
  src: url("fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("fonts/roboto/Roboto-Bold.woff") format("woff"), url("fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Oswald ExtraLight";
  src: url("fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Oswald Regular";
  src: url("fonts/Oswald/Oswald-Regular.ttf") format("truetype");
  font-weight: 400;
}

html, body {
  height: 100%;
}

body {
  background: #ededed;
  font-family: "Roboto Regular", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-width: 320px;
  width: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a,
button,
html [type=button],
[type=reset],
[type=submit],
a,
a:active,
a:hover,
a:focus {
  outline: none;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.container,
.row {
  *zoom: 1;
}

.container:before,
.row:before,
.container:after,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.container {
  padding: 0 64px;
  width: 100%;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.wrapper {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.video-block {
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video-block iframe,
.video-block img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

p {
  margin-bottom: 24px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

[class*='col-'] {
  float: left;
  padding: 0 16px;
  width: 100%;
  min-height: 1px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.thin-title {
  font-family: "Roboto Thin", sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 56px;
}

.thin-title.white {
  color: #fff;
}

.sub-title {
  color: #5e5e5e;
  line-height: 26px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating-minus {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes circle {
  from {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes circle-minus {
  from {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(50px) rotate(360deg);
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

.revealOnScroll,
.onLoadAnim {
  opacity: 0;
}

.showAll {
  opacity: 1 !important;
}

.animated-section {
  animation-fill-mode: both;
  animation-duration: .5s;
  opacity: 0;
}

.animate-section {
  animation-name: fadeIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate-block {
  animation-name: fadeInUp;
  animation-delay: 1s;
}

.white-popup-block {
  background: #fff;
  padding: 0;
  text-align: left;
  max-width: 860px;
  margin: 10px auto;
  position: relative;
}

/* Popup Zoom Effect */
.mfp-bg {
  background: #181818;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.mfp-bg.mfp-ready {
  opacity: .52;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-with-anim,
.mfp-iframe-scaler {
  opacity: 0;
  transition: all .3s ease-in-out;
  transform: translate3d(0, 30px, 0);
}

.mfp-ready .mfp-with-anim,
.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.mfp-removing .mfp-with-anim,
.mfp-removing .mfp-iframe-scaler {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.touchevents.openPopup {
  overflow: hidden;
}

.touchevents .mfp-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}

.button,
.button-input_block {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  pointer-events: none;
  animation: ripple .75s ease-out;
}

.ripple1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  pointer-events: none;
  animation: ripple .75s ease-out;
}

@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawMinus {
  to {
    stroke-dasharray: 0;
  }
}

.alert {
  padding: 16px 60px 16px 38px;
  max-width: 1000px;
  z-index: 10000 !important;
}

.alert.alert-success {
  background-color: #69f0ae;
  color: #181818;
  padding: 16px 60px 16px 47px;
}

.alert.alert-danger {
  background-color: #ff9e80;
  color: #181818;
}

.alert .fa {
  top: 21px;
  left: 24px;
  position: absolute;
}

.alert .close {
  background: transparent;
  border: none;
  color: rgba(24, 24, 24, 0.4);
  float: right;
  font-size: 21px;
  font-weight: Bold;
  line-height: 1;
  right: 24px !important;
  top: 19px !important;
}

.alert .close:hover {
  color: #181818;
}

.btn-light {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.6px;
  padding: 19px 32px;
}

.btn-light:hover {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.6);
}

.btn-light:active {
  background: #fff;
  color: #181818;
  transition: all .1s ease-in-out;
}

.btn-border {
  background: #181818;
  border: 2px solid #00e676;
  border-radius: 0;
  color: #00e676;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  height: 56px;
  line-height: 54px;
  letter-spacing: 0.6px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-border:hover {
  background: #00e676;
  color: #181818;
}

.brand-link {
  color: #00e676;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 1;
  padding-bottom: 4px;
  position: relative;
}

.brand-link:after {
  content: "";
  height: 2px;
  left: 0;
  top: 100%;
  position: absolute;
  width: 100%;
  transition: all .3s ease-in-out;
}

.brand-link:hover:after {
  background: #00e676;
}

.white-link {
  color: #fff;
  font-family: "Roboto Medium", sans-serif;
}

.white-link:hover {
  color: #00e676;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #00e676;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #00e676, 0 0 5px #00e676;
  opacity: 1;
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.header {
  top: 0;
  position: fixed;
  max-width: 1600px;
  width: 100%;
  z-index: 100;
}

.header .container {
  padding: 0;
}

.header .menu {
  transition: all .2s ease-in-out;
  position: relative;
}

.header .menu .menu-bg {
  background-image: url(../img/px.png);
  background-repeat: repeat;
  display: none;
  height: 100%;
  position: absolute;
  opacity: .95;
  width: 100%;
  z-index: -1;
}

.header .logo {
  color: #fff;
  font-size: 0;
  float: left;
  margin: 22px 0 22px 24px;
}

.header .logo .icon-logo {
  font-size: 16px;
}

.header .preorder {
  color: #fff;
  font-family: "Roboto Bold", sans-serif;
  font-size: 12px;
  float: right;
  padding: 0 24px;
  line-height: 60px;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

.header .preorder:hover {
  color: #00e676;
}

.header .preorder.primary {
  background: #00e676;
  color: #181818;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header .preorder.primary span {
  display: inline-block;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .3s ease-in-out;
}

.header .preorder.primary:active {
  background: #00C853;
  color: #181818;
}

.header .preorder.primary:before {
  font-family: FontAwesome;
  content: '\f07a';
  color: #181818;
  font-size: 12px;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  transition: all .3s ease-in-out;
}

.header .preorder.primary:hover span {
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.header .preorder.primary:hover:before {
  left: 0;
}

.dark-block,
.white-block {
  position: relative;
}

.dark-block .scroll-block,
.white-block .scroll-block {
  height: 0;
  text-align: center;
  left: 50%;
  position: absolute;
  overflow: hidden;
  top: -35px;
}

.dark-block .scroll-block .scroll-line,
.white-block .scroll-block .scroll-line {
  height: 71px;
}

.dark-block .scroll-block.noScroll,
.white-block .scroll-block.noScroll {
  height: 70px;
}

.dark-block {
  background-image: url(../img/px.png);
  background-repeat: repeat;
}

.white-block {
  background-color: #fff;
}

.white-block .scroll-line {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.top-block__bg {
  background-size: cover;
  background-position: right bottom;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top-block {
  background-size: cover;
  background-position: right bottom;
  color: #fff;
  padding-top: 128px;
  text-align: center;
  position: relative;
}

.top-block .name {
  font-family: "Roboto Bold", sans-serif;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
}

.top-block h1 {
  font-family: "Roboto Thin", sans-serif;
  font-size: 64px;
  font-weight: 100;
  letter-spacing: .23px;
  line-height: 79px;
  margin-bottom: 32px;
}

.top-block .present {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}

.top-block .present:before, .top-block .present:after {
  border-left: 1px solid #ededed;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  width: 11px;
}

.top-block .present:before {
  border-top: 1px solid #ededed;
  top: 0;
}

.top-block .present:after {
  border-bottom: 1px solid #ededed;
  bottom: 0;
}

.top-block .present .present__content {
  padding: 16px;
  position: relative;
}

.top-block .present .present__content:before, .top-block .present .present__content:after {
  border-right: 1px solid #ededed;
  content: "";
  height: 11px;
  right: 0;
  position: absolute;
  width: 11px;
}

.top-block .present .present__content:before {
  border-top: 1px solid #ededed;
  top: 0;
}

.top-block .present .present__content:after {
  border-bottom: 1px solid #ededed;
  bottom: 0;
}

.top-block .present .present__img,
.top-block .present .present__text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.top-block .present .present__img {
  padding-right: 16px;
}

.top-block .present .present__img img {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
}

.top-block .present .present__text {
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
}

.top-block .present .present__text .title {
  color: #fff;
}

.top-block .present .present__text .title span {
  color: #00e676;
}

.top-block .present .present__text p {
  margin: 0;
}

.top-block-v2 {
  color: #fff;
  padding: 220px 0;
  text-align: center;
  position: relative;
}

.top-block-v2 .name {
  font-family: "Roboto Medium", sans-serif;
  font-size: 16px;
  letter-spacing: 6.93px;
  margin-bottom: 16px;
  position: relative;
}

.top-block-v2 h1 {
  font-family: "Roboto Thin", sans-serif;
  font-size: 64px;
  font-weight: 100;
  letter-spacing: .23px;
  line-height: 79px;
  margin-bottom: 16px;
  position: relative;
}

.top-block-v2 .present {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  line-height: 26px;
  margin-bottom: 40px;
  max-width: 410px;
  position: relative;
}

.price {
  display: inline-block;
  margin-bottom: 40px;
}

.price div {
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  vertical-align: top;
}

.price .nmb {
  font-family: 'Oswald ExtraLight', sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-right: 5px;
}

.price .text {
  font-family: 'Oswald Regular', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: left;
}

.top-preorder {
  margin-bottom: 24px;
  position: relative;
}

.top-video {
  margin-bottom: 40px;
}

.top-video a {
  display: inline-block;
  padding: 0 24px 0 40px;
  position: relative;
  width: auto;
}

.top-video a:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #00e676;
  height: 8px;
  left: 24px;
  top: 22px;
  position: absolute;
  width: 4px;
  transition: all .3s ease-in-out;
}

.top-video a:hover:before {
  border-left-color: #181818;
}

.advantage-block {
  font-size: 0;
  padding: 60px 0;
}

.advantage-block .advantage-block__item {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  width: 25%;
}

.advantage-block .advantage-block__item .img {
  height: 40px;
  margin-bottom: 32px;
  position: relative;
}

.advantage-block .advantage-block__item .img img {
  bottom: 0;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.securika-moskow {
  background-size: cover;
  background-position: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 60px 0;
  position: relative;
}

.securika-moskow svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.securika-moskow .container {
  position: relative;
  z-index: 1;
}

.securika-moskow .text {
  float: left;
  padding: 0 16px;
  width: 60%;
}

.securika-moskow .start-block {
  color: #fff;
  margin: 40px 0 50px;
}

.securika-moskow .start-block .start-block__img,
.securika-moskow .start-block .start-block__text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.securika-moskow .start-block .start-block__img {
  padding-right: 32px;
}

.securika-moskow .start-block .start-block__img .plain {
  height: 72px;
  position: relative;
  width: 72px;
}

.securika-moskow .start-block .start-block__img .plain .svg {
  position: absolute;
}

.securika-moskow .start-block .start-block__img .plain .svg.svg1 {
  left: 62.5px;
  top: -9.5px;
  opacity: 0;
}

.securika-moskow .start-block .start-block__img .plain .svg.svg2 {
  left: 0;
  top: 0;
}

.securika-moskow .start-block .start-block__img .plain .svg.svg3 {
  stroke: rgba(215, 215, 215, 0.6);
  left: 6px;
  top: 6px;
  height: 60px;
  width: 60px;
}

.securika-moskow .start-block .start-block__img .plain .svg.svg4 {
  left: 0;
  top: 70px;
  opacity: 0;
}

.securika-moskow .start-block .start-block__img .plain .svg.svg5 {
  left: 23px;
  top: 23px;
  opacity: 0;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .svg1,
.securika-moskow .start-block .start-block__img .plain.start-anim .svg4,
.securika-moskow .start-block .start-block__img .plain.start-anim .svg5 {
  animation: fadeIn .25s linear .75s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(1) {
  animation: draw 0.05s linear 0.09s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(2) {
  animation: draw 0.05s linear 0.18s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(3) {
  animation: draw 0.05s linear 0.27s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(4) {
  animation: draw 0.05s linear 0.36s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(5) {
  animation: draw 0.05s linear 0.45s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(6) {
  animation: draw 0.05s linear 0.54s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(7) {
  animation: draw 0.05s linear 0.63s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .lline:nth-child(8) {
  animation: draw 0.05s linear 0.72s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(1) {
  animation: draw 0.05s linear 0.01s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(2) {
  animation: draw 0.05s linear 0.02s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(3) {
  animation: draw 0.05s linear 0.03s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(4) {
  animation: draw 0.05s linear 0.04s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(5) {
  animation: draw 0.05s linear 0.05s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(6) {
  animation: draw 0.05s linear 0.06s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(7) {
  animation: draw 0.05s linear 0.07s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(8) {
  animation: draw 0.05s linear 0.08s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(9) {
  animation: draw 0.05s linear 0.09s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(10) {
  animation: draw 0.05s linear 0.1s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(11) {
  animation: draw 0.05s linear 0.11s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(12) {
  animation: draw 0.05s linear 0.12s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(13) {
  animation: draw 0.05s linear 0.13s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(14) {
  animation: draw 0.05s linear 0.14s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(15) {
  animation: draw 0.05s linear 0.15s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(16) {
  animation: draw 0.05s linear 0.16s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(17) {
  animation: draw 0.05s linear 0.17s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(18) {
  animation: draw 0.05s linear 0.18s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(19) {
  animation: draw 0.05s linear 0.19s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(20) {
  animation: draw 0.05s linear 0.2s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(21) {
  animation: draw 0.05s linear 0.21s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(22) {
  animation: draw 0.05s linear 0.22s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(23) {
  animation: draw 0.05s linear 0.23s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(24) {
  animation: draw 0.05s linear 0.24s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(25) {
  animation: draw 0.05s linear 0.25s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(26) {
  animation: draw 0.05s linear 0.26s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(27) {
  animation: draw 0.05s linear 0.27s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(28) {
  animation: draw 0.05s linear 0.28s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(29) {
  animation: draw 0.05s linear 0.29s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(30) {
  animation: draw 0.05s linear 0.3s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(31) {
  animation: draw 0.05s linear 0.31s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(32) {
  animation: draw 0.05s linear 0.32s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(33) {
  animation: draw 0.05s linear 0.33s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(34) {
  animation: draw 0.05s linear 0.34s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(35) {
  animation: draw 0.05s linear 0.35s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(36) {
  animation: draw 0.05s linear 0.36s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(37) {
  animation: draw 0.05s linear 0.37s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(38) {
  animation: draw 0.05s linear 0.38s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(39) {
  animation: draw 0.05s linear 0.39s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(40) {
  animation: draw 0.05s linear 0.4s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(41) {
  animation: draw 0.05s linear 0.41s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(42) {
  animation: draw 0.05s linear 0.42s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(43) {
  animation: draw 0.05s linear 0.43s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(44) {
  animation: draw 0.05s linear 0.44s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(45) {
  animation: draw 0.05s linear 0.45s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(46) {
  animation: draw 0.05s linear 0.46s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(47) {
  animation: draw 0.05s linear 0.47s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(48) {
  animation: draw 0.05s linear 0.48s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(49) {
  animation: draw 0.05s linear 0.49s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(50) {
  animation: draw 0.05s linear 0.5s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(51) {
  animation: draw 0.05s linear 0.51s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(52) {
  animation: draw 0.05s linear 0.52s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(53) {
  animation: draw 0.05s linear 0.53s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(54) {
  animation: draw 0.05s linear 0.54s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(55) {
  animation: draw 0.05s linear 0.55s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(56) {
  animation: draw 0.05s linear 0.56s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(57) {
  animation: draw 0.05s linear 0.57s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(58) {
  animation: draw 0.05s linear 0.58s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(59) {
  animation: draw 0.05s linear 0.59s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(60) {
  animation: draw 0.05s linear 0.6s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(61) {
  animation: draw 0.05s linear 0.61s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(62) {
  animation: draw 0.05s linear 0.62s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(63) {
  animation: draw 0.05s linear 0.63s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(64) {
  animation: draw 0.05s linear 0.64s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(65) {
  animation: draw 0.05s linear 0.65s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(66) {
  animation: draw 0.05s linear 0.66s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(67) {
  animation: draw 0.05s linear 0.67s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(68) {
  animation: draw 0.05s linear 0.68s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(69) {
  animation: draw 0.05s linear 0.69s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(70) {
  animation: draw 0.05s linear 0.7s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(71) {
  animation: draw 0.05s linear 0.71s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(72) {
  animation: draw 0.05s linear 0.72s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(73) {
  animation: draw 0.05s linear 0.73s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(74) {
  animation: draw 0.05s linear 0.74s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(75) {
  animation: draw 0.05s linear 0.75s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(76) {
  animation: draw 0.05s linear 0.76s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(77) {
  animation: draw 0.05s linear 0.77s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(78) {
  animation: draw 0.05s linear 0.78s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(79) {
  animation: draw 0.05s linear 0.79s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(80) {
  animation: draw 0.05s linear 0.8s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(81) {
  animation: draw 0.05s linear 0.81s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(82) {
  animation: draw 0.05s linear 0.82s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(83) {
  animation: draw 0.05s linear 0.83s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(84) {
  animation: draw 0.05s linear 0.84s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(85) {
  animation: draw 0.05s linear 0.85s forwards;
}

.securika-moskow .start-block .start-block__img .plain.start-anim .sline:nth-child(86) {
  animation: draw 0.05s linear 0.86s forwards;
}

.securika-moskow .content {
  letter-spacing: .46px;
  width: 80%;
}

.securika-moskow .img {
  float: left;
  text-align: center;
  padding-top: 40px;
  width: 40%;
}

.starter-complect {
  padding: 60px 0;
  text-align: center;
}

.starter-complect .sub-title {
  margin: 24px auto;
  max-width: 660px;
}

.starter-complect .complect-colors {
  margin-top: 16px;
}

.starter-complect .complect-list {
  font-size: 0;
}

.starter-complect .complect-list .complect-list__item {
  color: rgba(94, 94, 94, 0.8);
  display: inline-block;
  font-size: 16px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

.starter-complect .complect-list .complect-list__item .img {
  height: 320px;
  position: relative;
}

.starter-complect .complect-list .complect-list__item .img img {
  display: none;
  margin: auto;
  left: 50%;
  max-width: 317px;
  position: absolute;
  top: 0;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.starter-complect .complect-list .complect-list__item .img img.active {
  display: block;
}

.starter-complect .complect-list .complect-list__item .name {
  color: #181818;
  line-height: 22px;
  margin-bottom: 16px;
  position: relative;
}

.starter-complect .complect-list .complect-list__item .sub-name {
  color: #181818;
  font-family: "Roboto Medium", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  position: relative;
}

.starter-complect .complect-list .complect-list__item .text {
  line-height: 26px;
  margin-bottom: 32px;
  position: relative;
}

.starter-complect .complect-list .complect-list__item i {
  background: #d7d7d7;
  border-radius: 50%;
  color: #181818;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 40px;
  height: 40px;
  position: relative;
  width: 40px;
  z-index: 2;
  transition: all .3s ease-in-out;
}

.starter-complect .complect-list .complect-list__item i.info-open {
  background: #1c1c1c;
  color: #fff;
}

.starter-complect .complect-list .complect-list__item .info-block {
  bottom: 24px;
  left: 0;
  padding: 0 24px 50px;
  position: absolute;
  animation-fill-mode: both;
  animation-duration: .3s;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 1;
  transition: all .3s ease-in-out;
}

.starter-complect .complect-list .complect-list__item .info-block .info-block__content {
  background: #fcfcfc;
  box-shadow: 0 16px 24px 0 rgba(56, 56, 56, 0.18);
}

.starter-complect .complect-list .complect-list__item .info-block .info-block__content .info-block__text {
  color: #000;
  font-size: 12px;
  letter-spacing: .24px;
  line-height: 22px;
  padding: 24px;
}

.starter-complect .complect-list .complect-list__item .info-block .info-block__content .info-block__text ul {
  padding-left: 0;
  text-align: left;
}

.starter-complect .complect-list .complect-list__item .info-block .info-block__content .info-block__text ul li {
  padding-left: 24px;
  position: relative;
}

.starter-complect .complect-list .complect-list__item .info-block .info-block__content .info-block__text ul li:before {
  content: "• ";
  left: 0;
  top: 0;
  position: absolute;
}

.info-tooltip {
  display: inline-block;
}

.info-tooltip:hover .info-block {
  visibility: visible !important;
}

.info-tooltip:hover .info-block .removeAnim {
  visibility: hidden;
}

.install-block {
  text-align: center;
  padding: 0 0 120px;
}

.install-block .sub-title {
  margin: 16px auto 40px;
  max-width: 595px;
}

.install-block .video {
  box-shadow: -5px 14px 29px 0 rgba(0, 0, 0, 0.3), -47px 51px 57px 0 rgba(173, 173, 173, 0.5);
  margin: 0 auto;
  width: 60%;
}

.install-block .video img {
  z-index: 1;
}

.install-block .video .play-btn {
  color: #fff;
  display: inline-block;
  font-family: "Roboto Medium", sans-serif;
  font-size: 14px;
  left: 50%;
  letter-spacing: .6px;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.install-block .video .play-btn a {
  background: rgba(94, 94, 94, 0.2);
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  display: inline-block;
  height: 54px;
  margin-bottom: 8px;
  position: relative;
  width: 54px;
}

.install-block .video .play-btn a:hover {
  background: rgba(94, 94, 94, 0.4);
}

.install-block .video .play-btn a:before {
  content: "";
  border-bottom: 6px solid transparent;
  border-left: 11px solid #d7d7d7;
  border-top: 6px solid transparent;
  height: 12px;
  margin-left: -4px;
  margin-top: -6px;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 11px;
}

.install-block .video .play-btn span {
  display: block;
}

.save-block {
  padding: 0 0 90px;
  text-align: center;
}

.save-block .sub-title {
  margin: 16px auto 40px;
  max-width: 685px;
}

.save-block .save-list {
  font-size: 0;
}

.save-block .save-list .save-list__item {
  color: #5e5e5e;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin: 40px 0 20px;
  padding: 0 16px;
  vertical-align: top;
  width: 33.3%;
}

.save-block .save-list .save-list__item .img {
  height: 72px;
  margin-bottom: 16px;
  position: relative;
}

.save-block .save-list .save-list__item .img img {
  bottom: 0;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.save-block .save-list .save-list__item .text {
  margin: 0 auto;
}

.save-block .save-list .save-list__item:nth-child(1) .text {
  max-width: 379px;
}

.save-block .save-list .save-list__item:nth-child(2) .text {
  max-width: 250px;
}

.save-block .save-list .save-list__item:nth-child(3) .text {
  max-width: 221px;
}

.save-block .save-list .save-list__item:nth-child(4) .text {
  max-width: 250px;
}

.save-block .save-list .save-list__item:nth-child(5) .text {
  max-width: 220px;
}

.save-block .save-list .save-list__item:nth-child(6) .text {
  max-width: 240px;
}

.app-block {
  padding: 0 0 16px;
}

.app-block .app-preview,
.app-block .app-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 24px;
}

.app-block .app-preview {
  padding-top: 60px;
  padding-left: 80px;
  width: 100%;
}

.app-block .app-content {
  min-width: 610px;
}

.app-block .app-content h2 {
  color: #fff;
}

.app-block .app-content .text {
  color: rgba(255, 255, 255, 0.76);
  font-family: "Roboto Light", sans-serif;
  letter-spacing: .46px;
  line-height: 26px;
  margin: 24px 0 48px;
  max-width: 610px;
}

.app-block .app-content .btns .btn {
  background: rgba(94, 94, 94, 0.4);
  border: 1px solid #ededed;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.76);
  display: inline-block;
  padding: 13px 0 13px 60px;
  position: relative;
  text-align: left;
  width: 175px;
}

.app-block .app-content .btns .btn:first-child {
  margin-right: 32px;
}

.app-block .app-content .btns .btn i {
  position: absolute;
  left: 12px;
}

.app-block .app-content .btns .btn span {
  display: block;
  line-height: 1;
}

.app-block .app-content .btns .btn .available {
  font-size: 12px;
  letter-spacing: .34px;
}

.app-block .app-content .btns .btn .name {
  font-family: "Roboto Medium", sans-serif;
  letter-spacing: .46px;
  margin-top: 8px;
}

.app-block .app-content .btns .btn.apple i {
  top: 12px;
  font-size: 38px;
}

.app-block .app-content .btns .btn.play i {
  top: 14px;
  font-size: 34px;
}

.complect-colors {
  color: #5e5e5e;
}

.complect-colors a {
  border: 4px solid #ededed;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  width: 40px;
  vertical-align: middle;
}

.complect-colors a:hover {
  border-color: #d7d7d7;
}

.complect-colors a.black {
  background: #383838;
}

.complect-colors a.white {
  background: #fff;
}

.complect-colors a.active {
  border-color: #00e676;
}

.preorder-block {
  padding: 80px 0;
  text-align: center;
}

.preorder-block .sub-title {
  font-size: 20px;
  margin: 28px 0 32px;
}

.preorder-block .sub-title .price {
  color: #181818;
  margin-bottom: 0;
}

.preorder-block .form-img__block {
  height: 250px;
  margin: 40px 0;
  position: relative;
}

.preorder-block .form-img__block img {
  display: none;
  margin: auto;
  max-width: 620px;
  left: 50%;
  position: absolute;
  top: 0;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
}

.preorder-block .form-img__block img.active {
  display: block;
}

.preorder-main__form {
  padding: 0 40px;
}

.preorder-form {
  margin: 0 auto;
}

.preorder-form .group {
  margin-bottom: 40px;
  position: relative;
}

.preorder-form .group input {
  border-bottom: 2px solid #ededed;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  padding: 10px 0;
  width: 100%;
  transition: all .2s ease-in-out;
}

.preorder-form .group input:focus {
  border-color: #00e676;
}

.preorder-form .group label {
  color: #000;
  font-family: "Roboto Light", sans-serif;
  font-size: 18px;
  font-weight: normal;
  left: 0;
  line-height: 1;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: all .2s ease-in-out;
}

.preorder-form .group input:focus ~ label,
.preorder-form .group input.used ~ label {
  top: -15px;
  font-size: 14px;
}

.preorder-form .group .anti-spam {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 45px;
}

.preorder-form .submit-group {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.preorder-form .submit-group .submit-btn:active {
  background: #00C853;
  border-color: #00C853;
  color: #181818;
  transition: all .1s ease-in-out;
}

.preorder-form .submit-group .button-input_block {
  display: block;
}

#mc_embed_signup div.mce_inline_error {
  background-color: #fff !important;
  color: red  !important;
  font-size: 12px;
  font-weight: normal  !important;
  margin: 0  !important;
  padding: 0  !important;
  left: 0;
  position: absolute;
  top: 45px;
  text-align: left;
  width: 100%;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #181818 !important;
}

.response-box {
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.response-box .responsed {
  display: none;
}

.response-box .responsed_success {
  color: green;
}

.response-box .responsed_error {
  color: red;
}

.preorder-popup__form {
  max-width: 446px;
  margin: 0 auto;
  padding: 40px 8px;
  overflow: hidden;
}

.preorder-popup__header {
  background: #d7d7d7;
  padding: 40px 24px 70px;
  text-align: center;
}

.preorder-popup__header .complect-colors {
  left: 50%;
  position: absolute;
  top: 100%;
  width: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.preorder-popup__header .sub-title {
  font-size: 20px;
  margin: 28px 0 32px;
}

.preorder-popup__header .sub-title .price {
  color: #181818;
  margin-bottom: 0;
}

.preorder-popup__header .form-img__block {
  height: 180px;
  margin: 30px auto 0;
  max-width: 600px;
  position: relative;
}

.preorder-popup__header .form-img__block img {
  display: none;
  margin: auto;
  max-width: 484px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.preorder-popup__header .form-img__block img.active {
  display: block;
}

.preorder-form.main-preorder .submit-group .submit-btn {
  max-width: 100%;
}

.form-desc {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
  position: relative;
  padding-left: 56px;
  padding-top: 6px;
  text-align: left;
}

.form-desc .desc-img {
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
}

.form-desc .desc-img img {
  height: 40px;
}

.form-desc .text {
  max-width: 236px;
}

.form-desc.sec .text {
  max-width: 264px;
}

.footer {
  color: #d7d7d7;
  font-size: 14px;
  text-align: center;
}

.footer .footer-container {
  padding: 24px;
}

.footer .footer-container .footer-links {
  border-bottom: 2px solid #383838;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  width: 100%;
}

.footer .footer-container .footer-links li {
  display: inline-block;
  margin: 0 16px 8px;
}

.footer .footer-container .footer-links li a {
  color: #d7d7d7;
  line-height: 32px;
}

.footer .footer-container .footer-links li a .fa {
  margin-right: 8px;
}

.footer .footer-container .footer-links li a:hover {
  color: #fff;
}

.footer .footer-container .footer-address {
  font-size: 12px;
}

#jivosite-iframe-chat #jivosite-adword,
#jivosite-iframe-chat,
#jivosite-copyright,
#jivo-label-copyright {
  display: none !important;
  opacity: 0 !important;
}

@media only screen and (max-width: 1440px){
  .app-block .app-preview{
    padding-left: 24px;
  }
}

@media only screen and (max-width: 1220px){
  .starter-complect .complect-list .complect-list__item .img{
    height: 280px;
  }
}

@media only screen and (max-width: 1170px){
  .top-block-v2{
    padding: 150px 0 100px;
  }
  .securika-moskow h2{
    font-size: 40px;
    line-height: 56px;
  }
  .preorder-main__form{
    padding: 0;
  }
}

@media only screen and (max-width: 1100px){
  .starter-complect .complect-list .complect-list__item{
    width: 50%;
  }
  .starter-complect .complect-list .complect-list__item .img{
    height: 300px;
  }
  .save-block .save-list .save-list__item{
    width: 50%;
  }
}

@media only screen and (max-width: 1024px){
  .advantage-block{
    padding: 0;
  }
  .advantage-block .advantage-block__item{
    margin-bottom: 32px;
    width: 50%;
  }
  .securika-moskow .text{
    width: 100%;
  }
  .securika-moskow .img{
    display: none;
  }
  .app-block .app-preview{
    display: none;
  }
  .app-block .app-content{
    display: block;
    min-width: 0;
    padding: 60px 24px;
    text-align: center;
  }
  .app-block .app-content .text{
    margin: 24px auto 48px;
  }
  .preorder-block .form-img__block{
    height: auto;
    padding-bottom: 31%;
  }
  .preorder-block .form-img__block img{
    max-width: 550px;
  }
  .form-desc{
    padding-left: 0;
  }
  .form-desc .desc-img{
    display: none;
  }
}

@media only screen and (max-width: 800px){
  .container{
    padding: 0 24px;
  }
  .thin-title{
    font-size: 40px;
  }
  .top-block-v2 h1{
    font-size: 54px;
    line-height: 64px;
  }
  .starter-complect .complect-list .complect-list__item .text{
    margin-bottom: 0;
  }
  .starter-complect .complect-list .complect-list__item i{
    display: none;
  }
  .info-tooltip{
    display: none;
  }
  .install-block{
    padding: 0 0 60px;
  }
  .install-block .video{
    box-shadow: none;
    width: 100%;
  }
  .preorder-block{
    padding: 60px 0;
  }
  .preorder-form{
    max-width: 500px;
  }
  .preorder-form .col-4{
    width: 100%;
  }
  .preorder-popup__header .form-img__block{
    margin-top: 24px;
  }
  .form-desc{
    margin-top: 24px;
    padding-left: 56px;
  }
  .form-desc .desc-img{
    display: inline-block;
  }
}

@media only screen and (max-width: 600px){
  .top-block-v2 h1{
    font-size: 48px;
    line-height: 54px;
  }
  .securika-moskow .content{
    width: 100%;
  }
  .starter-complect .complect-list .complect-list__item .img{
    height: 260px;
  }
  .preorder-popup__header .form-img__block{
    height: 156px;
  }
  .preorder-popup__header .form-img__block img{
    max-width: 420px;
  }
}

@media only screen and (max-width: 480px){
  .thin-title{
    font-size: 32px;
    line-height: 40px;
  }
  .top-block-v2{
    padding: 120px 0 80px;
  }
  .top-block-v2 h1{
    font-size: 32px;
    line-height: 40px;
  }
  .advantage-block .advantage-block__item{
    width: 100%;
  }
  .securika-moskow h2{
    font-size: 32px;
    line-height: 40px;
  }
  .starter-complect .complect-list .complect-list__item{
    width: 100%;
  }
  .starter-complect .complect-list .complect-list__item .img{
    height: 300px;
  }
  .save-block .save-list .save-list__item{
    width: 100%;
  }
  .app-block .app-content .btns .btn{
    display: block;
    margin: 0 auto;
  }
  .app-block .app-content .btns .btn:first-child{
    margin-right: auto;
    margin-bottom: 32px;
  }
  .complect-colors a{
    border-width: 3px;
    height: 35px;
    margin-left: 5px;
    width: 35px;
  }
  .preorder-popup__header .form-img__block{
    height: auto;
    padding-bottom: 37%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
  *{
    -webkit-text-size-adjust: none;
  }
}

/*# sourceMappingURL=preorder.css.map */
