#cw_loaded,
#cw_numbers,
#cw_numbers img {
    display: inline-block;
    vertical-align: middle
}

#cw_loaded,
#cw_numbers {
    width: calc(50% - 5px)
}

#contacts_wdgt {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 40px 0;
    width: 50%;
    max-width: 1000px;
    min-width: 750px;
    margin: 0 auto;
    z-index: 1003;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}

.contacts_hold h3 {
    font-size: 17pt;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: unset;
    text-align: center;
}

#cw_content {
    margin: 0 auto;
}

#cw_numbers img {
    width: 28px;
    margin-left: 2px
}

#cw_loaded,
#cw_numbers {
    /* margin: 30px auto; */
    text-align: center;
}

#cw_numbers span {
    display: block;
    font-size: 16pt;
    line-height: 35px
}

#cw_numbers a {
    color: #364347
}

#cw_loaded img {
    margin: 0 auto 10px;
    display: block
}

.cw_content .close {
    position: absolute;
    right: 10px;
    color: #adadad;
    font-size: 22pt;
    cursor: pointer;
    top: 10px
}

.cw_content .close:hover {
    transform: scale(1.2)
}

.cw_content hr {
    margin: 0 auto;
    color: #00b1b2;
    border-bottom: 2px solid #00b1b2
}

#cw_callback {
    padding: 30px 0 0
}

#cw_callback .cssload-loader {
    display: none
}

#cw_callback input[type=text] {
    font-size: 14pt;
    border: 2px solid #ddd;
    display: block;
    margin: 5px auto;
    height: 50px;
    text-align: center;
    width: 335px
}

#cw_callback button {
    margin: 20px auto;
    padding: 15px 0;
    display: block;
    width: 335px;
    height: 53px;
    background: var(--main_color);
    border: none;
    color: #fff;
    border-radius: 3px;
}

#cw_content p {
    margin: 0;
    /* white-space: nowrap; */
    text-transform: initial;
    font-size: 11pt;
    line-height: 15pt;
    color: #222;
    padding-bottom: 0
}

#cw_callback h4 {
    text-transform: unset;
    text-align: center;
    display: none;
}

.contacts-text {
    text-align: center;
    text-transform: initial;
    line-height: 18px;
}

.contacts_borders {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 12px 0;
    margin: 5px 0;
}

/*new contacts modal styles*/

#sec_contacts_modal .modal_holder {
    border-left: 3px solid #ebedec;
    border-right: 3px solid #ebedec;
}

.col_with_border {
    border-left: 3px solid #ebedec;
}

.callback_texts {
    color: green;
    text-align: center;
    text-transform: initial;
    display: none;
}

.cih_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: var(--green_color);
    border-radius: 3px;
    max-width: 44px;
}

.cih_icon_hold {
    width: 60%;
}

.cih_right_tg {
    background: var(--main_color);
}

.cih_right_tg .cih_icon_hold {
    width: 80%;
}

.cih_left {
    text-transform: initial;
    font-size: 13px;
    font-weight: 500;
}

.callback_status {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.cont_inner_div {
    padding-left: 25px;
}

.cih_left_numbers {
    font-size: 20px;
}

.td_1 {
    padding-right: 10px;
}

.td_3 {
    padding: 0 3px;
}

.td_5 {
    padding: 0 10px;
}

.cont_inner_div_right {
    padding-right: 27px;
}

.callback_sec_title {
    text-transform: initial;
    font-weight: 500;
}

.callback_sec_input_hold {
    margin: 20px 0;
}

.callback_sec_input_hold input {
    width: 100%;
    padding: 3px 10px;
    background-color: #ebedec;
    border: none;
    outline: none;
    color: #b2b4b3;
    font-size: 20px;
    border-radius: 3px;
}

.callback_sec_btn {
    margin: 20px 0;
}

.callback_sec_btn button {
    width: 100%;
    text-transform: initial;
}

.mail_hold {
    text-align: center;
    text-transform: initial;
    color: var(--main_color);
}


.cw_content_hold {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    margin: 60px 0 25px;
}

.cw_numbers .cw_number_hold {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    font-size: 20px;
}

.cw_number_img {
    max-width: 30px;
    margin-right: 15px;
}

.cw_number_img img {
    width: 100%;
}

/* @media screen and (max-width: 1023px) {
    .cw_content_hold {
        display: block;
    }

    #cw_loaded,
    #cw_numbers {
        width: unset;
    }
} */