@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap&subset=latin-ext");
html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #222;
  margin: 0 !important;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 40px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.width-100 {
  width: 100%;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.element-hidden {
  display: none;
}

.spliter {
  width: 100%;
  height: 1px;
  border-top: solid 1px #fff;
}

.bg-white {
  background-color: #fff;
}

.darkgray2 {
  color: #1f1f1f;
}

a, a:visited {
  text-decoration: none;
  color: #ccc;
  transition: color 0.5s ease;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  color: #1900b3;
  text-decoration: none;
  transition: color 0.5s ease;
}
a.emph, a:visited.emph {
  padding: 0 3px;
  color: #1f1f1f;
  background-color: #fff;
  transition: color 0.5s ease, background-color 0.5s ease;
}
a.emph:hover, a.emph:active, a:visited.emph:hover, a:visited.emph:active {
  color: #fff;
  background-color: #83066A;
  transition: color 0.5s ease, background-color 0.5s ease;
}

h1 {
  margin: 0 0 20px 0;
  font-size: 2.3rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #636c68;
}
h1.large {
  font-size: 4.4rem;
}

h2 {
  font-size: 2rem;
  font-family: "Oswald", "Open Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #636c68;
}

h3 {
  font-family: "Oswald", "Open Sans", sans-serif;
  font-weight: 700;
  margin: 10px 0 20px 0;
  font-size: 1.85rem;
  color: #636c68;
}

p {
  margin-bottom: 15px;
  font-size: 1.45rem;
  line-height: 2.5rem;
}

form, .form-styles {
  color: #222;
}
form h2, .form-styles h2 {
  font-size: 20px;
  color: #636c68;
  margin: 0 0 20px 0;
}
form h3, .form-styles h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #636c68;
}
form .form-segment, .form-styles .form-segment {
  display: none;
}
form .form-segment.active, .form-styles .form-segment.active {
  display: block;
}
form .serial, .form-styles .serial {
  text-align: center;
}
form .serial img, .form-styles .serial img {
  width: 100%;
  height: auto;
  border: solid 1px #000;
}
form .serial p, .form-styles .serial p {
  margin: 10px 0 0 0;
}
form button, .form-styles button {
  border: none;
  padding: 7px 25px;
  color: #fff;
  background-color: #636c68;
  transition: color 0.5s, background-color 0.5s;
  font-weight: bold;
  outline: none;
  border-radius: 5px;
}
form button:hover, .form-styles button:hover {
  color: #222;
  background-color: #636c68;
}
form textarea, .form-styles textarea {
  height: 160px !important;
  resize: vertical;
}
form label, .form-styles label {
  font-weight: normal;
}
form label.float, .form-styles label.float {
  display: inline;
}
form .validate-field, .form-styles .validate-field {
  color: #f00;
  display: none;
  width: 100%;
  margin-top: 5px;
}
form .upload-area-invoice, form .upload-area-serial, .form-styles .upload-area-invoice, .form-styles .upload-area-serial {
  width: 100%;
  height: auto;
  color: #666;
  padding: 30px;
  border: dashed 1px #222;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}
form .upload-area-invoice input, form .upload-area-serial input, .form-styles .upload-area-invoice input, .form-styles .upload-area-serial input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
form .upload-area-invoice span, form .upload-area-serial span, .form-styles .upload-area-invoice span, .form-styles .upload-area-serial span {
  color: #000 !important;
  font-size: 16px;
}
form input:-moz-read-only, .form-styles input:-moz-read-only {
  background-color: #fff !important;
}
form input:read-only, .form-styles input:read-only {
  background-color: #fff !important;
}

header {
  width: 100%;
  height: 80px;
  padding: 15px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 100000;
}
header .mnu {
  height: 60px;
  overflow: visible;
  z-order: 10000;
}
header .logo-big {
  height: 18px;
  display: block;
  width: auto;
  margin-top: 15px;
  float: left;
}
header .logo-small {
  display: none;
}
header .button {
  font-size: 16px;
  font-weight: bold;
  background-color: #ccc;
  color: #222;
  text-align: center;
  padding: 5px 20px;
  float: right;
  margin-top: 10px;
  display: inline-block;
  border: none;
  transition: color 0.5s, background-color 0.5s;
}
header .button:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 1px 1px 1px #222;
}
header nav {
  float: right;
}
header nav ul {
  margin: 14px 0 0 0;
  padding: 0;
  display: inline-block;
  float: right;
}
header nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0;
  font-size: 13px;
  font-weight: bold;
}
header nav ul li a {
  color: #1f1f1f !important;
}
header nav ul li a:hover {
  color: #000 !important;
}
header .lang-select {
  margin-top: 15px;
}
header .lang-select .cont {
  width: auto;
  float: right;
  overflow: visible;
  margin-right: 30px;
}
header .lang-select .cont img {
  height: 16px;
  width: auto;
  margin-right: 5px;
  margin-top: -2px;
}
header .lang-select .cont .selected {
  cursor: pointer;
  float: right;
  padding-bottom: 10px;
  margin-right: 20px;
  font-weight: bold;
  color: #000;
}
header .lang-select .cont .drop {
  display: none;
  width: auto;
  height: auto;
  background-color: #f2f2f2;
  padding: 15px;
  float: right;
  clear: both;
  position: relative;
  margin-top: 16px;
}
header .lang-select .cont .drop ul {
  padding: 0;
  margin: 0;
}
header .lang-select .cont .drop ul li {
  margin-bottom: 15px;
  display: block;
  white-space: nowrap;
}
header .lang-select .cont .drop ul li a {
  color: #1f1f1f !important;
}
header .lang-select .cont .drop ul li a:hover {
  color: #000 !important;
}
header .lang-select .cont .drop ul li:last-child {
  margin-bottom: 0;
}

.homepage {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 80px);
  padding-top: 50px;
  padding-bottom: 50px;
}
.homepage .devices {
  text-align: right;
}
.homepage .devices select {
  background-color: #fff;
  color: #636c68;
  font-weight: bold;
  padding: 10px;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  border: solid 1px #636c68;
}
.homepage .devices select option {
  padding: 10px;
  font-weight: bold;
  background-color: #fff;
}
.homepage .devices label {
  width: 100%;
  color: #fff;
}
.homepage .devices button {
  border: solid 1px #fff;
  padding: 10px 30px;
  color: #fff;
  background-color: #636c68;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  font-weight: bold;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}
.homepage .devices button:hover {
  color: #222;
  background-color: #636c68;
  border-color: #222;
}
.homepage h1 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #222;
  width: 100%;
  -webkit-text-stroke: 1px #666;
  font-family: "Oswald", "Open Sans", sans-serif;
}
.homepage .date {
  background-color: #636c68;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
}
.homepage .fiveyw_badge img {
  margin-top: 60px;
  width: 140px;
  height: auto;
}

.lang {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 80px);
  padding-top: 50px;
  padding-bottom: 50px;
}
.lang .flags {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  text-align: center;
  padding: 20px 20px 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.lang .flags h1 {
  text-align: center;
  margin: 0 0 60px 0;
}
.lang .flags img {
  width: 100px;
  height: auto;
  margin: 0 20px 20px 20px;
}

.forms {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 80px);
  width: 100%;
}
.forms .left-forms {
  width: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  height: auto;
  min-height: calc(100vh - 80px);
  vertical-align: top;
  display: flex;
  flex-direction: column;
  position: relative;
}
.forms .left-forms .sticker {
  margin: 60px 0 0 60px;
  width: 240px;
  height: auto;
}
.forms .left-forms .devices {
  position: absolute;
  top: 46vh;
  left: 0;
  width: 100%;
  height: 60vh;
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
.forms .left-forms .devices .item {
  width: 40%;
  height: 100%;
  margin: 0 auto;
}
.forms .left-forms .devices .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.forms .right-forms {
  display: flex;
  flex-direction: column;
  width: 50%;
  display: inline-block;
  background-color: #fff;
  min-height: calc(100vh - 80px);
  height: auto;
  vertical-align: top;
}
.forms .right-forms .header {
  background-color: #ddd;
  padding: 40px 60px;
  color: #222;
}
.forms .right-forms .header.padding-bottom {
  padding-bottom: 20px;
}
.forms .right-forms .header h1 {
  font-size: 42px;
  margin: 0;
}
.forms .right-forms .header ul {
  padding: 0;
  margin: 0;
}
.forms .right-forms .header ul li {
  display: inline-block;
  margin: 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: bottom;
}
.forms .right-forms .header ul li.active {
  border-bottom: solid 2px #636c68;
  font-size: 16px;
  color: #636c68;
}
.forms .right-forms .form {
  padding: 40px 60px 20px 60px;
}
.forms .right-forms .form .description {
  margin-bottom: 40px;
}
.forms .right-forms .form .form-group {
  margin-bottom: 20px;
}
.forms .right-forms .form .form-group span {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  display: block;
}

.account .header {
  background-color: #ddd;
  padding: 60px 0 0 0;
  color: #222;
}
.account .header h1 {
  font-size: 42px;
  margin: 0 0 40px 0;
}
.account .header ul {
  padding: 0;
  margin: 0;
}
.account .header ul li {
  display: inline-block;
  margin: 0;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  vertical-align: bottom;
}
.account .header ul li.active {
  border-bottom: solid 2px #636c68;
  font-size: 16px;
  color: #636c68;
}
.account .notifications {
  margin-top: 60px;
}
.account .notifications .alert {
  margin-bottom: 20px;
}
.account .content {
  padding: 0 0 60px 0;
  display: none;
  height: auto;
  min-height: calc(100vh - 320px);
}
.account .content.active {
  display: block;
}
.account .content thead {
  background-color: #636c68;
  color: #fff;
}
.account .content td a {
  color: #222;
}
.account .content td a:hover {
  color: #000;
}

.hero-home {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/background.jpg");
}
.hero-home .logo {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 250px;
  height: auto;
  filter: drop-shadow(3px 3px 3px #222);
}
.hero-home .sticker {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 280px;
  height: auto;
}
.hero-home .countries {
  position: absolute;
  top: 200px;
  left: 80px;
  height: auto;
}
.hero-home .countries .c_item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hero-home .countries .c_item a, .hero-home .countries .c_item a:visited {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #222;
}
.hero-home .countries .c_item a:hover, .hero-home .countries .c_item a:visited:hover {
  text-decoration: underline;
}
.hero-home .countries .c_item img {
  width: 30px;
  height: auto;
  margin-right: 20px;
}
.hero-home .devices {
  position: absolute;
  top: 450px;
  left: 0;
  width: 100%;
  height: calc(100% - 450px);
  padding: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
.hero-home .devices .item {
  width: 25%;
  height: 100%;
  margin: 0 auto;
}
.hero-home .devices .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
  background-color: #f2f2f2;
}
footer p {
  font-size: 12px;
}
footer p.larger, footer p span {
  font-size: 14px;
  font-weight: bold;
}
footer .social-icons {
  text-align: right;
}
footer .social-icons img {
  height: 30px;
  width: auto;
  margin: 0 15px 15px 0;
}
footer a {
  color: #222;
}
footer a:hover {
  color: #000;
}
footer .footer-notes {
  margin-top: 30px;
}
footer .footer-notes p {
  margin: 0 0 10px 0;
  line-height: normal;
  color: #666;
  font-size: 12px;
}
footer .footer-notes p:last-child {
  margin-bottom: 0;
}
footer a {
  color: #222 !important;
}
footer a:hover {
  color: #000 !important;
}

#datepicker {
  background-color: #fff;
  cursor: pointer;
}

.serial-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media all and (max-width: 992px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  header {
    width: 100%;
    height: 70px;
    padding: 10px 0;
  }
  header .logo-big {
    display: none;
  }
  header .logo-small {
    display: block;
    width: 40px;
    height: auto;
    margin-top: 5px;
  }
  header .button {
    font-size: 14px;
  }
  header nav ul {
    width: 100%;
    text-align: right;
  }
  header nav ul li {
    margin: 0 0 0 20px;
  }
  .lang-select {
    position: absolute;
    left: 20px;
    top: -3px;
  }
  .lang-select .selected {
    float: left;
    width: 60px;
  }
  .homepage .tvs {
    text-align: left;
    padding-top: 40px;
  }
  .forms {
    min-height: 65vh;
  }
  .forms .left-forms {
    display: none;
  }
  .forms .right-forms {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .forms .right-forms .header {
    padding: 20px 20px 1px 20px;
  }
  .forms .right-forms .header.padding-bottom {
    padding-bottom: 1px;
  }
  .forms .right-forms .header h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .forms .right-forms .header ul li {
    font-size: 12px;
    padding: 10px 10px;
  }
  .forms .right-forms .header ul li.active {
    font-size: 14px;
  }
  .forms .right-forms .form {
    padding: 20px;
  }
  .account .header {
    padding-top: 20px;
  }
  .account .header h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .account .header ul li {
    font-size: 12px;
    padding: 10px 10px;
  }
  .account .header ul li.active {
    font-size: 14px;
  }
  .account .content table {
    font-size: 12px !important;
  }
  .hero-home .logo {
    top: 30px;
    left: 30px;
    width: 160px;
  }
  .hero-home .sticker {
    top: 30px;
    right: 30px;
    width: 120px;
  }
  .hero-home .countries {
    top: 120px;
    left: 30px;
  }
  .hero-home .devices {
    top: 320px;
    width: 100%;
    height: calc(100% - 320px);
    padding: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
  .hero-home .devices .item {
    width: calc(50% - 20px);
    height: auto;
  }
  footer {
    text-align: center;
  }
}/*# sourceMappingURL=common.css.map */