@media (min-width:768px) {
  *[class*="section-"] {
    padding: 90px 0px;
  }
}
@media (min-width:1430px) {
  .container.wide {
    width: 1400px;
  }
}
h1, .h1, h2, .h2 {
  font-size: 38px;
  line-height: 46px;
}
@media only screen and (max-width:767px) {
  h1, .h1, h2, .h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
h3, .h3 {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width:767px) {
  h3, .h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.btn-sm, .btn-lg {
  white-space: normal;
}
body > main {
  background-color: #fff;
}
@media only screen and (min-width:768px) {
  *[class*="section-"] .container header {
    text-align: center;
    margin-bottom: 60px;
  }
  *[class*="section-"] .container header h3 {
    margin-bottom: 0;
  }
}
.list.grey-square-bullits ul {
  padding-left: 0px;
}
.list.grey-square-bullits ul li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}
.list.grey-square-bullits ul li:before {
  color: #c2c8cf;
  font-size: 30px;
  line-height: 20px;
  content: "▪";
  position: absolute;
  left: 0;
  top: 0;
}
*.section-header {
  padding-bottom: 0px !important;
}
*.section-header .container header {
  margin-bottom: 0px !important;
}
.compareEditions .table-responsive {
  border: none;
}
.compareEditions sub {
  top: -0.5em;
}
.compareEditions table {
  border-radius: 5px;
  margin-bottom: 40px;
}
.compareEditions table .glyphicon.glyphicon-ok:before {
  background: url("/static/pl/fileadmin/res/img/general/icons/2020/check@2x.png") no-repeat center;
  content: '';
  width: 26px;
  height: 26px;
  background-size: 100%;
  display: block;
}
.compareEditions table thead tr .mostPopular {
  background-color: #0080FF;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px 5px 0 0;
}
.compareEditions table tbody tr:first-child td:first-child, .compareEditions table tbody tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.compareEditions table tbody tr:first-child td:last-child, .compareEditions table tbody tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.compareEditions table tbody tr:last-child td:first-child, .compareEditions table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.compareEditions table tbody tr:last-child td:last-child, .compareEditions table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.compareEditions table tbody tr td {
  height: 45px;
  padding: 5px 25px;
  font-size: 15px;
  border-right: none;
  border-color: #d1d1d1;
  border-top-color: transparent;
  background-color: #F9F9F9;
}
.compareEditions table tbody tr td .new {
  color: #D92231;
  font-weight: 500;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 6px;
}
.compareEditions table tbody tr td.descr {
  background-color: #fff;
}
.compareEditions table tbody tr td.pdp {
  background-color: #D8EDFF;
}
.compareEditions table tbody tr td:first-child {
  border-left: 1px solid #d1d1d1;
}
.compareEditions table tbody tr td:last-child {
  border-right: 1px solid #d1d1d1;
}
.compareEditions table tbody tr td.std, .compareEditions table tbody tr td.pdp, .compareEditions table tbody tr td.pdb {
  width: 180px;
}
@media only screen and (min-width:992px) {
  .compareEditions table tbody tr td.std, .compareEditions table tbody tr td.pdp, .compareEditions table tbody tr td.pdb {
    width: 200px;
  }
}
@media only screen and (max-width:991px) {
  .compareEditions table tbody tr td {
    padding: 5px 10px;
  }
}
.compareEditions table tbody tr.header td, .compareEditions table tbody tr.header th {
  font-size: 18px;
  border: none;
  background-color: transparent;
  font-weight: 600;
}
@media only screen and (min-width:992px) {
  .compareEditions table tbody tr.header td, .compareEditions table tbody tr.header th {
    white-space: nowrap;
  }
}
.compareEditions table tbody tr.header td.pdp, .compareEditions table tbody tr.header th.pdp {
  background-color: #D8EDFF;
}
.compareEditions table tbody tr.header + tr td {
  border-top: 1px solid #d1d1d1;
}
.compareEditions table tbody tr.header + tr td:first-child {
  border-top-left-radius: 5px;
}
.compareEditions table tbody tr.header + tr td:last-child {
  border-top-right-radius: 5px;
}
.compareEditions table tfoot tr td {
  padding-top: 30px;
  vertical-align: top;
  white-space: normal !important;
}
@media only screen and (max-width:991px) {
  .compareEditions table tfoot tr td {
    padding: 10px 5px;
  }
}
.compareEditions table tfoot tr td .btn-with-price {
  display: none;
}
.compareEditions table tfoot tr td.note {
  font-size: 14px;
}
.compareEditions table tfoot tr td.note .guarantee-badge {
  float: right;
}
.compareEditions table tfoot tr td.guarantee {
  padding-top: 4px;
  padding-bottom: 4px;
}
.compareEditions table tfoot tr td.pdp {
  background-color: #D8EDFF;
  border-radius: 0 0 5px 5px;
}
.compareEditions table tfoot tr td .btn {
  white-space: nowrap !important;
}
.compareEditions table tfoot tr td .btn.btn-xs {
  line-height: 16px;
  min-width: 160px;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width:991px) {
  .compareEditions table tfoot tr td .btn.btn-xs {
    padding: 8px 10px 7px;
    min-width: 140px;
    margin-top: 10px;
  }
}
.compareEditions .small-table table {
  margin-bottom: 10px;
}
.compareEditions .student {
  text-align: center;
  font-size: 22px;
}
.compareEditions .student .fa-graduation-cap {
  font-size: 45px;
  display: block;
  line-height: 45px;
  margin-right: 20px;
}
@media only screen and (min-width:768px) {
  .compareEditions .student {
    line-height: 45px;
    display: inline-flex;
    justify-content: center;
  }
  .compareEditions .student .fa-graduation-cap {
    display: inline-block;
    float: left;
  }
}
.compareEditions.pd17 table tbody tr.header td {
  background-color: #0c2742 !important;
  color: #fff;
}
.compareEditions.pd17 table tbody tr td {
  font-weight: 500;
  background-color: #f7f7f7;
}
.compareEditions.pd17 table tbody tr td.descr {
  background-color: #fff;
}
.compareEditions.pd17 table tbody tr td.pdp {
  background-color: #d8edff;
}
.iconCompare {
  position: relative;
}
.iconCompare:before {
  position: relative;
  content: '';
  width: 20px;
  height: 21px;
  margin-right: 11px;
  display: inline-block;
  background: url("/static/pl/fileadmin/res/img/pd/2021/upgrade/iconCompare.png") no-repeat center;
  background-size: 100%;
  top: 3px;
}
.section-compare-editions-header {
  padding-bottom: 0px;
  text-align: center;
}
.section-about.ps .new, .section-about.ps .just-released {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em;
  color: #D92231;
  margin-bottom: 0px;
}
.section-about.ps.bg-left:before {
  background-position: right 60px;
  background-size: auto calc(100% - 120px);
  right: calc(50% + 10px);
}
@media (min-width:768px) {
  .section-about.ps {
    padding-top: 80px !important;
    padding-bottom: 35px;
  }
}
.section-about.ps .hidden-xs div.m1chip {
  justify-content: left;
  top: -20px;
  position: absolute;
}
@media (max-width:768px) {
  .section-about.ps div.m1chip {
    text-align: center;
  }
  .section-about.ps a.videoIcon {
    margin-bottom: 5px;
  }
}
.section-about.ps footer .btn-group, .section-about.ps footer button.btn.btn-success.dropdown-toggle {
  width: auto;
}
@media (min-width:768px) {
  .section-about.ps footer .btn {
    margin-right: 20px !important;
  }
}
.section-about.ps footer button.dropdown-toggle span.caret {
  float: right;
  margin-top: 10px;
}
.section-about.ps footer .buttons {
  margin-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width:768px) {
  .section-about.ps footer button.btn.btn-success.dropdown-toggle {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-about.ps footer p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section-about.ps .header h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0px;
}
.section-about.ps .header h1 + ul {
  margin-top: 30px;
}
.section-about.ps .header h2 {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 0px;
}
.section-about.ps .header ul {
  margin-bottom: 30px;
}
.section-about.ps .header ul li {
  font-size: 17px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media (max-width:991px) {
  .section-about.ps .header .btn-group, .section-about.ps .header button.btn.btn-success.dropdown-toggle {
    width: auto;
  }
  .section-about.ps .header div.m1chip.pd17 {
    max-width: none;
  }
}
@media (max-width:767px) {
  .section-about.ps .header .btn-group, .section-about.ps .header button.btn.btn-success.dropdown-toggle {
    width: 100%;
  }
  .section-about.ps .header .buttons {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-about.ps .header h1, .section-about.ps .header h2, .section-about.ps .header .new, .section-about.ps .header .just-released {
    margin-bottom: 5px;
    text-align: left;
  }
}

.section-about .iconCompare {
  position: relative;
  margin-right: 40px;
}
@media (max-width:1430px) {
  .section-about .iconCompare {
    margin-right: 0px;
    display: block;
  }
}
@media (max-width:767px) {
  .section-about .iconCompare {
    margin-bottom: 20px;
    text-align: left;
  }
  .section-about .have-subscr {
    text-align: left;
  }
  .section-about .have-subscr a {
    display: block;
  }
  .section-about .img-responsive {
    margin-bottom: 35px !important;
  }
  body > main .videoIcon.icon-md:after {
    margin-top: -80px;
  }
  .section-about h1 {
    font-size: 34px !important;
  }
}
.section-about .have-subscr {
  font-size: 16px;
}
.section-faq.simplified .panel .panel-title {
  font-size: 22px;
  font-weight: normal;
}
.section-faq.simplified .panel .panel-title .glyphicon {
  font-size: 18px;
  top: 2px;
}
.section-faq.simplified .panel .panel-title .glyphicon-triangle-right:before {
  content: '\e114';
}
@media only screen and (max-width:767px) {
  .section-faq.simplified .panel .panel-title {
    font-size: 16px;
  }
  .section-faq.simplified .panel .panel-title .glyphicon {
    top: 4px;
  }
}
.section-faq.simplified .panel.panel-open .panel-heading .panel-title {
  color: inherit;
}
.section-faq.simplified .panel.panel-open .panel-heading .panel-title span.glyphicon-triangle-right:before {
  content: '\e113';
}
.table.configurations tbody tr td:nth-child(2), .table.configurations tbody tr td:nth-child(3) {
  width: 40%;
}
.guarantee-badge {
  background: url("/static/pl/fileadmin/res/img/general/icons/2020/seal_30_bg.png") no-repeat top left;
  width: 90px;
  height: 80px;
  background-size: 100%;
  display: block;
  margin-left: auto;
}
.guarantee-badge .badge-text {
  padding: 25px 0 10px 46px;
  color: #fff;
  text-transform: uppercase;
}
.guarantee-badge .badge-text h4 {
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}
.guarantee-badge .badge-text p {
  margin: 0;
  font-size: 6px;
  line-height: 6px;
}
html[lang="ru"] .guarantee-badge .badge-text {
  padding-top: 22px;
}
html[lang="ru"] .guarantee-badge .badge-text h4 {
  font-size: 12px;
}
html[lang="ru"] .guarantee-badge .badge-text p {
  font-size: 6px;
}
html[lang="de"] .guarantee-badge .badge-text, html[lang="ch"] .guarantee-badge .badge-text {
  padding-top: 22px;
}
html[lang="fr"] .guarantee-badge .badge-text, html[lang="fr-ca"] .guarantee-badge .badge-text {
  padding-top: 22px;
}
html[lang="fr"] .guarantee-badge .badge-text h4, html[lang="fr-ca"] .guarantee-badge .badge-text h4 {
  font-size: 12px;
}
html[lang="it"] .guarantee-badge .badge-text {
  padding-top: 23px;
}
html[lang="it"] .guarantee-badge .badge-text h4 {
  font-size: 11px;
  line-height: 12px;
}
html[lang="it"] .guarantee-badge .badge-text p {
  font-size: 5px;
}
html[lang="br"] .guarantee-badge .badge-text h4 {
  font-size: 9px;
  line-height: 14px;
}
html[lang="kr"] .guarantee-badge .badge-text h4 {
  font-size: 16px;
  line-height: 18px;
}
html[lang="kr"] .guarantee-badge .badge-text p {
  font-size: 9px;
  line-height: 8px;
}
html[lang="jp"] .guarantee-badge .badge-text p {
  font-size: 8px;
  line-height: 14px;
}
html[lang="cn"] .guarantee-badge .badge-text p {
  font-size: 8px;
  line-height: 12px;
}
html[lang="hk"] .guarantee-badge .badge-text p {
  font-size: 6px;
  line-height: 12px;
}
html[lang="nl"] .guarantee-badge .badge-text h4 {
  font-size: 10px;
  line-height: 15px;
}
html[lang="se"] .guarantee-badge .badge-text {
  padding-top: 23px;
}
html[lang="se"] .guarantee-badge .badge-text h4 {
  font-size: 13px;
  line-height: 15px;
}
.section-pd-final {
  background: #282735 url("/static/pl/fileadmin/res/img/pd/2019/overview/pd-final-bg.jpg") no-repeat 72% bottom;
  background-size: auto 100%;
  min-height: 700px;
  text-align: center;
}
.section-pd-final h2, .section-pd-final h3, .section-pd-final p {
  color: #fff;
}
.section-pd-final h3 {
  font-size: 22px;
}
.section-pd-final h3 strong {
  font-weight: normal;
}
@media only screen and (max-width:767px) {
  .section-pd-final h3 {
    font-size: 18px;
  }
}
.section-pd-final a.btn.btn-sm {
  margin-bottom: 30px;
}
.section-pd-final a.btn.btn-sm, .section-pd-final .btn-group, .section-pd-final button.btn.btn-sm.dropdown-toggle {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.section-pd-final button.dropdown-toggle span.caret {
  float: right;
  margin-top: 10px;
}
.section-pd-final .btn-group.open .dropdown-menu {
  text-align: center;
}
.section-pd-final small {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
html[lang="ru"] .section-pd-final .btn.btn-block {
  font-family: "Helvetica Neue LT W1G Condenced", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}
html[lang="de"] .section-pd-final .btn.btn-sm, html[lang="ch"] .section-pd-final .btn.btn-sm html[lang="fr"] .section-pd-final .btn.btn-sm, html[lang="fr-ca"] .section-pd-final .btn.btn-sm html[lang="it"] .section-pd-final .btn.btn-sm, html[lang="es"] .section-pd-final .btn.btn-sm, html[lang="mx"] .section-pd-final .btn.btn-sm html[lang="br"] .section-pd-final .btn.btn-sm, html[lang="ru"] .section-pd-final .btn.btn-sm, html[lang="se"] .section-pd-final .btn.btn-sm, html[lang="nl"] .section-pd-final .btn.btn-sm {
  padding: 5px 15px;
  font-size: 12px;
}
@media (min-width:768px) {
  .section-pd-final .wrapper-download {
    padding-left: 0px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .section-pd-final {
    background-position: left calc(50% - 20px) bottom;
    background-size: auto 150%;
    min-height: 490px;
  }
}
@media (min-width:992px) {
  .section-pd-final {
    padding-top: 180px !important;
    background-position: left calc(50% - 100px) bottom;
    background-size: auto;
  }
}
@media (min-width:1200px) {
  .section-pd-final .col-lg-offset-35 {
    margin-left: 29%;
  }
}
@media (min-width:2300px) {
  .section-pd-final {
    background-size: calc(100% + 200px) auto;
  }
}
.section-pd-footer {
  background: transparent linear-gradient(180deg, #f0f7fd 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
.section-pd-footer h3 {
  margin-bottom: 10px;
}
.section-pd-footer .btn-group {
  margin-top: 0px;
  margin-bottom: 0px;
}
  {}
.section-pd-footer .container > h2 {
  position: relative;
}
.section-pd-footer:before {
  background: url("/static/pl/fileadmin/res/img/pd/2022/overview/footer.jpg") no-repeat 50% 0;
  background-size: auto 100%;
  left: auto;
}
@media (min-width:2200px) {
  .section-pd-footer:before {
    background-position: top right;
    background-size: auto 100%;
    right: 0;
    left: auto;
  }
}
.section-pd-footer .btn {
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-left: 0px !important;
}
.section-pd-footer .btn-group.open .dropdown-menu {
  margin-top: -30px;
}
.section-pd-footer .btn-group .dropdown-toggle {
  padding-left: 40px !important;
}
@media (min-width:768px) {
  .section-pd-footer {
    min-height: 800px;
    padding-top: 130px;
  }
}
@media (min-width:991px) {
  .section-pd-footer {
    min-height: 800px;
    padding-top: 200px;
  }
}
.section-pd-footer.v2 .well {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 100%;
}
.section-pd-footer.v2 .well.well-try {
  background-color: #0067CB;
}
.section-pd-footer.v2 .well.well-buy {
  background-color: #339933;
  margin-bottom: 35px;
}
.section-pd-footer.v2 .well p {
  margin-bottom: 0px;
  font-weight: bold;
}
.section-pd-footer.v2 .well p > small {
  font-weight: normal;
}
.section-pd-footer #footnote-position {
  position: relative;
  z-index: 1;
}
@media (min-width:768px) {
  .section-pd-footer #footnote-position {
    position: absolute;
    bottom: 40px;
  }
}
.section-pd-footer-business {
  background: url("/static/pl/fileadmin/res/img/pdb/2021/overview/footer-grad_lg.jpg") repeat-x top center;
  background-size: auto 100%;
}
.section-pd-footer-business:before {
  background: url("/static/pl/fileadmin/res/img/pdb/2021/overview/footer_lg_upd.jpg") no-repeat 50% 0;
  background-size: auto 100%;
  left: auto;
}
@media (min-width:1990px) {
  .section-pd-footer-business:before {
    background-position: top right;
    background-size: auto 100%;
    right: 0;
    left: auto;
  }
}
.section-pd-footer-business h2 {
  color: #fff;
  margin-bottom: 25px;
}
.section-pd-footer-business .btn {
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-left: 0px !important;
  margin-bottom: 35px;
  margin-right: 12px !important;
}
@media (min-width:768px) {
  .section-pd-footer-business {
    min-height: 800px;
    padding-top: 270px;
  }
}
.section-tabsWithMedia .col-xs-12 {
  min-height: 10px;
}
.section-tabsWithMedia header {
  text-align: center;
}
@media only screen and (min-width:992px) {
  .section-tabsWithMedia header {
    margin-bottom: 60px;
  }
}
.section-tabsWithMedia .tab-content {
  width: 100%;
}
@media (max-width:767px) {
  .section-tabsWithMedia .tab-content {
    top: 0px !important;
  }
}
.section-tabsWithMedia .tab-content img, .section-tabsWithMedia .tab-content video {
  width: 100%;
  max-width: 100%;
}
.section-tabsWithMedia .nav.nav-tabs {
  border: none;
  padding-left: 0px;
}
.section-tabsWithMedia .nav.nav-tabs > li {
  width: 100%;
}
.section-tabsWithMedia .nav.nav-tabs > li > a {
  font-size: 14px;
  line-height: 21px;
  color: inherit;
  border: none;
  border-left: 5px solid transparent;
  padding: 25px 20px 25px 30px;
  text-decoration: none;
}
.section-tabsWithMedia .nav.nav-tabs > li > a strong {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  display: block;
}
.section-tabsWithMedia .nav.nav-tabs > li.active > a, .section-tabsWithMedia .nav.nav-tabs > li.active > a:hover, .section-tabsWithMedia .nav.nav-tabs > li.active > a:focus {
  background-color: #f0f7fd;
  border: none;
  border-left: 4px solid #007fff;
  color: inherit;
}
@media (min-width:768px) {
  .section-tabsWithMedia .tab-content img, .section-tabsWithMedia .nav.nav-tabs {
    margin-bottom: 0px;
  }
}
@media (max-width:767px) {
  .section-tabsWithMedia.pd17 {
    padding-bottom: 0px;
  }
}
.section-tabsWithMedia.pd17 .nav.nav-tabs > li > a {
  border-radius: 15px;
  border: none !important;
}
.section-tabsWithMedia.pd17 .nav.nav-tabs > li > a:hover {
  background-color: inherit;
}
.section-tabsWithMedia.pd17 .nav.nav-tabs > li.active > a, .section-tabsWithMedia.pd17 .nav.nav-tabs > li.active > a:hover, .section-tabsWithMedia.pd17 .nav.nav-tabs > li.active > a:focus {
  background-color: #f0f7fd;
}
.section-tabsWithMedia.pd17 .nav.nav-tabs > li.active > a > strong, .section-tabsWithMedia.pd17 .nav.nav-tabs > li.active > a:hover > strong, .section-tabsWithMedia.pd17 .nav.nav-tabs > li.active > a:focus > strong {
  color: #0067CB;
}
.section-tabsWithMedia.pd17.bg-right:before {
  background-size: auto calc(100% - 180px);
}
.section-tabsWithMedia.pd17.bg-right#tab1:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/overview/tab1.jpg");
}
.section-tabsWithMedia.pd17.bg-right#tab2:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/overview/tab1.jpg");
}
.section-tabsWithMedia.pd17.bg-right#tab3:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/overview/tab1.jpg");
}
.section-tabsWithMedia.pd17.bg-right#tab4:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/overview/tab1.jpg");
}
.accordion-with-tabs .col-xs-12 {
  min-height: 10px;
}
.accordion-with-tabs .tab-pane img, .accordion-with-tabs .tab-pane video {
  width: 100%;
  max-width: 100%;
}
.accordion-with-tabs .panel-group .panel-default {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  background-color: transparent;
}
.accordion-with-tabs .panel-group .panel-default:first-child {
  border-top: 1px solid #d6d6d6;
}
.accordion-with-tabs .panel-group .panel-default a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.accordion-with-tabs .panel-group .panel-default .panel-heading {
  padding: 12px 0px;
  color: #000;
  background-color: transparent;
  border: none;
}
.accordion-with-tabs .panel-group .panel-default .panel-heading .panel-title {
  color: #000;
  font-weight: bold;
  position: relative;
  padding-right: 25px;
}
.accordion-with-tabs .panel-group .panel-default .panel-heading .panel-title .fa-times-circle {
  transition: all .5s ease 0s;
  transform: rotate(45deg);
  right: 0;
  position: absolute;
  top: 4px;
}
.accordion-with-tabs .panel-group .panel-default .panel-body {
  padding: 12px 0px 24px;
  font-size: 16px;
  border: none;
}
@media only screen and (max-width:767px) {
  .accordion-with-tabs .panel-group .panel-default .panel-body {
    padding-top: 0;
  }
}
.accordion-with-tabs .panel-group .panel-default.panel-open {
  outline: none;
  box-shadow: none;
}
.accordion-with-tabs .panel-group .panel-default.panel-open .panel-heading .panel-title .fa-times-circle {
  transform: rotate(360deg);
}
.accordion-with-tabs .panel-group .panel-default + .panel {
  margin-top: 0;
}
.accordion-with-tabs.light {
  position: relative;
}
.accordion-with-tabs.light .panel-group .panel-default {
  border: none;
  padding: 15px;
}
.accordion-with-tabs.light .panel-group .panel-default .panel-heading {
  padding: 0px;
}
.accordion-with-tabs.light .panel-group .panel-default .panel-heading .panel-title {
  font-weight: normal;
}
.accordion-with-tabs.light .panel-group .panel-default.panel-open {
  background-color: #f0f7fd;
  padding: 15px 30px;
  border-radius: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.accordion-with-tabs.light .panel-group .panel-default.panel-open .panel-heading {
  padding-bottom: 0px;
}
.accordion-with-tabs.light .panel-group .panel-default.panel-open .panel-heading .panel-title {
  color: #0067CB;
}
.accordion-with-tabs.light .panel-group .panel-default.panel-open .panel-body {
  padding: 0px;
}
.accordion-with-tabs.dark {
  position: relative;
}
.accordion-with-tabs.dark .panel-group .panel-default {
  border: none;
  padding: 15px;
}
.accordion-with-tabs.dark .panel-group .panel-default .panel-heading {
  padding: 0px;
}
.accordion-with-tabs.dark .panel-group .panel-default .panel-heading .panel-title {
  color: #3399ff !important;
  font-weight: normal;
}
.accordion-with-tabs.dark .panel-group .panel-default.panel-open {
  background-color: #0c2742;
  padding: 15px 30px;
  border-radius: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.accordion-with-tabs.dark .panel-group .panel-default.panel-open .panel-heading {
  padding-bottom: 0px;
}
.accordion-with-tabs.dark .panel-group .panel-default.panel-open .panel-heading .panel-title {
  color: #0067CB;
}
.accordion-with-tabs.dark .panel-group .panel-default.panel-open .panel-body {
  padding: 0px;
}
@media (min-width:992px) {
  .accordion-with-tabs.bg-right.pd17 {
    min-height: 1000px;
  }
}
.accordion-with-tabs.bg-right.pd17:before {
  left: calc(50% - 130px);
  background-size: auto 100%;
}
@media (max-width:991px) {
  .accordion-with-tabs.bg-right.pd17:before {
    left: calc(50% + 50px);
  }
}
.accordion-with-tabs.bg-right.pd17#ft1:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/upgrade/m1-battery_upd.jpg");
  left: calc(50% - 180px);
}
@media (max-width:991px) {
  .accordion-with-tabs.bg-right.pd17#ft1:before {
    left: calc(50% - 0px);
  }
}
.accordion-with-tabs.bg-right.pd17#ft2:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/upgrade/M1-Windows-Performance.jpg");
}
.accordion-with-tabs.bg-right.pd17#ft3:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/upgrade/M1-Windows-Security.jpg");
}
.accordion-with-tabs.bg-right.pd17#ft4:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/upgrade/M1-Linux-Sound.jpg");
}
.accordion-with-tabs.bg-right.pd17#ft5:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2021/upgrade/M1-Linux-Resolution.jpg");
}
@media (min-width:992px) {
  .accordion-with-tabs.bg-right.pd18 {
    min-height: 1000px;
  }
}
.accordion-with-tabs.bg-right.pd18:before {
  left: calc(50% - 130px);
  background-size: auto 100%;
}
@media (max-width:991px) {
  .accordion-with-tabs.bg-right.pd18:before {
    left: calc(50% + 50px);
  }
}
.accordion-with-tabs.bg-right.pd18#ft1:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2022/upgrade/easy-to-set-up.jpg");
}
@media (max-width:991px) {
  .accordion-with-tabs.bg-right.pd18#ft1:before {
    left: calc(50% - 0px);
  }
}
.accordion-with-tabs.bg-right.pd18#ft2:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2022/upgrade/win-performance.jpg");
}
.accordion-with-tabs.bg-right.pd18#ft3:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2022/upgrade/increase-productivity.jpg");
}
.accordion-with-tabs.bg-right.pd18#ft4:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2022/upgrade/linux-releases.jpg");
}
.accordion-with-tabs.bg-right.pd18#ft5:before {
  background-image: url("/static/pl/fileadmin/res/img/pd/2022/upgrade/linux-boot.jpg");
}
@media (min-width:992px) {
  .accordion-with-tabs.bg-left.pdb17 {
    min-height: 725px;
  }
}
.accordion-with-tabs.bg-left.pdb17:before {
  right: calc(50% - 130px);
  background-size: auto 100%;
}
@media (max-width:991px) {
  .accordion-with-tabs.bg-left.pdb17:before {
    right: calc(50% + 50px);
    background-size: auto 100%;
  }
}
.accordion-with-tabs.bg-left.pdb17#enhUx1:before {
  background-image: url("/static/pl/fileadmin/res/img/pdb/2022/Enhanced_preferred_lg.jpg");
}
.accordion-with-tabs.bg-left.pdb17#enhUx2:before {
  background-image: url("/static/pl/fileadmin/res/img/pdb/2021/overview/Enhanced_usb_lg.jpg");
}
.accordion-with-tabs.bg-left.pdb17#enhUx2_upd:before {
  background-image: url("/static/pl/fileadmin/res/img/pdb/2021/overview/Enhanced_usb_lg_upd.jpg");
}
.accordion-with-tabs.bg-left.pdb17#enhUx3:before {
  background-image: url("/static/pl/fileadmin/res/img/pdb/2021/overview/Enhanced_compat_lg.jpg");
}
@media only screen and (max-width:767px) {
  body > main .btn {
    font-size: 15px;
  }
  .section-about a.videoIcon {
    margin-bottom: 35px;
  }
  .section-about a.videoIcon .img-responsive {
    margin-bottom: 0;
  }
  .section-about h1 {
    font-size: 25px;
    line-height: 1;
  }
  .section-about h2, .section-about .new {
    font-size: 22px;
  }
  .section-about h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .section-about .have-subscr {
    margin-top: 20px;
  }
  .section-about .iconCompare {
    display: block;
  }
}
.more-features .toggle-link.readmore, .more-features .toggle-link.readLess {
  text-align: center;
  font-size: 22px;
  color: #0099FF;
  font-weight: normal;
}
@media (max-width:470px) {
  .section-reviews .slick.blocks.responsive {
    width: calc(100% - 30px);
  }
}
.section-reviews .slick.blocks.responsive .slick-list.draggable {
  padding: 15px 0px;
  margin-left: 30px;
  margin-right: 30px;
}
.section-reviews.pd17 {
  background-color: #f0f7fd;
  background: transparent linear-gradient(0deg, #f0f7fd 50%, #ffffff 100%) 0% 0% no-repeat padding-box;
}
@media only screen and (max-width:767px) {
  .section-tweets .col-xs-12.col-sm-4:nth-child(1), .section-tweets .col-xs-12.col-sm-4:nth-child(2) {
    display: none;
  }
}
.section-more .img-responsive {
  margin-left: 0;
}
.section-more article .flex .img-responsive {
  margin: 0 20px 15px 0;
  height: 70px;
}
.section-more article h4 {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width:767px) {
  .section-more {
    text-align: center;
  }
  .section-more .img-responsive {
    margin-left: auto;
  }
  .section-more article .flex {
    justify-content: center;
    text-align: left;
  }
}
.section-bonus {
  background-color: #f0f7fd;
}
.section-bonus .flex + .flex {
  margin-top: 40px;
}
.section-bonus article {
  text-align: left;
}
.section-bonus img.img-responsive {
  margin-bottom: 0px;
}
.section-bonus article img.img-responsive {
  margin: 0px 0px 35px;
}
.section-bonus article h4 {
  font-weight: normal;
  margin-bottom: 0px;
}
.section-bonus article h3 {
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}
@media (min-width:991px) {
  .section-bonus article {
    padding: 30px 100px;
  }
}
.section-sys-req {
  background-color: #fff;
  text-align: center;
}
.section-sys-req h2 {
  margin-bottom: 60px;
}
.section-sys-req h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.section-sys-req .flex {
  flex-wrap: wrap;
  justify-content: center;
}
.section-sys-req article {
  flex-basis: 50%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.section-sys-req article p {
  margin-bottom: 0px;
}
@media (min-width:768px) {
  .section-sys-req {
    padding-bottom: 70px;
  }
}
@media (min-width:991px) {
  .section-sys-req article {
    flex-basis: 20%;
  }
  .section-sys-req article:nth-child(1) {
    order: 1;
  }
  .section-sys-req article:nth-child(2) {
    order: 2;
  }
  .section-sys-req article:nth-child(3) {
    order: 4;
  }
  .section-sys-req article:nth-child(4) {
    order: 5;
  }
  .section-sys-req article:nth-child(5) {
    order: 3;
  }
  .section-sys-req article + article {
    border-left: 1px solid #B9B9B9;
  }
}
@media (min-width:767px) and (max-width:991px) {
  .section-sys-req article {
    flex-basis: 33%;
  }
  .section-sys-req article:nth-child(1) {
    order: 1;
  }
  .section-sys-req article:nth-child(2) {
    order: 2;
    border-left: 1px solid #B9B9B9;
  }
  .section-sys-req article:nth-child(3) {
    order: 4;
  }
  .section-sys-req article:nth-child(4) {
    order: 5;
    border-left: 1px solid #B9B9B9;
  }
  .section-sys-req article:nth-child(5) {
    order: 3;
    border-left: 1px solid #B9B9B9;
  }
}
.section-whatsnew figure {
  margin-bottom: 30px;
}
.section-whatsnew figure h3 > sup {
  font-size: 12px;
  top: -1em;
}
.section-whatsnew figure p > sup, .section-whatsnew figure p > em > sup {
  font-size: 15px;
  top: -.3em;
}
.section-commonCases {
  background-color: #fff;
}
.section-commonCases .tab-pane h4 {
  margin-bottom: 0px;
}
.section-commonCases .tab-pane cite {
  margin-bottom: 25px;
  display: block;
}
.section-commonCases .nav.nav-tabs {
  padding-left: 0px;
  border: none;
  text-align: left;
  margin: 0px;
  width: 100%;
}
.section-commonCases .nav.nav-tabs > li {
  float: none;
}
.section-commonCases .nav.nav-tabs > li + li {
  margin-top: 20px;
}
.section-commonCases .nav.nav-tabs > li > a {
  float: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0C2742;
  background: none;
  border: none;
  padding: 0px;
}
.section-commonCases .nav.nav-tabs > li.active > a {
  color: #0C2742;
  font-weight: 600;
}
@media (min-width:480px) and (max-width:767px) {
  .section-commonCases .nav.nav-tabs {
    margin-bottom: 30px;
    text-align: center;
  }
}
.section-commonCases .tab-content {
  height: 100%;
  border-left: 1px solid #008BDC;
  padding: 45px 0px;
  padding-left: 50px;
  background: #F0F4FE;
  background: transparent linear-gradient(270deg, #ffffff 0%, #f0f4fe 100%) 0% 0% no-repeat padding-box;
}
.section-commonCases .tab-content .tab-pane img {
  max-width: 100%;
  max-height: 80px;
  margin-left: 0px;
  margin-bottom: 30px;
}
.section-commonCases .tab-content .tab-pane p {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width:480px) and (max-width:767px) {
  .section-commonCases .tab-content {
    padding-left: 15px;
  }
}
.section-commonCases.pd17 .nav.nav-tabs > li {
  padding: 15px 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.section-commonCases.pd17 .nav.nav-tabs > li + li {
  margin-top: 0px;
}
.section-commonCases.pd17 .nav.nav-tabs > li > a .fa-times-circle {
  transition: all .5s ease 0s;
  transform: rotate(45deg);
  right: 0;
  position: absolute;
  top: 4px;
}
.section-commonCases.pd17 .nav.nav-tabs > li.active {
  background-color: #f0f7fd;
  border-radius: 15px;
}
.section-commonCases.pd17 .nav.nav-tabs > li.active > a {
  color: #0099ff;
  font-weight: 400;
}
.section-commonCases.pd17 .nav.nav-tabs > li.active > a .fa-times-circle {
  transform: rotate(360deg);
}
.section-commonCases.pd17 .tab-content {
  border-color: #0067CB;
  background: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-commonCases.pd17 .tab-content .tab-pane {
  color: initial;
  font-size: 21px;
  line-height: 29px;
}
@media (min-width:480px) and (max-width:767px) {
  .section-commonCases.pd17 {
    padding-bottom: 0px;
  }
}
.section-lastoffer {
  background-color: #fff;
  padding-bottom: 10px !important;
}
.section-lastoffer h2, .section-lastoffer h3 {
  text-align: center;
}
.section-lastoffer .flex {
  margin-bottom: 25px;
}
.section-lastoffer .flex .col-xs-12 {
  margin-bottom: 10px;
}
.section-lastoffer .flex .col-xs-12 .well {
  display: block;
  color: #fff;
  text-align: center;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 0px;
  height: 100%;
}
.section-lastoffer .flex .col-xs-12 .well.well-try {
  background-color: #0067CB;
}
.section-lastoffer .flex .col-xs-12 .well.well-buy {
  background-color: #339933;
}
.section-lastoffer .flex .col-xs-12 .well h3 {
  margin-bottom: 0px;
}
.section-lastoffer .flex .col-xs-12 .well h3 small {
  color: #fff;
  font-size: 16px;
}
.section-note.m1chip {
  padding-top: 0px;
  padding-bottom: 40px;
}
div.m1chip {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.m1chip a, div.m1chip a:hover, div.m1chip a:focus {
  color: inherit;
}
div.m1chip > img {
  height: 30px;
  margin-right: 10px;
}
@media (max-width:767px) {
  div.m1chip {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
    display: flex !important;
  }
}
div.m1chip.pd17 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
  justify-content: left;
}
div.m1chip.pd17 > img {
  height: 40px;
} 