.scb-wrapper {
    display: flex;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    justify-content: center;
    align-items: center;
}
.scb-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}
.scb-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(28, 208, 63, 1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.scb-button-shadow {
    display: flex;
    background: rgba(28, 208, 63, 0.5);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.scb-show {
    display: flex;
}
.scb-hidden{
    display: none;
}

.scb-button-wave {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px rgba(28, 208, 63, 1) solid;
    position: absolute;
    z-index: 1;
    -webkit-animation: widgetPulse infinite 3s;
    animation: widgetPulse infinite 3s;
}
@-webkit-keyframes widgetPulse {
    50%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(2,2);
        transform:scale(2,2);
        opacity:0
    }
}

@keyframes widgetPulse{
    50%{
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:1
    }
    100%{
        -webkit-transform:scale(2,2);
        transform:scale(2,2);
        opacity:0
    }
}
.scb-buttons {
    display: none;
    width: 320px;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: flex-end;
    justify-content: flex-end;
}
.scb-buttons.scb-show {
    display: flex;
}
.scb-buttons-in {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: flex-start;
    justify-content: flex-end;
}
.scb-hint {
    display: none;
    position: absolute;
    z-index: 1;
    height: 14px;
    background: #f7f7f7;
    padding: 7px;
    border: 1px #ccc solid;
    border-radius: 5px;
    width: 140px;
    left: -158px;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    justify-content: center;
}
.scb-button-icon, .scb-button-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    cursor: pointer;   

}
.scb-button-icon:hover .scb-hint,
.scb-button-icon:focus .scb-hint {
    display: flex;
}
.scb-button-icon-close {
    background: rgb(165, 164, 165);
}
.scb-button-icon-close:hover, .scb-button-icon-close:focus {
    background: rgba(0,0,0,1);
}
.scb-button-icon-call {
    margin-bottom: 7px;
    background: rgba(28, 208, 63, 1);   
}
.scb-button-icon-viber {
    margin-bottom: 7px;
    background: #7360f2;
}
.scb-button-icon-telegram {
    margin-bottom: 7px;
    background: #fff;
}
#scb-form-wrapper,
#scb-form-wrapper.scb-hidden {
    display: none;
}
#scb-form-wrapper.scb-show {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.75);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#scb-form-wrapper form {
    margin: 10px;
    padding: 32px 20px;
    background: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 480px;
    box-sizing: border-box;
}
@media (max-width: 640px) {
    #scb-form-wrapper form {
        width: auto;
        max-width: 320px;
    }
}
.scb-button-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.scb-button-close svg {
    fill: #000;
}
.scb-button-close:hover svg,
.scb-button-close:focus svg {
    fill: #d90707;
}
.scb-input-group {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.scb-input-group label {
    flex: 0 0 100%
}
#scb-input-group-country {
    position: relative;
    flex: 0 0 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    outline: none !important;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#scb-input-group-country ul {
    flex-direction: column;
    position: absolute;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px #ccc solid;
    top: 32px
}
#scb-input-group-country ul li {
    margin: 10px;
    
}
#scb-input-group-country ul li:hover,
#scb-input-group-country ul li:focus {
    color: #000;
}
#scb-input-group-country ul li:first-child {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dotted;
}
#scb-country {
    position: relative;
    width: 100px;
    display: flex;
    padding: 0 0 0 20px;
    cursor: pointer;
}
#scb-country div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
}
#scb-input-group-country input {
    padding: 18px 20px;
    width: calc(100% - 80px);
    border: 0;
    font-size: 16px;
    outline: none !important;
    border-radius: 10px;
}
.scb-input-group input,
.scb-input-group textarea {
    flex: 0 0 100%;
    height: 52px;
    border-radius: 10px;
    padding: 18px 20px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    outline: none !important;
    font-size: 16px;
}
.scb-input-group input:focus,
.scb-input-group textarea:focus,
#scb-input-group-country:hover,
#scb-input-group-country:focus {
    border: 1px rgb(54, 131, 248) solid;
}

#scb-input-group-country.scb-input-error,
.scb-input-group input.scb-input-error,
.scb-input-group textarea.scb-input-error,
.scb-input-group input:focus.scb-input-error,
.scb-input-group textarea:focus.scb-input-error {
    border: 1px #d90707 solid;
}
.scb-input-group input.scb-input-success,
.scb-input-group textarea.scb-input-success,
.scb-input-group input:focus.scb-input-success,
.scb-input-group textarea:focus.scb-input-success {
    border: 1px #01771f solid;
}
.scb-input-group button.scb-button-green {
    border: 1px #01771f solid;
    background: rgba(1, 119, 31, .8);
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 52px;
    font-size: 18px;
    border-radius: 10px;
}
.scb-input-group button:hover.scb-button-green,
.scb-input-group button:focus.scb-button-green {
    background: rgba(1, 119, 31, 1);
}
.scb-form-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.scb-form-intro h3 {
    margin-top: 0;
}
.scb-req-fields {
    font-size: 12px;
}


.chatWindow {
    display: block;
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 320px;
    background: #e6ddd4;
}
.chatWindow::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: .08;
    background: #e6ddd4 url('whatsapp.png') top center no-repeat;
}
.chaty-whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0 1px 0.5px;
    margin-top: 15px;
    margin-left: 15px;
    max-width: calc(100% - 50px);
    font-size: 14px;
}
.chaty-whatsapp-message:before {
    position: absolute;
    background-image: url('coner.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
}
.chaty-whatsapp-message p {
    margin: 0;
}
.chaty-whatsapp-footer {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 280px;
    height: 55px;
    bottom: 90px;
    background: #f0f0f0;
}
.whatsapp-chaty-form,
.chaty-whatsapp-data {
    width: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.chaty-whatsapp-button button {
    border: 0;
    background-color: #01771f;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    cursor: pointer;
    opacity: .8;
}
.chaty-whatsapp-button button:hover,
.chaty-whatsapp-button button:focus {
    opacity: 1;
}