@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src:
    url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src:
    url("../fonts/RobotoLight/RobotoLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src:
    url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src:
    url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*$visual-grid: true;
$visual-grid-color: #5EA5E0;
$visual-grid-opacity: 0.1;
$visual-grid-index: 9999 !global;*/
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -40px;
}
#wrapper #root {
  padding: 0 0 40px 0;
}

footer {
  height: 40px;
}

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline-width: 0;
}

html,
body {
  height: 100%;
}

body {
  font:
    300 15px/20px "Roboto",
    sans-serif;
  letter-spacing: -0.01em;
  color: #333;
}

#wrapper.colored {
  background: #2e71f0;
}

header,
main,
section,
article,
aside,
nav,
footer {
  display: block;
}

header,
main,
footer {
  width: 100%;
  position: relative;
}

main {
  z-index: 10;
  margin-bottom: 20px;
}
main.advert-stripe,
main.service-module-stripe {
  margin-top: 20px;
  padding-bottom: 40px;
}

p.note {
  color: white;
}

article {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: inherit;
}
article::after {
  clear: both;
  content: "";
  display: table;
}

.text {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 20px;
  color: #999999;
}
.text.license-agreement {
  font:
    400 14px/20px "Roboto",
    sans-serif;
}
.text.confirmation {
  font:
    400 15px/20px "Roboto",
    sans-serif;
}
.text.note {
  padding: 0;
}

.phone-call {
  width: 100%;
  overflow: hidden;
  max-width: 320px;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 20px;
}
.phone-call span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
  color: #647687;
  font:
    500 20px "Roboto",
    sans-serif;
  margin-bottom: 10px;
}
.phone-call span.phone {
  background: #eceef1;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 25px;
}
.phone-call small {
  width: 100%;
  color: #647687;
  font:
    400 13px "Roboto",
    sans-serif;
  color: #999999;
}

.connection-success {
  background: #edfaed;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.connection-success span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #33cc33;
  padding-left: 50px;
  position: relative;
  font:
    500 20px/20px "Roboto",
    sans-serif;
  width: 212px;
  text-align: left;
}
.connection-success span:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 48px;
  background-image: url(../svg/success-connect.svg);
  background-image: url(../svg/success-connect.svg);
  left: 0;
  top: 0;
}

p.info {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
p.info:first-of-type {
  padding-top: 40px;
}

header {
  color: white;
  z-index: 11;
  padding: 0 20px;
  background: white;
  transition: background-color 0.2s ease;
}
header.bg-default {
  background: #2e71f0;
  background: #2e71f0;
}
header.inner {
  background: none;
}
header.inner:after {
  display: none;
}
header.note {
  background: #2e71f0;
}
header.note:after {
  display: none;
}
header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: white;
}
header.success:after {
  background: #edfaed;
}
header > article {
  padding-top: 10px;
  position: relative;
}
header .wifi-logo,
header .welcome {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
header .wifi-logo {
  font:
    500 30px "Roboto",
    sans-serif;
  margin: 0 auto 20px;
}
header .wifi-logo img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .welcome {
  margin-bottom: 26px;
}
header .client-logo {
  max-width: 984px;
  background-color: white;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 100;
}
header .client-logo img {
  display: inline-block;
  height: 13vh;
  max-width: 100%;
  max-height: 160px;
  min-height: 80px;
  object-fit: contain;
  line-height: 10vh;
  vertical-align: middle;
  font:
    500 30px "Roboto",
    sans-serif;
  color: #333;
}

footer {
  z-index: 11;
}
footer > article {
  text-align: center;
  padding-top: 10px;
}

.adverts-header,
.service-modules-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #efefef;
  margin: 0 20px auto;
  padding: 20px;
  text-align: center;
}
.adverts-header h2,
.service-modules-header h2 {
  font:
    500 20px/20px "Roboto",
    sans-serif;
  display: block;
  margin-bottom: 20px;
}

.advert-item,
.service-module-item {
  padding: 0 20px;
}

.advert-header,
.service-module-header,
.advert-footer,
.service-module-footer {
  background: white;
  margin: 0;
  padding: 20px;
}

.advert-header,
.service-module-header {
  text-align: center;
  color: #647687;
  font:
    500 20px/20px "Roboto",
    sans-serif;
}

.advert-footer,
.service-module-footer {
  border-bottom: 1px dashed #b1bac3;
  position: relative;
}
.advert-footer .circle-left,
.advert-footer .circle-right,
.service-module-footer .circle-left,
.service-module-footer .circle-right {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #647687;
  bottom: -15px;
}
.advert-footer .circle-left,
.service-module-footer .circle-left {
  left: -15px;
}
.advert-footer .circle-right,
.service-module-footer .circle-right {
  right: -15px;
}

.carousel-wrap {
  padding: 0 20px;
}
.carousel-wrap .advert-footer,
.carousel-wrap .service-module-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}
.carousel-wrap .advert-footer .circle-left,
.carousel-wrap .advert-footer .circle-right,
.carousel-wrap .service-module-footer .circle-left,
.carousel-wrap .service-module-footer .circle-right {
  display: none;
}
.carousel-wrap .carousel-container .carousel-item {
  width: 100%;
}
.carousel-wrap .carousel-container .carousel-item .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.advert-item:first-child:not(.simple) .advert-header,
.advert-item:first-child:not(.simple) .service-module-header,
.service-module-item:first-child:not(.simple) .advert-header,
.service-module-item:first-child:not(.simple) .service-module-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.advert-item:last-child .advert-footer,
.advert-item:last-child .service-module-footer,
.service-module-item:last-child .advert-footer,
.service-module-item:last-child .service-module-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}
.advert-item:last-child .advert-footer .circle-left,
.advert-item:last-child .advert-footer .circle-right,
.advert-item:last-child .service-module-footer .circle-left,
.advert-item:last-child .service-module-footer .circle-right,
.service-module-item:last-child .advert-footer .circle-left,
.service-module-item:last-child .advert-footer .circle-right,
.service-module-item:last-child .service-module-footer .circle-left,
.service-module-item:last-child .service-module-footer .circle-right {
  display: none;
}
.advert-item .photo,
.service-module-item .photo {
  width: 100%;
  height: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background-position: center center;
  background-size: contain;
  position: relative;
}
.advert-item .photo:after,
.service-module-item .photo:after {
  content: "";
  display: block;
  padding-top: 75%;
}

ul.pagination {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
ul.pagination li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #989898;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 2.5px;
}
ul.pagination li.active {
  background: #637586;
}

/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop ΓÇô recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative;
  width: 100%;
}

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
  height: auto;
}

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  opacity: 1;
  transition: opacity 0.5s;
}

.preloader {
  width: 32px;
  height: 32px;
  position: relative;
}
.preloader.white > div {
  background: white;
}
.preloader > div {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #f34726;
  position: absolute;
  bottom: 0;
  animation: bounce 1s ease-in-out infinite;
}
.preloader > div:nth-child(1) {
  left: 0;
  max-height: 12px;
  animation-delay: 0.04s;
}
.preloader > div:nth-child(2) {
  left: 12px;
  max-height: 20px;
  animation-delay: 0.02s;
}
.preloader > div:nth-child(3) {
  right: 0;
  max-height: 28px;
}
@keyframes bounce {
  0% {
    height: 8px;
    bottom: 0;
  }
  50% {
    height: 28px;
    bottom: 0;
  }
  99% {
    height: 8px;
    bottom: 0;
  }
}
.preloader.page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.buttons {
  width: 100%;
  overflow: hidden;
  max-width: 320px;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 20px;
}

button {
  display: block;
  width: 90%;
  height: 46px;
  background: #2e71f0;
  color: white;
  border: none;
  font:
    900 20px/20px "Roboto",
    sans-serif;
  text-transform: uppercase;
  border-radius: 23px;
  cursor: pointer;
  transition: box-shadow 0.1s ease;
}
button:active {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.2);
}
button.small {
  width: 136px;
  height: 35px;
  font-size: 15px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
button.small.left {
  float: left;
}
button.small.right {
  float: right;
}
button.center {
  margin: 30px auto 0;
}
button.cancel {
  background: #999;
}

a {
  color: #2e71f0;
  text-decoration: none;
  border-bottom: 1px dashed #999999;
}
a.info {
  padding-left: 25px;
  position: relative;
  text-decoration: underline;
  border: none;
}
a.info:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../svg/info.svg);
  background-image: url(../svg/info.svg);
}
a.close {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
}
a.close:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/crosshair.png);
  background-image: url(../img/crosshair.png);
}
a.call-btn {
  display: block;
  width: 136px;
  height: 35px;
  font:
    900 15px/35px "Roboto",
    sans-serif;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: #2e71f0;
  color: white;
  border: none;
  text-transform: uppercase;
  border-radius: 23px;
  text-align: center;
}
a.call-btn.left {
  float: left;
}
a.call-btn.right {
  float: right;
}
a.already-btn {
  display: block;
  width: 220px;
  height: 35px;
  font:
    900 15px/35px "Roboto",
    sans-serif;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 20px auto;
  background: white;
  color: #2e71f0;
  border: none;
  text-transform: uppercase;
  border-radius: 23px;
  text-align: center;
}

button.Wallop-buttonPrevious,
button.Wallop-buttonNext {
  width: 40px;
  height: 40px;
  background: url("../img/slider_btns.png");
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 102;
}

button.Wallop-buttonPrevious {
  background-position: 0 0;
  left: 10px;
}

button.Wallop-buttonNext {
  background-position: -40px 0;
  right: 10px;
}

.bullet {
  margin: 10px auto;
  width: 25px;
  height: 25px;
  position: relative;
}
.bullet > div:not(.overlay) {
  width: 100%;
  height: 100%;
  background: #2e71f0;
}
.bullet .overlay {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url("../svg/bullets.svg");
  background-size: cover;
}
.bullet .overlay.one {
  background-position: 0 0;
}
.bullet .overlay.two {
  background-position: -25px 0;
}
.bullet .overlay.three {
  background-position: -50px 0;
}
.bullet .overlay.four {
  background-position: -75px 0;
}

form {
  width: 100%;
  max-width: 320px;
  margin: 10px auto 0;
  padding: 0 20px;
}
form label {
  padding: 10px 60px;
  border-bottom: 2px solid #2e71f0;
  position: relative;
  width: 100%;
  display: block;
  font:
    400 20px "Roboto",
    sans-serif;
}
form label:before {
  content: "+7";
  color: #999999;
  position: absolute;
  top: 11px;
  left: 10px;
}
form label.valid:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  top: 50%;
  margin-top: -7.5px;
  right: 10px;
  background-image: url(../img/check.png);
  background-image: url(../img/check.png);
}
form label.error:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background-image: url(../img/cancel.png);
  background-image: url(../img/cancel.png);
}
form input[type="tel"] {
  width: 100%;
  border: none;
  color: #333;
}
form input[type="tel"]:disabled {
  background: none;
  color: #333;
}
