.block-group:after  {
    clear: none;
}

.wizart-header-div {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 912px;
}

.wizart-btn-style {
    box-shadow: none !important;
}

.wizart-homepage {
    display: none !important;
}

.wizart-own-btn {
    background: #009036;
    display: block;
    color: #fff;
    position: relative;
    font-family: "HelveticaNeueLT Std";
    float: right;
}

@media only screen and (max-width: 767px) {
    .wizart-own-btn {
        font-size: 0.875rem;
        padding: 3px 4px;
        z-index: 99999 !important;
        margin-right: 20px;
    }
    .wizart-header-div {
        z-index: 99998 !important;
        top: 50px;
    }
    .top-bar--language {
        top: -25px !important;
    }
}

@media only screen and (min-width: 768px) {
    .wizart-own-btn {
        font-size: 0.6875rem;
        padding: 4px 8px;
    }
    .wizart-header-div {
        top: 80px;
    }
}

@media only screen and (min-width: 1360px) {
    .wizart-header-div {
        max-width: 1260px;
    }
}

@media only screen and (min-width: 1021px) {
    .wizart-own-btn {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
    .wizart-own-btn {
        margin-right: 140px;
    }
}

