body, html {
  width: 100%;
  overflow-x: hidden; }

select {
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 15px; }

input[type='text'],
input[type='search'] {
  -webkit-appearance: none; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

[v-cloak] {
  display: none !important;
  /* color: green;*/ }

* {
  box-sizing: border-box; }

body, ul, dl, ol
, h1, h2, h3, h4, h5, h6,
p, b {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: 400; }

button, input {
  padding: 0;
  color: inherit;
  outline: none;
  border: none;
  background: none; }

body {
  padding-top: 50px;
  font-size: 14px;
  overflow-x: hidden; }

select {
  border: none; }

textarea {
  padding: 0;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none; }

.none {
  display: none; }

a {
  color: inherit;
  text-decoration: none; }

ul li, ol li {
  list-style-type: none; }

img {
  display: inline-block;
  width: 100%; }

em, i {
  font-style: normal; }

.shade {
  position: fixed;
  top: 0;
  z-index: 98;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.shade2 {
  position: fixed;
  top: 0;
  z-index: 98;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); }

.err {
  position: fixed;
  z-index: 10000;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  left: 50%;
  bottom: 100px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.center {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 110;
  width: 150px;
  height: 80px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased; }

.skype-loader {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 70px; }

.skype-loader .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.31, 1) infinite; }

.skype-loader .dot:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.skype-loader .dot:nth-child(2) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s; }

.skype-loader .dot:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

.skype-loader .dot:nth-child(4) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s; }

.skype-loader .dot:after, .skype-loader .dot .first {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px; }

.skype-loader .dot .first {
  background: #fff;
  margin-top: -4px;
  -webkit-animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes dotrotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dotrotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dotscale {
  0%, 10% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px; }
  50% {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: 0; }
  90%, 100% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px; } }

@keyframes dotscale {
  0%, 10% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px; }
  50% {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: 0; }
  90%, 100% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px; } }

/*# sourceMappingURL=../maps/common.css.map */
