/*Laptop Landing*/
.containerOuter {
  width: 100%;
  overflow: hidden;
}

.sec1 {
  background: #000000;
}

/*Section1*/
.section1 {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 62px;
  background: url(https://enter.online/images/companies/1/promo/laptop_landing/banner.jpg) no-repeat center;
  background-size: cover;
}

.bannerText {
  position: relative;
  color: #fff;
  left: 50px;
}

.bannerTitle {
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
  text-align: left;
}

.bannerTitle h1 {
  color: #fff;
}

.bannerTextInner {
  font-size: 16px;
  max-width: 360px;
  text-align: left;
  color: #fff;
  line-height: 1.5;
}

.containerInner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/*Section2*/
.section2 {
  padding-top: 60px;
  padding-bottom: 69px;
}

.section2 .afterTitle {
  max-width: 610px;
  line-height: 1.2;
}

.sectionTitleInner {
  font-size: 30px;
  margin-bottom: 47px;
  text-align: center;
  color: #e10063;
}

.afterTitle {
  text-align: center;
  max-width: 586px;
  margin: 0 auto 50px auto;
  line-height: 1.2;
}

.prodTypes {
  display: flex;
  justify-content: space-between;
}

.type {
  max-width: 280px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 395px;
  color: #fff;
  position: relative;
  text-decoration: none;
  background-size: 100%;
}

.type1 {
  background-size: cover;
  background: url(https://enter.online/images/companies/1/promo/laptop_landing/type1.jpg) no-repeat center;
  position: relative;
}

.type2 {
  background-size: cover;
  background: url(https://enter.online/images/companies/1/promo/laptop_landing/type2.jpg) no-repeat center;
  position: relative;
}

.type3 {
  background-size: cover;
  background: url(https://enter.online/images/companies/1/promo/laptop_landing/type3.jpg) no-repeat center;
  position: relative;
}

.type4 {
  background-size: cover;
  background: url(https://enter.online/images/companies/1/promo/laptop_landing/type4.jpg) no-repeat center;
  position: relative;
}

.typeTitle {
  padding-left: 30px;
  text-align: left;
}

.typeTitle h3 {
  color: #fff;
}

.typeDescript {
  color: #fff;
}

.blockBottom {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #e10063;
  z-index: 10;
}

.arrow {
  margin-bottom: 10px;
}

.fullDescript {
  text-align: left;
  padding: 28px;
  background: #e10063;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  vertical-align: top;
  opacity: 0;
  transition: all 0.7s;
  z-index: 10;
  height: 355px;
  line-height: 1.2;
}

.detailButton {
  color: #fff;
}

.type:hover .fullDescript {
  opacity: 1;
}

.type:hover .detailButton {
  opacity: 0;
}

.type:hover .arrow {
  opacity: 0;
}

/*Section3*/
.sec3 {
  background: #f0f0f0;
  padding-top: 48px;
  padding-bottom: 40px;
}

.sec3 .sectionTitle h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
}

.sec3 .afterTitle {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  max-width: 610px;
  line-height: 1.1;
}

.blackTitle {
  margin-bottom: 38px;
  text-align: center;
  font-size: 24px;
}

.section3 {
  max-width: 1200px;
  margin: 0 auto;
}

.sectionTitle h2 {
  color: #e10063;
}

.prodTypeImg {
  margin-bottom: 47px;
  position: relative;
  height: 300px;
  background-position: center !important;
}

.prodTypeImg:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-top: 1px solid #e10063;
  border-left: 1px solid #e10063;
  top: -20px;
}

.prodTypeImg:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-bottom: 1px solid #e10063;
  border-right: 1px solid #e10063;
  right: 0;
  bottom: -20px;
}

img.imgChange {
  position: absolute;
  left: 20%;
  top: 10%;
}

.prodTypes2 {
  text-align: center;
  max-width: 586px;
  margin: 0 auto 50px auto;
}

.varianTabs {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.variantTab {
  max-width: 160px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #b2b2b2;
  color: #b2b2b2;
  font-size: 32px;
  transition: all 0.7s;
}

.variantTab:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.tabActive {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.sectionOutroText {
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
}

/*Section4*/
.section4 {
  padding-top: 36px;
  padding-bottom: 62px;
}

.section4 .sectionTitle h2 {
  text-align: center;
  margin-bottom: 40px;
}

.section4 .afterTitle {
  max-width: 100%;
}

.featureList {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 117px;
  justify-content: space-around;
  border-bottom: 1px solid #cccccc;
}

.featureList .item {
  text-align: left;
}

.item {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
}

/*.featureList:nth-child(1) {order: 0;}
			.featureList:nth-child(3) {order: 4;}
			.featureList:nth-child(2) {order: 2;}
			.featureList:nth-child(4) {order: 5;}
			.featureList:nth-child(5) {order: 3;}
			.featureList:nth-child(6) {order: 6;}*/
.item {
  max-width: 280px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}

.item.item1:before {
  content: "1.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
}

.item.item2:before {
  content: "3.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
}

.item.item3:before {
  content: "5.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
}

.item.item4:before {
  content: "2.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
}

.item.item5:before {
  content: "4.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
}

.item.item6:before {
  content: "6.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
}

.item.item7 {
  content: "7.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
  display: none;
}

.item.item8 {
  content: "8.";
  position: absolute;
  top: -3px;
  font-size: 36px;
  left: -8px;
  color: #00a9ec;
  display: none;
}

.featureList2 {
  display: flex;
  justify-content: space-between;
}

.featureTitle {
  font-size: 48px;
  text-align: center;
  color: #00a9ec;
  margin-bottom: 22px;
}

.featureText {
  font-size: 16px;
  text-align: left;
  max-width: 350px;
}

/*Section5*/
.sec5 {
  background: url(https://enter.online/images/companies/1/promo/laptop_landing/sectionBg.jpg?1539246708599) no-repeat fixed center;
}

.section5 {
  padding-top: 55px;
  padding-bottom: 65px;
  max-width: 1200px;
  margin: 0 auto;
}

.sec5TopTitle {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

.cpuIcon {
  position: relative;
  top: 8px;
}

.sec5Title {
  text-align: center;
  font-size: 36px;
  color: #e10063;
  margin-bottom: 30px;
}

.section5 .afterTitle {
  color: #fff;
  max-width: 100%;
}

.varianTabs2 {
  max-width: 900px;
  display: flex;
  margin: 0 auto 45px;
  justify-content: space-between;
}

.imgTab {
  opacity: 0.6;
  transition: all 0.6s;
  cursor: pointer;
  transform: scale(0.8);
}

.imgTab:hover {
  opacity: 1;
}

.imgTabActive {
  transform: scale(1);
  opacity: 1;
}

.tabTextBlock {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 250px;
}

.tabTitle {
  color: #00a9ec;
  font-size: 24px;
  margin-bottom: 30px;
}

.tabText {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.partsDescript {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.descriptTextBlock {
  max-width: 500px;
  width: 100%;
  margin-bottom: 78px;
}

.descriptTitle {
  color: #e10063;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.descriptText {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

/*Section6*/
.leftAlign {
  float: left;
}

.sectionTitle h2 {
  text-align: center;
}

.section6 {
  padding-top: 53px;
  padding-bottom: 105px;
  background: #fff;
}

.sec6 .sectionTitle {
  margin-bottom: 66px;
}

.displayBlock {
  margin-bottom: 50px;
}

.displayTypeBlock {
  margin-bottom: 81px;
}

.infoTextBlock {
  max-width: 450px;
  width: 100%;
}

.displayImgBlock {
  max-width: 750px;
  width: 100%;
  position: relative;
}

.displayTypeTitle {
  font-size: 24px;
  margin-bottom: 22px;
}

.displayDescript {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

.displayFaceTitle {
  font-size: 24px;
  margin-bottom: 22px;
}

.displayFaceDescript {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

.displayLayer {
  position: absolute;
  left: 300px;
  top: 35px;
}

.displayLayer2 {
  position: absolute;
  left: 300px;
  top: 35px;
}

.displayVariantBlock {
  max-width: 587px;
  width: 100%;
  float: left;
}

.variantTabs {
  display: flex;
  justify-content: space-between;
}

.displayVariantBlock2 {
  width: 100%;
  float: right;
  text-align: left;
  max-width: 373px;
}

.variantTabs2 {
  display: flex;
  justify-content: space-between;
}

.variantTitle {
  font-size: 24px;
  color: #e10063;
  margin-bottom: 30px;
  text-align: left;
}

.variantTitle2 {
  font-size: 24px;
  color: #e10063;
  margin-bottom: 30px;
}

.optionTab {
  max-width: 160px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #b2b2b2;
  font-size: 24px;
  padding-bottom: 10px;
  color: #b2b2b2;
  cursor: pointer;
  transition: all 0.7s;
}

.optionTab:hover {
  color: #000000;
  border-color: #000000;
}

.optionTabActive {
  color: #000000;
  border-color: #000000;
}

.displayLayer2 {
  opacity: 0;
}

.glossShadow {
  position: absolute;
  display: block;
  background: transparent;
  right: 40px;
  top: 60px;
  transition: all 0.7s;
  z-index: 10;
  -webkit-box-shadow: 0 0 300px 114px white;
  -moz-box-shadow: 0 0 300px 114px white;
  box-shadow: 0 0 300px 114px white;
}

.displayImg:hover .glossShadow {
  right: 430px;
  top: 141px;
}

.resolutionBlock {
  padding-bottom: 50px;
}

.resolutionInfo {
  float: left;
  max-width: 568px;
  width: 100%;
  padding-top: 25px;
}

.resolutionTitle {
  font-size: 24px;
  margin-bottom: 30px;
}

.resolutionInfo p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

.resolutionImg {
  float: left;
  position: relative;
  margin-bottom: 100px;
}

.displayImg {
  margin-bottom: 100px;
}

.resolution1, .resolution2 {
  position: absolute;
  font-size: 24px;
  color: #fff;
}

.resolution1 {
  top: 30px;
  left: 100px;
}

.resolution2 {
  bottom: 70px;
  right: 100px;
}

/*Section8*/
.sec8 {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
}

.section8 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.section8 .sectionTitle {
  font-size: 36px;
  color: #e10063;
  margin-bottom: 45px;
  text-align: center;
}

.osDescriptions {
  display: flex;
  justify-content: space-around;
  margin-bottom: 45px;
  line-height: 1.5;
}

.osTitle {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: left;
}

.osInfoText {
  text-align: left;
  line-height: 1.5;
}

.osText {
  margin-bottom: 35px;
  line-height: 1.5;
}

.prodTypesTitle {
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}

.typeTitleTop {
  color: #fff;
  font-size: 24px;
}

/*Mob*/
/*-------Slider-------*/
.mobil#slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0;
  max-height: 1140px;
  height: 100vw;
}

.wrap .mobil#slider img {
  width: 940px;
  height: auto;
}

.img1, .img2, .img3, .img4 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrap .slide {
  position: absolute;
  width: 100%;
}

.wrap .sliderNav {
  position: relative;
  top: 80%;
}

.wrap .slide-copy {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px 20px 20px;
  color: #fff;
  width: 100%;
  max-height: 100%;
  text-align: left;
}

.slide-copy h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

.slide-copy .typeDescript {
  padding-bottom: 10px;
}

.slide-copy p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

#prev, #next {
  cursor: pointer;
  z-index: 100;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 70%;
}

#next {
  float: right;
  right: 15%;
}

#prev {
  float: right;
  left: 15%;
}

.select {
  float: left;
  left: 50%;
  transform: translate(-50%, 10%);
  top: 2px;
  position: absolute;
  color: #00a9ec;
  font-size: 24px;
  z-index: 10;
}

.arrow-right {
  width: 0;
  height: 0;
  position: relative;
}

.arrow-left {
  width: 0;
  height: 0;
  position: relative;
}

/*-------Slider EnD-------*/
.mobil {
  display: none;
}

@media only screen and (max-width: 768px) {
  .section2 {
    padding: 0;
  }

  section {
    padding: 20px;
  }

  .sliderNav {
    top: 85%;
  }

  .tabText {
    line-height: 1.2;
  }

  .item {
    padding-left: 20px;
  }

  .afterTitle {
    line-height: 1.2;
    font-size: 18px;
  }

  .section1 {
    background: url(https://enter.online/images/companies/1/promo/laptop_landing/topBaneerMobil.jpg) center center;
    background-size: cover;
  }

  .prodTypesTitle {
    display: none;
  }

  .displayDescript h3 {
    font-size: 25px;
    color: #00a9ec;
  }

  .displayDescript {
    font-size: 17px;
    line-height: 1.2;
  }

  .resolutionTitle {
    color: #e10063;
  }

  .resolutionInfo .mobil {
    margin-bottom: 30px;
  }

  .descriptTextBlock {
    max-width: 100%;
  }

  .section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bannerText {
    left: 0;
  }

  .bannerTitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .bannerTextInner {
    font-size: 15px;
  }

  .afterTitle div {
    margin-bottom: 15px;
  }

  .section2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sectionTitleInner {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }

  .afterTitle div {
    margin-bottom: 15px;
  }

  .afterTitle {
    margin: 0 auto 20px auto;
  }

  .blackTitle {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .sec3 .sectionTitle h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .afterTitle br {
    display: none;
  }

  .prodTypes2 {
    display: none;
  }

  .afterTitle {
    text-align: left;
  }

  .featureList {
    margin-bottom: 0;
  }

  .section4 {
    padding-top: 0;
  }

  .section4 .sectionTitle h2 {
    margin-bottom: 20px;
  }

  .section5 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293033+0,000000+100 */
    background: #293033;
    /* Old browsers */
    background: -moz-linear-gradient(top, #293033 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #293033 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #293033 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#293033", endColorstr="#000000",GradientType=0);
    /* IE6-9 */
  }

  .sec6 .sectionTitle {
    margin-bottom: 20px;
  }

  .featureList2 {
    display: block;
  }

  .resolutionInfo p {
    padding: 0;
  }

  .featureText {
    font-size: 16px;
    text-align: center;
  }

  .section4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .varianTabs2 {
    display: block;
    text-align: center;
  }

  .imgTab {
    display: inline-block;
  }

  .cpuType {
    margin-bottom: 20px;
  }

  .descriptTitle {
    text-align: center;
  }

  .descriptTextBlock {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 19px;
  }

  .descriptText {
    font-size: 18px;
    line-height: 1.2;
  }

  .resolutionImg {
    display: none;
  }

  .section6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section8 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section8 .sectionTitle {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .osInfo1 {
    margin-bottom: 20px;
  }

  .prodTypesBottom {
    display: none;
  }

  .displayBlock {
    display: none;
    margin: 0;
  }

  .osDescriptions {
    display: block;
  }

  .prodTypes {
    display: none;
  }

  .featureItem {
    margin-bottom: 20px;
  }

  .mobil {
    display: block;
  }

  /*.section6 .containerInner{display:none;}*/
  .osText {
    text-align: left;
  }

  .sectionTitle {
    text-align: left;
  }

  .tabText {
    text-align: left;
  }
}
@media only screen and (max-width: 405px) {
  .sliderNav {
    left: -1%;
  }
}
@media only screen and (max-width: 405px) {
  .sliderNav {
    left: -1%;
  }
}
@media only screen and (max-width: 460px) {
  #prev {
    float: right;
    left: 5%;
  }

  #next {
    float: right;
    right: 5%;
  }
}
[theme-style=dark] .sec3 {
  background: #000000;
}

.section6 {
  filter: var(--filter-brightness);
}

.wrap .slide-copy {
  box-sizing: border-box;
}

.sectionTitle {
  padding: 0 20px;
}

[theme-style=dark] .variantTab:hover,
[theme-style=dark] .tabActive {
  color: #fff;
}

[theme-style=dark] .sec8 {
  background: #121212;
}

image.osIcon1,
image.osIcon2 {
  filter: var(--filter-invert);
}

/*# sourceMappingURL=style.css.map */
