#callback-open,
#request-open,
#callback-sale .callback-sale__body,

#request-modal .request-modal_body,
#request-open .sender-done, 
#request-open .sender-err,
#request-open .sender-verefy,
#callback-open .sender-done,
#callback-open .sender-err,
#request-open .sender-verefy,
#callback-sale .sender-done,
#callback-sale .sender-err,
#request-open .sender-verefy,
#callback-open .sender-done,
#callback-open .sender-err,
#request-open .sender-verefy,
#request-modal .sender-done,
#request-modal .sender-err, 
#request-open .sender-verefy
{
    background: #333;
}

.m20 {margin: 20px 0}

.resend-sms-btn {
    background: transparent;
    border: 0;
    /*color: #fff;*/
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.sender-err-code {
    display: none;
    position: absolute;
    bottom: -10px;
    font-size: 11px;
    color: red;
}

.sms-links {
    margin-top: 12px;
}

.dflex {
    display: flex;
}

.dflex .check-form {
    margin-right: 20px;
}

.input-send-email {display: none;}
.sender-loader {display: none;}

#callback-open .is-link {
    color: #fff;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background-color: #7cb854;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    margin-bottom: 15px;
}

#callback-open .is-link:hover {
    background: #65a839;
}

#callback-modal .callback-modal__body, 
#callback-modal .sender-done,
#callback-modal .sender-err {
    background: white;
}
.sender-check {
    color: white;
}

#request-open .sender-btn,
#callback-open .sender-btn,
#request-modal .sender-btn,
#callback-modal .sender-btn,
#callback-sale .sender-btn {}


#callback-open {
    background: rgba(0,0,0,0.2);
    color: #fff;
    position: relative;
}

#callback-open .form_input {
    position: relative;
}

#callback-open .massage-content {
    margin: auto;
    text-align: center;
}

#callback-open .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    s;
    align-items:  center;
}

#callback-open h2 {
    font-size: 24px;
    padding: 20px 0 10px;
    color: white;
    font-weight: 300;
}

#callback-open .sender-input,
#callback-open .sender-btn {
    width: 100%;
    padding: 9px;
    margin: 10px 0;
    font-size: 17px;
    outline: none;
    background: transparent;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    height: 55px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#callback-open .sender-btn {
    color: #fff;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background-color: #7cb854;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    margin-bottom: 15px;
}

#callback-open .sender-btn:hover {
    background: #65a839;
}

#callback-open .sender-ver-btn {
    color: #fff;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background-color: #7cb854;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    margin-bottom: 15px;
}

#callback-open .sender-ver-btn:hover {
    background: #65a839;
}

#callback-open .sender-descr {
    text-align: center;
    margin: 10px 0;
}

#callback-open .sender-verefy {
    display: none;
    position: absolute;
    padding: 30px 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333!important;
    background: #fff;
    text-align: center;
    border-radius: 8px;
}

#callback-open .sender-verefy p {
    color: #333;
}

#callback-open .sender-done,
#callback-open .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333!important;
    border-radius: 8px;
}

#callback-open .sender-check {
    font-size: 60px;
    padding: 20px;
}

#callback-open .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}


#callback-open .form_input {
    width: 100%;
    padding: 0 15px;
}

#callback-open .callback-open__body {
    max-width: 1100px;
    margin: 0 auto;
}

#callback-open .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -50%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

::-webkit-input-placeholder {
    color: #cfcfcf;
}

::-moz-placeholder {
    color: #cfcfcf;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #cfcfcf;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #cfcfcf;
}

@keyframes pulse-c {
    from,
    to {
        bottom: -30px
    }
    10% {
        bottom: -25px
    }
    20% {
        bottom: -30px
    }
    30% {
        bottom: -25px
    }
    40% {
        bottom: -30px
    }
    100% {
        bottom: -30px;
    }
}

@media (max-width: 666px) {
    #callback-open .form_input {
        width: 100%;
    }
    #callback-open .form_input:first-child,
    #callback-open .form_input:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 404px) {
    #callback-open .form_input {
        width: 100% !important;
    }
    #callback-sale .form_input {
        float: none;
        width: 100%;
    }
}

#callback-calc {
    /*background: #000;*/
    padding: 40px 20px;
    color: #fff;
    position: relative;
}

#callback-calc .form_input {
    position: relative;
}

#callback-calc .massage-content {
    margin: auto;
    text-align: center;
}

#callback-calc .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    s;
    align-items:  center;
}

#callback-calc h2 {
    margin: 0 !important;
    font-size: 24px;
}

#callback-calc .sender-input {
    width: 100%;
    padding: 9px;
    margin: 10px 0;
    font-size: 17px;
    outline: none;
    background: transparent;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    height: 55px;
    border-radius: 5px;
}

#callback-calc .sender-btn {
    color: #fff;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background-color: #7cb854;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#callback-calc .sender-btn:hover {
    background: #65a839;
}

#callback-calc .sender-descr {
    text-align: center;
    margin: 10px 0;
}

#callback-calc .sender-verefy { 
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #fff;
}

#callback-calc .sender-done,
#callback-calc .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#callback-calc .sender-check {
    font-size: 60px;
    margin: -30px 0 -15px 0;
}

#callback-calc .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}


#callback-calc .form_input {
    width: 33.333%;
    padding: 0 15px;
}

#callback-calc .callback-calc__body {
    max-width: 1100px;
    margin: 0 auto;
}

#callback-calc .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -50%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c 2s infinite ease-in-out;
}

@media (max-width: 666px) {
    #callback-calc .form_input {
        width: 100%;
    }
    #callback-calc .form_input:first-child,
    #callback-calc .form_input:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 404px) {
    #callback-calc .form_input {
        width: 100% !important;
    }
    #callback-sale .form_input {
        float: none;
        width: 100%;
    }
}

#request-open {
    width: 100%;
    color: #fff;
    position: relative;
    margin: 0 auto;
    background:  none;
}

#request-open .form_input {
    position: relative;
}

#request-open .flex-container {
    height: 100%;
}

#request-open .massage-content {
    margin: auto;
    text-align: center;
}

#request-open .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#request-open .c-red {
    color: red;
}

#request-open h2 {
    margin: 20px 9 !important;
    font-size: 24px;
}

#request-open .form_input p {
    margin: 0;
}

#request-open .sender-input {
    margin: 0 0 15px 0;
    outline: none;
    border-radius: 5px;
    border: solid 1px #dadada;
    color: #333;
    font-size: 1.2em;
    height: 60px;
    position: relative;
    padding: 5px 25px;
    width: 100%;
}

#request-open .sender-input.sender-message{
    height: 150px;
}



#request-open .form_input>p {
    font-size: 17px;
}

#request-open .sender-input {
    background-color: #fff;
}

#request-open .sender-btn {
    height: 55px;
    width: 100%;
    background-color: #7cb854;
    color: #ffffff;
    font-size: 17px !important;
    line-height: 18px;
    padding: 0 33px;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    border-radius: 5px;
}

#request-open .sender-btn:hover {
    background: #65a839;
}

#request-open .sender-verefy {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #fff;
}

#request-open .sender-done,
#request-open .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#request-open .sender-check {
    font-size: 60px;
    margin: -15px 0 -15px 0;
}

#request-open .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#request-open .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-r 2s infinite ease-in-out;
}

.sender-caption,
.sender-descr {
    text-align: center;
}

@keyframes pulse-r {
    from,
    to {
        bottom: -30px
    }
    10% {
        bottom: -25px
    }
    20% {
        bottom: -30px
    }
    30% {
        bottom: -25px
    }
    40% {
        bottom: -30px
    }
    100% {
        bottom: -30px;
    }
}

#callback-sale {
    display: none;
    position: fixed;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 55;
}

#callback-sale.show-modal {
    display: flex;
}

#callback-sale .callback-sale__body {
    padding: 20px 20px;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    color: #fff;
    margin: auto;
}

.callback-sale-overley {
    display: none;
}

#callback-sale .form_input {
    position: relative;
}

.snowflake {
    text-align: center;
    font-size: 28px;
}

#callback-sale .massage-content {
    margin: auto;
    text-align: center;
}

#callback-sale .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%
}
.send-info {
    clear: both;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    padding: 0 15px;
    top: 25px;
    position: relative;
    opacity: .7;
}
#callback-sale h2 {
    margin: 0 !important;
    font-size: 45px;
    text-align: center;
}
#callback-sale .sale--descr span {font-size: 25px; font-weight: bold;}

#callback-sale .sale--descr {
    text-align: center;
    background: #1ab189;
    border: 0px dashed;
    margin: 30px 15px 15px;
    padding: 5px 5px 11px;
    position: relative;
}
#callback-sale .sender-input,
#callback-sale .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    border: none;
    outline: none;
    font-size: 17px;
    background: transparent;
    border-bottom: 2px solid;
    color: #fff;
}

#callback-sale .sender-btn {
    border: none;
    color: #fff;
    margin: 30px 0 5px 0;
}

#callback-sale .sender-descr {
    text-align: center;
    margin: 10px 0;
}

#callback-sale .sender-verefy {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #fff;
}

#callback-sale .sender-done,
#callback-sale .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#callback-sale .sender-check {
    font-size: 60px;
    margin: -15px 0 -15px 0;
}

#callback-sale .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#callback-sale .form_input {
    width: 50%;
    float: left;
    padding: 0 15px;
}

#callback-sale .sender-phone {margin-top: 28px;}

#callback-sale .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -50%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c-m 2s infinite ease-in-out;
}

.callback-sale__close {
    width: 50px;
    height: 50px;
    padding-top: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

.callback-sale__close span {
    display: block;
    background: #fff;
    transform: rotate(45deg);
    height: 1px;
    width: 100%;
}

.callback-sale__close:hover {
    transform: rotate(90deg);
}


.callback-sale__close span:last-child {
    transform: rotate(-45deg);
}

.fixed-body {
    overflow: hidden;
}

@keyframes pulse-c-m {
    from,
    to {
        bottom: -30px
    }
    10% {
        bottom: -25px
    }
    20% {
        bottom: -30px
    }
    30% {
        bottom: -25px
    }
    40% {
        bottom: -30px
    }
    100% {
        bottom: -30px;
    }
}


#callback-modal {
    display: none;
    position: fixed;
    flex-wrap: wrap;
    background: rgb(208 203 203 / 70%);
    backdrop-filter: blur(5px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

#callback-modal.show-modal {
    display: flex;
}

#callback-modal .callback-modal__body {
    padding: 20px 20px;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: auto;
    color: #2c2b26;
    margin: auto;
}

.callback-modal-overley {
    display: none;
}

#callback-modal .form_input {
    position: relative;
}

#callback-modal .massage-content {
    margin: auto;
    text-align: center;
    color: #2d2d31;
}

#callback-modal .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%
}

#callback-modal h2 {
    margin: 0 !important;
    font-size: 24px;
}

#callback-modal .sender-input,
#callback-modal .sender-btn {
   width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    border: none;
    outline: none;
    font-size: 17px;
    background: transparent;
    border-bottom: 2px solid #a4a4a4;
    color: #4d4b47;
}

#callback-modal .sender-btn {
    margin: 15px 0 5px 0;
    background: #a4a4a4;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background-color: #a4a4a4;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#callback-modal .sender-ver-btn {
    margin: 15px 0 5px 0;
    background: #a4a4a4;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    background-color: #a4a4a4;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#callback-modal .sender-btn:hover, #callback-modal .sender-ver-btn:hover { background:#333; }

#callback-modal .sender-descr {
    text-align: center;
    margin: 10px 0;
}

#callback-modal .sender-caption {
    margin-top:60px;
}

#callback-modal .sender-verefy {
    display: none;
    position: absolute;
    padding: 20px 20px;
    top: 0;
    left: 0;
    right: 0;
    color: #000;
    background: #fff;
    text-align: center;
}

#callback-modal .sender-done,
#callback-modal .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#callback-modal .sender-check {
    font-size: 60px;
    margin: 15px 0;
        color: #85bd60;
    padding-bottom: 20px;
}

#callback-modal .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#callback-modal .form_input {
    width: 100%;
    padding: 0 15px;
}

#callback-modal .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    bottom: -50%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c-m 2s infinite ease-in-out;
}

.callback-modal__close {
    width: 50px;
    height: 50px;
    padding-top: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

.callback-modal__close span {
   display: block;
    background: #7cb853;
    transform: rotate(45deg);
    height: 1px;
    width: 100%;
}

.callback-modal__close:hover {
    transform: rotate(90deg);
}


.callback-modal__close span:last-child {
    transform: rotate(-45deg);
}

.fixed-body {
    overflow: hidden;
}

@keyframes pulse-c-m {
    from,
    to {
        bottom: -30px
    }
    10% {
        bottom: -25px
    }
    20% {
        bottom: -30px
    }
    30% {
        bottom: -25px
    }
    40% {
        bottom: -30px
    }
    100% {
        bottom: -30px;
    }
}


#request-modal {
    display: none;
    position: fixed;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 55;
}

#request-modal.show-modal {
    display: flex;
}

#request-modal .request-modal_body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: auto;
    color: #fff;
    margin: auto;
}

#request-modal .form_input {
    position: relative;
}

#request-modal .flex-container {
    height: 100%;
}

#request-modal .massage-content {
    margin: auto;
    text-align: center;
}

#request-modal .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#request-modal .c-red {
    color: red;
}

#request-modal h2 {
    margin: 20px 9 !important;
    font-size: 24px;
}

#request-modal .form_input p {
    margin: 0;
}

#request-modal .sender-input,
#request-modal .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size: 17px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

#request-modal .form_input>p {
    font-size: 17px;
}

#request-modal .sender-input {
    border-bottom: 2px solid #fff;
}

#request-modal .sender-btn {
    padding: 9px 0;
    color: #fff;
    margin: 20px 0 10px 0;
}

#request-modal .sender-verefy {
     display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #fff;
}

#request-modal .sender-done,
#request-modal .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

#request-modal .sender-check {
    font-size: 60px;
    margin: -15px 0 -15px 0;
}

#request-modal .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#request-modal .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-r 2s infinite ease-in-out;
}

.sender-caption,
.sender-descr {
    text-align: center;
}

.request-modal__close {
    width: 50px;
    height: 50px;
    padding-top: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

.request-modal__close:hover {
    transform: rotate(90deg);
}

.request-modal__close span {
    display: block;
    background: #fff;
    transform: rotate(45deg);
    height: 1px;
    width: 100%;
}

.request-modal__close span:last-child {
    transform: rotate(-45deg);
}


/*** calc-kitchen ***/
#calc-kitchen .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#calc-kitchen .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-r 2s infinite ease-in-out;
}

#calc-kitchen .sender-verefy {
    display: none;
    position: relative;
    padding: 0 20px;
    top: -71px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #eee;
    padding: 30px 0;
}

#calc-kitchen .sender-done {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #c8eb9f;
    padding: 30px 0;
}

#calc-kitchen .sender-err {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #f6b1ac;
    padding: 30px 0;
}

#calc-kitchen .input-holder {
position: relative;
}
/*** end calc-kitchen ***/

/*** calc-shafa ***/
#calc-shafa .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#calc-shafa .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-r 2s infinite ease-in-out;
}

#calc-shafa .sender-verefy {
    display: none;
    position: relative;
    padding: 0 20px;
    top: -71px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #eee;
    padding: 30px 0;
}

#calc-shafa .sender-done {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #c8eb9f;
    padding: 30px 0;
}

#calc-shafa .sender-err {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #f6b1ac;
    padding: 30px 0;
}

#calc-shafa .input-holder {
position: relative;
}
/*** end calc-shafa ***/

/*** calc-garderob ***/
#calc-garderob .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#calc-garderob .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-r 2s infinite ease-in-out;
}

#calc-garderob .sender-verefy {
    display: none;
    position: relative;
    padding: 0 20px;
    top: -71px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #eee;
    padding: 30px 0;
}

#calc-garderob .sender-done {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #c8eb9f;
    padding: 30px 0;
}

#calc-garderob .sender-err {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #f6b1ac;
    padding: 30px 0;
}

#calc-garderob .input-holder {
position: relative;
}
/*** end calc-garderob ***/

/*** calc-inshe ***/
#calc-inshe textarea {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 100%;
}

#calc-inshe .input-holder input[type=text] {
min-width: 420px;
}

#calc-inshe .err-val-phone::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#calc-inshe .err-val-phone {
    background: #ff1b3c;
    color: #fff;
    display: none;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-r 2s infinite ease-in-out;
}

#calc-inshe .sender-verefy {
    display: none;
    position: relative;
    padding: 0 20px;
    top: -71px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #eee;
    padding: 30px 0;
}

#calc-inshe .sender-done {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #c8eb9f;
    padding: 30px 0;
}

#calc-inshe .sender-err {
    display: none;
    position: relative;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #333;
    text-align: center;
    background: #f6b1ac;
    padding: 30px 0;
}

#calc-inshe .input-holder {
position: relative;
}
/*** end calc-inshe ***/


@keyframes pulse-r {
    from,
    to {
        bottom: -30px
    }
    10% {
        bottom: -25px
    }
    20% {
        bottom: -30px
    }
    30% {
        bottom: -25px
    }
    40% {
        bottom: -30px
    }
    100% {
        bottom: -30px;
    }
}


@media (max-width: 666px) {
    #callback-open .form_input {
        width: 100%;
    }
    #callback-open .form_input:first-child,
    #callback-open .form_input:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 500px) {
    #callback-sale .form_input {
        float: none;
        width: 100%;
    }
    #callback-sale h2 {padding: 0 15px;}
    #callback-sale .callback-sale__body {padding: 20px 0;}
}

@media (max-width: 420px) {
#calc-inshe .input-holder input[type=text] {
min-width: 300px;
}
}

@media (max-width: 404px) {
    #callback-open .form_input {
        width: 100% !important;
    }
    #callback-sale .form_input {
        float: none;
        width: 100%;
    }
}