.fltab{display: none;}
.fltab.tab2.active,.fltab.tab5.active{display: flex !important;}
.fltab.tab5.inactive{display: none !important;}
.fltab.tab3.active,
.fltab.tab4.active{display: block !important;}
.fltab.tab1{
  position: relative;
  background:transparent radial-gradient(closest-side at 48% -15%, #9CF1CA 0%, #12FF93 100%) 0% 0% no-repeat padding-box;
  display: flex !important;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 100px;
  box-sizing: border-box;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 8;
  min-height: 100vh;
}
.fltab.tab1::before{
  position: absolute;
  top:0;
  right: 0;
  width:100%;
  height: calc(100% - 100px);
  content: '';
  z-index: 3;
  opacity:0.57;
  background: transparent linear-gradient(0deg, #FFFFFF00 0%, #FFFFFF 79%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.fltab.tab1 .bgl{
  position: absolute;
  top:0;
  right: 0;
  width:60%;
  height: 60%;
  content: '';
  z-index: 2;
  /*background:url(/img/bg-fltab-lyr.svg) top right no-repeat;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.fltab.tab1 .strs{
  width: 100%;
  height: 90%;
  position: absolute;
  top:5%;
  left: 0;
  background:  url(/img/bg-fltab-1.svg) center no-repeat;
  background-size: contain;
  z-index: 4;
}
.fltab.tab1 .cnt{
  position: relative;
  z-index: 10;
  padding: 0 0 0 60px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.fltab.tab1 .cnt .txt{
  flex: 0 0 40%;
  padding: 10vh 0;
  padding-right: 30px;
  box-sizing: border-box;
}
.fltab.tab1 .cnt .austr{
  flex: 0 0 60%;
  padding: 10vh 5vw;
  box-sizing: border-box;
}
.fltab.tab1 .austr .screen{
  background-image: url(/img/frame.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 24px;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  box-sizing: border-box;
}
.fltab.tab1 .austr .screen::before{
  background-image: url(/img/patch.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24%;
  left: 35%;
  height: 12%;
  bottom: -2px;
  position: absolute;
  content: '';
  z-index: 2;
}
/* .fltab.tab1 .austr .screen .dots{
  width: 124px;
  height: 28px;
  text-align: center;
  position: absolute;
  top: 27px;
  left: 32px;
  display: flex;
  justify-content: space-between;
}
.fltab.tab1 .austr .screen .dots span{
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background: #fff;
} */
.fltab.tab1 .austr .dude{
  width: 60%;
  height: 120%;
  position: absolute;
  top:8%;
  left: 15%;
/*  background: transparent url(/img/astronaut_orange.webp) 0% 0% no-repeat padding-box;*/
  background-size: contain;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
}
.fltab.tab1 .austr .dude img, .fltab.tab1 .austr .laptop img{
  max-width: 100%;
  max-height: 100%;
}
.fltab.tab1.move .dude{
  top:calc(8% - 55px);
  left: calc(15% + 45px);
  transform: rotate(5deg);
}
.fltab.tab1 .austr .laptop{
  width: 34%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
/*  background: transparent url(/img/device-orange2.webp) top left no-repeat padding-box;*/
  background-size: contain;
  z-index: 5;
  text-align: center;
}
.fltab.tab1 .cnt h1{
  margin:30px 0 0 0;
  padding: 0;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.16em;
  color: #000000;
}
.fltab.tab1.move{
  opacity: 0;
}
.fltab.tab1 .btns{
  margin:70px 0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.fltab.tab1 .btns a{
  font-weight: 300;
  font-size: 30px;
  line-height: 1.16em;
  color:#000;
  text-decoration: none;
  opacity: 0.7;
  padding-left: 22px;
  padding-right: 45px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.fltab.tab1 .btns a::before{
  content: '';
  font-weight: 800;
  font-size: 30px;
  position: absolute;
  top:-10%;
  left:5px;
  height: 120%;
  width: 2px;
  background: #000;
  transform: skewX(-18deg);
}
.fltab.tab1 .nxt{
  flex:0 0 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.fltab.tab1 .nxt a{
  background: rgba(0, 0, 0, 0.4);
  border-radius: 35px;
  padding:18px 16px;
  font-size: 0;
  cursor: pointer;
}
.fltab.tab1 .nxt a:hover{background: rgba(0,0,0,0.95);}
.fltab.tab1 .nxt a:hover rect{fill:#31FFA1;}
.fltab.tab2{
/*  display: flex;*/
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
  height: 100% !important;
  position: relative;
  z-index: 8;
  min-height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
}
.fltab.tab2 .ptn{
  width: 140%;
  position: absolute;
  top:-65%;
  left: -45%;
/*  transform: matrix(0.59, -0.81, 0.81, 0.59, 0, 0);*/
  z-index: 6;
}
.fltab.tab2 .box{
  flex: 0 0 50%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  position: relative;
}
.fltab.tab2 .box:nth-child(1){padding-right: 60px; display: flex; justify-content: flex-end; margin-left: -100%;}
.fltab.tab2 .box:nth-child(2){padding-left: 60px; margin-top: 100%;}
.fltab.tab2.loaded .box:nth-child(1){margin-left: 0 !important;}
.fltab.tab2.loaded .box:nth-child(2){margin-top: 0 !important;}
.fltab.tab2 .bg{
  width: 80%;
  background:url(/img/home-ft2-img1.png) top center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}
/*.fltab.tab2 .bg::before{
  content: '';
  position: absolute;
  height: 100%;
  width:100%;
  background: #ACA6A5 0% 0% no-repeat padding-box;
  mix-blend-mode: color;
  opacity: 0.1;
  z-index: 2;
}
*/
.fltab.tab2 .ttl{
  position: relative;
  margin-top:50px;
}
.fltab.tab2 .crl{
  width: 12vw;
  height: 12vw;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  background-color:#12FF93;
  background-repeat: no-repeat;
  background-position: center;
  top:50%;
  left:40px;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  z-index: 3;
  mix-blend-mode: multiply;
}
.fltab.tab2 .crl img{
  height: 50%;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.fltab.tab2 .crl img.active{display: inline-block !important;}
.fltab.tab2 .crl.th1{background-image: url(/img/home-ft2-shapes.svg)}
.fltab.tab2 .crl.th2{background-image: url(/img/home-ft2-shapes-2.svg)}
.fltab.tab2 .crl.th3{background-image: url(/img/home-ft2-shapes-3.svg)}
.fltab.tab2 .box h3{
  text-align: left;
  font-weight: 300;
  font-size: 53px;
  line-height: 1.16em;
  color: #F9512D;
  opacity: 1;
  max-width: 450px;
  margin: 0;
  padding: 0;
  margin-bottom: 8vh;
  position: relative;
  z-index: 5;
}
.fltab.tab2{overflow: hidden;}
.fltab.tab2 .box h4{
  text-align: left;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.4em;
  color: #000000;
  opacity: 1;
  max-width: 420px;
}
.fltab.tab2 .box p{
  text-align: left;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4em;
  color: #000000;
  opacity: 1;
  max-width: 400px;
}
.fltab.tab2 .slides{display: flex;position: relative;/*overflow: hidden;*/}
.fltab.tab2 .slide{
  position: absolute;
  transition: ease 0.9s;
  transform: translateX(0);
  cursor:pointer;
}
.fltab.tab2 .slide.active{position: relative !important;}
.fltab.tab2 .slide.goleft{transform: translateX(-100vw) !important;}
.fltab.tab2 .slide.isright{transform: translateX(100vw) !important;;}
.fltab.tab3{
  background: #12FF93 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: relative;
  height: 100vh;
}
.fltab.tab3::after{
  content: '';
  top:0;
  left:0;
  width:66.66%;
  height: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: absolute;
  z-index: 3;
}
.fltab.tab3 .blr{
  width: 100%;
  position:absolute;
  top:-5%;
  left: 0;
  height: 110%;
  z-index: 1;
  background-size: contain;
  background: transparent radial-gradient(circle farthest-side at 62% 45%, #FF6C47 0% , #3FFFA4 60%) 0% 0% no-repeat padding-box;
  background-attachment: fixed;
  z-index: 1;
}
.fltab.tab3 .boxes{
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: column;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.fltab.tab3 .cnt{
  height: 100%;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fltab.tab3 .cnt::-webkit-scrollbar {
  display: none;
}
.fltab.tab3 .box{
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.fltab.tab3 .box h2{
  font-weight: 800;
  font-size: 107px;
  line-height: 1.1em;
  margin:0 0 100px 0;
  padding: 0;
  opacity: 0.7;
  color: #F9512D;
}
.fltab.tab3 .box h3{
  font-weight: 300;
  font-size: 45px;
  line-height: 1.1em;
  margin:0 0 30px 0;
  padding: 0 0 0 25px;
  color: #000000;
  position: relative;
  box-sizing: border-box;
}
.fltab.tab3 .box h3::before{
  content: '';
  font-size: 30px;
  position: absolute;
  top:-5%;
  left:8px;
  height: 110%;
  width: 6px;
  background: #000;
  transform: skewX(-18deg);
}
.fltab.tab3 .box p{
  font-weight: 500;
  font-size: 26px;
  line-height: 1.42em;
  margin:0 0 30px 0;
  padding: 0 0 90px 25px;
  color: #000000;
  max-width: 500px;
  position: relative;
  box-sizing: border-box;
}
.fltab.tab3 .box a{
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 30px;
  background: transparent;
  border: 4px solid #000;
  width: auto;
  min-width: 50px;
  height: 50px;
  box-sizing: border-box;
}

.fltab.tab3 .box  a span{
  max-width: 0;
  font-size: 21px;
  line-height: 42px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  transition: max-width 0.5s ease-in-out;
  -webkit-transition: max-width 0.5s ease-in-out;
}
.fltab.tab3 .fx{display: none;}
@media only screen and (min-width: 1100px){
  .fltab.tab3 .box  a:hover{
    background: #000;
    color: #fff;
    width: fit-content;
    height: unset;
    border-radius: 30px;
    box-sizing: border-box;
  }
  .fltab.tab3 .box  a:hover::after{
    border-top: 4px solid #12FF93;
    border-right: 4px solid #12FF93;
    left: unset;
    left: calc( 100% - 20px );

  }
  .fltab.tab3 .box  a:hover span{
    max-width: 250px;
    padding: 0 40px 0 20px;
  }
}
.fltab.tab3 .box  a::after{
  position: absolute;
  left: calc(50% - 2px );
  top: 50%;
  transform:translate(-50%, -50%) rotate(45deg);
  content: '';
  background: transparent;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  width: 9px;
  height: 9px;
}


.fltab.tab3 .bxr{
  position: absolute;
  top:0;
  right:0;
  height: 100%;
  width:32%;
  background: #12FF93;
  z-index: 2;
}
.fltab.tab3 .bxc{
  position: fixed;
  top: 0;
  right: 33.33%;
  height: 100%;
  width: 50%;
  z-index: 5;
  transform: translateX(60%);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 700px 500px;
}
.fltab.tab3 .fx .bxcf{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-position: top center;
  background-size: contain;
  transform: translateY(-30px);
  opacity: 0;
  transition: ease 0.25s;
  background-repeat: no-repeat;
}
.fltab.tab3 .fx .bxcf.active{opacity: 1 !important; transform: translateY(0);}
.fltab.tab3 .fx .bxc2f{background-image: url(/img/icons/PC2.png);}
.fltab.tab3 .fx .bxc3f{background-image: url(/img/icons/PC3.png);}
.fltab.tab3 .fx .bxc4f{background-image: url(/img/icons/PC4.png);}
.fltab.tab3 .bxc1{background-image: url(/img/icons/PC1.png);}
.fltab.tab3 .bxc2{background-image: url(/img/icons/PC2.png);}
.fltab.tab3 .bxc3{background-image: url(/img/icons/PC3.png);}
.fltab.tab3 .bxc4{background-image: url(/img/icons/PC4.png);}

.fltab.tab3 .bxc2,
.fltab.tab3 .bxc3,
.fltab.tab3 .bxc4{
  transition: all 0.5s ease-in; transform: translate(60%, -30px);
  opacity: 0;
}

.fltab.tab3 .bxc2.active,
.fltab.tab3 .bxc3.active,
.fltab.tab3 .bxc4.active{  z-index: 5; transform: translate(60%, 0%); opacity: 1 !important;}

.fltab.tab3 .bxr::before{
  position: absolute;
  top:25%;
  right: 15%;
  width: 50%;
  height: 75%;
  content: '';
  background: url(/img/elements.svg)  top center repeat-y;
  background-size:contain;
}
.fltab.tab4{
  background: #252525;
  width: 100%;
  position: relative;
  z-index: 8;
}
.fltab.tab4 .cnt{
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.fltab.tab4 .ttl{
  flex: 0 0 36%;
  width: 36%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  padding-top: 130px;
}
.fltab.tab4 .ttl h3{
  margin: 0;
  padding: 0;
  font-weight: 800;
  color:#fff;
  font-size: 54px;
  line-height: 1.16em;
  text-align: center;
  width: 100%;
}
.fltab.tab4 .ttl .btn{
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  display: flex;
  box-sizing: border-box;
}
.fltab.tab4 .ttl .btn a{
  background: #000000;
  border: 4px solid #000000;
  border-radius: 30px;
  color:#E4E4E4;
  font-size: 21px;
  line-height: 1.6em;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 50px 10px 30px;
  position: relative;
}
.fltab.tab4 .ttl .btn a::before{
  content: '';
  height: 9px;
  width: 9px;
  border-bottom:4px solid #12FF93;
  border-right:4px solid #12FF93;
  border-radius: 2px;
  position: absolute;
  transform:translateY(-50%) rotate(-45deg);
  top:50%;
  right: 20px;
}
.fltab.tab4 .prjcts{
  flex:0 0 64%;
  width: 64%;
  padding: 0 60px 0 42px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-flow: column;
}

.fltab.tab4 .prjcts .lst{
  display: none;
}

.fltab.tab4 .prjcts .cvrs{
  width: 100%;
  display: flex;
  flex-flow: column;
  max-height: 100vh;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-left: 44px;
  box-sizing: border-box;
}
.fltab.tab4 .prjcts .cvrs .btns{
  position: absolute;
  top:calc( 30vh + 85px );
  left: 0;
  background: #12ff93;
  width:84px;
  height: 98px;
  z-index: 3;
}

.fltab.tab4 .prjcts .cvrs .btns span.up,
.fltab.tab4 .prjcts span.up2{
  position: absolute;
  left: 0;
  top:0;
  height: 50%;
  width: 100%;
}
.fltab.tab4 .prjcts .cvrs .btns span.up::before,
.fltab.tab4 .prjcts span.up2::before{
  content: '';
  height: 17px;
  width: 17px;
  border-top:4px solid #333;
  border-right:4px solid #333;
  border-radius: 2px;
  position: absolute;
  transform:translateX(-50%) rotate(-45deg);
  bottom:0;
  left: 50%;
  cursor: pointer;
}
.fltab.tab4 .prjcts .cvrs .btns span.down,
.fltab.tab4 .prjcts span.down2{
  position: absolute;
  left: 0;
  bottom:0;
  height: 50%;
  width: 100%;
}
.fltab.tab4 .prjcts .cvrs .btns span.down::before,
.fltab.tab4 .prjcts  span.down2::before{
  content: '';
  height: 17px;
  width: 17px;
  border-bottom:4px solid #333;
  border-left:4px solid #333;
  border-radius: 2px;
  position: absolute;
  transform:translateX(-50%) rotate(-45deg);
  top:0;
  left: 50%;
  cursor: pointer;
}
.fltab.tab4 .prjcts .cvrs .btns span.down,
.fltab.tab4 .prjcts span.down2{
  position: absolute;
  left: 0;
  bottom:0;
  height: 50%;
  width: 100%;
}
.fltab.tab4 .prjcts span.up2,
.fltab.tab4 .prjcts span.down2{
  display: none;
  width: 40px;
  height: 30px;
  background: #12FF93;
}
.fltab.tab4 .prjcts .slds{
  height: 100%;
  width: 100%;
}
.fltab.tab4 .prjcts .slds img{max-width: 100%; max-height: 100%;}
.fltab.tab4 .prjcts .slds .sld{
  height: calc(50vh - 20px);
  max-height: 590px;
  margin: 10px 0;
  transform: translateY(0);
  transition: transform ease 0.25s;
  width: fit-content;
}
.fltab.tab4 .prjcts .slds .sldcc{
  width: fit-content;
  height: 100%;
}
.fltab.tab4 .prjcts .slds .sldcc a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;

}

.fltab.tab4 .prjcts .slds .sldcc a .img{
  height: 100%;
}
.fltab.tab4 .prjcts .slds .sldcc a .img picture{width: 100%; font-size: 0; max-width: 100%;}
.fltab.tab4 .prjcts .slds .sldcc a::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.52;
  z-index: 2;

}
.fltab.tab4 .prjcts .slds .sldcc .car_desc{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 40px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 10px ;
  z-index: 10;
  transition: all 0.5s ease-in-out;
}

.fltab.tab4 .prjcts .slds .sldcc .car_desc .car_desc_info{
  position: absolute;
  left: 50px;
  bottom: 35px;
  max-width: 80%;
  transition: all 0.5s ease-in-out;
}
.fltab.tab4 .prjcts .slds .car_desc  h3{
  font-size: 26px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  font-weight: 800;
  color:#fff;
  z-index: 3;
}

.fltab.tab4 .prjcts .slds .sldcc .car_desc p{
  display: none;
  opacity: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  color: #fff;
  margin:  10px 0 0 0;
}

.fltab.tab4 .prjcts .slds .sldcc a:hover::before{
  background: #00C26A;
  opacity: 0.8;
}

.fltab.tab4 .prjcts .slds .sldcc a:hover .car_desc_info p{
  display: block;
  opacity: 1;
}


.fltab.tab4 .prjcts .cvrsc .swiper-slide::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.52;
  z-index: 2;
}

.fltab.tab4 .prjcts h2{
  font-size: 55px;
  line-height: 1em;
  color:#fff;
  font-weight: 800;
  padding: 0;
  margin:30vh 0 0 0;
}


@media only screen and (max-width: 1600px){
  .fltab.tab2 .box h3{font-size: 40px; margin-bottom: 8vh;}
  .fltab.tab3 .bxc {
    transform: translateX(70%);
    background-size: 500px 350px;
  }
  .fltab.tab3 .bxc2,
  .fltab.tab3 .bxc3,
  .fltab.tab3 .bxc4{transform: translate(70%, -30px); }

  .fltab.tab3 .bxc2.active,
  .fltab.tab3 .bxc3.active,
  .fltab.tab3 .bxc4.active{transform: translate(70%, 0%);}
}
@media only screen and (max-width: 1500px){
  .fltab.tab3 .box h2{font-size: 60px;}
  .fltab.tab3 .box h3{font-size: 32px;}
  .fltab.tab3 .box p{font-size: 26px;}
}
@media only screen and (max-width: 1400px){
  .fltab.tab1 .austr .screen::before{bottom: 0; height: 11%;}

}
@media only screen and (max-width: 1200px){
  .fltab.tab1{padding: 40px 20px 20px 20px;}
  .fltab.tab1 .cnt h1{font-size: 38px; margin: 80px 0 0 0;}
  .fltab.tab2 .box h4{margin: 20px 0; font-size: 28px;}
  .fltab.tab2 .crl{left: 20px;}
  .fltab.tab2 .box:nth-child(2){padding-right: 30px; box-sizing: border-box;}
  .fltab.tab3 .bxr{display: none;}

  .fltab.tab4 .cnt{
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
  }
  .fltab.tab4 .ttl{
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    text-align: center;
  }
  .fltab.tab4 .prjcts{
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .fltab.tab4 .prjcts{max-width: 800px; margin: 0 auto;}
  .fltab.tab4 .prjcts .slds .sld{height: unset; max-height: unset;}
}

@media only screen and (max-width: 1000px){
  .fltab.tab2 .box:nth-child(1){padding-right: 0;}
  .fltab.tab2 .crl {
    width: 20vw;
    height: 20vw;
  }

  .fltab.tab4 .ttl h3{font-size: 40px;}
  .fltab.tab4 .ttl{padding: 50px 10px 0 10px;}
  .fltab.tab4 .ttl .btn a {
    font-size: 16px;
    padding: 10px 40px 10px 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 900px){
  .fltab.tab3 {
    padding: 300px 20px 50px 20px;
  }
  .fltab.tab3 .bxc {
    transform: translateX(0);
    width: 100%;
    height: 300px;
    right: 0;
    background-attachment: unset;
    transition: none !important;
    z-index: 10;
  }
  .fltab.tab3 .bxc2.active, .fltab.tab3 .bxc3.active, .fltab.tab3 .bxc4.active{
    z-index: 11;
    transform: translate(0, 0);
  }
  .fltab.tab3 .blr{display: none;}
  .fltab.tab3 .bxc0{background: #12FF93;}
  .fltab.tab3 .bxc2,
  .fltab.tab3 .bxc3,
  .fltab.tab3 .bxc4{transform: translate(0, 0);}


}
@media only screen and (max-width: 800px){
  .fltab.tab1 .cnt h1{font-size: 34px; margin: 100px 0 0 0;}
  .fltab.tab1 .btns a{font-size: 24px;}

  .fltab.tab1 .cnt .txt{padding-right: 0; flex: 0 0 45%; width: 45%;}
  .fltab.tab1 .cnt .austr{flex: 0 0 55%; width: 55%; padding: 8vh 2vw;}
  .fltab.tab2{
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 100px 20px 60px 20px;
    height: unset !important;
  }
  .fltab.tab2 .slide.goleft{transform: none;}
  .fltab.tab2.loaded .box:nth-child(1){
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 400px;
  }
  .fltab.tab2 .bg{
    width: 100%;
  }
  .fltab.tab2 .ttl {
    margin-top: 10px;
    padding-left: calc( 25vw + 15px );
    box-sizing: border-box;
}
.fltab.tab2 .box h3{font-size: 32px;}
.fltab.tab2 .crl {
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 25vw;
  height: 25vw;
}
.fltab.tab2 .box:nth-child(2){
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.fltab.tab2 .box:nth-child(2) .txt{width: 100%;}
.fltab.tab2 .slides{
  max-height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  flex-flow: column nowrap;
  align-items: center;
  padding-bottom: 100px;
  box-sizing: border-box;
  z-index:888;
}
.fltab.tab2 .slide{position: relative; margin: 0 0 120px 0; width: 100%;}
.fltab.tab2 .slide.isright{transform: none !important;}
.fltab.tab2 .box h4{margin: 20px auto; width: 100%; max-width: 450px;}
.fltab.tab2 .box p{margin: 0 auto; width: 100%; max-width: 450px;}

  .fltab.tab3 .box h2 {margin-bottom: 60px;}
  .fltab.tab3 .box h2{font-size: 36px;}
  .fltab.tab3 .box h3{font-size: 28px;}
  .fltab.tab3 .box p{font-size: 22px;}
}

@media only screen and (max-width: 640px){
  .fltab.tab1 .cnt{padding-left: 0;}
  .fltab{height: auto;}
  .fltab.tab1 { padding: 20px;}
  .fltab.tab1 .cnt .txt{
    flex:0 0 100%;
    width: 100%;
    order: 2;
    padding: 80px 0 0 0;
  }
  .fltab.tab1 .cnt .austr{
    max-width: 400px;
    margin: 0 auto;
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .fltab.tab1 .austr .screen .dots {
    width: 40px;
    top: 15px;
    left: 15px;
  }
  .fltab.tab1 .austr .screen .dots span {
    width: 8px;
    height: 8px;
  }
  .fltab.tab1 .austr .screen::before{width: 60px;}
  .fltab.tab1 .nxt{order: 3;}
  .fltab.tab1 .cnt h1{font-size: 35px; margin: 0;}
  .fltab.tab1 .btns{margin: 30px 0 15px 0;}
  .fltab.tab1 .btns a{font-size: 18px; margin-bottom: 16px;}
  .fltab.tab1 .nxt a{padding: 3px 8px;}
  .fltab.tab1 .nxt a svg{width: 15px;}

  .fltab.tab3 .bxc {
    background-size: 300px 200px;
  }
  .fltab.tab3{padding: 150px 20px 0 20px;}
  .fltab.tab3 .bxc {
    height: 200px;
  }
  .fltab.tab4 .ttl{flex: 0 0 100%;padding-top: 0; margin-bottom: 40px;}
}

@media only screen and (max-width: 480px){
  .fltab{padding: 40px 20px 0 20px;}
  .fltab.tab1::after{width: 100%; opacity: 0.65;}
  .fltab.tab1 .strs{background: url(/img/home-mb-bg.svg) center no-repeat; background-size: contain;}
  .fltab.tab2{height: unset !important; padding: 40px 20px;}
  .fltab.tab2 .bg{height: 40vh;}
  .fltab.tab2.loaded .box:nth-child(1){min-height: auto;}
  .fltab.tab2 .box:nth-child(1){min-height: 300px;}
  .fltab.tab2 .box:nth-child(2){padding-left: 20px;}
  .fltab.tab2 .box h3{font-size: 26px; margin-bottom: 30px;}
  .fltab.tab2 .box h4{font-size: 22px; max-width: 270px;}
  .fltab.tab2 .box p{font-size: 16px; max-width: 270px;}
  .fltab.tab3{padding: 0 0 60px 0; overflow:visible !important;}
  .fltab.tab3 .cnt{padding: 0 20px 40px 20px; box-sizing: border-box;}
  .fltab.tab3 .fx{
    display: block;
    width: 100%;
    height: 160px;
    background: #12FF93;
    position: sticky;
    z-index: 50;
    top: 0;
    overflow: hidden;
  }
  .fltab.tab3 .fx2{
    width: 100%;
    height: 100%;
    background: url(/img/icons/PC1.png) top center no-repeat;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fltab.tab3 .fx1{
    position: absolute;
    top: -300px;
    left: -25%;
    width: 150%;
    height: 500px;
    background: transparent radial-gradient(closest-side at 49% 49%, #F9512D 0%, #12FF93 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
  }
  .fltab.tab3 .boxes{height: auto; padding: 50px 0;}
  .fltab.tab3 .bxc{display: none;}
  .fltab.tab3 .box{ height: auto; margin-bottom: 50px; min-height: 35vh;}
  .fltab.tab3 .box h2{font-size: 30px; margin-bottom: 5px;}
  .fltab.tab3 .box h3{font-size: 25px; margin-bottom: 20px;}
  .fltab.tab3 .box p{font-size: 19px;}
  .fltab.tab4{padding: 75px 20px 60px 20px;}
  .fltab.tab4 .prjcts .btns{display: none;}
  .fltab.tab4 .prjcts .cvrs{padding: 0;}
  .fltab.tab4 .prjcts span.up2,
  .fltab.tab4 .prjcts span.down2{
    display: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .fltab.tab4 .prjcts span.up2{top: -30px;}
  .fltab.tab4 .prjcts span.down2{bottom: -30px;}
  .fltab.tab4 .prjcts span.up2::before {
    height: 10px;
    width: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    position: absolute;
    bottom: 5px;
  }
  .fltab.tab4 .prjcts span.down2::before {
    height: 10px;
    width: 10px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    position: absolute;
    top: 5px;
  }

}
@media only screen and (max-width: 480px) and (max-aspect-ratio: 3/5){
  .fltab.tab1 .cnt .austr{max-width: 90%;}
  .fltab.tab1 .cnt h1{font-size: 26px;}
}
@media only screen and (max-width: 480px) and (min-aspect-ratio: 3/5){

  .fltab.tab1 .cnt h1{font-size: 18px;}
  .fltab.tab1 .btns a{font-size: 18px; margin-bottom: 2vh; flex: 0 0 100%;}
  .fltab.tab1 .austr{max-width: 75% !important}
  .fltab.tab1 .cnt .txt{padding: 5vh 0 0 0;}
  .fltab.tab1 .btns{margin: 4vh 0 3vh 0;}
}
@media only screen and (max-width: 400px){
  .fltab.tab2 .box h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 340px){
  .fltab.tab1 .cnt .austr{max-width: 80%;}
  .fltab.tab1 .cnt h1{font-size: 20px;}
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .fltab.tab2{height: auto !important;}
  .fltab.tab2 .box{height: auto;}
  .fltab.tab2 .crl{width: 10vw; height: 10vw;}
  .fltab.tab2 .box h3{font-size: 28px;}
  .fltab.tab2 .box h4{font-size: 24px;}
}
