.btn,
.btn.wpp {
    background-color: #028916
}

.btn,
.modal {
    text-align: center
}

.modal,
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.btn,
.modal_header-title {
    font-weight: 600;
    color: #fff
}

.btn,
.modal_close {
    cursor: pointer;
    transition: .5s
}

.form_field-group,
.form_field-group.group-3 {
    grid-template-columns: 1fr
}

.tw,
.tw * {
    box-sizing: border-box;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-family: sans-serif !important;
    border: 0;
    margin: 0;
    padding: 0
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: normal;
    border: none;
    border-radius: 8px;
    outline: 0;
    padding: 12px 24px
}

.modal::before,
.modal_holder {
    display: inline-block;
    vertical-align: middle
}

#form_modal .btn {
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    .btn {
        font-size: 15px
    }

    .btn.wpp:hover {
        background-color: #036110
    }

    .form_field-group {
        grid-template-columns: repeat(2, 1fr)
    }

    .form_field-group.group-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width:1320px) {
    .btn {
        font-size: 16px;
        gap: 10px;
        padding: 12px 24px
    }
}

.modal {
    vertical-align: middle;
    overflow: auto;
    z-index: 999
}

.modal::before {
    content: '';
    box-sizing: border-box;
    height: 100%;
    margin: 0 -.05em 0 0
}

.modal_overlay {
    background-color: #000;
    opacity: .8
}

.modal_holder {
    position: relative;
    width: 100%;
    max-width: 95%;
    text-align: left;
    overflow: hidden;
    padding: 32px 0
}

.modal_box {
    overflow: hidden;
    border-radius: 8px
}

.modal_header {
    display: flex;
    background-color: #028916;
    padding: 16px 5.5vw
}

.modal_header-icon {
    width: 8.5vw;
    fill: #FFFFFF;
    margin: 0 3vw 0 0
}

.modal_header-title-area {
    width: calc(100% - 8.5vw - 3vw - 4vw - 3vw)
}

.modal_header-title {
    font-size: 4.3vw;
    line-height: 1.16;
    margin: 0 0 4px
}

.modal_close {
    position: relative;
    background-color: transparent;
    border: none;
    width: 4vw;
    height: 4vw;
    margin: 0 0 0 3vw;
    opacity: .4
}

.modal_close:after,
.modal_close:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.modal_close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal_close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal_header-description {
    color: #fff;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.16;
    opacity: .8
}

.modal_body {
    background-color: #fff;
    padding: 5.5vw
}

.fixed-whatsapp_area {
    position: fixed;
    bottom: 45px;
    right: 15px;
    z-index: 998
}

.fixed-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #028916;
    fill: #FFFFFF;
    border: 2px solid #028916;
    border-radius: 100%;
    transition: .5s
}

.form_field,
.form_select {
    background-color: transparent
}

.fixed-whatsapp_icon {
    position: relative;
    top: -2px;
    width: 35px;
    height: 35px
}

.form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px
}

.form_field-area {
    position: relative
}

.form_field-group {
    display: grid;
    gap: 10px
}

.form_field-select::before {
    content: '';
    position: absolute;
    top: 13.5px;
    right: 14px;
    width: 6px;
    height: 6px;
    border: 2px #9a9a9a;
    border-top-style: solid;
    border-left-style: solid;
    transform: rotate(225deg)
}

.form_field-select label {
    opacity: 0
}

.form_field {
    display: block;
    width: 100%;
    color: #484848;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    outline: 0;
    padding: 15px 15px 15px 40px;
    transition: .4s
}

.form_field:focus {
    border-color: #028916
}

.form_input,
.form_select {
    height: 38px !important
}

.form_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    padding: 0 15px 0 39px
}

.form_textarea {
    height: 96px
}

.form_label {
    cursor: text;
    position: absolute;
    top: 12px;
    left: 31px;
    background-color: #fff;
    font-weight: 400;
    transform-origin: left;
    padding: 0 8px;
    transition: .4s
}

.form_label,
.form_select {
    color: #707070;
    font-size: 13px
}

.form_field.valid~.form_label,
.form_field:focus~.form_label {
    color: #028916;
    transform: scale(.78) translate(4px, -24px)
}

.form_select.valid {
    color: #161616
}

.form_icon {
    position: absolute;
    left: 14px;
    top: 12.5px;
    width: 13px;
    fill: #9A9A9A;
    transition: .5s
}

.form_field.valid~.form_icon,
.form_field:focus~.form_icon {
    fill: #028916
}

@media (min-width:450px) {
    .modal_holder {
        max-width: 420px
    }

    .modal_header {
        padding: 18px 24px
    }

    .modal_header-icon {
        width: 36px;
        margin: 0 14px 0 0
    }

    .modal_header-title-area {
        width: calc(100% - 36px - 14px - 16px - 14px)
    }

    .modal_header-title {
        font-size: 18px
    }

    .modal_header-description {
        font-size: 12.7px
    }

    .modal_close {
        width: 16px;
        height: 16px;
        margin: 0 0 0 14px
    }

    .modal_body {
        padding: 24px
    }
}

@media (min-width:768px) {
    .modal_holder {
        max-width: 480px
    }

    .modal_header {
        padding: 20px 26px
    }

    .modal_body {
        padding: 26px
    }
}

@media (min-width:993px) {
    .fixed-whatsapp:hover {
        background-color: #fff;
        fill: #028916
    }
}

@media (min-width:1560px) {
    .btn {
        font-size: 17px;
        gap: 12px;
        padding: 14px 28px
    }

    .modal_holder {
        max-width: 580px
    }

    .modal_header {
        padding: 24px 36px
    }

    .modal_header-icon {
        width: 50px;
        margin: 0 18px 0 0
    }

    .modal_header-title-area {
        width: calc(100% - 50px - 18px - 22px - 18px)
    }

    .modal_header-title {
        font-size: 23px;
        margin: 0 0 6px
    }

    .modal_header-description {
        font-size: 16px
    }

    .modal_close {
        width: 22px;
        height: 22px;
        margin: 0 0 0 18px
    }

    .modal_body {
        padding: 36px
    }

    .form,
    .form_field-group {
        gap: 12px
    }

    .form_field {
        font-size: 14px;
        padding: 15px 15px 15px 45px
    }

    .form_field-select::before {
        top: 14px;
        right: 16px;
        width: 7px;
        height: 7px
    }

    .form_input,
    .form_select {
        height: 42px !important
    }

    .form_select {
        padding: 0 15px 0 44px
    }

    .form_textarea {
        height: 112px
    }

    .form_icon {
        left: 16px;
        top: 14.5px;
        width: 14px
    }

    .form_label {
        top: 14px;
        left: 36px
    }

    .form_label,
    .form_select {
        color: #707070;
        font-size: 14px
    }

    .form_field.valid~.form_label,
    .form_field:focus~.form_label {
        transform: scale(.78) translate(4px, -26px)
    }
}

@media (max-width:1450px) {
    .fixed-whatsapp {
        width: 58px;
        height: 58px
    }

    .fixed-whatsapp_icon {
        width: 29px;
        height: 29px
    }
}

@media (max-width:639px) {

    .form_field,
    .form_label,
    .form_select {
        font-size: 12px
    }

    .form,
    .form_field-group {
        gap: 8px
    }

    .form_field {
        padding: 15px 15px 15px 34px
    }

    .form_field-select::before {
        top: 13px;
        width: 5px;
        height: 5px
    }

    .form_input,
    .form_select {
        height: 36px !important
    }

    .form_select {
        padding: 0 15px 0 32px
    }

    .form_icon {
        left: 12px;
        top: 12px;
        width: 12px
    }

    .form_label {
        top: 12px;
        left: 25px
    }
}

@media (max-width:575px) {
    .fixed-whatsapp_area {
        bottom: 10px;
        right: 10px
    }

    .fixed-whatsapp {
        width: 50px;
        height: 50px
    }

    .fixed-whatsapp_icon {
        width: 26px;
        height: 26px
    }
}

.form_field-area>.form_input {
    width: 100%;
    background: transparent;
    padding: 0 40px;
    border: 1px solid #9a9a9a;
}