.section_form{
    background-color: rgba(14, 14, 14, 0.10);
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(112.30000305175781px);
    padding-top: 114px;
    padding-bottom: 114px;
    z-index: 10;
}

.section_form *{
    color: #E5E5E5;
}

.page-wrapper .title-h2 .section_form__text h2{
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.96px;
}

.section_form__text p{
    font-size: 18px;
    line-height: 140%;
}

body:not(.page-template-page-gutenberg-php) .section_form__text p{
    margin-bottom: 0;
}

.section_form__main{
    margin-top: 60px;
}

/* NEW HS FORM */

.new_hs_form form fieldset.form-columns-2 .hs-form-field > label, .new_hs_form form fieldset.form-columns-1 .hs-form-field > label{
    display: none;
}
.new_hs_form form fieldset.form-columns-2 .hs-error-msgs, .new_hs_form form fieldset.form-columns-1 .hs-error-msgs{
    margin-top: -25px;
    margin-bottom: 15px;
}
.new_hs_form form fieldset.form-columns-2 .hs-error-msgs *, .new_hs_form form fieldset.form-columns-1 .hs-error-msgs *{
    color: #db8b8b;
}
.new_hs_form form fieldset.form-columns-2 .input,
.new_hs_form form fieldset.form-columns-1 .input{
    margin: 0;
}

.new_hs_form form fieldset{
    display: grid;
    gap: 25px;  
}

.new_hs_form form fieldset.form-columns-2{
    grid-template-columns: repeat(2, 1fr);
}

.new_hs_form form fieldset.form-columns-3{
    grid-template-columns: repeat(3, 1fr);
}

.page-wrapper .new_hs_form form fieldset select, .page-wrapper .new_hs_form form fieldset .hs-input:not([type="checkbox"]),.selectel, .selectel__button{
    padding: 20px;
    height: 62px;
    border-radius: 40px;
    border: 1px solid #B3B3B3;
    background: rgba(255, 255, 255, 0.10) !important;
    font-size: 18px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-wrapper .new_hs_form form fieldset .hs-input:not([type="checkbox"])::placeholder{
    color: #E5E5E5;
}

.page-wrapper .new_hs_form form fieldset textarea.hs-input:not([type="checkbox"]){
    width: 100%;
    height: 200px;
}

.new_hs_form form fieldset.form-columns-2 .hs-form-field{
    width: 100%;
}

.new_hs_form .legal-consent-container{
    margin: 20px 0;
}

.new_hs_form .legal-consent-container p{
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 0;
}
.page-wrapper .new_hs_form form fieldset select option{
    background: #0e0e0eb5 !important;
}

.page-wrapper .new_hs_form form .hs_submit input[type="submit"]{
    padding: 17px 35px;
    font-size: 20px;
    border-radius: 100px;
    border: 0;
}
/* CUSTOM SELECT */
.new_hs_form .selectel{
    cursor: pointer;
    position: relative;
}

.new_hs_form .selectel__button{
    overflow: hidden;
    margin: -20px;
    position: relative;
    border-color: transparent;
    background: transparent !important;
}

.new_hs_form .selectel__button::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 15px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE1IDEwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuNTIzOSAwLjgzMzk4NEw3LjUgOC4zMzM5OEwxLjAwMDA0IDAuODM5ODM4NCIgc3Ryb2tlPSIjM0E4NkZGIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 10px;
    transition: transform 400ms;
}

.new_hs_form .selectel.open .selectel__button::after{
    transform: translateY(-50%) rotate(180deg);
}

.selectel__selectlist{
    position: absolute;
    overflow: auto;    
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    padding: 10px 0;
    background: #0e0e0ee8;
    border: 1px solid #B3B3B3;
    border-radius: 20px;
    max-height: 500px;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.selectel__selectlist div{
    padding: 10px 20px;
    transition: background 400ms, color 400ms;
}

.selectel__selectlist div.active,
.selectel__selectlist div:hover{
    background: rgba(255, 255, 255, 0.20);
}

/* END CUSTOM SELECT */

@media (min-width: 992px) {
    .page-wrapper .section_form .container.container-wide {
        width: 823px;
    }
}

@media (max-width: 768px) {
    .page-wrapper .new_hs_form form fieldset select, .page-wrapper .new_hs_form form fieldset .hs-input:not([type="checkbox"]),.selectel, .selectel__button{
        width: 100% !important;
    }
    .new_hs_form form fieldset.form-columns-2,
    .new_hs_form form fieldset.form-columns-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .new_hs_form form fieldset{
        gap: 0;
    }
    .new_hs_form .selectel__button {
        padding-top: 11px;
        margin: -15px -20px;
        width: calc(100% + 40px) !important;
    }
    .page-wrapper .title-h2 .section_form__text h2{
        font-size: 2rem;
    }

    body:not(.page-template-page-gutenberg-php) .section_form__text p{
        font-size: 16px;
    }
    .section_form__main {
        margin-top: 52px;
    }
    .page-wrapper .new_hs_form form .hs_submit input[type="submit"]{
        font-size: 1rem;
        padding: 0.8rem 2rem;
    }
    .hs-richtext p {
        color: #999;
    }
}