body{
    font-feature-settings: 'lnum' 1;
}

.heroimage {
  margin-top: 80px;
  margin-bottom: 140px;
  text-align: center; 
}

  .heroimage[data-animations] .heroimage_title {
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 2s 0.4s;
    -o-transition: all 2s 0.4s;
    transition: all 2s 0.4s; 
}

  .heroimage[data-animations] .heroimage_subtitle {
    opacity: 0;
    -webkit-transition: all 2s 2s;
    -o-transition: all 2s 2s;
    transition: all 2s 2s; 
}

  .heroimage[data-animations] .heroimage_button {
    opacity: 0;
    -webkit-transition: all 2s 2s;
    -o-transition: all 2s 2s;
    transition: all 2s 2s; 
}

  .heroimage[data-animations] .heroimage_item:nth-child(1) {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: all 0.6s 1.4s;
    -o-transition: all 0.6s 1.4s;
    transition: all 0.6s 1.4s; 
}

  .heroimage[data-animations] .heroimage_item:nth-child(2) {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: all 0.6s 1.6s;
    -o-transition: all 0.6s 1.6s;
    transition: all 0.6s 1.6s; 
}

  .heroimage[data-animations] .heroimage_item:nth-child(3) {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: all 0.6s 1.8s;
    -o-transition: all 0.6s 1.8s;
    transition: all 0.6s 1.8s; 
}

  .heroimage[data-animations] .heroimage_item:nth-child(4) {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: all 0.6s 2.0s;
    -o-transition: all 0.6s 2.0s;
    transition: all 0.6s 2.0s; 
}

  .heroimage.animations .heroimage_title {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); 
        }

  .heroimage.animations .heroimage_subtitle {
    opacity: 1; 
}

  .heroimage.animations .heroimage_button {
    opacity: 1; 
}

  .heroimage.animations .heroimage_item {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important; 
        }

  .heroimage .heroimage_title {
    text-align: center; 
}

  .heroimage .heroimage_title {
    margin-bottom: 20px; 
}

  .heroimage .heroimage_subtitle {
    margin-bottom: 40px; 
}

  .heroimage .heroimage_button {
    height: 64px;
    line-height: 62px;
    margin-bottom: 92px; 
}

  .heroimage .heroimage_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; 
        }

  .heroimage .heroimage_item {
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; 
        }

    .heroimage .heroimage_item:last-child {
      margin-right: 0; 
    }

    .heroimage .heroimage_item:last-child .heroimage_item__text {
        margin-right: 0px; 
    }

  .heroimage .heroimage_item__text {
    margin-right: 16px; 
}

  .heroimage .heroimage_item__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; 
}

    .heroimage .heroimage_item__icon svg {
      fill: #eadbba; 
    }

  @media only screen and (max-width: 991px) {
    .heroimage {
      margin-top: 60px;
      margin-bottom: 60px; }
      .heroimage .heroimage_subtitle {
        margin-bottom: 30px; }
      .heroimage .heroimage_button {
        margin-bottom: 60px;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 52px;
        line-height: 50px; }
      .heroimage .heroimage_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .heroimage .heroimage_item {
        margin-right: 10px; }
      .heroimage .heroimage_item__text {
        font-size: 14px;
        margin-right: 10px; } 
    }
    
  [data-scroll] {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s; 
   }
   
  [data-scroll].scrolled {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); 
  }
  
  @media only screen and (max-width: 767px) {
    [data-scroll] {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; 
    } 
      
  } 

.card__info-text-wrap_row {
    flex-direction: row;
    width: 100%;
}

.card__info-link {
    position: relative;
    z-index: 1;
    max-width: 100%;
    font-size: 14px;
}

.custom-checkbox{
    text-align: left;
}
.type-page__wrap{
    display: flex;
    align-items: center;
}
.title-wrap__phone{
    margin-right: 20px;
}
.type-page .link{
    background: #fff;
}
.form-desc__form{
    width: 1000px;
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0 9px 19px 0 rgba(25, 60, 99, .1), 0 35px 35px 0 rgba(25, 60, 99, .09), 0 79px 47px 0 rgba(25, 60, 99, .05), 0 140px 56px 0 rgba(25, 60, 99, .01), 0 219px 61px 0 rgba(25, 60, 99, 0);
}

.visually-hidden{
    position: absolute;
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.form-desc__form-row{
    display: flex;
    align-items: center;
    gap: 20px;
}
.form__fields{
    width: 50%;
}
.form-desc .input{
    max-width: 100%;
}
.form-desc .textarea{
    height: 160px;
}
.form-desc .form__field{
    margin-bottom: 20px;
}
.form-desc .form__btn{
    margin-left: auto;
    width: 100%;
}

@media (max-width: 991px) {
    .form-desc__form-row{
        flex-wrap: wrap;
    }
    .form__fields{
        width: 100%;
    }
    .form-desc__form{
        padding: 30px 16px;
    }
    .form-desc .form__btn{
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .card__info-text-wrap_row {
        flex-direction: column;
    }
}