.hero {
  position: relative;
  margin-bottom: 190px;
}
.hero .col-lg-6 {
  min-height: 750px;
}
.hero .col-lg-6:nth-child(2) {
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 0;
}
.hs-banner_popup .hero-content {
  padding-top: 10%;
}
.hs-banner_popup .hero-content-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border-radius: 50%;
}
.hero-content-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.hs-banner_popup .hero-content-title {
  margin-bottom: 0;
}
.hero-content-subtitle {
  margin-bottom: 60px;
}
.hero-content-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000b20;
    opacity: 0.7;
}
.hero-content-subtitle h2 {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000b20;
  font-size: 26px;
  line-height: 40px;
}
.hero-content-subtitle h2 span {
  color: #4fde7b;
}
.hs-banner_popup .hero-content-subtitle-big {
  margin-bottom: 20px;
}
.hero-content-subtitle-big h2 {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
    color: #5667ff;
}
.hero-content-subtitle-big h2 span {
  color: #4fde7b;
}
.hs-banner_popup .hero-content-description h4 {
    font-size: 34px;
    line-height: 1.47;
    letter-spacing: normal;
    color: #000b20;
    font-weight: 700;
    margin: 0 0 20px;
}
.hs-banner_popup .hero-content-description p {
    color: #000b20;
    font-size: 18px;
    line-height: 1.89;
}
.hero-content-description p:not(:last-child) {
  margin-bottom: 20px;
}
.hs-banner_popup .hero-content-button {
  margin-top: 30px;
}
.hero-content-button a {
  padding: 20px 38px;
}
.hero-content-link {
  margin-top: 60px;
}
.hero-content-link a {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #000b20;
  font-size: 18px;
  line-height: 28px;
}
.hero-information {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero-information-pins {
  z-index: 9;
}
.hero-information-pins-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px 8px 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0,11,32,0.3);
  border-radius: 28px;
}
.hero-information-pins-item:nth-child(1) {
  top: 154px;
  left: -120px;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  -webkit-animation-duration: 0.6s, 2.6s;
  animation-duration: 0.6s, 2.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
}
.hero-information-pins-item:nth-child(2) {
  top: 60%;
  left: 20%;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  -webkit-animation-duration: 1.6s, 3.6s;
  animation-duration: 1.6s, 3.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
}
.hero-information-pins-item-icon {
  overflow: hidden;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
.hero-information-pins-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-information-pins-item-text {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hero-information-pins-item-text strong {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
}
.hero-information-image {
  width: 100%;
  height: 100%;
  max-height: 750px;
}
.hero-information-image img {
  width: 100%;
  height: 100%;
  max-height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.hero-information-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background-color: #001c4f;
}
.hero-information-description p {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
.hero-information-description p span {
  font-family: Gordita-Medium;
  font-style: normal;
  font-weight: 500;
  color: #4fde7b;
}
.hs-banner_popup.hero .hero-content-button .btn {
    -webkit-transition: 300ms background-color, color;
    transition: 300ms background-color, color;
    padding: 14px 46px 14px;
    border: solid 1.5px #5667ff;
    background-color: #5667ff;
    font-size: 16px;
    color: #fff;
}
.hs-banner_popup.hero .hero-content-button .btn:hover {
    background-color: #773cfd;
    color: #fff;
}
.hs-banner_popup .hero-information {
    position: relative;
}
.hs-banner_popup .hero-information .popup_video {
    position: absolute;
    bottom: 0;
    left: -130px;
}
.hs-banner_popup .hero-information .popup_video.mobile-view {
  display:none;
}



@media (max-width: 991px) {
  .hero .row {
    -webkit-box-orient:vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero .col-lg-6 {
    min-height:auto;
  }
  .hero .col-lg-6:nth-child(2) {
    position:relative;
    padding-left: 0;
  }  
  .hero-information-pins-item:nth-child(1) {
    left:12px;
  }  
  .hero-information-description {
    padding:12px;
  }
  .hero-information-description p {
    font-size:12px;
  } 
  .hs-banner_popup .hero-information .popup_video.desktop-view {
    display:none;
  }
  .hs-banner_popup .hero-information .popup_video.mobile-view {
      display: block;
      margin: auto;
      left: 0;
      right: 0;
      top: 35%;
      bottom: 0;
      text-align: center;
      vertical-align: middle;
  }
  .hs-banner_popup .hero-content {
      padding-top: 40px;
  }
}


@media (max-width: 767px) {
  .hero {
    margin-bottom:60px;
  }
  .hero-content {
    padding-top:36px;
  }  
  .hero-content-icon {
    width:60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .hero-content-title {
    margin-bottom:16px;
  }
  .hero-content-title h1 {
    font-size:24px;
    line-height: 32px;
  }
  .hero-content-subtitle {
    margin-bottom:18px;
  }
  .hero-content-subtitle h2 {
    font-size:16px;
    line-height: 24px;
  }
  .hero-content-subtitle-big {
    margin-bottom:18px;
  }
  .hs-banner_popup .hero-content-subtitle-big h2 {
      font-size: 24px;
      line-height: 1.33;
  } 
  .hero-content-description p {
    font-size:14px;
    line-height: 22px;
  }
  .hero-content-description p:not(:last-child) {
    margin-bottom:12px;
  }
  .hero-content-link {
    margin-top:20px;
  }
  .hero-content-link a {
    font-size:16px;
    line-height: 24px;
  }
  .hero-information-pins-item {
    padding:4px 8px 4px 4px;
  }  
  .hero-information-pins-item:nth-child(1) {
    top:40px;
  }
  .hero-information-pins-item:nth-child(2) {
    top:auto;
    bottom: 80px;
    left: 28px;
  }
  .hero-information-pins-item-icon {
    width:20px;
    height: 20px;
  }
  .hero-information-pins-item-text {
    padding-left:4px;
    font-size: 10px;
    line-height: 14px;
  } 
  .hs-banner_popup .hero-content-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .hs-banner_popup .hero-content-title h5 {
      margin-bottom: 10px;
  }
  .hs-banner_popup .hero-content-description h4 {
      font-size: 24px;
      line-height: 1.33;
  }
  .hs-banner_popup .hero-content-description p {
      font-size: 14px;
      line-height: 1.57;
  }
  .hs-banner_popup.hero .hero-content-button .btn {
      padding: 14px 42px 14px;
  }
  .hero.hs-banner_popup .hero-content {
      padding-left: 5px;
      padding-right: 5px;
  }
}



