.sender-fullname {display: none!important;}

#callback-open,
#request-open,
#callback-sale .callback-sale__body,
#callback-modal .callback-modal__body,
#request-modal .request-modal_body,
#request-open .sender-done, 
#request-open .sender-err,
#callback-open .sender-done,
#callback-open .sender-err,
#callback-sale .sender-done,
#callback-sale .sender-err,
#callback-open .sender-done,
#callback-open .sender-err,
#callback-modal .sender-done,
#callback-modal .sender-err,
#request-modal .sender-done,
#request-modal .sender-err {
    background: #F6F4F2;
}

.sender-check {
    color: #1ab189;
}




#callback-open {
    /*background: #000;*/
    padding: 40px 20px;
    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
}

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

#callback-open .sender-input,
#callback-open .sender-btn {
    width: 100%;
    padding: 9px;
    margin: 10px 0;
    font-size: 17px;
    border: none;
    outline: none;
    background: transparent;
    border: 2px solid;
    color: #fff;
}

#callback-open .sender-btn {
    border: 2px solid #1ab189;
    color: #fff;
}

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

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

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

#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: 33.333%;
    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: 50%;
    }
}

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


/****************/
#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: 30000;
}

#request-modal .sender-title {
    margin-bottom: 22px;
    color: #241E22;
    text-transform: uppercase;
    font-size: 20px;
}

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

#request-modal .request-modal__body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin: auto;
    border-radius: 0;
    background: #F6F4F2;
}

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

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

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

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

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

#request-modal .sender-input,
#request-modal .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0 15px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    color: #2b2c31;
    background: transparent;
}

#request-modal .sender-btn {
    color: #f7f4f2;
    background: #241E22;
    border: 1px solid #241E22;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 0;
}

#request-modal .sender-btn:hover {
    color: #2b2c31;
    background: #ffffff;
    border: 1px solid #2b2c31;
}

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

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

#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: 15px;
    bottom: -50%;
    z-index: 1;
    padding: 5px 10px;
    animation: pulse-c-m 2s infinite ease-in-out;
}

#request-modal .form_input {
    width: 100%;

}

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



#request-modal .err-val-code-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;
}

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

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


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

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

#zakaz-modal .sender-title {
    margin-bottom: 22px;
    color: #241E22;
    text-transform: uppercase;
    font-size: 20px;
}

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

#zakaz-modal .zakaz-modal__body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin: auto;
    border-radius: 0;
    background: #F6F4F2;
}

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

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

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

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

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

#zakaz-modal .sender-input,
#zakaz-modal .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0 15px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    color: #2b2c31;
    background: transparent;
}

#zakaz-modal .sender-btn {
    color: #f7f4f2;
    background: #241E22;
    border: 1px solid #241E22;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 0;
}

#zakaz-modal .sender-btn:hover {
    color: #2b2c31;
    background: #ffffff;
    border: 1px solid #2b2c31;
}

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

#zakaz-modal .sender-done,
#zakaz-modal .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: #f7f4f2;
}

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

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

#zakaz-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;
}

#zakaz-modal .form_input {
    width: 100%;

}

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

#zakaz-modal .err-val-code-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;
}

.zakaz-modal__close {
    width: 40px;
    height: 40px;
    padding-top: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

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


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


/****************/

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

#prymirka-modal .sender-title {
    margin-bottom: 22px;
    color: #241E22;
    text-transform: uppercase;
    font-size: 20px;
}

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

#prymirka-modal .prymirka-modal__body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin: auto;
    border-radius: 0;
    background: #F6F4F2;
}

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

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

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

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

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

#prymirka-modal .sender-input,
#prymirka-modal .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0 15px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    color: #2b2c31;
    background: transparent;
}

#prymirka-modal .sender-btn {
    color: #f7f4f2;
    background: #241E22;
    border: 1px solid #241E22;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 0;
}

#prymirka-modal .sender-btn:hover {
    color: #2b2c31;
    background: #ffffff;
    border: 1px solid #2b2c31;
}

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

#prymirka-modal .sender-done,
#prymirka-modal .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: #f7f4f2;
}

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

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

#prymirka-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;
}

#prymirka-modal .form_input {
    width: 100%;

}

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

#prymirka-modal .err-val-code-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;
}

.prymirka-modal__close {
    width: 40px;
    height: 40px;
    padding-top: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

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


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


/****************/

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

#pidbir-modal .sender-title {
    margin-bottom: 22px;
    color: #241E22;
    text-transform: uppercase;
    font-size: 20px;
}

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

#pidbir-modal .pidbir-modal__body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin: auto;
    border-radius: 0;
    background: #F6F4F2;
}

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

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

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

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

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

#pidbir-modal .sender-input,
#pidbir-modal .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0 15px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    color: #2b2c31;
    background: transparent;
}

#pidbir-modal .sender-btn {
    color: #f7f4f2;
    background: #241E22;
    border: 1px solid #241E22;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 0;
}

#pidbir-modal .sender-btn:hover {
    color: #2b2c31;
    background: #ffffff;
    border: 1px solid #2b2c31;
}

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

#pidbir-modal .sender-done,
#pidbir-modal .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: #f7f4f2;
}

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

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

#pidbir-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;
}

#pidbir-modal .form_input {
    width: 100%;

}

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

#pidbir-modal .err-val-code-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;
}

.pidbir-modal__close {
    width: 40px;
    height: 40px;
    padding-top: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

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


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


/****************/

#request-open {
    width: 100%;
    max-width: 360px;
    padding: 20px 30px;
    color: #fff;
    position: relative;
    margin: 0 auto;
}

#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,
#request-open .sender-btn {
    width: 100%;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size: 17px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
}

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

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

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

#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-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: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30000;
}

#callback-modal .sender-title {
    margin-bottom: 22px;
    color: #241E22;
    text-transform: uppercase;
    font-size: 20px;
}

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

#callback-modal .callback-modal__body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin: auto;
    border-radius: 0;
}

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

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

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

#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 15px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    color: #2b2c31;
    background: transparent;
}

#callback-modal .sender-btn {
    color: #f7f4f2;
    background: #241E22;
    border: 1px solid #241E22;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 0;
}

#callback-modal .sender-btn:hover {
    color: #2b2c31;
    background: #ffffff;
    border: 1px solid #2b2c31;
}

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

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

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

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


#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 .form_input {
    width: 100%;

}

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


#callback-modal .err-val-code-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: 40px;
    height: 40px;
    padding-top: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

.callback-modal__close span {
    display: block;
    background: #2b2c31;
    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;
    }
}




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



.form_title {
    font-size: 25px;
    margin: 10px 0 20px;
}


@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: 50%;
    }
}

@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: 404px) {
    #callback-open .form_input {
        width: 100% !important;
    }
    #callback-sale .form_input {
        float: none;
        width: 100%;
    }
}


