:root {
    --cb_background: #F1F1F1;
    --cb_orange: #EE6D3A;
}
.grecaptcha-badge {
    bottom:60px !important;
}
#sgp-contactbox {
    display:block;
    position: fixed;
    right: 10px;
    bottom:10px;
    width: 180px;
    height: 40px;
    z-index: 9999999;
    border-radius: 30px;
    -webkit-box-shadow: 11px 15px 14px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 11px 15px 14px -16px rgba(66, 68, 90, 1);
    box-shadow: 11px 15px 14px -16px rgba(66, 68, 90, 1);
    background-color: var(--cb_background);
    /* border: 1px solid #ccc; */
    overflow: hidden;
    transition: all ease-in-out .5s;
}

#sgp-contactbox #cb-open {
    display:flex;
    background-color: var(--cb_orange);
    color:var(--cb_background);
    padding: 10px;
    overflow: hidden;
}
#sgp-contactbox #cb-open a {
    font-size: 16px;
    color:var(--cb_background);
}
#sgp-contactbox header {
    display: none;
    padding: 10px 10px 10px 10px;
    background: var(--cb_orange);
    color:#FFF;
    width: 100%;
    -webkit-box-shadow: 1px 2px 10px 3px rgba(107, 107, 115, 0.41);
    -moz-box-shadow: 1px 2px 10px 3px rgba(107, 107, 115, 0.41);
    box-shadow: 1px 2px 10px 3px rgba(107, 107, 115, 0.41);
}
#cb-logo {
    float: left;
    padding-top: 5px;
    margin-right: 7px;
}


#cb-header-text {
    display: block;
    height: 70px;
    padding-right: 5px;
}


#sgp-contactbox header #cb-close {
    width: 20px;
    margin-left: auto;
}
#cb-close a {
    margin-right: 10px;
    color:#FFF;
}
#cb-close a:hover {
    color: #ccc;
}


#sgp-contactbox header h3 {
    display: block;
    max-width: 200px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 0;
}
#cb-header-text p {
    display: block;
    max-width: 160px;
    float: left;
    width: auto;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
}

#contactbox-wrapp {
    display: block;
    padding: 10px;
    margin-top: 20px;
    padding: 0 15px 10px 15px;
}

#cb-cloud {
    position: relative;
    left: 60px;
    background: url(../img/dymek.png) no-repeat;
    width: 177px;
    height: 77px;
}
#cb-cloud p {
    display: block;
    padding: 12px 5px 10px 18px;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
}
#cb-intro-text #cb-logo-wh {
    position: relative;
    top:-10px;
    left: 10px;
}
#cb-form {
    text-align: center;
}
#cb-form .input-circle input {
    width: 90%;
    margin-bottom: 10px;
    font-size: 12px;
}
#cb-form .input-circle button {
    width: 50%;
    margin-right: 20px;
    float: right;
}
#cb-form .input-circle textarea {
    border-radius: 10px !important;
    width: 90%;
    height: 90px;
}

#cb-confirmation {
    display: block;
    padding-top: 150px;
    text-align: center;
    color: #222;
}
#cb-confirmation h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#cb-confirmation p {
    display: block;
    padding-top: 5px;
    font-size: 14px;
}