.site_button {
    width: 170px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #B84F3E;
    border-radius: 60px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 35px;
}

.brdr_svg {
    right: -20px;
}

@keyframes button_moving {
    0% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(2px);
    }
}

.arrw_svg {
    right: -34px;
    animation: button_moving 1s infinite alternate linear;
}

.brdr_svg,
.arrw_svg {
    position: absolute;
    left: auto;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.brdr_svg svg {
    height: 48px;
    width: auto;
}

.site_btn_con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site_btn_con .site_button {
    margin-left: 20px;
}

.site_btn_con .site_button:first-child {
    margin-left: 0px;
    margin-top: 0;
}

.big_btn .site_button {
    width: 210px;
    width: auto !important;
    padding: 15px;
}

.dark_btn .site_button {
    background: #8D2312;
}

.site_button .brdr_svg svg rect {
    stroke: #8B6340;
}

.site_button .arrw_svg svg path {
    stroke: #000;
}

.site_button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6B4D2E;
    border-radius: 60px;
    transition: 0.6s;
    transform: scale(0);
    left: 0;
}

.site_button span {
    z-index: 2;
}

.site_button:hover:before {
    transform: scale(1);
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 115px;
        height: 35px;
        margin-right: 20px;
        font-size: 13px;
    }


    .big_btn .site_button {
        width: 170px;
    }

    .brdr_svg svg {
        height: 30px;
    }

    .brdr_svg {
        right: -10px;
    }

    .arrw_svg {
        right: -20px;
    }

    .arrw_svg svg {
        height: 10px;
        width: 15px;
    }

    .site_btn_con .site_button {
        margin-left: 5px;
        margin-top: 5px;
    }


    .big_btn .site_button {
        padding: 10px;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 125px;
        height: 38px;
        margin-right: 25px;
        font-size: 14px;
    }


    .big_btn .site_button {
        width: 170px;
    }

    .brdr_svg svg {
        height: 30px;
    }

    .brdr_svg {
        right: -10px;
    }

    .arrw_svg {
        right: -20px;
    }

    .arrw_svg svg {
        height: 10px;
        width: 15px;
    }

    .site_btn_con .site_button {
        margin-left: 5px;
    }

    .big_btn .site_button {
        padding: 10px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 140px;
        height: 42px;
        margin-right: 25px;
        font-size: 15px;
    }

    .big_btn .site_button {
        width: 190px;
        padding: 10px;
    }

    .brdr_svg svg {
        height: 35px;
    }

    .brdr_svg {
        right: -12px;
    }

    .arrw_svg {
        right: -25px;
    }

    .arrw_svg svg {
        height: 12px;
    }

    .site_btn_con .site_button {
        margin-left: 10px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 140px;
        height: 40px;
        font-size: 15px;
        margin-right: 23px;
    }

    .big_btn .site_button {
        width: 190px;
        padding: 10px;
    }

    .brdr_svg svg {
        height: 35px;
    }

    .brdr_svg {
        right: -12px;
    }

    .arrw_svg {
        right: -25px;
    }

    .arrw_svg svg {
        height: 12px;
    }

    .site_btn_con .site_button {
        margin-left: 10px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 160px;
        height: 48px;
        font-size: 15px;
        margin-right: 30px;
    }

    .big_btn .site_button {
        width: 190px;
    }

    .brdr_svg svg {
        height: 40px;
    }

    .site_btn_con .site_button {
        margin-left: 10px;
    }

    .brdr_svg svg {
        height: 40px;
    }

    .brdr_svg {
        right: -15px;
    }

    .arrw_svg {
        right: -30px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button {
        width: 160px;
        height: 50px;
    }

    .brdr_svg svg {
        height: 40px;
    }

    .site_btn_con .site_button {
        margin-left: 10px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}