{#.main-form-section{display:none;}#}
.form-section {align-items: center;}
.news-form form {
    display: flex;
    flex-wrap: wrap;
    
   
}

.news-form {
   
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    justify-content: flex-end;
    padding: 50px 10px 40px;
}

.news-form h3 {
    font-size: 16px;
    line-height: normal;
    text-align: left;
    width: 100%;
    display: block;
    margin: 0 0 5px;
}
.news-form form .hs_email {
    width: 73%;
    padding-right: 10px;
}

.news-form > span {
    width: 100%;
    display: block;
}




.news-form form .hs-input {
    width: 100%;
    display: block;
    border: 1px solid #1074AD;
    height: 40px;
    padding: 0 20px;
    font-family: Heebo;
    background-color: #fff;
        border-radius: 20px;
   
}

.news-form form .hs_error_rollup {
    display: none;
}
.news-form form  .hs_submit.hs-submit {
   width: calc(100% - 73%);
}
.news-form form .hs_submit.hs-submit input {
    font-size: 18px;
    padding: 10px 30px;
    line-height: 1;
    background-color: #1074AD;
    color: #fff;
    border: 0;
         cursor: pointer;
    height: 40px;
        border-radius: 20px;
}

.news-form form ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
    font-size: 14px;
    padding: 0;
    color:#fa8510!important;
}

ul.no-list.hs-error-msgs.inputs-list li {
    padding: 0;
}
.news-form form .hs-richtext {
    position: absolute;
    left: 15px;
    bottom: -30px;
     font-size: 13px;
}

.news-form  { position:relative;}
.news-form form .hs-richtext a {
    color: #1074ad;
}
.news-form form .hs-richtext > div {
    text-align: left !important;
}
.news-form form .hs-richtext a {
    font-size: 13px;
}
@media(min-width:1920px){
    .news-form form .hs_email {
    width: 79.5%;
}
    .news-form form .hs_submit.hs-submit {
    width: calc(100% - 79.5%);
}
}
@media(max-width:1199px){
.news-form form .hs_email {
    width: 68%;
    }
.news-form form  .hs_submit.hs-submit {
   width: calc(100% - 68%);
}
    .news-form form .hs-richtext {
    bottom: -46px;
    }
}



@media(max-width:768px){
.news-form {
    max-width: 100%;
    padding: 50px 0 40px;
}
    .news-form form .hs_email {
    width: 70.9%;
}
    .news-form form .hs_submit.hs-submit {
    width: auto;
}
    .news-form form .hs-richtext {
    bottom: -40px;
    }
}


@media(max-width:540px){
    .news-form form .hs_email {
    width: 100%;
    margin: 0 0 10px;
}
    .news-form form .hs_email {
    width: 100%;
}
  .news-form form .hs_submit.hs-submit {
    width: 100%;
}
    .news-form form .hs-richtext {
    bottom: 0;
    left: 0;
    position: relative;
    margin: 0 0 10px;
}
    .news-form {
    max-width: 100%;
    padding: 50px 0 0px;
}
}
