﻿body {
}

.call_back_icon {
    position: fixed;
    bottom: 0px;
    left: calc(50% - 185px);
    z-index: 1;
    width: 370px;
}




.call_back_cirqle {
    width: 65px;
    height: 65px;
    background: rgb(68, 187, 110);
    border-radius: 40px;
    text-align: center;
    position:absolute;
    z-index: 3;
    left: calc(50% - 32.5px);
    bottom: 30px;
    cursor: pointer;
}


.opened_block_opasity {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}

.opened_call_back_block {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100vw;
    min-width:320px;
    background: white;
    z-index: 2;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
}

.call_back_inner_block {
    width: calc(100% - 50px);
    max-width: 355px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.call_back_popup_text {
    font-size: 18.62px;
    font-family: OpenSans;
    text-align: center;
    padding: 0 10px;
    color: #222;
}

.call_back_popup_text_bottom {
    margin: 25px 0 10px 0;
    font-size: 18.62px;
    font-family: OpenSans;
    text-align: center;
    padding: 0 10px;
    color: #222;
}

.call_back_input {
    width: 100%;
    height: 64px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 17px;
    font-family: OpenSans;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none;
}


.call_back_button {
    position: relative;
    width: 100%;
    font-size: 18.62px;
    font-family: OpenSans;
    background: #222;
    height: 64px;
    color: white;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
}

.call_back_delimiter {
    width: 100%;
    height: 0px;
    border-top: 1px solid #ccc;
    margin-top: 25px;
}

.call_back_background_phone {
    width: 0px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    border-radius: 43px;
}

@media screen and (min-width: 737px) {
    .opened_call_back_block {
        left: calc(50% - 187px) !important;
        width: 371px !important;
    }

    .opened_block_opasity {
        width:375px;
        background:none !important;
    }

    .call_back_background_phone {
        width: 100% !important;
    }
}


@media screen and (max-width: 737px) {
    .call_back_icon {
        left: 0 !important;
        width: 100% !important;
        min-width:320px;
    }
}
