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;
  /* display: none */
}
.people {
  bottom: 0;
  left: 50%;
  margin-left: -850px;
  z-index: 3;
  /* display: none */
}


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;
  /* margin-left: 55px; */
}
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: 55px;
  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 {
  /* float: left; */
  /* width: 33.3333333333333%; */
  -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;
  /* height: 418px; */
  -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;
}
.contact_us .contact_form_area .mail,
.free-demo-form #formFD .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;
  /*border: 1px solid #c6c6c6;*/
  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%;
  /*-webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.45);*/
  /*        box-shadow: 0px 3px 7px rgba(0,0,0,0.45);*/
  /*background: rgba(0,0,0,0.1);*/
  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;
  /* border: 1px solid red; */
}

.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{
  /* outline: 1px solid red; */
  margin-top: 110px;
  /* display: flex */
}

.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;
  /* border: 1px solid red; */
}
.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 {
  /* background: #fff */
}

.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;
  color: #344048;
}

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

.button.green {
  background: #009561;
}
.button.green:hover,
.button.green:focus {
  background: #009561;
  color: #fff;
}






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 .social {
  display: inline-block;
}
footer .social a {
  display: inline-block;
  margin-left: 22px;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .social a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 1;
} */
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 {
    /* margin-left: 30px; */
  }
  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 .social {
    float: left;
    margin-top: 15px;
  } */
  footer .cop {
    /* float: right; */
    /* margin-top: 25px; */
    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 {
    /* width: 33.33333333333%; */
    text-align: center;
    margin: 0 10px!important;
    padding: 0;
    /* float: left; */
    /* font-weight: bold; */
  }
  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{
  /* margin-top: 20px */
}

.barg {
  /* -webkit-filter: drop-shadow( 25px 0px 10px  rgba(0,0,0,0.25)); */
  /* mix-blend-mode: dark; */
  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);
  /* mix-blend-mode: difference; */
}
.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 {
  /*margin-top: 90px*/
}
.block_bigc .block_5pm_bg{
  background: #ceffd6 !important;
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  height: 630px;
  top: -60px
  /*border: 1px solid red*/
}
.block_bigc_over {
  clip-path: polygon(0% 0%, 100% 33%, 100% 100%, 0% 100%);
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: -70px;
  left: 0;
  height: 300px;
  /*border: 10px solid red*/
}

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

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

@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: -40px
  }
  .block_bigc .block_5pm_area {
    margin-top: 0px;
    top: -20px;
    position: relative;
  }
}

@media screen and (max-width: 520px) {
  .block_bigc .block_5pm_bg {
    height: 320px !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
  }
}

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

}