.button-fancy {
    background-color: transparent;
    border: 0;
    color: #000;
    font-family: Josefin Sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 0;
    position: relative;
    width: 189px
}

.button-fancy--style_2 {
    height: 58px;
    width: 199px
}

.button-fancy:focus,.button-fancy:hover {
    background-color: transparent;
    border: 0;
    color: #fff
}

.button-fancy svg {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.button-fancy span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 4px 10px 0;
    position: relative;
    width: 100%
}

.button-fancy-border {
    fill: #000;
    height: 50px;
    width: 189px
}

.button-fancy--style_2 .button-fancy-border {
    height: 58px;
    width: 199px
}

.button-fancy-bg {
    height: 48px;
    width: 182px
}

.button-fancy--style_2 .button-fancy-bg {
    height: 49px;
    width: 193px
}

.button-fancy:focus .button-fancy-bg,.button-fancy:hover .button-fancy-bg {
    fill: #000;
    stroke: #000
}

@media (max-width: 1024px) {
    .button-fancy {
        font-size:10px;
        height: 40px;
        width: 165px
    }

    .button-fancy--style_2 {
        height: 48px;
        width: 167px
    }

    .button-fancy span {
        padding-top: 3px
    }

    .button-fancy-border {
        height: auto;
        width: 165px
    }

    .button-fancy--style_2 .button-fancy-border {
        height: auto;
        width: 167px
    }

    .button-fancy--style_2 .button-fancy-bg,.button-fancy-bg {
        height: auto;
        width: 161px
    }
}
