.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: #fff;
}

.sender-check {
    color: #4e974f;
}




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

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

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

#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%;

}

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

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

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

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

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

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

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

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

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

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

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

#whenstock-modal .sender-btn {
    color: #fff;
    background: #e33530;
    border: 1px solid #e33530;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 4px;
}

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

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

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

#whenstock-modal .sender-check {
    font-size: 60px;
}

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

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

}

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

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

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

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

.whenstock-modal-btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: none;
}

.whenstock-modal-btn:hover {
    border: 1px solid #333;
}

/***** end whenstock *****/

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

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

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

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

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

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

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

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

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

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

#preorder-modal .sender-btn {
    color: #fff;
    background: #e33530;
    border: 1px solid #e33530;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 10px 0;
    border-radius: 4px;
}

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

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

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

#preorder-modal .sender-check {
    font-size: 60px;
}

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

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

}

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

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

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

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

.preorder-modal-btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    background: #FFB800;
    border: none;
    color: #fff;
    border: 1px solid #FFB800;
    text-align: center;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: none;
}

.preorder-modal-btn:hover {
    border: 1px solid #333;
}

/***** end preorder *****/


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

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

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


/****** Форма calc-forma ******/

#calc-forma img {max-width: 100%;}

#calc-forma label{ color: #333; }
#calc-forma input, textarea {border: 1px solid;}

#calc-forma p {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    /*font-family: PTSans-Regular,sans-serif;*/
    font-family: Roboto-Regular,sans-serif;
    margin: 12px 0 12px 0;
}

#calc-forma input[type="radio"] {
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        outline: none;
        background-color: #efefef;
        border: 8px solid #efefef;
        margin: 0 10px 0 0;
        float: left;
        padding: 5px;
    }

    
   #calc-forma input[type="radio"]:checked {
      /*border-color:#101010;
      background: #101010;*/
      border: 8px solid #101010;
      background: #fff;
    }


    #calc-forma input[type="checkbox"] {
        -webkit-appearance: none;
        width: 24px;
        height: 24px;
        background-color: #efefef;
        outline: none;
        border: 1px solid #efefef;
        margin: 0 10px 0 0;
        float: left;
        padding: 5px;
    }

    
   #calc-forma input[type="checkbox"]:checked {
      border-color:#101010;
      /*background: #101010;*/
     /* border: 8px solid #101010;*/
background:#101010 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='24px' width='25px'><text x='4' y='18' fill='white' font-size='20'>✓</text></svg>");
      /*background: #fff;*/
    }


#calc-forma label {
        width: 100%;
        float: left;
        margin-bottom: 10px; 
    }

    #calc-forma select {
border-radius: 6px;
    font-size: 14px;
    padding: 8px 40px 8px 12px;
    border: 2px solid #101010;
    color: #212121;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTIuNDQgNi40NEw5IDkuODggNS41NiA2LjQ0IDQuNSA3LjUgOSAxMmw0LjUtNC41eiIgZmlsbD0iIzY1OThmZiI+PC9wYXRoPjwvc3ZnPg==);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: calc(100% - 17px);
    background-color: #fff;
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#calc-forma label{
    line-height: 28px;
    min-height: 28px;
    font-family: PTSans-Regular,sans-serif;
    color: #616161;
    font-size: 17px;
}

#calc-forma input[type="text"]{

    /* border-radius: 6px; */
    font-size: 14px;
    padding: 8px 12px;
    background: #efefef;
    border: 2px solid #efefef;
    color: #5d5d5d;
    font-family: PTSans-Regular,sans-serif;
}

#calc-forma input[type="text"]:hover{
    font-size: 14px;
    padding: 8px 12px;
    background: #efefef;
    border: 2px solid #efefef;
    color: #5d5d5d;
    box-shadow: none;
}

#calc-forma input[type="number"]{

    /* border-radius: 6px; */
    font-size: 14px;
    padding: 8px 12px;
    background: #efefef;
    border: 2px solid #efefef;
    color: #5d5d5d;
    font-family: PTSans-Regular,sans-serif;
}

#calc-forma input[type="number"]:hover{
    font-size: 14px;
    padding: 8px 12px;
    background: #efefef;
    border: 2px solid #efefef;
    color: #5d5d5d;
    box-shadow: none;
}

::placeholder {
  color: #5d5d5d;
  font-size: 14px;
}

#calc-forma p.like_h3 {
    font-size: 25px;
    text-align: center;
    font-family: PTSans-Regular,sans-serif;
    font-weight: 500;
    margin: 25px 0; 
}

#calc-forma * {
    box-sizing: border-box;
}

#calc-forma .sender-btn {
    /*background: #c43d4e!important;*/
    /*margin-top: 10px;
    height: 54px;
    width: 100%;
    color: #fff;
    background-color: #bf0a0a;
    border: none;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;*/

}

#calc-forma {
    width: 100%;
    color: #464646;
    position: relative;
    margin: 0 auto;
}

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

#calc-forma .flex-container {
    height: 100%;
}

#calc-forma .massage-content {
    margin: auto;
    text-align: center;
    /*background-color: #bf0a0a; */
    width: 100%;
}

#calc-forma .massage-content .fa-check-circle-o {
    color: green;
}

#calc-forma .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#calc-forma .c-red {
    color: red;
}

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

#calc-forma .form_input p {
    margin: 0;
}

#calc-forma .sender-input,
#calc-forma .sender-btn {
    width: 100%;
    padding: 12px;
    margin: 5px 0 20px 0;
    font-size: 17px;
    
}

#calc-forma .sender-fasad,
#calc-forma .sender-style,
#calc-forma .sender-tech
 {width: auto; margin-right: 10px; }

#calc-forma .sender-btn {
    /*margin-top: 22px;
    background-color: #e4e4e4;
    color: #bf0a0a;*/
    /*width: 100% !important;
    border-radius: 6px !important;
    font-size: 25px;
    color: rgb(255, 255, 255) !important;
    border-color: #101010 !important;
    background-color: #101010 !important;
    font-size: 25px;*/

    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 60%;
    letter-spacing: 2px;
    display: block;
    font-size: 14px;
    color: #fff;
    border: 2px solid #242424;
    border-radius: 50px;
    background-color: #242424;
}

#calc-forma .sender-btn:hover {
    
    background-color: #fff;
    color: #242424;
}

#calc-forma .sender-done {
    position: relative;
    bottom: 213px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.99);
    border: 3px solid #75584b;
   
    padding-bottom: 20px;
}


#calc-forma .sender-done,
#calc-forma .sender-err {
    display: none; 
    color: #464646;
}

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

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

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

/****** end calc-forma ******/