.header-new .content,
.header-fixed-new .content {
  max-width: 1154px;
}

.home-article.new {
  padding-top: 165px;
  padding-bottom: 60px;
  background-image: none;
}

.home-article.new .content {
  text-align: left;
  max-width: 1154px;
}

.home-article.new h1, .home-article.new h2 {
  text-align: left;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.home-article.new h1 {
  font-size: 44px;
}

.home-article.new .setup-time {
  color: #fff693;
  font-size: 18px;
  margin-top: 17px;
}

.home-article.new .setup-time .icon-clock {
  margin: 0 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/clock-icon.png) 0 0 no-repeat;
}

.home-article.new .button-group {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 10px;
}

.home-article.new .button-group .buy-button {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.home-article.new .button-group .more-button {
  text-align: center;
  border: 3px solid #fef8bf;
  border-radius: 0;
  color: #fef8bf;
  font-size: 24px;
  font-family: "BebasNeueBold";
}

.home-article.new .button-group .more-button:hover {
  color: #eedd75;
  border-color: #eedd75;
}

.home-article.new .support {
  margin-left: 40px;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/logo_win_white.png);
}

.home-article.new.new-2 {
  background-color: #ebf1f1;
  border-bottom: none;
  padding-top: 78px;
  padding-bottom: 55px;
}

.home-article.new.new-2 .content {
  padding-left: 40px;
  padding-right: 40px;
}

.home-article.new.new-2 h1 {
  color: #454543;
  text-shadow: none;
  letter-spacing: 0.01em;
}

.home-article.new.new-2 .setup-time {
  color: #454543;
  margin-top: 0;
}

.home-article.new.new-2 .setup-time .icon-clock {
  background-image: url(../images/clock-icon-dark.png);
}

.content.breadcrumbs {
  max-width: 1154px;
}

.breadcrumbs {
  display: block;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 58px;
}

.breadcrumbs-list[itemscope]:not([itemprop]) a {
  text-decoration: none;
  font-size: 14px;
  color: #9b9b9b;
}

.breadcrumbs-list[itemscope] > [itemprop="itemListElement"]::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 6px;
  height: 10px;
  margin: 0 15px;
  background: url(../images/shevron-right.png) 0 0 no-repeat;
}

.breadcrumbs-list[itemscope]:not([itemprop]) > span:last-of-type {
  color: #131313;
  font-size: 14px;
}

.expert-tested {
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.content.article-wrap {
  max-width: 1154px;
  position: relative;
}

.article-menu-mobile {
  display: none;
}

.floating {
  -webkit-transition: top 0.15s linear;
          transition: top 0.15s linear;
}

.floating.is-fixed {
  position: fixed;
  top: 20px;
}

.floating.is-fixed.is-fixed-top {
  top: 80px;
}

.article-menu {
  display: inline-block;
  width: 345px !important;
  float: left;
  margin-bottom: 55px;
}

.article-menu ul {
  display: inline-block;
  width: 345px;
}

.article-menu li:last-child a {
  border-bottom: none;
}

.article-menu a {
  font-size: 18px;
  color: #454543;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 28px;
  font-family: "RobotoCondensed-Bold";
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

.article-menu a span {
  display: block;
  margin-bottom: 8px;
  font-family: "RobotoCondensed-Regular";
}

.article-menu a.mPS2id-highlight,
.article-menu a:hover {
  color: #6c4d98;
  border-color: #ac8ddd;
}

.entry-content.article {
  padding-bottom: 120px;
  padding-top: 10px;
  width: 730px;
  display: inline-block;
  float: right;
}

.entry-content.article h2,
.entry-content.article h3 {
  letter-spacing: 0.01em;
}

.entry-content.article h3 {
  padding-top: 15px;
  padding-bottom: 25px;
}

.entry-content.article p {
  color: #1a2226;
  font-size: 18px;
}

.entry-content.article img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.try-now {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0;
  padding-bottom: 50px;
}

.try-now .button-group {
  margin-top: 15px;
  padding: 0;
}

.try-now .button-group .buy-button {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 260px;
}

.try-now-title {
  text-transform: uppercase;
  font-size: 42px;
  color: #1a2226;
  font-family: "BebasNeueBold";
  font-weight: normal;
  letter-spacing: 0.01em;
  text-align: center;
}

.try-support {
  display: block;
  color: #3d3f45;
  font-size: 14px;
  margin-top: 7px;
}

.article-preview {
  background-color: #f6f6f6;
  padding: 45px 0 70px;
}

.article-preview .content {
  max-width: 1154px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.article-preview .content-left,
.article-preview .content-right {
  display: inline-block;
}

.article-preview .content-left {
  text-align: center;
}

.article-preview .content-left p {
  font-size: 18px;
  color: #454543;
  margin: 0;
  display: inline-block;
  max-width: 495px;
  line-height: 1.65;
  text-align: left;
  margin-right: 60px;
}

.article-preview .content-left .try-support {
  padding-right: 130px;
}

.article-preview .content-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.article-preview .button-group {
  margin-top: 30px;
  padding: 0;
  padding-right: 130px;
}

.article-preview .button-group .buy-button {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 260px;
}

.advs {
  background-color: #f6f6f6;
  padding: 50px 15px 80px;
  margin-top: -50px;
  position: relative;
}

.advs .content {
  max-width: 1050px;
  border-radius: 5px;
  background-color: #f6f6f6;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.11);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 15px 75px 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.advs .content-left {
  display: inline-block;
  width: 530px;
}

.advs .content-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.advs h2 {
  margin: 0;
  font-weight: normal;
  font-size: 48px;
  color: #fec554;
  text-transform: uppercase;
  font-family: "BebasNeueBold";
  letter-spacing: 0.01em;
  padding: 0;
}

.advs h3 {
  font-size: 24px;
  color: #454543;
  margin: 0;
  font-weight: normal;
  font-family: "RobotoCondensed-Bold";
  position: relative;
  padding: 0;
  margin-top: 5px;
  padding-bottom: 22px;
}

.advs h3:after {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #edd118;
  position: absolute;
  left: 0;
  bottom: 0;
}

.advs ul {
  display: inline-block;
  margin-top: 30px;
}

.advs ul li {
  font-size: 18px;
  color: #454543;
  font-family: "RobotoCondensed-Bold";
  position: relative;
  padding-left: 48px;
  margin-bottom: 25px;
}

.advs ul li:last-child {
  margin-bottom: 0;
}

.advs ul li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -9px;
  display: inline-block;
  background: url(../images/list_style_1-min.png) 0 0 no-repeat;
  width: 20px;
  height: 18px;
}

.advs .button-group {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 50px;
}

.advs .button-group .buy-button {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.advs .button-group .cart-button {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin: 0;
  margin-left: 25px;
}
.list-title {
  font-family: "RobotoCondensed-Bold";
  font-size: 20px;
  margin-bottom: 15px;
}
ul.list-check,
ul.list-plus,
ul.list-minus {
  margin-bottom: 30px;
}
ul.list-check li,
ul.list-plus li,
ul.list-minus li {
  font-size: 18px;
  font-family: "RobotoCondensed-Regular";
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(../images/list_style_5-min.png) 0 8px no-repeat;
  background-size: 17px;
}
ul.list-plus li {
  background: url(../images/plus.svg) 0 7px no-repeat;
}
ul.list-minus li {
  background: url(../images/minus.svg) 0 13px no-repeat;
}
.two-column-border {
  padding-top: 55px;
  margin-bottom: 50px;
  border-top: 1px solid #DCDCDC;
}
.two-column-border .column {
  border-right: 1px solid #DCDCDC;
  width: 50%;
  padding-right: 10px;
}
.two-column-border .column:nth-child(2n) {
  border-right: none;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .two-column-border {
    flex-wrap: wrap;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .two-column-border .column {
    width: 100%;
  }
  .two-column-border .column {
    border-right: none;
  }
  .two-column-border .column:nth-child(2n) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .article-menu {
    width: 250px !important;
  }
  .article-menu ul {
    width: 250px;
  }
  .entry-content.article {
    width: 690px;
  }
  .article-preview .content-left .try-support {
    padding-right: 0px;
  }
  .article-preview .button-group {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .header-fixed-new .top-menu-2 {
    background: #1a1a1a;
  }
  .header-fixed-new {
    background-color: #1a1a1a;
  }
  .home-article.new.new-2 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-preview .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-preview .content-left p {
    margin-right: 30px;
  }
  .advs .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advs h3:after {
    left: 50%;
    margin-left: -15px;
  }
  .advs ul {
    text-align: left;
  }
  .advs .content-left {
    text-align: center;
    width: 100%;
  }
  .advs .content-right {
    margin-top: 60px;
  }
  .advs .content-right img {
    max-width: 100%;
    margin-left: 60px;
  }
  .advs .button-group {
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .home-article.new.new-2{
    padding-top:52px
  }
  .article-menu {
    display: none;
  }
  .article-menu-mobile {
    display: block;
    position: fixed;
    top: -150px;
    -webkit-transition: top 0.6s linear;
            transition: top 0.6s linear;
    left: 0;
    right: 0;
    background-color: #c1b6d8;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    z-index: 999;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  .article-menu-mobile * {
    -webkit-tap-highlight-color: transparent;
  }
  .article-menu-mobile ul {
    text-align: left;
    display: none;
  }
  .article-menu-mobile ul li a {
    display: block;
    text-decoration: none;
    color: #735f91;
    border-bottom: 1px solid #8c64ab;
    font-size: 16px;
    line-height: 1.3;
    padding: 13px 0;
    font-family: "RobotoCondensed-Bold";
    -webkit-transition: color 0.15s ease;
            transition: color 0.15s ease;
  }
  .article-menu-mobile ul li a span {
    font-family: "RobotoCondensed-Regular";
  }
  .article-menu-mobile ul li a:hover, .article-menu-mobile ul li a.mPS2id-highlight {
    color: #fff;
  }
  .article-menu-mobile ul li:last-child a {
    border-bottom: none;
  }
  .amm-toggle {
    height: 50px;
    line-height: 50px;
    background-color: #8c64ab;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    font-family: "RobotoCondensed-Bold";
  }
  .amm-toggle .toggle-icon {
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    height: 7px;
    background: url(../images/arrow-down.svg) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s ease;
            transition: transform 0.25s ease;
  }
  .amm-toggle.visible .toggle-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .home-article.new.new-2 h1 {
    text-align: center;
  }
  .home-article.new.new-2 .setup-time {
    text-align: center;
  }
  .entry-content.article {
    width: 100%;
    float: none;
  }
  .content.article-wrap .sticky-wrapper {
    display: none;
  }
  .article-preview .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-preview .content-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 30px;
  }
  .article-preview .content-left p {
    margin-right: 0;
    text-align: center;
  }
  .article-preview .content-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 530px) {
  .home-article.new {
    padding-top: 190px;
  }
  .home-article.new h1 {
    font-size: 36px;
  }
  .home-article.new .setup-time {
    font-size: 15px;
  }
  .home-article.new .button-group {
    margin-top: 0;
  }
  .advs .content {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .home-article.new .content {
    text-align: center;
  }
  .home-article.new h1 {
    text-align: center;
  }
  .home-article.new h2 {
    text-align: center;
  }
  .home-article.new .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-article.new .support {
    font-size: 12px;
    margin-left: 0;
  }
  .advs .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
  .advs .button-group .buy-button,
  .advs .button-group .cart-button {
    margin: 10px;
  }
  .advs .content-right img {
    margin-left: 30px;
    display: inline-block;
  }
}

@media screen and (max-height: 655px) {
  .article-menu a {
    font-size: 16px;
    padding: 10px 28px;
  }
  .article-menu a span {
    margin-bottom: 5px;
  }
}
