.templates_pg_header {
  position: relative;
  overflow: hidden;
}
.templates_pg_header .info {
  padding: 180px 0;
}
.templates_pg_header .info h2 {
  font-size: 87px;
  margin-bottom: 30px;
}
.templates_pg_header .info .text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
.templates_pg_header .info .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.templates_pg_header .info .form-group input {
  width: 100%;
  font-size: 16px;
  padding: 18px 0;
  border: 0;
  border-bottom: 2px solid #023c33;
}
.templates_pg_header .info .form-group input::-webkit-input-placeholder {
  color: #9999;
}
.templates_pg_header .info .form-group input::-moz-placeholder {
  color: #9999;
}
.templates_pg_header .info .form-group input:-ms-input-placeholder {
  color: #9999;
}
.templates_pg_header .info .form-group input::-ms-input-placeholder {
  color: #9999;
}
.templates_pg_header .info .form-group input::placeholder {
  color: #9999;
}
.templates_pg_header .info .form-group button {
  background-color: #00BC6C;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 0;
}
.templates_pg_header .info .links {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.templates_pg_header .info .links .icon {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.templates_pg_header .info .links a {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 8px;
  border: 2px solid #023c33;
  margin-bottom: 5px;
}
.templates_pg_header .info .links a:hover {
  background-color: #023c33;
  color: #fff;
}
.templates_pg_header .imgs {
  height: 740px;
  position: relative;
}
.templates_pg_header .imgs .icon_1 {
  position: absolute;
  width: 72px;
  height: 73px;
  bottom: 60px;
  right: 0;
  z-index: 30;
}
.templates_pg_header .imgs .icon_2 {
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 375px;
  right: 130px;
  z-index: 30;
}
.templates_pg_header .imgs .img {
  position: absolute;
  max-width: 100%;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 21, 38, 0.05), 0px 25px 80px rgba(0, 21, 38, 0.08);
          box-shadow: 0px 3px 12px rgba(0, 21, 38, 0.05), 0px 25px 80px rgba(0, 21, 38, 0.08);
}
.templates_pg_header .imgs .img:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 215px;
  height: 225px;
}
.templates_pg_header .imgs .img:nth-of-type(2) {
  top: 75px;
  right: 25px;
  width: 225px;
  height: 215px;
}
.templates_pg_header .imgs .img:nth-of-type(3) {
  top: 120px;
  left: 30px;
  width: 415px;
  height: 270px;
  z-index: 20;
}
.templates_pg_header .imgs .img:nth-of-type(4) {
  bottom: 115px;
  right: 0;
  width: 310px;
  height: 200px;
}
.templates_pg_header .imgs .img:nth-of-type(5) {
  bottom: 0;
  left: 0;
  width: 160px;
  height: 360px;
}