/* os icons */
.os_icons_area {
  position: absolute;
  top: 87px;
  left: 249px;
  *zoom: 1; /*For IE 6&7 only*/
}
.os_icons_area:before, .os_icons_area:after {
  content: "";
  display: table;
}
.os_icons_area:after {
  clear: both;
}
.os_icons_area a.os_icon {
  display: block;
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin: 0 3px;
  padding: 2px;
  padding-top: 5px;
  text-align: center;
  position: relative;
}
.os_icons_area a.os_icon.windows {
  font-size: 22px;
  color: #0bb2ed;
}
.os_icons_area a.os_icon.android {
  color: #b8de40;
}
.os_icons_area a.os_icon.apple {
  color: #f6f6f6;
}
.os_icons_area a.os_icon.mac {
  width: 22px;
  margin-left: 7px;
  padding-top: 7px;
}
.os_icons_area a.os_icon .qrcode {
  width: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 14px 5px rgba(0,0,0,.5);
  background-color: #fff;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity ease .25s, top ease .25s;
}
.os_icons_area a.os_icon .qrcode img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.os_icons_area a.os_icon .qrcode::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.os_icons_area a.os_icon:hover .qrcode {
  pointer-events: auto;
  opacity: 1;
  top: -107px;
}
.pd_purchase_ENU .pd_plans.upgrade{
	padding-right: 15px;
}
.pd_plans {
	text-decoration: none;
	padding-right: 30px;
}

.pd_purchase_left #pd_slogan {
  line-height: 2.6rem;
  font-size: clamp(1.85em, 4vw, 38px);
}

.icon-winos-w{
    background-image: url(../img/winos.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: relative;
    float: left;
    top: 8px;
}
