

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.float-none {
    float: none !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}


.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}


.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.text-nowrap {
    white-space: nowrap !important
}

.widget_callback_form {
    padding: 0 !important;
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 10000;
    position: fixed;
    right: 28px;
    bottom: 60px;
}

.widget_callback_form .popup_form {
    background: #fff;
    padding: 20px 35px;
    border: 2px solid #4D4D4D;
    border-radius: 10px;
    position: fixed;
    display: none;
    z-index: 9999;
}

@media (max-width: 767px) {
    .widget_callback_form .popup_form {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .widget_callback_form .popup_form {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 500px;
        max-width: 92%;
    }
}

.widget_callback_form .popup_form form {
    text-align: center;
    /* input error */
}

.widget_callback_form .popup_form form .popup-header {
    font: normal 28px "Open Sans Light";
    font-family: Segoe UI, Avenir Next, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 13px;
    display: block;
}

.widget_callback_form .popup_form form input[type=text] {
    border: none;
    border-bottom: 2px solid #3399cc;
    font: normal 30px Segoe UI, Avenir Next, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #333;
    float: right;
    width: 100%;
    padding: 2px 10px 5px 10px;
    letter-spacing: 2px;
    background: transparent;
}

@media (max-width: 767px) {
    .widget_callback_form .popup_form form input[type=text] {
        font-size: 22px;
    }
}

.widget_callback_form .popup_form form input[type=text]:focus {
    outline: none;
}

.widget_callback_form .popup_form form input[type=text]::-webkit-input-placeholder {
    color: #cccccc;
}

.widget_callback_form .popup_form form input[type=text]::-moz-placeholder {
    color: #cccccc;
}

.widget_callback_form .popup_form form input[type=text]::-moz-placeholder {
    color: #cccccc;
}

.widget_callback_form .popup_form form .input-name.error, .widget_callback_form .popup_form form .input-phone.error {
    background: url(../../../../../img/front/widgets/model/callback_form/i-error.png) no-repeat right center;
}

.widget_callback_form .popup_form form .input-name.error input[type=text], .widget_callback_form .popup_form form .input-phone.error input[type=text] {
    border-color: #c1272d;
    color: #c1272d;
}

.widget_callback_form .popup_form form .callback-img-wrap {
    height: 100px;
    float: left;
    width: calc(100% + 40px);
    margin-top: 31px;
    margin-bottom: 31px;
    left: -20px;
    position: relative;
}

.widget_callback_form .popup_form form .callback-img {
    background-image: url(/img/CallBack-form-daily.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.widget_callback_form .popup_form form .privacy-policy {
    float: left;
    padding-top: 12px;
    padding-bottom: 36px;
}

.widget_callback_form .popup_form form .privacy-policy input[type="checkbox"] {
    margin-top: 2px;
}

.widget_callback_form .popup_form form button {
    font: 500 20px Segoe UI, Avenir Next, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-family: neuefrutigerworld_w02, tahoma, arial, helvetica, sans-serif;
    color: #fff;
    padding: 14px 50px 18px 100px;
    background-color: #86531c;
    border: none;
    border-radius: 35px;
    margin: 10px auto 30px auto;
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
}

.widget_callback_form .popup_form form button .icon-ok {
    position: absolute;
    left: 30px;
    top: 13px;
    font-size: 30px;
}

.widget_callback_form .popup_form form button .icon-ok:before {
    content: "\f00c";
}

.widget_callback_form .popup_form .icon-close {
    width: 50px;
    height: 50px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 7px;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.widget_callback_form .popup_form .icon-close:hover {
    opacity: 0.8;
}

.widget_callback_form .popup_form .icon-close:before {
    content: "\00d7";
    display: block;
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 18px;
}

@media (max-width: 768px) {
    .widget_callback_form {
        right: 20px;
        text-align: center;
    }

    .widget_callback_form .popup_form form button {
        padding: 10px 20px 10px 43px;
        font-size: 16px;
    }

    .widget_callback_form .popup_form form button .icon-ok {
        left: 12px;
        top: 11px;
        font-size: 21px;
    }
}

.callback .callback-icon {
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.callback .callback-icon i {
    color: #fff;
    padding: 4px 7px;
    border: 1px solid #86531c;
    background-color: #86531c;
    line-height: 70px;
    width: 80px;
    border-radius: 50%;
    font-size: 45px;
    animation: CallbackWidget 2.0s infinite;
    text-align: center;
}

@keyframes CallbackWidget {
    0% {
        -o-box-shadow: 0 0 0 0 #86531c;
        -ms-box-shadow: 0 0 0 0 #86531c;
        -moz-box-shadow: 0 0 0 0 #86531c;
        -webkit-box-shadow: 0 0 0 0 #86531c;
        box-shadow: 0 0 0 0 #86531c;
    }

    70% {
        -o-box-shadow: 0 0 0 10px transparent;
        -ms-box-shadow: 0 0 0 10px transparent;
        -moz-box-shadow: 0 0 0 10px transparent;
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent;
    }

    100% {
        -o-box-shadow: 0 0 0 10px transparent;
        -ms-box-shadow: 0 0 0 10px transparent;
        -moz-box-shadow: 0 0 0 10px transparent;
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}

.popup_form_stage {
    position: fixed;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

header {
    /*border-bottom: 2px solid #f7f7f7;*/
}


.scrolltop {
    z-index: 100;
    position: fixed;
    cursor: pointer;
    width: 50px;
    height: 50px;
    bottom: 173px;
    right: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 0.625rem;
    background-color: rgba(134, 83, 28,0.5);
}

@media (max-width: 767px) {
    .scrolltop {
        width: 40px;
        height: 40px;
        bottom: 195px;
        right: 45px;
    }
}

.scrolltop:after {
    content: "\f106";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 38px;
    line-height: 1em;
    color: #fff;
    position: absolute;
    margin-top: -2px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
