


* {
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    list-style-type: none;
    font-variant-numeric: lining-nums;
}



.contact-infotmation_input {
   max-width:500px;
   width: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
}

.contact-infotmation_input-text {
    margin-top: 35px;
    margin-left: 50px;
}

.contact-infotmation_h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #DB4444;
}

.contact-infotmation_h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #383838;
    margin-top: 25px;
}

.input-name {

    height: 45px;
    border: 1px solid #C9C9C9;
    border-radius: 7px;
    margin-top: 10px;
}

.contact-infotmation_input input,
.contact-infotmation_input textarea {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;

    padding: 13px;
    color: #848484;
    text-shadow: 0px 0px 0px #ABABAB;
    -webkit-text-fill-color: transparent;
    padding-left: 20px; /* отступ слева от текста */
}

.contact-infotmation_input input:focus,
.contact-infotmation_input textarea:focus {
    caret-color: #848484; /* цвет реального курсора */
    caret-width: 2px; /* ширина курсора */
}





.delivery-method_input-text {
    margin-top: 35px;
    margin-left: 50px;
}




#input-name_delivery-method-comment {
   
    height: 80px;
    border: 1px solid #C9C9C9;
    border-radius: 7px;
    margin-top: 10px;
    resize: none;
}


.delivery-method_information_input input,
.delivery-method_information_input textarea {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 11px;
    color: #848484;
    text-shadow: 0px 0px 0px #ABABAB;
    -webkit-text-fill-color: transparent;
    padding-left: 20px; /* отступ слева от текста */
}

.contact-infotmation_input input:focus,
.contact-infotmation_input textarea:focus {
    caret-color: #848484; /* цвет реального курсора */
    caret-width: 2px; /* ширина курсора */
}





.to-order-products-card-order_btn button {
    width: 327px;
    height: 50px;
    background: #DB4444;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 53px;
}

.to-order-products-card-order_btn button {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #FFFFFF;
}

.error-message {
    position: absolute;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #DB4444;
    margin-top: 1px;
    margin-left: 21px;
    z-index: -1;
}


.contact-infotmation_input{
    height:auto;
}
.contact-infotmation_input-text{
    padding-bottom:40px;
    padding-right:60px;
}
.contact-infotmation_input-text input, .contact-infotmation_input-text textarea{
    width:100% !important;
}
.to-order-products-card-order_btn button{
    margin-left:0px;
    width:100%;
}

/* contact form */

   .form-control{
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    padding: 13px;
    color: #848484;
    text-shadow: 0px 0px 0px #ABABAB;
    -webkit-text-fill-color: transparent;
    padding-left: 20px;
    height: 45px;
    border: 1px solid #C9C9C9;
    border-radius: 7px;
    margin-top: 10px;
}

label.control-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #383838;
    margin-top: 25px;
}
.help-block.help-block-error{
    position: absolute;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #DB4444;
    margin-top: 1px;
    margin-left: 21px;
    z-index: -1;
}
.form-group{
    margin-top: 20px;
}
textarea{
        min-height: 120px !important;
}
.btn.btn-primary {
    width: 100%;
    color:white;
    height: 50px;
    background: #DB4444;
    border-radius: 10px;
    margin-top: 30px;
   
}
 input, textarea{
    color:#553636 !important;
    text-shadow: 0px 0px 0px #553636 !important ;
}

