.left-content-with-form-gp {
  display: grid;
  position: relative;
  width: calc(100% - 3rem);
  height: 30rem;
  padding-left: 10rem;
  margin-bottom: 5rem;
  margin: 0 auto;
  background-color: transparent;
  margin-bottom: 5rem;
}
.left-content-with-form-gp .inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.left-content-with-form-gp .inside .content {
  z-index: 11;
  width: 35rem
}
.left-content-with-form-gp .inside h3 {
  color:#12262f;
  font-weight: 400;
  font-size: 2.5rem;
  margin-top: 7rem;
}

.left-content-with-form-gp  .description-block {
  display: block;
  height: 40.13rem;
  width: 55%;
  right: 0;
  bottom: 0rem;
  position: absolute;
  background-size: cover;
  background-image: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.left-content-with-form-gp  .description-block {
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 10;
}

.left-content-with-form-gp .description-block::before,
.left-content-with-form-gp .description-block::before {
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  height: 40.13rem;
  opacity: .55;
  background-color: rgba(18,38,48,1);
}
.left-content-with-form-gp  .description-block video {
  width: 100%;
  height: 40.13rem;
  object-fit: cover;
}
.left-content-with-form-gp .path {
  position: absolute;
  visibility: hidden;
}
.left-content-with-form-gp .path::before {
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  background-color: inherit;
  width: 50%;
  position: absolute;
  transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  visibility: visible;
  transform: translateX(-1rem);
}
.left-content-with-form-gp .path.p-4-2 {
  visibility: visible;
}
.left-content-with-form-gp .path.p-4-2 {
  z-index: 0;
  left: 45%;
  bottom: 43%;
}
.left-content-with-form-gp .description-block .path.p-4-2 {
  left: -17rem;
  z-index: 0;
  top: 35%;
  width: 30.0544rem;
}

.left-content-with-form-gp .description-block a svg, 
.left-content-with-form-gp .inset .content a svg {
  display: flex;
  position: absolute;
  width: 15rem;
  height: 15rem;
  top: 35%;
  right: 30%;
  z-index: 10;
  cursor: pointer;
}
.left-content-with-form-gp .description-block a svg {
  left: 5rem;
  top: 15rem;
  width: 10.625rem;
  height: 10.625rem;
}

.left-content-with-form-gp .description-block a svg#play-circle, 
.left-content-with-form-gp .inset .content a svg#play-circle {
  animation: 8s linear 0s normal infinite rot;
  -webkit-animation: 8s linear 0s normal infinite rot;
}

.left-content-with-form-gp .description-block a svg path {
  fill:#7ddd00;
}


@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.left-content-with-form-gp .form-left {
  z-index: 1;
  text-align: center;
  margin-left: 17rem;
  position: absolute;
}
.left-content-with-form-gp .hs_cos_wrapper_type_form form > div {
  display: inline-block;
  margin-right: 1rem;
  width: 13%;
  margin-bottom: 10px;
}
.left-content-with-form-gp .hs_cos_wrapper_type_form form > div {
  position: relative;
}
.left-content-with-form-gp .hs_cos_wrapper_type_form form > div {
  width: 30%;
}
.left-content-with-form-gp .hs_cos_wrapper_type_form form > div:first-of-type {
  width: 20%;
}
.left-content-with-form-gp .hs_cos_wrapper_type_form form > div > label {
  display: none;
}


.left-content-with-form-gp .hs_cos_wrapper_type_form form  > div input::-webkit-input-placeholder {
  font-size: .9rem;
  position: relative;
  transform: translateY(-0.15rem);
  color: rgb(117, 117, 117);
  font-style: italic;
  line-height: auto;
}

.left-content-with-form-gp .hs_cos_wrapper_type_form form > div select {
  padding: 0.58rem 1.25rem;
  font-style: italic;
}
.left-content-with-form-gp .hs_submit.hs-submit {
  order: 5;
  text-align: center;
  width: 100%;
}
.left-content-with-form-gp form .hs-button, 
.left-content-with-form-gp form input[type=submit] {
  background-color: #7ddd00;
  color: #fff;
  text-transform: uppercase;
  height: 2.95rem;
  padding: 0;
  width: 30%;
  margin: 0;
}
.left-content-with-form-gp .hs_cos_wrapper_type_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.left-content-with-form-gp .hs_error_rollup {
  order: 6;
  width: 100% !important;
  float: left;
}
.left-content-with-form-gp .form-left h3 {
  margin: 0;
}

.left-content-with-form-gp form input[type=email], 
.left-content-with-form-gp form input[type=file],
.left-content-with-form-gp form input[type=number], 
.left-content-with-form-gp form input[type=password], 
.left-content-with-form-gp form input[type=tel], 
.left-content-with-form-gp form input[type=text], 
.left-content-with-form-gp form select, 
.left-content-with-form-gp form textarea {
  padding: 1rem 1.25rem;
  font-style: italic;
  border: none;
}


@media(max-width:1024px){
  .left-content-with-form-gp {
    display: block;
    position: relative;
    width: calc(100% - 2rem);
    height: auto;
  }
  .left-content-with-form-gp .inside {
    display: block;
  }
  .left-content-with-form-gp .inside .content {
    z-index: 11;
    width: 100%;
  }
  .left-content-with-form-gp {
    display: block;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .left-content-with-form-gp .description-block {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
  }
  .left-content-with-form-gp .description-block .path.p-4-2 {
    left: 0;
    right: 0;
    top: 0;
  }
  .left-content-with-form-gp .description-block a svg {
    left: 0;
    top: 15rem;
    width: 10.625rem;
    height: 10.625rem;
    right: 0;
    margin: 0 auto;
  }
  .left-content-with-form-gp .form-left {
    margin-left: 0;
    position: static;
    margin-top: 30px;
  }
  .left-content-with-form-gp .form-left.hidden-phone {
    display: none!important;
  }
  .left-content-with-form-gp .form-left.visible-phone {
    display: block !important;
  }
  .left-content-with-form-gp .inside h3 {
    font-size: 7vw !important;
    margin-top: 70px !important;
  }
}

@media(max-width:767px){
  .left-content-with-form-gp .hs_cos_wrapper_type_form form > div {
    width: 100% !important;
  }
  .left-content-with-form-gp form .hs-button, 
  .left-content-with-form-gp form input[type=submit] {
    width: 80%;
  }
  .left-content-with-form-gp .description-block .path.p-4-2 {
    display: none;
  }
}