#vsCallbackBtn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 78px;
    height: 78px;
    background-image: url("./phone-call-main.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    z-index: 9;
}

#vsCallbackModalBtn {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#vsCallbackBtn.show #vsCallbackModalBtn {
    display: block;
}

#vsCallbackBtn.show {
    background-image: url("./phone-main.svg");
}

#vsCallbackBtn .main-phone-btn,
#vsCallbackBtn .main-phone-call-btn,
#vsCallbackBtn .main-wa-btn,
#vsCallbackBtn .main-tg-btn {
    display: none;
}

#vsCallbackBtn.show .main-phone-btn {
    display: block;
    position: fixed;
    bottom: 205px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-image: url("./zaz.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    z-index: 9;
}

#vsCallbackBtn.show .main-phone-call-btn {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 9;
    position: relative;
}

#vsCallbackBtn.show .main-wa-btn {
    display: block;
    position: fixed;
    bottom: 160px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-image: url("./wa.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    z-index: 9;
}

#vsCallbackBtn.show .main-tg-btn {
    display: block;
    position: fixed;
    bottom: 115px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-image: url("./tg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    z-index: 9;
}

#vsCallbackBtn .vs-label-btn {
    display: none;
}

#vsCallbackBtn.show .vs-label-btn {
    display: block;
    width: 168px;
    height: 30px;
    padding-top: 8px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #363755;
    border-radius: 9px;
    position: absolute;
    right: 80px;
    top: 5;
    text-align: center;
    font-family: Roboto, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

#vsCallbackBtn.show .vs-label-phone-btn {
    top: 25px;
}

#vsModalManagerPhoto {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: url("./manager.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#vsModalManagerStar {
    display: block;
    width: 100px;
    height: 8px;
    margin: 6px auto 0;
    background: url("./stars.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#vsModalManagerName {
    width: 100%;
    padding: 0 15px;
    margin-top: 5px;
    color: #000000;
    text-align: center;

    font-family: Roboto, serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}

#vsModalManagerProfession {
    width: 100%;
    padding: 0 15px;
    margin-top: 5px;
}

#vsModalManagerProfession span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 3px 14px;
    background-color: #F56200;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;

    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0;
    text-shadow: unset;
}

#vsModalH1 {
    width: 100%;
    padding: 0 15px;
    margin-top: 11px;
    text-align: center;

    font-family: Roboto, serif ;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
}

#vsModalH2 {
    width: 100%;
    padding: 0 15px;
    margin-top: 11px;
    text-align: center;

    font-family: Roboto, serif ;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

#vsCallbackPopUp {
    display: none;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #F9F9F9;
    z-index: 11;
    border: 1px solid #cccccc;
}

@media (max-width: 768px) {
    #vsCallbackPopUp {
        width: 100%;
    }
}

#vsCloseBtn {
    display: block;
    width: 100%;
    padding: 17px;
    color: #333333;
    cursor: pointer;
    text-align: right;
    font-size: 16px;
    background-image: url("./close.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 50%;
}

#vsForm {
    display: block;
    width: 100%;
    padding: 15px;
}

#vsForm label {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
}

#vsForm input {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    border: 1px solid #463F3F1A;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    background-color: #ffffff;
}

#vsForm button {
    width: 100%;
    color: #ffffff;
    border: unset;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, #F56200 0%, #BD4D03 100%);

    font-family: Roboto, serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

#vsAgreement {
    display: block;
    padding: 15px;
    color: #8c8c8c;
    width: 100%;
    font-size: 10px;
}

#vsLinkWA, #vsLinkTG {
    display: block;
    float: left;
    width: 45%;
    margin-top: 8px;
    margin-left: 3%;
    padding: 21px 0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #cccccc;
}

#vsLinkWA img, #vsLinkTG img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

#vsLinkWA div, #vsLinkTG div {
    display: block;
    width: 100%;
    padding-top: 15px;
    font-family: Roboto, serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;

}
