body {
  font-family: 'Lato', sans-serif;
  background: #f8f9fb;
}

.left {
  float: left;
}

.right {
  float: right;
}

.t_right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  height: 704px;
  background: -webkit-gradient(linear, left top, right top, from(#c6f9fc), to(#4979aa));
  background: -o-linear-gradient(left, #c6f9fc 0%, #4979aa 100%);
  background: linear-gradient(90deg, #c6f9fc 0%, #4979aa 100%);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden
}

.sky,
.city,
.people {
  position: absolute;
}

.sky img,
.city img,
.people img {
  max-width: unset
}

.sky {
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
  height: 722px;
}

.city {
  bottom: 30px;
  left: 50%;
  margin-left: -830px;
  z-index: 2;

}

.people {
  bottom: 0;
  left: 50%;
  margin-left: -850px;
  z-index: 3;

}


header .container {
  position: relative;
  z-index: 4
}

header .logo {
  margin: 15px 0 0 15px;
}

header ul.menu {
  text-align: right;
  margin-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header ul.menu li {
  display: inline-block;
  list-style-image: none;

}

header ul.menu li a {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
}

header h1.slogan {
  font-size: 24px;
  text-align: center;
  color: #456787;
  margin-top: 40px;
  line-height: 31px;
  font-weight: 400;
}

header h1.slogan strong {
  font-weight: 400;
  margin-bottom: 30px;
  display: inline-block;
  color: #e16614;
  font-size: 46px;
}

.block_info {
  margin-top: 85px;
  z-index: 2;
}

.block_info h2.block_info_title {
  font-size: 36px;
  color: #5688ba;
  text-align: center;
}

.block_info h2.block_info_title.orange {
  color: #f80;
}

.block_info h2.block_info_title.red {
  color: #c01a1a;
}

.block_info h2.block_info_title.black {
  color: #868686;
}

.block_info .block_info_desc {
  text-align: center;
  color: #292e31;
  font-size: 24px;
  margin-top: 20px;
}

.block_info .block_area {
  margin-top: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block_info .block_area .block {


  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e1e4e7;
  margin-left: -1px;
  text-align: center;
  padding: 25px 15px 30px;
  min-width: 300px;
}

.block_info .block_area .block:hover span {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.block_info .block_area .block span {
  width: 160px;
  height: 105px;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  display: block;
  margin: 0 auto;
}

.block_info .block_area .block span.cloud {
  background: url("/images/cloud.svg") top center no-repeat;
}

.block_info .block_area .block span.window {
  background: url("/images/windows.svg") top center no-repeat;
}

.block_info .block_area .block span.platform {
  background: url("/images/platform.svg") top center no-repeat;
}

.block_info .block_area .block span.specs {
  background: url("/images/specs.svg") top center no-repeat;
}

.block_info .block_area .block span.design {
  background: url("/images/design.svg") top center no-repeat;
}

.block_info .block_area .block span.code {
  background: url("/images/code.svg") top center no-repeat;
}

.block_info .block_area .block .block_title {
  font-size: 19px;
  color: #0d2b3e;
  margin-top: 10px;
}

.block_info .block_area .block .block_desc {
  margin-top: 10px;
  color: #566b78;
  font-size: 16px;
  line-height: 26px;
}

.devices_area {
  margin-top: 70px;
  height: 500px;
  background: url("/images/devices_bg.png") center top no-repeat;
  position: relative;
}

.devices_area .devices_title {
  font-size: 36px;
  color: #fff;
  margin-top: 20px;
  line-height: 44px;
  text-align: center;
}

.devices_area .devices {
  text-align: center;
  margin-top: 30px;
}

.devices_area .devices_line {
  position: relative;
  height: 139px;
  background: url("/images/devices_line.svg") center top no-repeat;
  z-index: 3;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.contact_us {
  height: 710px;
  background: url("/images/angle_bg.svg") top center no-repeat;
  background-size: cover;
  padding-top: 130px;
  margin: -50px 0 -140px 0;
}

.contact_us .contact_form_area {
  width: 822px;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #5688ba;
  margin: 0 auto;
  padding: 40px 60px;
}

.contact_us .contact_form_area .contact_title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
}

.contact_us .contact_form_area .form-control {
  border-radius: 3px;
  border-color: #40668b;
  font-size: 16px;
}

.contact_us .contact_form_area .form-group.has-error .form-control {
  border: 1px solid #d42a2a;
  -webkit-box-shadow: inset 0 0 6px #d42a2a;
  box-shadow: inset 0 0 6px #d42a2a;
}

.contact_us .contact_form_area .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #d42a2a;
}

.contact_us .contact_form_area textarea {
  height: 110px;
  resize: none;
}

.contact_us .contact_form_area input {
  height: 43px;
}

.contact_us .contact_form_area .btn {
  background: #f80;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 7px 28px;
  transition: all 0.3s linear;
}

.contact_us .contact_form_area .btn:hover {
  background: #ffa239 !important;
}


.contact_us .contact_form_area .mail,
.free-demo-form .text-right.mail {
  color: #fff;
  font-size: 16px;
  margin-top: 7px;
}

.contact_us .contact_form_area a {
  color: #ffc801;
  margin-left: 5px;
}

.contact_us .contact_adr {
  border-top: 1px solid #8eafd1;
  margin-top: 5px;
  padding: 15px 5px 0px;
  color: #fff;
  margin-bottom: -15px
}

.contact_us .contact_adr span {
  margin-right: 20px;
  display: inline-block
}

.partners_area {
  margin-top: 90px;
  text-align: center;
}

.partners_area .partners_title {
  color: #a5a6a7;
  font-size: 28px;
}

.partners_area .partners {
  margin-top: 20px;
}

.partners_area .partners .partners_item {
  display: inline-block;
  margin: 0 50px;
  position: relative;
  padding-top: 20px;
}

.partners_area .partners .partners_item:nth-child(1) span.hov {
  left: 75px;
}

.partners_area .partners .partners_item:nth-child(2) span.hov {
  left: 108px;
}

.partners_area .partners .partners_item:nth-child(3) span.hov {
  left: 124px;
}

.partners_area .partners .partners_item:hover .hov {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
}

.partners_area .partners .partners_item a {
  display: block;
}

.partners_area .partners .partners_item span.hov {
  position: absolute;
  background: #fff;


  padding: 15px 20px 15px 30px;
  bottom: 100%;
  left: 81px;
  margin-left: -150px;

  z-index: 4;
  box-shadow:
    0px 1.6px 0.8px rgba(0, 0, 0, 0.01),
    0px 2.8px 1.9px rgba(0, 0, 0, 0.014),
    0px 3.6px 3.3px rgba(0, 0, 0, 0.017),
    0px 4px 5.3px rgba(0, 0, 0, 0.02),
    0px 4.1px 8.1px rgba(0, 0, 0, 0.023),
    0px 4px 12.7px rgba(0, 0, 0, 0.026),
    0px 4.2px 21px rgba(0, 0, 0, 0.03),
    0px 6px 42px rgba(0, 0, 0, 0.04);


  line-height: 26px;
  width: 340px;
  text-align: left;
  color: #566b78;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}

.partners_area .partners .partners_item span.hov:after {

  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 3;
}

.partners_area .partners .partners_item span.hov:before {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-radius: 100%;



  z-index: 2;
}

.partners_area .partners .partners_item span.hov .title {
  font-weight: bold;
  white-space: nowrap;
}

.partners_area .partners .partners_item:nth-child(2) .desc strong {
  white-space: nowrap;
}

.partners_area .partners .partners_item:nth-child(2) .hov {
  width: 370px
}

.partners_area .partners .partners_item span.hov .t_right {
  margin-top: 30px;
}




.block_5pm {
  text-align: center;
  position: relative;
  margin-top: 70px;

}

.block_5pm .block_info_desc {
  text-align: center;
  color: #292e31;
  font-size: 24px;
  margin-top: 20px;
}


.block_5pm .block_5pm_title {
  font-size: 36px;
  color: #c01a1a;
  text-align: center;
}


.block_5pm_bg {
  -webkit-clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0 79%);
  clip-path: polygon(0 18%, 100% 0%, 100% 100%, 0 79%);
  width: 100%;
  background: #e7edf2;
  height: 470px;
  position: absolute;
  top: 107px;
  left: 0;
  z-index: -1;
}


.block_5pm_area {

  margin-top: 110px;

}

.block_5pm_text {
  text-align: right;
}

.block_5pm_text_title {
  color: #344048;
  font-size: 32px;
  text-align: left;
}

.block_5pm_text_desc {
  color: #566b78;
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px;
  text-align: left;

}

.block_5pm_text_desc p {
  margin-bottom: 20px
}

.block_5pm_text_desc p:last-child {
  margin-bottom: 0px
}

.block_5pm_area .button {
  margin-top: 30px;
}








.block_mafco {
  text-align: center;
  position: relative;
  margin-top: 70px;
  text-align: left;

}

.barcode {
  margin-top: 30px
}

.block_mafco_bg {
  -webkit-clip-path: polygon(0 0, 100% 18%, 100% 78%, 0 100%);
  clip-path: polygon(0 0, 100% 18%, 100% 78%, 0 100%);
  width: 100%;
  background: #537fa0 url(/images/mafco_bg.png) center center no-repeat;
  background-size: cover;
  height: 470px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
}

.block_mafco_area {
  margin-top: 75px;
}

.block_mafco_text_title {
  color: #fff;
  font-size: 32px;
  margin-top: 30px
}

.block_mafco_text_desc {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px;
}

.block_mafco_text_desc p {
  margin-bottom: 20px
}

.block_mafco_area .button {
  margin-top: 30px;
}





.block_smartq .block_5pm_bg {
  top: -90px;
  background-color: #ddeeea;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 76%);
}

.block_5pm.block_smartq {
  margin-top: 200px
}

.block_barg.block_5pm {
  margin-top: 10px
}

.block_barg.block_5pm .block_5pm_area {
  margin-top: 10px
}

.block_barg .block_5pm_bg {
  background-color: #8d93ab;
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 76%, 0 95%);
  clip-path: polygon(0 0, 100% 11%, 100% 76%, 0 95%);
  top: 40px;
  height: 490px;
}

.block_barg .block_5pm_text_title,
.block_barg .block_5pm_text_desc {
  color: #fff;
}

.block_barg .block_5pm_text {
  margin-top: 90px;
}

.block_barg .block_5pm_text a {
  color: #fff;
  text-decoration: underline
}



.block_clients {}

.block_clients .block {
  background: #fff;
  margin: 0 40px;
  position: relative;
}

.block_clients .block:first-child {
  margin-left: 0;
}

.block_clients .block:last-child {
  margin-right: 0;
}


.block_clients .block span,
.block_clients .block .block_title,
.block_clients .block .block_desc {
  z-index: 3;
  position: relative
}


.bg1 {
  background: #e1e1e2;
  height: 20px;
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 50% 100%, 100% 100%);
  clip-path: polygon(100% 0, 50% 100%, 100% 100%);
  width: 100%;
  z-index: 2
}

.bg2 {
  background: #f8f8f9;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 20% 100%, 100% 100%);
  clip-path: polygon(100% 0, 20% 100%, 100% 100%);
  width: 100%;
  z-index: 1
}

.bg3 {
  background: #e1e1e2;
  height: 40px;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(35% 0, 0 0, 0 100%);
  clip-path: polygon(35% 0, 0 0, 0 100%);
  width: 100%;
  z-index: 2
}

.bg4 {
  background: #f8f8f9;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-clip-path: polygon(80% 0, 0 0, 0 100%);
  clip-path: polygon(80% 0, 0 0, 0 100%);
  width: 100%;
  z-index: 1
}


.client_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 70px 20px;
}

.client_area .client_img {
  width: 180px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2
}

.client_area .client_text {
  text-align: left;
  margin-left: 20px
}

.client_area .client_desc {
  color: #566b78;
  font-size: 16px;
  line-height: 24px;
}

.client_area .client_name {
  width: 100%;
  position: absolute;
  bottom: 42px;
  right: 20px;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  color: #93abba;
}

.client_area .client_desc svg {
  margin-right: 10px;
  position: relative;
  bottom: -3px;
}

.client_area .client_name .work_i {
  font-size: 14px;
  display: block
}




.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 13px 66px;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #537fa0;
  color: #fff;
  text-transform: uppercase;
}

.button:hover,
.button:focus {
  background: #41647f;
  color: #fff;
  text-decoration: none;
}

.button.orange {
  background: #ffc801 !important;
  color: #344048 !important;
}

.button.orange:hover,
.button.orange:focus {
  background: #dfaf02 !important;
  color: #344048 !important;
}

.button.green {
  background: #009561;
}

.button.green:hover,
.button.green:focus {
  background: #02744c !important;
  color: #fff !important;
}

.button.move {
  background: #a065b8;
}

.button.move:hover,
.button.move:focus {
  background: #8c54a2 !important;
  color: #fff !important;
}





footer {
  margin-top: 70px;
  border-top: 1px solid #d1d2d4;
  padding: 11px 0 70px;
}

footer .menu {
  padding: 0;
  margin-top: 10px;
}

footer .menu li {
  display: inline-block;
  list-style-image: none;
  margin-left: 15px;
  margin-right: 15px;
}

footer .menu li a {
  color: #a4a5a6;
  font-size: 16px;
  text-transform: uppercase;
}

footer .cop {
  display: inline-block;
  color: #a4a5a6;
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .client_area .client_img {
    width: 120px
  }
}


@media (max-width: 992px) {
  .contact_us .contact_form_area {
    height: auto;
  }

  header .logo a {
    width: 120px;
    display: block;
  }

  header .logo a img {
    max-width: 100%;
    height: auto;
  }

  header ul.menu {
    margin-top: 20px;
  }

  header ul.menu li {}

  header ul.menu li a {
    font-size: 16px;
  }

  .partners_area .partners .partners_item {
    margin: 0 25px;
  }

  .partners_area .partners .partners_item img {
    max-width: 200px;
    max-height: 70px;
  }

  .client_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .client_area .client_text {
    margin-left: 0;
    margin-top: 25px
  }

  .block_5pm_text_title {
    font-size: 24px;
  }

  .block_mafco_text_title {
    font-size: 24px;
    margin-top: 16px;
  }

  .barcode {
    margin-top: 15px
  }

  .block_5pm_text_desc {
    margin-top: 15px
  }

  .block_5pm_area .button {
    margin-top: 15px
  }

  .button {
    padding: 8px 54px
  }

  .block_5pm_text_desc p,
  .block_mafco_text_desc p {
    margin-bottom: 10px
  }

  .block_barg.block_5pm {
    margin-top: 80px
  }

  .block_barg .block_5pm_bg {
    height: 400px
  }

  .block_mafco {
    margin-top: 100px
  }

  .block_info {
    margin-top: 50px
  }

  footer ul.menu {
    text-align: center;
  }

  footer .cop {


    text-align: center;
    width: 100%;
  }

  .contact_us .contact_form_area {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  header .logo a {
    width: auto !important;
    display: block;
    text-align: center;
  }

  header .logo a img {
    max-width: 120px !important;
    height: auto;
  }

  header ul.menu {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header ul.menu li {

    text-align: center;
    margin: 0 10px !important;
    padding: 0;


  }

  header ul.menu li a {
    font-size: 18px;
  }

  header h1.slogan {
    font-size: 18px;
    margin-top: 33px;
  }

  header h1.slogan strong {
    font-size: 24px;
  }

  .block_info .block_area .block {
    float: none;
    width: auto;
    margin-top: -1px;
  }

  .contact_us {
    background: none;
    height: auto;
    margin-bottom: 0;
  }

  .contact_us .contact_form_area {
    height: auto;
  }

  .contact_us .contact_form_area .left,
  .contact_us .contact_form_area .right {
    float: none;
    text-align: center;
  }

  .contact_us .contact_form_area .btn {
    width: auto;
    margin-top: 25px;
    margin-bottom: -10px;

  }


  .block_5pm_area {
    margin-top: 70px
  }

  .block_5pm_bg {
    height: 500px;
    top: 160px;
  }

  .block_mafco_bg {
    height: 640px;
    clip-path: polygon(0 0, 100% 11%, 100% 88%, 0 100%);
  }

  .block_smartq .block_5pm_bg {
    top: 0;
    height: 570px
  }

  .block_5pm.block_smartq {
    margin-top: 130px
  }

  .block_barg.block_5pm {
    margin-top: 40px
  }

  .block_barg .block_5pm_bg {
    height: 800px;
    top: 0;
  }

  .block_mafco_text_title {
    font-size: 20px;
    font-weight: bold
  }

  .block_mafco_text_desc {
    margin-top: 15px;
    line-height: 23px
  }

  .block_mafco_area .button {
    margin-top: 15px
  }

  .block_5pm_text_title {
    font-size: 20px;
    font-weight: bold
  }

  .block_5pm_text_desc {
    line-height: 23px
  }

  .block_info .block_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
  }

  .block_info .block_area .block {
    margin: 10px 0
  }


  footer {
    margin-top: 20px;
    padding-bottom: 30px
  }

  .block_info.block_clients h2.block_info_title.black {
    margin-top: 30px
  }

  .block_barg .block_5pm_img {
    margin-top: 20px
  }

}

@media (max-width: 500px) {
  .devices_area img {
    margin-top: 55px;
  }

  .block_5pm_img {
    margin-top: -30px
  }

  header h1.slogan strong {
    margin-bottom: 15px;
  }

}

@media (max-width: 705px) {
  .partners_area .partners .partners_item {
    display: block;
    margin: 30px 0;
  }

  .partners_area .partners .partners_item img {
    max-width: 200px;
    max-height: 70px;
  }
}




@media(max-width:767px) {}

@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {}


.vis {
  position: fixed;
  top: 3px;
  left: 2px
}

.block_5pm_img {
  position: relative
}

.block_5pm_img .barg {}

.barg {


  position: relative
}

.barg_cloned {
  position: absolute;
  z-index: -1;
  -webkit-filter: brightness(0) blur(15px);
  filter: brightness(0) blur(15px);
  opacity: 0.4;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);

}

.btn-orange {
  background: #f80 !important;
  color: #fff !important;
  font-size: 18px !important;
  border: none !important;
  padding: 7px 28px !important;
  transition: all 0.3s linear;
}

.btn-orange:hover {
  background: rgba(255, 134, 0, 0.84) !important;
}

.btn-orange:focus {
  outline: 0 !important;
  border: 0
}

@media only screen and (max-width: 480px) {
  .cnt {
    display: flex;
    flex-direction: column;
  }

  .cnt #sendBtn_bl {
    order: -1;
    margin-bottom: 20px
  }

  .cnt #sendBtn {
    margin-top: 0
  }

  .contact_form_area {
    padding-inline: 20px !important;
  }
}


.block_bigc {
  position: relative;
  margin-top: 10px !important;
}

.block_bigc .block_5pm_img {
  margin-top: 20px
}

.block_bigc .block_5pm_area {}

.block_bigc .block_5pm_bg {
  background: #ceffd6 !important;
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  height: 630px;
  top: -60px
}

.block_smartq.block_bigc .bigc_wrap {
  top: -150px;
}

.block_bigc_over {
  clip-path: polygon(0% 0%, 100% 33%, 100% 100%, 0% 100%);
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 300px;

}

.block_bigc_2 {}

.block_bigc_2 .block_5pm_img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25)
}

.block_bigc_2 .block_5pm_bg {
  background: #f5dffe !important;
  height: 650px;
  margin-top: 0;
  clip-path: polygon(0 0%, 100% 12%, 100% 100%, 0 100%);

}

.block_bigc_2 .block_5pm_area {
  margin-top: 110px
}

.block_bigc_2 .block_bigc_over {
  top: 347px;

  clip-path: polygon(0% 100px, 100% 0%, 100% 86%, 0% 101%);
  background: #f8f9fb;
  height: 503px;
  display: none
}

.block_bigc_3 {
  margin-top: -212px !important;
}

.bigc_wrap_2 {
  top: -100px !important;
  background: #f8f9fb;
  padding: 100px 0;
  clip-path: polygon(0% 100px, 100% 0%, 100% 86%, 0% 100%);
}

.bigc_wrap {
  top: -150px;
  position: relative;
}

.bigc_wrap .button.orange {
  background: #ed8c00;
  color: #fff;
  margin-top: 20px
}

.button.orange.toolfront {
  background: #ed8c00;
  color: #fff;
}

.bigc_wrap_text span {
  padding-left: 40px;
  display: inline-block;
}



.block_bgc .block_5pm_text_title {
  margin-top: 25px;
  color: rgba(87, 135, 187, 1.00);
}

.block_bgc_span {
  color: rgba(40, 46, 49, 1.00);
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: block;
}

.block_bgc_wrap {
  top: 0;
  margin-bottom: 50px;
}

.block_bgc .block_5pm_img img {
  filter: drop-shadow(0px 8px 7px rgba(0, 0, 0, 0.3));
}

.block_bgc {

  overflow: hidden
}

.block_bgc .block_5pm_area {
  margin-top: 40px
}

.block_bgc .block_5pm_bg {
  clip-path: polygon(0% 9%, 100% 0%, 100% 100%, 0% 100%);
  background: rgba(208, 255, 207, 1.00);
  top: 0;
  height: 700px;
}

.block_bgc .block_tool_over {

  position: absolute;
  bottom: -67px;
  left: 0;
  width: 100%;
  height: 130px;
  clip-path: polygon(0 0, 100% 46%, 100% 100%, 0% 100%);
  background: #fff;



}

.block_bgc .block_tool_over_blue {

  position: absolute;
  bottom: 0;

  left: 0;
  z-index: -1;
  width: 100%;
  height: 160px;
  clip-path: polygon(0 46%, 100% 20%, 100% 100%, 0% 100%);
  background: rgba(195, 238, 194, 1.00);

}

@media screen and (max-width: 991px) {
  .block_bigc .block_5pm_bg {
    height: 470px !important;
  }
}


@media screen and (max-width: 767px) {
  .block_bigc {
    margin-top: 300px !important;
  }

  .block_bigc .block_5pm_bg {
    height: 420px !important;
  }

  .block_bigc_over {
    clip-path: polygon(0% 30%, 100% 53%, 100% 100%, 0% 100%);
  }

  .bigc_wrap {
    top: 0px
  }

  .block_bigc .block_5pm_area {
    margin-top: 0px;
    top: -20px;
    position: relative;
  }

  .block_bigc_2 .block_5pm_area {
    margin-top: 0 !important;
    margin-bottom: 0;
    top: unset;
    position: relative;
  }

  .block_5pm.block_bgc {
    margin-top: 170px;
  }

  .block_bgc_span {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .block_bigc .block_bigc_over,
  .block_bigc_3 .block_bigc_over {
    bottom: -4px
  }
}

@media screen and (max-width: 565px) {
  .block_bigc .block_5pm_bg {
    height: 305px !important;
  }

  .block_bigc_over {
    clip-path: polygon(0% 43%, 100% 60%, 100% 100%, 0% 100%);
  }

  .bigc_wrap .col-md-6:last-child {
    margin-top: 20px
  }

  .block_bgc_span {
    font-size: 16px;
    min-height: 96px;
  }

  .block_bigc_3 {
    margin-top: -112px !important;
  }

  .block_bigc_3 .block_5pm_area {
    top: -10px
  }

  .block_bigc_3+.bigc_wrap {
    top: -70px
  }

  .bigc_wrap_2 {
    clip-path: polygon(0% 92px, 100% 0%, 100% 92%, 0% 97%)
  }

}

@media screen and (max-width: 480px) {
  .block_bigc {
    margin-top: 0px !important;
  }


  .block_5pm.block_bgc {
    margin-top: 100px;
  }

  .contact_us {
    padding-top: 0
  }

  .block_bigc_3+.bigc_wrap {
    top: -200px;
    z-index: 2;
  }

  .bigc_wrap_2 {}

  .block_bigc_2 {
    margin-top: 110px !important;
  }

  .block_bigc:not(.block_bigc_2) {
    top: -127px;
    z-index: 2;
  }

  .block_bigc_over {
    height: 172px;
  }

  .row:has(.bigc_filters_btn_area) {
    margin-right: 0;
    margin-left: 0
  }


}

@media screen and (min-width: 991px) {
  .check-bigc-in {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .check-bigc {
    display: none !important;
  }

  .check-bigc-in {
    display: inline-flex;
  }
}

.clutch-wrap {
  margin-top: 40px;
}



header.header-second-page {
  height: unset;

  .logo {
    margin: 15px 0 15px 15px
  }
}

article.article-text {
  margin-top: 40px
}

.privacy_policy_date {
  opacity: 0.75;

}

.article-text h1 {
  font-size: 28px;
  margin-top: 40px
}

.article-text h2 {
  font-size: 24px
}

.article-text h3 {
  font-size: 18px
}




.block_maui {
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
}

.block_maui_bg {
  -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 58%, 0 88%);
  clip-path: polygon(0 0%, 100% 10%, 100% 58%, 0 88%);
  width: 100%;
  background: #FF8416;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}



.block_maui_text {
  text-align: center;
  margin-top: 50px
}

.block_maui_text_title {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.block_maui_text_desc {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px
}

.maui-logos {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;

}

.maui-logos img {
  max-height: 90px;
  filter: drop-shadow(0px 0px 5px rgba(255, 234, 113, 0.8));
}

.maui-logos .arrow {
  max-height: 25px;
}

#maui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;

  pointer-events: none;
  -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 58%, 0 88%);
  clip-path: polygon(0 0%, 100% 10%, 100% 58%, 0 88%);
  overflow: hidden;
}

.code-container {
  position: absolute;

  inset: 0;
  padding: 20px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: rotate(354deg) translate(140px, -143px) skew(25deg, 0deg);



}

.code-line {
  font-family: 'Consolas', monospace;
  color: rgba(0, 0, 0, 0.32);
  font-size: 11px;
  white-space: pre;
  line-height: 1.5;
  height: 21px;
  user-select: none;
  pointer-events: none
}

.typing-cursor {
  display: inline;
  margin-left: 1px;
  border-right: 2px solid rgba(0, 0, 0, 0.8);
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@media screen and (max-width: 800px) {
  .maui-logos img {
    max-height: 70px
  }

  .code-container {
    transform: rotate(354deg) translate(0px, -143px) skew(25deg, 0deg);
  }
}

@media screen and (max-width: 600px) {
  .maui-logos img {
    max-height: 50px
  }

}

@media screen and (max-width: 450px) {
  .maui-logos img {
    max-height: 40px
  }

  .code-container {
    transform: rotate(354deg) translate(-100px, -83px) skew(25deg, 0deg);
  }

  #maui,
  .block_maui_bg {
    -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 78%, 0 88%);
    clip-path: polygon(0 0%, 100% 10%, 100% 78%, 0 88%);
  }

}




header.maui {
  background: linear-gradient(180deg, rgba(255, 235, 1, 1.00) 0%, #fd6a00 100%);
  overflow: hidden;
}

header.maui#maui {
  height: 500px;
  position: relative;
  pointer-events: unset;
  clip-path: unset;
  overflow: hidden;
}

header.maui#maui .code-container {
  top: 0;
  justify-content: flex-start;
  transform: rotate(354deg) translate(210px, -50px) skew(25deg, 0deg);
}

.header-sub-gradient {
  background: linear-gradient(180deg, #ffd52d 0%, rgba(253, 108, 17, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

header.maui .block_maui_text_title {
  font-size: 41px;
}

header.maui .maui-logos .arrow {
  max-height: 50px
}

header.maui .block_maui_text_desc {
  font-size: 20px;
  margin-top: 35px
}

.block_migrate_maui {
  padding-bottom: 40px !important;
}

.contacts-maui-title {
  font-size: 26px;
  text-align: center;
  margin-top: 50px;
  color: #566b78
}

.contacts-maui-desc {
  font-size: 16px;
  text-align: center;
  color: #566b78
}

@media screen and (max-width: 500px) {
  header.maui .block_maui_text_title {
    font-size: 7vw;
  }

  header.maui .maui-logos .arrow {
    max-height: 20px
  }

  header.maui .block_maui_text_desc {
    font-size: 4vw;
    margin-top: 25px
  }

  header.maui#maui {
    height: 500px !important;
  }

  header.maui#maui .code-container {
    transform: rotate(354deg) translate(-70px, -50px) skew(25deg, 0deg);
  }

  .contacts-maui {
    margin-bottom: 90px
  }
}

.article-containeruiheifd * {
  font-family: Arial, sans-serif;
  word-break: break-all;
  color: #000000;
}

.article-containeruiheifd img {
  max-width: 100%;
}

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

.article-containeruiheifd h1 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0;
}

.article-containeruiheifd h1,
.article-containeruiheifd h2,
.article-containeruiheifd h3,
.article-containeruiheifd h4,
.article-containeruiheifd h5,
.article-containeruiheifd h6 {
  font-weight: 600;
  margin: 30px 0;
  text-align: center;
}

.article-containeruiheifd h2 {
  font-size: 29px;
}

.article-containeruiheifd h3 {
  font-size: 27px;
}

.article-containeruiheifd h4 {
  font-size: 25px;
}

.article-containeruiheifd h5 {
  font-size: 23px;
}

.article-containeruiheifd h6 {
  font-size: 21px;
}

.article-containeruiheifd p {
  font-size: 18px;
  text-align: left !important;
  line-height: 1.5;
}

.article-containeruiheifd img {
  max-width: 100%;
  height: auto;
}

.article-containeruiheifd ul {
  list-style-type: disc;
  text-align: left !important;
  padding-left: 20px;
}

.article-containeruiheifd table {
  border-collapse: collapse;
  text-align: left !important;
  width: 100%;
}

.article-containeruiheifd table,
.article-containeruiheifd th,
.article-containeruiheifd td {
  border: 1px solid #ccc;
  text-align: left !important;
}

.article-containeruiheifd th,
.article-containeruiheifd td {
  padding: 8px;
  text-align: left !important;
  text-align: left;
}

.article-containeruiheifd b {
  font-weight: bold;
  text-align: left !important;
}

.article-containeruiheifd em {
  font-style: italic;
  text-align: left !important;
}