.search-wrap {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background: rgba(70, 70, 70, 0.715);
    position: fixed;
    bottom: 100%;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 5;
    backdrop-filter: blur(5px);
}

.search-middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    font-weight: 400;
    transition: 0.5s;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.close-btn:hover {
    background: #fff;
    color: #4B9B2E;
}

.sp_search_input {
    width: 50% !important;
    position: relative;
    margin: 0 auto;
}

.sp_input_search_link {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 15px;
    left: auto;
    background: transparent;
    outline: none;
    padding: 0px !important;
    border: none;
}

.sp_input_search_active {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%);
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    cursor: pointer;
}

.sp_search_input input {
    width: 100% !important;
    padding: 20px !important;
    border: none;
    font-size: 24px !important;
    font-weight: 400;
    color: var(--white_color) !important;
    border-radius: 10px;
    border-left: 3px solid #4B9B2E;
    background: #2d2d2d !important;
}

.sp_search_input input::placeholder {
    color: #fff !important;
}

.sp_search_input input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 20, 13, 0.6);
    border-color: #fff;
}

#sp_search img {
    cursor: pointer;
}

.sp_search_input input:focus::placeholder {
    color: #fff !important;
}

/* 320 */

@media all and (min-width: 20px) and (max-width: 767px) {

    .sp_search_input {
        width: 90% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 15px !important;
        font-size: 14px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 26px;
        height: 26px;
        font-size: 14px;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .sp_search_input {
        width: 71% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 15px !important;
        font-size: 15px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1024px) {

    .sp_search_input {
        width: 68% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 15px !important;
        font-size: 15px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

}

@media all and (min-width: 1025px) and (max-width: 1140px) {

    .sp_search_input {
        width: 65% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 15px !important;
        font-size: 16px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 33px;
        height: 33px;
        font-size: 15px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {

    .sp_search_input {
        width: 62% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 15px !important;
        font-size: 17px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

}

@media all and (min-width: 1281px) and (max-width: 1440px) {

    .sp_search_input {
        width: 59% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 16px !important;
        font-size: 18px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1680px) {

    .sp_search_input {
        width: 56% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 17px !important;
        font-size: 20px !important;
        border-left: 1px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

}

@media all and (min-width: 1681px) and (max-width: 1880px) {

    .sp_search_input {
        width: 53% !important;
        position: relative;
        margin: 0 auto;
    }

    .sp_search_input input {
        padding: 18px !important;
        font-size: 22px !important;
        border-left: 2px solid #4B9B2E;
    }

    .sp_input_search_active {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

}