#footer{
    position: relative;
} 
.custom_checkbox input[type=radio] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

select option {
    color: #000;
}

.custom_checkbox input[type=radio]:checked~i {
    background: url(../img/icon-check.svg) 50% no-repeat #fff;
    background-size: 100% 100%;
}

.custom_checkbox input[type=radio]~i:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.custom_checkbox input[type=radio]~i {
    display: block;
    position: relative;
    width: 8vw;
    max-width: 5vw;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.custom_checkbox input[type=radio]~span {
    color: #fff;
    font-size: 3.75vw;
    line-height: 4.6875vw;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    text-align: left;
    padding: 0 5px;
}

#google_map_area {
    width: 100%;
    height: 100%;
}

.disabled {
    opacity: 0.5;
}

.contact_modal .counter_comfirm {
    width: 100%;
}

.contact_result .form_line .form_input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5625vw;
    font-size: 3.4375vw;
}

#supply-btn {
    cursor: pointer;
}

.center {
    text-align: center;
}

.custom_checkbox_label {
    width: 333px;
    color: #000;
    font-size: 3.125vw;
    line-height: 3.75vw;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    padding: 0 1.875vw;
    text-align: left;
}

@media screen and (min-width: 640px) {
    .custom_checkbox_label {
        width: 410px;
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
}

@media screen and (min-width: 1024px) {
    .custom_checkbox_label {
        width: 230px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    /* .custom_checkbox_label {
            font-size: 14px;
            line-height: 20px;
            padding: 0 10px;
        } */

    .contact_modal .counter_comfirm {
        width: 350px;
    }

    .custom_checkbox input[type=radio]~span {
        font-size: 16px;
        line-height: 24px;
    }

    .custom_checkbox {
        font-size: 0px;

    }

    input[type="radio"] {
        width: 20px;
        height: 20px;
        background-color: #fff;
    }

    .radio~label {
        padding: 0 15px;
    }

    .custom_checkbox span {
        color: #fff;
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .custom_checkbox input[type=radio]~i {
        width: 24px;
        height: 24px;
        max-width: 24px;
    }

    .contact_result .form_line .form_input {
        font-size: 16px;
        padding: 0 7px;
    }
}
