@font-face {
    font-family: 'sf_pro_rounded';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/sf-pro-rounded-bold.woff2) format('woff2');
  }
@font-face {
    font-family: 'sf_pro_rounded_semi';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/sf-pro-rounded-semibold.woff2) format('woff2');
  }

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto-regular.woff2) format('woff2');
  }
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/roboto-bold.woff2) format('woff2');
  }
  
*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body, html{
	margin:0rem; 
	padding: 0rem;    
	width: 100%;
    height: 100%;
    font-weight: normal;
    color: #000;
    font-size: 1px;
    font-family: 'Roboto' , sans-serif;
	}

body{
    background-color: #fff;
    width: 100%;
    height: auto;
    color: #333;
    font-size: 20rem;
        overflow-x: hidden;
	}

.clear{
    clear: both;
    }
.mob{
  display: none;
  }
a{
  color: #333;
  text-decoration: none;
}
.header a{
  color: #333;
  }
.container{
    width: 1300rem;
    margin: auto;
    position: relative;
    }
.container.sm{
  width: 1100rem;
  }
.plashka{
  height: 28rem;
  display: flex;
  font-size: 14rem;
  color: #BD6C3D;
  display: flex;
  align-items: center;
  background: #F4F4F4;
  box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.25);
  border-radius: 40rem;
  padding: 0rem 20rem;
  width: fit-content;
  }
.orange{
  color: #F7C777;
  }
.orange2{
  color: #DD8F22;
  }  
h3{
  font-family: 'sf_pro_rounded' , sans-serif;
  font-weight: normal;
  }

.fsf{
  font-family: 'sf_pro_rounded' , sans-serif!important;
  font-weight: normal;
  }
.fsfs{
  font-family: 'sf_pro_rounded_semi' , sans-serif!important;
  font-weight: normal;
  }
.mha{min-height: auto!important;}

.ma{margin:auto;}
.m8{margin-top:8rem;}
.m10{margin-top:10rem;}
.m12{margin-top:12rem;}
.m15{margin-top:15rem;}
.m20{margin-top:20rem;}
.m23{margin-top:23rem;}
.m30{margin-top:30rem;}
.m34{margin-top:34rem;}
.m37{margin-top:37rem;}
.m40{margin-top:40rem;}
.m44{margin-top:44rem;}
.m60{margin-top:60rem;}
.m64{margin-top:64rem!important;}
.m70{margin-top:70rem!important;}
.m80{margin-top:80rem;}
.m86{margin-top:86rem;}
.m96{margin-top: 96rem;}
.m103{margin-top: 103rem;}
.m107{margin-top: 107rem;}
.m120{margin-top: 120rem;}
.m132{margin-top: 132rem;}
.m152{margin-top: 152rem;}


.ac{text-align: center;}
.cw{color: #fff;}
.cb{color: #333!important;;}
.f16{font-size: 16rem;}
.f18{font-size: 18rem;}
.f22{font-size: 22rem;}
.f24{font-size: 24rem;}
.f30{font-size: 30rem;}
.f40{font-size: 40rem;}

.lh21{line-height: 21rem;}
.lh22{line-height: 22rem;}
.lh25{line-height: 25rem;}
.lh26{line-height: 26rem;}
.lh36{line-height: 36rem;}
.lh40{line-height: 40rem;}
.lh48{line-height: 48rem;}
.lh150{line-height: 150%;}
.lh200{line-height: 200%;}


.main_head{
  background: linear-gradient(101.12deg, #23323A 2.12%, #1B5177 50.39%, #1982C4 97.7%);
  width: 100%;
  height: 1025rem;
  padding-top: 71rem;
  color:#fff;
  }
.main_head.sm{
  height: 643rem;
  display: flex;
  align-items: center;
  padding-top: 0rem;
  }
.main_head .plashka{
  margin: auto;
  }
.main_title{
  font-family: 'sf_pro_rounded' , sans-serif;
  font-size: 75rem;
  color: #fff;
  line-height: 120%;
  text-align: center;
  margin-top: 20rem;
  font-weight: normal;
}
.main_head.sm .main_title{
  font-size: 70rem;
  }
.main_head .btn{
  margin: auto;
  }


  
.btn{
    font-size: 24rem;
    width: 320rem;
    height: 66rem;
    display: flex;
    align-items: center;   
    background-color: #DD8F22;
    color: #fff;
    border-radius: 5rem;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
    }
.btn:hover{
    background-color: #B8781F;
    }
.text{
    margin-top: 50rem;
    }




.menu_outer .logo{
  background: url(/img/logo.png);
  background-size: 100% 100%;
  position: absolute;
  margin-left: 0rem;
  margin-top: 11rem;
  width: 200rem;
  height: 45rem;
  cursor: pointer;
  }
.menu_outer{
  width: 100%;
  height: 69rem;
  margin-top: 30rem;
  margin-bottom: 30rem;
  position: sticky;
  top: 0rem;
  z-index: 4;
  transition: all 0.2s linear;
  background: #fff;
  }
.menu_outer.out{
  border-bottom: 1rem solid #DFDFDF;
  }


.menu_outer ul.menu{
  position: absolute;
  margin-top: 10rem;
  right: 0rem;
  width: auto;
  height: 63rem;
  }
.menu_outer ul.menu li{
  font-style: normal;
  font-weight: normal;
  font-size: 18rem;
  line-height: 50rem;
  text-align: center;
  color: #333333;
  width: auto;
  padding-right: 50rem;
  float: left;
  list-style-type: none;
  cursor: pointer;
  text-decoration: none;
  }
.menu_outer ul.menu li:hover{
  color: #000;
  }
.menu_outer ul.menu li.signup{
  padding-right: 15rem;
  padding-left: 15rem;
  background: #E2C044;
  box-shadow: 0rem 2rem 4rem rgb(0 0 0 / 25%);
  box-sizing: border-box;
  border-radius: 5rem;
  box-sizing: border-box;
  margin-left: 15rem;
  margin-right: 0rem;
  width: 175rem;
  color: #fff;
  transition: all 0.2s linear;
  }
.menu_outer ul.menu li.signup:hover{
  background: #C9A72B;
  }


.menu_outer ul.menu li.demo2{
  padding-right: 15rem;
  padding-left: 15rem;
  background: #DD8F22;
  box-shadow: 0rem 2rem 4rem rgb(0 0 0 / 25%);
  box-sizing: border-box;
  border-radius: 5rem;
  box-sizing: border-box;
  margin-left: 0rem;
  margin-right: 0rem;
  width: 258rem;
  font-size: 20rem;
  color: #fff;
  transition: all 0.2s linear;
  }
.menu_outer ul.menu li.demo2:hover{
  background: #B8781F;
  }
.menu_outer ul.menu li.demo2 a{
  color:#fff;
  } 



.menu_outer ul.menu li.sub{
  background: url(/img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 36rem;
  padding-right: 60rem;
  }

.menu_outer ul.menu li.sub ul{
  background-color: #fff;
  position: absolute;
  margin-left: -14rem;
  margin-top: 0rem;
  padding-left: 0rem;
  padding-top: 21rem;
  padding-bottom: 21rem;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0rem 2rem 4rem rgb(0 0 0 / 25%);
  border-radius: 5rem;
  margin-top: 10rem;
  transition: all 0.2s linear;
  visibility: hidden;
  }
.menu_outer ul.menu li.sub ul li{
  float: none;
  display: block;
  color: #333;
  width: auto;
  text-align: left;
  font-size: 18rem;
  line-height: 47rem;
  padding-left: 45rem;
  padding-right: 45rem;
  white-space: nowrap;
  }
.menu_outer ul.menu li.sub ul li a{
  }
.menu_outer ul.menu li.sub ul li:hover{
  background-color: rgba(25, 130, 196, 0.1);
  color: #1B5177;
  }
.menu_outer ul.menu li.sub ul a{
  text-decoration: none;
  }
.menu_outer ul.menu li.sub ul a:hover, .menu_outer ul.menu li.sub ul li:hover{
  text-decoration: none;
  }

.menu_outer ul.menu li.sub:hover > ul{
  opacity: 1;
  margin-top: 0rem;
  visibility: visible;
  }




.header{
    width: 100%;
    height: 72rem;
    /* border-bottom: 1rem solid #DFDFDF; */
    display: flex;
    align-items: center;
    position: sticky;
    top: 0rem;
    z-index: 9;
    background-color: #fff;
    margin-top: 30rem;     
    }
.header .logo{
    width: 200rem;
    height: 45rem;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 4rem;
    }
.header .btn{
    float: right;
    }
.header .link{
    float: right;
    line-height: 52rem;
    margin-right: 80rem;
    cursor: pointer;
    }


.header .menu_ico {
  background: url(/img/menu.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 84.1vw;
  margin-top: 1.2vw;
  width: 9.6vw;
  height: 25.9vw;
  cursor: pointer;
  }

.header ul.menu .close {
  background: url(/img2/close_white.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 98vw;
  margin-left: -12vw;
  top: 5vw;
  width: 7vw;
  height: 7vw;
  cursor: pointer;
  z-index: 9999;
  }
.header ul.menu li {
  font-style: normal;
  font-weight: normal;
  font-size: 5vw;
  line-height: 8vw;
  margin-top: 6vw;
  text-align: left;
  color: #FFFFFF;
  width: 100vw;
  float: none;
  list-style-type: none;
  cursor: pointer;
  }
.header ul.menu li:last-child {
  margin-bottom: 6vw;
  }



  .logos {
    display: flex;
    overflow: hidden;
    width: 680rem;
    position: relative;
    height: 50rem;
    
}

.logos img {
    height: 50rem;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    
}

.logos-wrapper {
    display: flex;
    animation: none;
    gap:70rem;
}


.ourmission{
    font-size: 30rem;
    line-height: 45rem;
    margin-top: 126rem;
    text-align: center;
    }


.aleft{
    text-align: left;
    }
video{
    display: block;
    width: 1150rem;
    height: 646rem;
    margin: auto;
    margin-top: -183rem;
    }
.allblock{
  width: calc(100% - 80rem);
  margin-left: 40rem;
  margin-right: 40rem;
  background-color: #1B5177;
  min-height: 544rem;
  border-radius: 45rem;
  padding-top: 70rem;
  padding-bottom: 70rem;
  position: relative;
  }
.allblock .sample_bg{
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.87deg, rgba(134, 95, 85, 0.35) 0.14%, rgba(134, 95, 85, 0.35) 30.06%, #865F55 48.52%, #865F55 99.91%);
  border-radius: 45rem;
  }
 .allblock .sample_bg.right{
  transform: rotate(-180deg);
  } 
.allblock .sample_bg.blue{
  background: linear-gradient(89.87deg, rgba(27, 81, 119, 0.35) 0.14%, rgba(27, 81, 119, 0.35) 30.06%, #1B5177 48.52%, #1B5177 99.91%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  }
 .allblock .sample_bg.blue.right{
  transform: rotate(-180deg);
  } 
.allblock .sample_bg.orange{
  background: linear-gradient(89.87deg, rgba(176, 109, 45, 0.35) 0.14%, rgba(176, 109, 45, 0.35) 30.06%, #B06D2D 48.52%, #B06D2D 99.91%);
  }
.allblock .sample_bg.orange.right{
  transform: rotate(-180deg);
  }  

.allblock .sample{
  position: absolute;
  top: 0rem;
  left: 0rem;
  height: 100%;
  }
.allblock .sample.right{
  position: absolute;
  top: 0rem;
  right: 0rem;
  left: unset;
  height: 100%;
  }
  
.allblock .sample_content{
  position: absolute;
  top: 0rem;
  left: 50%;
  width: 650rem;
  height: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 0rem;
  padding-right: 0rem;
  }
.allblock .sample_content.left{
  right: 50%;
  left:unset;
  }
.allblock .sample_content a{
  display: block;
  margin-top: 29rem;
  color: #fff;
  text-decoration: underline;
  }
.allblock .check{
  background-image: url(../img/ico_check_w.svg);
  background-size: 14rem;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25rem;
  }
.allblock .check.y{
  background-image: url(../img/ico_check.svg);
  }
  
.reults{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  }
.reults .item{
  margin-bottom: 34rem;
  }
.reults .item img{
  width: 60rem;
  }  
.reults .line{
  width: 1rem;
  height: 200rem;
  background-color: #fff;
  }
.container.sm .reults .item{
  margin-bottom: 0rem;
  }
.keys{
  display: flex ;
  flex-wrap: wrap;
  gap: 50rem;
  justify-content: space-between;  
  }
.keys.sm{
  width: 850rem;
  }
.keys.sm3{
  gap: 20rem;
  }
.keys.sm32{
  gap: 0rem;
  }
.keys.sm32>img{
  margin-right: 10rem;
  }
.keys .item{
  box-shadow: 0px 4rem 24rem rgba(0, 0, 0, 0.25);
  border-radius: 16rem;
  width: 625rem;
  padding: 40rem 30rem;
  }
.keys.sm .item {
  display: flex;
  align-items: center;
  gap: 25rem;
  width: 400rem;
  }
.keys.sm3 .item {
  padding: 30rem;
  width: 420rem;
  box-shadow: 0px 2rem 15rem rgba(0, 0, 0, 0.25);
  }
.keys.sm32 .item {
  width: 372rem;
  box-shadow: none;
  padding: 0rem;
  }
.keys .item img{
  width: 55rem;
  margin-bottom: 10rem;
  }
.keys.sm .item img{
  margin-bottom: 0rem;
  }

.flex_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
.flex_row>div{
  width: 50%;
  }
.flex_row .img{
  text-align: center;
  }
.instrument1{width: 491rem;}
.instrument2{width: 626rem;}
.instrument3{width: 572rem;}
.instrument4{width: 580rem;}
.reg1{width: 439rem;}
.reg2{width: 447rem;}
.reg3{width: 496rem;}
.reg4{width: 359rem;}
.reg5{width: 440rem;}
.engagement1{width: 392rem;}
.engagement2{width: 579rem;}
.engagement3{width: 400rem;}
.engagement4{width: 590rem;}
.engagement5{width: 409rem;}
.engagement6{width: 416rem;}
.engagement7{width: 401rem;}
.mobile1{width: 414rem;}
.mobile2{width: 503rem;}
.mobile3{width: 431rem;}
.mobile4{width: 398rem;}
.mobile5{width: 386rem;}
.mobile6{width: 446rem;}
.management1{width: 342rem;}
.management2{width: 442rem;}
.management3{width: 546rem;}
.management4{width: 433rem;}
.management5{width: 453rem;}
.management6{width: 490rem;}
.agency1{width: 585rem;}
.agency2{width: 585rem;}
.agency3{width: 585rem;}
.agency4{width: 585rem;}
.itcompany1{width: 585rem;}
.itcompany2{width: 585rem;}
.itcompany3{width: 585rem;}
.itcompany4{width: 585rem;}


.flex_row .check{
  background-image: url(../img/ico_check.svg);
  background-size: 14rem;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25rem;
  }
.flex_row a{
  display: block;
  margin-top: 29rem;
  color: #2D4B7A;
  text-decoration: underline;
  }
.flex_row .text_right{
  padding-left: 46rem;
  }

.title{
    font-size: 50rem;
    font-weight: bold;
    text-align: center;
    margin-top: 150rem;
    }

.work{
    margin-top: 88rem;
    margin-bottom: -88rem;
    }

.work .item{
    box-sizing: border-box;
    float: left;
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-left: 25rem;
    padding-right: 25rem;
    flex-direction: column;
    margin-bottom: 88rem;
    }

.work .item img{
    margin-bottom: 25rem;
    width: 180rem;
    }
.work .item span{
    font-size: 20rem;
    }
.work .item span b{
  font-size: 26rem;
    font-weight: 700;
    margin-bottom: 10rem;
    display: block;
    }
.block{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-top: 135rem;
    }
.block.first{
  margin-top: 64rem;
  }


.flleft{
    float: left;
    }
.flright{
    float: right;
    }

.blocktext{
    font-size: 20rem;
    width: 650rem;
    }
.blocktext.flleft{
    margin-right: 85rem;
    }
.blocktext.flright{
    margin-left: 85rem;
    }
.blocktitle{
    display: inline-block;
    background-color: #E2E5EC;
    padding: 10rem 20rem;
    border-radius: 40rem;
    font-size: 30rem;
    font-weight: bold;
    }
.blocktext p.bullet{
    padding-left: 20rem;
    }
.blocktext p.bullet:before{
    content: '\2022';
    margin-left: -20rem;
    position: absolute;
    font-weight: 700;
    }
.blockimg1{
    width: 685rem;
    margin-right: -42rem;
    }
.blockimg2{
    width: 450rem;
    margin-left: 16rem;
    }
.blockimg3{
    width: 688rem;
    margin-right: -38rem;
    }
.blockimg4{
    width: 537rem;
    margin-right: -56rem;
    }
.round{
    margin: auto;
    margin-top: 90rem;
    width: 815rem;
    height: 815rem;
    background-image: url(../img/round.png);
    background-size: 100% 100%;     
    position: relative;
    }
.round_logo{
    position: absolute;
    width: 339rem;
    height: 339rem;
    top: 238rem;
    left: 238rem;
    background-image: url(../img/round_logo.png);
    background-size: 100% 100%;     
    z-index: 9; 
    }
.round .item{
    position: absolute;
    box-sizing: border-box;
    width: 538rem;
    height: 137rem;
    background-color: #D7F3FF;
    border-radius: 40rem;
    display: flex;
    align-items: center;
    padding-right: 30rem;
    font-size: 20rem;
    transition: all 0.9s linear;
    }
.round .item img{
    margin-right: 8rem;
    height: 137rem;
    }
.round .item b{
    display: block;
    font-size: 26rem;
    font-weight: bold;
    }


.round .item1{
    transform: scale(0.2);
    top: 445rem;
    left: 132rem;
    opacity: 0;
    }
.round .item2{
    transform: scale(0.2);
    top: 250rem;
    left: 110rem;
    opacity: 0;
    }
.round .item3{
    transform: scale(0.2);
    top: 356rem;
    left: 242rem;
    opacity: 0;
    }
.round .item4{
    transform: scale(0.2);
    top: 250rem;
    left: 221rem;
    opacity: 0;
    }



.round .item1.active{
    top: 202rem;
    left: -291rem;
    transform: scale(1);
    opacity: 1;
    }
.round .item2.active{
    top: 65rem;
    left: 407rem;
    transform: scale(1);
    opacity: 1;
    }
.round .item3.active{
    top: 624rem;
    left: -66rem;
    transform: scale(1);
    opacity: 1;
    }
.round .item4.active{
    top: 461rem;
    left: 577rem;
    transform: scale(1);
    opacity: 1;
    }    



.titlefooter{
    font-size: 50rem;
    font-weight: bold;
    margin-top: 117rem;
    text-align: center;
    }

.footer{
    background-color: #fff;
    padding-top: 42rem;
    padding-bottom: 23rem;
    margin-top: 0rem;
    }
.footer .logo{
    width: 200rem;
    height: 45rem;
    background-image: url(../img/logo.png);
    background-size: 100% 100%; 
    }
.social{
    margin-top: 43rem;
    }
.social img{
    width: 50rem;
    margin-right: 33rem;
    }
.footer .contact{
    margin-top: 43rem;
    font-size: 24rem;
    color: #56423C;
    }
.footer .contact a{
    color: #333333;
    text-decoration: underline;
    }

.footer .links{
    margin-top: 26rem;
    font-size: 16rem;
    color: #333333;
    }
.footer .links a{
    color: #333333;
    text-decoration: none;
    margin-right: 57rem;
    }
.footer .copyright{
    margin-top: 82rem;
    font-size: 15rem;
    color: #333333;
    }
.footer_links{
  display: flex;
  color: #333;
  justify-content: space-between;
  align-items: flex-start;
  }
.footer_links a{
  display: block;
  }
.footer_links a.flex{
  display: flex;
  }
.footer_links a img{
  width: 19rem;
  margin-right: 10rem;
  }




.contact_form{
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  display: none;
  z-index: 44;
  /*background: url(/img2/contact.jpg);
  background-position: top center;
  background-size: auto 100%;*/
  }

.clear{
  clear: both;
  }
.contact_form .text{
    font-size: 20rem;
    text-align: center;
    }

.popup{
  display: flex;
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  align-content: center;
  top: 0px;
  left: 0px;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: #0000008c;
  z-index: 9;
  opacity: 0;
  }
.popup_inner{
  font-size: 18rem;
  box-sizing: border-box;
  padding: 60rem;
  background-color: #fff;
  position: relative;
  max-width: 64%; 
  font-size: 20rem;
  }
.popup_inner.rock{
  width: 905rem;
  height: 438rem;
  background-image: url(../img2/rock.jpg);
  background-size: 357rem 438rem;
  background-repeat: no-repeat;
  background-position: right;
  max-width: 905rem;
  font-size: 20rem;
  padding: 70rem 34rem;
  line-height: 150%;
  letter-spacing: -0.4rem;
  }
.popup_inner.rock .title{
  font-size: 50rem;
  line-height: 50rem;
  margin-bottom: 39rem;

  }

.popup_inner .demo2 {
  position: absolute;
    margin-left: 0rem;
    margin-top: 42rem;
    width: 259rem;
    height: 56rem;
    line-height: 56rem;
    border: 0rem;
    background-color: #1982C4;
    color: #fff;
    font-size: 24rem;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0rem 2rem 4rem rgba(0, 0, 0, 0.25);
    border-radius: 5rem;
    z-index: 1;
    transition: all 0.2s linear;
    text-align: center;
}


.black{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  background-color: #000;
  z-index: 9;
  }
.popup .close{
  background: url(/img2/close.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 18rem;
  top: 18rem;
  width: 30rem;
  height: 30rem;
  cursor: pointer;
  }


.contact_form h3{
  font-style: normal;
  font-weight: normal;
  font-size: 5.8vh;
  line-height: 8vh;
  text-align: center;
  color: #333;
  margin-top: 12vh;  
  }
.contact_form.ok{
  display: none;
  }
.contact_form.ok h3 {
  line-height: 7.5vh;
  margin-top: 27vh;
  }
.form_wrapper{
  width: 81vh;
  position: relative;
  margin: auto;
  margin-top: 12vh;
  padding-left: 3vh;  
  }
.input-wrapper {
    width: 47%;
    float: left;
    margin-right: 2vh;
    margin-bottom: 7vh;
}
.input-wrapper.full {
  width: 97%;
  margin-right: 0vh;
  }

.form-control {
  display: block;
  float: left;
  margin: 0;
  padding-left: 0vh;
  font-family: 'Roboto' , sans-serif;
  width: 100%;
  border: none;
  border-bottom: 1rem solid #000;
  background-color: transparent;
  border-radius: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 1.7vh;
  line-height: 3vh;
  outline: none;
  overflow: hidden;
  resize: none;
}
select.form-control{
  padding-top: 0.25vh;
  padding-bottom: 0.25vh;
  }

select:required:invalid {
  color: #5d5d5d;
}
select.error:required:invalid {
  color: #f00;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

.form-control.error{
  border-bottom: 1rem solid #f00;
  color: #f00;
  }
.form-control.error::-webkit-input-placeholder {
  color: #f00;
}
.form-control.error:-ms-input-placeholder {
  color: #f00;
}
.form-control.error::-moz-placeholder {
  color: #f00;
  opacity: 1;
}
.form-control.error:-moz-placeholder {
  color: #f00;
  opacity: 1;
}


.control-label {
  display: block;
  position: absolute;
  opacity: 0;
  margin-top: -1vh;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 1.4vh;
}

.form-control:placeholder-shown + .control-label {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}

.form-control:not(:placeholder-shown) + .control-label,
.form-control:focus:not(:placeholder-shown) + .control-label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10rem);
  transition: 0.2s ease-in-out transform;
}

.contact_form .close{
  background: url(../img/close.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  margin-left: -23.2vh;
  top: 9vh;
  width: 9vh;
  height: 5.2vh;
  cursor: pointer;
  }

.contact_form .submit_request,.contact_form .submit_request_close{
  margin-left: 26vh;
  margin-top: 6.4vh;
  margin-bottom: 6.4vh;
  width: 26.5vh;
  height: 6vh;
  border: 0rem;
  background-color: #DD8F22;
  color: #fff;
  font-size: 2.6vh;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  border: 2rem solid #DD8F22;
  box-sizing: border-box;
  box-shadow: 0rem 2rem 4rem rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
  }



.copyright{
  font-size: 15rem;
  text-align: center;
  margin-top: 74rem;
}





.usecase{
  font-size: 20rem;
  }
.usecase img{
    border-radius: 20rem;
    }
.usecase .usecase_label{
  margin-top: 60rem;
  text-align: center;
  color: #33333399;
  }
.usecase h1{
  font-size: 40rem;
  margin-top: 40rem;
  text-align: center;
      margin-bottom: 0rem;
      font-family: 'sf_pro_rounded_semi' , sans-serif!important;
  font-weight: normal;
  }
.usecase h2{
  font-size: 30rem;
  margin-top: 40rem;
  text-align: left;
  margin-bottom: 40rem;
  font-family: 'sf_pro_rounded_semi' , sans-serif!important;
  font-weight: normal;
  }
.usecase .block{
  margin-top: 86rem;
  }
.usecase .block.mt0{
  margin-top: 0rem;
  }

.usecase .mainphoto{
  display: block;
  margin: auto;
  width: 983rem;
  margin-top: 91rem;
  margin-bottom: 21rem;
  }
.usecase .logos{
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-left: 190rem;
  margin-bottom: 10rem;
  }
.usecase .logos img{
  margin-right: 44rem;
  }
.usecase .logo_tbank{
  width: 190rem;
  }
.usecase .logo_akma{
  width: 197rem;
  }

.usecase .logo_edenkit{
  width: 204rem;
  }

.usecase .usetext{
  margin-bottom: 50rem;
  }
.usecase video{
  display: block;
  width: 463rem;
  margin: auto;
  margin-top: 0rem;
  height: auto;
  border-radius: 20rem;
  }

.usecase .blocktext.flleft{
  margin-right: 0rem;
  }
.usecase .blocktext{
  font-size: 20rem;
  width: auto;
  line-height: 40.85rem;
  }
.usecase li{
  text-indent: -44rem;
  padding-left: 57rem;
  }



.postlistitem{
  margin-bottom: 55rem;
  }

.postlistitem>div{
  display: flex;
  align-items: center;
  margin-top: 20rem;
  }
.postlistitem>div div.maxline{
  max-height: 200rem;
  position: relative;
  overflow: hidden;
  }
.postlistitem>div div.maxline:after {
  content: '';
  position: absolute;
  height: 50rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }



.postlistitem img{
  max-width: 30%;
  margin-right: 20rem;
  }


.usecase .keywords{
  margin-top: 120rem;
  }
.usecase .keywords span{
  display: inline-block;
  padding: 5rem 13rem;
  border-radius: 5rem;
  background-color: #eee;
  margin: 6rem;
  font-size: 20rem;
  }

.usecase .back{
  background-image: url(../img/back.png);
  background-size: 40rem 40rem;
  background-repeat: no-repeat;
  height: 100rem;
  position: absolute;
  left: 0rem;
  padding-left: 59rem;
  margin-top: -44rem;
  opacity: 0.6;
  font-size: 23rem;
  line-height: 39rem;
  }

@media (max-width: 1450px) {
  html{
    font-size: 0.8px;
    }
  }


@media (max-width: 1200px) {
  html{
    font-size: 0.7px;
    }
  }

@media (max-width: 1030px) {
  html{
    font-size: 0.6px;
    }
  }


@media (max-width: 890px){
  html{
    font-size: calc(100vw / 600);
        overflow-x: hidden;
    }

.pc{
  display: none;
  }


.ma{margin:auto;}
.m8{margin-top:8rem;}
.m10{margin-top:10rem;}
.m15{margin-top:15rem;}
.m20{margin-top:20rem;}
.m23{margin-top:23rem;}
.m30{margin-top:30rem;}
.m34{margin-top:34rem;}
.m37{margin-top:37rem;}
.m40{margin-top:40rem;}
.m44{margin-top:44rem;}
.m60{margin-top:60rem;}
.m64{margin-top:64rem!important;}
.m70{margin-top:70rem!important;}
.m80{margin-top:80rem;}
.m86{margin-top:86rem;}
.m96{margin-top: 96rem;}
.m103{margin-top: 103rem;}
.m107{margin-top: 107rem;}
.m120{margin-top: 120rem;}
.m132{margin-top: 132rem;}
.m152{margin-top: 152rem;}


.ac{text-align: center;}
.cw{color: #fff;}
.cb{color: #333!important;;}
.f16{font-size: 16rem;}
.f18{font-size: 18rem;}
.f22{font-size: 22rem;}
.f30{font-size: 30rem;}
.f40{font-size: 40rem;}

.lh21{line-height: 21rem;}
.lh22{line-height: 22rem;}
.lh25{line-height: 25rem;}
.lh26{line-height: 26rem;}
.lh36{line-height: 36rem;}
.lh40{line-height: 40rem;}
.lh48{line-height: 48rem;}
.lh150{line-height: 150%;}
.lh200{line-height: 200%;}

.main_title{font-size: 50rem;}

.header {
    width: 100%;
    height: 72rem;
    /* border-bottom: 1rem solid #DFDFDF; */
    display: flex;
    align-items: center;
    position: fixed;
    padding-top: 15rem;
    z-index: 9;
    top: 0rem;
    background-color: #fff;
    margin-top: 0rem;
  }

.menu_outer .menu_ico{
  background: url(/img/menu.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 84.1vw;
  margin-top: 4.2vw;
  width: 9.6vw;
  height: 25.9vw;
  cursor: pointer;
  }
.menu_outer {
  height: 10vw;
  margin-top: 0vw;
  top: 0rem;
  }
.menu_outer .container {
  width: 100%;
  }
.menu_outer ul.menu {
  position: fixed;
  margin-top: 0vw;
  margin-left: 0vw;
  top: 0vw;
  left: 0vw;
  background: linear-gradient(101.12deg, #23323A 2.12%, #1B5177 50.39%, #1982C4 97.7%);
  width: 100vw;
  height: 100vh;
  z-index: 2;
  overflow: auto;
  display: none;
  padding-bottom: 7vw;
  }
.menu_outer ul.menu .close{
  background: url(/img/close_white.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 98vw;
  margin-left: -12vw;
  top: 5vw;
  width: 7vw;
  height: 7vw;
  cursor: pointer;
  z-index: 9999;
  }
.menu_outer ul.menu li {
  font-style: normal;
  font-weight: normal;
  font-size: 5vw;
  line-height: 8vw;
  margin-top: 6vw;
  text-align: left;
  color: #FFFFFF;
  width: 85vw;
  float: none;
  list-style-type: none;
  cursor: pointer;
  }
.menu_outer ul.menu a{
  color: #fff;
  }
.menu_outer ul.menu li:hover{
  color: #fff;
  }
.menu_outer ul.menu li:last-child{
  margin-bottom: 6vw;
  }
.menu_outer ul.menu li.sub{
  background:none;
  }
.menu_outer ul.menu li.sub ul {
  background-color: transparent;
  position: relative;
  margin-left: 0vw;
  margin-top: 0rem;
  padding-left: 0rem;
  padding-top: 0vw;
  padding-bottom: 0vw;
  z-index: 2;
  display: block!important;
  overflow: hidden;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  }
.menu_outer ul.menu li.sub ul li {
  float: none;
  display: block;
  color: #fff;
  width: auto;
  text-align: left;
  font-size: 4vw;
  line-height: 5vw;
  padding-left: 10vw;
  padding-right: 6vw;
  white-space: nowrap;
  }
.menu_outer ul.menu li.sub ul li:hover {
  color: #fff;  
  }
.menu_outer ul.menu li.sub ul a{
  text-decoration: underline;
  }

.menu_outer ul.menu li.signin {
  border: 1rem solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 12rem;
  margin-left: 0rem;
  width: 50vw;
  padding: 2vw;
  text-align: center;
  }
.menu_outer ul.menu li.signup {
  border: 1rem solid #FFFFFF;
  background: #E2C044;
  box-sizing: border-box;
  border-radius: 12rem;
  margin-left: 0rem;
  width: 50vw;
  padding: 2vw;
  text-align: center;
  }
.menu_outer ul.menu li.demo2 {
  border: 1rem solid #FFFFFF;
  background: #1982C4;
  box-sizing: border-box;
  border-radius: 12rem;
  margin-left: 0rem;
  width: 50vw;
  padding: 2vw;
  text-align: center;
  }


.menu_outer .logo {
  background: url(/img/logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 5vw;
  margin-top: 5vw;
  width: 30vw;
  height: 7.5vw;
  cursor: pointer;
  }


.container {
    width: 95vw;
    margin: auto;
    position: relative;
}

h1.main {
    font-size: 45rem;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    color: #333;
    background: linear-gradient(90.03deg, #0089B0 40.12%, #0B9A6D 98.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    mix-blend-mode: normal;
    margin-top: 150rem;
    font-weight: 600;
    font-style: normal;
}

.headtext {
    font-size: 21rem;
    margin-top: 60rem;
    text-align: center;
}
.ourmission {
    font-size: 23rem;
    line-height: initial;
    margin-top: 90rem;
    text-align: center;
}

.header .link {
    display: none;
}


video {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: -160rem;
}


.title {
    font-size: 40rem;
    font-weight: bold;
    text-align: center;
    margin-top: 100rem;
}


.work {
    margin-top: 88rem;
    margin-bottom: -88rem;
}

.work .item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    padding-left: 25rem;
    padding-right: 25rem;
    flex-direction: column;
    margin-bottom: 88rem;
    align-content: space-around;
    align-items: center;
}


.work .item img {
    margin-bottom: 30rem;
    margin-right: 0rem;
    width: 180rem;
}

.work .item span {
    font-size: 20rem;
}


.block {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-top: 100rem;
    flex-direction: column;
}

.blocktext {
    font-size: 20rem;
    width: 100%;
    order: 2;
}
.flleft {
    float: none;
}
.flright {
    float: none;
}

.blockimg1 {
    width: 50%;
    margin-right: -22rem;
    order: 1;
    margin-bottom: 60rem;
}

.blockimg2 {
    width: 50vw;
    margin-left: 0rem;
    order: 1;
    margin-bottom: 60rem;
    order: 1;
    margin-bottom: 60rem;
}
.blockimg3 {
    width: 50vw;
    margin-right: -55rem;
    order: 1;
    margin-bottom: 60rem;
}
.blockimg2 {
    width: 50vw;
    margin-left: 0rem;
    order: 1;
    margin-bottom: 60rem;
    order: 1;
    margin-bottom: 60rem;
}
.blocktext.flleft {
    margin-right: 0rem;
}

.blocktext.flright {
    margin-left: 0rem;
}


.titlefooter {
    font-size: 37rem;
    font-weight: bold;
    margin-top: 100rem;
    text-align: center;
}

.footer {
    background-color: #FAFAFA;
    padding-top: 42rem;
    padding-bottom: 23rem;
    margin-top: 100rem;
}




.contact_form {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 44;
  }
.contact_form h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 6vw;
  line-height: 14vw;
  text-align: center;
  color: #333;
  margin-top: 9vw;
  }
.form_wrapper {
  width: 100vw;
  position: relative;
  margin: auto;
  margin-top: 9vw;
  padding-left: 0vw;
  }
.input-wrapper {
  width: 90%;
  float: left;
  margin-left: 5vw;
  margin-right: 0vw;
  margin-bottom: 9.5vw;
  }
.form-control {
  display: block;
  float: left;
  margin: 0;
  padding-left: 0vh;
  width: 100%;
  border: none;
  border-bottom: 1rem solid #000;
  background-color: transparent;
  border-radius: 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 3.6vw;
  line-height: 3vh;
  outline: none;
  overflow: hidden;
  resize: none;
  }
.control-label {
  display: block;
  position: absolute;
  opacity: 0;
  margin-top: -1vw;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 2.8vw;
  }
.input-wrapper.full {
  width: 90%;
  margin-right: 0vh;
  }
.contact_form .submit_request, .contact_form .submit_request_close {
  margin: auto;
  margin-top: 12vw;
  margin-bottom: 7vw;
  width: 258rem;
  height: 52rem;
  border: 0rem;
  border-radius: 2vw;
  background-color: #e2c044;
  color: #fff;
  font-size: 3.6vw;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  border: 2rem solid #E2C044;
  box-sizing: border-box;
  box-shadow: 0rem 2rem 4rem rgb(0 0 0 / 25%);
  display: block;
  }
.contact_form .close {
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  margin-left: -11vw;
  top: 4vw;
  width: 7vw;
  height: 7vw;
  cursor: pointer;
  }





  .usecase{
    font-size: 25rem!important;
    padding-bottom: 100rem;
    }
  .usecase span, .usecase p{
    font-size: 25rem!important;
    }

  .usecase .back {
    padding-left: 59rem;
    margin-top: -90rem;
  }
  .usecase .usecase_label{
    margin-top: 172rem;
    text-align: center;
    color: #33333399;
    }
  .usecase h1{
    font-size: 30rem;
    margin-top: 35rem;
    text-align: center;
    margin-bottom: 0rem;
    }
  .usecase h2{
    font-size: 30rem;
    margin-top: 86rem;
    text-align: center;
    margin-bottom: 40rem;
    }
  .usecase .mainphoto{
    display: block;
    margin: auto;
    width: 983rem;
    margin-top: 91rem;
    margin-bottom: 21rem;
    }
  .usecase .logos{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 5rem;
    margin-bottom: 10rem;
    }
  .usecase .logos img{
    margin-right: 44rem;
    }
  .usecase .logo_tbank{
    width: 190rem;
    }
  .usecase .logo_akma{
    width: 197rem;
    }

  .usecase .logo_edenkit{
    width: 204rem;
    }

  .usecase .usetext{
    margin-bottom: 40rem;
    }
  .usecase video{
    display: block;
    width: 463rem;
    margin: auto;
    margin-top: 0rem;
    height: auto;
    border-radius: 20rem;
    }

  .usecase .blocktext.flleft{
    margin-right: 0rem;
    }
  .usecase .blocktext{
    font-size: 25rem;
    width: auto;
    line-height: 40.85rem;
    margin-top: 60rem;
    }

  .usecase img{
    max-width: 95vw!important;
    height: auto !important;
    }
  .usecase video{
    max-width: 95vw!important;
    }

  .usecase li {
      text-indent: -36rem;
      padding-left: 41rem;
  }




.header ul.menu {
    position: absolute;
    margin-top: 0vw;
    margin-left: 0vw;
    top: -5vw;
    left: -3vw;
    background-color: #1982c4;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    overflow: auto;
    display: none;
    padding-bottom: 7vw;
    padding-top: 65rem;
  }
    .header ul.menu div {
      display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 5vw;
        line-height: 8vw;
        margin-top: 6vw;
        text-align: left;
        color: #FFFFFF;
        width: 100vw;
        float: none;
        list-style-type: none;
        cursor: pointer;
    }

    .header ul.menu div.demo.pc {
      display: none;
      }

    .header ul.menu div.demo {
    width: 258rem;
    height: 52rem;
    display: flex;
    align-items: center;
    background-color: #E2C044;
    color: #fff;
    border-radius: 5rem;
    text-align: center;
    font-size: 20rem;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s linear;
      }


    .header ul.menu .close {
      background: url(/img/close_white.svg);
        background-size: 100% 100%;
        position: absolute;
        left: 98vw;
        margin-left: -10vw;
        top: 1vw;
        width: 7vw;
        height: 7vw;
        cursor: pointer;
        z-index: 9999;
    }

  .mob{
    display: block;
    }

  .allblock {
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    border-radius: 0rem;
    padding-top: 50rem;
    padding-bottom: 50rem;
    }
  .reults {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    }
  .reults .line {
    display: none;
    }
  .reults .item {
    margin-bottom: 40rem;
    }
  .flex_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    }
  .flex_row>div {
    width: 100%;
    order: 2;
    }
  .flex_row .img {
    text-align: center;
    order: 1;
    margin-bottom: 20rem;
    }
  .flex_row .img img {
    max-width: 70%;
    }  
    
  .allblock .sample {
    position: relative;
    top: 0rem;
    left: 0rem;
    height: auto;
    width: 70%;
    display: block;
    margin: auto;
    margin-bottom: 50rem;
    border-radius: 20rem;
    }
  .allblock .sample_bg{display: none;}
  .allblock .sample_content {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 95%;
    height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0rem;
    padding-right: 0rem;
    margin: auto;
    }  
  
  .allblock .sample.right {
    position: relative;
    top: 0rem;
    right: unset;
    left: 0rem;
    height: 100%;
    }    
  .allblock .sample_content.left {
    right: unset;
    left: 0rem;
    }
  .container.sm {
    width: 95%;
    }
  .container.sm .reults .item{
    margin-bottom: 0rem;
    }
  .footer_links{flex-wrap: wrap;}
  .footer_links>div{
    flex: 1 1 calc(50% - 10px);
    }
  .keys.sm {
    width: 100%;
    }
  .keys.sm .item {
    width: 100%;
    }
  .keys.sm3 .item {
    width: 100%;
    }
  .main_head {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    }  
  .main_head.sm .main_title {
    font-size: 45rem;
    }
  .keys.sm32 {
    gap: 30rem;
    }

  .postlistitem>div {
    display: flex;
    align-items: center;
    margin-top: 20rem;
    flex-wrap: wrap;
    }

  .allblock.brown{
	background-color: #865F55;
	}
.allblock.orange{
	background-color: #B06D2D;
	}
.flex_row .text_right {
    padding-left: 0rem;
}

.contact_form .text {
    font-size: 20rem;
    text-align: center;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}


  }





@media screen and  (max-aspect-ratio:100/100) {


}