/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
blockquote {
  margin: 0;
}
table.table {
  vertical-align: middle;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
  max-width: 700px;
}
table.table thead {
  font-size: 12px;
}
table.table thead td {
  line-height: 1.5;
  padding: 12px 14px 10px;
  background: #f3f3f3;
  font-weight: 400;
}
table.table tbody a {
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
}
table.table tbody a:hover {
  text-decoration: underline;
}
table.table tbody td {
  padding: 8px 14px 6px;
  border-bottom: 1px solid #f3f3f3;
}
table.table .price {
  font-size: 14px;
}
table.table .order {
  font-weight: 400;
}
table.table .buyLink {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
table.table .buyLink:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 17px;
  height: 17px;
  background-position: -271px -184px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  table.table .buyLink:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  table.table .buyLink:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  table.table .buyLink:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
table.table2 {
  width: 100%;
  max-width: 990px;
  font-weight: 600;
  text-align: center;
}
table.table2 td {
  position: relative;
  border: 2px solid #ccc;
  padding: 10px 17px 9px;
}
table.table2 td:nth-child(1) {
  text-align: left;
}
table.table2 td:nth-child(2),
table.table2 td:nth-child(3) {
  border-right-width: 5px;
  width: 70px;
}
table.table2 td:nth-child(2) {
  border-left-width: 5px;
}
table.table2 .check,
table.table2 .cross {
  text-align: center;
  vertical-align: middle;
}
table.table2 .check:after,
table.table2 .cross:after {
  content: '';
  display: inline-block;
}
table.table2 .check:after {
  width: 28px;
  height: 22px;
  background-position: -455px -382px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  table.table2 .check:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  table.table2 .check:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  table.table2 .check:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
table.table2 .cross:after {
  width: 16px;
  height: 16px;
  background-position: -218px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  table.table2 .cross:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  table.table2 .cross:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  table.table2 .cross:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
table.table2 thead {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3ca9e7;
}
table.table2 thead tr:first-child td:first-child {
  border-left: 0;
  border-top: 0;
}
table.table2 thead tr:first-child td:nth-child(2) {
  border-top-width: 5px;
}
table.table2 thead tr:first-child td:nth-child(3) {
  border-top-width: 5px;
}
table.table2 tbody tr:last-child td:first-child {
  border-left: 0;
  border-bottom: 0;
}
table.table2 tbody tr:last-child td:nth-child(2) {
  border-bottom-width: 5px;
}
table.table2 tbody tr:last-child td:nth-child(3) {
  border-bottom-width: 5px;
}
@media only screen and (max-width: 600px) {
  table.table thead {
    font-size: 12px;
  }
  table.table thead td {
    padding: 12px 6px 10px;
  }
  table.table tbody td {
    font-size: 12px;
    padding: 8px 6px 6px;
  }
  table.table .buyLink {
    padding-left: 20px;
  }
  table.table2 {
    font-size: 14px;
  }
  table.table2 td {
    padding: 11px 6px 9px;
  }
  table.table2 td:nth-child(1) {
    text-align: left;
  }
  table.table2 td:nth-child(2),
  table.table2 td:nth-child(3) {
    border-right-width: 5px;
    width: 40px;
  }
  table.table2 td:nth-child(2) {
    border-left-width: 5px;
  }
  table.table2 thead {
    font-size: 16px;
  }
}
.baseButton {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  padding: 12px 16px 13px 16px;
  border: 0;
  outline: 0;
  background-color: #3ba9e7;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: left 2s ease, top 2s ease, background-color 0.2s ease;
  transition: left 2s ease, top 2s ease, background-color 0.2s ease;
  line-height: 1;
}
.baseButton:active {
  left: 2px;
  top: 2px;
}
.baseButton:hover {
  background-color: #edad13;
  box-shadow: 0 10px 20px rgba(44,56,78,0.14);
}
.downloadButton {
  min-width: 200px;
  padding-left: 46px;
  font-size: 14px;
}
.downloadButton span {
  display: inline-block;
  vertical-align: middle;
}
.downloadButton:before {
  position: absolute;
  content: '';
  left: 16px;
  top: 20px;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  background-position: -487px -382px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .downloadButton:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .downloadButton:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .downloadButton:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.downloadButton + .note {
  font-size: 14px;
  font-weight: 400;
}
.downloadButton .title {
  margin-right: 7px;
}
.downloadButton .size {
  float: right;
  padding-top: 3px;
  font-weight: 400;
  font-size: 10px;
}
.readMoreBtn {
  position: relative;
  display: inline-block;
  padding: 7px 17px;
  color: #3ca9e7;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 20px;
  background-clip: padding-box;
}
.readMoreBtn:after {
  position: relative;
  display: inline-block;
  content: '';
  top: 1px;
  width: 8px;
  height: 13px;
  background-position: -509px -237px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
  margin-left: 13px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .readMoreBtn:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .readMoreBtn:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .readMoreBtn:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.readMoreBtn:hover {
  box-shadow: 0 10px 20px rgba(44,56,78,0.14);
  border-color: #3ba9e7;
}
.readMoreBtn.readMoreBtn2:after {
  width: 8px;
  height: 13px;
  background-position: -509px -220px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .readMoreBtn.readMoreBtn2:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .readMoreBtn.readMoreBtn2:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .readMoreBtn.readMoreBtn2:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.readMoreBtn.readMoreBtn2:hover {
  border-color: #fff;
}
.downGooglePlay,
.downAppStore {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
}
.downGooglePlay {
  width: 120px;
  height: 40px;
  background-position: -218px -325px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .downGooglePlay {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .downGooglePlay {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .downGooglePlay {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.downAppStore {
  width: 114px;
  height: 40px;
  background-position: -118px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .downAppStore {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .downAppStore {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .downAppStore {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.red {
  color: #f33;
}
.fontNormal {
  font-size: 14px !important;
}
strike {
  text-decoration: line-through;
}
.help {
  position: relative;
  display: inline-block;
  cursor: help;
  vertical-align: middle;
  left: 0.25em;
  top: -0.1em;
  width: 15px;
  height: 15px;
  background-position: -368px -275px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .help {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .help {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .help {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.help a {
  color: #fff;
}
.help:hover .helpTooltip {
  display: block;
}
.help .helpTooltip {
  display: none;
  position: absolute;
  top: -21px;
  left: 0;
  padding-left: 22px;
  z-index: 999;
  max-width: 300px;
  min-width: 200px;
}
.help .helpTooltip:before {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 6px;
  height: 6px;
  background-position: -563px -324px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .help .helpTooltip:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .help .helpTooltip:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .help .helpTooltip:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.help .tooltipText {
  display: block;
  padding: 8px 25px 8px 10px;
  background: #3399b6;
  background: rgba(0,128,164,0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.help.top .helpTooltip {
  top: 0;
  padding-top: 22px;
  padding-left: 0;
  left: auto;
  right: -20px;
}
.help.top .helpTooltip:before {
  top: 16px;
  right: 24px;
  left: auto;
  width: 6px;
  height: 6px;
  background-position: -563px -338px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .help.top .helpTooltip:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .help.top .helpTooltip:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .help.top .helpTooltip:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (min-width: 401px) {
  .display-table {
    display: table !important;
  }
  .display-td {
    display: table-cell !important;
    vertical-align: middle !important;
  }
  .display-td > a,
  .display-td > span {
    margin: 0 !important;
  }
  .display-td:first-child {
    padding-right: 20px;
  }
}
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.7;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  height: 100%;
  min-width: 280px;
}
@media only screen and (min-width: 991px) {
  body {
    min-width: 990px;
  }
}
a {
  color: #3ca9e7;
  outline: none;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {
  font-size: 48px;
  line-height: 1.25;
  margin: 54px 0 21px;
  font-weight: 300;
}
h2 {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 5px;
}
h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
.content {
  position: relative;
}
.content p {
  margin-bottom: 22px;
}
.mainContent ul {
  list-style: none;
  padding-left: 26px;
  margin-bottom: 20px;
}
.mainContent li {
  position: relative;
}
.mainContent li:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3ba9e7;
}
.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  padding: 0 0 0 0;
}
.facebookCont,
.syncCont,
.tryCont,
.footer,
.mainContent,
.headingWrapperInner,
.contentWidthBlock {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 990px) {
  .facebookCont,
  .syncCont,
  .tryCont,
  .footer,
  .mainContent,
  .headingWrapperInner,
  .contentWidthBlock {
    width: 990px;
  }
}
.contentWrap {
  padding-bottom: 346px;
}
.index .contentWrap {
  padding-bottom: 266px;
}
.headingWrapper {
  min-height: 212px;
  padding-bottom: 38px;
  margin-bottom: 30px;
  background-color: #edad13;
  font-size: 16px;
  line-height: 1.5;
}
.headingWrapper a {
  color: #333;
}
.headingWrapper.headingBgColor2 {
  background-color: #f3f3f3;
}
.headingWrapper.headingBgColor3 {
  background-color: #7ddb77;
}
.headingWrapper.headingBgColor4 {
  background-color: #3ca9e7;
}
.headingWrapper.headingMargin2 {
  margin-bottom: 54px;
}
.headingWrapper.headingPadding2 h1 {
  margin-top: 88px;
}
img.jcepopup,
img.marginBig {
  margin: 0 20px 20px 0;
}
.headingWrapper.getEpimHeading {
  background-color: #f3f3f3;
}
.get-epim-wrap {
  margin-top: -74px;
}
.get-epim-wrap .column {
  box-sizing: border-box;
  border: 7px solid #edad13;
}
.get-epim-wrap .column .note {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.3;
}
.get-epim-wrap .column.pc-version h2:before {
  width: 173px;
  height: 111px;
  background-position: 0px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .get-epim-wrap .column.pc-version h2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .get-epim-wrap .column.pc-version h2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .get-epim-wrap .column.pc-version h2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.get-epim-wrap .column.pc-version .note {
  margin-bottom: 32px;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}
.get-epim-wrap .column.pc-version h3:first-child {
  margin-top: 0;
}
.get-epim-wrap .column.android-version {
  border-color: #7ddb77;
}
.get-epim-wrap .column.android-version .col-content-wrap {
  padding-top: 24px;
}
.get-epim-wrap .column.android-version h2 {
  background-color: #7ddb77;
}
.get-epim-wrap .column.android-version h2:before {
  width: 64px;
  height: 111px;
  background-position: -387px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .get-epim-wrap .column.android-version h2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .get-epim-wrap .column.android-version h2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .get-epim-wrap .column.android-version h2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.get-epim-wrap .column.ios-version {
  border-color: #3ba9e7;
}
.get-epim-wrap .column.ios-version .col-content-wrap {
  padding-top: 24px;
}
.get-epim-wrap .column.ios-version h2 {
  background-color: #3ba9e7;
}
.get-epim-wrap .column.ios-version h2:before {
  width: 61px;
  height: 111px;
  background-position: -387px -115px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .get-epim-wrap .column.ios-version h2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .get-epim-wrap .column.ios-version h2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .get-epim-wrap .column.ios-version h2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.get-epim-wrap .column.free-pro-version h2:after {
  width: 114px;
  height: 114px;
  background-position: -177px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .get-epim-wrap .column.free-pro-version h2:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .get-epim-wrap .column.free-pro-version h2:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .get-epim-wrap .column.free-pro-version h2:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.get-epim-wrap .column.free-version h2:after {
  width: 114px;
  height: 114px;
  background-position: 0px -115px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .get-epim-wrap .column.free-version h2:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .get-epim-wrap .column.free-version h2:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .get-epim-wrap .column.free-version h2:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.get-epim-wrap .column h2 {
  position: relative;
  padding: 180px 26px 18px;
  margin: 0;
  line-height: 1;
  color: #fff;
  background-color: #edad13;
  font-weight: 600;
  font-size: 30px;
}
.get-epim-wrap .column h2:after,
.get-epim-wrap .column h2:before {
  position: absolute;
  content: '';
}
.get-epim-wrap .column h2:after {
  top: -7px;
  right: -7px;
}
.get-epim-wrap .column h2:before {
  left: 30px;
  top: 34px;
}
.get-epim-wrap .column .col-content-wrap {
  padding: 17px 22px 24px;
}
.get-epim-wrap .column .downloadButton {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 601px) {
  .get-epim-wrap .column {
    float: left;
  }
}
@media only screen and (min-width: 601px) and (max-width: 990px) {
  .get-epim-wrap .column {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .get-epim-wrap .column {
    width: 33.33333%;
  }
  .get-epim-wrap .column.android-version,
  .get-epim-wrap .column.ios-version {
    height: 494px;
  }
}
.featuresWrap {
  padding-top: 72px;
  padding-bottom: 461px;
  font-size: 16px;
  line-height: 1.5;
}
.featuresWrap.featuresPage {
  padding-bottom: 0;
  padding-top: 45px;
}
.featuresWrap.featuresPage .block {
  padding-bottom: 28px;
}
.featuresWrap.exclusive {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -30px;
}
.featuresWrap.exclusive:before,
.featuresWrap.exclusive:after {
  display: table;
  content: "";
}
.featuresWrap.exclusive:after {
  clear: both;
}
.featuresWrap.exclusive .block {
  padding-bottom: 28px;
  display: table-row;
}
.featuresWrap.exclusive .block:last-child {
  padding-bottom: 0;
}
.featuresWrap.exclusive h1 a {
  text-decoration: none;
  color: #333;
}
.featuresWrap.exclusive .img {
  text-align: center;
}
.featuresWrap h1 {
  margin-top: 38px;
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3333;
}
.featuresWrap ul {
  text-align: left;
}
.featuresWrap .rightBox,
.featuresWrap .leftBox {
  position: relative;
}
.featuresWrap .block {
  padding-bottom: 34px;
}
.featuresWrap .block img {
  position: relative;
}
.featuresWrap .cloud-synch ul {
  margin-top: -24px;
}
.featuresWrap .cloud-backup li {
  margin-bottom: 24px;
}
.featuresWrap .organizerWrap {
  text-align: center;
  font-size: 13px;
}
.featuresWrap .organizerWrap h2 {
  text-align: left;
}
.featuresWrap .organizerWrap .helpList {
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  min-width: 240px;
  padding-right: 30px;
  vertical-align: top;
}
.featuresWrap .organizerWrap li {
  margin-bottom: 20px;
}
.featuresWrap .organizerWrap li:before {
  background-color: transparent;
  border-radius: 0;
  top: 5px;
}
.featuresWrap .organizerWrap .icons-monitor:before {
  width: 16px;
  height: 16px;
  background-position: -40px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-monitor:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-monitor:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-monitor:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-color:before {
  width: 16px;
  height: 16px;
  background-position: -118px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-color:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-color:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-color:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-tools:before {
  width: 16px;
  height: 16px;
  background-position: -538px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-tools:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-tools:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-tools:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-calendar:before {
  width: 16px;
  height: 16px;
  background-position: -20px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-calendar:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-calendar:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-calendar:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-mult-fold:before {
  width: 16px;
  height: 16px;
  background-position: -158px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-mult-fold:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-mult-fold:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-mult-fold:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-sitemap:before {
  width: 16px;
  height: 16px;
  background-position: 0px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-sitemap:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-sitemap:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-sitemap:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-folders:before {
  width: 16px;
  height: 16px;
  background-position: -378px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-folders:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-folders:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-folders:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-printer:before {
  width: 16px;
  height: 16px;
  background-position: -503px -199px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-printer:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-printer:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-printer:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-sync:before {
  width: 16px;
  height: 16px;
  background-position: -503px -199px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-sync:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-sync:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-sync:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-leaf:before {
  width: 16px;
  height: 16px;
  background-position: -298px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-leaf:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-leaf:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-leaf:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-search:before {
  width: 16px;
  height: 16px;
  background-position: -478px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-search:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-search:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-search:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-photos:before {
  width: 16px;
  height: 16px;
  background-position: -518px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-photos:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-photos:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-photos:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-sync2:before {
  width: 16px;
  height: 16px;
  background-position: -100px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-sync2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-sync2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-sync2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-groups:before {
  width: 16px;
  height: 16px;
  background-position: -358px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-groups:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-groups:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-groups:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-fold:before {
  width: 16px;
  height: 16px;
  background-position: -398px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-fold:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-fold:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-fold:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-sync3:before {
  width: 16px;
  height: 16px;
  background-position: -178px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-sync3:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-sync3:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-sync3:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-csv:before {
  width: 16px;
  height: 16px;
  background-position: -138px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-csv:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-csv:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-csv:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-user:before {
  width: 16px;
  height: 16px;
  background-position: -120px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-user:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-user:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-user:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-sig:before {
  width: 16px;
  height: 16px;
  background-position: -498px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-sig:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-sig:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-sig:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-dial:before {
  width: 16px;
  height: 16px;
  background-position: -458px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-dial:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-dial:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-dial:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-lock:before {
  width: 16px;
  height: 16px;
  background-position: -258px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-lock:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-lock:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-lock:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-filter:before {
  width: 16px;
  height: 16px;
  background-position: -418px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-filter:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-filter:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-filter:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-mail:before {
  width: 16px;
  height: 16px;
  background-position: -238px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-mail:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-mail:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-mail:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-pass:before {
  width: 16px;
  height: 16px;
  background-position: -503px -179px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-pass:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-pass:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-pass:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-check:before {
  width: 16px;
  height: 16px;
  background-position: -98px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-check:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-check:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-check:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-lightning:before {
  width: 16px;
  height: 16px;
  background-position: -278px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-lightning:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-lightning:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-lightning:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-sort:before {
  width: 16px;
  height: 16px;
  background-position: -60px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-sort:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-sort:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-sort:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-field:before {
  width: 16px;
  height: 16px;
  background-position: -438px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-field:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-field:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-field:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-layout:before {
  width: 16px;
  height: 16px;
  background-position: -318px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-layout:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-layout:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-layout:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featuresWrap .organizerWrap .icons-autotype:before {
  width: 16px;
  height: 16px;
  background-position: -198px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featuresWrap .organizerWrap .icons-autotype:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featuresWrap .organizerWrap .icons-autotype:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featuresWrap .organizerWrap .icons-autotype:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.updateProLink a {
  font-weight: 700;
}
.cloudSignUp {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 396px;
  padding: 15px;
  left: 0;
  bottom: -80px;
  background-color: #3ca9e7;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.333;
}
.cloudSignUp a {
  color: #fff;
}
.cloudSignUp h1 {
  margin-bottom: 10px;
}
.cloudSignUp p {
  margin: 0 0 9px;
}
.cloudSignUp .signBtnWrap {
  padding-top: 31px;
}
.cloudSignUp .signUpBtn {
  padding: 13px 40px;
  background-color: #fff;
  color: #3ca9e7;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.cloudSignUp .signUpBtn:hover {
  background-color: #edad13;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .featuresList,
  .epimCloudFeatures,
  .featuresWrap.exclusive {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .featuresList img,
  .epimCloudFeatures img,
  .featuresWrap.exclusive img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .featuresWrap.exclusive .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featuresWrap.exclusive .leftBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .featuresWrap .leftBox,
  .featuresWrap .rightBox {
    box-sizing: border-box;
    width: 50%;
  }
  .featuresWrap .rightBox {
    float: right;
  }
  .featuresWrap .leftBox {
    float: left;
  }
  .featuresWrap .cloud-synch img {
    left: -28px;
    top: 0;
  }
  .featuresWrap .cloud-synch .text {
    padding-right: 20px;
  }
  .featuresWrap .cloud-backup {
    padding-bottom: 214px;
  }
  .featuresWrap .cloud-backup img {
    top: 8px;
    left: 42px;
  }
  .featuresWrap .cloud-availability {
    padding-bottom: 121px;
  }
  .featuresWrap .cloud-availability img {
    left: 123px;
    top: -31px;
  }
  .featuresWrap .cloud-security img {
    left: 97px;
    top: 19px;
  }
  .featuresWrap .first img {
    left: 28px;
    top: 38px;
  }
  .featuresWrap .cloud img {
    left: -56px;
    top: 13px;
  }
  .featuresWrap .synch img {
    left: 52px;
    top: -5px;
  }
  .featuresWrap .fully-portable img {
    left: 2px;
    top: -12px;
  }
  .featuresWrap .cross-link {
    padding-top: 82px;
  }
  .featuresWrap .cross-link img {
    left: 170px;
    top: -14px;
  }
  .featuresWrap .security img {
    left: 3px;
    top: 52px;
  }
  .featuresWrap .languages {
    padding-top: 94px;
  }
  .featuresWrap .languages img {
    left: 129px;
    top: 29px;
  }
  .featuresWrap .migrate {
    padding-top: 86px;
  }
  .featuresWrap .migrate img {
    left: 1px;
    top: 39px;
  }
  .featuresWrap .search {
    padding-top: 71px;
  }
  .featuresWrap .search img {
    left: 166px;
    top: -6px;
  }
  .featuresWrap .sticky {
    padding-top: 81px;
  }
  .featuresWrap .sticky img {
    left: 54px;
    top: 49px;
  }
  .featuresWrap .openSource {
    padding-top: 100px;
  }
  .featuresWrap .openSource img {
    left: 127px;
    top: 28px;
  }
  .featuresWrap .print {
    padding-top: 33px;
  }
  .featuresWrap .print img {
    left: 68px;
    top: 8px;
  }
  .featuresWrap .multiUser {
    padding-top: 74px;
  }
  .featuresWrap .multiUser img {
    left: 95px;
    top: -14px;
  }
  .featuresWrap .attach {
    padding-top: 69px;
  }
  .featuresWrap .attach img {
    left: 0;
    top: 13px;
  }
  .featuresWrap .usability {
    padding-top: 85px;
  }
  .featuresWrap .usability img {
    left: 71px;
    top: 30px;
  }
  .featuresWrap .addSoft {
    padding-top: 37px;
  }
  .featuresWrap .addSoft img {
    left: 1px;
    top: 46px;
  }
  .featuresWrap .network-features img {
    top: 100px;
  }
  .featuresWrap .organizerWrap h1 {
    font-size: 60px;
  }
}
.page-contact .item-page {
  font-size: 16px;
  line-height: 1.875;
}
.page-contact .item-page h2 {
  margin-top: 35px;
  margin-bottom: 20px;
}
.contact-mail-offset {
  display: inline-block;
  min-width: 155px;
}
.synchroWrap {
  padding-top: 50px;
  line-height: 1.5;
  font-size: 16px;
}
.syncApp {
  display: table;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.syncApp .link-wrap {
  position: relative;
  display: inline-block;
  padding-left: 65px;
}
.syncApp .link-wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
}
.syncApp .row {
  display: table-row;
}
.syncApp .cell {
  display: table-cell;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  position: relative;
  padding-bottom: 26px;
}
.syncApp .android .link-wrap:before {
  width: 50px;
  height: 50px;
  background-position: -118px -115px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncApp .android .link-wrap:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncApp .android .link-wrap:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncApp .android .link-wrap:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncApp .ios .link-wrap:before {
  width: 50px;
  height: 50px;
  background-position: -455px -220px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncApp .ios .link-wrap:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncApp .ios .link-wrap:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncApp .ios .link-wrap:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncApp .outlook .link-wrap:before {
  width: 50px;
  height: 50px;
  background-position: -118px -169px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncApp .outlook .link-wrap:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncApp .outlook .link-wrap:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncApp .outlook .link-wrap:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncApp .cloud .link-wrap:before {
  width: 50px;
  height: 50px;
  background-position: -455px -328px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncApp .cloud .link-wrap:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncApp .cloud .link-wrap:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncApp .cloud .link-wrap:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncApp .epim-cloud .link-wrap:before {
  width: 50px;
  height: 50px;
  background-position: -455px -274px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncApp .epim-cloud .link-wrap:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncApp .epim-cloud .link-wrap:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncApp .epim-cloud .link-wrap:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncApp .note {
  display: inline-block;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #b3b3b3;
}
.syncApp a {
  display: inline-block;
}
.syncroContWrap {
  font-size: 14px;
}
.syncroContWrap h2 {
  position: relative;
  margin-top: 52px;
  margin-bottom: 23px;
  padding-left: 52px;
}
.syncroContWrap h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.syncroContWrap .features li:before {
  top: 6px;
}
.syncroContWrap .outlookh2:before {
  width: 44px;
  height: 44px;
  background-position: -523px -156px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncroContWrap .outlookh2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncroContWrap .outlookh2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncroContWrap .outlookh2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncroContWrap .cloudh2:before {
  width: 42px;
  height: 42px;
  background-position: -523px -252px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .syncroContWrap .cloudh2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .syncroContWrap .cloudh2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .syncroContWrap .cloudh2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.syncroContWrap .req {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.syncroContWrap .req li:before {
  display: none;
}
.servicesWrap:before,
.servicesWrap:after {
  display: table;
  content: "";
}
.servicesWrap:after {
  clear: both;
}
.servicesWrap .services {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.servicesWrap .services li {
  padding-left: 40px;
  margin-bottom: 9px;
}
.servicesWrap .services li:before {
  left: 0;
  top: 50%;
  margin-top: -12px;
  border-radius: 0;
  background-color: transparent;
}
.servicesWrap .services .google:before {
  width: 24px;
  height: 24px;
  background-position: -302px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .google:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .google:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .google:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .icloud:before {
  width: 24px;
  height: 24px;
  background-position: -176px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .icloud:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .icloud:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .icloud:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .dropbox:before {
  width: 24px;
  height: 24px;
  background-position: -358px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .dropbox:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .dropbox:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .dropbox:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .toodledo:before {
  width: 24px;
  height: 24px;
  background-position: -148px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .toodledo:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .toodledo:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .toodledo:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .onemediahub:before {
  width: 24px;
  height: 24px;
  background-position: -370px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .onemediahub:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .onemediahub:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .onemediahub:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .highrise:before {
  width: 24px;
  height: 24px;
  background-position: -342px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .highrise:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .highrise:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .highrise:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .memotoo:before {
  width: 24px;
  height: 24px;
  background-position: -398px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .memotoo:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .memotoo:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .memotoo:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .mobical:before {
  width: 24px;
  height: 24px;
  background-position: -330px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .mobical:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .mobical:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .mobical:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .aolsync:before {
  width: 24px;
  height: 24px;
  background-position: -442px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .aolsync:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .aolsync:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .aolsync:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .goosync:before {
  width: 24px;
  height: 24px;
  background-position: -426px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .goosync:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .goosync:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .goosync:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .carddav:before {
  width: 24px;
  height: 24px;
  background-position: -386px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .carddav:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .carddav:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .carddav:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .caldav:before {
  width: 24px;
  height: 24px;
  background-position: -414px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .caldav:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .caldav:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .caldav:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.servicesWrap .services .syncml2:before {
  width: 24px;
  height: 24px;
  background-position: -470px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .servicesWrap .services .syncml2:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .servicesWrap .services .syncml2:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .servicesWrap .services .syncml2:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (min-width: 601px) {
  .syncApp .col {
    float: left;
    width: 30%;
    margin-left: 3.3333%;
  }
  .syncApp .col:first-child {
    margin-left: 0;
  }
  .syncApp .col-2 {
    width: 38%;
  }
  .syncApp .col-3 {
    width: 20%;
    margin-left: 2%;
  }
  .servicesWrap {
    max-width: 720px;
  }
  .servicesWrap .services {
    float: left;
    width: 30%;
    margin-left: 2.8%;
  }
  .servicesWrap .services:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 990px) {
  .servicesWrap .services li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .syncHeading h1,
  .upAppsHeading h1 {
    font-size: 35px;
  }
}
.pcVersionHeading .widthLimiter {
  position: relative;
}
.pcVersionHeading .widthLimiter:before {
  content: '';
  float: left;
  margin-top: 15px;
  width: 173px;
  height: 111px;
  background-position: 0px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionHeading .widthLimiter h1,
.pcVersionHeading .widthLimiter p {
  margin-left: 235px;
}
.androidVersionHeading .widthLimiter:before {
  width: 64px;
  height: 111px;
  background-position: -387px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .androidVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .androidVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .androidVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.androidVersionHeading .widthLimiter h1,
.androidVersionHeading .widthLimiter p {
  margin-left: 135px;
}
.iosVersionHeading .widthLimiter:before {
  width: 61px;
  height: 111px;
  background-position: -387px -115px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .iosVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .iosVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .iosVersionHeading .widthLimiter:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.iosVersionHeading .widthLimiter h1,
.iosVersionHeading .widthLimiter p {
  margin-left: 135px;
}
.pcVersionWrap {
  padding-top: 71px;
  padding-bottom: 10px;
  max-width: 700px;
  margin: 0 auto;
}
.pcVersionWrap .versionBlock {
  box-sizing: border-box;
  padding: 27px 30px;
  border: 5px solid #e6e6e6;
  line-height: 1.45;
}
.pcVersionWrap .versionBlock h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.pcVersionWrap .versionBlock ul {
  margin: 34px 0;
  padding-left: 37px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.pcVersionWrap .versionBlock ul.proVersionList {
  margin-top: 14px;
}
.pcVersionWrap .versionBlock ul li {
  margin-bottom: 17px;
}
.pcVersionWrap .versionBlock ul li:before {
  top: -4px;
  left: -37px;
  border-radius: 0;
  background-color: transparent;
}
.pcVersionWrap .proVersion {
  border-color: #edad13;
}
.pcVersionWrap .proVersion .downPIM {
  margin-right: 23px;
}
.pcVersionWrap .calendar:before {
  width: 24px;
  height: 24px;
  background-position: -484px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .calendar:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .calendar:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .calendar:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .tasks:before {
  width: 24px;
  height: 24px;
  background-position: -204px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .tasks:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .tasks:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .tasks:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .notes:before {
  width: 24px;
  height: 24px;
  background-position: -344px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .notes:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .notes:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .notes:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .contacts:before {
  width: 24px;
  height: 24px;
  background-position: -28px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .contacts:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .contacts:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .contacts:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .mail:before {
  width: 24px;
  height: 24px;
  background-position: -400px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .mail:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .mail:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .mail:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .passwords:before {
  width: 24px;
  height: 24px;
  background-position: -288px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .passwords:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .passwords:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .passwords:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .syncs:before {
  width: 24px;
  height: 24px;
  background-position: -232px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .syncs:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .syncs:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .syncs:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .portableFree:before {
  width: 24px;
  height: 24px;
  background-position: -260px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .portableFree:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .portableFree:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .portableFree:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .cloud:before {
  width: 24px;
  height: 24px;
  background-position: 0px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .cloud:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .cloud:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .cloud:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .msOutlook:before {
  width: 24px;
  height: 24px;
  background-position: -316px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .msOutlook:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .msOutlook:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .msOutlook:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .multiUser:before {
  width: 24px;
  height: 24px;
  background-position: -372px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .multiUser:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .multiUser:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .multiUser:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .sticky:before {
  width: 24px;
  height: 24px;
  background-position: -314px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .sticky:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .sticky:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .sticky:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .crossLinking:before {
  width: 24px;
  height: 24px;
  background-position: -428px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .crossLinking:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .crossLinking:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .crossLinking:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .attach:before {
  width: 24px;
  height: 24px;
  background-position: -456px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .pcVersionWrap .attach:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .pcVersionWrap .attach:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .pcVersionWrap .attach:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.pcVersionWrap .freeInPro {
  padding: 5px 0;
  color: #3ca9e7;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.125;
}
.pcVersionWrap .freeInPro ul {
  margin: 20px 0 0;
}
.pcVersionWrap .freeInPro li {
  float: left;
  width: 38px;
  height: 13px;
}
.pcVersionWrap .downPIM {
  min-width: 135px;
  padding: 13px 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.pcVersionWrap .downFreeTrial {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.pcVersionWrap .downFreeTrial:hover {
  text-decoration: underline;
}
.pcVersionWrap .learnMore {
  padding: 10px 0;
  text-align: center;
}
.securityWrap {
  background-color: #3ca9e7;
  color: #fff;
}
.securityWrap .security {
  padding-bottom: 29px;
}
.securityWrap a {
  color: #fff;
}
.securityWrap .aboutSecurity {
  padding: 21px 0 0;
}
.securityWrap h1 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
}
.securityWrap p {
  margin-top: -5px;
}
.securityWrap ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding: 2px 0 30px;
  line-height: 1.5;
  font-size: 16px;
}
.securityWrap ul:before,
.securityWrap ul:after {
  display: table;
  content: "";
}
.securityWrap ul:after {
  clear: both;
}
.securityWrap li {
  position: relative;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 90px;
}
.securityWrap li:before {
  content: '';
  position: absolute;
  top: 33px;
  left: -3px;
}
.securityWrap .locking:before {
  width: 64px;
  height: 80px;
  background-position: -455px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .securityWrap .locking:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .securityWrap .locking:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .securityWrap .locking:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.securityWrap .extra:before {
  width: 64px;
  height: 81px;
  background-position: -387px -230px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .securityWrap .extra:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .securityWrap .extra:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .securityWrap .extra:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.securityWrap .more {
  padding: 34px 0 0;
  text-align: center;
}
.compareWrap h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}
.compareWrap table {
  max-width: 750px;
  margin: 42px auto 30px;
  font-size: 16px;
}
.compareWrap .more {
  text-align: center;
}
.customersWrap {
  padding-bottom: 45px;
}
.customersWrap h1 {
  margin-top: 38px;
  text-align: center;
}
.customersWrap ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding: 20px 0;
  text-align: center;
}
.customersWrap ul li {
  display: inline-block;
  margin: 0 30px 15px 0;
  vertical-align: middle;
}
.customersWrap .more {
  margin-bottom: 7px;
}
.customersWrapHome .opinionsWrap {
  padding-bottom: 50px;
}
.opinionsWrap .testimonialsWrap {
  padding: 0 15px;
}
.opinionsWrap .testimonialsWrap ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.opinionsWrap .testimonialsWrap ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 454px;
  margin: 0 100px;
}
.opinionsWrap .testimonialsWrap ul li .tooltipWrap3 {
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.667;
}
.opinionsWrap .testimonialsWrap ul li .profile {
  padding-top: 27px;
}
.opinionsWrap .testimonialsWrap ul li .profile p {
  font-weight: 600;
}
@media only screen and (min-width: 601px) {
  .opinionsWrap .testimonialsWrap ul li {
    width: 48.333%;
    margin: 0 4%;
  }
}
@media only screen and (min-width: 991px) {
  .pcVersionWrap {
    max-width: 100%;
    margin: auto;
  }
  .pcVersionWrap .versionBlock {
    float: left;
    width: 50%;
    min-height: 687px;
  }
  .customersWrap ul {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .customersWrap ul::after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
  }
  .customersWrap ul li {
    display: inline-block;
    text-align: left;
  }
  .customersWrap ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .pcVersionHeading .widthLimiter:before {
    float: none;
    margin-top: 40px;
  }
  .pcVersionHeading .widthLimiter h1 {
    margin-top: 20px;
  }
  .pcVersionHeading .widthLimiter h1,
  .pcVersionHeading .widthLimiter p {
    margin-left: 0;
  }
  .pcVersionWrap .proVersion .downPIM {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .securityWrap li {
    float: left;
    width: 50%;
  }
}
.featH2 {
  position: relative;
  padding-left: 50px;
}
.featH2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.featH2.calend-ficon:before {
  width: 36px;
  height: 36px;
  background-position: -523px -378px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featH2.calend-ficon:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featH2.calend-ficon:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featH2.calend-ficon:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featH2.todo-ficon:before {
  width: 36px;
  height: 36px;
  background-position: -523px -338px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featH2.todo-ficon:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featH2.todo-ficon:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featH2.todo-ficon:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featH2.notes-ficon:before {
  width: 36px;
  height: 36px;
  background-position: -523px -418px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featH2.notes-ficon:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featH2.notes-ficon:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featH2.notes-ficon:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featH2.contacts-ficon:before {
  width: 36px;
  height: 36px;
  background-position: -523px -458px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featH2.contacts-ficon:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featH2.contacts-ficon:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featH2.contacts-ficon:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.featH2.pass-ficon:before {
  width: 36px;
  height: 36px;
  background-position: -523px -298px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .featH2.pass-ficon:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .featH2.pass-ficon:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .featH2.pass-ficon:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.surveillanceProtectionLink {
  display: block;
  padding: 52px 15px 54px;
  background-color: #7ddb77;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 23px;
  line-height: 1.5;
}
.surveillanceProtectionLink .innerText {
  position: relative;
  display: inline-block;
  padding: 0 45px 0 120px;
}
.surveillanceProtectionLink .innerText:before,
.surveillanceProtectionLink .innerText:after {
  position: absolute;
  content: '';
  top: 50%;
}
.surveillanceProtectionLink .innerText:before {
  margin-top: -48px;
  left: 0;
  width: 90px;
  height: 95px;
  background-position: -177px -118px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .surveillanceProtectionLink .innerText:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .surveillanceProtectionLink .innerText:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .surveillanceProtectionLink .innerText:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.surveillanceProtectionLink .innerText:after {
  right: 0;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background-position: -284px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .surveillanceProtectionLink .innerText:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .surveillanceProtectionLink .innerText:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .surveillanceProtectionLink .innerText:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.surveillanceProtectionLink:hover {
  background-color: #66ba60;
}
.surveillanceProtectionLink:hover .innerText:after {
  width: 26px;
  height: 26px;
  background-position: -254px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .surveillanceProtectionLink:hover .innerText:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .surveillanceProtectionLink:hover .innerText:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .surveillanceProtectionLink:hover .innerText:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.surveillanceProtectionPage .mainContent {
  padding: 0;
  width: auto;
}
.surveillanceProtectionPage .mainContent li {
  margin-bottom: 26px;
  list-style-type: none;
}
.surveillanceProtectionPage .mainContent li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: -34px;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  font-weight: 700;
}
.survBlockList {
  box-sizing: border-box;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.625;
}
.survBlockInner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
.survBlock {
  padding: 30px 0 10px;
}
.survBlock .survBlockImg {
  max-width: 100%;
  margin-bottom: 42px;
}
.survBlock h1 {
  margin-top: 0;
  font-size: 35px;
  line-height: 1.4;
}
.survBlock1 {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../img/general/surveillance-protection-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.survBlock1 h1 {
  max-width: 769px;
  margin-bottom: 22px;
}
.survBlock3 {
  background-color: #f4f4f4;
}
.survBlock3 .survBlock3img {
  margin-top: 27px;
}
.survBlock4 {
  padding-top: 70px;
  padding-bottom: 0;
  text-align: center;
}
.survBlock4 p:first-of-type {
  margin-bottom: 14px;
}
.survBlock4 .baseButton {
  font-size: 16px;
  padding: 13px 32px 15px 32px;
  border-radius: 32px;
}
.survBlock4 .downAppStore,
.survBlock4 .downGooglePlay {
  display: inline-block;
  margin: 0 3px;
}
@media only screen and (min-width: 1151px) {
  .survBlockInner {
    width: 1150px;
  }
}
@media only screen and (max-width: 400px) {
  .survBlock1 {
    padding-bottom: 170px;
  }
  .survBlock2 .survBlock2img {
    max-width: 100%;
    margin-top: -200px;
  }
}
@media only screen and (min-width: 401px) {
  .survBlock1 {
    padding-bottom: 180px;
  }
  .survBlock2 .survBlock2img {
    max-width: 300px;
    margin-top: -200px;
  }
}
@media only screen and (max-width: 768px) {
  .survBlock2 {
    padding-bottom: 145px;
  }
  .survBlock3 .survBlock3img {
    display: block;
    margin-top: -170px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) {
  .survBlockList {
    max-width: 55%;
  }
  .survBlock1 {
    padding-bottom: 10px;
  }
  .survBlock1 .survBlock1list {
    float: left;
  }
  .survBlock2 .survBlock2img {
    float: right;
    margin-top: -238px;
    max-width: 40%;
  }
  .survBlock2 .survBlock2list {
    float: left;
  }
  .survBlock3 .survBlock3img {
    float: left;
    max-width: 40%;
  }
  .survBlock3 .survBlock3list {
    float: right;
    max-width: 55%;
  }
}
@media only screen and (max-width: 990px) {
  .survBlock2 .survBlock2img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1151px) {
  .survBlockList {
    max-width: 490px;
  }
  .survBlock2list {
    padding-right: 34px;
  }
  .survBlock1 {
    padding-bottom: 10px;
  }
  .survBlock2 .survBlock2img {
    margin-top: -288px;
    max-width: 100%;
  }
  .survBlock3 .survBlock3list {
    max-width: 610px;
  }
}
.footerWrap {
  height: 266px;
  margin: -266px auto 0;
  background: #333;
  position: relative;
  color: #999;
}
.footer {
  padding-top: 70px;
}
.footerBlock {
  box-sizing: border-box;
  width: 25%;
  padding-right: 3%;
  font-size: 14px;
  float: left;
}
.footerBlock.copyrights {
  margin-left: 0;
}
.footerBlock .menu {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.footerBlock h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.footerMenu {
  position: relative;
}
.footerMenu .copyright-text {
  display: none;
}
.footerMenu a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.footerMenu a:hover {
  text-decoration: underline;
}
.logo-footer {
  width: 70px;
  height: 45px;
  background-position: -295px -184px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .logo-footer {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .logo-footer {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .logo-footer {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.copyright-text {
  font-size: 12px;
  line-height: 1.5;
}
.facebook-button {
  display: block;
  position: absolute;
  right: 3px;
  top: -3px;
  overflow: hidden;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  background-position: -56px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .facebook-button {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .facebook-button {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .facebook-button {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (max-width: 768px) {
  .footerWrap {
    height: auto;
    text-align: center;
  }
  .footer {
    padding-top: 66px;
  }
  .footerBlock {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .footerBlock.copyrights {
    margin-bottom: 40px;
  }
  .facebook-button,
  .logo-footer {
    margin: 0 auto;
  }
  .facebook-button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 50px;
    margin-bottom: 24px;
  }
  .copyright-text {
    display: none;
  }
  .footerMenu .copyright-text {
    display: block;
  }
}
/* Flickity v1.2.1
http://carouselSlider.metafizzy.co
---------------------------------------------- */
.carouselSlider-enabled {
  position: relative;
}
.carouselSlider-enabled:focus {
  outline: none;
}
.carouselSlider-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.carouselSlider-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.carouselSlider-slider li {
  opacity: 0.35;
  filter: alpha(opacity=35);
}
.carouselSlider-slider li.is-selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carouselSlider-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.carouselSlider-enabled.is-draggable .carouselSlider-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carouselSlider-enabled.is-draggable .carouselSlider-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carouselSlider-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255,255,255,0.75);
  cursor: pointer;
/* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carouselSlider-prev-next-button:hover {
  background: #fff;
}
.carouselSlider-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}
.carouselSlider-prev-next-button:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.carouselSlider-prev-next-button.previous {
  left: 10px;
}
.carouselSlider-prev-next-button.next {
  right: 10px;
}
.carouselSlider-rtl .carouselSlider-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.carouselSlider-rtl .carouselSlider-prev-next-button.next {
  right: auto;
  left: 10px;
}
.carouselSlider-prev-next-button:disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: auto;
}
.carouselSlider-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.carouselSlider-prev-next-button .arrow {
  fill: #333;
}
.carouselSlider-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
.carouselSlider-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.carouselSlider-rtl .carouselSlider-page-dots {
  direction: rtl;
}
.carouselSlider-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: pointer;
}
.carouselSlider-page-dots .dot.is-selected {
  opacity: 1;
  filter: alpha(opacity=100);
}
.horizon-swiper .menu {
  position: relative;
  box-sizing: border-box;
/* Wrapper
    /* -------------------------- */
/* Items
    /* -------------------------- */
/* Dots
    /* -------------------------- */
/* Arrows
    /* -------------------------- */
}
.horizon-swiper .menu *,
.horizon-swiper .menu *:before,
.horizon-swiper .menu *:after {
  box-sizing: border-box;
}
.horizon-swiper .menu a:focus,
.horizon-swiper .menu button:focus {
  outline: none;
}
.horizon-swiper .menu.mouse-drag,
.horizon-swiper .menu.mouse-drag * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.horizon-swiper .menu .horizon-outer {
  overflow: hidden;
}
.horizon-swiper .menu .horizon-inner {
  padding: 0 0 20px 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.horizon-swiper .menu li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.horizon-swiper .menu .horizon-dots {
  display: none;
  text-align: center;
}
.horizon-swiper .menu .horizon-dots .horizon-dot {
  display: inline-block;
  margin: 0 3px;
}
.horizon-swiper .menu.initialized .horizon-dots {
  display: block;
}
.horizon-swiper .menu .horizon-prev,
.horizon-swiper .menu .horizon-next {
  position: absolute;
  top: 0;
  display: none;
  height: 51px;
  width: 40px;
  background-color: #333;
  border: 0;
  outline: 0;
  padding: 0;
}
.horizon-swiper .menu .horizon-prev:before,
.horizon-swiper .menu .horizon-next:before,
.horizon-swiper .menu .horizon-prev:after,
.horizon-swiper .menu .horizon-next:after {
  position: absolute;
  content: '';
}
.horizon-swiper .menu .horizon-prev:before,
.horizon-swiper .menu .horizon-next:before {
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -2px;
}
.horizon-swiper .menu .horizon-prev:after,
.horizon-swiper .menu .horizon-next:after {
  top: 0;
  width: 47px;
  height: 51px;
  opacity: 0.68;
  filter: alpha(opacity=68);
}
.horizon-swiper .menu .horizon-prev {
  left: 0;
}
.horizon-swiper .menu .horizon-prev:before {
  width: 5px;
  height: 9px;
  background-position: -563px -298px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .horizon-swiper .menu .horizon-prev:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .horizon-swiper .menu .horizon-prev:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .horizon-swiper .menu .horizon-prev:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.horizon-swiper .menu .horizon-prev:after {
  left: 40px;
  width: 47px;
  height: 50px;
  background-position: -523px -54px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .horizon-swiper .menu .horizon-prev:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .horizon-swiper .menu .horizon-prev:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .horizon-swiper .menu .horizon-prev:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.horizon-swiper .menu .horizon-next {
  right: 0;
}
.horizon-swiper .menu .horizon-next:before {
  width: 5px;
  height: 9px;
  background-position: -563px -311px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .horizon-swiper .menu .horizon-next:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .horizon-swiper .menu .horizon-next:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .horizon-swiper .menu .horizon-next:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.horizon-swiper .menu .horizon-next:after {
  right: 40px;
  width: 47px;
  height: 50px;
  background-position: -523px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .horizon-swiper .menu .horizon-next:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .horizon-swiper .menu .horizon-next:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .horizon-swiper .menu .horizon-next:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.horizon-swiper .menu.initialized .horizon-prev,
.horizon-swiper .menu.initialized .horizon-next {
  display: block;
}
.horizon-swiper .menu.first-item .horizon-prev,
.horizon-swiper .menu.last-item .horizon-next {
  display: none;
}
/* Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url("../img/plugins/swipebox/loader.gif") no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../img/plugins/swipebox/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: rgba(0,0,0,0.8);
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
}
.hamburger:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hamburger-box {
  width: 26px;
  height: 17px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #33334f;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.dropdown-is-active .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dropdown-is-active .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.dropdown-is-active .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header {
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.inner .header {
  height: 80px;
  padding: 0;
  position: relative;
}
.logo {
  position: relative;
  height: 80px;
  margin-left: 15px;
}
.logo a {
  display: block;
  position: relative;
  height: 80px;
  width: 156px;
  overflow: hidden;
  text-indent: -9999px;
}
.logo a:before {
  content: '';
  position: absolute;
  top: 27px;
  left: 0;
  width: 156px;
  height: 28px;
  background-position: -94px -369px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .logo a:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .logo a:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .logo a:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (min-width: 769px) {
  .logo {
    float: left;
  }
}
.blockTopSlogan {
  background: url("../img/general/index-top-bg.jpg");
  background-size: cover;
  color: #fff;
  line-height: 1.3333;
}
.blockTopSlogan .moduletable:first-child .custom {
  padding: 52px 0 0 0;
}
.blockTopSlogan h1 {
  margin-bottom: 60px;
  font-weight: 700;
  line-height: 1;
  font-size: 100px;
}
.blockTopSlogan em {
  font-style: normal;
}
.blockTopSlogan iframe {
  border: none;
}
.blockDownloadVersions {
  color: #fff;
  line-height: 1.3;
}
.blockDownloadVersions ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.blockDownloadVersions h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.blockDownloadVersions .downGooglePlay {
  width: 120px;
  height: 40px;
  background-position: -94px -325px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockDownloadVersions .downGooglePlay {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockDownloadVersions .downGooglePlay {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockDownloadVersions .downGooglePlay {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockDownloadVersions .downAppStore {
  width: 114px;
  height: 40px;
  background-position: 0px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockDownloadVersions .downAppStore {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockDownloadVersions .downAppStore {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockDownloadVersions .downAppStore {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockDownloadVersions .downloadBtn {
  margin-right: 15px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  background-color: #fff;
  color: #3ca9e7;
}
.blockDownloadVersions .downloadBtn:hover {
  background-color: #3ca9e7;
  color: #fff;
}
.blockDownloadVersions .downBlock {
  position: relative;
  box-sizing: border-box;
  padding: 160px 36px 36px;
}
.blockDownloadVersions .downBlock:before {
  content: '';
  position: absolute;
  left: 36px;
  top: 41px;
}
.blockDownloadVersions .downloadWindows {
  background-color: #edad13;
}
.blockDownloadVersions .downloadWindows:before {
  width: 173px;
  height: 111px;
  background-position: 0px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockDownloadVersions .downloadWindows:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockDownloadVersions .downloadWindows:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockDownloadVersions .downloadWindows:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockDownloadVersions .downloadIos {
  background-color: #3ca9e7;
}
.blockDownloadVersions .downloadIos:before {
  width: 61px;
  height: 111px;
  background-position: -387px -115px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockDownloadVersions .downloadIos:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockDownloadVersions .downloadIos:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockDownloadVersions .downloadIos:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockDownloadVersions .downloadAndroid {
  background-color: #7ddb77;
}
.blockDownloadVersions .downloadAndroid:before {
  width: 64px;
  height: 111px;
  background-position: -387px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockDownloadVersions .downloadAndroid:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockDownloadVersions .downloadAndroid:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockDownloadVersions .downloadAndroid:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockDownloadVersions .downloadNote {
  display: inline-block;
  vertical-align: middle;
  max-width: 80px;
}
.blockReasons {
  padding-top: 56px;
  font-size: 16px;
  line-height: 1.5;
}
.blockReasons h2 {
  font-weight: 600;
}
.blockReasons ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  padding-top: 43px;
}
.blockReasons li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 100px;
  margin-bottom: 15px;
}
.blockReasons li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 24px;
}
.blockReasons p {
  color: #666;
}
.blockReasons .allApps:before {
  width: 62px;
  height: 70px;
  background-position: -455px -84px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockReasons .allApps:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockReasons .allApps:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockReasons .allApps:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockReasons .cloudIntegrated:before {
  width: 70px;
  height: 47px;
  background-position: -74px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockReasons .cloudIntegrated:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockReasons .cloudIntegrated:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockReasons .cloudIntegrated:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockReasons .fullyPortable:before {
  width: 62px;
  height: 37px;
  background-position: -236px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockReasons .fullyPortable:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockReasons .fullyPortable:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockReasons .fullyPortable:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockReasons .multiUserDb:before {
  width: 44px;
  height: 58px;
  background-position: -455px -158px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockReasons .multiUserDb:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockReasons .multiUserDb:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockReasons .multiUserDb:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockCloud {
  padding-top: 58px;
  text-align: center;
}
.blockCloud h1 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
.blockCloud h1:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -68px;
  margin-left: -35px;
  width: 70px;
  height: 47px;
  background-position: 0px -452px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockCloud h1:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockCloud h1:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockCloud h1:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockCloud p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.blockCloud .cloudBanLink {
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 4px;
}
.blockSlider {
  padding-top: 100px;
  background: -webkit-linear-gradient(bottom, #f6f9f9, #fff);
  background: linear-gradient(to top, #f6f9f9, #fff);
}
.blockSlider .contentWidthBlock {
  padding: 0 170px;
  position: relative;
}
.blockSlider img {
  width: 100%;
  max-width: 100%;
}
.blockSlider .carouselSlider-prev-next-button {
  background: transparent;
  top: 50%;
  width: 170px;
  height: 100%;
  border-radius: 0;
  padding: 0;
}
.blockSlider .carouselSlider-prev-next-button.next {
  right: -170px;
}
.blockSlider .carouselSlider-prev-next-button.previous {
  left: -170px;
}
.blockSlider .carouselSlider-prev-next-button:hover {
  background: transparent;
}
.blockSlider .carouselSlider-prev-next-button svg {
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
}
.blockBuy {
  padding-bottom: 120px;
  background-color: #3ca9e7;
  color: #fff;
  text-align: center;
}
.blockBuy h1 {
  margin: 75px 0 0;
  font-weight: 400;
  font-size: 36px;
}
.blockBuy h2 {
  margin: 8px 0 58px;
  font-weight: 400;
  font-size: 30px;
}
.blockBuy h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.blockBuy ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.blockBuy .blocksWrap {
  position: relative;
}
.blockBuy .blocksWrap ul {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.blockBuy .blocksWrap ul li {
  position: relative;
  padding-left: 18px;
}
.blockBuy .blocksWrap ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #ffc539;
}
.blockBuy .block {
  position: relative;
  box-sizing: border-box;
  border: 5px solid #fff;
  padding: 18px 30px 30px;
}
.blockBuy .note {
  margin-bottom: 4px;
}
.blockBuy .price {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 30px;
  color: #ffc539;
}
.blockBuy .buyBtnWrap {
  margin: 62px 0 12px;
}
.blockBuy .buyBtn {
  padding-left: 23px;
  padding-right: 23px;
  background-color: #fff;
  color: #3ca9e7;
  font-weight: 700;
  text-transform: uppercase;
}
.blockBuy .buyBtn:hover {
  background-color: #edad13;
  color: #fff;
}
.blockBuy .notice {
  position: absolute;
  top: 17px;
  left: 50%;
  margin: 0 0 0 -42px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  background-color: #8fe93f;
  text-transform: uppercase;
}
.blockSync {
  padding: 13px 0 20px;
  text-align: center;
}
.blockSync h1 {
  font-size: 50px;
  color: #010101;
}
.blockSync ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin-left: -21px;
  padding: 28px 0 20px;
}
.blockSync ul a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
.blockSync li {
  display: inline-block;
  vertical-align: top;
  margin-left: 21px;
  margin-bottom: 21px;
}
.blockSync .syncAndroid a {
  width: 88px;
  height: 88px;
  background-position: -295px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockSync .syncAndroid a {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockSync .syncAndroid a {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockSync .syncAndroid a {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockSync .syncIOS a {
  width: 88px;
  height: 88px;
  background-position: -276px -233px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockSync .syncIOS a {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockSync .syncIOS a {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockSync .syncIOS a {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockSync .syncOutlook a {
  width: 88px;
  height: 88px;
  background-position: 0px -233px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockSync .syncOutlook a {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockSync .syncOutlook a {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockSync .syncOutlook a {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockSync .syncGoogle a {
  width: 88px;
  height: 88px;
  background-position: -295px -92px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockSync .syncGoogle a {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockSync .syncGoogle a {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockSync .syncGoogle a {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockSync .syncDropbox a {
  width: 88px;
  height: 88px;
  background-position: -92px -233px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockSync .syncDropbox a {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockSync .syncDropbox a {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockSync .syncDropbox a {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockSync .synciCloud a {
  width: 88px;
  height: 88px;
  background-position: -184px -233px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .blockSync .synciCloud a {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .blockSync .synciCloud a {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .blockSync .synciCloud a {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.blockCustomers {
  padding: 0 0 20px;
}
.blockCustomers h1 {
  margin-top: 9px;
  font-size: 50px;
  color: #010101;
}
.blockTestimonials {
  padding: 25px 0 72px;
}
.blockTryIt {
  padding: 0 0 47px;
  text-align: center;
  background-color: #3ca9e7;
  color: #fff;
}
.blockTryIt h1 {
  margin: 54px 0 0;
  font-weight: 400;
  font-size: 36px;
}
.blockTryIt h2 {
  margin: 8px 0 48px;
  font-weight: 400;
  font-size: 30px;
}
.blockTryIt a {
  color: #fff;
}
.blockTryIt .download {
  padding-left: 26px;
  padding-right: 26px;
  background-color: #fff;
  color: #3ca9e7;
  text-transform: uppercase;
  font-weight: 700;
}
.blockTryIt .download:hover {
  background-color: #edad13;
  color: #fff;
}
.blockTryIt .downBG {
  margin-bottom: 67px;
}
@media only screen and (max-width: 990px) {
  .blockDownloadVersions .contentWidthBlock {
    padding: 0;
  }
}
@media only screen and (min-width: 601px) {
  .blockReasons ul {
    font-size: 0;
  }
  .blockReasons li {
    box-sizing: border-box;
    width: 50%;
    padding: 0 7% 0 100px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 990px) {
  .blockDownloadVersions .downBlock {
    float: left;
    width: 50%;
    min-height: 462px;
  }
  .blockDownloadVersions .downBlock.downloadIos {
    float: none;
    width: 100%;
    clear: both;
    min-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .blockTopSlogan {
    font-size: 20px;
  }
  .blockTopSlogan .moduletable:first-child .custom {
    padding: 0 0 0 0;
  }
  .blockTopSlogan h1 {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .blockTopSlogan .videoCont {
    padding: 30px 10% 50px;
  }
  .blockTopSlogan .vidWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
  }
  .blockTopSlogan iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blockSlider .contentWidthBlock {
    padding: 0 50px;
  }
  .blockSlider .carouselSlider-prev-next-button {
    width: 50px;
  }
  .blockSlider .carouselSlider-prev-next-button.next {
    right: -50px;
  }
  .blockSlider .carouselSlider-prev-next-button.previous {
    left: -50px;
  }
}
@media only screen and (min-width: 769px) {
  .blockTopSlogan {
    min-height: 902px;
    font-size: 30px;
  }
  .blockTopSlogan .moduletable {
    position: relative;
    float: right;
  }
  .blockTopSlogan .moduletable:first-child {
    float: none;
  }
  .blockTopSlogan .wrapForVideo {
    position: relative;
  }
  .blockTopSlogan .videoCont {
    position: absolute;
    top: 4px;
    right: 0;
  }
  .blockTopSlogan h1,
  .blockTopSlogan p {
    position: relative;
    padding-right: 270px;
  }
  .blockTopSlogan p {
    margin-top: 0;
  }
  .blockDownloadVersions {
    margin-top: -150px;
  }
  .blockDownloadVersions .downBlock {
    min-height: 426px;
  }
  .blockBuy .block {
    float: left;
    width: 33.333%;
  }
  .blockBuy .block.block-1 {
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: 33.333%;
    box-shadow: 0 7px 68px rgba(0,0,0,0.2);
  }
  .blockBuy .block.block-1 h3 {
    margin-top: 55px;
  }
  .blockBuy .block.block-2 {
    border-right: 0;
  }
  .blockBuy .block.block-3 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 0;
  }
  .blockBuy h3 {
    min-height: 60px;
  }
  .blockBuy .note {
    min-height: 46px;
  }
  .blockBuy .notice {
    top: 40px;
  }
}
@media only screen and (min-width: 991px) {
  .blockDownloadVersions ul {
    display: table;
  }
  .blockDownloadVersions .downBlock {
    display: table-cell;
    width: 33.333%;
  }
  .blockSlider .contentWidthBlock {
    width: auto;
  }
  .blockSlider .slider-index {
    max-width: 1013px;
    margin: 0 auto;
  }
  .blockBuy h3 {
    min-height: inherit;
  }
  .blockBuy .note {
    min-height: inherit;
  }
}
.langSwitch {
  line-height: 0;
}
.langSwitch .lang-block {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.langSwitch .lang-block a {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 13px;
  width: 20px;
  margin: 0;
}
.langSwitch a:before,
.langSwitch .lang-en:before,
.langSwitch .lang-de:before,
.langSwitch .lang-es:before,
.langSwitch .lang-fr:before,
.langSwitch .lang-it:before,
.langSwitch .lang-pt:before,
.langSwitch .lang-ru:before,
.langSwitch .lang-nl:before,
.langSwitch .lang-cn:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.langSwitch a:before,
.langSwitch .lang-en:before {
  width: 20px;
  height: 13px;
  background-position: -235px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a:before,
  .langSwitch .lang-en:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a:before,
  .langSwitch .lang-en:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a:before,
  .langSwitch .lang-en:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/de/"]:before,
.langSwitch .lang-de:before {
  width: 20px;
  height: 13px;
  background-position: -259px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/de/"]:before,
  .langSwitch .lang-de:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/de/"]:before,
  .langSwitch .lang-de:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/de/"]:before,
  .langSwitch .lang-de:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/es/"]:before,
.langSwitch .lang-es:before {
  width: 20px;
  height: 13px;
  background-position: -379px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/es/"]:before,
  .langSwitch .lang-es:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/es/"]:before,
  .langSwitch .lang-es:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/es/"]:before,
  .langSwitch .lang-es:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/fr/"]:before,
.langSwitch .lang-fr:before {
  width: 20px;
  height: 13px;
  background-position: -307px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/fr/"]:before,
  .langSwitch .lang-fr:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/fr/"]:before,
  .langSwitch .lang-fr:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/fr/"]:before,
  .langSwitch .lang-fr:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/it/"]:before,
.langSwitch .lang-it:before {
  width: 20px;
  height: 13px;
  background-position: -211px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/it/"]:before,
  .langSwitch .lang-it:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/it/"]:before,
  .langSwitch .lang-it:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/it/"]:before,
  .langSwitch .lang-it:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/pt/"]:before,
.langSwitch .lang-pt:before {
  width: 20px;
  height: 13px;
  background-position: -355px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/pt/"]:before,
  .langSwitch .lang-pt:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/pt/"]:before,
  .langSwitch .lang-pt:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/pt/"]:before,
  .langSwitch .lang-pt:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/ru/"]:before,
.langSwitch .lang-ru:before {
  width: 20px;
  height: 13px;
  background-position: -187px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/ru/"]:before,
  .langSwitch .lang-ru:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/ru/"]:before,
  .langSwitch .lang-ru:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/ru/"]:before,
  .langSwitch .lang-ru:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/nl/"]:before,
.langSwitch .lang-nl:before {
  width: 20px;
  height: 13px;
  background-position: -331px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/nl/"]:before,
  .langSwitch .lang-nl:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/nl/"]:before,
  .langSwitch .lang-nl:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/nl/"]:before,
  .langSwitch .lang-nl:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.langSwitch a[href*="/cn/"]:before,
.langSwitch .lang-cn:before {
  width: 20px;
  height: 13px;
  background-position: -283px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .langSwitch a[href*="/cn/"]:before,
  .langSwitch .lang-cn:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .langSwitch a[href*="/cn/"]:before,
  .langSwitch .lang-cn:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .langSwitch a[href*="/cn/"]:before,
  .langSwitch .lang-cn:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (min-width: 991px) {
  .topRightMenu {
    position: relative;
  }
  .topRightMenu .lang-block {
    display: none;
  }
  .topRightMenu .langSwitch {
    float: none;
    position: absolute;
    right: -50px;
    top: 24px;
    padding: 6px 5px 5px 3px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-clip: padding-box;
    z-index: 100;
  }
  .topRightMenu .langSwitch li,
  .topRightMenu .langSwitch div {
    float: none;
  }
  .topRightMenu .langSwitch a {
    box-sizing: content-box;
    padding: 7px;
  }
  .topRightMenu .langSwitch .current-lang-placeholder {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 13px;
    padding: 7px 17px 7px 7px;
    overflow: hidden;
    text-indent: -9999px;
  }
  .topRightMenu .langSwitch .current-lang-placeholder:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2px;
    right: 3px;
    width: 5px;
    height: 3px;
    background-position: -563px -358px;
    background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
    background-size: 570px 547px;
    background-repeat: no-repeat;
  }
  .topRightMenu .langSwitch a:before,
  .topRightMenu .langSwitch .lang-en:before,
  .topRightMenu .langSwitch .lang-de:before,
  .topRightMenu .langSwitch .lang-es:before,
  .topRightMenu .langSwitch .lang-fr:before,
  .topRightMenu .langSwitch .lang-it:before,
  .topRightMenu .langSwitch .lang-pt:before,
  .topRightMenu .langSwitch .lang-ru:before,
  .topRightMenu .langSwitch .lang-nl:before,
  .topRightMenu .langSwitch .lang-cn:before {
    left: 7px;
  }
  .topRightMenu .dropdown-is-active.langSwitch {
    border-color: #e1e1e1;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(44,56,78,0.14);
  }
  .topRightMenu .dropdown-is-active .lang-block {
    display: block;
    margin-top: -27px;
  }
}
@media only screen and (max-width: 990px) {
  .topRightMenu .current-lang-placeholder {
    display: none;
  }
  .topRightMenu .langSwitch {
    margin: 27px 0 0 -6px;
  }
  .topRightMenu .langSwitch li {
    display: inline-block;
    padding: 8px 9px;
    margin: 0 0 3px 0;
  }
  .topRightMenu .langSwitch li.lang-active {
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #e9edef;
  }
}
@media only screen and (min-width: 1151px) {
  .topRightMenu .langSwitch {
    right: -110px;
  }
}
@media only screen and (min-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 991px) and (min-resolution: 192dpi), only screen and (min-width: 991px) and (min-resolution: 2dppx), only screen and (min-width: 991px) and (min-device-pixel-ratio: 2) {
  :after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (min-width: 991px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-width: 991px) and (min-resolution: 288dpi), only screen and (min-width: 991px) and (min-resolution: 3dppx), only screen and (min-width: 991px) and (min-device-pixel-ratio: 3) {
  :after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (min-width: 991px) and (-webkit-min-device-pixel-ratio: 4), only screen and (min-width: 991px) and (min-resolution: 384dpi), only screen and (min-width: 991px) and (min-resolution: 4dppx), only screen and (min-width: 991px) and (min-device-pixel-ratio: 4) {
  :after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.topLeftMenu {
  font-size: 16px;
}
.topLeftMenu .menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.topLeftMenu li {
  float: left;
  width: 33.333%;
  text-align: center;
}
.topLeftMenu li.item-113.active {
  background-color: #edad13;
}
.topLeftMenu li.item-113 a:after {
  background-color: #edad13;
}
.topLeftMenu li.item-114.active {
  background-color: #3ca9e7;
}
.topLeftMenu li.item-114 a:after {
  background-color: #3ca9e7;
}
.topLeftMenu li.item-115.active {
  background-color: #7ddb77;
}
.topLeftMenu li.item-115 a:after {
  background-color: #7ddb77;
}
.topLeftMenu a {
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 80px;
  padding: 34px 5px 0;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.topLeftMenu a:hover {
  color: #3ca9e7;
}
.topLeftMenu a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
}
.topLeftMenu .active a {
  color: #fff;
}
.topLeftMenu .active a :hover {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .topLeftMenu {
    padding: 0 0 0 193px;
  }
  .topLeftMenu li {
    width: auto;
  }
  .topLeftMenu a {
    width: 110px;
    padding: 34px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .topLeftMenu {
    font-size: 14px;
  }
  .topLeftMenu li.item-113 a {
    background-color: #edad13;
  }
  .topLeftMenu li.item-114 a {
    background-color: #3ca9e7;
  }
  .topLeftMenu li.item-115 a {
    background-color: #7ddb77;
  }
  .topLeftMenu a:hover {
    color: #fff;
  }
  .topLeftMenu .active a {
    color: #fff;
  }
  .topLeftMenu a {
    height: 50px;
    padding: 19px 0 0;
  }
}
.topRightMenu {
  font-size: 13px;
}
.topRightMenu .menu {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
}
.topRightMenu a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.topRightMenu li:first-child a {
  border-top: 0;
}
.topRightMenu .hamburger {
  display: none;
  position: absolute;
  top: 13px;
  right: 5px;
}
@media only screen and (min-width: 991px) {
  .topRightMenu {
    margin-right: 60px;
    float: right;
  }
  .topRightMenu .menu {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    background-color: transparent;
  }
  .topRightMenu li,
  .topRightMenu div {
    float: left;
  }
  .topRightMenu li:nth-child(3) a {
    color: #999;
  }
  .topRightMenu li:nth-child(3) a:hover {
    color: #3ca9e7;
  }
  .topRightMenu li:nth-child(4) a {
    color: #999;
  }
  .topRightMenu li:nth-child(4) a:hover {
    color: #3ca9e7;
  }
  .topRightMenu li:nth-child(5) a {
    color: #999;
  }
  .topRightMenu li:nth-child(5) a:hover {
    color: #3ca9e7;
  }
  .topRightMenu a {
    box-sizing: border-box;
    height: 80px;
    border-top: 0;
    line-height: 1;
    padding: 37px 2px 0;
    margin: 0 5px;
    color: #3ca9e7;
  }
  .topRightMenu a:hover {
    color: #999;
  }
  .topRightMenu li.active a {
    color: #333;
  }
  .topRightMenu li.active a:hover {
    color: #3ca9e7;
  }
  .topRightMenu li.active a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #333;
  }
}
@media only screen and (max-width: 990px) {
  .topRightMenu {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    font-size: 16px;
  }
  .topRightMenu .top-right-menu-wrap,
  .topRightMenu .language-switcher-dropdown,
  .topRightMenu .language-switcher-mobile {
    display: none;
  }
  .topRightMenu .hamburger {
    display: block;
  }
  .topRightMenu li {
    margin-bottom: 9px;
  }
  .topRightMenu li.active a {
    color: #3ca9e7;
  }
  .topRightMenu a {
    padding: 0;
  }
  .topRightMenu.dropdown-is-active {
    width: 255px;
    padding: 94px 10px 26px 33px;
    outline: 1px solid #e1e1e1;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(44,56,78,0.14);
  }
  .topRightMenu.dropdown-is-active:before {
    position: absolute;
    left: 33px;
    top: 30px;
    content: 'Menu';
    color: #acacac;
    font-size: 16px;
  }
  .topRightMenu.dropdown-is-active .top-right-menu-wrap,
  .topRightMenu.dropdown-is-active .language-switcher-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1151px) {
  .topRightMenu {
    margin-right: 120px;
  }
}
.networkWrap.featuresWrap {
  padding-bottom: 0;
  padding-top: 45px;
}
.networkWrap h1 {
  text-align: center;
}
.networkWrap .first h1,
.networkWrap .network-features h1 {
  text-align: left;
}
.networkWrap .block .downloadButton {
  min-width: 135px;
  margin: 0 10px 10px 0;
}
.networkWrap .block .download span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.networkWrap .smallest {
  font-size: 12px;
}
.networkWrap .bold {
  font-weight: 700;
}
.networkWrap .showOnMobile {
  display: none;
}
.networkWrap .screenshots {
  text-align: center;
}
.networkWrap .purchase .text2 {
  padding: 20px 0 0 30px;
}
.networkWrap .purchase table {
  table-layout: fixed;
}
.networkWrap .purchase .price {
  color: #f00;
}
.networkWrap .purchase .price span {
  color: #333;
}
.networkWrap table.table {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .networkWrap img {
    max-width: 100%;
  }
  .networkWrap .purchase .text2 {
    padding-left: 0;
  }
  .networkWrap .hideOnMobile {
    display: none;
  }
  .networkWrap .showOnMobile {
    display: block;
  }
}
.news {
  max-width: 690px;
}
.news .news-item:first-child {
  padding-top: 0;
}
.news .news-date {
  color: #999;
}
.newsletter {
  max-width: 690px;
  margin-top: -6px;
}
.newsletter h2 {
  margin: 6px 0 -3px;
}
#name,
#subject,
#message {
  display: none;
}
.ccms_form_element input[type="text"],
#email {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 272px;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 19px;
  border: 2px solid #ececec;
  background-color: #fff;
  color: #bdbcbc;
}
.ccms_form_element input[type="text"]:focus,
#email:focus {
  color: #000;
}
.ccms_form_element input[type="text"].sp_qc_error,
#email.sp_qc_error {
  padding-right: 38px;
  border-color: #ff4f4f;
}
.ccms_form_element input[type="submit"],
#sp_qc_submit {
  position: relative;
  padding: 11px 27px;
  margin-bottom: 30px;
  border-radius: 20px;
  border: 0;
  outline: 0;
  background-clip: padding-box;
  background-color: #3ba9e7;
  color: #fefefe;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: left 2s ease, top 2s ease, background-color 0.2s ease;
  transition: left 2s ease, top 2s ease, background-color 0.2s ease;
}
.ccms_form_element input[type="submit"]:active,
#sp_qc_submit:active {
  left: 2px;
  top: 2px;
}
.ccms_form_element input[type="submit"]:hover,
#sp_qc_submit:hover {
  background-color: #edad13;
  box-shadow: 0 10px 20px rgba(44,56,78,0.14);
}
.sp_qc_warn {
  position: relative;
  color: #ff4f4f;
}
.sp_qc_warn:after {
  position: absolute;
  content: '';
  left: 243px;
  top: 57px;
  width: 17px;
  height: 17px;
  background-position: -77px -503px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
  z-index: 100;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .sp_qc_warn:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .sp_qc_warn:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .sp_qc_warn:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.news-archive .title_blue2 {
  cursor: pointer;
}
.js .news-archive .moreWrap {
  display: none;
}
.news-item {
  border-top: 1px solid #cecece;
  padding: 8px 0 17px;
  line-height: 1.72;
}
.news-item:nth-child(10n+1) {
  border-top: none;
}
.news-item h2 {
  display: inline-block;
}
.news-item p {
  margin-top: 0;
  margin-bottom: 14px;
}
.pagination_wrap {
  position: relative;
  padding: 39px 0 23px;
}
.pagination_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  border-top: 1px solid #cecece;
}
.pagination_wrap .page_link {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 4px 0 0 0;
  margin: 0 3px 10px 0;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  color: #999;
  font-size: 18px;
  text-decoration: none;
}
.pagination_wrap .active_page {
  background-color: #3ba9e7;
  color: #fff;
}
.pagination_wrap .previous_link,
.pagination_wrap .next_link {
  display: none;
}
.pricingHeading {
  background-color: #f3f3f3;
}
.buyWrap h2 {
  margin: 43px 0 14px;
  font-weight: 400;
  line-height: 1.6667;
}
.buyWrap h2:first-child {
  margin: 35px 0 0;
}
.buyWrap h2.noMargin {
  margin-bottom: 0;
}
.buyWrap p {
  margin-top: 0;
}
.buyWrap .rightSidebar:before,
.buyWrap .rightSidebar:after {
  display: table;
  content: "";
}
.buyWrap .rightSidebar:after {
  clear: both;
}
.buyWrap .asideBlock {
  margin-top: 46px;
  margin-bottom: 20px;
}
.buyWrap .asideBlock h4 {
  margin: 0 0 11px;
  font-size: 16px;
  line-height: 1.125;
}
.buyWrap table.table {
  width: 100%;
  max-width: inherit;
}
.buyWrap .moneyBack {
  position: relative;
  border: 3px solid #edad13;
  padding: 27px 23px 5px;
  margin-top: 46px;
}
.buyWrap .moneyBack:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin-left: -51px;
  margin-bottom: 17px;
  width: 90px;
  height: 79px;
  background-position: 0px -325px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .moneyBack:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .moneyBack:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .moneyBack:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .moneyBack p {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
.buyWrap .cloudTable {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  vertical-align: middle;
}
.buyWrap .cloudTable td {
  padding: 12px 14px 10px;
}
.buyWrap .cloudTable .buyLink {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  padding: 11px 25px 10px 25px;
}
.buyWrap .cloudTable .cloudLogo {
  width: 145px;
}
.buyWrap .cloudTable .order {
  width: 103px;
}
.buyWrap .cloudLogoName {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-weight: 600;
  font-size: 14px;
  min-width: 136px;
}
.buyWrap .cloudLogoName:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-position: -455px -274px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .cloudLogoName:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .cloudLogoName:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .cloudLogoName:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .tooltip2 {
  position: relative;
  padding: 16px;
  border: 3px solid #cfd7dd;
  color: #000;
  line-height: 1.3;
}
.buyWrap .tooltip2:after {
  position: absolute;
  content: '';
  left: 75px;
  bottom: -16px;
  width: 35px;
  height: 16px;
  background-position: -148px -480px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .tooltip2:after {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .tooltip2:after {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .tooltip2:after {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .testimonials {
  margin-bottom: 32px;
}
.buyWrap .testimonialAuthor img {
  float: left;
}
.buyWrap .testimonialAuthor p {
  margin: 0 0 0 78px;
}
.buyWrap .testimonialAuthor p.name {
  margin-top: 10px;
  color: #000;
  font-weight: 600;
}
.buyWrap .testimonialAuthor p.place {
  font-size: 12px;
  color: #999;
}
.buyWrap .paymentMethods li {
  margin-bottom: 7px;
}
.buyWrap .paymentMethods li:before {
  top: 4px;
  border-radius: 0;
  background-color: #fff;
}
.buyWrap .paymentMethods .creditCard:before {
  width: 17px;
  height: 14px;
  background-position: -140px -531px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .paymentMethods .creditCard:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .paymentMethods .creditCard:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .paymentMethods .creditCard:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .paymentMethods .payPal:before {
  width: 17px;
  height: 17px;
  background-position: -498px -408px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .paymentMethods .payPal:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .paymentMethods .payPal:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .paymentMethods .payPal:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .paymentMethods .bankTransfer:before {
  width: 16px;
  height: 17px;
  background-position: -503px -158px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .paymentMethods .bankTransfer:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .paymentMethods .bankTransfer:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .paymentMethods .bankTransfer:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .paymentMethods .creditCardPhone:before {
  width: 15px;
  height: 17px;
  background-position: -368px -233px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .paymentMethods .creditCardPhone:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .paymentMethods .creditCardPhone:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .paymentMethods .creditCardPhone:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.buyWrap .paymentMethods .checkOrder:before {
  width: 15px;
  height: 17px;
  background-position: -368px -254px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .buyWrap .paymentMethods .checkOrder:before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .buyWrap .paymentMethods .checkOrder:before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .buyWrap .paymentMethods .checkOrder:before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.volumeDiscountsWrap table.table {
  max-width: 450px;
}
@media only screen and (min-width: 601px) {
  .buyWrap .asideBlock {
    box-sizing: border-box;
    float: left;
    width: 33.333%;
  }
  .table .price {
    width: 87px;
  }
  .table .order {
    width: 128px;
  }
}
@media only screen and (min-width: 991px) {
  .buyWrap .asideBlock {
    float: none;
    width: auto;
  }
  .buyWrap .rightSidebar {
    float: right;
    width: 240px;
  }
  .buyWrap .leftCont {
    float: left;
    width: 690px;
  }
  .buyWrap .testimonials,
  .buyWrap .paymentMethods {
    margin-top: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 990px) {
  .buyWrap .asideBlock {
    padding-left: 20px;
  }
  .buyWrap .moneyBack {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .buyWrap .cloudTable td {
    padding: 12px 5px 10px;
  }
  .buyWrap .cloudTable .cloudLogo {
    width: 80px;
  }
  .buyWrap .cloudLogoName {
    padding-top: 10px;
    padding-left: 0;
    min-width: inherit;
  }
  .buyWrap .cloudLogoName:before {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-position: -455px -274px;
    background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
    background-size: 570px 547px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 600px) and (min-resolution: 192dpi), only screen and (max-width: 600px) and (min-resolution: 2dppx), only screen and (max-width: 600px) and (min-device-pixel-ratio: 2) {
  :before {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 600px) and (min-resolution: 288dpi), only screen and (max-width: 600px) and (min-resolution: 3dppx), only screen and (max-width: 600px) and (min-device-pixel-ratio: 3) {
  :before {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 4), only screen and (max-width: 600px) and (min-resolution: 384dpi), only screen and (max-width: 600px) and (min-resolution: 4dppx), only screen and (max-width: 600px) and (min-device-pixel-ratio: 4) {
  :before {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.proVsFreeHeading {
  margin-bottom: 40px;
}
.proFreeWrap {
  font-size: 16px;
}
.proFreeWrap h2 {
  padding-top: 17px;
  font-size: 36px;
  line-height: 1.333;
  font-weight: 400;
}
.proFreeWrap .buttonsWrap {
  padding-top: 18px;
}
.proFreeWrap .buttonsWrap span {
  display: inline-block;
  vertical-align: middle;
}
.proFreeWrap .buttonsWrap .btnWrap {
  margin-bottom: 23px;
  line-height: 1;
}
.proFreeWrap .buttonsWrap .baseButton {
  border-radius: 20px;
}
.proFreeWrap .buttonsWrap .buyBtnBlock {
  padding-bottom: 7px;
}
.proFreeWrap .buttonsWrap .note {
  font-weight: 600;
}
.proFreeWrap .buttonsWrap .note a {
  display: inline-block;
  margin-left: 14px;
}
.proFreeWrap .buttonsWrap .price {
  margin-right: 15px;
  font-size: 18px;
  color: #ffc539;
}
.proFreeWrap .buttonsWrap .buy {
  min-width: 190px;
  padding: 11px 31px 11px 25px;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 600;
}
.proFreeWrap .buttonsWrap .buy:hover .price {
  color: #fff;
}
.proFreeWrap .buttonsWrap .buy .title {
  float: right;
  padding-top: 2px;
}
.proFreeWrap .buttonsWrap .downloadButton {
  min-width: 262px;
  margin-right: 14px;
}
.proFreeWrap .buttonsWrap .downloadButton .title {
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .proFreeWrap .buttonsWrap .note {
    display: block;
    margin-top: 10px;
  }
}
.submenu {
  position: relative;
  background: #333;
  font-size: 14px;
  height: 51px;
  overflow: hidden;
}
.submenu .hamburger {
  display: none;
}
.submenu .menu {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  margin: 0 auto;
  padding: 0;
/*li {
            display: block;
            float: left;
            //margin-left: -14px

            &.active a {
                color: #bbb;
            }

            &:first-child {
                margin-left: -14px
            }
        }*/
}
@media screen and (min-width: 990px) {
  .submenu .menu {
    width: 990px;
  }
}
.submenu .menu:before,
.submenu .menu:after {
  display: table;
  content: "";
}
.submenu .menu:after {
  clear: both;
}
.submenu .menu a {
  display: block;
  padding: 14px 15px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}
.submenu .menu a:hover {
  color: #bbb;
}
.submenu .menu .active a {
  background-color: #4f4f4f;
}
.testimonialsWrap {
  padding-top: 18px;
  font-size: 16px;
  line-height: 1.5;
}
.testimonialsWrap ul {
  padding: 0;
}
.mainContent .testimonialsWrap li:before {
  display: none;
}
.testimonialsWrap .tooltipWrap3 {
  position: relative;
  padding: 18px 26px;
  border: 3px solid #cfd7dd;
  background-color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.14);
  color: #000;
}
.testimonialsWrap .tooltipWrap3 p {
  margin: 0;
}
.testimonialsWrap .tooltip-arrow3 {
  position: absolute;
  bottom: -34px;
  left: 47px;
  text-indent: -999px;
  overflow: hidden;
  width: 90px;
  height: 34px;
  background-position: -342px -325px;
  background-image: url("../img/png-sprite/96dpi/sprite22peedeipb9.png");
  background-size: 570px 547px;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
  .testimonialsWrap .tooltip-arrow3 {
    background-image: url("../img/png-sprite/192dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx), only screen and (min-device-pixel-ratio: 3) {
  .testimonialsWrap .tooltip-arrow3 {
    background-image: url("../img/png-sprite/288dpi/sprite22peedeipb9.png");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 4), only screen and (-webkit-min-device-pixel-ratio: 4), only screen and (min-resolution: 384dpi), only screen and (min-resolution: 4dppx), only screen and (min-device-pixel-ratio: 4) {
  .testimonialsWrap .tooltip-arrow3 {
    background-image: url("../img/png-sprite/384dpi/sprite22peedeipb9.png");
  }
}
.testimonialsWrap .profile {
  position: relative;
  padding: 22px 0 37px;
  z-index: 50;
  color: #000;
}
.testimonialsWrap .profile:before,
.testimonialsWrap .profile:after {
  display: table;
  content: "";
}
.testimonialsWrap .profile:after {
  clear: both;
}
.testimonialsWrap .profile img {
  float: left;
  width: 62px;
  height: 62px;
}
.testimonialsWrap .profile p {
  margin: 7px 0 0 88px;
  font-weight: 700;
}
.testimonialsWrap .profile span {
  display: block;
  margin-left: 88px;
  font-size: 14px;
}
.versionCheck .newVersion {
  background: #ffff96;
  font-weight: 700;
  padding: 14px 10px;
  margin-left: -10px;
  margin-bottom: 20px;
}
.versionCheck .leftCont {
  font-size: 16px;
}
.versionCheck .list {
  font-size: 14px;
}
.versionCheck .rightSidebar {
  padding-top: 54px;
}
.versionCheck .rightSidebar #sp_qc_submit {
  margin-bottom: 15px;
}
.group:before,
.group:after {
  display: table;
  content: "";
}
.group:after {
  clear: both;
}
