#footer-wrapper .contact,
#footer-wrapper .bottomitems {
    flex: 0 0 auto;
}

.subscribe_form {
    max-width: 100%;
    width: 100%;
}

.subscribe_form .form_row {
    display: flex;
    flex-wrap: wrap;
}

.col-12,
.col-4 {
    width: 100%;
}

.field_item {
    position:relative;
    margin-bottom: 36px;
}

.field_item input,
.field_item textarea {
    width: 100%;
    padding: 14px 0;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
    outline: none;
}


.field_item  input.wpcf7-not-valid {
    border-color: #dc3232;
}

.field_item label {
    position: absolute;
    top: 53%;
    left: 0;
    color: #000;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 700;
    pointer-events: none;
    text-transform: uppercase;
    transition: .3s all;
}

.field_item.textarea {
    margin: 9px 0 15px;
}

.field_item.textarea textarea {
    height: 73px;
    /*margin-top: 9px;*/
    /*border-top: 1px solid #000;*/
}

.field_item label.active {
    top: 0;
    font-size: 10px;
    color: #797979;
}

.field_item input::placeholder {
    color: transparent;
}

.field_item input:-webkit-autofill,
.field_item input:-webkit-autofill:hover,
.field_item input:-webkit-autofill:focus,
.field_item input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: none;
}

.field_item .select2-container {
    width: 100% !important;
}

.field_item .select2-container--default .select2-selection--single {
    height: auto;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.field_item .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 26px 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    transition: 0.3s all;
}

.field_item select.wpcf7-not-valid ~ .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #dc3232;
}

.field_item .select2-container--default .select2-selection--single {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

.field_item .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #AAAAAA;
}

.field_item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    padding-left: 23px;
    background: #F0F0F0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 31px;
    height: 100%;
}

.field_item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 13px;
    height: 7px;
    border: 0;
    background: url("../images/icon-arrow.svg");
    background-size: contain;
    transition: 0.3s all;
}

.field_item .select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.field_item .select2-container--default .select2-results>.select2-results__options {
    max-height: 240px;
    padding: 11px 0;
    background: #F0F0F0;
}

.field_item .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #000;
}

.field_item  .select2-results__option--selectable {
    padding: 5px 0 5px 23px;
    font-size: 14px;
    color: #000;
}

.subscribe_form .checkbox_item {
    width: 100%;
}

.subscribe_form .checkbox_item .wpcf7-list-item {
    margin: 0;
    min-height: 30px;
}

.subscribe_form .checkbox_item label {
    position: relative;
    cursor: pointer;
}

.subscribe_form .checkbox_item label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.subscribe_form .checkbox_item label span {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    color: #000;
}

.subscribe_form .checkbox_item label span::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #797979;
    margin-right: 10px;
}

.subscribe_form  .checkbox_item label span::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
}

.subscribe_form  .checkbox_item label input:checked ~ span::after {
    opacity: 1;
    visibility: visible;
}

.subscribe_form .wpcf7-response-output,
.btn_box .wpcf7-spinner {
    display: none !important;
}

.subscribe_form .wpcf7 form.sent .wpcf7-response-output {
    display: block !important;
    text-align: center;
    font-size: 16px;
    color: #46b450;
    border: 0;
}

.subscribe_form .btn_box .wpcf7-submit {
    padding: 0 0 6px;
    font-size: 14px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    cursor: pointer;
}

#footer-wrapper .copyright .footer_address {
    display: none;
}

@media (min-width: 992px) {
    #footer-wrapper .bottomitems {
        margin-top: 2.2vw;
    }
    
    .col-4 {
        width: 29%;
    }

    .col-4:not(:nth-child(3n)) {
        margin-right: 6.5%;
    }

    .subscribe_form .form_row .checkbox_item {
        width: 60%;
    }


    .subscribe_form .btn_box {
        width: 40%;
        margin-top: -3px;
        margin-left: auto;
        text-align: right
    }
}
@media (max-width: 1300px) and (min-width: 992px) {
    #footer-wrapper .contact {
        width: 58vw;
    }
}

@media (max-width: 991px) {
    .field_item {
        margin-bottom: 14px;
    }

    .field_item input,
    .field_item textarea {
        padding: 8px 0;
    }

    .subscribe_form .btn_box {
        width: 100%;
        text-align: center;
    }

    #footer-wrapper .bottomitems {
        display: flex;
        flex-direction: column;
    }

    .subscribe_form {
        margin-bottom: 38px;
    }
}