#callback-open,
#request-open,
#callback-modal .callback-modal__body,
#request-modal .request-modal_body,
#request-open .sender-done,
#request-open .sender-err,
#request-form .sender-done,
#request-form .sender-err,
#callback-open .sender-done,
#callback-open .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,
#request-landing,
#request-landing .sender-done,
#request-landing .sender-err {
    background: #ffffff;
}


#callback-sale .callback-sale__body {
    background: rgba(0, 0, 0, .7);
}

#callback-sale .sender-done,
#callback-sale .sender-err {
    background: black;
}

#callback-open *,
#request-open *,
#request-form *,
#request-landing *,
#callback-sale .callback-sale__body *,
#callback-modal .callback-modal__body *,
#request-modal .request-modal_body * {
    box-sizing: border-box;
}

.sender-check {
    color: #333;
}


#request-modal .sender-btn,
#callback-modal .sender-btn,
#request-landing .sender-btn,
#callback-sale .sender-btn {
    background: #1426a6 !important;
}


#callback-open {
    /*background: #000;*/
    padding: 20px 20px;
    color: #333;
    position: relative;
    /*box-shadow: 0px 0px 7px 5px #0606061f;*/
    background: #fdeba8;
    margin-bottom: 12px;
}

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

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

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

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

#callback-open .sender-input,
#callback-open .sender-btn {
    width: 100% !important;
    padding: 9px;
    margin: 10px 0;
    font-size: 17px;
    border: none;
    outline: none;
    background: #fff;
    /*border: 1px solid #41454652;*/
    color: #706e78;
    border-radius: 5px;
}

#callback-open .sender-btn {
    /*border: 2px solid #418f3e;*/
    color: #fff;
    border-radius: 5px;
    /*line-height: 1;*/
    background: #ce3037;
}

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

#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: 20px 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: 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: #6b6b6b;
}

::-moz-placeholder {
    color: #6b6b6b;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: #6b6b6b;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: #6b6b6b;
}

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

}

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

    #callback-sale .form_input {
        float: none;
        width: 100%;
    }
}

#request-open, #request-form {
    width: 100%;
    color: #333;
    position: relative;
    margin: 20px auto;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 15px;
    max-width: 600px;
}

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

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

#request-open .massage-content, #request-form .massage-content {
    margin: auto;
    text-align: center;
    /*padding: 40px 20px;*/
    font-size: 16px;
}

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

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

#request-open .sender-caption, #request-form .sender-caption {
    margin: 20px 9px !important;
    font-size: 24px;
}

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

#request-open .sender-input,
#request-form .sender-input,
#request-open .sender-btn,
#request-form .sender-btn {
    width: 100%;
    padding: 12px;
    margin: 0 0 20px 0;
    font-size: 17px;
    border: none;
    outline: none;
    background: transparent;
    color: #4a4646;
}

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

#request-open .sender-input, #request-form .sender-input {
    /*border-bottom: 1px solid #7d7d7d57;*/
    background: #ffffff;
    border-radius: 5px;
}

#request-open textarea, #request-form textarea {
    font-family: inherit;
}

input.sender-input.sender-name {
}

#request-open .sender-btn, #request-form .sender-btn {
    padding: 12px 0;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background: #1160c1;
}

#request-open .sender-btn:hover, #request-form .sender-btn:hover {
    background: #0554b5;
}


#request-open .sender-done,
#request-form .sender-done,
#request-open .sender-err,
#request-form .sender-err {
    display: none;
    position: absolute;
    padding: 0 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #464646;
    background: #f6f6f6;
    border-radius: 15px;
}

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

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

#request-open .err-val-phone, #request-form .err-val-phone, #request-form .err-val-name {
    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;
}

#request-landing {
    width: 100%;
    max-width: 500px;
    color: #464646;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
}

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

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

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

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

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

#request-landing .sender-caption {
    margin: 20px 9 !important;
    font-size: 24px;
}

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

#request-landing .sender-input,
#request-landing .sender-btn {
    width: 100%;
    padding: 12px;
    margin: 0 0 20px 0;
    font-size: 17px;
    border: none;
    outline: none;
    background: transparent;
    color: #4a4646;
}

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

#request-landing .sender-input {
    border-bottom: 2px solid #333;
    background: #408f3e0d;
    border-radius: 0;
    /* box-shadow: inset 0px 1px 5px #0f0f0f57; */
}

#request-landing .sender-btn {
    padding: 9px 0;
    color: #fff;
    margin: 20px auto 10px;
    cursor: pointer;
    max-width: 300px;
}

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

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

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

#request-landing .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: 1000;
    overflow: auto;
}

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

#callback-sale .callback-sale__body {
    padding: 20px 0px;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    color: #ffffff;
    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;
    cp: red;
    color: #4c4c4c;
}

#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: 0px;
    padding: 0 15px;
    top: 25px;
    opacity: .7;
    margin: 16px 0 0;
}

#callback-sale h2 {
    margin: 0 !important;
    font-size: 45px;
    text-align: center;
}

#callback-sale .sale--descr span {
    font-size: 19px; /* font-weight: bold; */
    display: block;

}

#callback-sale .sale--descr {
    text-align: left;
    border: 0px dashed;
    margin: 20px 15px 0;
    padding: 10px 30px;
    position: relative;
}

#callback-sale .sale--descr img {
    margin-right: 10px;
}

#callback-sale .sender-input,
#callback-sale .sender-btn {
    width: 90%;
    padding: 11px 0;
    margin: 10px auto;
    border: none;
    outline: none;
    font-size: 17px;
    background: transparent;
    border-bottom: 2px solid #5bbf69;
    color: white;
}

#callback-sale .sender-btn {
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 30px 0 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: 30px auto;
}

#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: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

#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 .sale_title {
    text-align: center;
    font-size: 27px;
    padding: 0px 28px;
    margin-top: 20px;
}

.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: #1426a6;
    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: 55;
}

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

#callback-modal .callback-modal__body {
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: auto;
    /* color: #fff; */
    margin: auto;
}

.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;
    border: none;
    outline: none;
    font-size: 17px;
    background: transparent;
    border-bottom: 1px solid #343333;
}

#callback-modal .sender-btn {
    /*border: none;
    color: #fff;
    margin: 10px 0 10px 0;
    text-align: center;*/
    border-radius: 0 25px 25px 25px;
    background: #00754A !important;
    padding: 15px 35px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    max-width: 100%;
    cursor: pointer;
}

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

#callback-modal .sender-check {
    font-size: 60px;
    margin: 10px 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 .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: #343333;
    transform: rotate(45deg);
    height: 1px;
    width: 100%;
}

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


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

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

.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;
    border: none;
    outline: none;
    font-size: 17px;
    background: transparent;
    border-bottom: 1px solid #343333;
}

#request-modal .sender-btn {
    /*border: none;
    color: #fff;
    margin: 10px 0 10px 0;
    text-align: center;*/
    border-radius: 0 25px 25px 25px;
    background: #00754A !important;
    padding: 15px 35px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    max-width: 100%;
    cursor: pointer;
}

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

#request-modal .sender-check {
    font-size: 60px;
    margin: 10px 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 .form_input {
    width: 100%;
    padding: 0 15px;
}

#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__close {
    width: 50px;
    height: 50px;
    padding-top: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

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

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


.request-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-title {
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

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

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

#callback-open .title {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}