.site_button {
    font-size: 17px;
    color: #222;
    font-weight: 400;
    line-height: 24px;
    background-color: #bbc77b;
    border: none;
    outline: none;
    text-shadow: none;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 21px;
    height: 53px;
    border-radius: 40px;
    padding-left: 22px;
    cursor: pointer;
    transition: 0.6s ease;
    padding-right: 5px;
}

.site_button:hover {
    background-color: #63A9B7;
    color: #fff;
}

.site_button:hover .btn_arrow_submit svg {
    fill: #63A9B7;
}

.blue_btn {
    background-color: #63A9B7 !important;
    color: #fff !important;
}

.blue_btn.site_button:hover {
    background-color: #bbc77b !important;
    color: #222 !important;
}

.blue_btn.site_button:hover .btn_arrow_submit svg {
    fill: #222 !important;
}

.blue_btn .btn_arrow_submit svg {
    fill: #63A9B7 !important;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        height: 46px;
        gap: 14px;
        font-size: 15px;
        padding-left: 17px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        height: 46px;
        gap: 14px;
        font-size: 15px;
        padding-left: 17px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        height: 46px;
        gap: 14px;
        font-size: 15px;
        padding-left: 17px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        height: 46px;
        gap: 14px;
        font-size: 15px;
        padding-left: 17px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}