#request-open,
#callback-modal .callback-modal__body,
#request-modal .request-modal_body,
#request-open .sender-done, 
#request-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;
}


input:focus-visible, select:focus-visible {
    outline: none;
    box-shadow: none;
}

#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-landing *,
#callback-sale .callback-sale__body *,
#callback-modal .callback-modal__body *,
#request-modal .request-modal_body *
{
    box-sizing: border-box;
}

.sender-check {
    color: #6A367D;
}


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

#callback-open {
    position: relative;
    width: 100%;
    height: 100%;
}

#callback-open .form-title {
    color: #999;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    text-align: right;
}

#callback-open .request-open__body {
    position: relative;
    width: 100%;
    margin: auto;
    /* color: #fff; */
    margin: auto;
    border-radius: 16px;
    background: #fff;
}


.request-open-btn {cursor: pointer;}

#callback-open input[type="range"] {
    width:100%;
    padding: 0;
    height: 1px;
}


#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;
    height: 100%
}

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

#callback-open .input-group-text {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    border-radius: 25px 0 0 25px
}

#callback-open .sender-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 25px 25px 0;
    padding: 16px 0;
    color: #888;
    font-size: 16px;
    padding-right: 12px;
}

#callback-open select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
}


#callback-open .sender-btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F3F3F8;
    padding: 15px 0;
    width: 100%;
    background: #6A367D;
    border: 1px solid #6A367D;
    border-radius: 25px;
    /*max-width: 280px;
    margin: 5px auto;*/

}

#callback-open .sender-btn:hover {
    color: #6A367D;
    border: 1px solid #6A367D;
    background: #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; */
    background: #f3f3f9;
}

#callback-open .sender-check {
    font-size: 60px;
    margin: 10px 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 10px;
    max-width: 360px;
    float: right;
}

#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-m 2s infinite ease-in-out;
}


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

#callback-open .err-val-email {
    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;
}

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

#callback-open .err-val-company {
    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-open .request-open__body {
    position: relative;
    width: 100%;
    margin: auto;
    /* color: #fff; */
    margin: auto;
    border-radius: 16px;
    background: #fff;
}


.request-open-btn {cursor: pointer;}

#request-open input[type="range"] {
    width:100%;
    padding: 0;
    height: 1px;
}


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

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

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

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

#request-open .input-group-text {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    border-radius: 0;
}

#request-open .sender-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
    padding-right: 12px;
}

#request-open select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
}


#request-open .sender-btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F3F3F8;
    padding: 15px 0;
    width: 100%;
    background: #6A367D;
    border: 1px solid #6A367D;
    border-radius: 25px;
    margin-top: 20px;
}

#request-open .sender-btn:hover {
    color: #6A367D;
    border: 1px solid #6A367D;
    background: #fff;
}

#request-open .sender-descr {
    text-align: center;
    margin: 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: 10px 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 .form_input {
    width: 100%;
    padding: 0 15px;
}

#request-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-m 2s infinite ease-in-out;
}


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

#request-open .err-val-email {
    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-open .err-val-company::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#request-open .err-val-company {
    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;
}





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

::-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: 991px) {

    #callback-open .form-title {
        text-align: center;
        margin-top: 20px;
    }

    #callback-open .form_input {
        float: none;
        margin: 0 auto;
    }
}


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




input.sender-input.sender-name {}



#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, .2);
    backdrop-filter: blur(15px);
    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: 90%;
    margin: auto;
    /* color: #fff; */
    margin: auto;
    border-radius: 16px;
}

.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 .input-group-text {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    border-radius: 0;
}

#callback-modal .sender-input {
    /*width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid #888;*/
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
    padding-right: 12px;
}

#callback-modal select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
}


#callback-modal .sender-btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F3F3F8;
    padding: 15px 0;
    width: 100%;
    background: #6A367D;
    border: 1px solid #6A367D;
    border-radius: 25px;
    margin-top: 20px;
}

#callback-modal .sender-btn:hover {
    color: #6A367D;
    border: 1px solid #6A367D;
    background: #fff;
}

#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 .err-val-email::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#callback-modal .err-val-email {
    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;
}

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

#callback-modal .err-val-company {
    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;
}


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

.callback-modal__close span {
    display: block;
    background: #000;
    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, .2);
    backdrop-filter: blur(15px);
    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: 90%;
    margin: auto;
    /* color: #fff; */
    margin: auto;
    border-radius: 16px;
    background: #fff;
}

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

.request-modal-btn {cursor: pointer;}

#request-modal input[type="range"] {
    width:100%;
    padding: 0;
    height: 1px;
}

.evalText {
    color: #6A367D;
    text-align: center;
    font-size: 14px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 30px 0 20px 0;
}

.slider {
  -webkit-appearance: none;
    width: 100%;
    height: 1px;
    
    background: #333;
    outline: none;
    
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 0;
  background: #6a367d;
  cursor: pointer;
  top:-10px;
  position:relative;
  border-radius: 20px;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 0;
  background: #6a367d;
  cursor: pointer;
  top:-10px;
  position:relative;
  border-radius: 20px;
}


#request-modal datalist {
  display: flex;
  justify-content: space-between;
  width:100%;
}

#request-modal datalist option {
    color: #6a367d;
}





#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 .input-group-text {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #fff;
    border-radius: 0;
}

#request-modal .sender-input {
    /*width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    border: none;
    outline: none;
    font-size: 17px;
    border-bottom: 1px solid #888;*/
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
    padding-right: 12px;
}

#request-modal select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 16px 0;
    color: #888;
    font-size: 12px;
}


#request-modal .sender-btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F3F3F8;
    padding: 15px 0;
    width: 100%;
    background: #6A367D;
    border: 1px solid #6A367D;
    border-radius: 25px;
    margin-top: 20px;
}

#request-modal .sender-btn:hover {
    color: #6A367D;
    border: 1px solid #6A367D;
    background: #fff;
}

#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 .err-val-email::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#request-modal .err-val-email {
    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-modal .err-val-company::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff1b3c;
}

#request-modal .err-val-company {
    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-modal__close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

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

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


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



.sender-caption,
.sender-descr {
    text-align: center;
    margin-bottom: 20px;
}

.request-modal__close {
    width: 35px;
    height: 35px;
    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: #1426a6;
    transform: rotate(45deg);
    height: 1px;
    width: 100%;
}

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


.sender-title {
    font-size: 24px;
    margin:  10px 0;
    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;
    }
}


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