<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.callback-btn {
    z-index: 1000;
    position: fixed;
    right: -8px;
    top: 130px;
    width: 75px;
    height: 63px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70db45), to(#47cd94));
    background: linear-gradient(180deg, #70db45 0, #47cd94 100%);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: none;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-transition: right .1s;
    transition: right .1s;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 25px 0 #47cd94;
            box-shadow: 0 5px 25px 0 #47cd94
}

.callback-btn img {
    width: 65%
}

.callback-form {
    max-width: 350px;
    width: 100%;
    z-index: 1001;
    position: fixed;
    right: 0;
    top: 130px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f5777c), to(#f1ab39));
    background: linear-gradient(90deg, #f5777c 0, #f1ab39 100%);
    border-radius: 5px;
    padding-top: 15px;
    -webkit-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out
}

.callback-form.hide {
    right: -1000px
}

.callback-form form {
    width: 90%;
    margin: auto;
    color: #131b32;
    padding-bottom: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.callback-form form h5 {
    float: left;
    margin: 10px auto 1px;
    margin-left: 0;
    font-family: Arial, sans-serif;
    color: #fff
}

.callback-form form input {
    width: 100%;
    border-radius: 4px;
    height: 40px;
    color: #131b32;
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #000
}

.callback-form .orange-btn {
    padding: 10px 5%;
    width: 85%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70db45), to(#47cd94));
    background: linear-gradient(180deg, #70db45 0, #47cd94 100%);
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 25px 0 #47cd94;
            box-shadow: 0 5px 25px 0 #47cd94
}

.callback-form img[src="img/i-cross.svg"] {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    width: 20px
}

.reviews {
    height: 380px
}</pre></body></html>