/* Copyright 1999-2016. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(
  //fonts.googleapis.com/css?family=Open + Sans:300,
  400,
  600&subset=latin,
  latin-ext,
  cyrillic,
  cyrillic-ext,
  greek,
  greek-ext,
  vietnamese
);
html {
  font: normal 18px/1.4 "Arial", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
  color: #4a4a4a;
}
html,
body {
  min-height: 90vh;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a {
  color: #2498e3;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #188dd9;
  text-decoration: underline;
}
img {
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
h3 {
  text-align: center;
  margin: 0;
  font-size: 2.8vw;
  font-weight: 100;
  text-transform: uppercase;
}
h3 b {
  color: #e02140;
}
.cont {
  margin-top: 5vw;
}
.flexcont,
.flagcont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}
.flagcont {
  margin-top: 2vw;
}
.flexleft,
.flagleft,
.flexright,
.flagright {
  flex: 1;
}
.flexleft img,
.flexright img {
  max-width: 580px;
}
.flexleft {
  justify-content: start;
  text-align: left;
}
.flexright {
  justify-content: end;
  text-align: right;
}
.flexmid {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 25vw;
  text-align: center;
  padding-left: 5vw;
  padding-right: 5vw;
}
.flagmid {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 10vw;
  text-align: center;
  padding-left: 10vw;
  padding-right: 10vw;
}
.flagmid img {
  max-width: 2.5vw;
}
.flexmid img {
  max-width: 300px;
}
.contmob {
  display: none;
  margin-top: 8vw;
}
.logomid {
  margin: 15vw 0;
  max-width: 50vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.facemid {
  width: 8vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10vw;
  margin-top: -5vw;
}
.mobgraf {
  margin-left: auto;
  margin-right: auto;
  width: 18vw;
  margin-top: 3vw;
  margin-bottom: 2.5vw;
}
.pagecont {
  height: 100vh;
  overflow: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagecont {
    display: block;
    height: auto;
  }
  h3 {
    text-align: center;
    margin: 0;
    font-size: 4.5vw;
  }
  .mobgraf {
    width: 80vw;
    margin-bottom: 0;
  }
  .cont2 {
    display: none;
  }
  .contmob {
    display: block;
  }
  .page-header-wrapper {
    height: auto !important;
  }
}
@media (min-width: 480px) {
  .links > li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .page-header-wrapper {
    height: 51px;
  }
  .page-header {
    box-sizing: border-box;
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 51px;
  }
  .page-header,
  .page-content,
  .page-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-info {
    box-sizing: border-box;
    min-height: 240px;
    padding: 20px 40px 20px 313px;
    border: 1px solid #ccc;
    background: #f2f2f2 url(../img/globe.png) no-repeat;
    background-size: 273px 240px;
  }
  .links > li {
    width: 33.33%;
  }
  .product-info-wrapper .col {
    width: 50%;
  }
}

.pathbar {
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.pathbar a {
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 0 5px 0 15px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ebebeb;
}
.pathbar a:before {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
.pathbar a:after {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ebebeb;
  content: "";
}
.pathbar a:hover {
  background: #2298cb;
  color: #fff;
}
.pathbar a:hover:after {
  border-left-color: #2298cb;
}
.pathbar a:first-child {
  padding-left: 10px;
}
.pathbar a:first-child:before {
  display: none;
}
.test h1 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #444;
}
.test h2 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #444;
}
.test p {
  margin: 12px 0;
}
iframe {
  border: 1px solid #bebebe;
}
.test-data table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.test-data td,
.test-data th {
  padding: 0;
}
.test-data table > thead > tr > th,
.test-data table > tbody > tr > th,
.test-data table > tfoot > tr > th,
.test-data table > thead > tr > td,
.test-data table > tbody > tr > td,
.test-data table > tfoot > tr > td {
  padding: 6px 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #d6d6d6;
}
.test-data table > thead > tr:first-child > th,
.test-data table > tbody > tr:first-child > th,
.test-data table > tfoot > tr:first-child > th,
.test-data table > thead > tr:first-child > td,
.test-data table > tbody > tr:first-child > td,
.test-data table > tfoot > tr:first-child > td {
  border-top: 0;
}
.test-data table th {
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  background: #fafafa;
}
