[class*='tr-btn'] {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: none;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid transparent;
  padding: 0 30px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  white-space: nowrap;
}

[class*='tr-btn']::-ms-expand {
  display: none;
}

[class*='tr-btn']::-ms-clear {
  display: none;
}

[class*='tr-btn']:focus {
  outline: 0;
}

.tr-btn-blue {
  color: #4a8bc9;
  border-color: #4a8bc9;
}

.tr-btn-blue:hover {
  color: #fff;
  background-color: #4a8bc9;
}

.tr-btn-white {
  color: #fff;
  border-color: #fff;
}

.tr-btn-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.clear { clear: both; height: 0; font-size: 0; line-height: 0; }
.explore-blade {
  position: relative;
  overflow: hidden;
}

.explore-blade__img {
  max-height: 600px;
  overflow: hidden;
}

.explore-blade__img img {
  display: block;
  width: 100%;
  height: 100%
}

.explore-blade__main {
  background-color: #334048;
  color: #fff;
  padding: 30px 20px;
}
.explore-blade__main.grayscolor {
  background-color: #6e7270;
}
.explore-blade__main.blackcolor {
  background-color: #000;
}
.explore-blade__inner {
  width: 100%;
}

.explore-blade__inner > :last-child {
  margin-bottom: 0 !important;
}

.explore-blade__title {
  color: inherit;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25em;
}
.explore-blade__title-green {
  color: #66bd46;
  font-size: 26px;
  margin: 0px 0 16px;
  line-height: 1.25em;
}
.explore-blade__subtitle {
  color: inherit;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25em;
  margin: 0 0 15px;
}
.explore-blade-icon {
  float: left;
  width: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.explore-blade-img-text {
  width: 100%;
  display: flex;
}
.explore-blade__descr {
  width: calc(100% - 120px);
  float: left;
  justify-content: center;
  flex-direction: column;
}
.explore-blade-icon img {
  max-height: 80px;
  max-width: 80px;
  width: 100%;
  height: auto;
}
.explore-blade__descr {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
}

.advantage-blade {
  text-align: center;
  width: 80%;
  margin: auto;
  z-index: 1;
}

.advantage-blade__title {
  color: inherit;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.54;
  margin: 0 0 15px;
  color: #489fe2
}
.advantage-blade__actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantage-blade__actions-list-item {
  margin: 0 30px;
  width: 100%;
  margin-top: 40px;
}
.advantage-blade__actions-list-item:first-child {
  margin-left: 0;
}.advantage-blade__actions-list-item:last-child {
  margin-right: 0;
}
.advantage-blade__actions-list-item .tr-btn-blues {
  font-size: 18px;
  background-color: none;
  border: 1px solid #fff;
  color: #FFF;
  outline: none;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
}
.advantage-blade__actions-list-item .tr-btn-blues:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #01618d;
}

.animation-panels__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.animation-panels__holder.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.animation-panels__holder.fixed:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.animation-panels__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 33.33%;
  overflow: hidden;
  -webkit-transition: top .1s;
  -o-transition: top .1s;
  transition: top .1s;
}

.animation-panels__panel-img {
  display: block;
  width: 100%;
}
.animation-panels__panel-img-mobile {
  display: none;
}

.animation-panels__panel-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.animation-panels__panel:nth-child(2):before,
.animation-panels__panel:nth-child(2):after {
  content: '';
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 50%;
}

.animation-panels__panel:nth-child(2):before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.animation-panels__panel:nth-child(2):after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
transform-section
*/


.transform-section {
  background-image: url(https://static.lenovo.com/ww/campaigns/2019/vantage/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #3b464e;
  color: #fff;
  min-height: 100%;
}

.transform-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 90px 0px;
  position: relative;
  min-height: 100vh;
  height: 100%;
}
.transform-section__inner-intel-wrap {
  max-width: 1600px;
  text-align: right;
}
.transform-section__inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.transform-section__inner-wrap-text {
  max-width: 80vw;
  margin-top: 60px;
}
.transform-section__inner-wrap-text2 {
  max-width: 30%;
  min-width: 30%;
  display: flex;
  flex-direction: column;
}
.transform-section__title {
  color: inherit;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.11;
  margin-bottom: 20px;
}
.transform-section .explore-blade__title-green {
  margin-bottom: 10px !important;
  font-weight: bold !important;
  line-height: 1 !important;
}
.transform-section p span {
  display: block;
}
.transform-section p {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.transform-section__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 60px;
}

.transform-section__list li {
  margin-right: 30px;
}

.transform-section__list li:last-child {
  margin-right: 0;
}

.transform-section__list--action .tr-btn-white {
  min-width: 215px;
}

.transform-section .btn-outline {
    background-color: none;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 60px;
    outline: none;
}
.transform-section .btn-outline:hover {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #489fe2;
    outline: none;
}
.transform-section .btn-outline:active, .transform-section .btn-outline:focus {
    outline: none;
}

.advantage-section {
  color: #fff;
  overflow: hidden;
  background-color: #000;
  background-image: url(https://static.lenovo.com/ww/campaigns/2019/vantage/bg2.jpg);
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-attachment: fixed;
}


.advantage-blade-icon img {
  max-width: 80px;
  max-height: 80px;
}
.advantage-blade-icon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.advantage-blade-img {
  margin-top: 80px;
}

@media only screen and (max-width: 1750px) and (min-width: 1180px)  {
  .transform-section__wrap {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1350px) {
  .transform-section__inner-wrap-text2 {
    min-width: 40%;
    max-width: 50%;
  }
  .transform-section__inner-wrap-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1227px) {
  .transform-section__inner-wrap-text {margin-top: 0;}
}
@media (max-width: 1180px) {
  .transform-section__wrap {
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .transform-section__wrap {
    display: block;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    padding: 40px 20px 20px;
  }
  .transform-section__inner-wrap {
    display: block;
  }
  .transform-section p span {
    display: inline;
  }
  .transform-section__inner-wrap-text {
    max-width: 100%;
    margin-top: 60px;
  }
  .transform-section__inner-wrap-text2 {
    min-width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .transform-section__title {
    text-align: center;
  }
  .transform-section__inner-wrap-img {
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
  }
  .transform-section__inner-wrap-img img, .advantage-blade-img img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1040px) {
  .advantage-blade {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 375px;
  }

  .advantage-section {
    background-image: none;
  }
}

@media (min-width: 1200px) {
  .explore-blade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .explore-blade:nth-child(even) .explore-blade__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .explore-blade:nth-child(even) .explore-blade__main {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .explore-blade__img {
    width: 62%;
    max-height: none;
  }

  .explore-blade__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px 50px;
  }
  .explore-blade__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 1680px) {
  .explore-blade__descr {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .animation-panels__panel-img {
    display: none;
  }
  .animation-panels__panel-img-mobile {
    display: block;
  }
}

@media (min-width: 1380px) {
/*
  .explore-blade:nth-child(odd) .explore-blade__main {
    padding-right: 80px;
  }

  .explore-blade:nth-child(even) .explore-blade__main {
    padding-left: 80px;
  }
*/
  .explore-blade__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }

  .explore-blade__main {
    min-width: 660px;
    width: 60%;
  }

  .explore-blade__inner {
    max-width: 980px;
  }

  .explore-blade__title {
    font-size: 45px;
  }
}

@media (max-width: 1039.9px) {
  .animation-panels__holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .explore-blade__main {
  	padding: 60px 20px;
  }
  .animation-panels__panel {
    width: 100%;
  }

  .animation-panels__panel-img, .animation-panels__panel-img-mobile {
    display: none;
  }
  .animation-panels__panel-info {
    position: relative;
    padding: 50px 0;
  }

  .animation-panels__panel:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .animation-panels__panel:nth-child(2):before,
  .animation-panels__panel:nth-child(2):after {
    content: none;
  }

  .animation-panels__panel:nth-child(1):before,
  .animation-panels__panel:nth-child(1):after {
    content: '';
    width: 75%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .animation-panels__panel:nth-child(1):before {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .animation-panels__panel:nth-child(1):after {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .advantage-blade-img {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .explore-blade__title-green {
    margin-bottom: 10px;
    text-align: center;
  }
  .explore-blade-img-text {
    display: block;
  }
  .explore-blade-icon {
    float: none;
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .explore-blade__descr {
    width: 100%;
    float: none;
  }
  .explore-blade__title, .explore-blade__descr {
    text-align: center;
  }
  .transform-section {
    background-size: cover;
  }
  .transform-section__title {
    font-size: 28px;
  }
  .explore-blade-icon img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .transform-section__title {
    font-size: 28px;
  }

  .transform-section__list--action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .transform-section__list--action .tr-btn-white {
    width: 100%;
  }

  .transform-section__list--action li {
    margin: 0 0 15px;
    width: 100%;
  }
  .explore-blade__main {
  	padding: 40px 20px;
  }
}


.richbox__pop {
    position: relative;
    background-color: #fff;
    max-width: 1600px;
    margin: 0 auto;
    padding: 135px 0;
}
.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product {
    text-align: left;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 50px;
    max-width: 580px;
}
.product-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 100px;
}
.products__img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 310px;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.products__img img {
	max-height: 205px;
}
.products__desc {
  min-height: 320px;
  position: relative;
}
.products__desc h3 {
    font-size: 1.35em;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.products__desc h3 a {
    color: #000;
}
.product p {
    line-height: 1.3em;
    text-align: center;
    color: #000;
    font-size: 18px;
}
ul.productsul {
  list-style-position: outside;
}
.products__desc .products__foot {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}
.product .products__small {
    margin: 0;
    margin-bottom: 3px;
    font-weight: 600;
    color: #555;
}
.product .products__price {
    margin: 0;
    font-weight: 600;
    color: #555;
}
.products__foot-btn {
  margin: 0 auto;
  text-align: center;
}
.products .btn-outline {
    background-color: #489fe2;
    border: 1px solid #489fe2;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 100px;
    outline: none;
}
.products .btn-outline:hover {
    background-color: #FFF;
    border: 1px solid #489fe2;
    color: #489fe2;
    outline: none;
}
.products .btn-outline:active, .products .btn-outline:focus {
    outline: none;
}
@media (min-width: 1440px) {
	.products__img img {
		max-height: 310px;
	}
}

@media (max-width: 1280px) {
  .product {
      padding: 0 20px;
  }
  ul.productsul {
    list-style-position: outside;
  }
  .richbox__pop {
      padding: 80px 0;
  }
  .product-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .product {
      padding: 0 20px;
      max-width: 540px;
  }
  ul.productsul {
    list-style-position: outside;
  }
  .richbox__pop {
      padding: 80px 0;
  }
  .product-title {
    margin-bottom: 60px;
  }
}


@media (max-width: 992px) {
  .product {
      padding: 0 30px;
      max-width: 480px;
  }
  ul.productsul {
    list-style-position: outside;
  }
  .richbox__pop {
      padding: 60px 0;
  }
  .product-title {
    margin-bottom: 50px;
  }
  .products {
    -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .products__img, .products__desc {
    min-height: 100px;
  }
  .products__desc .products__foot {
    position: relative;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .products__desc .products__foot.mb0 {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
	.products__img img {
		max-height: 310px;
	}
}
