@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #131218;
  color: #fff;
}
*::-moz-selection {
  background: #131218;
  color: #fff;
}
*::-webkit-selection{
  background: #131218;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #010101;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #010101;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #010101;
}
::-webkit-scrollbar-track{
  border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body{
  width: 100%;
  color: #5E5B6B;
  background: #F5F5F7;
}
body{
  margin: 0;
  width: 100%;
  font-family: "Public Sans", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
/*body.is-show-popup {
  overflow: hidden;
}*/
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  font-size: 16px;
  line-height: 1.6;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  color: #5E5B6B;
  background: #F5F5F7;
  z-index: 9;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-line-mg{
  margin: 0 0 140px;
}
.wrap-grid{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.block{
  float: left;
  width: 100%;
}
.block .title{
  display: block;
  text-align: center;
  color: #131218;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.button{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: none;
  background: #FB6514;
  color: #FCFCFC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  padding: 10px 24px;
  height: 48px;
}
.button:hover{
  background: #ee6013;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FB6514;
}
.button-second{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 24px;
  gap: 8px;
  color: #FB6514;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background: none;
  border-radius: 12px;
  border: 1px solid #FB6514;
}
.button-second:hover{
  background: rgba(251, 101, 20, 0.10);
}
.button-second-link{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 16px 10px 24px;
  gap: 8px;
  color: #FB6514;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background: none;
  border-radius: 12px;
  border: 1px solid #FB6514;
}
.button-second-link:hover{
  background: rgba(251, 101, 20, 0.10);
}
.btn-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FB6514;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.btn-link svg{
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  top: -1px;
}
.btn-link:hover{
  text-decoration: underline;
}
.wrap-actions{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#header{
  width: 100%;
  z-index: 199;
  padding: 12px 0;
  border-bottom: 1px solid rgba(116, 111, 140, 0.15);
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
}

#header-navs{
  float: right;
  display: flex;
  align-items: center;
  gap: 32px;
}
#header-navs .wrap-menu{
  display: flex;
  align-items: center;
  gap: 32px;
  color: #131218;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
#header-navs .wrap-menu a{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  outline: none;
  color: #131218;
  position: relative;
}
#header-navs .wrap-menu a img{
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
#header-navs .wrap-menu a svg{
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  stroke: #131218;
}
#header-navs .wrap-menu a:hover{
  color: #FB6514;
}
#header-navs .wrap-menu a:hover svg{
  stroke: #FB6514;
}
#header-navs .wrap-menu a.active:before{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #FB6514;
  width: 100%;
  left: 0;
  bottom: -6px;
}
#header-navs .btn-link-apple-store,
#header-navs .btn-link-google-play{
  display: block;
  text-decoration: none;
  outline: none;
}
#header-navs .btn-link-apple-store img,
#header-navs .btn-link-google-play img{
  height: 32px;
  width: auto;
  display: block;
}
#header-navs .wrap-btns{
  display: flex;
  gap: 12px;
}

.header-logo{
  float: left;
}
.header-logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
.header-logo img{
  display: block;
  height: 32px;
  width: auto;
}

#block-power{
  color: #fff;
  background: linear-gradient(0deg, #FB6514 0%, #F26113 70%);
  box-shadow: 0 -24px 64px 0 rgba(202, 0, 0, 0.50) inset;
  padding: 150px 0 140px;
}
#block-power .title{
  color: #fff;
}
#block-power .wrap-actions{
  margin-top: 32px;
}
#block-power .button{
  color: #FB6514;
  background: #fff;
  border-color: #fff;
}
#block-power .button:hover{
  background: #fee8dc;
  background: linear-gradient(0deg, rgba(251, 101, 20, 0.15) 0%, rgba(251, 101, 20, 0.15) 100%), #FFF;
}
#block-power .button-second{
  background: none;
  border-color: #fff;
  color: #fff;
}
#block-power .button-second:hover{
  background: rgba(255, 255, 255, 0.15);
}
#block-power .button-second-link{
  background: none;
  border-color: #fff;
  color: #fff; 
}
#block-power .button-second-link:hover{
  background: rgba(255, 255, 255, 0.15);
}

#block-global{}
#block-global .title{
  margin: 0 0 24px;
}
#block-global .text{
  color: #5E5B6B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
#block-global .wrap-actions{
  margin-top: 50px;
}
#block-global .wrap-actions-text{
  margin-top: 24px;
  color: #5E5B6B;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13px;
}

#block-experience{

}
#block-experience .title{
  margin: 0 0 32px;
}
#block-experience .view{

}
#block-experience .view .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block-experience .view .item{
  width: 50%;
  display: flex;
}
#block-experience .view .item1{
  padding-right: 12px;
  width: 40%;
}
#block-experience .view .item2{
  padding-left: 12px;
  width: 60%;
}
#block-experience .view .item3{
  padding-right: 12px;
  width: 60%;
  margin-top: 24px;
}
#block-experience .view .item4{
  padding-left: 12px;
  width: 40%;
  margin-top: 24px;
}
#block-experience .view .card{
  width: 100%;
  display: flex;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.40);
  box-shadow: 0 226px 63px 0 rgba(0, 0, 0, 0.00), 0 145px 58px 0 rgba(0, 0, 0, 0.00), 0 82px 49px 0 rgba(0, 0, 0, 0.01), 0 36px 36px 0 rgba(0, 0, 0, 0.02), 0 9px 20px 0 rgba(0, 0, 0, 0.02);
}
#block-experience .view .card-wrap{
  background: #fff;
  border-radius: 8px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 32px;
}
#block-experience .view .card-wrap:before{
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: 40%;
  right: -10%;
  bottom: -20%;
  border-radius: 50%;
  opacity: 0.05;
  background: #0097FF;
  filter: blur(50px);
}
#block-experience .view .name{
  color: #131218;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
#block-experience .view .text{
  color: #5E5B6B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13px;
  margin-top: 8px;
}
#block-experience .view .img{
  margin-top: 40px;
  text-align: center;
}
#block-experience .view .img img{

}
#block-experience .view .card{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#block-experience .view .card:hover{
  transform: scale(1.02);
}

#block-faq{

}
#block-faq .block{

}
.view-faq{

}
.view-faq .item{
  padding: 24px 0;
}
.view-faq .item + .item{
  border-top: 1px solid #EAEAEE;
}
.view-faq .item .quest{
  color: #131218;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.38px;
  position: relative;
  padding-right: 30px;
}
.view-faq .item .quest span{
  cursor: pointer;
  color: #131218;
}
.view-faq .item .quest span:hover{
  color: #FB6514;
}
.view-faq .item .quest span:before{
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../images/icon-arrow-faq.svg') center no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.view-faq .item .quest span:after{
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../images/icon-arrow-faq-hover.svg') center no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
}
.view-faq .item .quest span:hover:before{
  opacity: 0;
}
.view-faq .item .quest span:hover:after{
  opacity: 1;
}
.view-faq .item.active .quest span:before{
  transform: rotate(180deg);
}
.view-faq .item .answer{
  padding-top: 15px;
  color: #5E5B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

#block-services{

}
.view-services{
  border-radius: 12px;
  border: 1px solid #fff;
  padding: 10px;
  background:rgba(255, 255, 255, 0.40);
  box-shadow: 0 226px 63px 0 rgba(0, 0, 0, 0.00), 0 145px 58px 0 rgba(0, 0, 0, 0.00), 0 82px 49px 0 rgba(0, 0, 0, 0.01), 0 36px 36px 0 rgba(0, 0, 0, 0.02), 0 9px 20px 0 rgba(0, 0, 0, 0.02);
}
.view-services .items{
  border-radius: 8px;
  background: #fff;
  display: flex;
  width: 100%;
}
.view-services .item{
  width: 33.3333%;
  padding: 50px 32px;
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-services .item + .item:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F3F3F5;
}
.view-services .item .name{
  color: #131218;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.38px;
  margin: 0 0 32px;
}
.view-services .item .img{
  margin: 0 0 28px;
}
.view-services .item .img span{
  display: block;
  width: 100%;
  height: 152px;
}
.view-services .item1 .img span{
  background: url('../images/merchants.svg') center no-repeat;
  background-size: contain;
}
.view-services .item2 .img span{
  background: url('../images/developer.svg') center no-repeat;
  background-size: contain;
}
.view-services .item3 .img span{
  background: url('../images/partners.svg') center no-repeat;
  background-size: contain;
}
.view-services .item .text{
  color: #5E5B6B;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13px;
}
.view-services .item .wrap-btns{
  margin-top: 40px;
}
.view-services .item .btn-link{

}

#block-why{

}
#block-why .title{
  margin: 0 0 35px;
}
#block-why .wrap-actions{
  margin-top: 50px;
}
#block-why .wrap-actions-text{
  margin-top: 24px;
  color: #5E5B6B;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13px;
}
.view-why{

}
.view-why .item{
  display: flex;
  width: 100%;
  align-items: center;
}
.view-why .item + .item{
  border-top: 1px solid #EAEAEE;
  margin-top: 17px;
  padding-top: 17px;
}
.view-why .item .name{
  text-align: right;
  width: 30%;
}
.view-why .item .name .num{
  color: #FB6514;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.48px;
  display: block;
}
.view-why .item .name .label{
  color: #5E5B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16px;
  display: block;
}
.view-why .item .desc{
  width: 45%;
  color: #5E5B6B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
}
.view-why .item .icon{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-why .item .icon img{
  display: block;
  width: 124px;
  height: 124px;
}

.bl-eyes{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.bl-eyes .bl-eyes-line{
  display: block;
  width: 200px;
  height: 12px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  background: #F5F5F7;
}
.bl-eyes .bl-eyes-content{
  margin-top: 32px;
  text-align: center;
}
.bl-eyes .eyes-wrap {
  display: inline-block;
}
.bl-eyes .eye-look {
  transition: transform 0.08s linear;
  will-change: transform;
}

#block-example{
  background: #1E1E2E;
  box-shadow: 0 -24px 64px 0 rgba(0, 0, 0, 0.50) inset;
  padding: 200px 0 120px;
}
#block-example .title{
  color: #fff;
}
#block-example .bl-actions{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
  justify-content: flex-end;
}
#block-example .btn-docs{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #FB6514;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  padding: 10px 48px;
  height: 84px;
  gap: 8px;
  text-transform: uppercase;
  border: 2px solid #FB6514;
  background: none;
}
#block-example .btn-get{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #FCFCFC;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  padding: 10px 48px;
  height: 84px;
  gap: 8px;
  text-transform: uppercase;
  border: none;
  background: linear-gradient(0deg, #FB6514 77%, #F26113 100%);
  box-shadow: 18px 18px 50px 0 rgba(236, 74, 10, 0.50), -13px -13px 45px 0 rgba(235, 73, 9, 0.30);
}
#block-example .btn-get:hover{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), linear-gradient(0deg, #EC4A0A 77%, #F26113 100%);
  box-shadow: 18px 18px 50px 0 rgba(236, 74, 10, 0.50), -13px -13px 45px 0 rgba(235, 73, 9, 0.30);
}
#block-example .btn-docs:hover{
  border: 2px solid #FB6514;
  background: rgba(251, 101, 20, 0.10);
}
#block-example .btn-docs svg{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
#block-example .btn-get svg{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

#block-plan{

}
#block-plan .wrap-grid{
  max-width: 1492px;
}
#block-plan .title{
  margin: 0 0 32px;
}
.view-pricelist{

}
.view-pricelist .items{
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.view-pricelist .item{
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}
.view-pricelist .card{
  border-radius: 16px;
  border: 1px solid rgba(116, 111, 140, 0.15);
  background: #FFF;
  padding: 32px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.view-pricelist .card .card-cont{
  width: 100%;
  position: relative;
  z-index: 3;
}
.view-pricelist .card .card-actions{
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 32px;
}
.view-pricelist .card .name{
  color: #131218;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin: 0 0 18px;
  display: block;
}
.view-pricelist .card .price{
  display: block;
  color: #131218;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.46px;
}
.view-pricelist .card .price i{
  color: #5E5B6B;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  font-style: normal;
}
.view-pricelist .card .param{
  border-top: 1px solid #EAEAEE;
  padding-top: 32px;
  margin-top: 32px;
}
.view-pricelist .card .param .label{
  display: block;
  color: #5E5B6B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.13px;
}
.view-pricelist .card .param .val{
  margin-top: 8px;
  display: block;
  color: #131218;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.view-pricelist .card .param .val i{
  color: #5E5B6B;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.13px;
  white-space: nowrap;
}
.view-pricelist .card .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 16px 10px 24px;
  gap: 8px;
  color: #FB6514;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background: none;
  border-radius: 12px;
  border: 1px solid #FB6514;
}
.view-pricelist .card .btn:hover{
  background: rgba(251, 101, 20, 0.10);
}
.view-pricelist .card .btn.btn-bg{
  background: #FB6514;
  color: #fff;
}
.view-pricelist .card .btn.btn-bg:hover{
  background: #ee6013;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FB6514;
}
.view-pricelist .card.card-popular{
  border-radius: 16px;
  border: 1px solid rgba(116, 111, 140, 0.15);
  background: #272742;
}
.view-pricelist .item .popular-label{
  display: block;
  position: absolute;
  z-index: 6;
  right: 0;
  top: 0;
  padding: 8px 7px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border-radius: 0 15px 0 10px;
  background: linear-gradient(90deg, #00C8FF 0%, #0095FF 100%), linear-gradient(90deg, #F30 0%, #FD900A 100%);
}
.view-pricelist .card.card-popular .name{
  color: #fff;
}
.view-pricelist .card.card-popular .price{
  color: #fff;
}
.view-pricelist .card.card-popular .price i{
  color: #7B778C;
}
.view-pricelist .card.card-popular .param{
  border-color: rgba(255,255,255,0.1);
}
.view-pricelist .card.card-popular .param .label{
  color: #7B778C;
}
.view-pricelist .card.card-popular .param .val{
  color: #fff;
}
.view-pricelist .card.card-popular .param .val i{
  color: #7B778C;
}
.view-pricelist .card.card-popular .btn{
  color: #fff;
  background: #FB6514;
  box-shadow: 8px 8px 30px 0 rgba(236, 74, 10, 0.50), -6px -6px 25px 0 rgba(251, 101, 20, 0.30);
}
.view-pricelist .card.card-popular .btn:hover{
  background: #ee6013;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FB6514;
}
.view-pricelist .card.card-popular:before{
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  top: -10%;
  bottom: -10%;
  width: 80%;
  border-radius: 606px;
  opacity: 0.5;
  background: linear-gradient(180deg, #0A8EEC 0%, #EC0A0A 100%);
  filter: blur(50px);
  transform: rotate(20deg);
  z-index: 1;
}
.view-pricelist .item{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.view-pricelist .item:hover{
  transform: scale(1.02);
}

#block-global{
  overflow: hidden;
}
#block-global .wrap-grid{
  max-width: 100%;
}
#block-global .bl-logos{
  position: relative;
  margin-top: 50px;
}
#block-global .logo-api{
  position: relative;
  z-index: 9;
}
#block-global .logo-api span{
  display: block;
  width: 100%;
  max-width: 340px;
  height: 200px;
  background: #f5f5f7 url('../images/logo-api.png') center no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}
#block-global .logo-api span:before{
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  height: 100%;
  width: 26px;
  background: linear-gradient(90deg, rgba(245, 245, 247, 0) 0%, #F5F5F7 80%, #F5F5F7 100%);
}
#block-global .logo-api span:after{
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  height: 100%;
  width: 26px;
  background: linear-gradient(270deg, rgba(245, 245, 247, 0) 0%, #F5F5F7 80%, #F5F5F7 100%);
}
#block-global .view-logos {
/*  width: 100%;*/
  overflow: hidden;
  position: absolute;
  left: -30px;
  right: -30px;
  top: 50%;
  margin-top: 0px;
  z-index: 1;
}
#block-global .view-logos .items {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  will-change: transform;
}
#block-global .view-logos .logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-global .view-logos .logo img {
  height: 24px;
  width: auto;
  display: block;
}

#block-how{

}
#block-how .subtitle{
  color: #5E5B6B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin-top: 14px;
}
#block-how .view-how{
  margin-top: 40px;
}
#block-how .bottom-text{
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #EAEAEE;
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#block-how .bottom-text svg{
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.view-how{

}
.view-how .items-line{
  border-radius: 12px;
  background: #EAEAEE;
  display: block;
  height: 5px;
  width: 100%;
}
.view-how .items{
  width: 100%;
  display: flex;
  gap: 30px;
}
.view-how .item{
  width: 100%;
}
.view-how .card{
  text-align: center;
}
.view-how .card .name{
  color: #5E5B6B;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  margin-top: 24px;
}
.view-how .card .text{
  color: #5E5B6B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13px;
  margin-top: 15px;
}
.view-how .card .img{
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.view-how .card .img:before{
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 50px;
  background: #0097FF;
  filter: blur(50px);
  border-radius: 50%;
  opacity: 0;
}
.view-how .item.active .card .img:before{
  opacity: 0.3;
}
.view-how .card .img .icon{
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
  z-index: 9;
}
.view-how .card .img .icon1{
  background: url('../images/how1.svg') center no-repeat;
  background-size: contain;
}
.view-how .card .img .icon2{
  background: url('../images/how2.svg') center no-repeat;
  background-size: contain;
}
.view-how .card .img .icon3{
  background: url('../images/how3.svg') center no-repeat;
  background-size: contain;
}
.view-how .card .img .icon4{
  background: url('../images/how4.svg') center no-repeat;
  background-size: contain;
}
.view-how .card .img .icon5{
  background: url('../images/how5.svg') center no-repeat;
  background-size: contain;
}
.view-how .card .number{
  height: 48px;
  position: relative;
}
.view-how .card .number .val{
  color: #828388;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.13px;
  background: #F5F5F7;
  border: 3px solid #EAEAEE;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -27px;
  margin-left: -24px;
}
.view-how .item.active .card .number .val{
  color: #FB6514;
  background: #F5F5F7;
  border-color: #FB6514;
  box-shadow: 0 4px 8px rgba(251, 101, 20, 0.50);
  box-shadow: 0 1px 4px rgba(251, 101, 20, 0.40);
}
@media (min-width: 1025px) {
  #block-how.how-pin-enabled {
    --how-progress: 0%;
    --how-pin-top: 100px;
    --how-scroll-length: 900px;
    height: calc(var(--how-pin-height, 520px) + var(--how-scroll-length));
    margin-bottom: 140px;
  }
  #block-how.how-pin-enabled .how-pin-inner {
    position: sticky;
    top: var(--how-pin-top);
    left: 0;
    width: 100%;
    display: flow-root;
  }
  #block-how.how-pin-enabled .how-pin-inner .wrap-grid {
    display: flow-root;
  }
  #block-how .view-how .items-line {
    position: relative;
    overflow: visible;
  }
  #block-how .view-how .items-line:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: var(--how-progress, 0%);
    height: 100%;
    border-radius: inherit;
    background: #FB6514;
    box-shadow: 0 3px 12px rgba(255, 91, 18, 0.45);
    transition: width 0.08s linear;
  }
  #block-how .view-how .card .number .val {
    z-index: 2;
    transition: color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }
  #block-how .view-how .item.active .card .number .val {
    color: #FB6514;
    border-color: #FB6514;
    box-shadow: 0 7px 18px rgba(255, 91, 18, 0.45);
  }
  #block-how .view-how .card .img,
  #block-how .view-how .card .name,
  #block-how .view-how .card .text {
    transition: opacity 0.18s ease, color 0.18s ease;
  }
}



#block-world{}
#block-world .title{
  position: relative;
  z-index: 6;
}
#block-world .title .wrap-number{
  position: relative;
  white-space: nowrap;
}
#block-world .title .wrap-number .number-hidden{
  opacity: 0;
  white-space: nowrap;
}
#block-world .title .number{
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

#block-world .title b{
  font-weight: 600;
  color: #FB6514;
}
#block-world .map{
  position: relative;
  z-index: 1;
  margin: 0 0 -100px;
}
#block-world .map img{
  display: block;
  width: 100%;
  height: auto;
}
#block-world .wrap-actions{
  margin-top: 32px;
}
#block-world .view-logos {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 6;
  margin: 0 0 32px;
}
#block-world .view-logos:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(270deg, rgba(245, 245, 247, 0) 0%, #F5F5F7 90%, #F5F5F7 100%);
  z-index: 13;
}
#block-world .view-logos:after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(90deg, rgba(245, 245, 247, 0) 0%, #F5F5F7 90%, #F5F5F7 100%);
  z-index: 13;
}
#block-world .view-logos .items {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  will-change: transform;
}
#block-world .view-logos .logo {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 72px;
  border-radius: 12px;
  background: #FFF;
  padding: 4px 5px;
}
#block-world .view-logos .logo img {
  height: auto;
  width: auto;
  max-height: 64px;
  max-width: 140px;
  display: block;
}

#footer{
  padding: 32px 0;
  background: #fff;
}
#footer-bottom{
  padding-top: 16px;
  border-top: 1px solid #EAEAEE;
  color: #5E5B6B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  float: left;
  width: 100%;
}

#footer-site{
  float: left;
  width: 50%;
  margin: 0 0 32px;
}
#footer-site .footer-logo{
  margin: 0 0 24px;
}
#footer-site .footer-logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
#footer-site .footer-logo img{
  display: block;
  height: 32px;
  width: auto;
}
#footer-site .footer-text{
  color: #5E5B6B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px;
}
#footer-site .btn-link-apple-store,
#footer-site .btn-link-google-play{
  display: block;
  text-decoration: none;
  outline: none;
}
#footer-site .btn-link-apple-store img,
#footer-site .btn-link-google-play img{
  height: 32px;
  width: auto;
  display: block;
}
#footer-site .footer-btns{
  display: flex;
  gap: 12px;
}

#footer-menu{
  float: right;
  margin: 0 0 32px;
  color: #131218;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  gap: 50px;
}
#footer-menu .menu-col{
  display: block;
}
#footer-menu ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-menu ul li{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-menu ul li + li{
  margin-top: 12px;
}
#footer-menu ul li a{
  color: #131218;
  text-decoration: none;
  outline: none;
}
#footer-menu ul li a:hover{
  color: #FB6514;
}


#block-example-api {
  width: 100%;
  margin-top: 24px;
  color: #f8f8fb;
}
#block-example-api .api-demo {
}
#block-example-api .api-carriers {
  display: flex;
  width: 100%;
  gap: 0;
  justify-content: center;
}
#block-example-api .api-carrier-tab,
#block-example-api .api-view-tab {
  border: 0;
  cursor: pointer;
  appearance: none;
}
#block-example-api .api-carrier-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 15px;
  color: #7B778C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  background: none;
  border: none;
  outline: none;
}
#block-example-api .api-carrier-tab svg{
  fill: #7B778C;
}
#block-example-api .api-carrier-tab:hover{
  color: #FB6514;
}
#block-example-api .api-carrier-tab:hover svg{
  fill: #FB6514;
}

#block-example-api .api-carrier-tab:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: #FB6514;
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
#block-example-api .api-carrier-tab.active {
  color: #FB6514;
}
#block-example-api .api-carrier-tab.active svg{
  fill: #FB6514;
}
#block-example-api .api-carrier-tab.active:after {
  opacity: 1;
  transform: scaleX(1);
}
#block-example-api .api-windows {
  position: relative;
  height: 460px;
  margin-top: 16px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #37384A;
  background: #1E1E2E;
  overflow: hidden;
}
#block-example-api .api-windows .btn-copy-json{
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  z-index: 19;
  cursor: pointer;
  opacity: 0.6;
}
#block-example-api .api-windows .btn-copy-json:hover{
  opacity: 1;
}
#block-example-api .api-windows .btn-copy-json svg{
  display: block;
  width: 20px;
  height: 20px;
  stroke: #7b778c;
}
#block-example-api .api-window{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#block-example-api .api-window.active{
  display: block;
}
#block-example-api .api-window-panel-request{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#block-example-api .api-window-panel-result{
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
#block-example-api .api-window .api-panel-navs{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 16px 30px;
}
#block-example-api .api-window .api-window-panel-result .api-panel-navs{
  justify-content: center;
}
#block-example-api .api-window .api-panel-navs .api-panel-nav{
  color: #7B778C;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 0;
}
#block-example-api .api-window .api-window-panel-result .api-panel-navs .api-panel-nav{
  padding: 10px 10px;
}
#block-example-api .api-window .api-window-panel-result .api-panel-navs .api-panel-nav:hover{
  color: #fff;
}
#block-example-api .api-window .api-window-panel-result .api-panel-navs .api-panel-nav.active{
  border-radius: 12px;
  background: #FFF;
  color: #7B778C;
}
#block-example-api .api-panel{
  display: none;
  position: absolute;
  left: 30px;
  right: 12px;
  padding-right: 18px;
  top: 65px;
  bottom: 12px;
  padding-bottom: 18px;
  overflow: auto;
}
#block-example-api .api-panel.active {
  display: block;
}

#block-example-api .api-code {
  margin: 0;
  color: #f8f8fb;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  white-space: pre;
  overflow: visible;
}
#block-example-api .api-code-command{
  color: #89B4FA;
}
#block-example-api .api-code-key {
  color: #EF8997;
}
#block-example-api .api-code-string,
#block-example-api .api-code-json {
  color: #A5E1A0;
}
#block-example-api .api-code-number {
  color: #89B4FA;
}


#block-example-api .api-timeline {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  padding-left: 38px;
}
#block-example-api .api-timeline:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(166, 163, 190, 0.26);
}
#block-example-api .api-timeline .api-timeline-item {
  position: relative;
  padding-bottom: 25px;
}
#block-example-api .api-timeline .api-timeline-dot {
  position: absolute;
  left: -36px;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(166, 163, 190, 0.28);
  border-radius: 50%;
  background: #1d1c2c;
}
#block-example-api .api-timeline .api-event-title {
  color: #f8f8fb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
#block-example-api .api-timeline .api-event-meta {
  margin-top: 7px;
  color: #f8f8fb;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
#block-example-api .api-timeline .api-timeline-item.complete .api-event-title,
#block-example-api .api-timeline .api-timeline-item.complete .api-event-meta{
  color: #49DC7F;
}
#block-example-api .api-timeline .api-timeline-item.complete .api-timeline-dot {
  border-color: #49DC7F;
  background: #49DC7F;
}
#block-example-api .api-timeline .api-timeline-item.complete .api-timeline-dot:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#block-example-api .api-panel::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#block-example-api .api-panel::-webkit-scrollbar-track {
  background: #272737;
}
#block-example-api .api-panel::-webkit-scrollbar-thumb {
  background: #7B778C;
  border-radius: 0;
}

#block-mob-menu{
  display: none;
}

.modal{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
  overflow: auto;
}
.modal .modal-fade{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
  background: rgba(18, 14, 14, 0.5);
}
.modal .modal-form{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 25px 20px;
}
.modal .modal-content {
  display: block;
  position: relative;
  max-width: 100%;
  width: 680px;
  max-height: 90%;
  background: #fff;
  z-index: 999;
  border-radius: 16px;
  padding: 30px 65px 40px;
}
.modal .modal-title{
  color: #201E26;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.46px;
}
.modal .btn-close{
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.modal .btn-close svg{
  display: block;
  width: 24px;
  height: 24px;
}
.modal .modal-body{
  margin-top: 24px;
}
.modal .modal-content{
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.modal.show .modal-content {
  opacity: 1;
  margin-top: 0;
}

.form{}
.form .form-item-row{
  display: flex;
  width: 100%;
  gap: 20px;
}
.form .form-item{
  width: 100%;
  margin: 0 0 16px;
}
.form .form-item input{
  color: #201E26;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(116, 111, 140, 0.15);
  background: #FCFCFC;
  padding: 5px 20px;
  outline: none;
}
.form .form-item select{
  color: #201E26;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(116, 111, 140, 0.15);
  background: #FCFCFC;
  padding: 5px 20px;
  outline: none;
}
.form .form-item textarea{
  color: #201E26;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  resize: none;
  height: 96px;
  border-radius: 12px;
  border: 1px solid rgba(116, 111, 140, 0.15);
  background: #FCFCFC;
  padding: 14px 20px;
  outline: none;
}
.form .form-item input.error{
  border-color: #FF0004;
  background: #FCFCFC url('../images/input-alert.svg') calc(100% - 10px) center no-repeat;
  background-position: 98% center;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
  padding-right: 45px;
}
.form .form-item input:hover{
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item textarea:hover{
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item input:focus{
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item textarea:focus{
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item input.error:hover{
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item input.error:focus{
  border: 1px solid rgba(251, 101, 20, 0.50);
}

.form .form-item .input-select{
  position: relative;
  z-index: 9;
}
.form .form-item .input-select .select-val{
  color: #201E26;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(116, 111, 140, 0.15);
  background: #FCFCFC;
  padding: 5px 20px;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #9592A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  position: relative;
}
.form .form-item .input-select.has-value .select-val{
  color: #131218;
}
.form .form-item .input-select:hover .select-val{
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item .input-select.open .select-val{
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(251, 101, 20, 0.50);
}
.form .form-item .input-select .select-val svg{
  stroke: #7B778C;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
}
.form .form-item .input-select.open .select-val svg{
  stroke: #FB6514;
  transform: rotate(180deg);
}
.form .form-item .input-select .select-ul{
  border-radius: 0 0 12px 12px;
  border: 1px solid #E7E7EB;
  background: #FCFCFC;
  padding: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  color: #201E26;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.form .form-item .input-select.open .select-ul{
  display: block;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.form .form-item .input-select .select-ul .li{
  display: block;
  cursor: pointer;
  border-radius: 12px;
  padding: 13px 20px;
  color: #201E26;
}
.form .form-item .input-select .select-ul .li:hover{
  background: #E7E7EB;
}
.form .form-item .input-select .select-ul .li.active{
  color: #fff;
  background: #FB6514;
}
.form .form-item input:placeholder{
  color: #9592A6;
}
.form .form-item input::placeholder{
  color: #9592A6;
}
.form .form-item textarea:placeholder{
  color: #9592A6;
}
.form .form-item textarea::placeholder{
  color: #9592A6;
}

.form .btn{
  color: #FCFCFC;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  border-radius: 12px;
  border: 0.5px solid #FB6514;
  background: #FB6514;
  padding: 13px 24px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 24px;
  cursor: pointer;
  display: block;
}
.form .form-policy{
  color: #5E5B6B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}
.form .form-policy a{
  color: #FB6514;
  text-decoration: none;
  outline: none;
}
.form .form-policy a:hover{
  text-decoration: underline;
}
.form .form-message{
  display: none;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #FF0004;
  background: #ffe5e5;
  border: none;
  border-radius: 6px;
  animation: errorFade 0.3s ease;
  width: 100%;
  letter-spacing: 0.14px;
}
.form .form-message.show{
  display: flex;
}
.form .form-message svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

#block-services,
#block-why,
#block-experience,
#block-example,
#block-plan,
#block-faq,
#block-power,
#footer{
  overflow: hidden;
}

#menu-triger{
  display: none;
}


#popup-form-mssg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
  background: rgba(0, 0, 0, 0.6);
}
#popup-form-mssg.open{
  display: flex;
}
#popup-form-mssg .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 680px;
  padding: 80px 120px;
  position: relative;
  text-align: left;
  border-radius: 16px;
  z-index: 9;
}
#popup-form-mssg .popup-cont-img{
  width: 84px;
}
#popup-form-mssg .popup-cont-img img{
  display: block;
  width: 100%;
  height: auto;
}
#popup-form-mssg .popup-close{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#popup-form-mssg .popup-close svg{
  display: block;
  width: 24px;
  height: 24px;
}
#popup-form-mssg .popup-cont-title{
  color: #201E26;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-top: 24px;
}
#popup-form-mssg .popup-cont-text{
  color: #131218;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16px;
  margin: 16px 0 0;
}


#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#preloader.active{
  display: block;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -40px;
  z-index: 91;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #131218;
}
#preloader .lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
#preloader .loading-bars {
  text-align: center;
}
#preloader .loading-bars .bar {
  height: 20px;
  width: 10px;
  background: #FFF;
  display: inline-block;
  animation: pulse 1.2s infinite ease-out;
}
#preloader .loading-bars .bar:nth-of-type(0n+1) {
  animation-delay: 0s;
}
#preloader .loading-bars .bar:nth-of-type(0n+2) {
  animation-delay: 0.2s;
}
#preloader .loading-bars .bar:nth-of-type(0n+3) {
  animation-delay: 0.4s;
}
#preloader .loading-bars .bar:nth-of-type(0n+4) {
  animation-delay: 0.6s;
}
#preloader .loading-bars .bar:nth-of-type(0n+5) {
  animation-delay: 0.8s;
}
@keyframes pulse {
  0%, 75% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 3);
  }
}


#block-global{
  padding-top: 150px;
}
#block-global .block{
  position: relative;
  z-index: 3;
}
#block-global:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: -400px;
  background: url('../images/bg.jpg') center repeat;
  background-size: 50px;
  z-index: 1;
}
#block-global:after{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -401px;
  width: 100%;
  z-index: 2;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, #F5F5F7 100%);
}
#block-services{
  position: relative;
  z-index: 6;
  padding-bottom: 140px;
}
#block-experience{
  padding-bottom: 140px;
}
#block-world{
  position: relative;
  padding-bottom: 140px;
}
#block-world .block{
  position: relative;
  z-index: 6;
}
#block-world:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: -350px;
  bottom: 0;
  background: url('../images/bg.jpg') center repeat;
  background-size: 50px;
  z-index: 1;
}
#block-world:after{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -351px;
  width: 100%;
  z-index: 2;
  height: 200px;
  background: linear-gradient(0deg, transparent 0%, #F5F5F7 100%);
}
#block-experience{
  position: relative;
  z-index: 6;
}
#block-plan{
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
#block-plan .block{
  position: relative;
  z-index: 6;
}
#block-plan:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: -50px;
  background: url('../images/bg.jpg') center repeat;
  background-size: 50px;
  z-index: 1;
}
#block-plan:after{
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -51px;
  width: 100%;
  z-index: 2;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, #F5F5F7 100%);
}

@media (min-width: 1024px){
  #footer-site .btn-link-apple-store:hover,
  #footer-site .btn-link-google-play:hover,
  #header-navs .btn-link-apple-store:hover,
  #header-navs .btn-link-google-play:hover{
    opacity: 0.8;
  }
}